:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#e2e8f0;background:#0f172a;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,select{font:inherit}button{cursor:pointer;border:1px solid #334155;border-radius:8px;background:#1e293b;color:#e2e8f0;padding:11px 15px}button:hover{border-color:#38bdf8}button:disabled{opacity:.55;cursor:wait}button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid #38bdf8;outline-offset:3px}.app-shell{display:grid;grid-template-columns:235px minmax(0,1fr);min-height:100vh}.sidebar{background:#020617;border-right:1px solid #1e293b;padding:30px 18px;display:flex;flex-direction:column}.brand{display:flex;gap:12px;align-items:center;font-size:20px;font-weight:800;color:#f8fafc;margin-bottom:44px}.brand svg{color:#38bdf8}.brand small{display:block;font-size:8px;letter-spacing:2px;color:#64748b;margin-top:7px}nav{display:grid;gap:9px}nav button{display:flex;gap:12px;align-items:center;text-align:left;border:0;background:transparent;color:#94a3b8;padding:13px}nav button.active{background:#14263b;color:#38bdf8}.sidebar-note{margin-top:auto;padding:40px 12px 5px;font-size:12px;color:#94a3b8}.sidebar-note p{line-height:1.8;color:#64748b}.dot{display:inline-block;width:7px;height:7px;background:#34d399;border-radius:50%;margin-right:6px}main{padding:34px 38px;max-width:1700px;width:100%}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;gap:20px}.eyebrow{color:#38bdf8;font-size:11px;font-weight:700;letter-spacing:2px}h1{font-size:32px;letter-spacing:-1px;margin:8px 0}h2{font-size:18px;margin:0 0 10px}h3{font-size:14px;margin:0 0 7px}p{font-size:14px;line-height:1.65;margin:7px 0 14px}.muted,small{color:#94a3b8}.panel{background:#162235;border:1px solid #29384e;border-radius:12px;padding:24px;margin-bottom:22px}.connect{display:flex;align-items:center;justify-content:space-between;gap:24px}.connect form{display:flex;gap:12px;align-items:end;flex-wrap:wrap}.connect p{margin-bottom:0}label{display:grid;gap:8px;font-size:12px;color:#cbd5e1;margin-bottom:18px}label small{font-size:12px}input,select{color:#e2e8f0;background:#0f172a;border:1px solid #334155;border-radius:7px;padding:10px 12px;min-width:0;width:100%}.connect label{margin:0}.season{max-width:110px}.primary{background:#38bdf8;color:#082f49;border:1px solid #38bdf8;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}.league-bar{display:flex;gap:20px;justify-content:space-between;align-items:center;margin:24px 0}.league-bar label{margin:0;min-width:260px}.league-bar>span{font-size:12px}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.stat span{font-size:12px;color:#94a3b8}.stat strong{display:block;font-size:32px;margin-top:10px;color:#f8fafc}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:22px}.feature{display:flex;gap:18px;margin-top:26px}.feature>span{font-size:12px;color:#38bdf8;background:#132e43;width:34px;height:34px;display:grid;place-items:center;border-radius:8px;flex-shrink:0}.feature p{color:#94a3b8;font-size:13px}.readiness{display:flex;justify-content:space-between;gap:18px;padding:15px 0;border-bottom:1px solid #29384e;font-size:13px}.readiness+p{margin-top:20px}.positive{color:#34d399}.negative{color:#fda4af}.badge{display:inline-block;background:#1e293b;border:1px solid #334155;border-radius:6px;font-size:11px;padding:5px 9px;white-space:nowrap}.filters{display:flex;gap:12px;align-items:center;margin:22px 0}.filters input{max-width:330px}.filters select{width:90px}.filters span{font-size:12px;color:#94a3b8;white-space:nowrap}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;text-align:left;font-size:13px}th{font-weight:500;font-size:11px;text-transform:uppercase;letter-spacing:.6px;color:#94a3b8;background:#111c2e}td,th{padding:15px 12px;border-bottom:1px solid #29384e;white-space:nowrap}.player-name{font-weight:600;color:#f8fafc}.empty{text-align:center;padding:45px 20px;color:#94a3b8}.empty svg{color:#38bdf8;margin-bottom:16px}.empty h2,.empty h3{color:#e2e8f0}.notice,.error{padding:18px 20px;border-radius:8px;margin-bottom:22px;background:#102d42;color:#bae6fd;border:1px solid #1c4761;font-size:13px;line-height:1.7;display:flex;gap:14px}.notice svg{flex-shrink:0;margin-top:4px}.error{background:#3d1b2d;color:#fecdd3;border-color:#803249}.scenario-score{font-size:70px;font-weight:700;margin-top:32px}.factor{padding-top:20px;border-top:1px solid #334155;margin-top:25px}summary{cursor:pointer;font-size:14px}pre{overflow:auto;font-size:12px;color:#94a3b8}footer{font-size:11px;color:#64748b;margin-top:30px}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1200px){.connect{align-items:start;flex-direction:column}.two-col{grid-template-columns:1fr}}@media(max-width:760px){.app-shell{grid-template-columns:1fr}.sidebar{padding:18px}.brand{margin-bottom:18px}.sidebar nav{display:flex;overflow:auto}nav button{white-space:nowrap}.sidebar-note{display:none}main{padding:24px 18px}.stats-grid{grid-template-columns:1fr 1fr;gap:12px}.league-bar{align-items:start;flex-direction:column}.league-bar label{min-width:0;width:100%}.panel{padding:18px}.connect form{width:100%}.connect label:first-child{flex:1;min-width:150px}header .badge{display:none}h1{font-size:28px}.readiness{font-size:12px}}@media(prefers-reduced-motion:reduce){.spin{animation:none}}.league-history .league-bar{flex-wrap:wrap}.league-history details{margin-top:16px;border-top:1px solid var(--border, #334155);padding-top:16px}.league-history summary{cursor:pointer;padding:8px 0}.league-history caption{text-align:left;padding:12px 0;font-weight:600}.league-history th[scope=row]{text-align:left}.history-matchup-row{cursor:pointer}.history-matchup-row:hover{background:#64748b1f}.history-modal{width:min(1100px,94vw);max-height:88vh;padding:0;border:1px solid #334155;border-radius:14px;background:#101b2d;color:#e2e8f0}.history-modal::backdrop{background:#000000a6}.history-modal-content{padding:24px}.history-modal caption{text-align:left;padding:12px 0;font-weight:600}.history-modal th[scope=row]{text-align:left}.league-history .history-sort{background:transparent;border:0;color:inherit;padding:4px 0;font:inherit;text-align:left;white-space:nowrap}.league-history .history-sort:hover{text-decoration:underline}.league-history .history-sort:focus-visible{outline:2px solid currentColor;outline-offset:3px}.historical-refresh-form{display:flex;gap:16px;align-items:end;flex-wrap:wrap;margin:16px 0}.historical-refresh-form label{display:flex;flex-direction:column;gap:6px}.user-search{max-width:420px;margin:18px 0}td select{min-width:100px;padding:7px 10px}.model-summary{display:flex;gap:18px;align-items:end;flex-wrap:wrap}.model-summary label{margin:0;min-width:130px}.model-result{margin-left:auto;display:grid;gap:3px;text-align:right;color:#94a3b8;font-size:12px}.model-result strong{font-size:30px;color:#38bdf8}.rule-copy{display:block;white-space:normal;max-width:450px;margin-top:5px;line-height:1.45}.model-input{width:95px}code{color:#bae6fd}.matchup-grid{display:grid;grid-template-columns:minmax(0,1fr) 44px minmax(0,1fr);gap:16px;align-items:start}.versus{align-self:center;text-align:center;color:#38bdf8;font-size:12px;font-weight:800}.matchup-totals{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0}.matchup-totals div{background:#0f172a;border:1px solid #334155;border-radius:8px;padding:14px}.matchup-totals span{display:block;color:#94a3b8;font-size:11px;text-transform:uppercase}.matchup-totals strong{display:block;margin-top:6px;font-size:25px}.range-note{font-size:11px;margin-top:-8px}.matchup-selector{display:flex;align-items:end;justify-content:space-between;gap:20px}.matchup-selector label{margin:0;min-width:min(440px,100%)}@media(max-width:1200px){.matchup-grid{grid-template-columns:1fr}.versus{display:none}}@media(max-width:600px){.matchup-totals{grid-template-columns:1fr 1fr}}.confidence-trigger{padding:4px 8px;color:#7dd3fc;background:#102d42;border-color:#1c4761;font-weight:700}.confidence-popup{position:fixed;z-index:1000;width:420px;max-height:410px;overflow:auto;padding:16px;background:#07111f;border:1px solid #38bdf8;border-radius:10px;box-shadow:0 18px 55px #0000008c;white-space:normal;pointer-events:auto}.confidence-popup-header{display:flex;justify-content:space-between;gap:16px;padding-bottom:12px;border-bottom:1px solid #29384e}.confidence-popup-header>div,.confidence-rule>div{display:grid;gap:4px}.confidence-popup-header span,.confidence-rule span{color:#94a3b8;font-size:11px;line-height:1.35}.confidence-meta{display:flex;gap:12px;padding:10px 0;color:#cbd5e1;font-size:11px}.confidence-rule{display:grid;grid-template-columns:minmax(0,1fr) 145px;gap:12px;padding:10px 0;border-top:1px solid #1e293b;font-size:12px}.confidence-rule>div:last-child{text-align:right}.confidence-popup>small{display:block;padding-top:10px;line-height:1.4}.new-data-evidence{margin-top:14px;padding-top:12px;border-top:1px solid #334155}.new-data-evidence h3{color:#7dd3fc;margin-bottom:8px}@media(max-width:520px){.confidence-popup{width:calc(100vw - 24px)}}.table-sort{display:inline-flex;align-items:center;gap:5px;padding:0;border:0;border-radius:0;background:transparent;color:inherit;font-size:inherit;text-transform:inherit;letter-spacing:inherit;white-space:nowrap}.table-sort:hover{color:#38bdf8;border-color:transparent}.table-sort span{font-size:8px}.adjusted-value{display:inline-flex;align-items:center;gap:7px}.score-change,.rank-change{font-size:11px;font-weight:700}.depth-outlook{display:flex;flex-direction:column;gap:2px;min-width:118px}.depth-outlook strong{color:#e2e8f0}.depth-outlook span,.depth-outlook small{white-space:nowrap}.availability-outlook{display:flex;flex-direction:column;gap:2px;min-width:145px}.availability-outlook span,.availability-outlook small{white-space:nowrap}.projection-range{display:flex;flex-direction:column;gap:2px;min-width:112px;padding:0;border:0;background:none;color:inherit;text-align:left;cursor:help}.projection-range small{white-space:nowrap}.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-card{width:min(430px,100%);padding:36px}.auth-card .brand{margin-bottom:28px}.auth-card form{display:grid}.auth-card .primary{width:100%;margin-top:4px}.auth-switch{width:100%;margin-top:14px;background:transparent;border:0;color:#7dd3fc}.account-menu{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.account-name{color:#cbd5e1;font-size:13px;white-space:nowrap}.account-menu button{display:flex;align-items:center;gap:7px;padding:8px 10px}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.section-heading>div{min-width:0}.section-heading>button{display:flex;align-items:center;gap:7px;white-space:nowrap}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:grid;place-items:center;padding:24px;background:#020617d1}.scoring-modal{width:min(820px,100%);max-height:calc(100vh - 48px);overflow:auto;padding:24px;background:#162235;border:1px solid #38bdf8;border-radius:12px;box-shadow:0 24px 80px #000000a6}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.modal-header p{margin-bottom:0}.icon-button{padding:8px;display:grid;place-items:center}.position-tabs{display:flex;gap:8px;overflow:auto;margin:22px 0}.position-tabs button{min-width:58px;padding:8px 12px}.position-tabs button.active{color:#38bdf8;border-color:#38bdf8;background:#102d42}.scoring-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.scoring-grid label{margin:0}.scoring-grid small{font-size:10px}.modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.baseline-trigger{padding:4px 8px;color:#7dd3fc;background:#102d42;border-color:#1c4761;font-weight:700}.baseline-popup{width:480px;max-height:450px}.baseline-popup table{font-size:12px}.baseline-popup td,.baseline-popup th{padding:9px 8px}@media(max-width:760px){.account-menu .badge{display:none}.account-menu{gap:8px}.section-heading{flex-direction:column}.scoring-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.scoring-grid{grid-template-columns:1fr}}.account-dropdown{position:relative}.account-dropdown-options{position:absolute;right:0;top:calc(100% + 8px);z-index:100;min-width:210px;padding:6px;background:#162235;border:1px solid #38bdf8;border-radius:8px;box-shadow:0 10px 30px #0006}.account-dropdown-options button{width:100%;white-space:nowrap}.password-modal{width:min(460px,calc(100vw - 48px));max-height:calc(100vh - 48px);overflow:auto;padding:24px;color:#e2e8f0;background:#162235;border:1px solid #38bdf8;border-radius:12px}.password-modal::backdrop{background:#020617d1}.password-modal .modal-header{align-items:center;margin-bottom:20px}.password-modal h2{margin:0}.password-modal form{display:grid}
