:root{--bg: #0a1424;--bg-2: #101f36;--bg-3: #1a3252;--surface: #0e1c31;--border: #22415f;--text: #e8f1fb;--text-dim: #93b1cb;--accent: #2f9fe6;--accent-2: #5cb6f0;--green: #22c55e;--orange: #f59e0b;--red: #ef4444;--radius: 14px;--radius-sm: 9px;--shadow: 0 8px 30px rgba(0, 0, 0, .4);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%}body{background:radial-gradient(1000px 600px at 15% -10%,rgba(47,159,230,.14),transparent 60%),var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer;border:none;color:inherit;background:none}input,select{font-family:inherit;font-size:1rem;background:var(--bg-2);border:1px solid var(--border);color:var(--text);border-radius:var(--radius-sm);padding:.7rem .9rem;outline:none}input:focus,select:focus{border-color:var(--accent)}h1,h2,h3{font-weight:700;letter-spacing:-.02em}a{color:var(--accent-2);text-decoration:none}a:hover{color:var(--accent)}a.btn,a.card{color:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--bg-3);color:var(--text);border-radius:var(--radius-sm);padding:.65rem 1.05rem;font-weight:600;font-size:.95rem;transition:filter .12s,transform .06s}.btn:hover{filter:brightness(1.15)}.btn:active{transform:scale(.97)}.btn-accent{background:var(--accent);color:#fff}.btn-ghost{background:var(--bg-2);border:1px solid #3d6890}.btn:disabled{opacity:.4;cursor:not-allowed}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.muted{color:var(--text-dim)}.err{background:#ef444424;border:1px solid var(--red);color:#fecaca;padding:.75rem 1rem;border-radius:var(--radius-sm)}.shell{min-height:100vh;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;gap:1.2rem;padding:.8rem 1.4rem;background:#101f36d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:.6rem;font-weight:800;letter-spacing:-.02em}.brand img{width:30px;height:30px;border-radius:7px}.nav{display:flex;gap:.3rem;flex:1;flex-wrap:wrap}.nav a{padding:.5rem .85rem;border-radius:8px;font-weight:700;font-size:.9rem;color:var(--text-dim)}.nav a:hover{background:var(--bg-3);color:var(--text)}.nav a.active{background:var(--accent);color:#fff}.page{flex:1;width:100%;max-width:1180px;margin:0 auto;padding:1.4rem}.page-head{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.1rem}.page-head h1{font-size:1.6rem;flex:1}.tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.7rem}.tile{padding:.9rem 1rem}.tile-label{font-size:.75rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--text-dim)}.tile-value{font-size:1.9rem;font-weight:800;line-height:1.1;font-variant-numeric:tabular-nums;margin-top:.15rem}.tile-sub{font-size:.82rem;color:var(--text-dim);font-weight:600}.tile-value.pos{color:var(--green)}.tile-value.neg{color:var(--red)}.table-wrap{overflow-x:auto;border-radius:var(--radius);border:1px solid var(--border)}table.stats{width:100%;border-collapse:collapse;font-size:.92rem;white-space:nowrap}table.stats thead th{background:var(--bg-2);color:var(--text-dim);font-size:.75rem;letter-spacing:.05em;text-transform:uppercase;padding:.6rem .7rem;text-align:right;position:sticky;top:0}table.stats th:first-child,table.stats td:first-child{text-align:left}table.stats td{padding:.6rem .7rem;text-align:right;border-top:1px solid var(--border);font-variant-numeric:tabular-nums}table.stats tbody tr:hover{background:#2f9fe612}table.stats tr.totals td{font-weight:800;background:var(--bg-2);border-top:2px solid var(--accent)}.cell-pct{display:block;font-size:.75rem;color:var(--text-dim)}.val-cell{font-weight:800;color:var(--accent-2)}.pnum{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:6px;margin-right:.5rem;background:var(--accent);color:#fff;font-weight:800;font-size:.8rem}.games{display:flex;flex-direction:column;gap:.6rem}.game-row{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:1rem;padding:.85rem 1.1rem;transition:border-color .12s,transform .06s}.game-row:hover{border-color:var(--accent);transform:translate(2px)}.game-date{font-size:.85rem;color:var(--text-dim);font-weight:700;min-width:84px}.game-opp{font-weight:700}.game-loc{font-size:.72rem;font-weight:800;color:var(--text-dim);text-transform:uppercase}.game-score{font-size:1.25rem;font-weight:800;font-variant-numeric:tabular-nums}.tag{font-size:.7rem;font-weight:800;padding:.2rem .5rem;border-radius:999px;text-transform:uppercase}.tag-win{background:#22c55e2e;color:var(--green)}.tag-loss{background:#ef44442e;color:var(--red)}.tag-live{background:#f59e0b2e;color:var(--orange)}.quarters-line{display:flex;gap:.35rem;flex-wrap:wrap}.q-chip{background:var(--bg-2);border:1px solid var(--border);border-radius:6px;padding:.15rem .45rem;font-size:.75rem;font-variant-numeric:tabular-nums}.court{position:relative;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border)}.court img{display:block;width:100%;height:auto}.zone-chip{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;min-width:58px;padding:.3rem .5rem;border-radius:9px;border:1px solid rgba(255,255,255,.28);font-weight:800;line-height:1.1;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.9)}.zone-chip .zp{font-size:1.05rem}.zone-chip .zr{font-size:.75rem;opacity:.92}.legend{display:flex;gap:.9rem;flex-wrap:wrap;font-size:.8rem;color:var(--text-dim)}.legend span.dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:.35rem}.login-wrap{min-height:100vh;display:grid;place-items:center;padding:1.5rem}.login-card{width:100%;max-width:380px;padding:2rem;display:flex;flex-direction:column;gap:1rem}.login-card img{width:64px;height:64px;border-radius:14px;align-self:center}.login-card h1{text-align:center;font-size:1.35rem}.login-card p{text-align:center;font-size:.88rem}.trend{width:100%;height:150px;display:block}.trend-axis{stroke:var(--border);stroke-width:.4}.trend-bar.pos{fill:var(--accent)}.trend-bar.neg{fill:var(--red)}.trend-labels{display:flex;margin-top:.3rem;font-size:.68rem;color:var(--text-dim);font-weight:700}.trend-labels span{flex:1;text-align:center;overflow:hidden}.zin{width:74px;text-align:center;padding:.4rem;border-left-width:3px}.zin.green{border-left-color:var(--green)}.zin.red{border-left-color:var(--red)}.ok-box{background:#22c55e24;border:1px solid var(--green);color:#bbf7d0;padding:.75rem 1rem;border-radius:var(--radius-sm)}.section{display:flex;flex-direction:column;gap:.7rem;margin-top:1.6rem}.section h2{font-size:1.15rem}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem;align-items:start}.spinner{padding:2rem;text-align:center;color:var(--text-dim)}@media (max-width: 640px){.page{padding:1rem .8rem}.game-row{grid-template-columns:1fr auto;row-gap:.4rem}}
