:root{--color-navy: #0d1b2e;--color-teal-dark: #0f6e56;--color-teal: #1d9e75;--color-teal-light: #5dcaa5;--color-ice-mint: #9fe1cb;--color-ice-white: #e1f5ee;--color-bg-primary: var(--color-navy);--color-bg-surface: #112238;--color-bg-subtle: #162c46;--color-text-primary: var(--color-ice-white);--color-text-muted: var(--color-teal-light);--color-text-dim: var(--color-teal-dark);--color-accent: var(--color-teal);--color-accent-hover: var(--color-teal-light);--color-border: var(--color-teal-dark);--color-border-subtle: #1a3a52;--bg: var(--color-bg-primary);--panel: var(--color-bg-surface);--panel-2: var(--color-bg-subtle);--line: var(--color-border-subtle);--text: var(--color-text-primary);--muted: var(--color-text-muted);--accent: var(--color-accent);--pos: #38a06c;--neg: #c8485c;--flag: #f0a84b;--select: rgba(29, 158, 117, .22);--surface-tile: #14171c;--tile-muted: var(--color-ice-white);--font-display: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;--font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;font-family:var(--font-body)}*{box-sizing:border-box}*{scrollbar-width:thin;scrollbar-color:transparent transparent}*:hover{scrollbar-color:var(--line) transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:transparent;border:3px solid transparent;border-radius:8px;background-clip:padding-box}:hover::-webkit-scrollbar-thumb{background:var(--line);background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:var(--muted);background-clip:padding-box}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);font-weight:400}h1,h2,h3,h4{font-family:var(--font-display);font-weight:500}.list,.leaderboard table,.trend,.history,.num,.stat-value,.kv b,.bio-chip,.lb-rank{font-family:var(--font-mono)}.stat-value,.list thead th,.leaderboard th,.trend th,.history th{font-weight:500}.shell{display:flex;flex-direction:column;height:100vh}.content{flex:1;min-height:0}.topbar{display:flex;align-items:center;gap:.9rem;padding:.7rem 1.1rem;border-bottom:1px solid var(--line);background:var(--panel)}.hamburger{background:transparent;color:var(--text);border:1px solid var(--line);border-radius:6px;font-size:1.05rem;line-height:1;padding:.3rem .55rem;cursor:pointer}.hamburger:hover{border-color:var(--accent)}.brand{display:flex;align-items:center;text-decoration:none}.brand-logo{height:52px;width:auto;display:block}.topbar-search{margin-left:auto}.topbar-search input{background:var(--panel-2);color:var(--text);border:1px solid var(--line);border-radius:6px;padding:.4rem .6rem;font-size:.9rem;width:min(280px,48vw)}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:20}.drawer{position:fixed;top:0;left:0;bottom:0;width:280px;max-width:84vw;background:var(--panel);border-right:1px solid var(--line);z-index:21;padding:1rem;display:flex;flex-direction:column;gap:1.2rem;overflow-y:auto}.drawer-section{display:flex;flex-direction:column;gap:.4rem}.drawer-section h4{margin:0;font-size:.76rem;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.drawer-hint{margin:0 0 .2rem}.drawer-link{color:var(--text);text-decoration:none;padding:.45rem .5rem;border-radius:6px;font-weight:600}.drawer-link:hover{background:var(--panel-2)}.drawer-link.active{background:var(--select);color:var(--text)}.field{display:flex;flex-direction:column;gap:.2rem;font-size:.78rem;color:var(--muted)}.drawer select{background:var(--panel-2);color:var(--text);border:1px solid var(--line);border-radius:6px;padding:.4rem .5rem;font-size:.9rem}.browse{display:flex;height:100%;min-height:0}.browse-list{width:360px;flex-shrink:0;border-right:1px solid var(--line);display:flex;flex-direction:column;min-height:0}.browse.list-collapsed .browse-list{display:none}.browse-list-head{display:flex;align-items:center;justify-content:space-between;padding:.55rem .8rem;border-bottom:1px solid var(--line)}.list-toggle{background:transparent;color:var(--muted);border:1px solid var(--line);border-radius:6px;padding:.25rem .5rem;font-size:.78rem;font-weight:600;cursor:pointer}.list-toggle:hover{color:var(--text);border-color:var(--accent)}.list-toggle.show{margin:.8rem 0 0 .9rem}.browse-detail{flex:1;min-width:0;overflow-y:auto}.browse-back{display:none;background:transparent;color:var(--muted);border:1px solid var(--line);border-radius:6px;padding:.35rem .7rem;margin:.7rem 0 0 .7rem;font-size:.82rem;font-weight:600;cursor:pointer}.browse-back:hover{color:var(--text);border-color:var(--accent)}.loading,.error,.placeholder{padding:2rem;color:var(--muted)}.error{color:var(--neg)}.placeholder{display:flex;flex-direction:column;gap:.5rem;justify-content:center;align-items:center;height:100%;text-align:center}.muted{color:var(--muted);font-size:.85rem}.filters{display:flex;flex-direction:column;gap:.6rem}.check{display:flex;gap:.35rem;align-items:center;font-size:.82rem;color:var(--muted)}.list{border-collapse:collapse;width:100%;font-size:.88rem;display:block;overflow-y:auto;flex:1;min-height:0}.list thead th{position:sticky;top:0;background:var(--panel);text-align:left;padding:.5rem .6rem;border-bottom:1px solid var(--line);cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;color:var(--muted);font-weight:600}.list th.sorted{color:var(--text)}.list tbody td{padding:.4rem .6rem;border-bottom:1px solid var(--line)}.list tbody tr{cursor:pointer}.list tbody tr:hover{background:var(--panel-2)}.list tbody tr.active{background:var(--select)}.num{text-align:right;font-variant-numeric:tabular-nums}.flag{color:var(--flag);font-weight:600}.card{padding:.9rem 1rem 1.4rem;display:flex;flex-direction:column;gap:.9rem;width:100%;max-width:900px;margin:0 auto}.tabs{display:flex;gap:.4rem;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.tab-group{display:flex;gap:.4rem}.season-select{font-size:.8rem;color:var(--muted);font-weight:600;margin-bottom:.3rem}.season-select select{background:var(--panel-2);color:var(--text);border:1px solid var(--line);border-radius:6px;padding:.2rem .4rem;font-size:.82rem;font-weight:600;cursor:pointer}.tab{background:transparent;color:var(--muted);border:none;border-bottom:2px solid transparent;padding:.45rem .7rem;font-size:.9rem;font-weight:600;cursor:pointer;margin-bottom:-1px}.tab:hover{color:var(--text)}.tab.active{color:var(--text);border-bottom-color:var(--accent)}.print-card{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:1.2rem 1.4rem;display:flex;flex-direction:column;gap:1.1rem}.print-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.print-head-main{flex:1;min-width:0}.png-btn{flex-shrink:0;background:var(--panel-2);color:var(--muted);border:1px solid var(--line);border-radius:6px;padding:.3rem .55rem;font-size:.78rem;font-weight:600;cursor:pointer}.png-btn:hover:not(:disabled){color:var(--text);border-color:var(--accent)}.png-btn:disabled{cursor:default;opacity:.6}.print-foot{display:flex;align-items:center;gap:.7rem;margin-top:.4rem;padding-top:.7rem;border-top:1px solid var(--line)}.print-foot-logo{height:26px;width:auto;flex-shrink:0;opacity:.9}.print-foot-attr{font-size:.66rem;line-height:1.35;color:var(--muted)}.bio-strip{display:flex;flex-wrap:wrap;gap:.4rem}.bio-chip{background:var(--panel-2);border:1px solid var(--line);border-radius:999px;padding:.15rem .6rem;font-size:.82rem;color:var(--text);font-variant-numeric:tabular-nums}.card-sub-name{font-size:1.15rem}.print-card .card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.card-head h2{margin:0 0 .2rem}.card-head-right{text-align:right;display:flex;flex-direction:column;gap:.3rem;align-items:flex-end}.card section h3{margin:0 0 .6rem;font-size:.95rem;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem}.stat{background:var(--surface-tile);border:1px solid var(--line);border-radius:8px;padding:.6rem .7rem}.stat-label{color:var(--tile-muted);font-size:.75rem}.stat-value{font-size:1.15rem;font-variant-numeric:tabular-nums;margin-top:.15rem}.stat-sub{color:var(--tile-muted);font-size:.7rem;margin-top:.1rem}.card section h4.sub{margin:.9rem 0 .4rem;font-size:.76rem;color:var(--muted);font-weight:500;text-transform:uppercase;letter-spacing:.04em}.kv{display:grid;grid-template-columns:auto 1fr;gap:.3rem .8rem;font-size:.9rem;align-items:baseline}.kv span{color:var(--muted)}.kv b{text-align:right;font-variant-numeric:tabular-nums}.history{border-collapse:collapse;width:100%;font-size:.85rem;margin-top:.6rem}.history th,.history td{padding:.35rem .5rem;border-bottom:1px solid var(--line);text-align:left}.trend{border-collapse:collapse;width:100%;font-size:.85rem}.trend th,.trend td{padding:.3rem .5rem;border-bottom:1px solid var(--line);text-align:left}.trend th.num,.trend td.num{text-align:right;font-variant-numeric:tabular-nums}.spark-cell{width:110px;vertical-align:middle}.spark{display:block;max-width:100%;height:auto}.spark-zero{stroke:var(--muted);stroke-dasharray:2 2;stroke-width:1;opacity:.4}.spark-empty{color:var(--muted)}.trend-note{font-size:.72rem;margin-top:.5rem}.badge{display:inline-block;padding:.1rem .45rem;border-radius:999px;font-size:.74rem;font-weight:600;white-space:nowrap}.tier-elite{background:#1d4d3a;color:#6fe3b0}.tier-above_average{background:#234a2c;color:#9fdc8a}.tier-average{background:#3a3a22;color:#d7d27a}.tier-below_average{background:#4a2f22;color:#e6b07a}.tier-replacement{background:#4a232b;color:#f08a98}.tier-none{background:var(--panel-2);color:var(--muted)}.season-head{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.season-head-note{font-size:.72rem;font-weight:400}.audition-note{font-size:.86rem;margin:.2rem 0 .5rem}.wl-n{font-size:.78rem;font-weight:400}.audition-list b.pass{color:#6fe3b0}.audition-list b.fade{color:#f08a98}.wr-proven{background:#243a66;color:#9db4f5}.wr-ready_for_more{background:#1d4d3a;color:#6fe3b0}.wr-overextended{background:#4a2f22;color:#e6b07a}.wr-unproven{background:var(--panel-2);color:var(--muted)}.form-trajectory{display:flex;flex-direction:column;gap:.25rem;margin-top:.6rem}.form-trajectory .spark{width:100%}.badge-row{display:flex;gap:.4rem;align-items:center;justify-content:flex-end}.status-retired{background:#3a2230;color:#d98fb8}.status-promising{background:#1c3a52;color:#7fc4f0}.status-developing{background:#26384a;color:#9fb8cc}.status-journeyman{background:var(--panel-2);color:var(--muted)}.status-proven_starter{background:#243a66;color:#9db4f5}.status-established{background:#2a3f46;color:#9fc8cc}.status-aging_veteran{background:#3f3322;color:#d8b07a}.status-replacement_level{background:#3f2a2f;color:#d99aa6}.track-record{margin-top:.4rem}.track-consistently_above_average{background:#1d4d3a;color:#6fe3b0}.track-inconsistent{background:#3a3a22;color:#d7d27a}.track-consistently_below_average{background:#4a232b;color:#f08a98}.track-limited_track_record{background:var(--panel-2);color:var(--muted)}.proj-line{margin-top:.5rem;font-size:.9rem}.proj-line .established{color:var(--pos)}.trajectory{display:block;background:var(--panel);border:1px solid var(--line);border-radius:8px;max-width:100%;height:auto}.tj-grid{stroke:var(--line);stroke-width:.5}.tj-zero{stroke:#3a4250;stroke-width:1;stroke-dasharray:3 3}.tj-axis{fill:var(--muted);font-size:10px}.tj-band{stroke:#3f6190;stroke-width:6;stroke-linecap:round;opacity:.45}.tj-band.proj{stroke:var(--flag);opacity:.35}.tj-line{fill:none;stroke:var(--accent);stroke-width:1.8}.tj-dot.pos{fill:var(--pos)}.tj-dot.neg{fill:var(--neg)}.tj-dot.proj{fill:var(--flag);stroke:#1b1d23;stroke-width:1}.tj-outlook{stroke:var(--muted);stroke-width:1.5;stroke-dasharray:2 2}.tj-established{fill:none;stroke:var(--pos);stroke-width:2}.home,.about{height:100%;overflow-y:auto;padding:1.5rem}.home{max-width:1100px;margin:0 auto}.home-logo{display:block;margin:.5rem auto 1.8rem;height:120px;width:auto;max-width:90%}.home-hero{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.6rem}.home-hero h1{margin:0;font-size:1.8rem}.home-hero p{margin:0}.home-search{display:flex;gap:.5rem;margin-top:.4rem;max-width:520px}.home-search input{flex:1;background:var(--panel-2);color:var(--text);border:1px solid var(--line);border-radius:8px;padding:.6rem .7rem;font-size:1rem}.home-search button{background:var(--accent);color:#0b1220;border:none;border-radius:8px;padding:0 1.1rem;font-size:.95rem;font-weight:700;cursor:pointer}.home-search button:hover{filter:brightness(1.08)}.leaderboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.leaderboard{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:.9rem 1rem 1rem}.leaderboard header{display:flex;flex-direction:column;gap:.1rem;margin-bottom:.6rem}.leaderboard h3{margin:0;font-size:1rem}.leaderboard table{border-collapse:collapse;width:100%;font-size:.9rem}.leaderboard th{text-align:left;color:var(--muted);font-weight:600;font-size:.74rem;text-transform:uppercase;letter-spacing:.03em;padding:0 .4rem .3rem;border-bottom:1px solid var(--line)}.leaderboard td{padding:.32rem .4rem;border-bottom:1px solid var(--line)}.leaderboard tbody tr:last-child td{border-bottom:none}.leaderboard td a{color:var(--text);text-decoration:none}.leaderboard td a:hover{color:var(--accent)}.lb-rank{color:var(--muted);width:1.6rem;text-align:right;font-variant-numeric:tabular-nums}.lb-empty{padding:.4rem}.home-attr{margin:1.6rem 0 .5rem;padding-top:1rem;border-top:1px solid var(--line);line-height:1.5}.home-attr a{color:var(--accent);text-decoration:none}.home-attr a:hover{text-decoration:underline}.about{max-width:760px;margin:0 auto;line-height:1.55}.about h1{margin:0 0 .3rem;font-size:1.7rem}.about h2{font-size:1.1rem;margin:1.6rem 0 .4rem}.about section p{margin:0 0 .6rem}.about a{color:var(--accent);text-decoration:none}.about a:hover{text-decoration:underline}.about-sub{font-size:.95rem;margin:1.1rem 0 .4rem;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.about-fields{margin:0;padding-left:1.1rem;display:flex;flex-direction:column;gap:.4rem}.about-fields code{font-family:var(--font-mono);font-size:.82em;background:var(--panel-2);border:1px solid var(--line);border-radius:4px;padding:.02rem .3rem}.about-glossary{margin:.6rem 0 0}.about-glossary dt{font-weight:600;margin-top:.7rem}.about-glossary dt .muted{font-weight:400;font-size:.82em;font-family:var(--font-mono)}.about-glossary dd{margin:.15rem 0 0;color:var(--muted)}.about-metrics{width:100%;border-collapse:collapse;margin:.6rem 0 .8rem;font-size:.9rem}.about-metrics th,.about-metrics td{text-align:right;padding:.35rem .6rem;border-bottom:1px solid var(--line)}.about-metrics th:first-child,.about-metrics td:first-child{text-align:left}.about-metrics thead th{color:var(--muted);font-weight:500}.about-metrics td+td,.about-metrics thead th+th{font-family:var(--font-mono)}.about-yearly{width:100%;border-collapse:collapse;margin:.6rem 0 .8rem;font-size:.85rem}.about-yearly th,.about-yearly td{padding:.3rem .45rem;text-align:right;border-bottom:1px solid var(--line)}.about-yearly th:first-child,.about-yearly td:first-child{text-align:left}.about-yearly thead th{color:var(--muted);font-weight:500}.about-yearly thead tr:first-child th{text-align:center;border-bottom:none;padding-bottom:.1rem}.about-yearly tbody td+td{font-family:var(--font-mono)}@media (max-width: 720px){.topbar{padding:.5rem .7rem;gap:.6rem}.topbar-search{display:none}.brand-logo{height:38px}.browse-list{width:100%;border-right:none}.browse.has-selection .browse-list{display:none}.browse:not(.has-selection) .browse-detail{display:none}.browse-list-head .list-toggle,.list-toggle.show{display:none}.browse-back{display:inline-block}.list th:nth-child(3),.list td:nth-child(3),.list th:nth-child(4),.list td:nth-child(4),.list th:nth-child(5),.list td:nth-child(5),.list th:nth-child(7),.list td:nth-child(7){display:none}.card{padding:.7rem .7rem 1.2rem}.print-card{padding:1rem}.two-col{grid-template-columns:1fr;gap:.9rem}.stats{grid-template-columns:repeat(2,1fr)}.tabs{flex-wrap:wrap;gap:.2rem .4rem}.tab{padding:.45rem .55rem}.home,.about{padding:1rem}.home-logo{height:84px;margin:.25rem auto 1.2rem}.home-hero h1{font-size:1.5rem}.home-search{max-width:none}}@media (max-width: 400px){.stats{grid-template-columns:1fr}.brand-logo{height:32px}}
