:root{--background:#f6f2e9;--surface:#fffdf7;--surface-strong:#fff;--surface-muted:#f0eadf;--text:#151815;--muted:#65726b;--line:#d9d4c8;--line-strong:#bdb6a8;--green:#075b3f;--green-strong:#024a32;--green-soft:#e5f1e8;--red:#c01818;--amber:#d99225;--shadow:0 18px 50px #171c181a}*{box-sizing:border-box}html{background:var(--background);scroll-behavior:smooth;min-width:320px}body{background:radial-gradient(circle at 50% -20%, #fffffff2, #fff0 42%), linear-gradient(180deg, #ffffffd1, #f6f2e9f5), var(--background);min-height:100vh;color:var(--text);letter-spacing:0;margin:0;font-family:Arial,Helvetica,sans-serif}button,input,select{font:inherit}button{color:inherit}svg{fill:currentColor;width:18px;height:18px;display:block}.cuplab{min-height:100vh}.topbar{z-index:10;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffdf7eb;grid-template-columns:260px minmax(0,1fr) 260px;align-items:center;min-height:68px;display:grid;position:sticky;top:0}.brand{color:var(--green-strong);align-items:center;gap:10px;padding-left:26px;font-size:28px;font-weight:850;text-decoration:none;display:inline-flex}.brand-mark{color:var(--green);place-items:center;display:grid}.nav-links{justify-content:center;gap:30px;display:flex}.nav-links a{color:var(--text);font-size:15px;font-weight:700;text-decoration:none;position:relative}.nav-links a[aria-current=page]:after{background:var(--green);content:"";height:2px;position:absolute;bottom:-13px;left:0;right:0}.top-actions{justify-content:flex-end;gap:10px;padding-right:24px;display:flex;position:relative}.top-actions button{cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;min-width:34px;height:34px;font-size:13px;font-weight:800;display:grid}.top-actions button:hover,.top-actions button:focus-visible{background:var(--green-soft);outline:0}.settings-panel{z-index:20;border:1px solid var(--line);width:min(340px,100vw - 32px);box-shadow:var(--shadow);text-align:left;background:#fffdf7fa;border-radius:8px;gap:14px;padding:16px;display:grid;position:absolute;top:44px;right:24px}.settings-panel h2{margin:0;font-size:16px;line-height:1.2}.settings-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;display:grid}.settings-summary div{border:1px solid var(--line);background:#ffffffb3;border-radius:8px;min-width:0;padding:10px}.settings-summary dt{color:var(--muted);font-size:11px;font-weight:850}.settings-summary dd{color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-size:15px;font-weight:850;overflow:hidden}.settings-factors{gap:9px;display:grid}.settings-factors>strong{font-size:12px}.settings-factors>div{flex-wrap:wrap;gap:7px;display:flex}.settings-factors span{border:1px solid var(--line);background:var(--surface-strong);min-height:26px;color:var(--muted);border-radius:8px;align-items:center;gap:5px;padding:0 9px;font-size:12px;font-weight:800;display:inline-flex}.settings-factors b{color:var(--green)}.top-actions .settings-reset{width:100%;height:38px;color:var(--red);background:#c0181814;border:1px solid #c018183d;justify-content:center;align-items:center;font-size:13px;display:inline-flex}.top-actions .settings-reset:hover,.top-actions .settings-reset:focus-visible{background:#c0181824}.top-actions .settings-share{background:var(--green-soft);width:100%;height:38px;color:var(--green);border:1px solid #075b3f3d;justify-content:center;align-items:center;font-size:13px;display:inline-flex}.top-actions .settings-share:hover,.top-actions .settings-share:focus-visible{background:#075b3f29}.share-status{color:var(--green);text-align:center;margin:-4px 0 0;font-size:12px;font-weight:850}.workspace{grid-template-columns:260px minmax(620px,1fr) 320px;align-items:start;min-height:calc(100vh - 68px);display:grid}.control-rail{border-right:1px solid var(--line);background:#faf7f0b8;padding:22px 20px;position:sticky;top:68px}.field-label{color:var(--text);margin-bottom:8px;font-size:14px;font-weight:850;display:block}.search-field-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.search-field-head .field-label{margin-bottom:0}.search-clear{color:var(--green);cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;font-weight:850}.search-clear:hover,.search-clear:focus-visible{color:var(--green-strong);outline:0;text-decoration:underline}select,input[type=search]{border:1px solid var(--line-strong);background:var(--surface-strong);width:100%;height:38px;color:var(--text);border-radius:8px;padding:0 12px;font-size:13px;font-weight:700}input[type=search]::placeholder{color:var(--muted)}.segments{border:1px solid var(--line);background:var(--surface-strong);border-radius:8px;grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden}.segments button{border:0;border-right:1px solid var(--line);cursor:pointer;background:0 0;height:38px;font-size:13px;font-weight:850}.segments button:last-child{border-right:0}.preset-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.preset-grid button{border:1px solid var(--line);background:var(--surface-strong);min-height:40px;color:var(--text);cursor:pointer;border-radius:8px;padding:7px 8px;font-size:12px;font-weight:850;line-height:1.2}.preset-grid button:hover,.preset-grid button:focus-visible{background:var(--green-soft);border-color:#075b3f61;outline:0}.preset-grid button.active{color:var(--green-strong);background:linear-gradient(90deg,#075b3f24,#ffffffb8);border-color:#075b3f8c}.slider-stack{gap:20px;display:grid}.slider-field{gap:7px;display:grid}.slider-field>span:first-child{justify-content:space-between;align-items:center;display:flex}.slider-field strong{font-size:15px}.slider-field input{width:100%;accent-color:var(--green)}.range-labels{color:var(--muted);justify-content:space-between;font-size:11px;font-weight:700;display:flex}.run-button{background:linear-gradient(180deg, var(--green), var(--green-strong));color:#fff;cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;height:46px;margin-top:24px;font-size:15px;font-weight:850;display:flex;box-shadow:0 14px 30px #024a323d}.run-button svg{width:16px;height:16px}.model-note{color:var(--muted);gap:7px;margin:20px 0 0;font-size:12px;font-style:italic;line-height:1.45;display:grid}.model-note span{color:var(--green);font-style:normal;font-weight:850}.scoreboard-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:20px;display:flex}.scoreboard h1{letter-spacing:0;max-width:740px;margin:0;font-size:clamp(30px,3vw,38px);line-height:1.05}.scoreboard-header p{max-width:620px;color:var(--muted);margin:12px 0 0;font-size:15px;line-height:1.5}.data-scope-badges{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.data-scope-badges span{border:1px solid var(--line);max-width:100%;min-height:28px;color:var(--green-strong);background:#ffffffad;border-radius:8px;align-items:center;padding:0 10px;font-size:12px;font-weight:850;line-height:1.2;display:inline-flex}.selected-summary{border-bottom:1px solid var(--line);grid-template-columns:minmax(190px,.65fr) minmax(0,1fr);align-items:stretch;gap:14px;padding:18px 0;display:grid}.selected-summary-team{background:linear-gradient(90deg,#075b3f17,#ffffff9e);border:1px solid #075b3f33;border-radius:8px;align-items:center;gap:12px;min-width:0;padding:12px 14px;display:flex}.selected-summary-team .flag-swatch{flex:none}.selected-summary-team div{gap:2px;min-width:0;display:grid}.selected-summary-team span,.selected-summary-card span{color:var(--muted);font-size:11px;font-weight:850;line-height:1.2}.selected-summary-team strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:18px;font-weight:900;overflow:hidden}.selected-summary-team small,.selected-summary-card small{color:var(--muted);font-size:10px;font-weight:850}.selected-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.selected-summary-card{border:1px solid var(--line);background:#ffffff94;border-radius:8px;align-content:center;gap:4px;min-height:74px;padding:11px 12px;display:grid}.selected-summary-card strong{color:var(--green-strong);font-size:20px;font-weight:900;line-height:1}.model-factor-breakdown{border-bottom:1px solid var(--line);gap:12px;padding:18px 0 20px;display:grid}.model-factor-heading{justify-content:space-between;align-items:end;gap:18px;display:flex}.model-factor-heading>div{gap:4px;display:grid}.model-factor-heading strong{font-size:15px;font-weight:850}.model-factor-heading span{color:var(--muted);font-size:12px;font-weight:750;line-height:1.35}.model-factor-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.model-factor-row{border:1px solid var(--line);background:#ffffff8a;border-radius:8px;gap:9px;min-width:0;padding:12px;display:grid}.model-factor-topline,.model-factor-values{justify-content:space-between;align-items:center;gap:10px;display:flex}.model-factor-topline strong{font-size:13px;font-weight:850}.model-factor-topline span{text-align:right;border-radius:8px;min-width:48px;padding:3px 7px;font-size:11px;font-weight:850}.model-factor-topline span.positive{background:var(--green-soft);color:var(--green)}.model-factor-topline span.negative{color:var(--red);background:#c0181814}.model-factor-values{color:var(--muted);font-size:11px;font-weight:800}.model-factor-values b{color:var(--text)}.model-factor-bars{gap:4px;display:grid}.model-factor-bars span{border-radius:999px;height:6px;display:block}.model-factor-bars .baseline{background:var(--line-strong)}.model-factor-bars .current{background:linear-gradient(90deg, var(--green), var(--red))}.player-profiles{border-bottom:1px solid var(--line);gap:14px;padding:18px 0 20px;display:grid}.player-profiles-heading,.player-squad-heading{justify-content:space-between;align-items:end;gap:18px;display:flex}.player-profiles-heading>div{gap:4px;display:grid}.player-profiles-heading strong,.player-squad-heading strong{font-size:15px;font-weight:850}.player-profiles-heading span,.player-squad-heading span{color:var(--muted);font-size:12px;font-weight:750;line-height:1.35}.player-profiles-heading>span,.player-module-link,.player-squad-heading span{background:var(--green-soft);color:var(--green);border-radius:8px;justify-content:center;align-items:center;padding:4px 8px;font-weight:850;text-decoration:none;display:inline-flex}.player-module-link:hover,.player-module-link:focus-visible{background:var(--green);color:var(--surface-strong)}.player-detail-link{color:var(--green-strong);border-bottom:1px solid;justify-self:start;font-size:11px;font-weight:850;text-decoration:none}.featured-player-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.featured-player-card{border:1px solid var(--line);background:#ffffff8f;border-radius:8px;align-content:start;gap:10px;min-width:0;min-height:236px;padding:13px;display:grid}.featured-player-card-top{grid-template-columns:58px minmax(0,1fr);align-items:start;gap:10px;min-width:0;display:grid}.player-avatar-link{background:var(--surface-muted);border:1px solid #075b3f2e;border-radius:50%;width:58px;height:58px;display:block;overflow:hidden;box-shadow:0 8px 18px #075b3f14}.player-avatar-link img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.featured-player-info{gap:6px;min-width:0;display:grid}.featured-player-meta{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.featured-player-meta span,.featured-player-meta b{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:850;overflow:hidden}.featured-player-card strong{color:var(--text);font-size:17px;font-weight:900;line-height:1.1}.featured-player-card em{background:var(--surface-muted);color:var(--green-strong);border-radius:8px;justify-self:start;padding:3px 7px;font-size:11px;font-style:normal;font-weight:850}.featured-player-card p{color:var(--muted);margin:0;font-size:12px;font-weight:700;line-height:1.45}.player-social-links{flex-wrap:wrap;align-self:end;gap:6px;display:flex}.player-social-links a{min-width:0;max-width:100%;color:var(--green-strong);background:#ecf7eead;border:1px solid #075b3f24;border-radius:8px;align-items:center;gap:5px;padding:4px 7px;font-size:10px;font-weight:850;text-decoration:none;display:inline-flex}.player-social-links span,.player-social-links b{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.player-social-links span{color:var(--muted)}.player-squad-list{gap:12px;display:grid}.player-position-groups{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.player-position-group{border:1px solid var(--line);background:#ffffff6b;border-radius:8px;align-content:start;gap:8px;min-width:0;padding:11px;display:grid}.player-position-group>span{color:var(--green-strong);font-size:12px;font-weight:900}.player-position-group>div{gap:7px;display:grid}.player-position-group small{gap:2px;min-width:0;display:grid}.player-position-group b,.player-position-group em{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.player-position-group b{color:var(--text);font-size:12px;font-weight:850}.player-position-group em{color:var(--muted);font-size:10px;font-style:normal;font-weight:750}.player-profile-sources{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:11px;font-weight:800;display:flex}.player-profile-sources a{color:var(--green);border-bottom:1px solid #075b3f47;text-decoration:none}.player-page-shell{gap:24px;width:min(1160px,100% - 32px);margin:0 auto;padding:28px 0 46px;display:grid}.player-page-back{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;font-weight:800;display:flex}.player-page-back a{color:var(--green-strong);text-decoration:none}.player-page-back a:hover,.player-page-back a:focus-visible{text-decoration:underline}.team-player-hero,.single-player-layout,.team-player-sources{border:1px solid var(--line);background:#fffdf7c7;border-radius:8px;box-shadow:0 16px 42px #171c1814}.team-player-hero{grid-template-columns:minmax(0,1fr) 210px;align-items:end;gap:22px;padding:28px;display:grid}.team-player-kicker{color:var(--green);text-transform:uppercase;font-size:12px;font-weight:900}.team-player-hero h1,.single-player-body h1{margin:6px 0 10px;font-size:clamp(32px,5vw,62px);line-height:.95}.team-player-hero p,.single-player-body p{max-width:680px;color:var(--muted);margin:0;font-size:15px;font-weight:700;line-height:1.55}.team-player-coverage{color:var(--muted);justify-items:end;gap:6px;font-size:12px;font-weight:850;display:grid}.team-player-coverage strong{color:var(--text);font-size:54px;line-height:.9}.team-player-coverage b{background:var(--green-soft);color:var(--green-strong);border-radius:8px;padding:5px 8px}.team-player-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.team-player-card{border:1px solid var(--line);background:#ffffff94;border-radius:8px;grid-template-columns:76px minmax(0,1fr);gap:12px;min-width:0;padding:12px;display:grid}.team-player-card-media,.single-player-media>span{background:var(--surface-muted);color:var(--green-strong);border:1px solid #075b3f2e;border-radius:50%;place-items:center;font-weight:950;text-decoration:none;display:grid;overflow:hidden}.team-player-card-media img,.single-player-media img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.team-player-card h2{margin:4px 0;font-size:18px;line-height:1.1}.team-player-card h2 a{color:var(--text);text-decoration:none}.team-player-card span,.team-player-card p,.team-player-card-links{color:var(--muted);font-size:12px;font-weight:850}.team-player-card p{margin:0}.team-player-card-links{flex-wrap:wrap;grid-column:1/-1;gap:6px;display:flex}.team-player-card-links a,.team-player-card-links span,.single-player-link-stack a,.single-player-socials a{color:var(--green-strong);background:#ecf7eeb8;border:1px solid #075b3f24;border-radius:8px;padding:6px 8px;text-decoration:none}.team-player-card-links em,.single-player-link-stack em,.single-player-socials em,.single-player-intro-pending{background:var(--surface-muted);color:var(--muted);border-radius:8px;padding:6px 8px;font-size:12px;font-style:normal;font-weight:850}.single-player-layout{grid-template-columns:280px minmax(0,1fr);gap:30px;padding:28px;display:grid}.single-player-media{align-content:start;gap:16px;display:grid}.single-player-link-stack,.single-player-socials>div{flex-wrap:wrap;gap:8px;display:flex}.single-player-body{align-content:start;gap:18px;display:grid}.single-player-club{color:var(--green-strong)!important;font-weight:900!important}.single-player-intro,.single-player-socials{gap:10px;display:grid}.single-player-socials strong{font-size:14px;font-weight:900}.single-player-socials a{gap:6px;font-size:12px;font-weight:850;display:inline-flex}.team-player-sources{gap:12px;padding:20px;display:grid}.team-player-sources h2{margin:0;font-size:18px}.team-player-sources>div{flex-wrap:wrap;gap:8px;display:flex}.team-player-sources a{color:var(--green-strong);border-bottom:1px solid;font-size:12px;font-weight:850;text-decoration:none}.selected-chip{border:1px solid var(--line);background:#ffffffb3;border-radius:8px;grid-template-columns:28px auto;align-items:center;gap:3px 10px;min-width:170px;padding:10px 12px;display:grid}.selected-chip strong{color:var(--red);grid-column:2;font-size:22px}.contender-chart{border-bottom:1px solid var(--line);gap:12px;padding:18px 0 20px;display:grid}.contender-chart-heading{justify-content:space-between;align-items:end;gap:18px;display:flex}.contender-chart-heading>div{gap:4px;display:grid}.contender-chart-heading strong{font-size:15px;font-weight:850}.contender-chart-heading span{color:var(--muted);text-align:right;font-size:12px;font-weight:750}.contender-chart-heading>span{color:var(--green);flex:none;font-weight:850}.contender-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px;display:grid}.contender-row{border:1px solid var(--line);min-height:44px;color:var(--text);text-align:left;cursor:pointer;background:#ffffff8c;border-radius:8px;grid-template-columns:38px minmax(0,190px) minmax(110px,1fr) 56px 10px;align-items:center;gap:10px;padding:8px 10px;display:grid}.contender-row:hover,.contender-row:focus-visible{background:#e5f1e88f;border-color:#075b3f57;outline:0}.contender-row.selected{background:linear-gradient(90deg,#075b3f21,#ffffffa8);border-color:#075b3f8c}.contender-rank{color:var(--muted);font-size:12px;font-weight:850}.contender-team{align-items:center;gap:8px;min-width:0;display:inline-flex}.contender-team>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:850;overflow:hidden}.contender-team small{color:var(--muted);margin-top:1px;font-size:10px;font-weight:850;display:block}.contender-meter{background:var(--surface-muted);border-radius:999px;height:8px;overflow:hidden}.contender-meter span{border-radius:inherit;background:linear-gradient(90deg, var(--green), var(--red));height:100%;display:block}.contender-row strong{text-align:right;font-size:13px;font-weight:850}.contender-state{border-radius:50%;width:8px;height:8px}.contender-row.selected .contender-state{background:var(--green)}.field-bands{border-bottom:1px solid var(--line);gap:12px;padding:18px 0 20px;display:grid}.field-bands-heading{justify-content:space-between;align-items:end;gap:18px;display:flex}.field-bands-heading>div{gap:4px;display:grid}.field-bands-heading strong{font-size:15px;font-weight:850}.field-bands-heading span{color:var(--muted);text-align:right;font-size:12px;font-weight:750}.field-bands-heading>span{color:var(--green);flex:none;font-weight:850}.field-band-list{gap:8px;display:grid}.field-band-row{grid-template-columns:minmax(92px,.8fr) minmax(120px,1fr) 58px;align-items:center;gap:10px;min-height:42px;padding:9px 0;display:grid;position:relative}.field-band-row+.field-band-row{border-top:1px solid var(--line)}.field-band-label{gap:2px;min-width:0;display:grid}.field-band-label b{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:850;overflow:hidden}.field-band-label small{color:var(--muted);font-size:11px;font-weight:750}.field-band-meter{background:var(--surface-muted);border-radius:999px;height:9px;overflow:hidden}.field-band-meter span{border-radius:inherit;background:linear-gradient(90deg, var(--green), var(--amber), var(--red));height:100%;display:block}.field-band-row strong{color:var(--text);text-align:right;font-size:13px;font-weight:900}.field-band-row em{color:var(--green);font-size:10px;font-style:normal;font-weight:850;position:absolute;bottom:-1px;right:0}.field-band-row.selected .field-band-label b{color:var(--red)}.table-shell{border-bottom:1px solid var(--line);max-height:430px;overflow:auto}.probability-table{border-collapse:collapse;width:100%;min-width:820px;font-size:14px}.probability-table th,.probability-table td{border-bottom:1px solid var(--line);text-align:right;white-space:nowrap;padding:12px 8px}.probability-table thead th{z-index:1;background:var(--surface);color:#1d241f;font-size:12px;font-weight:850;position:sticky;top:0}.probability-table th:first-child,.probability-table td:first-child{text-align:center;width:42px}.probability-table th:nth-child(2),.probability-table td:nth-child(2){text-align:left}.probability-table th:nth-child(3),.probability-table td:nth-child(3){text-align:right}.probability-table tbody tr.empty-row td{height:84px;color:var(--muted);text-align:center;font-size:13px;font-weight:800}.table-empty-state{justify-content:center;align-items:center;gap:12px;min-height:44px;display:inline-flex}.table-empty-state button{background:var(--green-soft);min-height:32px;color:var(--green);cursor:pointer;border:1px solid #075b3f3d;border-radius:8px;padding:0 12px;font-size:12px;font-weight:850}.table-empty-state button:hover,.table-empty-state button:focus-visible{background:#075b3f29;outline:0}.probability-table tbody th button{color:var(--text);cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;font-weight:850;display:inline-flex}.probability-table tbody th small,.probability-table tbody td small{color:var(--muted);margin-top:2px;font-size:10px;font-weight:800;display:block}.elo-cell,.probability-cell-value{color:var(--text);font-weight:850;display:block}.probability-delta.positive{color:var(--green-strong)}.probability-delta.negative{color:var(--red)}.sort-button{width:100%;color:inherit;white-space:normal;cursor:pointer;background:0 0;border:0;justify-content:flex-end;align-items:center;gap:5px;font-size:12px;font-weight:850;line-height:1.1;display:inline-flex}.sort-button.active{color:var(--green)}.table-footer{color:var(--muted);justify-content:space-between;gap:16px;padding-top:14px;font-size:12px;display:flex}.flag-swatch{border:1px solid #0000001f;border-radius:3px;flex:none;width:28px;height:18px;display:inline-block;box-shadow:inset 0 0 0 1px #ffffff26}.path-panel{border-left:1px solid var(--line);background:#faf7f0a8;max-height:calc(100vh - 68px);padding:34px 20px;position:sticky;top:68px;overflow-y:auto}.path-title{justify-content:space-between;align-items:center;gap:18px;margin-bottom:24px;display:flex}.path-title div{gap:4px;display:grid}.path-title span{color:var(--muted);font-size:13px;font-weight:850}.path-title strong{font-size:19px}.path-list{gap:18px;margin:0;padding:0;list-style:none;display:grid}.path-list li{grid-template-columns:32px 1fr;display:grid;position:relative}.path-list li:before{background:var(--line-strong);content:"";width:1px;position:absolute;top:26px;bottom:-18px;left:11px}.path-list li:last-child:before{display:none}.path-dot{z-index:1;border:2px solid var(--line-strong);background:var(--surface);border-radius:50%;width:22px;height:22px;margin-top:12px}.path-card{border:1px solid var(--line);background:#ffffffb8;border-radius:8px;grid-template-columns:1fr auto;gap:7px 14px;padding:13px 14px;display:grid}.path-card span,.path-card small{color:var(--muted);font-size:12px;font-weight:700}.path-card strong{font-size:14px}.path-card>b{color:var(--text);font-size:20px}.path-facts{flex-wrap:wrap;grid-column:1/-1;gap:6px 14px;display:flex}.path-facts small{color:var(--muted);font-size:12px;font-weight:700}.path-facts b{color:var(--green-strong);font-weight:900}.champion-callout{border-top:1px solid var(--line);grid-template-columns:40px 1fr auto;align-items:center;gap:12px;margin-top:30px;padding:16px 12px;display:grid}.champion-icon{background:var(--red);color:#fff;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.champion-callout span{font-weight:850}.champion-callout strong{color:var(--red);font-size:24px}.stage-funnel{border-top:1px solid var(--line);gap:12px;padding:16px 0 18px;display:grid}.stage-funnel-heading{gap:4px;display:grid}.stage-funnel-heading strong{font-size:15px}.stage-funnel-heading span{color:var(--muted);font-size:11px;font-weight:700;line-height:1.35}.stage-funnel-list{gap:9px;display:grid}.stage-funnel-row{grid-template-columns:minmax(0,1fr) auto;gap:5px 10px;display:grid}.stage-funnel-row>span:first-child{color:var(--text);font-size:12px;font-weight:850}.stage-funnel-row strong{text-align:right;font-size:12px;font-weight:850}.stage-funnel-meter{background:var(--surface-muted);border-radius:999px;grid-column:1/-1;height:7px;overflow:hidden}.stage-funnel-meter span{border-radius:inherit;background:linear-gradient(90deg, var(--green), var(--red));height:100%;display:block}.group-outlook{border-top:1px solid var(--line);gap:12px;padding:16px 0 18px;display:grid}.group-outlook-heading{gap:4px;display:grid}.group-outlook-heading strong{font-size:15px}.group-outlook-heading span{color:var(--muted);font-size:11px;font-weight:700;line-height:1.35}.group-outlook-list{gap:9px;display:grid}.group-outlook-row{border:1px solid var(--line);color:var(--text);text-align:left;cursor:pointer;background:#ffffff94;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;gap:7px 10px;padding:10px;display:grid;position:relative}.group-outlook-row:hover,.group-outlook-row:focus-visible{background:#e5f1e885;border-color:#075b3f57;outline:0}.group-outlook-row.selected{background:linear-gradient(90deg,#075b3f1f,#ffffff9e);border-color:#075b3f8c}.group-outlook-team{align-items:center;gap:8px;min-width:0;display:inline-flex}.group-outlook-team>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;font-weight:850;overflow:hidden}.group-outlook-team small{color:var(--muted);margin-top:1px;font-size:9px;font-weight:850;display:block}.group-outlook-row>strong{text-align:right;font-size:13px;font-weight:850}.group-outlook-meter{background:var(--surface-muted);border-radius:999px;grid-column:1/-1;height:7px;overflow:hidden}.group-outlook-meter span{border-radius:inherit;background:linear-gradient(90deg, var(--green), var(--red));height:100%;display:block}.group-outlook-splits{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;display:grid}.group-outlook-splits span{min-width:0;color:var(--muted);gap:1px;font-size:10px;font-weight:800;display:grid}.group-outlook-splits b{color:var(--text);font-size:11px}.group-outlook-row em{background:var(--green-soft);color:var(--green);border-radius:8px;grid-column:1/-1;justify-self:start;padding:2px 6px;font-size:10px;font-style:normal;font-weight:850}.scenario-impact{border-top:1px solid var(--line);gap:14px;margin-top:8px;padding:16px 0 18px;display:grid}.scenario-impact-heading{gap:4px;display:grid}.scenario-impact-heading strong{font-size:15px}.scenario-impact-heading span{color:var(--muted);font-size:11px;font-weight:700;line-height:1.35}.scenario-impact-list{gap:13px;display:grid}.scenario-impact-row{gap:7px;display:grid}.scenario-impact-topline,.scenario-impact-values{justify-content:space-between;align-items:center;gap:10px;display:flex}.scenario-impact-topline strong{font-size:12px}.scenario-impact-topline span{text-align:right;border-radius:8px;min-width:72px;padding:3px 7px;font-size:11px;font-weight:850}.scenario-impact-topline span.positive{background:var(--green-soft);color:var(--green)}.scenario-impact-topline span.negative{color:var(--red);background:#c0181814}.scenario-impact-values{color:var(--muted);font-size:11px;font-weight:800}.scenario-impact-bars{gap:4px;display:grid}.scenario-impact-bars span{border-radius:999px;height:6px;display:block}.scenario-impact-bars .baseline{background:var(--line-strong)}.scenario-impact-bars .current{background:linear-gradient(90deg, var(--green), var(--red))}.matchup-lab{border-top:1px solid var(--line);gap:14px;padding:16px 0 18px;display:grid}.matchup-lab-heading{gap:9px;display:grid}.matchup-lab-heading>div{gap:4px;display:grid}.matchup-lab-heading strong{font-size:15px}.matchup-lab-heading span,.matchup-lab-body p{color:var(--muted);font-size:11px;font-weight:700;line-height:1.35}.matchup-lab-heading label{color:var(--text);font-size:12px;font-weight:850}.matchup-lab-heading select{height:34px;font-size:12px}.matchup-lab-body{gap:11px;display:grid}.matchup-advance{grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr);align-items:center;gap:8px;display:grid}.matchup-advance>span{gap:2px;min-width:0;display:grid}.matchup-advance>span:last-child{text-align:right}.matchup-advance>span:first-child strong{color:var(--green)}.matchup-advance>span:last-child strong{color:var(--red)}.matchup-advance strong{font-size:24px}.matchup-advance small{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:850}.matchup-advance b{color:var(--muted);text-align:center;font-size:11px}.matchup-bars{background:var(--line);border-radius:999px;height:9px;display:flex;overflow:hidden}.matchup-bars span{min-width:2px;display:block}.matchup-bars .selected{background:var(--green)}.matchup-bars .draw{background:var(--amber)}.matchup-bars .opponent{background:var(--red)}.matchup-breakdown{gap:7px;display:grid}.matchup-breakdown span{color:var(--muted);justify-content:space-between;gap:10px;font-size:11px;font-weight:800;display:flex}.matchup-breakdown b{color:var(--text)}.matchup-lab-body p{margin:0;font-style:italic}.path-note{color:var(--muted);text-align:center;margin:0;font-size:12px;font-style:italic;line-height:1.5}.group-matrix{border-top:1px solid var(--line);grid-column:2;padding:22px 24px 36px}.section-heading{justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;display:flex}.section-heading h2,.about-panel h2{margin:0;font-size:20px}.section-heading select{max-width:180px}.groups-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.group-card{border:1px solid var(--line);background:#ffffff94;border-radius:8px;min-width:0;overflow:hidden}.group-card h3{border-bottom:1px solid var(--line);text-align:center;margin:0;padding:11px 12px;font-size:13px}.group-head,.group-row{grid-template-columns:minmax(92px,1fr) repeat(4,42px);align-items:center;gap:6px;min-height:34px;padding:0 10px;font-size:11px;display:grid}.group-head{color:var(--muted);font-weight:850}.group-row{border-top:1px solid #d9d4c8b8}.group-row>span{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:6px;min-width:0;display:flex;overflow:hidden}.group-row .flag-swatch{width:20px;height:13px}.group-row b,.group-row strong{text-align:right}.group-row strong{color:var(--green)}.third-race-card{border:1px solid var(--line);background:#ffffff94;border-radius:8px;overflow:auto}.third-race-head,.third-race-row{grid-template-columns:48px minmax(160px,1fr) 72px repeat(3,92px);align-items:center;gap:10px;min-width:720px;padding:0 14px;display:grid}.third-race-head{min-height:38px;color:var(--muted);font-size:12px;font-weight:850}.third-race-row{width:100%;min-height:46px;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;border-top:1px solid #d9d4c8b8;font-size:13px;font-weight:800}.third-race-row:hover,.third-race-row:focus-visible{background:#e5f1e88c;outline:0}.third-race-row>span:first-child,.third-race-row b,.third-race-row strong,.third-race-head span:not(:nth-child(2)){text-align:right}.third-race-row>span:nth-child(2){text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:8px;min-width:0;display:flex;overflow:hidden}.third-race-row strong{color:var(--green)}.about-panel{border:1px solid var(--line);background:#ffffff85;border-radius:8px;grid-column:2;margin:0 24px 34px;padding:18px 20px}.about-panel p{max-width:900px;color:var(--muted);margin:8px 0 0;line-height:1.55}.source-list{flex-wrap:wrap;gap:9px;margin-top:14px;display:flex}.source-list a,.source-list span{border:1px solid var(--line);min-height:28px;color:var(--green);background:#ffffff9e;border-radius:8px;align-items:center;padding:0 10px;font-size:12px;font-weight:850;text-decoration:none;display:inline-flex}.source-list span{color:var(--muted)}@media (max-width:1180px){.topbar{grid-template-columns:220px 1fr auto}.workspace{grid-template-columns:250px minmax(0,1fr)}.path-panel{border-top:1px solid var(--line);border-left:0;grid-column:1/-1;min-height:0;max-height:none;position:static;overflow-y:visible}.path-list{grid-template-columns:repeat(5,minmax(0,1fr))}.path-list li{grid-template-columns:1fr}.path-list li:before,.path-dot{display:none}.groups-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.topbar{grid-template-columns:1fr auto;gap:10px;padding:12px 16px;position:static}.brand{padding-left:0;font-size:24px}.nav-links{grid-column:1/-1;justify-content:flex-start;gap:18px;padding-bottom:2px;overflow-x:auto}.nav-links a[aria-current=page]:after{bottom:-4px}.top-actions{padding-right:0}.settings-panel{right:0}.workspace{display:block}.control-rail,.path-panel{border-left:0;border-right:0;min-height:0;position:static}.scoreboard{padding:28px 16px}.scoreboard-header{display:grid}.scoreboard h1{font-size:32px}.selected-chip{width:100%}.selected-summary{grid-template-columns:1fr}.selected-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contender-chart-heading{gap:4px;display:grid}.contender-chart-heading span{text-align:left}.contender-chart-heading>span{justify-self:start}.contender-list{grid-template-columns:1fr}.contender-row{grid-template-columns:34px minmax(0,130px) minmax(82px,1fr) 52px 8px;gap:8px;padding-inline:8px}.field-bands-heading{gap:4px;display:grid}.field-bands-heading span{text-align:left}.field-bands-heading>span{justify-self:start}.field-band-row{grid-template-columns:minmax(78px,.75fr) minmax(86px,1fr) 52px;gap:8px}.model-factor-heading{gap:4px;display:grid}.model-factor-list{grid-template-columns:1fr}.player-profiles-heading{gap:6px;display:grid}.featured-player-grid,.player-position-groups,.team-player-grid,.team-player-hero,.single-player-layout{grid-template-columns:1fr}.team-player-coverage{justify-items:start}.single-player-media>img,.single-player-media>span{width:170px;height:170px}.table-shell{max-height:none}.path-list,.groups-grid{grid-template-columns:1fr}.group-matrix{padding:22px 16px 30px}.section-heading{flex-direction:column;align-items:stretch}.section-heading select{max-width:none}.about-panel{margin:0 16px 28px}}@media (prefers-reduced-motion:no-preference){.run-button,.top-actions button,.contender-row,.probability-table tbody tr,.segments button{transition:background .16s,color .16s,box-shadow .16s,transform .16s}.run-button:hover{transform:translateY(-1px)}}:root{--background:#f7f9fb;--surface:#fff;--surface-strong:#fff;--surface-muted:#f2f5f7;--text:#101820;--muted:#66707c;--line:#d9e1e7;--line-strong:#b8c4cf;--green:#006b4f;--green-strong:#004c3a;--green-soft:#e7f4ef;--red:#c9182b;--amber:#c78517;--shadow:0 22px 50px #10182014;--shadow-soft:0 10px 28px #1018200d;--terminal-panel:#fbfcfd;--terminal-line:#e7edf2}body{background:linear-gradient(180deg, #fffffff0, #f7f9fbfa 260px), var(--background);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.topbar,.profile-topbar{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff0;min-height:64px;box-shadow:0 1px #10182005}.brand,.profile-brand{color:var(--text);font-size:30px;font-weight:850}.brand-mark{width:32px;height:32px;color:var(--green)}.brand-mark svg{width:30px;height:30px}.profile-topbar{z-index:10;grid-template-columns:320px minmax(0,1fr);align-items:center;padding:0 32px;display:grid;position:sticky;top:0}.profile-brand{align-items:center;gap:12px;text-decoration:none;display:inline-flex}.profile-brand-mark{background:linear-gradient(var(--green), var(--green)) 0 0 / 6px 6px, linear-gradient(var(--green), var(--green)) 9px 0 / 6px 6px, linear-gradient(var(--green), var(--green)) 18px 0 / 6px 6px, linear-gradient(var(--green), var(--green)) 0 9px / 6px 6px, linear-gradient(var(--green), var(--green)) 9px 9px / 6px 6px, linear-gradient(var(--green), var(--green)) 18px 9px / 6px 6px, linear-gradient(var(--green), var(--green)) 0 18px / 6px 6px, linear-gradient(var(--green), var(--green)) 9px 18px / 6px 6px, linear-gradient(var(--green), var(--green)) 18px 18px / 6px 6px;background-repeat:no-repeat;border-radius:4px;width:24px;height:24px}.profile-topbar nav{justify-content:center;gap:34px;display:flex}.profile-topbar nav a,.nav-links a{color:#26313c;font-size:14px;font-weight:720;text-decoration:none}.profile-topbar nav a:hover,.profile-topbar nav a:focus-visible,.nav-links a:hover,.nav-links a:focus-visible{color:var(--green);outline:0}.nav-links a[aria-current=page]:after{background:var(--green);bottom:-18px}.top-actions{align-items:center;gap:12px}.model-status{color:#26313c;white-space:nowrap;border:1px solid #0000;align-items:center;gap:8px;min-height:32px;font-size:13px;font-weight:760;display:inline-flex}.model-status span{background:var(--green);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #006b4f1c}.top-actions button{color:#26313c;border:1px solid #0000;border-radius:8px;width:36px;min-width:36px;height:36px}.top-actions button:hover,.top-actions button:focus-visible{border-color:var(--line);background:var(--surface-muted)}.top-actions button.active{background:var(--green);color:#fff}.settings-panel{border-color:var(--line);box-shadow:var(--shadow);background:#fffffffa}.workspace{background:var(--background);grid-template-columns:300px minmax(680px,1fr) 360px}.control-rail,.path-panel{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffc2;top:64px}.control-rail{border-right:1px solid var(--line);box-shadow:inset -1px 0 #ffffffbf}.path-panel{border-left:1px solid var(--line);max-height:calc(100vh - 64px)}.field-label,.path-title span,.team-player-card span,.team-player-kicker{color:#23313d;letter-spacing:.02em;text-transform:uppercase;font-size:11px;font-weight:850}select,input[type=search]{border-color:var(--line);height:42px;color:var(--text);background:#fff;border-radius:8px;font-size:13px;font-weight:650;box-shadow:0 1px #10182008}.segments{border-color:var(--line);box-shadow:var(--shadow-soft);background:#fff}.segments button{border-color:var(--line);height:40px;font-size:13px;font-weight:800}.segments button.active{background:var(--green);color:#fff}.preset-grid{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:1fr;gap:0;display:grid;overflow:hidden}.preset-grid button{border:0;border-bottom:1px solid var(--line);text-align:left;background:0 0;border-radius:0;justify-content:space-between;min-height:38px}.preset-grid button:last-child{border-bottom:0}.slider-field strong{font-size:13px;font-weight:850}.run-button{background:linear-gradient(180deg, #007f5f, var(--green-strong));border-radius:8px;height:48px;box-shadow:0 16px 28px #004c3a38}.model-note{color:var(--muted);font-style:normal}.scoreboard{padding:38px 28px 34px}.scoreboard-header{align-items:center;padding:0 0 22px}.scoreboard h1{max-width:900px;font-size:clamp(34px,3.1vw,48px);font-weight:850;line-height:1.02}.scoreboard-header p{color:var(--muted);font-size:15px;font-weight:500}.data-scope-badges span,.player-module-link,.player-squad-heading span,.team-player-coverage b,.source-list a,.source-list span{border-color:var(--line);color:var(--green-strong);background:#fff;box-shadow:0 1px #10182008}.selected-summary,.model-factor-breakdown,.player-profiles,.contender-chart,.field-bands,.team-player-hero,.single-player-layout,.team-player-sources,.about-panel{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#ffffffeb;border-radius:8px}.selected-summary,.model-factor-breakdown,.player-profiles{margin:16px 0;padding:16px}.selected-summary{grid-template-columns:minmax(220px,.62fr) minmax(0,1fr)}.selected-summary-team,.selected-summary-card,.model-factor-row,.featured-player-card,.player-position-group,.contender-chart,.field-bands,.group-card,.third-race-card{border-color:var(--line);background:var(--terminal-panel);box-shadow:none}.selected-summary-team{background:linear-gradient(90deg,#006b4f14,#fff)}.selected-summary-team strong,.selected-summary-card strong,.contender-row strong,.field-band-row strong,.stage-funnel-row strong,.group-outlook-row>strong,.scenario-impact-topline span.positive,.matchup-advance>span:first-child strong{color:var(--green-strong)}.model-factor-bars .current,.scenario-impact-bars .current,.stage-funnel-meter span,.group-outlook-meter span,.field-band-meter span,.contender-meter span{background:linear-gradient(90deg, var(--green) 0 72%, var(--red) 72% 100%)}.featured-player-grid{gap:12px}.player-avatar-link,.team-player-card-media,.single-player-media>img,.single-player-media>span{border-color:var(--line);border-radius:8px;box-shadow:0 12px 26px #10182014}.featured-player-card em,.player-social-links a,.team-player-card-links a,.team-player-card-links span,.single-player-link-stack a,.single-player-socials a{border-color:var(--line);color:var(--green-strong);background:#fff;border-radius:8px}.player-profile-sources{border-top:1px solid var(--terminal-line);padding-top:4px}.table-shell{border-color:var(--line);box-shadow:var(--shadow-soft);background:#fff;border-radius:8px}.probability-table{border-collapse:separate;border-spacing:0}.probability-table th,.probability-table td{border-bottom:1px solid var(--terminal-line);color:#24313d}.probability-table thead th{color:#526170;text-transform:uppercase;background:#f8fafc;font-size:11px}.probability-table tbody tr{background:#fff}.path-title strong{font-size:20px;font-weight:850}.path-list{gap:14px}.path-dot{border-color:var(--line-strong);background:#fff}.path-list li.completed .path-dot{border-color:var(--green);background:var(--green)}.path-card,.group-outlook-row{border-color:var(--line);background:#fff;border-radius:8px;box-shadow:0 1px #10182008}.champion-callout{border-top-color:var(--line)}.champion-icon{background:var(--green)}.champion-callout strong{color:var(--green)}.scenario-impact,.matchup-lab,.stage-funnel,.group-outlook{border-top-color:var(--line)}.section-heading h2,.about-panel h2{font-size:22px;font-weight:850}.groups-grid{gap:14px}.group-card h3{color:var(--text);letter-spacing:.02em;text-transform:uppercase;background:#f8fafc;font-size:12px}.about-panel{margin:0 28px 38px}.source-list{gap:8px}.player-page-back{color:var(--muted)}.team-player-hero{grid-template-columns:minmax(0,1fr) 260px;align-items:center;padding:30px}.team-player-hero h1,.single-player-body h1{color:var(--text);letter-spacing:0;font-weight:850}.team-player-hero h1{font-size:clamp(36px,4vw,64px)}.team-player-coverage{border-left:1px solid var(--line);align-content:center;justify-items:stretch;min-height:160px;padding-left:24px}.team-player-coverage strong{color:var(--green-strong);font-size:58px}.team-player-grid{gap:12px}.team-player-card{border-color:var(--line);min-height:124px;box-shadow:var(--shadow-soft);background:#fff;grid-template-columns:80px minmax(0,1fr);align-items:center;gap:14px}.team-player-card:hover{border-color:#006b4f5c;transform:translateY(-1px)}.team-player-card-media{width:80px;height:80px}.team-player-card-links{grid-column:2;margin-top:2px}.single-player-media{border-right:1px solid var(--line);padding-right:28px}.single-player-body{gap:18px;padding-top:6px}.single-player-body h1{font-size:clamp(48px,6vw,86px)}.single-player-club{border:1px solid var(--line);background:var(--terminal-panel);min-height:34px;color:var(--text);border-radius:8px;justify-self:start;align-items:center;padding:0 12px;font-weight:800;display:inline-flex}.single-player-intro{border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:10px;max-width:760px;padding:20px 0;display:grid}.single-player-socials{gap:12px}.single-player-socials>div{grid-template-columns:repeat(2,minmax(0,1fr))}.single-player-socials a,.single-player-link-stack a{justify-content:space-between;min-height:44px;padding:0 14px}.team-player-sources h2{border-bottom:1px solid var(--line);background:#f8fafc;margin:0;padding:16px 20px}.team-player-sources>div{gap:0;display:grid}.team-player-sources a{border-bottom:1px solid var(--terminal-line);padding:14px 20px}.team-player-sources a:last-child{border-bottom:0}@media (max-width:1180px){.topbar{grid-template-columns:240px minmax(0,1fr) auto}.workspace{grid-template-columns:280px minmax(0,1fr)}.path-panel{max-height:none}}@media (max-width:820px){.topbar,.profile-topbar{min-height:0}.topbar{grid-template-columns:1fr auto;padding:14px 16px}.profile-topbar{grid-template-columns:1fr;gap:14px;padding:16px;position:static}.brand,.profile-brand{font-size:22px}.model-status{display:none}.profile-topbar nav{justify-content:flex-start;gap:20px;overflow-x:auto}.workspace{background:var(--background)}.control-rail,.path-panel{background:#fff}.scoreboard{padding:24px 16px}.scoreboard h1{font-size:34px}.selected-summary,.model-factor-breakdown,.player-profiles{margin:14px 0;padding:14px}.selected-summary,.team-player-hero,.single-player-layout{grid-template-columns:1fr}.team-player-coverage,.single-player-media{border-left:0;border-right:0;border-top:1px solid var(--line);padding:18px 0 0}.player-page-shell{width:min(100% - 28px,1320px);padding-top:22px}.team-player-hero{padding:22px}.team-player-hero h1,.single-player-body h1{font-size:38px;line-height:1.02}.team-player-card{grid-template-columns:72px minmax(0,1fr);min-height:112px}.team-player-card-media{width:72px;height:72px}.single-player-layout{gap:22px;padding:22px}.single-player-media>img,.single-player-media>span{width:180px;height:180px}.single-player-socials>div{grid-template-columns:1fr}.about-panel{margin:0 16px 28px}}:root{--background:#030b12;--surface:#091c26bd;--surface-strong:#0f2c39e0;--surface-muted:#0e263294;--text:#f4fbff;--muted:#90a8b7;--line:#8fd3e233;--line-strong:#a3f4e36b;--green:#37e6aa;--green-strong:#6affca;--green-soft:#37e6aa24;--red:#ff4c66;--amber:#ffc857;--cyan:#69d7ff;--glass-bg:#081c26a8;--glass-bg-strong:#0a2634d1;--glass-edge:#bbf4ff3d;--glass-highlight:#ffffff1a;--glass-shadow:0 28px 72px #0006;--shadow:var(--glass-shadow);--shadow-soft:0 18px 44px #00000047;--terminal-panel:#071823b8;--terminal-line:#9cd6e029}html{background:#030b12}body{color:var(--text);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:linear-gradient(#ffffff07 1px,#0000 1px) 0 0/42px 42px,linear-gradient(90deg,#ffffff06 1px,#0000 1px) 0 0/42px 42px,radial-gradient(at 42% -8%,#52d8ff2e,#0000 42%),linear-gradient(135deg,#02070d 0%,#061522 42%,#03131a 100%);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}body:before{z-index:-1;pointer-events:none;content:"";background:linear-gradient(#ffffff0f,#0000 18%),linear-gradient(90deg,#3ee2bc14,#0000 30%,#69d7ff14);position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000 0%,#000000e6 62%,#0000 100%);mask-image:linear-gradient(#000 0%,#000000e6 62%,#0000 100%)}.cuplab{background:0 0}.topbar,.profile-topbar{-webkit-backdrop-filter:blur(24px)saturate(140%);backdrop-filter:blur(24px)saturate(140%);background:#030c12b8;border-bottom:1px solid #aeebf82e;box-shadow:inset 0 1px #ffffff14,0 16px 44px #00000038}.topbar{grid-template-columns:300px minmax(0,1fr) 300px}.brand,.profile-brand{color:var(--text);text-shadow:0 0 24px #69d7ff38}.brand-mark,.profile-brand-mark{color:var(--green);filter:drop-shadow(0 0 12px #37e6aa73)}.profile-brand-mark{background:linear-gradient(var(--green), var(--green)) 0 0 / 6px 6px, linear-gradient(var(--green), var(--green)) 9px 0 / 6px 6px, linear-gradient(var(--green), var(--green)) 18px 0 / 6px 6px, linear-gradient(var(--green), var(--green)) 0 9px / 6px 6px, linear-gradient(var(--green), var(--green)) 9px 9px / 6px 6px, linear-gradient(var(--green), var(--green)) 18px 9px / 6px 6px, linear-gradient(var(--green), var(--green)) 0 18px / 6px 6px, linear-gradient(var(--green), var(--green)) 9px 18px / 6px 6px, linear-gradient(var(--green), var(--green)) 18px 18px / 6px 6px;background-repeat:no-repeat}.nav-links a,.profile-topbar nav a{color:#d6e6ef;font-size:13px;font-weight:760}.nav-links a:hover,.nav-links a:focus-visible,.profile-topbar nav a:hover,.profile-topbar nav a:focus-visible{color:var(--green-strong)}.nav-links a[aria-current=page]:after{background:linear-gradient(90deg, transparent, var(--green), transparent);box-shadow:0 0 18px #37e6aab3}.model-status{color:#d9f2ef;background:#0b232f94;border:1px solid #9feadf33;border-radius:8px;padding:0 11px;box-shadow:inset 0 1px #ffffff14}.model-status span{background:var(--green);box-shadow:0 0 0 4px #37e6aa1a,0 0 16px #37e6aad9}.top-actions button{color:#d9eaf2;border:1px solid #0000}.top-actions button:hover,.top-actions button:focus-visible,.top-actions button.active{color:var(--green-strong);background:#113a48ad;border-color:#9feadf47;box-shadow:inset 0 1px #ffffff1a}.settings-panel,.selected-summary,.model-factor-breakdown,.player-profiles,.contender-chart,.field-bands,.team-player-hero,.single-player-layout,.team-player-sources,.about-panel,.table-shell,.group-card,.third-race-card,.path-card,.champion-callout,.matchup-card,.player-position-group,.featured-player-card,.team-player-card{border:1px solid var(--glass-edge);background:linear-gradient(180deg, #ffffff17, #ffffff06), var(--glass-bg);box-shadow:inset 0 1px 0 var(--glass-highlight), inset 0 -1px 0 #00000038, var(--shadow-soft);-webkit-backdrop-filter:blur(22px)saturate(145%);backdrop-filter:blur(22px)saturate(145%);border-radius:8px}.workspace{background:0 0;grid-template-columns:312px minmax(690px,1fr) 372px;gap:0}.control-rail,.path-panel{-webkit-backdrop-filter:blur(24px)saturate(140%);backdrop-filter:blur(24px)saturate(140%);background:linear-gradient(#ffffff0e,#ffffff05),#04121bbd;border-color:#9cd6e029;top:64px;box-shadow:inset 0 1px #ffffff14,0 22px 54px #00000042}.control-rail{border-right:1px solid #9cd6e029;padding:24px 20px}.path-panel{border-left:1px solid #9cd6e029;max-height:calc(100vh - 64px);padding:26px 20px}.rail-section{margin-bottom:22px}.field-label,.path-title span,.team-player-kicker,.team-player-card span,.probability-table thead th,.group-head,.third-race-head,.contender-chart-heading>span,.field-bands-heading>span{color:#9cb8c7;letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:850}select,input[type=search]{color:#f5fbff;background:#05141fbd;border:1px solid #9feadf38;border-radius:8px;height:42px;font-size:13px;font-weight:680;box-shadow:inset 0 1px #ffffff12,0 10px 24px #0000002e}select:focus,input[type=search]:focus{border-color:#5df5c7b3;outline:3px solid #37e6aa29}input::placeholder{color:#7894a3}.segments{background:#05141fc2;border:1px solid #9feadf38;box-shadow:inset 0 1px #ffffff14}.segments button{color:#cde0e8;border-color:#9feadf29;height:40px;font-size:13px;font-weight:820}.segments button.active{color:#001b16;background:linear-gradient(#37e6aae6,#0e9774eb);box-shadow:inset 0 1px #ffffff52,0 0 22px #37e6aa38}.preset-grid{background:#05141fa8;border:1px solid #9feadf33;border-radius:8px;overflow:hidden}.preset-grid button{color:#d9eaf2;border-bottom:1px solid #9feadf24;min-height:39px}.preset-grid button.active{box-shadow:inset 3px 0 0 var(--green);color:var(--green-strong);background:linear-gradient(90deg,#37e6aa42,#37e6aa0a),#0b3330bd}.slider-field strong,.range-labels,.model-note,.settings-summary dt,.settings-factors>strong{color:#b6cad4}.slider-field input{accent-color:var(--green)}.run-button{color:#001812;background:linear-gradient(#4effbef0,#078967f5),#0b8b69;border:1px solid #85ffda85;border-radius:8px;height:50px;font-weight:900;box-shadow:inset 0 1px #ffffff6b,0 18px 36px #16e8aa38,0 0 32px #37e6aa2e}.run-button:hover,.run-button:focus-visible{box-shadow:inset 0 1px #ffffff80,0 22px 42px #16e8aa4d,0 0 42px #37e6aa3d}.scoreboard{min-width:0;padding:28px 22px 34px}.scoreboard-header{border:1px solid var(--glass-edge);box-shadow:inset 0 1px 0 #ffffff1f, var(--shadow-soft);-webkit-backdrop-filter:blur(24px)saturate(145%);backdrop-filter:blur(24px)saturate(145%);background:linear-gradient(125deg,#ffffff1a,#69d7ff0b 42%,#37e6aa0d),#091f2ba8;border-radius:8px;margin-bottom:14px;padding:28px 30px;position:relative}.scoreboard-header:after{content:"";background:linear-gradient(90deg,#0000,#69d7ff6b,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.scoreboard h1{color:#f8fcff;text-shadow:0 0 30px #69d7ff2e;max-width:780px;font-size:clamp(28px,2.5vw,38px);font-weight:870;line-height:1.05}.scoreboard-header p{color:#a9bec9;max-width:760px;font-size:14px;line-height:1.5}.data-scope-badges span,.player-module-link,.source-list a,.source-list span{color:#adffe2;background:#09272ead;border:1px solid #9feadf38;box-shadow:inset 0 1px #ffffff14}.selected-summary{background:linear-gradient(100deg, #37e6aa1a, #69d7ff0a 48%, #ffffff0a), var(--glass-bg-strong);grid-template-columns:minmax(260px,.72fr) minmax(0,1fr);gap:0;margin:14px 0;padding:0;overflow:hidden}.selected-summary-team{box-shadow:none;background:0 0;border:0;border-right:1px solid #9feadf33;border-radius:0;padding:26px}.selected-summary-team .flag-swatch{border-radius:4px;width:58px;height:38px;box-shadow:0 12px 28px #00000042}.selected-summary-team span,.selected-summary-card span,.selected-summary-card small{color:#93aeba}.selected-summary-team strong{color:var(--text);font-size:32px;line-height:1}.selected-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.selected-summary-card{min-width:0;min-height:108px;box-shadow:none;background:0 0;border-top:0;border-bottom:1px solid #9feadf24;border-left:0;border-right:1px solid #9feadf2e;border-radius:0;padding:20px 18px}.selected-summary-card:last-child,.selected-summary-card:nth-child(3n){border-right:0}.selected-summary-card strong{color:var(--green-strong);text-shadow:0 0 26px #37e6aa47;white-space:nowrap;font-size:clamp(25px,1.9vw,34px);line-height:1.02;display:block}.model-factor-breakdown,.player-profiles,.contender-chart,.field-bands{margin:14px 0;padding:16px}.model-factor-heading strong,.player-profiles-heading strong,.contender-chart-heading strong,.field-bands-heading strong,.stage-funnel-heading strong,.group-outlook-heading strong,.scenario-impact-heading strong,.matchup-title strong,.section-heading h2,.about-panel h2,.path-title strong,.team-player-hero h1,.single-player-body h1,.team-player-sources h2,.single-player-socials strong{color:#f4fbff}.model-factor-heading span,.player-profiles-heading span,.contender-chart-heading span,.field-bands-heading span,.stage-funnel-heading span,.group-outlook-heading span,.scenario-impact-heading span,.matchup-title span,.about-panel p,.player-page-back,.team-player-hero p,.single-player-intro,.single-player-intro-pending{color:var(--muted)}.model-factor-list{gap:12px}.model-factor-row,.contender-row,.field-band-row,.group-outlook-row,.scenario-impact-row,.matchup-card,.path-card{background:#03121b6b;border:1px solid #9feadf29;box-shadow:inset 0 1px #ffffff0d}.model-factor-topline span.positive,.scenario-impact-topline span.positive,.selected-summary-card strong,.contender-row strong,.field-band-row strong,.stage-funnel-row strong,.group-outlook-row>strong,.probability-table td strong,.champion-callout strong,.team-player-coverage strong{color:var(--green-strong)}.model-factor-topline span.negative,.scenario-impact-topline span.negative{color:var(--red)}.model-factor-bars,.scenario-impact-bars,.stage-funnel-meter,.group-outlook-meter,.field-band-meter,.contender-meter{background:#9ac5d329}.model-factor-bars .baseline,.scenario-impact-bars .baseline{background:#96b9c685}.model-factor-bars .current,.scenario-impact-bars .current,.stage-funnel-meter span,.group-outlook-meter span,.field-band-meter span,.contender-meter span{background:linear-gradient(90deg, var(--green) 0 76%, var(--red) 76% 100%);box-shadow:0 0 18px #37e6aa38}.featured-player-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.featured-player-card{min-height:182px;padding:14px}.featured-player-card p{color:#bbccd5}.featured-player-card em,.featured-player-meta,.player-position-group small em,.team-player-card p{color:#90a8b7}.player-avatar-link,.team-player-card-media,.single-player-media>img,.single-player-media>span{background:#05141fb3;border:1px solid #b7ebf638;border-radius:8px;overflow:hidden;box-shadow:0 18px 34px #00000057,inset 0 1px #ffffff14}.player-detail-link,.player-social-links a,.team-player-card-links a,.team-player-card-links span,.single-player-link-stack a,.single-player-socials a{color:#adffe2;background:#07242bb8;border:1px solid #9feadf38;border-radius:8px;box-shadow:inset 0 1px #ffffff12}.team-player-card-links em,.single-player-link-stack em,.single-player-socials em,.single-player-intro-pending{color:#8fa7b4;background:#86a0ac21}.player-profile-sources{border-top:1px solid #9feadf29}.table-shell{background:#03121b9e;overflow:auto}.probability-table th,.probability-table td{color:#dcecf2;border-bottom:1px solid #9feadf21}.probability-table thead th{color:#94acb9;background:#061824db}.probability-table tbody tr,.probability-table tbody tr.selected,.probability-table tbody tr:hover{background:0 0}.probability-table tbody tr.selected{box-shadow:inset 3px 0 0 var(--green);background:linear-gradient(90deg,#37e6aa26,#37e6aa06 50%)}.probability-table tbody tr:hover{background:#69d7ff0f}.probability-table th button,.probability-table th button small,.probability-table td small,.elo-cell+small{color:#8fa7b4}.probability-table th button{font-weight:850}.path-list:before{background:linear-gradient(180deg, var(--green), #69d7ff59, #96b9c633);box-shadow:0 0 18px #37e6aa47}.path-dot{background:#03121bf5;border-color:#9feadf6b;box-shadow:0 0 0 4px #03121bc7}.path-list li.completed .path-dot{border-color:var(--green);background:var(--green);box-shadow:0 0 0 4px #03121bc7,0 0 22px #37e6aa94}.path-card b{color:#f2fbff;font-size:30px}.path-card strong,.path-card span,.path-facts small,.path-note,.stage-funnel-row span,.group-outlook-row span,.scenario-impact p,.matchup-card p{color:#a5bbc6}.champion-callout{background:#051b22a3;border-top:1px solid #9feadf29}.champion-icon{color:#001812;background:linear-gradient(#37e6aaf0,#078967f5);box-shadow:0 0 24px #37e6aa47}.stage-funnel,.group-outlook,.scenario-impact,.matchup-lab{border-top:1px solid #9feadf29}.group-matrix{padding:18px 22px 42px}.section-heading{border:1px solid var(--glass-edge);background:#081c2680;border-radius:8px;padding:16px;box-shadow:inset 0 1px #ffffff12}.group-card h3,.team-player-sources h2{color:var(--text);background:#05141f99;border-bottom:1px solid #9feadf29}.group-row,.third-race-row,.team-player-sources a{color:#d7e8ee;border-bottom:1px solid #9feadf1f}.group-row strong,.third-race-row strong{color:var(--green-strong)}.about-panel{margin:0 22px 42px;padding:22px}.player-page-shell{width:min(1340px,100% - 48px);padding:28px 0 60px}.player-page-back a{color:#ccecf0}.team-player-hero{grid-template-columns:minmax(0,1fr) 260px;padding:28px;overflow:hidden}.team-player-hero h1{max-width:820px;font-size:clamp(34px,4vw,58px);line-height:1.02}.team-player-kicker{color:var(--green-strong)}.team-player-coverage{border-left:1px solid #9feadf2e}.team-player-coverage b{color:#adffe2;background:#05141f85;border-color:#9feadf29}.team-player-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.team-player-card{grid-template-columns:82px minmax(0,1fr);min-height:122px}.team-player-card:hover{border-color:#37e6aa85;box-shadow:inset 0 1px #ffffff1a,0 22px 52px #00000061,0 0 28px #37e6aa1a}.team-player-card h2 a{color:#f4fbff}.team-player-card h2 a:hover,.team-player-card h2 a:focus-visible{color:var(--green-strong)}.single-player-layout{grid-template-columns:340px minmax(0,1fr);gap:32px;padding:28px}.single-player-media{border-right:1px solid #9feadf2e}.single-player-media>img,.single-player-media>span{width:260px;height:260px}.single-player-body h1{color:var(--text);text-shadow:0 0 30px #69d7ff1f;font-size:clamp(48px,6vw,84px)}.single-player-club{color:#dff9f4;background:#05141fa3;border:1px solid #9feadf33}.single-player-intro{border-top:1px solid #9feadf29;border-bottom:1px solid #9feadf29}.team-player-sources{padding:0;overflow:hidden}.team-player-sources a{color:#bfffe8;text-decoration:none}.mobile-tabbar{display:none}@media (max-width:1180px){.workspace{grid-template-columns:292px minmax(0,1fr)}.path-panel{border-top:1px solid #9cd6e029;border-left:0;grid-column:1/-1;max-height:none}}@media (max-width:820px){body{padding-bottom:78px}.topbar{grid-template-columns:1fr auto;padding:12px 14px;position:sticky;top:0}.profile-topbar{grid-template-columns:1fr;gap:12px;padding:14px;position:sticky;top:0}.brand,.profile-brand{font-size:21px}.nav-links,.top-actions button:not(.active),.model-status{display:none}.workspace{flex-direction:column;display:flex}.scoreboard{order:1;width:100%;min-width:0;max-width:100%;padding:14px 14px 18px;overflow:hidden}.scoreboard>*,.selected-summary,.model-factor-breakdown,.player-profiles,.contender-chart,.field-bands,.table-shell{min-width:0;max-width:100%}.control-rail{border:1px solid var(--glass-edge);border-radius:8px;order:2;margin:0 14px 14px;position:static}.path-panel{border:1px solid var(--glass-edge);border-radius:8px;order:3;margin:0 14px 14px;position:static}.group-matrix{order:4;padding:0 14px 18px}.about-panel{order:5;margin:0 14px 20px}.scoreboard-header{margin-bottom:12px;padding:18px}.scoreboard h1{font-size:25px}.scoreboard-header p{font-size:13px}.data-scope-badges{gap:6px}.selected-summary{grid-template-columns:1fr}.selected-summary-team{border-bottom:1px solid #9feadf2e;border-right:0;padding:18px}.selected-summary-team strong{font-size:28px}.selected-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.selected-summary-card{border-bottom:1px solid #9feadf26;border-right:1px solid #9feadf26;min-height:104px;padding:16px 12px}.selected-summary-card strong{font-size:25px}.model-factor-breakdown,.player-profiles,.contender-chart,.field-bands{padding:13px}.featured-player-grid,.model-factor-list,.team-player-grid,.groups-grid,.player-position-groups{grid-template-columns:1fr}.table-shell{width:100%;max-height:540px;overflow-x:auto}.probability-table{min-width:720px}.path-list{grid-template-columns:1fr}.player-page-shell{width:min(100% - 24px,1340px);padding:16px 0 84px}.team-player-hero,.single-player-layout{grid-template-columns:1fr;padding:18px}.team-player-hero h1,.single-player-body h1{font-size:32px}.team-player-coverage,.single-player-media{border-top:1px solid #9feadf2e;border-left:0;border-right:0;padding:18px 0 0}.single-player-media>img,.single-player-media>span{width:180px;height:180px}.single-player-socials>div{grid-template-columns:1fr}.profile-topbar nav{justify-content:flex-start;gap:20px;overflow-x:auto}.mobile-tabbar{z-index:30;-webkit-backdrop-filter:blur(24px)saturate(150%);backdrop-filter:blur(24px)saturate(150%);background:linear-gradient(#ffffff14,#ffffff06),#04131cdb;border:1px solid #9feadf38;border-radius:8px;grid-template-columns:repeat(4,1fr);min-height:58px;display:grid;position:fixed;bottom:12px;left:14px;right:14px;box-shadow:inset 0 1px #ffffff17,0 20px 48px #00000070}.mobile-tabbar a{color:#9db6c4;place-items:center;gap:3px;min-width:0;font-size:10px;font-weight:780;text-decoration:none;display:grid}.mobile-tabbar a:focus-visible,.mobile-tabbar a:hover{color:var(--green-strong);outline:0}.mobile-tabbar svg{width:20px;height:20px}.mobile-tabbar-symbol{color:currentColor;width:20px;height:20px;display:block}.mobile-tabbar-symbol-dashboard{background-color:#0000;background-image:linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor);background-position:3px 3px,12px 3px,3px 12px,12px 12px;background-repeat:no-repeat;background-size:5px 5px,5px 5px,5px 5px,5px 5px;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box}.mobile-tabbar-symbol-teams{background-color:#0000;background-image:radial-gradient(circle at 7px 7px,currentColor 0 3px,#0000 3.2px),radial-gradient(circle at 14px 8px,currentColor 0 2.6px,#0000 2.8px),linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor);background-position:0 0,0 0,4px 13px,11px 14px;background-repeat:no-repeat;background-size:auto,auto,8px 4px,7px 3px;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;border-radius:50%}.mobile-tabbar-symbol-bracket{background-color:#0000;background-image:linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor);background-position:2px 3px,12px 3px,2px 14px,12px 14px,8px 9px,11px 7px;background-repeat:no-repeat;background-size:6px 4px,6px 4px,6px 4px,6px 4px,5px 2px,2px 9px;background-attachment:scroll,scroll,scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box,border-box,border-box}.mobile-tabbar-symbol-more{background:radial-gradient(circle at 10px 5px,currentColor 0 2px,#0000 2.2px),radial-gradient(circle at 10px 10px,currentColor 0 2px,#0000 2.2px),radial-gradient(circle at 10px 15px,currentColor 0 2px,#0000 2.2px)}.mobile-tabbar a:first-child{color:var(--green-strong)}}.team-player-database{grid-template-columns:minmax(0,1fr) 360px;gap:16px;display:grid}.team-player-records,.team-player-detail-panel{border:1px solid var(--glass-edge);background:linear-gradient(180deg, #ffffff14, #ffffff06), var(--glass-bg);box-shadow:inset 0 1px 0 var(--glass-highlight), var(--shadow-soft);-webkit-backdrop-filter:blur(22px)saturate(145%);backdrop-filter:blur(22px)saturate(145%);border-radius:8px}.team-player-records{overflow:hidden}.team-player-record-head,.team-player-record{grid-template-columns:42px minmax(220px,1.35fr) 128px minmax(150px,1fr) 82px 92px;align-items:center;gap:12px;display:grid}.team-player-record-head{color:#91aeba;letter-spacing:.06em;text-transform:uppercase;background:#04141ea3;border-bottom:1px solid #9feadf29;min-height:44px;padding:0 16px;font-size:11px;font-weight:850}.team-player-record{color:#d7e8ee;border-bottom:1px solid #9feadf1c;min-height:72px;padding:10px 16px}.team-player-record:last-child{border-bottom:0}.team-player-record:hover{background:#37e6aa14}.team-player-record-index{color:#85a1ad;font-size:13px;font-weight:800}.team-player-record-player{min-width:0;color:var(--text);grid-template-columns:52px minmax(0,1fr);align-items:center;gap:12px;text-decoration:none;display:grid}.team-player-record-player .team-player-card-media{width:52px;height:52px}.team-player-record-player strong,.team-player-detail-top h2{color:var(--text)}.team-player-record-player strong,.team-player-record-player small{min-width:0;line-height:1.2;display:block}.team-player-record-player small,.team-player-record>span,.team-player-detail-top p{color:#93aeba;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:720;overflow:hidden}.team-player-record>span:nth-last-child(-n+2){color:#adffe2;text-transform:uppercase;background:#07242b9e;border:1px solid #9feadf2e;border-radius:8px;justify-content:center;align-items:center;min-height:28px;font-size:11px;font-weight:850;display:inline-flex}.team-player-detail-panel{align-self:start;gap:18px;padding:18px;display:grid;position:sticky;top:84px}.team-player-detail-top{gap:14px;display:grid}.team-player-detail-top>img,.team-player-detail-top>span{object-fit:cover;object-position:center top;border:1px solid #b7ebf638;border-radius:8px;width:180px;height:180px;box-shadow:0 20px 44px #0000005c}.team-player-detail-top>span{color:var(--green-strong);background:#05141fb3;place-items:center;font-size:42px;font-weight:900;display:grid}.team-player-detail-top span{color:var(--green-strong);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:850}.team-player-detail-top h2{margin:6px 0 4px;font-size:34px;line-height:1}.team-player-detail-top a,.team-player-detail-links a{color:#adffe2;background:#07242bb8;border:1px solid #9feadf38;border-radius:8px;align-items:center;min-height:36px;padding:0 12px;font-size:12px;font-weight:850;text-decoration:none;display:inline-flex}.team-player-detail-links{border-top:1px solid #9feadf24;gap:8px;padding-top:16px;display:grid}.team-player-detail-links em{color:#8fa7b4;background:#86a0ac21;border-radius:8px;align-items:center;min-height:34px;padding:0 12px;font-size:12px;font-style:normal;font-weight:800;display:inline-flex}@media (max-width:1180px){.team-player-database{grid-template-columns:1fr}.team-player-detail-panel{position:static}}@media (max-width:820px){.team-player-database{gap:12px}.team-player-records{overflow-x:auto}.team-player-record-head,.team-player-record{grid-template-columns:34px minmax(190px,1fr) 104px 132px 82px 92px;gap:10px;min-width:680px;padding-left:12px;padding-right:12px}.team-player-detail-panel{padding:16px}.team-player-detail-top{grid-template-columns:116px minmax(0,1fr);align-items:center}.team-player-detail-top>img,.team-player-detail-top>span{width:116px;height:116px}.team-player-detail-top h2{font-size:28px}}.match-center{gap:14px;margin:14px 0;scroll-margin-top:96px;display:grid}.advanced-model-controls{background:#07242b70;border:1px solid #9feadf2e;border-radius:8px;margin:0 0 18px}.advanced-model-controls summary{color:#adffe2;cursor:pointer;justify-content:space-between;align-items:center;min-height:42px;padding:0 12px;font-size:12px;font-weight:850;list-style:none;display:flex}.advanced-model-controls summary::-webkit-details-marker{display:none}.advanced-model-controls summary:after{content:"";border-bottom:2px solid;border-right:2px solid;width:8px;height:8px;transition:transform .16s;transform:rotate(45deg)}.advanced-model-controls[open] summary:after{transform:rotate(225deg)}.advanced-model-controls .rail-section{border-top:1px solid #9feadf24;margin:0;padding:14px 12px}.advanced-model-controls .slider-stack{border-top:1px solid #9feadf24;padding:14px 12px 12px}.match-center-header,.report-card,.match-tile,.bracket-lane,.fixture-row,.scorer-row,.snapshot-sources{border:1px solid var(--glass-edge);box-shadow:inset 0 1px 0 var(--glass-highlight), 0 18px 42px #00000038;-webkit-backdrop-filter:blur(22px)saturate(145%);backdrop-filter:blur(22px)saturate(145%);background:linear-gradient(#ffffff13,#ffffff06),#04141eb8;border-radius:8px}.match-center-header{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:18px;padding:22px;display:grid}.match-center-header span,.match-section-heading span,.report-card-meta>span,.match-tile-meta span,.snapshot-sources span{color:var(--green-strong);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:860}.match-center-header h2{max-width:780px;color:var(--text);margin:6px 0;font-size:clamp(24px,2vw,32px);line-height:1.05}.match-center-header p,.report-card p,.match-tile p,.bracket-lane p,.fixture-row p{color:#9fb5c0;margin:0;font-size:13px;line-height:1.45}.match-center-header time{color:#c6fff0;white-space:nowrap;background:#07242b9e;border:1px solid #9feadf38;border-radius:8px;align-items:center;min-height:36px;padding:0 12px;font-size:12px;font-weight:850;display:inline-flex}.match-center-header-actions{justify-items:end;gap:8px;display:grid}.match-center-header-actions a{color:#adffe2;background:#17ffb51a;border:1px solid #9feadf3d;border-radius:8px;align-items:center;min-height:34px;padding:0 12px;font-size:12px;font-weight:850;text-decoration:none;display:inline-flex}.match-center-grid{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:14px;display:grid}.report-stream,.score-wall,.bracket-board,.fixture-list,.scorer-table,.snapshot-sources{gap:12px;min-width:0;display:grid}.score-wall{grid-row:span 2}.fixture-list{grid-column:1/-1}.snapshot-sources{grid-column:1/-1;padding:16px}.match-section-heading{justify-content:space-between;align-items:end;gap:12px;display:flex}.match-section-heading strong{color:var(--text);font-size:18px;line-height:1.1}.report-list,.score-wall-grid,.bracket-lanes,.fixture-rows,.scorer-rows{gap:10px;display:grid}.report-card{gap:8px;padding:16px;display:grid}.report-card-meta,.match-flag-stack,.team-score-name,.fixture-team,.bracket-team,.scorer-player small{align-items:center;display:inline-flex}.report-card-meta{justify-content:space-between;gap:10px;min-width:0}.report-card h3{color:var(--text);margin:0;font-size:17px;line-height:1.2}.report-card a,.match-tile-foot a,.snapshot-sources a{color:#adffe2;font-size:12px;font-weight:850;text-decoration:none}.score-wall-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.match-tile{gap:12px;padding:14px;display:grid}.match-tile.upcoming{border-color:#69d7ff42}.match-tile-meta,.match-tile-foot{justify-content:space-between;align-items:center;gap:10px;display:flex}.match-tile-meta b,.match-tile-foot span{color:#91aeba;text-transform:uppercase;font-size:11px;font-weight:850}.match-scoreline{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:8px;display:grid}.match-scoreline>em,.bracket-lane em,.fixture-row em{color:#85a1ad;font-style:normal;font-weight:850}.team-score{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px;min-width:0;display:grid}.team-score-name{gap:8px;min-width:0}.team-score b,.team-score small{display:block}.team-score b{color:var(--text);font-size:15px}.team-score small{color:#8fa7b4;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:760;overflow:hidden}.team-score strong{color:var(--green-strong);font-size:25px;line-height:1}.match-flag-stack{flex-wrap:wrap;justify-content:flex-end;gap:4px}.match-team-flag{border:1px solid #ffffff47;border-radius:3px;flex:none;width:22px;height:15px;display:inline-block;box-shadow:inset 0 1px #fff3,0 4px 12px #0000003d}.bracket-lane{gap:10px;padding:14px;display:grid}.bracket-lane.confirmed{box-shadow:inset 3px 0 0 var(--green), inset 0 1px 0 var(--glass-highlight), 0 18px 42px #00000038;border-color:#37e6aa70}.bracket-lane>span{color:#91aeba;text-transform:uppercase;font-size:11px;font-weight:850}.bracket-lane>strong{color:var(--green-strong);font-size:13px}.bracket-lane-match{color:var(--text);grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:8px;display:grid}.bracket-team{gap:8px;min-width:0}.bracket-lane b{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.fixture-rows{grid-template-columns:repeat(3,minmax(0,1fr))}.fixture-row{grid-template-columns:76px minmax(0,1fr);gap:10px;padding:14px;display:grid}.fixture-date{align-content:start;gap:2px;display:grid}.fixture-date b{color:var(--green-strong);font-size:18px}.fixture-date small{color:#91aeba;font-size:11px;font-weight:800}.fixture-row strong{color:var(--text);flex-wrap:wrap;align-items:center;gap:4px 6px;font-size:14px;line-height:1.25;display:flex}.fixture-team{gap:6px;min-width:0}.fixture-row p{grid-column:2}.scorer-row{grid-template-columns:34px 44px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 14px;display:grid}.scorer-row.leader{border-color:#37e6aa5c}.scorer-rank{color:#91aeba;font-size:12px;font-weight:850}.scorer-avatar{background:#07242b94;border:1px solid #9feadf2e;border-radius:8px;width:44px;height:44px;display:block;overflow:hidden;box-shadow:inset 0 1px #ffffff24,0 10px 22px #0000003d}.scorer-avatar img{object-fit:cover;width:100%;height:100%}.scorer-player{gap:3px;min-width:0;display:grid}.scorer-row strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.scorer-row small{color:#91aeba;gap:6px;font-size:11px;font-weight:780}.scorer-row b{color:var(--green-strong);grid-column:4;font-size:24px}.snapshot-sources>div{flex-wrap:wrap;gap:8px;display:flex}.snapshot-sources a{background:#07242b94;border:1px solid #9feadf2e;border-radius:8px;align-items:center;min-height:34px;padding:0 12px;display:inline-flex}.search-intent-panel{border:1px solid var(--glass-edge);box-shadow:inset 0 1px 0 var(--glass-highlight), 0 18px 42px #0003;-webkit-backdrop-filter:blur(22px)saturate(145%);backdrop-filter:blur(22px)saturate(145%);background:linear-gradient(#ffffff13,#ffffff05),#04141ead;border-radius:8px;gap:14px;margin:14px 0;padding:18px;display:grid}.search-intent-heading{justify-content:space-between;gap:16px;display:flex}.search-intent-heading span,.search-intent-card span{color:var(--green-strong);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:860}.search-intent-heading h2{color:var(--text);margin:6px 0;font-size:24px;line-height:1.05}.search-intent-heading p,.search-intent-card p{color:#9fb5c0;margin:0;font-size:13px;line-height:1.45}.search-intent-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.search-intent-card{background:#07242b80;border:1px solid #9feadf29;border-radius:8px;gap:8px;min-height:150px;padding:14px;text-decoration:none;display:grid}.search-intent-card:hover,.search-intent-card:focus-visible{background:#0b3639ad;border-color:#37e6aa70}.search-intent-card strong{color:var(--text);font-size:17px;line-height:1.15}.search-intent-card small{color:#80a7b4;align-self:end;font-size:11px;font-weight:760;line-height:1.35}@media (max-width:1180px){.match-center-grid,.score-wall-grid,.fixture-rows,.search-intent-grid{grid-template-columns:1fr}.score-wall,.fixture-list,.snapshot-sources{grid-area:auto}}@media (max-width:820px){.match-center-header{grid-template-columns:1fr;padding:18px}.match-center-header h2{font-size:25px}.match-section-heading{flex-direction:column;align-items:start;gap:4px}.match-scoreline{grid-template-columns:1fr}.match-scoreline>em{display:none}.fixture-row{grid-template-columns:64px minmax(0,1fr)}.search-intent-panel{padding:16px}}.prediction-page{min-height:100vh;color:var(--text);background:radial-gradient(circle at 50% -20%,#1df1be29,#0000 36%),linear-gradient(#030c14fa,#031019f5)}.prediction-topbar .brand{padding-left:24px}.prediction-main{gap:16px;width:min(1160px,100vw - 32px);margin:0 auto;padding:28px 0 48px;display:grid}.prediction-hero,.featured-prediction,.prediction-card,.prediction-methodology{border:1px solid var(--glass-edge);box-shadow:inset 0 1px 0 var(--glass-highlight), 0 18px 42px #00000038;-webkit-backdrop-filter:blur(22px)saturate(145%);backdrop-filter:blur(22px)saturate(145%);background:linear-gradient(#ffffff13,#ffffff06),#04141eb8;border-radius:8px}.prediction-hero{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:end;gap:22px;padding:28px;display:grid}.prediction-hero h1,.featured-prediction h2,.prediction-section-heading h2,.prediction-methodology h2{color:var(--text);margin:0;line-height:1.05}.prediction-hero h1{max-width:720px;font-size:38px}.prediction-hero p,.featured-prediction p,.prediction-section-heading p,.prediction-card p,.prediction-methodology p{color:#9fb5c0;margin:8px 0 0;font-size:13px;line-height:1.5}.prediction-hero-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.prediction-metric{background:#07242b8a;border:1px solid #9feadf29;border-radius:8px;min-width:0;padding:12px}.prediction-metric span,.featured-prediction span,.prediction-card-top span,.prediction-meta span,.prediction-card-foot span{color:var(--green-strong);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:860}.prediction-metric strong{color:var(--text);margin-top:4px;font-size:22px;line-height:1;display:block}.featured-prediction{grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);align-items:center;gap:20px;padding:22px;display:grid}.featured-prediction h2{margin-top:8px;font-size:28px}.featured-score,.prediction-matchup{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:12px;display:grid}.featured-score>strong,.prediction-matchup>strong{color:var(--green-strong);white-space:nowrap;font-size:34px;line-height:1}.prediction-section-heading{justify-content:space-between;align-items:end;gap:16px;margin:8px 0 0;display:flex}.prediction-section-heading h2,.prediction-methodology h2{font-size:24px}.prediction-section-heading a,.prediction-card-foot a,.prediction-sources a{color:#adffe2;font-size:12px;font-weight:850;text-decoration:none}.prediction-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px;display:grid}.prediction-card{gap:14px;padding:16px;display:grid}.prediction-card.high{border-color:#37e6aa61}.prediction-card.balanced{border-color:#69d7ff4d}.prediction-card-top,.prediction-meta,.prediction-xg,.prediction-card-foot{justify-content:space-between;align-items:center;gap:10px;display:flex}.prediction-card-top b{color:#91aeba;text-transform:uppercase;font-size:11px;font-weight:850}.prediction-team{align-items:center;gap:8px;min-width:0;display:inline-flex}.prediction-team>span:last-child{min-width:0;display:grid}.prediction-team b,.prediction-team small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.prediction-team b{color:var(--text);font-size:16px}.prediction-team small{color:#8fa7b4;font-size:11px;font-weight:760}.prediction-flag{border:1px solid #ffffff47;border-radius:3px;flex:none;width:24px;height:16px;display:inline-block;box-shadow:inset 0 1px #fff3,0 4px 12px #0000003d}.prediction-probabilities{gap:8px;display:grid}.prediction-probability{grid-template-columns:82px minmax(0,1fr) 54px;align-items:center;gap:8px;display:grid}.prediction-probability span,.prediction-xg span{color:#91aeba;text-transform:uppercase;font-size:11px;font-weight:850}.prediction-probability div{background:#8fa7b42e;border-radius:999px;height:8px;overflow:hidden}.prediction-probability i{border-radius:inherit;height:100%;display:block}.prediction-probability.home i{background:var(--green)}.prediction-probability.draw i{background:#8fa7b4}.prediction-probability.away i{background:#37d6ff}.prediction-probability b,.prediction-xg b{color:var(--text);font-size:12px}.prediction-xg{background:#07242b6b;border:1px solid #9feadf1f;border-radius:8px;padding:10px}.prediction-methodology{grid-template-columns:minmax(0,1fr) minmax(320px,.85fr);gap:20px;padding:22px;display:grid}.prediction-sources{flex-wrap:wrap;align-content:start;gap:8px;display:flex}.prediction-sources a{background:#07242b94;border:1px solid #9feadf2e;border-radius:8px;align-items:center;min-height:34px;padding:0 12px;display:inline-flex}@media (max-width:980px){.prediction-hero,.featured-prediction,.prediction-methodology,.prediction-card-grid{grid-template-columns:1fr}.prediction-topbar{grid-template-columns:1fr;gap:10px;padding:12px 16px}.prediction-topbar .brand,.prediction-topbar .top-actions{justify-content:center;padding:0}}@media (max-width:560px){.prediction-main{width:min(100% - 20px,1160px);padding:16px 0 72px}.prediction-hero,.featured-prediction,.prediction-card,.prediction-methodology{padding:16px}.prediction-hero h1{font-size:30px}.prediction-hero-grid,.featured-score,.prediction-matchup{grid-template-columns:1fr}.featured-score>strong,.prediction-matchup>strong{font-size:30px}.prediction-section-heading{flex-direction:column;align-items:start}.prediction-probability{grid-template-columns:74px minmax(0,1fr) 48px}.match-center-header-actions{justify-items:start}}
