tcg-arena-players{max-height:calc(100vh - 10rem);overflow-y:auto;pointer-events:auto;position:fixed;right:-400px;top:8rem;transition:right .3s ease-in-out;z-index:1800}tcg-arena-players.visible{right:1rem}.players-container{backdrop-filter:blur(10px);background:rgba(0,0,0,.95);border:2px solid rgba(99,102,241,.5);border-radius:.75rem;box-shadow:0 10px 25px rgba(0,0,0,.5);padding:1rem;width:300px}.players-header{border-bottom:1px solid hsla(0,0%,100%,.2);margin-bottom:1rem;padding-bottom:.75rem}.players-title{color:#fff;font-size:1.25rem;font-weight:700;margin:0;text-align:center}.players-list{display:flex;flex-direction:column;gap:.75rem}.players-empty{color:hsla(0,0%,100%,.5);font-style:italic;padding:2rem 1rem;text-align:center}.player-item{align-items:center;background:hsla(0,0%,100%,.05);border:2px solid hsla(0,0%,100%,.1);border-radius:.5rem;cursor:pointer;display:flex;gap:1rem;padding:.75rem;position:relative;transition:all .2s}.player-item:hover{background:hsla(0,0%,100%,.08);border-color:rgba(99,102,241,.4);transform:translateX(-4px)}.player-item.current-user{background:rgba(99,102,241,.15);border-color:rgba(99,102,241,.5);box-shadow:0 0 10px rgba(99,102,241,.3)}.player-item.viewing-scene{background:rgba(34,197,94,.15);border-color:rgba(34,197,94,.6);box-shadow:0 0 15px rgba(34,197,94,.4)}.player-item.viewing-scene:after{background:rgba(34,197,94,.3);border:1px solid rgba(34,197,94,.6);border-radius:.25rem;color:#86efac;content:"👁️ Viewing";font-size:.625rem;font-weight:700;padding:.125rem .375rem;position:absolute;right:.5rem;text-transform:uppercase;top:.5rem}.player-item.eliminated{background:rgba(0,0,0,.3);border-color:rgba(239,68,68,.3);opacity:.5}.player-avatar-container{flex-shrink:0;position:relative}.hp-circle{height:56px;left:0;position:absolute;top:0;transform:scale(1);width:56px}.hp-circle-progress{transition:stroke-dashoffset .5s ease,stroke .3s ease}.hp-circle-progress.hp-high{stroke:#22c55e}.hp-circle-progress.hp-medium{stroke:#f59e0b}.hp-circle-progress.hp-low{stroke:#ef4444}.hp-circle-progress.hp-eliminated{stroke:#64748b}.player-avatar{align-items:center;background:rgba(99,102,241,.2);border:2px solid hsla(0,0%,100%,.3);border-radius:50%;display:flex;height:48px;justify-content:center;margin:4px;overflow:hidden;position:relative;width:48px}.player-avatar img{height:100%;object-fit:cover;width:100%}.player-avatar-placeholder{color:#fff;font-size:1.5rem;font-weight:700;text-transform:uppercase}.player-info{flex:1;min-width:0}.player-name{color:#fff;font-size:.875rem;font-weight:700;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-item.current-user .player-name{color:#a5b4fc}.player-hp{align-items:center;display:flex;flex-wrap:wrap;font-size:.75rem;gap:.25rem}.hp-value{font-size:.875rem;font-weight:700}.hp-value.hp-high{color:#22c55e}.hp-value.hp-medium{color:#f59e0b}.hp-value.hp-low{color:#ef4444}.hp-value.hp-eliminated{color:#64748b}.hp-max{color:hsla(0,0%,100%,.5);font-weight:600}.eliminated-badge{background:rgba(239,68,68,.2);border:1px solid rgba(239,68,68,.5);border-radius:.25rem;color:#fca5a5;display:inline-block;font-size:.625rem;font-weight:700;margin-left:.25rem;padding:.125rem .375rem;text-transform:uppercase}tcg-arena-players::-webkit-scrollbar{width:6px}tcg-arena-players::-webkit-scrollbar-track{background:transparent}tcg-arena-players::-webkit-scrollbar-thumb{background:rgba(99,102,241,.5);border-radius:3px}tcg-arena-players::-webkit-scrollbar-thumb:hover{background:rgba(99,102,241,.7)}@keyframes pulse-hp{0%,to{opacity:1}50%{opacity:.7}}.hp-value{animation:pulse-hp 2s ease-in-out infinite}@media (max-width:768px){tcg-arena-players{right:-100%;top:5rem}tcg-arena-players.visible{right:.5rem}.players-container{width:250px}.player-item{padding:.5rem}.player-avatar-container{transform:scale(.9)}.player-name{font-size:.75rem}}
/*# sourceMappingURL=https://final-strike.net/components/tcg-arena-players/tcg-arena-players.map.css */