:root{--bg-a: #08111f;--bg-b: #172b3f;--panel: rgba(10, 18, 33, .82);--line: rgba(120, 208, 255, .2);--text: #edf5ff;--muted: #afc0d9;--accent: #78d0ff;--accent-strong: #2f95d4;--error: #ff9f9f}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Sora,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(72vw 80vh at 8% 8%,rgba(47,149,212,.22) 0%,transparent 58%),radial-gradient(75vw 75vh at 92% 12%,rgba(80,140,200,.2) 0%,transparent 52%),linear-gradient(150deg,var(--bg-a),var(--bg-b));overflow-x:hidden;-webkit-text-size-adjust:100%}.page{width:min(1140px,100vw);margin:0 auto;padding:16px;display:grid;gap:16px}.hero,.panel{border:1px solid var(--line);border-radius:16px;background:var(--panel);box-shadow:0 10px 28px #0000004d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.hero{padding:18px}.hero h1{margin:0}.eyebrow{margin:0 0 4px;color:var(--accent);letter-spacing:.16em;font-size:.72rem;font-weight:700}.muted,.chip-label{color:var(--muted)}.hero-top{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}.controls{display:grid;gap:8px}.tabs{display:inline-flex;gap:6px;flex-wrap:wrap}button,input{border:1px solid rgba(120,208,255,.35);border-radius:10px;background:#78d0ff1a;color:var(--text);font:inherit;padding:8px 10px}button{cursor:pointer}button:disabled{opacity:.7;cursor:default}.is-active{border-color:var(--accent);background:#78d0ff40;font-weight:700}.map-input{display:inline-flex;align-items:center;gap:8px;color:var(--muted)}.map-input input{width:94px}.stats-grid{margin-top:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.chip{border:1px solid rgba(120,208,255,.25);border-radius:12px;padding:10px;display:flex;flex-direction:column;gap:6px}.panel{padding:14px}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.panel-header h2{margin:0;color:var(--accent)}.panel-actions{display:inline-flex;align-items:center;gap:10px}.countdown{color:var(--muted);font-size:.88rem;font-variant-numeric:tabular-nums}.error{color:var(--error)}.table-wrap{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}table{width:max-content;min-width:100%;border-collapse:collapse}th,td{padding:10px 8px;text-align:left;border-bottom:1px solid var(--line)}th{color:var(--accent);font-size:.84rem}.player-cell{display:inline-flex;align-items:center;gap:8px}.player-cell span{display:inline-block;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.icon-badge{width:24px;height:24px;border-radius:6px;border:1px solid rgba(120,208,255,.22);background:#78d0ff14;display:inline-flex;align-items:center;justify-content:center;flex:0 0 24px;overflow:hidden}.icon-badge img{width:100%;height:100%;display:block;object-fit:cover}.icon-empty{color:var(--muted);font-size:.75rem}@media (max-width: 900px){.stats-grid{grid-template-columns:1fr}}@media (max-width: 760px){html{font-size:14px}.page{padding:10px;gap:10px}.hero-top{flex-wrap:wrap}.panel-header{flex-wrap:wrap;gap:8px}.panel-actions{width:100%;justify-content:space-between}.player-cell span{max-width:140px}th,td{padding:7px 6px;font-size:.82rem}.compact-mobile-fireteam th:nth-child(4),.compact-mobile-fireteam td:nth-child(4),.compact-mobile-fireteam th:nth-child(5),.compact-mobile-fireteam td:nth-child(5),.compact-mobile-fireteam th:nth-child(7),.compact-mobile-fireteam td:nth-child(7){display:none}.compact-mobile-fireteam th:nth-child(6),.compact-mobile-fireteam td:nth-child(6){white-space:nowrap}.compact-mobile-armed th:nth-child(4),.compact-mobile-armed td:nth-child(4){display:none}}
