@import "https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";
:root{--bg:#07080e;--panel:#0d1019;--panel2:#111622;--text:#cacadb;--muted:#72758c;--gold:#e6ba38;--blue:#6199b8;--pink:#9e5c7d;--green:#69a873;--red:#ba5750;--border:#cacadb;--shadow:#000}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--text);margin:0}body{background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:24px 24px;font-family:"Press Start 2P",Courier New,monospace}button,input,select{font:inherit}a{color:inherit}.shell{width:min(1180px,100% - 28px);margin:0 auto;padding:42px 0 28px}.header{text-align:center;margin-bottom:38px}.title{color:var(--gold);letter-spacing:3px;text-shadow:4px 4px #3a2b07;margin:0 0 14px;font-size:clamp(30px,5vw,64px)}.subtitle{color:var(--blue);font-size:clamp(10px,1.4vw,16px)}.section-title{color:var(--pink);margin:0 0 18px;font-size:14px}.arcade-title-row{justify-content:center;align-items:center;gap:28px;width:100%;display:flex}.arcade-title-row .title{white-space:nowrap;margin:0}.pacman-side{flex-shrink:0;align-items:center;gap:16px;display:flex}.pacman-icon{background:var(--gold);clip-path:polygon(0 0,100% 0,100% 32%,52% 50%,100% 68%,100% 100%,0 100%);border-radius:50%;flex-shrink:0;width:28px;height:28px;display:block}.pac-dot{background:#cacadb;flex-shrink:0;width:6px;height:6px;display:block;box-shadow:2px 0 #cacadb,0 2px #cacadb}.ghost-icon{background:var(--pink);clip-path:polygon(0 35%,8% 18%,25% 5%,50% 0,75% 5%,92% 18%,100% 35%,100% 100%,78% 82%,58% 100%,38% 82%,18% 100%,0 82%);border-radius:10px 10px 2px 2px;flex-shrink:0;width:27px;height:27px;display:block;position:relative}.ghost-eye{background:#fff;width:5px;height:7px;position:absolute;top:8px}.ghost-eye:after{content:"";background:var(--blue);width:2px;height:3px;position:absolute;bottom:1px;right:0}.eye-left{left:6px}.eye-right{right:6px}@keyframes pacChomp{0%,to{transform:translate(0)}50%{transform:translate(3px)}}.pacman-icon{animation:.7s steps(2,end) infinite pacChomp}@keyframes ghostHover{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.ghost-icon{animation:1.2s steps(2,end) infinite ghostHover}@media (max-width:700px){.spotify-content{grid-template-columns:1fr}.spotify-art-frame{aspect-ratio:1!important;place-self:center!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important}.spotify-art-canvas{aspect-ratio:1;display:block;width:100%!important;height:100%!important}.spotify-info{width:100%}}.panel{border:4px solid var(--border);background:var(--panel);box-shadow:8px 8px 0 var(--shadow);padding:22px}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.roster{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.card{border:3px solid var(--border);background:var(--panel2);flex-direction:column;gap:14px;min-height:178px;padding:16px;display:flex}.card.me{border-color:var(--gold)}.member-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.member-name{color:var(--text);font-size:13px;line-height:1.5}.member-identity{align-items:center;gap:14px;min-width:0;display:flex}.player-avatar-frame{width:58px;height:58px;box-shadow:none;background:0 0;border:none;flex:0 0 58px;place-items:center;display:grid;overflow:hidden}.player-avatar{object-fit:contain;width:54px;height:54px;display:block}.member-status-row{align-items:center;gap:12px;min-height:42px;display:flex}.status-icon-frame{background:0 0;border:none;flex:0 0 32px;place-items:center;width:32px;height:32px;display:grid;overflow:hidden}.status-icon{object-fit:contain;width:28px;height:28px;image-rendering:pixelated;image-rendering:crisp-edges;display:block}.role{color:var(--blue);font-size:8px}.status{font-size:12px;line-height:1.6}.status-DEN{color:var(--green)}.status-HOME{color:var(--blue)}.status-HYDERABAD{color:var(--gold)}.status-SNAKE{color:var(--red)}.status-PATROL{color:var(--pink)}.meta{color:var(--muted);font-size:8px;line-height:1.7}.controls{flex-wrap:wrap;gap:8px;margin-top:auto;display:flex}.pixel-btn{border:2px solid var(--border);color:var(--text);cursor:pointer;background:#151927;padding:9px 10px;font-size:8px;box-shadow:3px 3px #000}.pixel-btn:hover:not(:disabled){transform:translate(-1px,-1px);box-shadow:4px 4px #000}.pixel-btn:disabled{opacity:.42;cursor:not-allowed}.pixel-btn.active{border-color:var(--gold);color:var(--gold)}.pixel-btn.danger{border-color:var(--red);color:var(--red)}.pixel-btn.primary{border-color:var(--green);color:var(--green)}.topbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.topbar-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.small-link{color:var(--blue);font-size:8px;text-decoration:none}.logout-link{appearance:none;box-shadow:none;color:var(--blue);cursor:pointer;font-size:8px;line-height:inherit;background:0 0;border:0;margin:0;padding:0;text-decoration:none}.small-link:hover,.logout-link:hover{color:var(--gold);text-decoration:underline}.viewer-footer-logout{margin-left:auto}.notice{border:2px solid var(--pink);color:var(--pink);margin-bottom:18px;padding:12px;font-size:8px;line-height:1.7}.error{border-color:var(--red);color:var(--red)}.success{border-color:var(--green);color:var(--green)}.footer{color:var(--muted);border-top:2px dashed #35384a;justify-content:space-between;gap:10px;margin-top:34px;padding-top:16px;font-size:8px;line-height:1.7;display:flex}.login-wrap{place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{width:min(520px,100%)}.field{flex-direction:column;gap:8px;margin:15px 0;display:flex}.field label{color:var(--blue);font-size:8px}.field input,.field select{color:#fff;border:2px solid var(--border);background:#07080e;outline:none;width:100%;padding:13px}.field input:focus,.field select:focus{border-color:var(--gold)}.table-wrap{border:3px solid var(--border);overflow:auto}table{border-collapse:collapse;width:100%;min-width:800px;font-size:8px}th,td{text-align:left;vertical-align:top;border-bottom:1px solid #313548;padding:12px;line-height:1.7}th{color:var(--pink);background:#111522}.admin-grid{grid-template-columns:1fr;gap:22px;display:grid}.history-source{color:var(--blue)}.empty{color:var(--muted);padding:18px 0;font-size:9px}@media (max-width:800px){.grid,.roster{grid-template-columns:1fr}.shell{padding-top:28px}.panel{padding:16px;box-shadow:5px 5px #000}.player-avatar-frame{flex-basis:52px;width:52px;height:52px}.player-avatar{width:48px;height:48px}.member-identity{gap:11px}.status-icon-frame{flex-basis:28px;width:28px;height:28px}.status-icon{width:24px;height:24px}.footer{flex-direction:column}}.spotify-panel{border:3px solid var(--border);background:var(--panel);margin-top:18px;padding:18px;box-shadow:7px 7px #020309}.spotify-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.spotify-heading h2{color:#9e5c7d;margin:0;font-size:14px}.spotify-live{color:#69a873;font-size:9px}.spotify-paused{color:#e6ba38;font-size:9px}.spotify-content{grid-template-columns:190px minmax(0,1fr);align-items:stretch;gap:20px;display:grid}.spotify-art-frame{background:#07080e;border:3px solid #cacadb;place-self:stretch center;width:100%;height:100%;min-height:150px;overflow:hidden}.spotify-art-canvas{width:100%;height:100%;image-rendering:pixelated;image-rendering:crisp-edges;display:block}.spotify-info{background:repeating-linear-gradient(0deg,#ffffff05 0 1px,#0000 1px 4px),#090c14;border:2px solid #1a2030;flex-direction:column;justify-content:center;min-width:0;min-height:150px;padding:18px;display:flex}.spotify-track{color:#e6ba38;margin-bottom:12px;font-size:17px;line-height:1.5}.spotify-artist{color:#6199b8;margin-bottom:8px;font-size:10px;line-height:1.7}.spotify-album{color:#cacadb;opacity:.7;margin-bottom:18px;font-size:8px;line-height:1.7}.spotify-progress{border:2px solid var(--border);background:#07080e;width:100%;height:12px;margin-top:auto;margin-bottom:8px}.spotify-progress-fill{background:#69a873;height:100%;transition:width 1s linear}.spotify-time{color:#cacadb;justify-content:space-between;margin-bottom:14px;font-size:7px;display:flex}.spotify-empty{color:#6199b8;padding:35px 5px;font-size:10px}@media (max-width:700px){.spotify-content{grid-template-columns:1fr}.spotify-art-frame{width:100%;height:190px;min-height:190px}.spotify-art-canvas{width:100%;height:100%}.spotify-info{width:100%;min-height:190px}}@keyframes pixelFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.header{animation:.5s steps(5,end) pixelFadeIn}.panel{animation:.55s steps(5,end) pixelFadeIn}.spotify-panel{animation:.7s steps(6,end) pixelFadeIn}@keyframes titleFlicker{0%,92%,to{opacity:1;text-shadow:4px 4px #3a2b07,0 0 #0000}94%{opacity:.75;text-shadow:2px 2px #3a2b07,3px 0 #6199b866}96%{opacity:1}98%{opacity:.85}}.title{animation:.5s steps(5,end) pixelFadeIn,5s infinite titleFlicker}@keyframes cardPop{0%{opacity:0;transform:scale(.97)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.card{animation:.35s steps(4,end) both cardPop}.card:first-child{animation-delay:50ms}.card:nth-child(2){animation-delay:.12s}.card:nth-child(3){animation-delay:.19s}.card:nth-child(4){animation-delay:.26s}@keyframes currentPlayerPulse{0%,to{box-shadow:0 0 #e6ba3800}50%{box-shadow:0 0 0 3px #e6ba381f}}.card.me{animation:.35s steps(4,end) both cardPop,2.5s steps(2,end) infinite currentPlayerPulse}@keyframes denPulse{0%,to{opacity:1;text-shadow:0 0 #69a87300}50%{opacity:.6;text-shadow:0 0 8px #69a87359}}.status-DEN{animation:1.8s steps(3,end) infinite denPulse}@keyframes homeGlow{0%,to{text-shadow:0 0 #6199b800}50%{text-shadow:0 0 8px #6199b873}}.status-HOME{animation:2.3s steps(4,end) infinite homeGlow}@keyframes hyderabadShimmer{0%,to{opacity:1;text-shadow:0 0 #e6ba3800}50%{opacity:.8;text-shadow:0 0 10px #e6ba3873}}.status-HYDERABAD{animation:2.6s steps(4,end) infinite hyderabadShimmer}@keyframes snakeGlitch{0%,82%,to{opacity:1;transform:translate(0)}86%{opacity:.6;transform:translate(-2px)}90%{opacity:1;transform:translate(2px)}94%{opacity:.75;transform:translate(0)}}.status-SNAKE{animation:3s steps(2,end) infinite snakeGlitch}@keyframes patrolScan{0%,to{opacity:1;letter-spacing:0}50%{opacity:.75;letter-spacing:1px}}.status-PATROL{animation:2.2s steps(3,end) infinite patrolScan}.pixel-btn{transition:transform 80ms steps(2,end),box-shadow 80ms steps(2,end)}.pixel-btn:active:not(:disabled){transform:translate(3px,3px);box-shadow:0 0 #000}@keyframes playingBlink{0%,45%{opacity:1}50%,95%{opacity:.45}to{opacity:1}}.spotify-live{animation:1.3s steps(2,end) infinite playingBlink}.spotify-progress-fill{position:relative;overflow:hidden}@keyframes progressScan{0%{transform:translate(-100%)}to{transform:translate(300%)}}.spotify-progress-fill:after{content:"";background:#ffffff2e;width:25%;animation:2s steps(8,end) infinite progressScan;position:absolute;inset:0}body:after{content:"";pointer-events:none;z-index:9999;background:repeating-linear-gradient(0deg,#ffffff04 0 1px,#0000 1px 4px);position:fixed;inset:0}.viewer-dashboard{width:min(1280px,100% - 28px)}.viewer-dashboard .viewer-roster-panel .section-title{display:none}.viewer-dashboard .viewer-roster-panel{padding:26px}.viewer-dashboard .roster{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.viewer-dashboard .viewer-card{text-align:center;grid-template-rows:104px auto 34px;place-items:center;row-gap:12px;min-height:225px;padding:24px 14px 22px;display:grid}.viewer-dashboard .viewer-avatar-slot{place-items:center;width:104px;height:104px;display:grid}.viewer-dashboard .viewer-player-avatar{object-fit:contain;width:92px;height:92px;display:block}.viewer-dashboard .viewer-member-name{width:100%;color:var(--text);text-align:center;white-space:nowrap;font-size:13px;line-height:1.5}.viewer-dashboard .viewer-status-slot{justify-content:center;align-items:center;gap:8px;min-height:34px;display:flex}.viewer-dashboard .viewer-status-icon{object-fit:contain;width:22px;height:22px;image-rendering:pixelated;image-rendering:crisp-edges;display:block}.viewer-dashboard .viewer-status-slot .status{font-size:10px;line-height:1.5}.viewer-dashboard .spotify-panel{margin-top:22px}.viewer-dashboard .footer{flex-direction:row;justify-content:space-between;align-items:center}.viewer-dashboard .viewer-footer-logout{margin-left:auto}@media (max-width:1100px){.viewer-dashboard .roster{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.viewer-dashboard{width:min(100% - 18px,1280px)}.viewer-dashboard .viewer-roster-panel{padding:12px}.viewer-dashboard .roster{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.viewer-dashboard .viewer-card{grid-template-rows:78px auto 28px;row-gap:10px;min-height:180px;padding:16px 8px}.viewer-dashboard .viewer-avatar-slot{width:78px;height:78px}.viewer-dashboard .viewer-player-avatar{width:70px;height:70px}.viewer-dashboard .viewer-member-name{font-size:9px}.viewer-dashboard .viewer-status-slot{gap:6px;min-height:28px}.viewer-dashboard .viewer-status-icon{width:18px;height:18px}.viewer-dashboard .viewer-status-slot .status{font-size:8px}.viewer-dashboard .footer{flex-direction:row}}@media (max-width:430px){.viewer-dashboard .viewer-card{grid-template-rows:66px auto 26px;min-height:165px}.viewer-dashboard .viewer-avatar-slot{width:66px;height:66px}.viewer-dashboard .viewer-player-avatar{width:60px;height:60px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
