:root{--bg:#08111f;--panel:#101b2d;--panel2:#132238;--text:#e5e7eb;--muted:#94a3b8;--line:#243449;--accent:#38bdf8;--accent2:#22c55e;--bad:#fb7185;--good:#4ade80}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top left,#10223b 0,#08111f 38%,#050914 100%);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}.site-header{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:18px 36px;background:rgba(8,17,31,.86);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.brand{font-weight:800;color:#fff;text-decoration:none;letter-spacing:-.02em}nav{display:flex;gap:20px}nav a,a{color:#93c5fd;text-decoration:none}nav a:hover,a:hover{color:#fff}.container{width:min(1220px,calc(100% - 40px));margin:0 auto;padding:38px 0 60px}.hero{display:grid;grid-template-columns:1.5fr .8fr;gap:28px;align-items:stretch;margin-bottom:28px}.hero h1,.page-title h1{font-size:clamp(36px,5vw,68px);line-height:.96;margin:0 0 18px;letter-spacing:-.06em}.page-title h1{font-size:clamp(32px,4vw,54px)}.lede{font-size:20px;line-height:1.55;color:#cbd5e1;max-width:780px}.eyebrow{color:var(--accent);font-weight:700;text-transform:uppercase;letter-spacing:.14em;font-size:12px}.hero-card,.panel,.kpi{background:linear-gradient(180deg,rgba(19,34,56,.96),rgba(13,24,40,.96));border:1px solid var(--line);border-radius:22px;box-shadow:0 24px 70px rgba(0,0,0,.22)}.hero-card{padding:32px;display:flex;flex-direction:column;justify-content:center}.hero-card span,.kpi span{color:var(--muted);font-weight:600}.hero-card strong{font-size:76px;letter-spacing:-.08em}.hero-card p{color:var(--muted);line-height:1.5}.actions{display:flex;gap:12px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:11px 18px;background:var(--accent);color:#06111f;font-weight:800;cursor:pointer}.button.secondary{background:#1f2937;color:#dbeafe;border:1px solid var(--line)}.kpi-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin:24px 0}.kpi{padding:20px}.kpi strong{display:block;font-size:28px;letter-spacing:-.04em;margin-top:8px}.wide{grid-column:auto}.grid{display:grid;gap:20px}.grid.two{grid-template-columns:1fr 1fr}.panel{padding:22px;margin-bottom:20px}.chart{min-height:430px}.prose{color:#cbd5e1;line-height:1.65}.prose h2,.panel h2{color:#fff;margin-top:0}.filters{display:flex;gap:12px;margin:20px 0}.filters input,.filters select{background:#0f172a;border:1px solid var(--line);color:#fff;border-radius:12px;padding:12px 14px;min-width:160px}.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:collapse;font-size:14px}.data-table th{text-align:left;color:#a5b4fc;font-size:12px;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid var(--line);padding:12px;white-space:nowrap;cursor:pointer}.data-table td{padding:12px;border-bottom:1px solid rgba(148,163,184,.15);white-space:nowrap}.data-table tr:hover td{background:rgba(56,189,248,.05)}.positive{color:var(--good)!important}.negative{color:var(--bad)!important}.metric-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.metric-list div{background:#0b1323;border:1px solid var(--line);border-radius:14px;padding:14px}.metric-list span{display:block;color:var(--muted);font-size:13px}.metric-list strong{display:block;margin-top:6px;font-size:22px}.footer{text-align:center;color:var(--muted);border-top:1px solid var(--line);padding:28px}@media(max-width:900px){.site-header{align-items:flex-start;gap:14px;flex-direction:column;padding:16px 20px}nav{flex-wrap:wrap;gap:12px}.hero,.grid.two{grid-template-columns:1fr}.kpi-grid{grid-template-columns:1fr 1fr}.filters{flex-direction:column}.hero-card strong{font-size:52px}}@media(max-width:560px){.kpi-grid{grid-template-columns:1fr}.container{width:min(100% - 24px,1220px)}.hero h1,.page-title h1{font-size:36px}.lede{font-size:17px}}
.scope-bar{display:flex;justify-content:space-between;gap:16px;align-items:center;margin:0 0 28px;padding:14px 16px;background:rgba(15,23,42,.76);border:1px solid var(--line);border-radius:16px;color:#cbd5e1}.scope-note{display:block;color:var(--muted);font-size:13px;margin-top:4px}.scope-actions{display:flex;gap:8px;flex-wrap:wrap}.scope-pill,.sort-links a{display:inline-flex;align-items:center;border:1px solid var(--line);background:#0b1323;color:#cbd5e1;border-radius:999px;padding:9px 13px;font-weight:700;font-size:13px}.scope-pill.active,.sort-links a.active{background:var(--accent);color:#06111f;border-color:var(--accent)}.sort-links{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0 20px}.callout{border-color:rgba(56,189,248,.45);background:linear-gradient(180deg,rgba(14,42,69,.96),rgba(13,24,40,.96))}@media(max-width:760px){.scope-bar{flex-direction:column;align-items:flex-start}.scope-actions{width:100%}.scope-pill{flex:1;justify-content:center}}

/* Minimal team treatment: abbreviation badges only, no official logos or protected artwork. */
.team-badge{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);background:#0b1323;color:#e5e7eb;border-radius:999px;padding:4px 9px;font-weight:800;font-size:12px;letter-spacing:.04em;line-height:1;vertical-align:middle}
.team-badge::before{content:"";display:inline-block;width:8px;height:8px;border-radius:999px;background:#64748b;box-shadow:0 0 0 2px rgba(255,255,255,.08)}
.team-ana::before{background:#f47a38}.team-bos::before{background:#facc15}.team-buf::before{background:#2563eb}.team-car::before{background:#ef4444}.team-cbj::before{background:#1d4ed8}.team-cgy::before{background:#dc2626}.team-chi::before{background:#ef4444}.team-col::before{background:#7f1d1d}.team-dal::before{background:#16a34a}.team-det::before{background:#dc2626}.team-edm::before{background:#f97316}.team-fla::before{background:#dc2626}.team-la::before{background:#9ca3af}.team-min::before{background:#15803d}.team-mtl::before{background:#dc2626}.team-nj::before{background:#ef4444}.team-nsh::before{background:#facc15}.team-nyi::before{background:#f97316}.team-nyr::before{background:#2563eb}.team-ott::before{background:#dc2626}.team-phi::before{background:#f97316}.team-pit::before{background:#facc15}.team-sj::before{background:#14b8a6}.team-sea::before{background:#06b6d4}.team-stl::before{background:#2563eb}.team-tb::before{background:#3b82f6}.team-tor::before{background:#1d4ed8}.team-uta::before{background:#38bdf8}.team-van::before{background:#2563eb}.team-vgk::before{background:#c8a75d}.team-wpg::before{background:#1d4ed8}.team-wsh::before{background:#dc2626}
.metric-list.compact{grid-template-columns:repeat(5,1fr)}
.player-table th:nth-child(n+4):nth-child(-n+8),.player-table td:nth-child(n+4):nth-child(-n+8){text-align:right}
@media(max-width:900px){.metric-list.compact{grid-template-columns:1fr 1fr}}
