@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=Noto+Sans+SC:wght@400;500;600;700;800&display=swap";:root{font-family:Noto Sans SC,Arial,sans-serif;color:#18201c;background:#eceee9;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #151a17;--muted: #667069;--paper: #f7f6f1;--white: #ffffff;--line: #d8ddd6;--green: #156a4f;--green-dark: #0f4e3b;--orange: #d85b2b;--orange-dark: #a93b16;--yellow: #e6b94e;--red: #bf4037;--blue: #27678a;--sidebar-width: 224px}*{box-sizing:border-box;letter-spacing:0}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh;background:#eceee9}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #e6b94e;outline-offset:2px}h1,h2,h3,p{margin:0}h1,h2,.brand-lockup strong,.team-score,.game-clock,.overall-orbit,.rating-number{font-family:Barlow Condensed,Noto Sans SC,sans-serif}.app-shell{min-height:100vh;display:grid;grid-template-columns:var(--sidebar-width) minmax(0,1fr)}.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar-width);background:#111412;color:#f6f4ec;display:flex;flex-direction:column;z-index:30;border-right:1px solid #303631}.brand-lockup{height:78px;display:flex;align-items:center;gap:11px;padding:0 18px;border-bottom:1px solid #303631}.brand-lockup>div:last-child{display:flex;flex-direction:column;min-width:0}.brand-lockup strong{font-size:19px;line-height:1;white-space:nowrap}.brand-lockup small{margin-top:6px;font-size:8px;color:#929c95;font-weight:700}.brand-mark{width:39px;height:39px;display:grid;place-items:center;background:var(--orange);border:3px solid #f5e8d0;transform:rotate(-4deg);flex:0 0 auto}.brand-mark span{font:800 17px/1 Barlow Condensed,sans-serif;transform:rotate(4deg)}.main-nav{padding:18px 10px;display:grid;gap:4px}.main-nav button{height:44px;border:0;background:transparent;color:#aeb6b0;display:flex;align-items:center;gap:12px;padding:0 13px;border-radius:4px;text-align:left;transition:.18s ease}.main-nav button span{flex:1;font-weight:600;font-size:13px}.main-nav button i{width:18px;height:18px;border-radius:50%;background:var(--orange);color:#fff;font-style:normal;display:grid;place-items:center;font-size:12px}.main-nav button:hover{background:#232824;color:#fff}.main-nav button.active{background:#f4f1e9;color:#111412}.sidebar-team{margin:auto 12px 14px;border-top:1px solid #313732;padding:16px 4px 2px;display:flex;align-items:center;gap:10px;min-width:0}.team-swatch{width:39px;height:39px;border-radius:50%;display:grid;place-items:center;border:2px solid #dfe3dd;font:700 12px Barlow Condensed,sans-serif;text-shadow:0 1px 2px #000;flex:0 0 auto}.sidebar-team div{display:flex;flex-direction:column;min-width:0}.sidebar-team strong{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-team small{color:#8d9790;font-size:10px;margin-top:4px}.workspace{grid-column:2;min-width:0}.topbar{height:78px;position:sticky;top:0;z-index:20;background:#f7f6f1f5;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 28px;gap:22px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mode-switch{height:38px;padding:3px;background:#e4e7e1;border-radius:5px;display:flex;flex:0 0 auto}.mode-switch button{border:0;background:transparent;color:#6b746d;border-radius:3px;padding:0 13px;display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700}.mode-switch button.active{background:var(--ink);color:#fff}.season-status{display:flex;align-items:center;gap:9px;min-width:0;font-size:12px}.season-status span{color:var(--muted);white-space:nowrap}.season-status b{border-left:1px solid var(--line);padding-left:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.save-state{margin-left:auto;display:flex;align-items:center;gap:7px;color:var(--muted);font-size:11px;white-space:nowrap}.save-state>span{width:7px;height:7px;background:#32a36c;border-radius:50%;box-shadow:0 0 0 4px #32a36c22}.main-content{min-width:0}.page-stack{max-width:1540px;margin:0 auto;padding:30px 34px 54px;display:grid;gap:24px}.page-heading{display:flex;align-items:flex-end;gap:24px;min-width:0}.page-heading>div:first-child{flex:1;min-width:0}.eyebrow{display:block;color:var(--orange-dark);font:800 10px/1 Noto Sans SC,sans-serif;text-transform:uppercase;margin-bottom:8px}.page-heading h1{font-size:40px;line-height:1;color:var(--ink);font-weight:800}.page-heading p{margin-top:8px;color:var(--muted);font-size:13px;line-height:1.6}.heading-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.primary-button,.secondary-button,.icon-text-button{min-height:40px;border-radius:4px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:12px;white-space:nowrap}.primary-button{background:var(--orange);color:#fff;border:1px solid var(--orange)}.primary-button:hover{background:var(--orange-dark)}.secondary-button{background:var(--white);color:var(--ink);border:1px solid #cbd1ca}.secondary-button:hover,.icon-text-button:hover{border-color:var(--ink)}.icon-text-button{background:transparent;color:var(--ink);border:1px solid #c4cbc4}.primary-button.full,.secondary-button.full{width:100%}.icon-button{width:36px;height:36px;border:1px solid #3a423d;background:transparent;color:inherit;display:grid;place-items:center;border-radius:4px;flex:0 0 auto}.text-button{border:0;background:transparent;padding:6px;color:var(--muted);display:flex;align-items:center;gap:2px;font-size:11px}.text-button:hover{color:var(--ink)}.next-game-band{--team-color: #156a4f;position:relative;min-height:142px;padding:23px 86px 23px 26px;display:grid;grid-template-columns:1fr 135px 1fr;align-items:center;background:var(--ink);color:#fff;overflow:hidden;border-left:7px solid var(--team-color)}.next-game-band:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(90deg,transparent 0 49px,#ffffff08 50px);pointer-events:none}.match-team{z-index:1;display:flex;align-items:center;gap:16px;min-width:0}.match-team>span{width:62px;height:62px;border-radius:50%;border:3px solid #f4efe4;display:grid;place-items:center;font:800 17px Barlow Condensed,sans-serif;text-shadow:0 1px 2px #000;flex:0 0 auto}.match-team div{display:flex;flex-direction:column;min-width:0}.match-team small,.match-center small{color:#98a39b;font-size:9px;text-transform:uppercase}.match-team strong{font:700 19px Barlow Condensed,sans-serif;margin:3px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.match-team b{font-size:11px;color:#e6b94e}.match-team.away{justify-content:flex-end;text-align:right}.match-center{z-index:1;text-align:center;display:flex;flex-direction:column;align-items:center}.match-center>span{font:700 9px Barlow Condensed,sans-serif;color:#8d9891}.match-center strong{font:800 35px Barlow Condensed,sans-serif;color:var(--yellow);line-height:1;margin:3px 0}.play-game-button{position:absolute;z-index:2;right:24px;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;border:0;background:var(--orange);color:#fff;display:grid;place-items:center}.play-game-button:hover{background:var(--yellow);color:var(--ink)}.metric-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.metric-strip article{min-height:96px;padding:16px;background:var(--paper);border:1px solid var(--line);border-top:3px solid var(--ink);display:grid;grid-template-columns:25px 1fr;grid-template-rows:auto 1fr auto;align-items:center}.metric-strip article>svg{color:var(--orange);grid-row:1 / 4;align-self:start;margin-top:2px}.metric-strip article>span{color:var(--muted);font-size:10px}.metric-strip article>strong{font:800 23px Barlow Condensed,sans-serif;color:var(--ink);line-height:1.15;overflow:hidden;text-overflow:ellipsis}.metric-strip article>small{color:#7e8881;font-size:9px}.dashboard-grid{display:grid;grid-template-columns:minmax(420px,.9fr) minmax(470px,1.25fr);gap:28px}.content-section{min-width:0;padding-top:16px;border-top:3px solid var(--ink)}.section-heading{min-height:42px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:13px}.section-heading .eyebrow{margin-bottom:5px}.section-heading h2{font-size:25px;line-height:1}.section-heading>svg{color:var(--orange)}.player-list{display:grid}.player-list>button{width:100%;min-height:64px;border:0;border-bottom:1px solid var(--line);background:transparent;display:grid;grid-template-columns:24px 43px 1fr 42px 90px;align-items:center;gap:9px;text-align:left;padding:7px 5px}.player-list>button:hover{background:#f8f8f4}.rank-number{color:#9aa29c;font:700 12px Barlow Condensed,sans-serif}.player-avatar{width:38px;height:38px;border-radius:50%;background:#e3e6df;border:2px solid var(--ink);display:grid;place-items:center;color:var(--ink);font:700 11px Barlow Condensed,sans-serif;flex:0 0 auto}.player-avatar.large{width:48px;height:48px;font-size:14px}.player-main{display:flex;flex-direction:column;min-width:0}.player-main strong{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-main small{color:var(--muted);font-size:9px;margin-top:3px}.overall{font:800 20px Barlow Condensed,sans-serif}.health{color:var(--green);font-size:9px;display:flex;align-items:center;gap:4px;white-space:nowrap}.health.injured{color:var(--red)}.news-feed{display:grid;max-height:352px;overflow-y:auto;scrollbar-width:thin}.news-feed article{min-height:66px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:42px minmax(0,1fr) 28px;gap:9px;align-items:start;padding:10px 4px}.news-feed article>span{margin-top:1px;background:#e5e8e2;color:#59635c;padding:4px 5px;border-radius:3px;font-size:9px;text-align:center}.news-feed article.positive>span{background:#dcebe4;color:var(--green)}.news-feed article.warning>span{background:#f4dfd9;color:var(--red)}.news-feed article div{min-width:0}.news-feed article strong{display:block;font-size:11px;line-height:1.4}.news-feed article p{color:var(--muted);font-size:9px;line-height:1.5;margin-top:3px}.news-feed article>small{color:#8a938d;font-size:8px;margin-top:3px}.advance-button{margin-top:12px;width:100%;min-height:53px;border:0;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-radius:4px}.advance-button>span{display:flex;align-items:center;gap:8px;font-weight:700;font-size:12px}.advance-button>small{color:#cbe5db;font-size:9px}.select-field{display:flex;flex-direction:column;gap:5px;min-width:190px}.select-field span,.form-grid label>span,.style-fields label>span,.draft-team>span,.editor-selects label>span,.force-trade-row label>span{color:var(--muted);font-size:9px;font-weight:700}select,input[type=text],input[type=number],.form-grid input:not([type=range]){width:100%;height:38px;border:1px solid #cbd1ca;border-radius:3px;background:#fff;color:var(--ink);padding:0 10px;font-size:11px}.team-summary-band{min-height:118px;display:flex;align-items:center;gap:17px;background:#f7f6f1;border-top:4px solid var(--ink);border-bottom:1px solid var(--line);padding:19px 22px}.large-team-swatch{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;color:#fff;border:4px solid #fff;box-shadow:0 0 0 1px #bcc3bc;text-shadow:0 1px 2px #000;font:800 18px Barlow Condensed,sans-serif;flex:0 0 auto}.team-summary-band>div:nth-child(2){min-width:210px;margin-right:auto}.team-summary-band h2{font-size:27px}.team-summary-band small,.team-summary-band p{color:var(--muted);font-size:10px}.summary-stat{min-width:105px;min-height:58px;border-left:1px solid var(--line);padding-left:16px;display:grid;grid-template-columns:22px 1fr;align-items:center}.summary-stat svg{color:var(--orange);grid-row:1/3}.summary-stat span{color:var(--muted);font-size:9px}.summary-stat strong{font:800 20px Barlow Condensed,sans-serif}.table-section{min-width:0;border-top:3px solid var(--ink)}.responsive-table{background:var(--paper)}.table-row{min-height:57px;display:grid;grid-template-columns:minmax(220px,1.6fr) .55fr .45fr .4fr .8fr .7fr .75fr;align-items:center;border-bottom:1px solid var(--line);padding:0 14px;gap:10px;font-size:10px}.table-row.table-head{min-height:39px;background:#222724;color:#d9ded9;font-size:9px;font-weight:700}.player-cell{display:flex;align-items:center;gap:10px;min-width:0}.player-cell>i{width:35px;height:35px;border-radius:50%;border:2px solid;background:#e3e6df;display:grid;place-items:center;font:700 9px Barlow Condensed,sans-serif;font-style:normal;flex:0 0 auto}.player-cell>span{min-width:0;display:flex;flex-direction:column}.player-cell strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-cell small{color:var(--muted);display:flex;align-items:center;gap:3px;margin-top:3px;font-size:8px}.rating-number{font-size:19px;color:var(--green-dark)}.table-row select{height:30px;padding:0 5px}.mini-meter{display:inline-block;width:42px;height:4px;background:#d9ded8;margin-right:5px;vertical-align:middle}.mini-meter i{display:block;height:100%;background:var(--green)}.builder-mode-switch{display:flex;align-items:center;background:#dfe3dd;padding:3px;width:fit-content;border-radius:5px}.builder-mode-switch button{border:0;background:transparent;min-height:38px;padding:0 15px;display:flex;align-items:center;gap:7px;color:#606a63;font-size:11px;font-weight:700;border-radius:3px}.builder-mode-switch button.active{background:var(--white);color:var(--ink)}.template-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.template-strip button{text-align:left;min-height:83px;padding:13px;background:var(--paper);border:1px solid var(--line);border-top:3px solid var(--green);display:flex;flex-direction:column;border-radius:3px}.template-strip button strong{font-size:12px}.template-strip button small{color:var(--muted);margin-top:5px;font-size:9px}.template-strip button span{margin-top:auto;align-self:flex-end;color:var(--orange-dark);font-size:9px;font-weight:700}.builder-grid{display:grid;grid-template-columns:minmax(280px,.82fr) minmax(340px,1fr) minmax(290px,.82fr);gap:18px;align-items:start}.builder-panel{background:var(--paper);border-top:4px solid var(--ink);padding:16px;min-width:0}.panel-title{display:flex;align-items:flex-start;gap:10px;margin-bottom:15px}.panel-title>svg{color:var(--orange)}.panel-title h2{font-size:21px;line-height:1}.panel-title p{color:var(--muted);font-size:9px;margin-top:4px}.avatar-preview{min-height:126px;background:#212622;color:#fff;display:flex;align-items:flex-end;gap:18px;padding:14px;overflow:hidden}.avatar-preview>div:last-child{display:flex;flex-direction:column;padding-bottom:8px;min-width:0}.avatar-preview>div:last-child span{color:var(--yellow);font:700 10px Barlow Condensed,sans-serif}.avatar-preview>div:last-child strong{font-size:15px;margin:3px 0;overflow-wrap:anywhere}.avatar-preview>div:last-child small{color:#aab4ad;font-size:8px}.player-silhouette{--skin: #b87753;position:relative;width:76px;height:98px;border-radius:34px 34px 8px 8px;background:var(--green);border:4px solid var(--skin);border-bottom:0;display:grid;place-items:center;font:800 27px Barlow Condensed,sans-serif;flex:0 0 auto}.player-silhouette:before{content:"";position:absolute;width:46px;height:46px;border-radius:50%;background:var(--skin);top:-38px;left:11px;box-shadow:inset 0 10px #222}.player-silhouette.body-精瘦{width:65px}.player-silhouette.body-强壮{width:88px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.form-grid label,.style-fields label,.draft-team{display:flex;flex-direction:column;gap:5px;min-width:0}.form-grid label.wide{grid-column:1 / -1}.range-field>span{display:flex;justify-content:space-between}.range-field>span b{color:var(--ink)}input[type=range]{accent-color:var(--orange);min-width:0}.swatch-picker{height:38px;display:flex;align-items:center;gap:5px}.swatch-picker button{width:25px;height:25px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #bbc1bb}.swatch-picker button.active{box-shadow:0 0 0 2px var(--ink)}.budget-meter{position:relative;height:23px;background:#dfe4de;margin-bottom:14px;overflow:hidden}.budget-meter>i{display:block;height:100%;background:var(--green)}.budget-meter.over>i{background:var(--red)}.budget-meter span{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:9px;font-weight:800;color:var(--ink)}.attribute-list{display:grid;gap:9px}.attribute-list label{display:grid;grid-template-columns:112px minmax(80px,1fr) 28px;gap:8px;align-items:center}.attribute-list label>span{display:flex;flex-direction:column}.attribute-list label strong{font-size:10px}.attribute-list label small{color:var(--muted);font-size:8px}.attribute-list label b{font:800 17px Barlow Condensed,sans-serif;text-align:right}.style-fields{margin-top:15px;padding-top:15px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:9px}.overall-orbit{width:105px;height:105px;margin:3px auto 11px;border:8px solid #dfe3dd;border-top-color:var(--orange);border-right-color:var(--green);border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center}.overall-orbit strong{font:800 39px/1 Barlow Condensed,sans-serif}.overall-orbit span{color:var(--muted);font-size:8px}.archetype-label{display:block;text-align:center;color:var(--green-dark);font-size:10px;font-weight:800;min-height:31px}.scouting-panel dl{margin:10px 0;border-top:1px solid var(--line)}.scouting-panel dl div{display:flex;gap:10px;justify-content:space-between;border-bottom:1px solid var(--line);padding:8px 0;font-size:9px}.scouting-panel dt{color:var(--muted)}.scouting-panel dd{margin:0;font-weight:700;text-align:right}.scout-columns{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin:12px 0}.scout-columns>div{display:flex;flex-direction:column;gap:5px}.scout-columns span{color:var(--muted);font-size:8px}.scout-columns b{color:var(--green);font-size:9px;display:flex;align-items:center;gap:4px}.scout-columns b.risk{color:var(--red)}.badge-picker{border-top:1px solid var(--line);padding-top:10px;display:grid;gap:5px}.badge-picker>span{color:var(--muted);font-size:8px;margin-bottom:2px}.badge-picker button{min-height:42px;width:100%;border:1px solid var(--line);background:#fff;display:flex;align-items:center;gap:7px;padding:5px 7px;text-align:left;border-radius:3px}.badge-picker button.active{border-color:var(--green);background:#eef6f1}.badge-picker button>i{width:18px;height:18px;border:1px solid #aeb7b0;border-radius:50%;display:grid;place-items:center;color:#fff;font-style:normal}.badge-picker button.active>i{background:var(--green);border-color:var(--green)}.badge-picker button>span{display:flex;flex-direction:column;min-width:0}.badge-picker strong{font-size:9px}.badge-picker small{color:var(--muted);font-size:7px;margin-top:2px}.draft-team{margin:12px 0}.form-error{color:var(--red);background:#f6e4df;border-left:3px solid var(--red);padding:7px;font-size:9px;line-height:1.4;margin:8px 0}.empty-state{min-height:calc(100vh - 78px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:35px}.empty-icon{width:58px;height:58px;background:var(--orange);color:#fff;display:grid;place-items:center;border-radius:50%;margin-bottom:18px}.empty-state h1{font-size:39px}.empty-state p{color:var(--muted);font-size:12px;max-width:430px;line-height:1.7;margin:9px 0 20px}.career-identity{--career-color: #156a4f;min-height:154px;background:var(--ink);color:#fff;border-left:7px solid var(--career-color);display:flex;align-items:center;gap:18px;padding:24px}.career-avatar{width:86px;height:98px;background:var(--career-color);border:3px solid #fff;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:0 0 auto}.career-avatar span{font:800 34px Barlow Condensed,sans-serif}.career-avatar small{color:#fffbd6;font-size:9px}.career-identity>div:nth-child(2){flex:1;min-width:0}.career-identity .eyebrow{color:var(--yellow)}.career-identity h1{font-size:37px}.career-identity p{color:#abb4ae;font-size:10px;margin-top:5px}.career-overall{width:78px;height:78px;border-radius:50%;border:5px solid var(--yellow);display:flex;flex-direction:column;align-items:center;justify-content:center;flex:0 0 auto}.career-overall strong{font:800 30px/1 Barlow Condensed,sans-serif}.career-overall span{font-size:8px;color:#b7c1b9}.metric-strip.career-metrics article{grid-template-rows:auto 1fr 5px}.metric-meter{display:block;width:100%;height:4px;background:#d6dcd5;grid-column:2}.metric-meter i{display:block;height:100%;background:var(--green)}.career-grid{display:grid;grid-template-columns:1.25fr .9fr;gap:28px}.weekly-plan{grid-row:span 2}.hours-left{color:var(--green);display:flex;align-items:center;gap:6px;font-size:10px;font-weight:700}.activity-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.activity-grid button{min-height:62px;border:1px solid var(--line);border-left:3px solid var(--green);background:var(--paper);display:grid;grid-template-columns:28px 1fr 24px;align-items:center;gap:7px;text-align:left;padding:8px;border-radius:3px}.activity-grid button>svg{color:var(--orange)}.activity-grid button>span{display:flex;flex-direction:column}.activity-grid button strong{font-size:10px}.activity-grid button small{color:var(--muted);font-size:8px;margin-top:3px}.activity-grid button b{font:800 14px Barlow Condensed,sans-serif;color:var(--green)}.specialization-box{margin-top:15px;padding:14px;background:#202622;color:#fff}.specialization-box>div:first-child{display:flex;gap:10px;align-items:baseline}.specialization-box>div:first-child span{color:#9eaaa2;font-size:9px}.specialization-box>div:first-child strong{color:var(--yellow)}.specialization-box>div:first-child small{margin-left:auto;color:#aeb8b1;font-size:8px}.specialization-box>i{height:5px;display:block;background:#485149;margin:9px 0 11px}.specialization-box>i i{display:block;height:100%;background:var(--yellow)}.specialization-tabs{display:grid;grid-template-columns:repeat(5,1fr);gap:3px}.specialization-tabs button{min-height:30px;background:#303832;border:0;color:#aeb7b0;font-size:9px}.specialization-tabs button.active{background:var(--orange);color:#fff}.decision-section blockquote{margin:0 0 13px;padding:14px;background:#f5e9d0;border-left:4px solid var(--yellow);font-size:11px;line-height:1.7}.decision-options{display:grid;gap:6px}.decision-options button{min-height:60px;border:1px solid var(--line);background:var(--paper);display:grid;grid-template-columns:1fr auto;padding:10px;text-align:left;border-radius:3px}.decision-options button:hover{border-color:var(--orange)}.decision-options strong{font-size:10px}.decision-options span{grid-row:2;color:var(--muted);font-size:8px;margin-top:3px}.decision-options b{grid-row:1/3;grid-column:2;align-self:center;font-size:8px;color:var(--orange-dark)}.career-progress .section-heading>strong{font:800 20px Barlow Condensed,sans-serif}.career-timeline{display:grid;grid-template-columns:15px 1fr;gap:4px 9px;margin-bottom:14px}.career-timeline>i{width:11px;height:11px;border-radius:50%;border:2px solid #aeb7b0;margin-top:3px;position:relative}.career-timeline>i:not(:nth-last-child(2)):after{content:"";position:absolute;width:1px;height:43px;background:#cdd3cd;top:9px;left:3px}.career-timeline>i.complete{background:var(--green);border-color:var(--green)}.career-timeline>span{display:flex;flex-direction:column;min-height:47px}.career-timeline b{font-size:10px}.career-timeline small{color:var(--muted);font-size:8px;margin-top:2px}.season-track{padding:18px 20px;background:var(--ink);color:#fff}.season-track>div:first-child{display:flex;align-items:baseline;gap:13px}.season-track>div:first-child span{color:var(--yellow);font:800 21px Barlow Condensed,sans-serif}.season-track>div:first-child strong{font-size:11px}.season-track>div:first-child small{margin-left:auto;color:#aab4ad;font-size:8px}.season-track>i{display:block;height:6px;background:#404841;margin:13px 0 8px}.season-track>i i{display:block;height:100%;background:var(--orange)}.season-milestones{display:flex;justify-content:space-between;color:#7f8b83;font-size:8px}.season-milestones span.done{color:#fff}.league-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.league-news{grid-column:1 / -1}.standings-list{display:grid}.standings-list>div{min-height:46px;display:grid;grid-template-columns:22px 32px 1fr 45px 34px;align-items:center;gap:8px;border-bottom:1px solid var(--line);padding:4px}.standings-list>div.user-team{background:#e9f3ed;border-left:3px solid var(--green);padding-left:7px}.standings-list>div>b{color:#8d958f;font:700 11px Barlow Condensed,sans-serif;text-align:center}.standings-list>div>i{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;color:#fff;font:700 8px Barlow Condensed,sans-serif;text-shadow:0 1px 2px #000}.standings-list>div>span{display:flex;flex-direction:column;min-width:0}.standings-list strong{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.standings-list span small{color:var(--muted);font-size:7px;margin-top:2px}.standings-list em{font-style:normal;font:700 12px Barlow Condensed,sans-serif}.standings-list>div>small{color:var(--muted);font-size:8px}.news-feed.expanded{max-height:320px;grid-template-columns:1fr 1fr;column-gap:18px}.preset-bar{min-height:73px;background:var(--ink);color:#fff;display:flex;align-items:center;padding:14px 18px;gap:18px}.preset-bar>div:first-child{display:flex;align-items:center;gap:9px;min-width:180px}.preset-bar>div:first-child svg{color:var(--yellow)}.preset-bar>div:first-child span{display:flex;flex-direction:column}.preset-bar strong{font-size:11px}.preset-bar small{color:#96a199;font-size:8px;margin-top:2px}.preset-bar>div:last-child{display:flex;gap:5px;margin-left:auto}.preset-bar button{min-width:76px;min-height:34px;border:1px solid #525b54;background:#262d28;color:#bbc3bd;border-radius:3px;font-size:10px;font-weight:700}.preset-bar button.active{background:var(--orange);border-color:var(--orange);color:#fff}.commissioner-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:28px}.settings-list{display:grid}.settings-list label{min-height:63px;display:grid;grid-template-columns:minmax(150px,1fr) minmax(120px,.9fr) 28px;align-items:center;gap:10px;border-bottom:1px solid var(--line)}.settings-list label>span{display:flex;flex-direction:column}.settings-list label strong{font-size:10px}.settings-list label small{color:var(--muted);font-size:8px;line-height:1.4;margin-top:3px}.settings-list label>b{font:800 16px Barlow Condensed,sans-serif;text-align:right}.rule-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.rule-fields label{display:flex;flex-direction:column;gap:5px}.rule-fields label>span{font-size:9px;font-weight:700}.rule-fields label>small{color:var(--muted);font-size:7px}.toggle-list{margin-top:16px;border-top:1px solid var(--line)}.toggle-list label{min-height:54px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line)}.toggle-list label>span{flex:1;display:flex;flex-direction:column}.toggle-list strong{font-size:9px}.toggle-list small{color:var(--muted);font-size:7px;margin-top:2px}.toggle-list input{width:34px;height:18px;accent-color:var(--green)}.roster-editor{grid-column:1 / -1}.editor-selects{display:grid;grid-template-columns:1fr 1fr;gap:10px}.editor-selects label,.force-trade-row label{display:flex;flex-direction:column;gap:5px}.team-editor-row{display:grid;grid-template-columns:1fr 1fr 150px;gap:10px;margin-top:10px}.team-editor-row label{display:flex;flex-direction:column;gap:5px}.team-editor-row label span{color:var(--muted);font-size:9px;font-weight:700}.player-editor-card{min-height:72px;margin:13px 0;background:var(--paper);border:1px solid var(--line);display:grid;grid-template-columns:54px 1fr 90px;align-items:center;gap:9px;padding:10px}.player-editor-card.expanded{grid-template-columns:54px minmax(160px,1fr) repeat(5,minmax(76px,.48fr))}.player-editor-card>div{display:flex;flex-direction:column;min-width:0}.player-editor-card strong{font-size:11px}.player-editor-card small{color:var(--muted);font-size:8px;margin-top:3px}.player-editor-card label{display:flex;flex-direction:column;align-items:stretch;gap:4px}.player-editor-card label span{font-size:8px}.force-trade-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:end}.inline-notice{color:var(--red);font-size:8px;display:flex;align-items:center;gap:5px;margin-top:8px}.danger-zone{grid-column:1 / -1;min-height:73px;border:1px solid #e3b7ad;background:#f5e8e3;padding:12px 14px;display:flex;align-items:center;gap:12px}.danger-zone>div{display:flex;align-items:center;gap:10px;flex:1}.danger-zone>div>svg{color:var(--red)}.danger-zone>div span{display:flex;flex-direction:column}.danger-zone strong{font-size:10px}.danger-zone small{color:#86625b;font-size:8px;margin-top:2px}.danger-zone button{min-height:35px;border:1px solid var(--red);color:var(--red);background:transparent;border-radius:3px;padding:0 12px;display:flex;align-items:center;gap:6px;font-size:9px;font-weight:700}.game-shell{min-height:calc(100vh - 78px);background:#0d100e;color:#f8f7f1;display:flex;flex-direction:column}.broadcast-bar{min-height:67px;display:grid;grid-template-columns:42px 1fr 115px 1fr 42px;align-items:center;gap:12px;padding:8px 22px;border-bottom:1px solid #343a35}.team-score{display:flex;align-items:center;justify-content:flex-end;gap:11px;font-size:19px;font-weight:700}.team-score>span{width:28px;height:28px;border-radius:50%;border:2px solid #fff}.team-score strong{font-size:31px;color:var(--yellow)}.team-score.away{justify-content:flex-start}.game-clock{text-align:center;display:flex;flex-direction:column}.game-clock small{color:#aab2ac;font-size:8px}.game-clock b{color:#fff;font-size:24px}.court-stage{width:100%;height:min(59vw,calc(100vh - 270px));min-height:360px;max-height:690px;background:#c99052;overflow:hidden}.court-stage canvas{display:block;width:100%!important;height:100%!important;object-fit:contain}.game-status{min-height:40px;display:flex;align-items:center;justify-content:center;gap:12px;border-top:1px solid #353b36;border-bottom:1px solid #353b36;font-size:10px}.game-status>span:last-child{color:#99a39b}.possession-dot{width:8px;height:8px;border-radius:50%;background:var(--orange)}.possession-dot.away{background:var(--yellow)}.desktop-help{min-height:38px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:14px;color:#9da79f;font-size:8px;padding:6px 18px}kbd{min-width:24px;height:21px;padding:0 5px;display:inline-grid;place-items:center;background:#242a25;color:#f4f2ea;border:1px solid #4a534c;border-radius:3px;font-family:inherit;margin-right:3px}.game-actions{display:flex;justify-content:center;gap:7px;padding:9px 16px 15px}.game-shell .secondary-button{background:#222824;border-color:#4a514b;color:#e7e9e6}.touch-gamepad{display:none}.toast{position:fixed;right:22px;bottom:22px;z-index:90;min-width:280px;max-width:440px;min-height:50px;background:var(--ink);color:#fff;border-left:4px solid var(--green);display:grid;grid-template-columns:21px 1fr 26px;align-items:center;gap:8px;padding:8px 9px 8px 13px;box-shadow:0 12px 30px #0003;font-size:10px}.toast>svg{color:#72c79d}.toast button{width:26px;height:26px;display:grid;place-items:center;border:0;background:transparent;color:#b9c1bb}.loading-screen{min-height:100vh;background:var(--ink);color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px}.loading-screen svg{color:var(--orange);animation:spin 1s linear infinite}.loading-screen strong{font-size:13px}.loading-screen span{color:#97a198;font-size:9px}.loading-screen.embedded{min-height:calc(100vh - 78px)}@keyframes spin{to{transform:rotate(360deg)}}.mobile-nav{display:none}@media(max-width:1180px){:root{--sidebar-width: 76px}.brand-lockup{padding:0 17px}.brand-lockup>div:last-child,.main-nav button span,.main-nav button i,.sidebar-team div{display:none}.main-nav button{justify-content:center;padding:0}.sidebar-team{justify-content:center;margin-inline:8px}.dashboard-grid,.builder-grid{grid-template-columns:1fr 1fr}.scouting-panel{grid-column:1 / -1;display:grid;grid-template-columns:130px 1fr 1fr;gap:12px}.scouting-panel .panel-title{grid-column:1 / -1}.scouting-panel .overall-orbit{grid-row:2 / 5}.scouting-panel .archetype-label{text-align:left}.scouting-panel dl{margin:0}.scouting-panel .badge-picker{grid-row:2 / 7;grid-column:3}.scouting-panel .draft-team,.scouting-panel .form-error,.scouting-panel .primary-button{grid-column:2}}@media(max-width:900px){.topbar{padding:0 18px}.season-status span,.save-state{display:none}.page-stack{padding:24px 20px 45px}.page-heading{align-items:flex-start;flex-direction:column}.heading-actions{justify-content:flex-start}.metric-strip{grid-template-columns:1fr 1fr}.dashboard-grid,.career-grid,.league-grid,.commissioner-grid{grid-template-columns:1fr}.weekly-plan{grid-row:auto}.league-news,.roster-editor,.danger-zone{grid-column:auto}.builder-grid{grid-template-columns:1fr}.scouting-panel{grid-column:auto;display:block}.scouting-panel .overall-orbit{margin-inline:auto}.scouting-panel .archetype-label{text-align:center}.next-game-band{grid-template-columns:1fr 70px 1fr;padding-left:18px}.match-team>span{width:48px;height:48px}.match-team strong{font-size:16px}.team-summary-band{flex-wrap:wrap}.team-summary-band>div:nth-child(2){flex:1}.summary-stat{flex:1}.table-row{grid-template-columns:minmax(180px,1.4fr) .5fr .4fr .65fr .65fr}.table-row>span:nth-child(4),.table-row>span:nth-child(6){display:none}.template-strip,.news-feed.expanded{grid-template-columns:1fr}}@media(max-width:680px){:root{--sidebar-width: 0px}.app-shell{display:block}.sidebar{display:none}.workspace{padding-bottom:62px}.topbar{height:62px;padding:0 12px;justify-content:space-between}.season-status{max-width:43%}.season-status b{border:0;padding:0;font-size:9px}.mode-switch{height:36px}.mode-switch button{padding-inline:10px;font-size:10px}.page-stack{padding:18px 13px 32px;gap:18px}.page-heading h1{font-size:32px}.page-heading p{font-size:10px}.page-heading .heading-actions{width:100%}.heading-actions>button{flex:1}.next-game-band{min-height:179px;grid-template-columns:1fr 45px 1fr;padding:20px 15px 64px;border-left-width:4px}.match-team{flex-direction:column;gap:7px;text-align:center}.match-team.away{flex-direction:column-reverse;text-align:center}.match-team strong{white-space:normal;font-size:14px;line-height:1.15}.play-game-button{top:auto;bottom:12px;right:50%;transform:translate(50%);width:42px;height:42px}.metric-strip{gap:6px}.metric-strip article{min-height:88px;padding:11px;grid-template-columns:21px 1fr}.metric-strip article>strong{font-size:19px}.player-list>button{grid-template-columns:20px 38px 1fr 32px}.player-list .health{display:none}.advance-button{align-items:flex-start;flex-direction:column;justify-content:center;gap:3px}.team-summary-band{padding:14px}.large-team-swatch{width:54px;height:54px}.team-summary-band>div:nth-child(2){min-width:170px}.summary-stat{min-width:80px;padding-left:8px}.responsive-table{background:transparent;display:grid;gap:8px}.table-row.table-head{display:none}.table-row{min-height:105px;grid-template-columns:1fr 65px 65px;grid-template-rows:48px 37px;padding:8px 9px;border:1px solid var(--line);background:var(--paper);gap:4px 8px}.table-row>span{display:flex!important;flex-direction:column}.table-row>span:nth-child(4),.table-row>span:nth-child(6){display:none!important}.table-row .player-cell{grid-column:1 / 3;flex-direction:row}.table-row .rating-number{grid-column:3;grid-row:1;font-size:25px;text-align:right}.table-row>span:before{content:attr(data-label);color:var(--muted);font-size:7px;margin-bottom:2px}.table-row .player-cell:before{display:none}.table-row select{height:28px}.builder-mode-switch{width:100%}.builder-mode-switch button{flex:1;justify-content:center;padding:0 7px}.avatar-preview{min-height:142px}.attribute-list label{grid-template-columns:92px 1fr 28px}.career-identity{min-height:195px;display:grid;grid-template-columns:70px 1fr 55px;padding:15px}.career-avatar{width:65px;height:78px}.career-overall{width:53px;height:53px;border-width:3px}.career-overall strong{font-size:23px}.career-identity>.primary-button{grid-column:1 / -1;width:100%}.activity-grid{grid-template-columns:1fr}.specialization-tabs{grid-template-columns:repeat(5,minmax(0,1fr))}.specialization-tabs button{padding:0;font-size:8px}.season-track>div:first-child{flex-wrap:wrap}.season-track>div:first-child small{width:100%;margin-left:0}.standings-list>div{grid-template-columns:18px 29px 1fr 38px}.standings-list>div>small:last-child{display:none}.preset-bar{align-items:flex-start;flex-direction:column}.preset-bar>div:last-child{width:100%;margin:0;display:grid;grid-template-columns:1fr 1fr}.rule-fields,.editor-selects,.team-editor-row{grid-template-columns:1fr}.player-editor-card.expanded{grid-template-columns:48px 1fr 74px 74px}.player-editor-card.expanded>label:nth-last-child(-n+3){grid-column:span 1}.settings-list label{grid-template-columns:1fr 80px 24px}.force-trade-row{grid-template-columns:1fr}.danger-zone{align-items:flex-start;flex-direction:column}.danger-zone button{width:100%;justify-content:center}.broadcast-bar{min-height:57px;grid-template-columns:34px 1fr 68px 1fr 34px;padding:7px;gap:5px}.broadcast-bar .icon-button{width:31px;height:31px}.team-score{gap:5px;font-size:12px}.team-score>span{display:none}.team-score strong{font-size:24px}.game-clock b{font-size:18px}.court-stage{height:56vw;min-height:238px}.game-status{padding:4px 8px;flex-wrap:wrap;gap:5px 8px;text-align:center}.game-status>span:last-child{width:100%}.desktop-help{display:none}.touch-gamepad{min-height:136px;display:flex;justify-content:space-between;align-items:center;padding:9px 17px;-webkit-user-select:none;user-select:none}.dpad{width:118px;height:118px;display:grid;grid-template-columns:repeat(3,39px);grid-template-rows:repeat(3,39px)}.dpad button:nth-child(1){grid-column:2}.dpad button:nth-child(2){grid-column:1;grid-row:2}.dpad button:nth-child(3){grid-column:2;grid-row:3}.dpad button:nth-child(4){grid-column:3;grid-row:2}.touch-control{border:1px solid #586159;background:#252b27;color:#fff;border-radius:50%;width:39px;height:39px;padding:0;touch-action:none;font-weight:800}.touch-control:active{background:var(--orange)}.action-pad{width:126px;height:118px;position:relative}.action-pad .touch-control{position:absolute;width:48px;height:48px}.action-pad .touch-control:nth-child(1){left:0;top:34px}.action-pad .touch-control:nth-child(2){right:0;top:34px;background:var(--green)}.action-pad .touch-control:nth-child(3){left:39px;top:0}.action-pad .touch-control:nth-child(4){left:39px;bottom:0;background:var(--orange)}.game-actions{flex-wrap:wrap;padding-bottom:12px}.game-actions button{flex:1;min-width:140px}.toast{left:12px;right:12px;bottom:73px;min-width:0}.mobile-nav{position:fixed;z-index:50;display:grid;grid-template-columns:repeat(5,1fr);left:0;right:0;bottom:0;height:62px;background:#111412;border-top:1px solid #303631}.mobile-nav button{border:0;background:transparent;color:#879189;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:7px;min-width:0}.mobile-nav button.active{color:#fff}.mobile-nav button.active svg{color:var(--orange)}}.builder-lock-note{margin:12px 0;padding:10px 12px;border-left:3px solid var(--orange);background:#f0eee6;color:var(--muted);font-size:10px;line-height:1.6}.locked-chip{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:0 12px;background:#222724;color:#fff;border-radius:4px;font-size:11px;font-weight:700;white-space:nowrap}.profile-hero{min-height:132px;display:grid;grid-template-columns:84px 1fr auto;gap:20px;align-items:center;padding:22px;background:#171b18;color:#fff;border-left:6px solid var(--orange)}.profile-number{width:72px;height:86px;display:grid;place-items:center;clip-path:polygon(25% 0,75% 0,100% 18%,87% 42%,87% 100%,13% 100%,13% 42%,0 18%);color:#fff;font:800 29px Barlow Condensed,sans-serif}.profile-hero>div:nth-child(2) span{color:var(--yellow);font-size:10px;font-weight:800}.profile-hero h2{margin:5px 0;font-size:26px}.profile-hero p{color:#aeb7b0;font-size:10px}.profile-hero>strong{font:800 48px/1 Barlow Condensed,sans-serif;display:flex;flex-direction:column;text-align:center}.profile-hero>strong small{font:700 9px Noto Sans SC,sans-serif;color:#aeb7b0}.profile-grid{display:grid;grid-template-columns:1.25fr .85fr .7fr;gap:22px;align-items:start}.cap-list{display:grid;gap:12px}.cap-list>div{display:grid;grid-template-columns:92px 1fr 62px;gap:9px;align-items:center;font-size:10px}.cap-list>div>i{position:relative;height:7px;background:#d9ded8}.cap-list>div>i>i{display:block;height:100%;background:var(--green)}.cap-list>div>i>b{position:absolute;width:2px;height:13px;top:-3px;background:var(--orange);transform:translate(-1px)}.appearance-editor{display:grid;gap:11px}.appearance-editor>label{display:grid;gap:5px;color:var(--muted);font-size:9px;font-weight:700}.profile-safe-note{margin-top:5px;display:flex;align-items:center;gap:9px;padding:11px;background:#e5eee8;color:var(--green-dark)}.profile-safe-note span{display:flex;flex-direction:column;font-size:10px}.profile-safe-note small{margin-top:3px;color:var(--muted);font-size:8px}.commitment-list{display:grid;gap:8px}.commitment-list>div{display:flex;justify-content:space-between;gap:10px;padding:9px 0;border-bottom:1px solid var(--line);font-size:10px}.commitment-list>div span{color:var(--green-dark);font-weight:700}.commitment-list p{color:var(--muted);font-size:10px;line-height:1.6}.intent-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.intent-grid button{min-height:38px;border:1px solid var(--line);background:var(--paper);color:var(--ink);font-size:10px;font-weight:700}.intent-grid button.active{background:var(--green);color:#fff;border-color:var(--green)}.intent-section>p{margin-top:10px;color:var(--muted);font-size:9px;line-height:1.5}.resolved-event{min-height:130px;display:grid;place-items:center;align-content:center;gap:10px;padding:20px;background:#e9eee9;color:var(--green-dark);text-align:center}.resolved-event p{max-width:420px;color:var(--muted);font-size:10px;line-height:1.6}.roster-update-band{display:flex;align-items:center;gap:10px;padding:15px 17px;background:#18201c;color:#fff;border-left:4px solid var(--yellow)}.roster-update-band>div:first-child{min-width:260px;margin-right:auto;display:flex;align-items:center;gap:10px}.roster-update-band>div:first-child span{display:flex;flex-direction:column}.roster-update-band strong{font-size:11px}.roster-update-band small{color:#aeb7b0;margin-top:3px;font-size:8px}.roster-update-band .icon-text-button{color:#fff;border-color:#505b53}.roster-diff{display:flex;gap:5px}.roster-diff span{padding:5px 7px;background:#303a33;font-size:8px}.schedule-strip{display:grid;grid-template-columns:155px repeat(8,minmax(80px,1fr));gap:7px;align-items:stretch;overflow-x:auto}.schedule-strip>div{padding:10px 0}.schedule-strip h2{font-size:21px}.schedule-strip article{min-width:80px;padding:9px;display:grid;grid-template-columns:1fr auto;gap:4px;background:var(--paper);border:1px solid var(--line)}.schedule-strip article small{grid-column:1/-1;color:var(--muted);font-size:8px}.schedule-strip article span{display:flex;align-items:center;gap:4px;font:700 10px Barlow Condensed,sans-serif}.schedule-strip article span i{width:7px;height:7px;border-radius:50%}.schedule-strip article b{font-size:8px;color:var(--muted)}.save-manager{min-height:68px;display:flex;align-items:center;gap:12px;padding:13px 16px;background:#e5e9e3;border:1px solid var(--line)}.save-manager>div{display:flex;align-items:center;gap:9px;margin-right:auto}.save-manager>div span{display:flex;flex-direction:column;font-size:10px}.save-manager>div small{color:var(--muted);font-size:8px;margin-top:3px}.save-manager select{width:min(320px,35vw)}.broadcast-page{min-height:calc(100vh - 78px);background:#111512;color:#eef2ed}.broadcast-scorebar{height:76px;display:grid;grid-template-columns:42px minmax(150px,1fr) 150px minmax(150px,1fr) 42px;gap:14px;align-items:center;padding:0 22px;background:#0b0e0c;border-bottom:1px solid #333b35}.broadcast-team{display:grid;grid-template-columns:auto auto;justify-content:start;align-items:center;gap:0 12px}.broadcast-team.away{justify-content:end;text-align:right}.broadcast-team>span{width:40px;height:40px;border:2px solid #fff;border-radius:50%;display:grid;place-items:center;font:800 11px Barlow Condensed,sans-serif;text-shadow:0 1px 2px #000}.broadcast-team strong{font:800 34px/1 Barlow Condensed,sans-serif;color:var(--yellow)}.broadcast-team small{grid-column:1/-1;color:#7f8b82;font-size:8px}.broadcast-clock{text-align:center;display:flex;flex-direction:column}.broadcast-clock small,.broadcast-clock span{color:#8f9a92;font-size:8px}.broadcast-clock b{font:800 27px/1 Barlow Condensed,sans-serif;margin:2px 0}.broadcast-layout{max-width:1720px;margin:0 auto;padding:18px;display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:14px}.broadcast-stage{min-width:0;border:1px solid #303832;background:#171c18}.arena-ribbon{min-height:44px;padding:8px 12px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;background:#222923;border-bottom:1px solid #394139}.arena-ribbon span{color:var(--orange);font:800 9px Barlow Condensed,sans-serif}.arena-ribbon strong{font-size:10px}.arena-ribbon em{padding:4px 7px;background:#344039;color:#bdc7c0;font-size:8px;font-style:normal}.arena-ribbon em.clutch{background:var(--red);color:#fff}.iso-court{position:relative;aspect-ratio:16/8.7;overflow:hidden;background:#080b09;perspective:900px}.iso-court>svg{width:92%;height:88%;position:absolute;left:4%;top:3%;filter:drop-shadow(0 22px 18px #0009);transform:rotateX(12deg);transform-origin:50% 90%}.jersey-marker{transition:transform .35s ease}.jersey-marker.actor{animation:actor-pop .75s ease}.ball-dot{animation:ball-bounce .42s ease infinite alternate}.play-path{stroke-dashoffset:10;animation:path-draw .8s linear forwards}.shot-pulse{fill:var(--red);stroke:#fff;stroke-width:.3;animation:shot-ring .9s ease-out}.shot-pulse.made{fill:#2cc071}.possession-call{position:absolute;left:18px;bottom:15px;max-width:min(620px,80%);padding:10px 13px;background:#0c100ddd;border-left:4px solid var(--orange);display:flex;align-items:center;gap:10px}.possession-call span{color:var(--yellow);font:800 10px Barlow Condensed,sans-serif;white-space:nowrap}.possession-call strong{font-size:11px;line-height:1.5}@keyframes actor-pop{50%{transform:scale(1.12);filter:drop-shadow(0 0 3px #fff)}}@keyframes ball-bounce{to{transform:translateY(-1.4px)}}@keyframes path-draw{to{stroke-dashoffset:0}}@keyframes shot-ring{0%{r:.5;opacity:1}to{r:5;opacity:0}}.transport-controls{min-height:48px;display:flex;align-items:center;gap:5px;padding:7px 9px;background:#101410;border-top:1px solid #303832;overflow-x:auto}.transport-controls button{min-width:42px;height:33px;padding:0 9px;border:1px solid #3c473f;background:#202721;color:#dce3dd;border-radius:3px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:9px;white-space:nowrap}.transport-controls button.active{background:var(--orange);border-color:var(--orange);color:#fff}.coach-console{min-width:0;padding:15px;background:#f2f2ed;color:var(--ink);border-top:4px solid var(--orange)}.console-title{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:12px;border-bottom:1px solid var(--line)}.console-title h2{font-size:22px}.coach-console>label{display:grid;gap:6px;margin-top:12px;color:var(--muted);font-size:9px;font-weight:700}.coach-console>label>span{display:flex;justify-content:space-between}.segmented{display:grid;grid-template-columns:repeat(3,1fr);padding:2px;background:#dfe3dd}.segmented button{height:31px;border:0;background:transparent;font-size:9px;font-weight:700}.segmented button.active{background:#fff;color:var(--green-dark)}.lineup-status{margin-top:15px;padding-top:12px;border-top:2px solid var(--ink);display:grid;gap:6px}.lineup-status>span{display:flex;align-items:center;gap:6px;font-size:9px;font-weight:800}.lineup-status>div{display:grid;grid-template-columns:29px 1fr 30px 34px;align-items:center;gap:6px;min-height:31px;border-bottom:1px solid var(--line);font-size:9px}.lineup-status i{width:25px;height:21px;display:grid;place-items:center;color:#fff;font-style:normal;font-size:8px}.lineup-status em{color:var(--muted);font-style:normal;text-align:right}.finalize-button{width:100%;min-height:44px;margin-top:14px;border:0;background:var(--orange);color:#fff;display:flex;align-items:center;justify-content:center;gap:7px;font-size:10px;font-weight:800}.broadcast-data{grid-column:1/-1;min-width:0;background:#171c18;border:1px solid #303832}.data-tabs{height:42px;display:flex;align-items:center;justify-content:space-between;padding:0 13px;border-bottom:1px solid #303832}.data-tabs span{display:flex;align-items:center;gap:7px;font-size:10px;font-weight:800}.data-tabs strong{color:#849087;font-size:8px}.broadcast-panels{display:grid;grid-template-columns:1.1fr .72fr 1fr;min-height:230px}.broadcast-panels>div{min-width:0;padding:12px;border-right:1px solid #303832}.broadcast-panels h3{margin:0 0 10px;font-size:12px}.play-feed{max-height:250px;overflow-y:auto}.play-feed article{min-height:35px;display:grid;grid-template-columns:58px 1fr 35px;gap:7px;align-items:center;border-bottom:1px solid #293029;font-size:9px}.play-feed time{color:#859188}.play-feed b{color:#d06b4a;text-align:right;font-size:8px}.play-feed article.made b{color:#51be83}.shot-chart>div{position:relative;height:165px;background:linear-gradient(90deg,#995f32 0,#995f32 49.5%,#e1d2b7 49.5%,#e1d2b7 50.5%,#995f32 50.5%);border:2px solid #e1d2b7;overflow:hidden}.shot-chart>div:before,.shot-chart>div:after{content:"";position:absolute;top:35%;width:22%;height:30%;border:1px solid #eadfc9}.shot-chart>div:before{left:0}.shot-chart>div:after{right:0}.shot-chart i{position:absolute;width:7px;height:7px;transform:translate(-50%,-50%) rotate(45deg);background:var(--red);border:1px solid #fff}.shot-chart i.made{border-radius:50%;transform:translate(-50%,-50%);background:#35b875}.shot-chart>small{display:flex;gap:6px;align-items:center;margin-top:8px;color:#879289;font-size:8px}.shot-chart>small b{width:7px;height:7px;border-radius:50%;background:#35b875}.shot-chart>small b.miss{border-radius:0;transform:rotate(45deg);background:var(--red)}.box-leaders{max-height:250px;overflow-y:auto}.box-leaders>div{min-height:32px;display:grid;grid-template-columns:minmax(100px,1fr) repeat(3,34px) 36px;align-items:center;gap:4px;border-bottom:1px solid #293029;font-size:8px}.box-leaders strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.box-leaders small{color:#89958c;text-align:right}@media(max-width:1050px){.profile-grid{grid-template-columns:1fr 1fr}.profile-grid>section:first-child{grid-column:1/-1}.broadcast-layout{grid-template-columns:1fr}.coach-console{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}.console-title,.lineup-status,.finalize-button{grid-column:1/-1}.broadcast-panels{grid-template-columns:1fr 1fr}.play-feed{grid-column:1/-1}.roster-update-band{flex-wrap:wrap}.roster-update-band>div:first-child{width:100%}}@media(max-width:700px){.profile-hero{grid-template-columns:58px 1fr auto;gap:10px;padding:15px}.profile-number{width:54px;height:68px}.profile-hero h2{font-size:19px}.profile-hero>strong{font-size:36px}.profile-grid{grid-template-columns:1fr}.profile-grid>section:first-child{grid-column:auto}.cap-list>div{grid-template-columns:75px 1fr 52px}.broadcast-page{min-height:calc(100vh - 62px);padding-bottom:70px}.broadcast-scorebar{height:64px;grid-template-columns:32px 1fr 72px 1fr 32px;gap:5px;padding:0 7px;position:sticky;top:0;z-index:5}.broadcast-team{gap:0 5px}.broadcast-team>span{width:30px;height:30px;font-size:8px}.broadcast-team strong{font-size:26px}.broadcast-clock b{font-size:21px}.broadcast-layout{padding:7px;gap:7px}.arena-ribbon{grid-template-columns:1fr auto}.arena-ribbon>span{display:none}.iso-court{aspect-ratio:16/10.5}.iso-court>svg{width:112%;left:-6%;top:1%}.possession-call{left:7px;right:7px;bottom:6px;max-width:none;padding:7px 9px}.possession-call strong{font-size:9px}.transport-controls{padding:5px}.transport-controls button{padding:0 7px}.coach-console{display:block;padding:12px}.broadcast-panels{grid-template-columns:1fr}.broadcast-panels>div{border-right:0;border-bottom:1px solid #303832}.play-feed{grid-column:auto}.roster-update-band{align-items:stretch}.roster-diff{width:100%;flex-wrap:wrap}.roster-update-band button{flex:1}.save-manager{flex-wrap:wrap}.save-manager>div{width:100%}.save-manager select{width:100%}}:root{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Noto Sans SC,sans-serif;color:#1d1d1f;background:#f5f5f7;--ink: #1d1d1f;--muted: #6e6e73;--paper: #ffffff;--white: #ffffff;--line: #d2d2d7;--green: #248a3d;--green-dark: #1d6f32;--orange: #ff6b35;--orange-dark: #c84f22;--yellow: #ffd60a;--red: #d70015;--blue: #0071e3;--sidebar-width: 248px}body{background:#f5f5f7;color:var(--ink)}h1,h2,h3,.brand-lockup strong,.rating-number,.overall{font-family:inherit}button{transition:background-color .16s ease,color .16s ease,border-color .16s ease,transform .16s ease}button:active:not(:disabled){transform:scale(.985)}button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #0071e344;outline-offset:2px}.main-content>*{animation:content-enter .32s cubic-bezier(.22,1,.36,1) both}.mode-entry-shell{animation:content-enter .45s cubic-bezier(.22,1,.36,1) both}@keyframes content-enter{0%{opacity:0;transform:translateY(8px) scale(.995)}to{opacity:1;transform:none}}.mode-entry{min-height:100vh;display:grid;place-items:center;padding:32px;background:#f5f5f7}.mode-entry-shell{width:min(1120px,100%)}.mode-entry-header{height:48px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.entry-brand{display:flex;align-items:center;gap:10px}.entry-brand>span{width:30px;height:30px;display:grid;place-items:center;border-radius:7px;background:#1d1d1f;color:#fff;font-size:11px;font-weight:800}.entry-brand strong{font-size:14px}.entry-season{color:var(--muted);font-size:12px}.entry-header-actions{display:flex;align-items:center;gap:12px}.mode-intro{max-width:670px;padding:58px 0 34px}.entry-kicker{display:inline-flex;align-items:center;gap:6px;color:var(--blue);font-size:12px;font-weight:700}.mode-intro h1{margin-top:13px;font-size:42px;line-height:1.12;font-weight:720}.mode-intro p{margin-top:14px;color:var(--muted);font-size:15px;line-height:1.7}.mode-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.mode-option{min-height:390px;padding:24px;border:1px solid #d8d8dc;border-radius:8px;background:#fff;color:var(--ink);text-align:left;display:flex;flex-direction:column}.mode-option:hover{border-color:#9c9ca1;background:#fbfbfd}.mode-option-top{display:flex;align-items:center;justify-content:space-between}.mode-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:8px;background:#e9f3ff;color:var(--blue)}.mode-option.career .mode-icon{background:#edf7ee;color:var(--green)}.mode-number{color:#aeaeb2;font-size:12px;font-weight:700}.mode-option>div:nth-child(2){margin-top:34px}.mode-option small{color:var(--muted);font-size:10px;font-weight:700}.mode-option h2{margin-top:6px;font-size:30px}.mode-option p{margin-top:10px;min-height:50px;color:var(--muted);font-size:13px;line-height:1.65}.mode-option ul{list-style:none;padding:18px 0 0;margin:18px 0 0;border-top:1px solid #e5e5e7;display:grid;gap:13px}.mode-option li{display:flex;align-items:center;gap:9px;color:#4f4f53;font-size:12px}.mode-cta{margin-top:auto;padding-top:24px;display:flex;align-items:center;justify-content:space-between;color:var(--blue);font-size:13px;font-weight:700}.mode-option.career .mode-cta{color:var(--green)}.mode-entry-footer{min-height:54px;display:flex;align-items:center;gap:7px;color:var(--muted);font-size:11px}.app-shell{grid-template-columns:var(--sidebar-width) minmax(0,1fr);background:#f5f5f7}.sidebar{width:var(--sidebar-width);padding:0 12px 14px;background:#f1f1f4eb;color:var(--ink);border-right:1px solid #d4d4d8;-webkit-backdrop-filter:blur(24px) saturate(160%);backdrop-filter:blur(24px) saturate(160%)}.window-dots{height:32px;display:flex;align-items:center;gap:7px;padding:0 4px}.window-dots i{width:10px;height:10px;border-radius:50%;background:#ff5f57}.window-dots i:nth-child(2){background:#febc2e}.window-dots i:nth-child(3){background:#28c840}.brand-lockup{height:52px;padding:0 4px;border:0;gap:10px}.brand-mark{width:34px;height:34px;border:0;border-radius:8px;background:#1d1d1f;transform:none}.brand-mark span{font-family:inherit;font-size:12px;transform:none}.brand-lockup strong{font-size:14px;font-weight:700;text-transform:none}.brand-lockup small{margin-top:3px;color:#8e8e93;font-size:8px}.sidebar-mode{margin:12px 0 10px;min-height:56px;padding:9px 10px;display:flex;align-items:center;gap:10px;border:1px solid #d8d8dc;border-radius:8px;background:#ffffffb8}.sidebar-mode>span{width:30px;height:30px;display:grid;place-items:center;border-radius:7px;color:var(--blue);background:#e9f3ff}.mode-career .sidebar-mode>span{color:var(--green);background:#edf7ee}.sidebar-mode div{display:flex;flex-direction:column;gap:2px}.sidebar-mode small{color:var(--muted);font-size:8px}.sidebar-mode strong{font-size:11px}.main-nav{padding:8px 0;gap:3px}.main-nav button{height:40px;padding:0 11px;gap:10px;border-radius:7px;color:#515154}.main-nav button span{font-size:12px;font-weight:600}.main-nav button:hover{background:#0000000b;color:var(--ink)}.main-nav button.active{background:#d9eaff;color:#0057b8}.main-nav button.active svg{animation:nav-icon-in .28s cubic-bezier(.22,1,.36,1)}@keyframes nav-icon-in{0%{transform:scale(.78);opacity:.45}to{transform:none;opacity:1}}.mode-career .main-nav button.active{background:#dff2e2;color:#176b2c}.sidebar-team{margin:auto 0 0;padding:14px 8px 4px;border-top:1px solid #d3d3d7}.team-swatch{width:36px;height:36px;border:0;border-radius:8px;color:#fff;font-family:inherit;font-size:10px}.sidebar-team div{gap:2px}.sidebar-team div>small{color:var(--muted);font-size:8px;margin:0}.sidebar-team strong{color:var(--ink);font-size:11px}.sidebar-team div>span{color:var(--muted);font-size:9px}.workspace{background:#f5f5f7}.topbar{height:64px;padding:0 28px;gap:24px;background:#fbfbfdd1;border-bottom:1px solid rgba(210,210,215,.85);-webkit-backdrop-filter:blur(22px) saturate(180%);backdrop-filter:blur(22px) saturate(180%)}.topbar-context{min-width:170px;display:flex;flex-direction:column;gap:2px}.topbar-context small{color:var(--blue);font-size:8px;font-weight:800}.mode-career .topbar-context small{color:var(--green)}.topbar-context strong{font-size:13px}.season-timeline{width:min(460px,48vw);display:grid;gap:6px}.season-timeline>div{display:flex;justify-content:space-between;gap:12px;font-size:10px}.season-timeline span{color:var(--muted)}.season-timeline strong{font-weight:600}.season-timeline>i{height:3px;overflow:hidden;border-radius:3px;background:#dedee2}.season-timeline>i>i{display:block;height:100%;background:var(--blue);border-radius:inherit}.mode-career .season-timeline>i>i{background:var(--green)}.save-state{font-size:10px}.save-state span{animation:sync-pulse 2.4s ease-in-out infinite}@keyframes sync-pulse{0%,65%,to{box-shadow:0 0 #248a3d33}78%{box-shadow:0 0 0 5px #248a3d00}}.mobile-brand{display:none}.save-trigger{min-height:34px;padding:0 11px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #cfcfd4;border-radius:7px;background:#ffffffd1;color:#3d3d40;font-size:11px;font-weight:650}.save-trigger:hover{background:#fff;border-color:#aaaab0}.save-trigger.compact{width:34px;height:34px;min-height:34px;padding:0;flex:0 0 auto}.save-trigger.compact span{display:none}.save-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;padding:24px;display:grid;place-items:center;background:#14141647;-webkit-backdrop-filter:blur(14px) saturate(120%);backdrop-filter:blur(14px) saturate(120%);animation:backdrop-in .2s ease-out both}.save-modal{width:min(650px,100%);max-height:min(760px,calc(100vh - 48px));overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.72);border-radius:8px;background:#f8f8faf0;box-shadow:0 26px 80px #0003,0 2px 10px #00000014;animation:modal-in .34s cubic-bezier(.22,1,.36,1) both}@keyframes backdrop-in{0%{opacity:0}}@keyframes modal-in{0%{opacity:0;transform:translateY(18px) scale(.965)}to{opacity:1;transform:none}}.save-modal>header{min-height:78px;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #d9d9dd;background:#ffffffa3}.save-modal>header>div{display:flex;align-items:center;gap:11px;min-width:0}.save-modal-icon{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border-radius:8px;color:var(--blue);background:#e8f3ff}.save-modal h2{font-size:17px}.save-modal header p{margin-top:3px;color:var(--muted);font-size:9px}.save-close{width:30px;height:30px;display:grid;place-items:center;flex:0 0 auto;border:0;border-radius:50%;background:#e3e3e7;color:#5b5b60}.new-save-row{padding:14px 18px;display:grid;grid-template-columns:1fr auto;align-items:end;gap:10px;border-bottom:1px solid #dddddf}.new-save-row label{display:flex;flex-direction:column;gap:6px;color:var(--muted);font-size:9px}.new-save-row input{height:38px;padding:0 11px;border:1px solid #c8c8cd;border-radius:7px;background:#fff;color:var(--ink)}.new-save-row button{height:38px;padding:0 15px;display:inline-flex;align-items:center;gap:6px}.save-slot-list{padding:8px;overflow-y:auto;display:grid;gap:5px}.save-slot-list article{position:relative;min-height:64px;padding:9px 10px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;border:1px solid transparent;border-radius:8px;background:#ffffff8c;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}.save-slot-list article:hover{background:#ffffffe6}.save-slot-list article.active{border-color:#b7d7fa;background:#eef6ff}.save-slot-status{width:30px;height:36px;display:grid;place-items:center;border-radius:7px;background:#e8e8ec;color:#717177}.save-slot-list article.active .save-slot-status{color:#fff;background:var(--blue)}.save-slot-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.save-slot-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.save-slot-copy small{color:var(--muted);font-size:8px}.save-slot-copy input{width:100%;height:31px;padding:0 8px;border:1px solid var(--blue);border-radius:6px;background:#fff}.save-slot-actions{display:flex;gap:4px}.save-slot-actions button{width:31px;height:31px;display:grid;place-items:center;border:0;border-radius:6px;background:transparent;color:#55555a}.save-slot-actions button:hover{background:#e3e3e8}.save-slot-actions button.delete:hover{color:var(--red);background:#ffecee}.delete-confirm{position:absolute;top:5px;right:5px;bottom:5px;left:5px;z-index:2;padding:8px 10px;display:flex;align-items:center;gap:8px;border:1px solid #f2b7bd;border-radius:7px;background:#fff4f5;color:var(--red);animation:confirm-in .2s ease-out both}@keyframes confirm-in{0%{opacity:0;transform:scale(.985)}}.delete-confirm>span{min-width:0;margin-right:auto;display:flex;flex-direction:column;gap:3px}.delete-confirm strong{font-size:10px;color:#8f0010}.delete-confirm small{color:#8d555a;font-size:8px}.delete-confirm button{min-height:30px;padding:0 10px;border:1px solid #e2b3b7;border-radius:6px;background:#fff;color:#6b3439;font-size:9px}.delete-confirm button:last-child{border-color:var(--red);background:var(--red);color:#fff}.save-modal>footer{min-height:54px;padding:9px 16px;display:flex;align-items:center;gap:7px;border-top:1px solid #d9d9dd;background:#ffffffad}.save-modal>footer button{min-height:32px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;border:1px solid #d1d1d5;border-radius:6px;background:#fff;font-size:9px}.save-modal>footer span{margin-left:auto;color:var(--muted);font-size:8px}.page-stack{max-width:1480px;padding:30px 34px 64px;gap:20px}.page-heading{align-items:center}.eyebrow{margin-bottom:7px;color:var(--blue);font-family:inherit;font-size:9px}.mode-career .eyebrow{color:var(--green)}.page-heading h1{font-size:34px;font-weight:700}.page-heading p{color:var(--muted);font-size:12px}.primary-button,.secondary-button,.icon-text-button{min-height:38px;border-radius:7px;font-size:11px}.primary-button{border-color:var(--blue);background:var(--blue)}.primary-button:hover{background:#0064c8}.mode-career .primary-button{border-color:var(--green);background:var(--green)}.mode-career .primary-button:hover{background:var(--green-dark)}.secondary-button{border-color:#d2d2d7;background:#ffffffdb}.icon-button{border-radius:7px}.content-section{border-top:0;padding-top:0}.section-heading{min-height:42px;padding-bottom:10px;border-bottom:1px solid var(--line)}.section-heading h2{font-size:20px;font-weight:700}.next-game-band{min-height:136px;border:0;border-radius:8px;background:#1d1d1f}.next-game-band:after{display:none}.match-team>span{border-radius:8px;border-width:2px}.match-team strong,.match-center strong{font-family:inherit}.play-game-button{border-radius:8px;background:var(--blue)}.play-game-button:hover{background:#2997ff;color:#fff}.mode-career .play-game-button{background:var(--green)}.dynasty-roadmap,.career-now{min-height:72px;padding:12px 16px;display:grid;align-items:center;border:1px solid #dedee2;border-radius:8px;background:#ffffffb3}.dynasty-roadmap{grid-template-columns:minmax(150px,1.35fr) 1fr 20px 1fr 20px 1fr 20px 1fr}.roadmap-heading,.roadmap-step{display:flex;flex-direction:column;gap:4px}.roadmap-heading small,.roadmap-step span{color:var(--muted);font-size:8px}.roadmap-heading strong,.roadmap-step strong{font-size:10px}.roadmap-step.active{color:var(--blue)}.roadmap-step.active svg{margin-bottom:1px}.dynasty-roadmap>i,.career-now>i{height:1px;background:#cfcfd4}.metric-strip{gap:8px}.metric-strip article{min-height:90px;padding:14px;border:1px solid #dedee2;border-top:1px solid #dedee2;border-radius:8px;background:#ffffffc7}.metric-strip article>svg{color:var(--blue)}.mode-career .metric-strip article>svg{color:var(--green)}.metric-strip article>strong{font-family:inherit;font-size:20px}.dashboard-grid{gap:30px}.player-list>button{min-height:67px;border-radius:7px;padding:6px 8px}.player-list>button:hover{background:#fffc}.player-token,.roster-token{--token-color: #1d1d1f;position:relative;overflow:hidden;flex:0 0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;background:color-mix(in srgb,var(--token-color) 13%,white);color:var(--token-color);border:1px solid color-mix(in srgb,var(--token-color) 30%,white);font-style:normal}.player-token{width:38px;height:46px;border-radius:7px}.player-token:before,.roster-token:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--token-color)}.player-token b,.roster-token b{font-size:13px;line-height:1}.player-token small,.roster-token small{margin-top:3px;font-size:7px;font-weight:800}.overall{font-family:inherit;font-size:17px}.advance-button{border-radius:8px;background:var(--green)}.team-summary-band{min-height:108px;border:1px solid #dedee2;border-radius:8px;background:#ffffffc7}.large-team-swatch{width:64px;height:64px;border-radius:8px;box-shadow:none;font-family:inherit}.team-summary-band h2{font-size:22px}.table-section{border-top:0}.responsive-table{overflow:hidden;border:1px solid #dedee2;border-radius:8px;background:#ffffffd1}.roster-table .table-row{grid-template-columns:minmax(230px,1.6fr) .48fr .42fr .48fr .38fr .75fr .62fr .72fr;min-height:66px}.table-row.table-head{min-height:38px;background:#ececef;color:#6e6e73}.roster-token{width:42px!important;height:50px!important;border-radius:7px!important}.player-cell>i.roster-token{background:color-mix(in srgb,var(--token-color) 13%,white);border:1px solid color-mix(in srgb,var(--token-color) 30%,white)}.table-row select,select,input[type=text],input[type=number],.form-grid input:not([type=range]){height:36px;border-radius:7px;border-color:#cfcfd4;background:#ffffffeb}.career-identity{min-height:128px;border:1px solid #dedee2;border-left:4px solid var(--career-color);border-radius:8px;background:#ffffffd6}.career-avatar{border-radius:8px}.career-statline{min-height:92px;display:grid;grid-template-columns:minmax(170px,1.3fr) repeat(5,minmax(76px,.7fr));align-items:stretch;overflow:hidden;border:1px solid #dedee2;border-radius:8px;background:#1d1d1f;color:#fff}.statline-title{padding:17px 20px;display:flex;flex-direction:column;justify-content:center;gap:7px}.statline-title span{font-size:12px;font-weight:700}.statline-title small{color:#a7a7ab;font-size:9px}.career-statline article{padding:15px 12px;border-left:1px solid #3a3a3c;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.career-statline article strong{font-size:22px}.career-statline article span{color:#a7a7ab;font-size:9px}.career-now{grid-template-columns:minmax(150px,1fr) 28px minmax(200px,1.25fr) 28px minmax(180px,1fr);gap:10px}.career-now>div{display:grid;grid-template-columns:18px 1fr;align-items:center;gap:2px 6px}.career-now svg,.now-dot{grid-row:1/3}.now-dot{width:8px;height:8px;margin-left:4px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px #248a3d18}.career-now small{color:var(--muted);font-size:8px}.career-now strong{font-size:10px}.career-grid{gap:24px}.career-grid .content-section{padding:18px;border:1px solid #dedee2;border-radius:8px;background:#ffffffc2}.honors-band{min-height:96px;padding:14px 16px;display:grid;grid-template-columns:190px minmax(0,1fr);gap:18px;align-items:center;border:1px solid #dedee2;border-radius:8px;background:#ffffffc7}.honors-heading{display:flex;align-items:center;gap:10px;color:#8a6200}.honors-heading>span{display:flex;flex-direction:column;gap:4px}.honors-heading small{font-size:8px}.honors-heading strong{color:var(--ink);font-size:12px}.honors-band>p{color:var(--muted);font-size:11px}.honors-list{display:flex;gap:8px;overflow-x:auto;padding-bottom:3px}.award-race{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.award-race article{min-width:0;padding:8px 10px;border-left:2px solid var(--blue);display:flex;flex-direction:column;gap:3px}.award-race small{color:var(--blue);font-size:8px;font-weight:700}.award-race strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.award-race span{color:var(--muted);font-size:8px}.honors-list article{min-width:175px;padding:9px 11px;border-left:2px solid #d19a16;background:#f7f4eb;display:flex;flex-direction:column;gap:3px}.honors-list article small{color:#8a6200;font-size:8px;font-weight:700}.honors-list article strong{font-size:11px}.honors-list article span{color:var(--muted);font-size:8px;line-height:1.4}.personal-honor-list{display:grid;gap:7px}.personal-honor-list article{min-height:52px;padding:8px 0;display:grid;grid-template-columns:58px 110px 1fr;align-items:center;gap:8px;border-bottom:1px solid #e3e3e6}.personal-honor-list article span,.personal-honor-list article small{color:var(--muted);font-size:8px}.personal-honor-list article strong{font-size:10px}.broadcast-page{background:#121214}.broadcast-stage,.broadcast-data{border-radius:8px;overflow:hidden}.coach-console{border-radius:8px;border-top-color:var(--blue)}.mode-career .coach-console{border-top-color:var(--green)}@media(max-width:1050px){.dynasty-roadmap{grid-template-columns:1fr 1fr 16px 1fr;gap:10px}.dynasty-roadmap>:nth-child(n+6){display:none}.career-statline{grid-template-columns:minmax(160px,1.2fr) repeat(5,minmax(68px,.7fr))}}@media(max-width:760px){:root{--sidebar-width: 0px}.mode-entry{place-items:start center;padding:18px 16px 32px}.mode-entry-header{height:42px}.entry-season{display:none}.mode-intro{padding:34px 0 24px}.mode-intro h1{font-size:32px}.mode-intro p{font-size:13px}.mode-options{grid-template-columns:1fr}.mode-option{min-height:330px;padding:20px}.mode-option>div:nth-child(2){margin-top:24px}.mode-option h2{font-size:25px}.mode-entry-footer{align-items:flex-start;padding-top:16px;line-height:1.5}.app-shell{display:block;padding-bottom:70px}.sidebar{display:none}.workspace{min-height:100vh}.topbar{height:58px;padding:0 12px;gap:12px}.topbar-context,.save-state{display:none}.mobile-brand{display:flex;align-items:center;gap:8px;min-width:100px}.mobile-brand>span{width:28px;height:28px;border-radius:7px;display:grid;place-items:center;background:var(--ink);color:#fff;font-size:9px;font-weight:800}.mobile-brand strong{font-size:12px}.season-timeline{width:auto;flex:1}.season-timeline>div{font-size:8px}.page-stack{padding:22px 14px 34px;gap:14px}.page-heading{align-items:flex-start}.page-heading h1{font-size:28px}.heading-actions{width:100%;justify-content:flex-start}.mobile-nav{height:62px;padding:5px 8px max(5px,env(safe-area-inset-bottom));background:#f9f9fbe6;border-top:1px solid #d2d2d7;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%)}.mobile-nav button{color:#747477}.mobile-nav button.active{color:var(--blue)}.mode-career .mobile-nav button.active{color:var(--green)}.mobile-nav button span{font-size:7px}.next-game-band{min-height:182px;padding:22px 16px 62px;grid-template-columns:1fr 64px 1fr}.match-team{flex-direction:column;align-items:flex-start;gap:8px}.match-team.away{flex-direction:column-reverse;align-items:flex-end}.match-team>span{width:46px;height:46px}.match-team strong{max-width:108px;font-size:13px;white-space:normal}.play-game-button{right:14px;top:auto;bottom:12px;transform:none;width:40px;height:40px}.dynasty-roadmap{display:flex;overflow-x:auto;gap:18px;padding:13px 14px}.dynasty-roadmap>div{min-width:100px}.dynasty-roadmap>i{min-width:24px}.metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr;gap:24px}.team-summary-band{padding:14px;gap:10px;flex-wrap:wrap}.large-team-swatch{width:52px;height:52px}.team-summary-band>div:nth-child(2){min-width:0;width:calc(100% - 66px);margin:0}.summary-stat{flex:1;min-width:96px;border-left:0;border-top:1px solid var(--line);padding:10px 4px 0}.roster-table .table-row{grid-template-columns:minmax(0,1fr) 64px;min-height:0;padding:13px;gap:8px 12px}.roster-table .table-row.table-head{display:none}.roster-table .player-cell{grid-column:1/-1;padding-bottom:9px;border-bottom:1px solid #e7e7ea}.roster-table .table-row>span:not(.player-cell),.roster-table .table-row>strong{display:flex;align-items:center;justify-content:space-between;min-height:24px;font-size:10px}.roster-table .table-row>[data-label]:before{content:attr(data-label);color:var(--muted);font-size:8px;font-weight:500}.roster-table .table-row>[data-label=合同],.roster-table .table-row>[data-label=角色]{grid-column:1/-1}.career-identity{grid-template-columns:58px 1fr auto;padding:14px}.career-identity .primary-button{grid-column:1/-1;width:100%}.career-statline{grid-template-columns:repeat(5,minmax(64px,1fr));overflow-x:auto}.statline-title{grid-column:1/-1;min-height:58px;padding:12px 14px}.career-statline article{min-height:72px;border-left:0;border-top:1px solid #3a3a3c}.career-statline article strong{font-size:18px}.career-now{display:flex;align-items:stretch;overflow-x:auto;gap:12px}.career-now>div{min-width:190px}.career-now>i{min-width:20px}.career-grid .content-section{padding:14px}.honors-band{grid-template-columns:1fr}.award-race{min-width:430px}.honors-band{overflow-x:auto}.personal-honor-list article{grid-template-columns:54px 90px 1fr}}@media(max-width:560px){.save-modal-backdrop{padding:0;place-items:end center}.save-modal{width:100%;max-height:min(88vh,760px);border-radius:8px 8px 0 0;border-bottom:0;animation-name:sheet-in}@keyframes sheet-in{0%{opacity:.7;transform:translateY(100%)}to{opacity:1;transform:none}}.save-modal>header{min-height:70px;padding:13px 14px}.new-save-row{padding:12px 14px}.save-slot-list article{grid-template-columns:30px minmax(0,1fr) auto;padding:8px 7px}.save-slot-actions{gap:1px}.save-slot-actions button{width:29px}.delete-confirm{flex-wrap:wrap}.delete-confirm>span{width:calc(100% - 30px)}.delete-confirm button{flex:1}.save-modal>footer span{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
