:root{--bg:#0b1020;--panel:#151d32;--panel2:#1b2640;--line:#2d3a58;--text:#eef3ff;--muted:#9aa9c5;--orange:#ff8a3d;--gold:#ffd166;--green:#42d392;--red:#ff6b6b}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:14px/1.45 system-ui,-apple-system,Segoe UI,sans-serif}.topbar{position:sticky;top:0;z-index:5;background:#0d1426ef;backdrop-filter:blur(12px);border-bottom:1px solid var(--line);padding:14px 24px}.topbar>div{display:flex;align-items:center;gap:10px}.topbar h1{font-size:19px;margin:0}.ball{color:var(--orange);font-size:25px}.topbar small{background:var(--orange);color:#15100b;border-radius:20px;padding:3px 9px;font-weight:800}.topbar nav{display:flex;gap:4px;overflow:auto;margin-top:12px}.topbar nav button{white-space:nowrap;background:transparent;color:var(--muted);border:0}.topbar nav button:hover,.topbar nav button.active{color:white;background:var(--panel2)}main{max-width:1500px;margin:auto;padding:24px}.page-title{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:20px}.page-title h2{font-size:26px;margin:0}.page-title p,.muted{color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px}.card{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:16px}.card h3{margin:0 0 10px}.metric{font-size:29px;font-weight:800}.accent{color:var(--orange)}.gold,.champion{color:var(--gold)}.green,.positive{color:var(--green)}.danger,.negative{color:var(--red)}button{cursor:pointer;border:1px solid var(--line);background:var(--panel2);color:var(--text);border-radius:8px;padding:9px 13px;font-weight:650}button:hover{filter:brightness(1.16)}button.primary{background:var(--orange);color:#1b1008;border-color:var(--orange)}button.danger{background:#4a2029;color:#ffd7dc}.actions,.filters{display:flex;flex-wrap:wrap;gap:8px}.section{margin-top:22px}.section-title{display:flex;justify-content:space-between}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:10px;background:var(--panel)}table{width:100%;border-collapse:collapse;white-space:nowrap}th{position:sticky;top:0;background:#202b47;color:var(--muted);text-align:left;font-size:12px;text-transform:uppercase}th,td{padding:10px 12px;border-bottom:1px solid var(--line)}tbody tr:hover{background:#1b2640}.rank{font-weight:800;color:var(--muted)}.tag{display:inline-block;border-radius:12px;padding:2px 8px;background:#273452;color:#cbd8ef;font-size:12px}.tag.M{background:#153c52;color:#82d6ff}.tag.A{background:#3d2849;color:#e6a8ff}.tag.P{background:#3d3520;color:#ffdd72}.filters{margin-bottom:12px}.filters input,.filters select{background:var(--panel);border:1px solid var(--line);color:var(--text);padding:9px 11px;border-radius:8px}.filters input{min-width:220px}.league-block{margin-bottom:18px}.league-head{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;background:#202b47;border-radius:10px 10px 0 0}.league-head h3{margin:0}.roster{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px}.player-mini{background:var(--panel2);padding:9px;border-radius:8px}.player-mini strong{display:block}.draft-layout{display:grid;grid-template-columns:minmax(280px,390px) 1fr;gap:16px}.draft-current{position:sticky;top:115px;align-self:start}.empty{padding:35px;text-align:center;color:var(--muted)}#toast{position:fixed;right:20px;bottom:20px;background:#eef3ff;color:#111827;padding:11px 16px;border-radius:9px;opacity:0;transform:translateY(10px);transition:.2s;z-index:20}#toast.show{opacity:1;transform:none}.player-link{border:0;background:transparent;color:var(--text);padding:0;font:inherit;font-weight:800;text-align:left;text-decoration:underline;text-decoration-color:#ffffff35;text-underline-offset:3px}.player-link:hover{color:var(--orange);filter:none}.modal{position:fixed;inset:0;z-index:50;background:#050812c9;display:flex;align-items:center;justify-content:center;padding:20px}.modal-panel{width:min(1100px,96vw);max-height:90vh;overflow:auto;background:var(--panel);border:1px solid var(--line);border-radius:14px;box-shadow:0 25px 80px #000;padding:20px}.modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:16px}.modal-head h2{margin:0}.modal-close{font-size:20px;padding:4px 10px}@media(max-width:850px){.draft-layout{grid-template-columns:1fr}.draft-current{position:static}.topbar{padding:12px}main{padding:14px}.page-title{align-items:start;flex-direction:column}}
.draft-layout{display:flex;flex-direction:column}.draft-current{position:static;align-self:stretch}.season-start-summary{margin-bottom:22px}
.draft-current{padding:10px 12px}.draft-current h3{font-size:13px;margin:0 0 4px}.draft-current p{margin:4px 0}.draft-current>.actions{display:inline-flex;margin-right:12px}.draft-current .section{margin-top:8px}.draft-current{display:grid;grid-template-columns:minmax(180px,1fr) minmax(260px,2fr) minmax(220px,1.4fr);gap:8px 16px;align-items:start}.draft-current>h3:nth-of-type(1),.draft-current>p:nth-of-type(1){grid-column:1}.draft-current>h3:nth-of-type(2),.draft-current>p:nth-of-type(2){grid-column:2}.draft-current>h3:nth-of-type(3),.draft-current>.actions,.draft-current>p:nth-of-type(3),.draft-current>p:nth-of-type(4){grid-column:3}.draft-current>h3:nth-of-type(4),.draft-roster-compact,.draft-current>p:nth-of-type(5){grid-column:1 / -1}.draft-roster-compact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.draft-roster-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap;background:var(--panel2);border-radius:8px;padding:6px}.draft-player-chip{display:inline-flex;align-items:center;gap:4px;border:1px solid var(--line);border-radius:999px;padding:3px 7px;background:#202b47}.draft-player-chip small{color:var(--muted)}.draft-player-chip.vacant{color:var(--red)}@media(max-width:980px){.draft-current{grid-template-columns:1fr}.draft-current>*{grid-column:1!important}.draft-roster-compact{grid-template-columns:1fr}}
.draft-current{display:flex!important;flex-wrap:wrap;align-items:center;gap:6px 12px;padding:8px 10px}.draft-current h3{font-size:12px;margin:0}.draft-current p{margin:0}.draft-current>.actions{margin:0}.draft-current h3.section{flex-basis:100%;margin-top:2px}.draft-roster-compact{flex-basis:100%;display:flex;grid-template-columns:none;gap:6px}.draft-roster-row{flex:1;min-width:280px;padding:4px 6px}.draft-current>p:last-child{flex-basis:100%;font-size:12px}.draft-current .tag{padding:1px 7px}.draft-player-chip{padding:2px 6px}@media(max-width:980px){.draft-roster-compact{flex-direction:column}.draft-roster-row{min-width:0}}
.draft-current>p:nth-of-type(2){flex:1 1 420px;min-width:260px;font-size:13px}.draft-current>p:nth-of-type(3),.draft-current>p:nth-of-type(4){font-size:13px}.draft-current h3:nth-of-type(2),.draft-current h3:nth-of-type(3){margin-left:8px}
.draft-player-list{min-height:0}.draft-scroll{max-height:calc(100vh - 330px);min-height:260px;overflow:auto}.draft-scroll th{top:0;z-index:2}@media(max-height:760px){.draft-scroll{max-height:calc(100vh - 285px);min-height:220px}.page-title{margin-bottom:12px}.draft-layout{gap:10px}}
.draft-current{line-height:1.15;gap:3px 10px!important;padding:6px 10px!important}.draft-current h3.section,.draft-current>p:last-child{display:none}.draft-current>p:nth-of-type(3),.draft-current>p:nth-of-type(4){font-size:12px}.draft-roster-compact{margin-top:2px}.draft-roster-row{padding:2px 6px;min-height:28px}.draft-player-chip{padding:1px 6px}.draft-layout{gap:8px}.draft-scroll{max-height:calc(100vh - 255px)}@media(max-height:760px){.draft-scroll{max-height:calc(100vh - 230px)}}
.draft-current>p:nth-of-type(1),.draft-current>p:nth-of-type(2),.draft-current>p:nth-of-type(3),.draft-current>p:nth-of-type(4){line-height:1.15}.draft-current .actions{gap:4px}.draft-roster-row strong{margin-right:2px}
.draft-layout{gap:10px!important}.draft-current{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:6px 10px!important;padding:8px 10px!important;line-height:1.2!important}.draft-current h3{margin:0!important;font-size:13px!important}.draft-current p{margin:0!important}.draft-current h3:nth-of-type(2),.draft-current h3:nth-of-type(3),.draft-current h3.section,.draft-current>p:nth-of-type(3),.draft-current>p:nth-of-type(4),.draft-current>p:last-child{display:none!important}.draft-current>p:nth-of-type(1){display:flex;gap:5px}.draft-current>p:nth-of-type(2){flex:1 1 520px!important;min-width:260px!important;font-size:13px!important}.draft-current>.actions{margin-left:auto!important;gap:4px!important}.draft-roster-compact{flex:1 0 100%!important;display:flex!important;gap:6px!important;margin:0!important}.draft-roster-row{flex:1!important;min-width:260px!important;padding:3px 6px!important;min-height:0!important}.draft-player-chip{padding:1px 6px!important;line-height:1.2!important}.draft-scroll{max-height:calc(100vh - 230px)!important;min-height:300px!important}
