:root{color-scheme:dark;--bg: #0f1419;--surface: #1a2332;--border: #2a3648;--text: #e8eef7;--muted: #9aacbf;--accent: #3d8bfd;--error: #f87171;--code-bg: #111827;--hover-bg: #1e3a5f;--bar-bg: #111827;--card-bg: #121a26;--seg-r1: #60a5fa;--seg-r2: #34d399;--seg-r3: #fbbf24;--seg-r4: #f472b6;--seg-east: #a78bfa;--seg-west: #fb923c;--seg-cup: #facc15;--seg-muted: #64748b;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,sans-serif;line-height:1.5;background:var(--bg);color:var(--text)}:root[data-theme=light]{color-scheme:light;--bg: #f3f6fb;--surface: #ffffff;--border: #d4dce8;--text: #172033;--muted: #5f6f85;--accent: #2563eb;--error: #b91c1c;--code-bg: #e9eef7;--hover-bg: #dbeafe;--bar-bg: #e5ebf5;--card-bg: #f8fafc}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg)}code{font-size:.9em;background:var(--code-bg);padding:.1em .35em;border-radius:4px}.app{max-width:1100px;margin:0 auto;padding:1.5rem 1.25rem 3rem}.hero h1{margin:0 0 .35rem;font-size:1.75rem}.hero-top{display:flex;align-items:center;justify-content:space-between;gap:1rem}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--text);width:2.4rem;height:2.4rem;padding:0;border-radius:999px;font:inherit;font-size:.9rem;white-space:nowrap}.theme-toggle:hover,.theme-toggle:focus-visible{border-color:var(--accent);outline:none}.muted{color:var(--muted)}.small{font-size:.85rem}.status.loading{color:var(--accent)}.status.error{color:var(--error)}.panel{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem 1.25rem;margin-bottom:1.25rem}.panel h2{margin:0 0 .75rem;font-size:1.1rem}.tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tab{cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--text);padding:.45rem .9rem;border-radius:8px;font-size:.95rem}.tab:hover{border-color:var(--accent)}.tab-active{border-color:var(--accent);background:var(--hover-bg)}.standings-list{list-style:none;margin:0;padding:0}.standings-row{display:grid;grid-template-columns:minmax(100px,140px) 1fr minmax(52px,72px);gap:.75rem;align-items:center;margin-bottom:.85rem}.standings-name{font-weight:600}.standings-name-button{cursor:pointer;border:0;border-radius:6px;background:transparent;color:inherit;font:inherit;font-weight:inherit;padding:.15rem .35rem;margin:-.15rem -.35rem;text-align:left}.standings-name-button:hover,.standings-name-button:focus-visible{background:var(--hover-bg);outline:none}.standings-name-button-selected{background:var(--accent);color:#fff}.standings-bar-wrap{background:var(--bar-bg);border-radius:8px;height:28px;overflow:hidden;border:1px solid var(--border)}.standings-bar{display:flex;flex-direction:row;height:100%;min-width:0;transition:width .25s ease}.standings-seg{height:100%;min-width:0}.standings-seg-terminal{border-top-right-radius:7px;border-bottom-right-radius:7px}.standings-total{text-align:right;font-variant-numeric:tabular-nums;font-weight:700}.standings-total.neg{color:var(--error)}@media(max-width:600px){.app{padding:1rem .75rem 2rem}.hero-top{align-items:flex-start}.panel{padding:.9rem .75rem}.standings-row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"name total" "bar bar";gap:.35rem .75rem;margin-bottom:1rem}.standings-name{grid-area:name;min-width:0}.standings-name-button{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.standings-bar-wrap{grid-area:bar;width:100%}.standings-total{grid-area:total}}.legend{display:flex;flex-wrap:wrap;gap:.65rem 1rem;margin-top:1rem;font-size:.8rem;color:var(--muted)}.legend-item{display:inline-flex;align-items:center;gap:.35rem}.legend-swatch{width:12px;height:12px;border-radius:3px;display:inline-block}.picks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.pick-card{border:1px solid var(--border);border-radius:10px;padding:.85rem 1rem;background:var(--card-bg)}.pick-card-head h3{margin:0 0 .5rem;font-size:1rem}.champs-inline{list-style:none;margin:0;padding:0;font-size:.8rem;color:var(--muted);display:flex;flex-direction:column;gap:.2rem}.team-eliminated{text-decoration:line-through;text-decoration-thickness:.12em;opacity:.72}.pick-list{list-style:none;margin:.65rem 0 0;padding:0;display:flex;flex-direction:column;gap:.45rem}.pick-list li{display:grid;grid-template-columns:1fr auto;gap:.25rem .75rem;font-size:.9rem}.pick-list .series-id{font-weight:600;grid-column:1 / -1}.pick-list .small{grid-column:1 / -1}
