*{box-sizing:border-box}html,body,#app,#viewer{width:100%;height:100%;margin:0}#app{position:relative}body{overflow:hidden;background:#080c22;color:#f5f7f2;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,select,input{font:inherit}#fixture-browser{width:100%;height:100%;display:flex;flex-direction:column;background:#080c22;overflow:hidden}#fixture-browser.hidden{display:none}.browser-header{padding:20px 20px 0;flex-shrink:0}.browser-title{margin:0;font-size:22px;font-weight:800;line-height:1.2}.browser-subtitle{margin:4px 0 0;color:#98a8d6;font-size:13px;font-weight:700;letter-spacing:.02em}.browser-search{margin-top:14px}.browser-search input{width:100%;height:40px;padding:0 14px;border:1px solid rgb(255 255 255 / 15%);border-radius:8px;background:#1f2f6b99;color:#f5f7f2;font-size:14px;outline:none}.browser-search input:focus{border-color:#2f9bf57f}.browser-search input::placeholder{color:#fff6}.gameweek-nav{padding:14px 20px 0;flex-shrink:0}.gameweek-scroll{display:flex;gap:6px;overflow-x:auto;padding-bottom:10px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.gameweek-scroll::-webkit-scrollbar{display:none}.gw-btn{flex-shrink:0;width:40px;height:34px;display:flex;align-items:center;justify-content:center;border:1px solid rgb(255 255 255 / 15%);border-radius:6px;background:#1f2f6b7f;color:#bcc6e6;font-size:13px;font-weight:700;cursor:pointer;transition:background .12s,border-color .12s,color .12s}.gw-btn:hover{background:#294088b3;color:#f5f7f2}.gw-btn.active{background:#2f78e699;border-color:#2f9bf57f;color:#fff}.gw-btn.has-tracking{border-color:#2f9bf54d}.fixture-list{flex:1;overflow-y:auto;padding:14px 20px;-webkit-overflow-scrolling:touch}.fixture-card{position:relative;overflow:hidden;padding:12px 14px;border:1px solid rgb(255 255 255 / 10%);border-radius:8px;background:#1f2f6b66;margin-bottom:10px;transition:border-color .12s}.fixture-colour-strip{position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(to bottom,var(--home-kit, #4979ff) 0 50%,var(--away-kit, #4b8df7) 50% 100%)}.fixture-card.has-tracking{border-color:#2f9bf540}.fixture-card-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.fixture-teams{display:grid;gap:5px;font-size:15px;font-weight:700;line-height:1.3;min-width:0}.fixture-team{display:grid;grid-template-columns:12px minmax(0,1fr) auto;gap:8px;align-items:center;min-width:0}.fixture-team-swatch{width:12px;height:12px;border:1px solid rgb(255 255 255 / 28%);border-radius:50%;background:var(--home-kit, #4979ff);box-shadow:0 0 0 1px #00000047}.fixture-team-home.fixture-team-striped .fixture-team-swatch{background:repeating-linear-gradient(90deg,var(--home-kit, #4979ff) 0 3px,var(--home-kit-secondary, #ffffff) 3px 6px)}.fixture-team-away .fixture-team-swatch{background:var(--away-kit, #4b8df7)}.fixture-team-away.fixture-team-striped .fixture-team-swatch{background:repeating-linear-gradient(90deg,var(--away-kit, #4b8df7) 0 3px,var(--away-kit-secondary, #ffffff) 3px 6px)}.fixture-team-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fixture-team-abbrev{color:#9aa3c7;font-size:11px;font-weight:800;letter-spacing:.04em}.fixture-meta{display:flex;gap:10px;margin-top:4px;color:#9aa3c7;font-size:12px}.fixture-actions{display:flex;gap:6px;margin-top:10px;flex-wrap:wrap}.fixture-actions button{height:32px;padding:0 10px;font-size:12px;font-weight:600}.fixture-tabs{display:flex;gap:4px;margin-top:10px;padding-bottom:2px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.fixture-tabs::-webkit-scrollbar{display:none}.fixture-tab{flex-shrink:0;height:28px;padding:0 10px;border:1px solid rgb(255 255 255 / 14%);border-radius:14px;background:#ffffff0d;color:#f5f7f2b8;font-size:11px;font-weight:700;white-space:nowrap;cursor:pointer;transition:background .12s,border-color .12s,color .12s}.fixture-tab:hover{border-color:#ffffff47;background:#ffffff1a;color:#fff}.fixture-tab.active{border-color:#2f9bf58c;background:#2f9bf524;color:#a6c8ff}.fixture-tab-content{margin-top:8px;min-height:32px}.fixture-tab-empty{display:block;padding:6px 0;color:#f5f7f27a;font-size:12px;font-style:italic}.action-what-happens-next{width:100%;min-height:34px;padding:0 12px;border:1px solid rgb(47 155 245 / 48%);border-radius:8px;background:#2f9bf51f;color:#dbe8ff;font-size:12px;font-weight:900;cursor:pointer}.action-what-happens-next:hover{background:#2f9bf533}.fixture-clip-list{display:grid;gap:4px;max-height:180px;overflow-y:auto;-webkit-overflow-scrolling:touch}.fixture-clip-row{display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:8px;align-items:center;height:34px;padding:0 10px;border:1px solid rgb(255 255 255 / 12%);border-radius:8px;background:#ffffff0d;cursor:pointer;transition:background .1s,border-color .1s}.fixture-clip-row:hover{border-color:#ffffff47;background:#ffffff1f}.fixture-clip-goal{border-color:#f7d45c4d}.fixture-clip-goal:hover{border-color:#f7d45c99;background:#f7d45c1a}.fixture-clip-save{border-color:#42a5ff40}.fixture-clip-save:hover{border-color:#42a5ff8c;background:#42a5ff14}.fixture-commentary-list{display:grid;gap:8px;max-height:260px;overflow-y:auto;padding-right:2px;-webkit-overflow-scrolling:touch}.fixture-commentary-card{display:grid;width:100%;gap:4px;padding:10px 12px;border:1px solid rgb(255 255 255 / 12%);border-radius:8px;background:#ffffff0d;color:inherit;text-align:left}button.fixture-commentary-card{cursor:pointer;transition:background .1s,border-color .1s}button.fixture-commentary-card:hover{border-color:#2f9bf570;background:#2f9bf51a}.fixture-commentary-meta{color:#a6c8ff;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.fixture-commentary-text{margin:0;color:#f5f7f2e0;font-size:12px;line-height:1.4}.clip-minute{color:#f5f7f28f;font-size:11px;font-weight:900;font-variant-numeric:tabular-nums}.clip-player{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#f5f7f2;font-size:12px;font-weight:700}.clip-score{color:#f5f7f2ad;font-size:11px;font-weight:900;font-variant-numeric:tabular-nums}.clip-outcome{font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.clip-outcome-goal{color:#f7d45c}.clip-outcome-save{color:#7ab8ff}.fixture-actions .action-match{border-color:#2f9bf566;color:#a6c8ff}.fixture-actions .action-clip{border-color:#f7d45c4d;color:#f7d45c}.fixture-actions .action-highlights{border-color:#a082ff73;color:#c5b3ff;background:#7850ff1f}.fixture-actions .action-highlights:hover{background:#7850ff38}.fixture-actions .action-shotmap{border-color:#2f66ff85;color:#b9c9ff;background:#2f66ff24}.fixture-actions .action-shotmap:hover{background:#2f66ff3d}.fixture-card-unavailable .fixture-teams{color:#6f7aa0}.fixture-card-unavailable .fixture-meta{color:#505c84}.team-filter-heading{margin:0 0 12px;font-size:14px;font-weight:700;color:#98a8d6}.browser-footer{padding:10px 20px;flex-shrink:0;border-top:1px solid rgb(255 255 255 / 8%);display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.experimental-link{color:#4979ff;text-decoration:none;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:8px}.experimental-link:hover{color:#6ea0f0}.experimental-badge{background:#4979ff;color:#0b1130;font-size:10px;font-weight:800;letter-spacing:.06em;padding:2px 6px;border-radius:4px}.browser-stat{color:#7f8bb2;font-size:12px}#viewer.viewer-hidden{display:none}#viewer{position:relative}#scene{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;z-index:1}.shot-map-pip-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-position:center;background-size:cover;filter:saturate(.9) brightness(.72)}.shot-map-pip-backdrop[hidden],.shot-map-pip-back[hidden]{display:none}.shot-map-pip-back{position:absolute;right:16px;bottom:min(44vh,360px);z-index:8;height:36px;padding:0 14px;border-radius:8px;border:1px solid rgb(255 255 255 / 22%);background:#080c22c2;color:#f5f7f2;font-size:13px;font-weight:850;box-shadow:0 12px 30px #00000047}body.is-shot-map-pip #scene,body.is-shot-map-pip .clip-loading-overlay{inset:auto 16px 78px auto;width:min(520px,calc(100vw - 32px));height:min(292px,38vh);border:1px solid rgb(255 255 255 / 24%);border-radius:8px;box-shadow:0 18px 58px #0000007a;overflow:hidden}body.is-shot-map-pip #scene{z-index:6;background:#080c22}body.is-shot-map-pip .clip-loading-overlay{z-index:7}body.is-shot-map-pip #viewer-top-bar{background:linear-gradient(180deg,rgb(0 0 0 / 58%),transparent)}body.is-shot-map-pip #toolbar{display:none}body.is-shot-map-pip .shot-map-overlay{pointer-events:none}body.is-shot-map-pip .shot-map-panel{background:#080c22b3}body.is-shot-map-pip .shot-map-watch-clip{display:none}body.is-player-stats-pip #scene{z-index:6;transform-origin:0 0;transition:transform .42s cubic-bezier(.4,0,.2,1);border-radius:10px;box-shadow:0 18px 44px #0000008c;overflow:hidden;background:#070b20;cursor:grab;touch-action:none}#player-viz-bar{position:absolute;top:58px;left:50%;transform:translate(-50%) translateY(-8px);z-index:12;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;max-width:calc(100vw - 16px)}#player-viz-bar.show{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}#player-viz-bar .pvb-inner{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center;padding:6px 8px 6px 14px;border-radius:20px;background:#080c22d1;border:1px solid rgb(255 255 255 / 14%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 8px 24px #00000073;color:#fff;font:13px Inter,ui-sans-serif,system-ui,sans-serif}#player-viz-bar .pvb-label{font-weight:700;white-space:nowrap;max-width:34vw;overflow:hidden;text-overflow:ellipsis}#player-viz-bar .pvb-modes{display:flex;gap:4px}#player-viz-bar .pvb-btn{height:auto;padding:5px 12px;border-radius:9999px;cursor:pointer;background:#ffffff14;border:1px solid transparent;color:#ffffffc7;font-size:12px;font-weight:600}#player-viz-bar .pvb-btn:hover{background:#ffffff24;color:#fff}#player-viz-bar .pvb-btn.active{background:#4979ff;border-color:#4979ff;color:#fff}#player-viz-bar .pvb-clear{width:30px;height:30px;padding:0;border-radius:9999px;cursor:pointer;background:#ffffff14;border:none;color:#fff;font-size:15px;line-height:1;display:flex;align-items:center;justify-content:center}#player-viz-bar .pvb-clear:hover{background:#ff5a5a66}#player-viz-bar .pvb-divider{width:1px;align-self:stretch;margin:2px;background:#ffffff24;min-height:20px}#player-viz-bar .pvb-place{display:flex;gap:4px}#player-viz-bar .pvb-place-btn{height:auto;padding:5px 11px;border-radius:9999px;cursor:pointer;background:#ffffff14;border:1px solid transparent;color:#ffffffc7;font-size:12px;font-weight:600;white-space:nowrap}#player-viz-bar .pvb-place-btn:hover{background:#ffffff24;color:#fff}#player-viz-bar .pvb-place-btn.active{background:#ffffffeb;border-color:transparent;color:#0b1020}#player-viz-bar .pvb-stats{display:none;margin:6px auto 0;width:max-content;max-width:92vw;padding:5px 14px;border-radius:9999px;text-align:center;background:#080c22b8;border:1px solid rgb(255 255 255 / 12%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffe0;font:12px Inter,ui-sans-serif,system-ui,sans-serif;letter-spacing:.2px}#player-viz-bar.split .pvb-stats{display:block}#viz-live-tag{position:absolute;z-index:13;pointer-events:none;display:flex;align-items:center;gap:6px;padding:3px 9px;border-radius:9999px;background:#080c22c7;border:1px solid rgb(255 255 255 / 16%);color:#fff;font:700 11px Inter,ui-sans-serif,system-ui,sans-serif;letter-spacing:.6px}#viz-live-tag[hidden]{display:none}#viz-live-tag .dot{width:7px;height:7px;border-radius:50%;background:#ff4d4d;box-shadow:0 0 6px #ff4d4de5;animation:viz-live-pulse 1.4s ease-in-out infinite}@keyframes viz-live-pulse{0%,to{opacity:1}50%{opacity:.35}}@media (max-width: 640px){#player-viz-bar{top:52px}#player-viz-bar .pvb-inner{gap:6px;padding:5px 6px 5px 10px}#player-viz-bar .pvb-label{max-width:22vw;font-size:12px}#player-viz-bar .pvb-btn{padding:4px 9px;font-size:11px}#player-viz-bar .pvb-place-btn{padding:4px 8px;font-size:11px}#player-viz-bar .pvb-stats{font-size:11px}}body.is-player-stats-pip #toolbar,body.is-player-stats-pip #viewer-top-bar{display:none}body.is-player-stats-pip-exiting #scene{z-index:6;transform-origin:0 0;transition:transform .42s cubic-bezier(.4,0,.2,1);border-radius:10px;overflow:hidden}body.is-commentary-pip #viewer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;pointer-events:none}body.is-commentary-pip #scene,body.is-commentary-pip .clip-loading-overlay,body.is-commentary-pip .shot-map-pip-back{pointer-events:auto}body.is-commentary-pip #viewer-top-bar{display:none}@media (max-width: 640px){body.is-shot-map-pip #scene,body.is-shot-map-pip .clip-loading-overlay{right:10px;bottom:68px;width:calc(100vw - 20px);height:min(260px,36vh)}.shot-map-pip-back{right:10px;bottom:calc(min(260px,36vh) + 76px)}.what-if-overlay{left:12px;top:96px;bottom:auto;width:calc(100vw - 24px)}.what-if-panel{max-height:45vh;padding:12px}.what-if-panel--collapsed{max-height:none}.what-if-verdict{padding:10px 12px}.what-if-verdict-label{font-size:18px}.what-if-shot-sim,.what-if-shot-reality{padding:10px 12px}.what-if-close{height:36px;margin-top:8px}}#ar-camera-feed{position:absolute;top:0;right:0;bottom:0;left:0;display:none;width:100%;height:100%;object-fit:cover;background:#080c22}.clip-loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;display:flex;align-items:center;justify-content:center;background:#080c22b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.clip-loading-overlay[hidden]{display:none}.caption-overlay{position:absolute;left:50%;top:68px;transform:translate(-50%);max-width:min(680px,92vw);padding:10px 16px;border-radius:10px;background:#0000009e;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:#fff;font-size:15px;line-height:1.35;text-align:center;pointer-events:none;opacity:0;transition:opacity .25s ease;z-index:30}.caption-overlay[hidden]{display:none}.caption-overlay.caption-visible{opacity:1}@media (max-width: 600px){.caption-overlay{font-size:13px;padding:8px 12px;top:58px}}.clip-loading-text{color:#f5f7f2;font-size:16px;font-weight:700;letter-spacing:.02em}.shot-map-overlay{position:absolute;left:16px;bottom:18px;z-index:5;width:min(430px,calc(100vw - 32px));pointer-events:none}.shot-map-overlay[hidden]{display:none}.shot-map-panel{display:grid;gap:12px;padding:14px;border:1px solid rgb(255 255 255 / 18%);border-radius:8px;background:#080c22c7;box-shadow:0 18px 50px #00000057;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:auto}.shot-map-heading{display:grid;gap:3px}.shot-map-eyebrow{color:#909cc6;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}#shot-map-title{color:#f5f7f2;font-size:17px;line-height:1.2}.shot-map-filters{display:flex;gap:8px;flex-wrap:wrap}.shot-map-filters button,.shot-map-outcome-filters button{min-width:54px;height:30px;padding:0 10px;border-radius:8px;border:1px solid rgb(255 255 255 / 14%);background:#ffffff0d;color:#bcc6e6;font-size:12px;font-weight:800}.shot-map-filters button.active,.shot-map-outcome-filters button.active{border-color:#2f66ffb3;background:#2f66ff40;color:#fff}.pass-map-filter-grid{display:grid;grid-template-columns:minmax(0,1fr) 92px;gap:8px}.pass-map-filter-grid.is-heat-filter{grid-template-columns:minmax(118px,1fr) minmax(118px,1fr) 92px}.pass-map-filter-grid[hidden],#heat-map-mode-wrap[hidden]{display:none}.pass-map-filter-grid label{display:grid;gap:4px;color:#909cc6;font-size:10px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.pass-map-filter-grid select{min-width:0;height:32px;border:1px solid rgb(255 255 255 / 14%);border-radius:8px;background:#ffffff12;color:#f5f7f2;font-size:12px;font-weight:750}.data-viz-direction{justify-self:start;display:inline-flex;align-items:center;gap:8px;padding:6px 9px;border:1px solid rgb(255 255 255 / 14%);border-radius:8px;background:#ffffff12;color:#f5f7f2;font-size:11px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.data-viz-direction[hidden]{display:none}.data-viz-direction:after{content:"→";font-size:16px;line-height:1}.shot-map-outcome-filters{display:flex;gap:8px;flex-wrap:wrap}.shot-map-outcome-filters button{display:inline-flex;align-items:center;gap:7px;opacity:.52}.shot-map-outcome-filters button.active{opacity:1}.shot-map-outcome-filters button i{width:10px;height:10px;border-radius:50%;background:var(--shot-outcome);box-shadow:0 0 10px var(--shot-outcome)}.shot-map-legend{display:flex;gap:12px;flex-wrap:wrap;color:#bcc6e6;font-size:12px;font-weight:700}.shot-map-legend[hidden]{display:none}.shot-map-legend span{display:inline-flex;align-items:center;gap:6px}.legend-dot{width:10px;height:10px;border-radius:50%;border:1px solid rgb(255 255 255 / 42%)}.legend-dot-goal{background:#22f26b}.legend-dot-on{background:#2da8ff}.legend-dot-off{background:#ffa22b}.shot-map-team-key{color:#9fa8cc;font-size:12px;font-weight:750}.shot-map-detail{display:flex;align-items:center;gap:10px;flex-wrap:wrap;min-height:18px;color:#dbe3f7;font-size:13px;font-weight:650}.shot-map-watch-clip{height:30px;padding:0 11px;border-radius:8px;border:1px solid rgb(247 212 92 / 42%);background:#f7d45c24;color:#f7d45c;font-size:12px;font-weight:850}.shot-map-watch-clip:hover{background:#f7d45c3d}.what-if-overlay{position:absolute;left:18px;bottom:112px;z-index:10;width:min(440px,calc(100vw - 36px));pointer-events:none}.what-if-overlay[hidden]{display:none}.what-if-panel{padding:16px;border:1px solid rgb(255 255 255 / 14%);border-radius:8px;background:#0a1232d1;box-shadow:0 18px 50px #0000005c;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);pointer-events:auto;display:flex;flex-direction:column;max-height:calc(100vh - 200px);overflow:hidden}.what-if-body{display:flex;flex-direction:column;gap:10px;overflow-y:auto;min-height:0;margin-top:10px;padding-right:4px}.what-if-panel--collapsed .what-if-body{display:none}.what-if-panel--collapsed{padding-bottom:12px}.what-if-panel--collapsed .what-if-minimize svg{transform:rotate(180deg)}.what-if-minimize{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid rgb(255 255 255 / 14%);border-radius:6px;background:#ffffff0f;color:#eaf1ff;cursor:pointer;transition:background .15s ease}.what-if-minimize:hover{background:#ffffff1f}.what-if-minimize svg{transition:transform .2s ease}.what-if-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.what-if-heading-text{display:grid;gap:4px;min-width:0;flex:1}.what-if-eyebrow{color:#9fb4e8;font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}#what-if-title{color:#fff;font-size:20px;line-height:1.2}.what-if-status,.what-if-detail{margin-top:10px;color:#f5f7f2c7;font-size:13px;font-weight:700;line-height:1.45}.what-if-detail strong{color:#fff;font-weight:900}.what-if-options{display:grid;gap:8px;margin-top:12px;max-height:min(48vh,420px);overflow-y:auto;padding-right:2px;-webkit-overflow-scrolling:touch}.what-if-option{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;min-height:42px;padding:8px 10px;border:1px solid rgb(255 255 255 / 14%);border-radius:8px;background:#ffffff12;color:#f5f7f2;cursor:pointer}.what-if-option.active{border-color:#5ec1ffc2;background:#3775aa57}.what-if-action{grid-template-columns:minmax(0,1.15fr) auto}.what-if-table{display:grid;grid-template-columns:minmax(110px,1.5fr) .72fr .72fr .72fr;gap:7px;align-items:stretch}.what-if-table>span{color:#bed2ffb8;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.what-if-option-row{grid-column:1 / -1;grid-template-columns:minmax(110px,1.5fr) .72fr .72fr .72fr}.what-if-option-row span{text-align:right}.what-if-shot-table{grid-template-columns:minmax(150px,1fr) 0 0 .7fr}.what-if-shot-row{grid-column:1 / -1;display:grid;grid-template-columns:minmax(150px,1fr) .7fr;gap:8px;min-height:34px;align-items:center;padding:7px 10px;border:1px solid rgb(255 255 255 / 12%);border-radius:8px;background:#ffffff0f}.what-if-shot-row span{text-align:right}.what-if-option strong,.what-if-option span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.what-if-option strong{min-width:0;font-size:13px;font-weight:900}.what-if-option span{color:#f5f7f2c2;font-size:12px;font-weight:800}.what-if-close{width:100%;height:40px;margin-top:12px;border:1px solid rgb(255 255 255 / 14%);border-radius:8px;background:#ffffff14;color:#f5f7f2;font-weight:900;cursor:pointer}.toolbar-btn-what-if{width:auto;min-width:68px;padding:0 12px;color:#eaf1ff;font-size:12px;font-weight:900}.what-if-section-header{display:flex;justify-content:space-between;align-items:center;margin:6px 0 -2px;padding:0 2px}.what-if-section-header:first-child{margin-top:0}.what-if-section-title{color:#9fb4e8;font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.what-if-section-count{padding:1px 8px;border-radius:999px;background:#82a5f038;color:#dbe8ff;font-size:10px;font-weight:900}.what-if-shot-option{grid-template-columns:auto minmax(0,1fr);gap:12px;padding:10px 12px;border-color:#ffc85773;background:linear-gradient(90deg,#ffc8572e,#ffc8570a)}.what-if-shot-option:hover{border-color:#ffc857cc;background:linear-gradient(90deg,#ffc85747,#ffc85714)}.what-if-shot-option-mark{align-self:center;padding:4px 8px;border-radius:6px;background:#ffc857;color:#241a05;font-size:10px;font-weight:900;letter-spacing:.14em}.what-if-shot-option-away .what-if-shot-option-mark{background:#ff9f43}.what-if-shot-option-body{display:grid;gap:2px;min-width:0}.what-if-shot-option-body strong,.what-if-shot-option-body span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.what-if-shot-option-body strong{color:#fff;font-size:13px;font-weight:900}.what-if-shot-option-body span{color:#f5f7f2c7;font-size:11px;font-weight:800}.what-if-shot-meta{color:#9fb4e8;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.what-if-shot-analysis{display:grid;gap:12px}.what-if-verdict{display:grid;gap:4px;padding:14px 16px;border:1px solid var(--verdict-color, #bdf4ff);border-radius:10px;background:linear-gradient(135deg,color-mix(in srgb,var(--verdict-color, #bdf4ff) 22%,transparent),transparent 65%),#080e288c}.what-if-verdict-eyebrow{color:#ffffffad;font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.what-if-verdict-label{color:var(--verdict-color, #fff);font-size:22px;font-weight:900;line-height:1.1}.what-if-verdict-sub{color:#f5f7f2d1;font-size:12px;font-weight:800}.what-if-shot-sim,.what-if-shot-reality{display:grid;gap:8px;padding:12px 14px;border:1px solid rgb(255 255 255 / 12%);border-radius:10px;background:#ffffff0a}.what-if-shot-section-title{color:#9fb4e8;font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.what-if-shot-bar{display:grid;grid-template-columns:minmax(120px,1fr) minmax(80px,2fr) 48px;gap:10px;align-items:center}.what-if-shot-bar-label{color:#f5f7f2db;font-size:12px;font-weight:800}.what-if-shot-bar-track{position:relative;height:8px;border-radius:4px;background:#ffffff1a;overflow:hidden}.what-if-shot-bar-fill{height:100%;border-radius:4px;transition:width .2s ease-out}.what-if-shot-bar-value{color:#fff;font-size:12px;font-weight:900;text-align:right}.what-if-shot-reality-row{display:grid;grid-template-columns:minmax(120px,1fr) minmax(0,1.6fr);gap:10px;align-items:baseline}.what-if-shot-reality-row span{color:#f5f7f2ad;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.what-if-shot-reality-row strong{color:#fff;font-size:12px;font-weight:900;text-align:right}body.is-what-if .toolbar-timeline,body.is-what-if .toolbar-row-playback{opacity:.7}.what-happens-next-overlay{width:100%}.what-happens-next-overlay[hidden]{display:none}.what-happens-next-panel{display:grid;grid-template-columns:minmax(240px,.9fr) minmax(360px,1.6fr) minmax(150px,.55fr);grid-template-areas:"header options actions" "status options detail";gap:8px 16px;width:min(1100px,100%);margin:0 auto;padding:10px 12px;border:1px solid rgb(255 255 255 / 14%);border-radius:8px;background:#1f2f6bb8}.whn-header{grid-area:header;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.whn-heading{display:grid;gap:4px;min-width:0}.whn-eyebrow{color:#9fb4e8;font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}#whn-title{color:#fff;font-size:20px;line-height:1.2}.whn-progress{flex-shrink:0;padding:4px 8px;border-radius:6px;background:#82a5f02e;color:#dbe8ff;font-size:11px;font-weight:900}.whn-status,.whn-detail{color:#f5f7f2c7;font-size:13px;font-weight:700;line-height:1.45}.whn-status{grid-area:status}.whn-detail{grid-area:detail}.whn-options{grid-area:options;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.whn-option{min-height:46px;padding:8px 10px;border:1px solid rgb(255 255 255 / 14%);border-radius:8px;background:#ffffff12;color:#f5f7f2;font-size:13px;font-weight:900;cursor:pointer}.whn-option:hover{border-color:#82a5f094;background:#82a5f024}.whn-option.is-correct{border-color:#2f9bf5c7;background:#2f9bf533;color:#dbe8ff}.whn-option.is-incorrect{border-color:#f04d4db8;background:#f04d4d29;color:#ffd7d7}.whn-option:disabled{cursor:default}.whn-actions{grid-area:actions;display:grid;grid-template-columns:1fr 1fr;gap:8px}.whn-actions button{min-height:40px;border-radius:8px;font-size:12px;font-weight:900;cursor:pointer}.whn-actions button[hidden]{display:none}.whn-secondary{border:1px solid rgb(255 255 255 / 14%);background:#ffffff12;color:#f5f7f2d1}.whn-primary{border:1px solid rgb(47 155 245 / 56%);background:#2f9bf52e;color:#dbe8ff}.what-happens-next-overlay.is-replaying{width:100%}.what-happens-next-overlay.is-replaying .what-happens-next-panel{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px}.what-happens-next-overlay.is-replaying .whn-status,.what-happens-next-overlay.is-replaying .whn-options,.what-happens-next-overlay.is-replaying .whn-detail,.what-happens-next-overlay.is-replaying .whn-actions,.what-happens-next-overlay.is-replaying .whn-progress{display:none}.what-happens-next-overlay.is-replaying #whn-title{font-size:15px}.what-happens-next-overlay:not([hidden])~.toolbar-timeline,.what-happens-next-overlay:not([hidden])~.toolbar-player,.what-happens-next-overlay:not([hidden])~.toolbar-buttons{display:none}@media (max-width: 900px){.what-happens-next-panel{grid-template-columns:minmax(0,1fr) minmax(180px,.7fr);grid-template-areas:"header header" "options status" "options detail" "options actions"}}@media (max-width: 640px){.what-happens-next-panel{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"header header" "status status" "options options" "detail actions";gap:6px 8px;padding:8px}#whn-title{font-size:16px}.whn-eyebrow,.whn-progress{font-size:10px}.whn-status,.whn-detail{font-size:11px;line-height:1.3}.whn-option{min-height:36px;padding:6px 8px;font-size:11px}.whn-actions{grid-template-columns:auto auto;align-self:end}.whn-actions:has(.whn-primary[hidden]){grid-template-columns:auto}.whn-actions button{min-height:34px;padding:0 10px;font-size:11px}.whn-detail:empty{display:none}.what-happens-next-overlay.is-replaying .what-happens-next-panel{padding:6px 8px}.what-happens-next-overlay.is-replaying #whn-title{font-size:13px}}body.is-shot-map .toolbar-timeline,body.is-shot-map .toolbar-row-playback,body.is-shot-map .toolbar-divider-rows,body.is-shot-map .toolbar-player,body.is-shot-map .avatar-toggle,body.is-pass-map .toolbar-timeline,body.is-pass-map .toolbar-row-playback,body.is-pass-map .toolbar-divider-rows,body.is-pass-map .toolbar-player,body.is-pass-map .avatar-toggle,body.is-heat-map .toolbar-timeline,body.is-heat-map .toolbar-row-playback,body.is-heat-map .toolbar-divider-rows,body.is-heat-map .toolbar-player,body.is-heat-map .avatar-toggle{display:none}.highlights-transition{position:absolute;top:0;right:0;bottom:0;left:0;z-index:6;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:0;transition:opacity .6s ease}.highlights-transition[hidden]{display:none}.highlights-transition.is-visible{opacity:1;pointer-events:auto}.highlights-transition .ht-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 35%,#182864c7,#060a1ceb 70%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.highlights-transition .ht-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:18px;padding:36px 48px 32px;min-width:320px;max-width:90vw;border-radius:18px;background:linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid rgb(255 255 255 / 14%);box-shadow:0 24px 60px -20px #0009;text-align:center;transform:translateY(8px) scale(.98);transition:transform .6s cubic-bezier(.2,.7,.25,1)}.highlights-transition.is-visible .ht-card{transform:translateY(0) scale(1)}.ht-eyebrow{font-size:11px;font-weight:700;letter-spacing:.22em;color:#c5b3ff;text-transform:uppercase}.ht-headline{font-size:56px;font-weight:900;letter-spacing:.04em;line-height:1;color:#f7f7f2;text-transform:uppercase;background:linear-gradient(180deg,#fff,#c5b3ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.ht-scoreline{display:flex;align-items:center;gap:14px;font-size:22px;font-weight:700;color:#f7f7f2}.ht-team{display:flex;align-items:center;gap:10px}.ht-team-swatch{display:inline-block;width:16px;height:16px;border-radius:4px;background:var(--ht-team-color, #888);box-shadow:inset 0 0 0 1px #00000040}.ht-team-name{font-size:13px;font-weight:700;letter-spacing:.08em;color:#bcc6e6;text-transform:uppercase}.ht-team-score{font-size:32px;font-weight:900;font-variant-numeric:tabular-nums;color:#fff}.ht-dash{font-size:22px;font-weight:700;color:#606c94}.ht-scorer{font-size:16px;font-weight:600;color:#e6ecfb;letter-spacing:.02em}.ht-scorer .ht-scorer-min{color:#98a8d6;margin-left:6px;font-weight:700}.ht-shot-viz{display:flex;flex-direction:column;align-items:center;gap:14px;width:100%;max-width:280px}.ht-shot-viz[hidden]{display:none}.ht-goal-frame{position:relative;width:100%;aspect-ratio:7.32 / 2.44;border:2.5px solid rgb(255 255 255 / 50%);border-bottom:none;border-radius:2px 2px 0 0;overflow:hidden;background:#00000026}.ht-goal-net{position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(90deg,rgb(255 255 255 / 5%) 0px,rgb(255 255 255 / 5%) 1px,transparent 1px,transparent 16px),repeating-linear-gradient(0deg,rgb(255 255 255 / 5%) 0px,rgb(255 255 255 / 5%) 1px,transparent 1px,transparent 16px);pointer-events:none}.ht-goal-frame:after{content:"";position:absolute;bottom:-2px;left:-6px;right:-6px;height:2.5px;background:#ffffff73;border-radius:1px}.ht-goal-ball{position:absolute;width:12px;height:12px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#fff,#e8e8e8,#bbb);box-shadow:0 0 10px 3px #fff9,0 0 20px 6px #fff3;transform:translate(-50%,50%);z-index:1}.ht-goal-ball[hidden]{display:none}.ht-shot-stats{display:flex;justify-content:center;gap:20px;flex-wrap:nowrap}.ht-stat{display:flex;flex-direction:column;align-items:center;gap:2px}.ht-stat-value{font-size:14px;font-weight:800;color:#f7f7f2;font-variant-numeric:tabular-nums}.ht-stat-label{font-size:8px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#909cc6}.ht-progress{font-size:11px;font-weight:600;letter-spacing:.18em;color:#7f8bb2;text-transform:uppercase}.highlights-transition.ht-final .ht-headline{background:linear-gradient(180deg,#fff,#ffd270);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}#viewer-top-bar{position:absolute;top:0;left:0;right:0;z-index:3;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:linear-gradient(to bottom,rgb(0 0 0 / 50%) 0%,transparent 100%);pointer-events:none}#viewer-top-bar>*{pointer-events:auto}.top-bar-info{display:flex;align-items:baseline;gap:12px}.top-bar-info .eyebrow{margin:0;color:#98a8d6;font-size:12px;font-weight:700;letter-spacing:0;text-transform:uppercase}.top-bar-info #match-clock{font-variant-numeric:tabular-nums;font-size:20px;font-weight:800}.back-btn{flex-shrink:0;height:34px;padding:0 12px;font-size:12px;font-weight:700}#toolbar{position:absolute;bottom:0;left:0;right:0;z-index:3;display:flex;flex-direction:column;gap:8px;padding:10px 12px;padding-bottom:max(10px,env(safe-area-inset-bottom));background:#080c22b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgb(255 255 255 / 10%);transition:transform .22s ease,opacity .18s ease}body.clip-toolbar-hidden #toolbar{opacity:0;pointer-events:none;transform:translateY(calc(100% + 8px))}#toolbar-reveal-zone{position:absolute;left:0;right:0;bottom:0;z-index:4;height:132px;pointer-events:none}body.clip-toolbar-hidden #toolbar-reveal-zone{pointer-events:auto}.toolbar-timeline{width:100%;padding:0 4px}.toolbar-timeline .timeline-bar{position:relative;height:20px;display:flex;align-items:center}.toolbar-timeline input[type=range]{width:100%;margin:0}.toolbar-player{display:flex;align-items:center;justify-content:space-between;padding:0 8px;gap:10px}.toolbar-player[hidden],.toolbar-pill-btn[hidden]{display:none}.toolbar-player-name{font-size:13px;font-weight:600;color:#e6eafb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.toolbar-pill-btn{padding:5px 12px;border:1px solid rgb(120 180 240 / 50%);border-radius:14px;background:#28508c7f;color:#c8deff;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .12s}.toolbar-pill-btn:hover{background:#28508cb3}.avatar-toggle{display:flex;border:1px solid rgb(255 255 255 / 18%);border-radius:8px;overflow:hidden;background:#1f2f6b99}.avatar-toggle-opt{padding:6px 12px;border:none;background:transparent;color:#ffffff8c;font-size:12px;font-weight:600;cursor:pointer;transition:background .12s,color .12s}.avatar-toggle-opt:hover{background:#ffffff14}.avatar-toggle-opt.active{background:#2f78e699;color:#f5f7f2}.toolbar-buttons{display:flex;align-items:center;justify-content:center;gap:6px}.toolbar-row{display:flex;align-items:center;gap:6px}.toolbar-btn{width:44px;height:44px;padding:0;display:flex;align-items:center;justify-content:center;border:1px solid rgb(255 255 255 / 18%);border-radius:50%;background:#1f2f6b99;color:#f5f7f2;cursor:pointer;transition:background .12s}.toolbar-btn:hover{background:#294088cc}.toolbar-btn-reset{background:#c8a02866;border-color:#f0c8507f}.toolbar-btn-reset:hover{background:#c8a02899}.toolbar-btn-play{width:52px;height:52px;background:#2f78e699;border-color:#2f9bf566}.toolbar-btn-play:hover{background:#2f78e6cc}.toolbar-divider{width:1px;height:28px;margin:0 4px;background:#ffffff26}.toolbar-select{height:36px;padding:0 10px;border:1px solid rgb(255 255 255 / 18%);border-radius:6px;background:#1f2f6b99;color:#f5f7f2;font-size:12px;font-weight:600;cursor:pointer}.toolbar-select:focus{border-color:#2f9bf57f;outline:none}#panel{position:absolute;bottom:0;left:0;right:0;z-index:4;max-height:70vh;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px;padding-bottom:max(16px,env(safe-area-inset-bottom));background:#080c22eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgb(255 255 255 / 14%);border-radius:16px 16px 0 0;transform:translateY(0);transition:transform .25s ease,opacity .2s ease}#panel.panel-hidden{transform:translateY(100%);opacity:0;pointer-events:none}.panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.panel-header h2{margin:0;font-size:18px;font-weight:800}.panel-close-btn{width:36px;height:36px;padding:0;display:flex;align-items:center;justify-content:center;font-size:22px;border-radius:50%;border:1px solid rgb(255 255 255 / 18%);background:#1f2f6b99;color:#f5f7f2;cursor:pointer}.panel-section{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid rgb(255 255 255 / 8%)}.panel-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.panel-label{display:block;margin-bottom:8px;color:#98a8d6;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.panel-debug{display:flex;gap:16px;color:#7f8bb2;font-size:12px;font-variant-numeric:tabular-nums}button,select{height:38px;border:1px solid rgb(255 255 255 / 22%);border-radius:6px;background:#1f2f6bad;color:#f2f5ff;cursor:pointer}button{display:inline-flex;align-items:center;justify-content:center;padding:0 13px;font-weight:700;text-decoration:none}button:hover,select:hover{background:#294088d1}button:disabled{cursor:not-allowed;opacity:.45}select{padding:0 8px}label{display:flex;gap:8px;align-items:center;color:#dbe3f7;font-size:13px}.timeline-container{margin:0}.phase-nav{display:flex;gap:6px;margin-bottom:8px}.phase-nav button{height:28px;padding:0 12px;font-size:12px;font-weight:700;letter-spacing:.04em;border-radius:4px;transition:background .15s,opacity .15s}.phase-nav button.active{background:#2f78e699;border-color:#2f9bf566}.timeline-bar{position:relative;height:32px;display:flex;align-items:center}.timeline-loaded-progress{position:absolute;left:0;top:50%;transform:translateY(-50%);height:6px;width:0%;background:#ffffff1f;border-radius:3px;pointer-events:none;transition:width .3s ease;z-index:0}.timeline-segments{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;height:100%;border-radius:4px;overflow:hidden;pointer-events:none}.segment{height:6px;transition:flex .4s ease}.segment-1h{background:#2f9bf57f;flex:1}.segment-ht{background:#64646466;flex:0}.segment-2h{background:#2f9bf57f;flex:1}.timeline-bar #timeline{position:relative;z-index:2;width:100%;height:32px;margin:0;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.timeline-bar #timeline::-webkit-slider-runnable-track{height:6px;background:transparent;border-radius:3px}.timeline-bar #timeline::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;border-radius:50%;background:#f7d45c;border:2px solid #080c22;margin-top:-4px;box-shadow:0 0 4px #0000007f}.timeline-markers{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.timeline-marker{position:absolute;top:50%;transform:translate(-50%,-50%);width:2px;height:18px;background:#fff9;border-radius:1px;pointer-events:auto}.timeline-marker:after{content:attr(data-label);position:absolute;top:-16px;left:50%;transform:translate(-50%);font-size:9px;font-weight:700;color:#ffffffb3;white-space:nowrap;letter-spacing:.03em}.timeline-marker.marker-ht{background:#ffffff4d;height:12px}.timeline-marker.marker-event{width:8px;height:8px;border:1px solid rgb(8 12 34 / 90%);border-radius:50%;cursor:pointer}.timeline-marker.marker-pass{background:#2f9bf5}.timeline-marker.marker-turnover{background:#ff6b5f}.timeline-marker.marker-shot{width:10px;height:10px;background:#ffc857;box-shadow:0 0 0 3px #ffc85733}#match-clock[data-phase=HT]{color:#bcc6e6;font-size:18px}#match-clock[data-phase=PRE]{color:#7f8bb2;font-size:16px}.player-view-controls{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}#selected-player{min-height:18px;margin:0;color:#dbe3f7;font-size:13px}.ar-controls{display:grid;grid-template-columns:auto auto auto minmax(0,1fr);gap:10px;align-items:center}#ar-button-slot{min-width:116px}.ar-entry-button{position:static!important;width:100%!important;min-width:116px!important;height:38px!important;margin:0!important;border-radius:6px!important;font:inherit!important;font-weight:700!important}#ar-status{margin:0;color:#bcc6e6;font-size:12px;line-height:1.35}@media (max-width: 720px){.ar-controls{grid-template-columns:1fr}}@media (max-width: 600px){#toolbar{gap:3px;padding:4px 8px;padding-bottom:max(4px,env(safe-area-inset-bottom))}.toolbar-buttons{flex-wrap:wrap;gap:3px}.toolbar-row{display:flex;align-items:center;justify-content:center;gap:6px;width:100%}.toolbar-divider-rows{display:none}.toolbar-btn{width:34px;height:34px}.toolbar-btn-play{width:38px;height:38px}.toolbar-btn svg{width:14px;height:14px}.toolbar-btn-play svg{width:18px;height:18px}.toolbar-select{height:30px;padding:0 8px;font-size:11px}.avatar-toggle-opt{padding:4px 10px;font-size:11px}.toolbar-divider{height:20px;margin:0 2px}.toolbar-timeline .timeline-bar,.timeline-bar #timeline{height:16px}}.is-ar-lite #ar-camera-feed,.is-alva-ar #ar-camera-feed{display:block}.is-ar-lite #scene,.is-alva-ar #scene{background:transparent}.is-alva-ar #scene{touch-action:none}body:not(.landing-v2) .fixture-team-crest{display:none}body.landing-v2{background:#070b20}body.landing-v2 #fixture-browser{background:radial-gradient(130% 70% at 50% -10%,#1d2f7d,#101748 40%,#080c22)}body.landing-v2 .browser-header{padding:22px 20px 0}body.landing-v2 .browser-title{font-size:24px;font-weight:800;color:#fff;letter-spacing:-.01em}body.landing-v2 .browser-subtitle{color:#ffffff8c;font-weight:600}body.landing-v2 .browser-search{margin-top:16px}body.landing-v2 .browser-search input{height:44px;padding:0 16px;border:1px solid rgb(255 255 255 / 12%);border-radius:12px;background:#ffffff14;color:#fff;font-size:15px}body.landing-v2 .browser-search input:focus{border-color:#4979ff;box-shadow:0 0 0 3px #4979ff33}body.landing-v2 .browser-search input::placeholder{color:#ffffff7f}body.landing-v2 .gameweek-nav{padding:18px 20px 4px}body.landing-v2 .gameweek-scroll{gap:8px}body.landing-v2 .gw-btn{width:auto;min-width:0;height:38px;padding:0 16px;border:1px solid transparent;border-radius:19px;background:transparent;color:#ffffff9e;font-size:14px;font-weight:700;white-space:nowrap}body.landing-v2 .gw-btn:before{content:"GW ";opacity:.7;font-size:12px}body.landing-v2 .gw-btn:hover{background:#ffffff14;color:#fff}body.landing-v2 .gw-btn.active{background:#4979ff;border-color:#4979ff;color:#fff;box-shadow:0 6px 16px #4979ff66}body.landing-v2 .gw-btn.active:before{opacity:.85}body.landing-v2 .team-filter-heading{margin:6px 0 14px;color:#fff;font-size:18px;font-weight:800}body.landing-v2 .fixture-list{padding:10px 20px 24px}body.landing-v2 .fixture-card{padding:0;margin-bottom:12px;border:1px solid rgb(255 255 255 / 8%);border-radius:14px;background:#ffffff0a;overflow:hidden}body.landing-v2 .fixture-card.has-tracking{border-color:#ffffff1a}body.landing-v2 .fixture-card-unavailable{opacity:.5}body.landing-v2 .fixture-colour-strip{display:none}body.landing-v2 .fixture-card-header{padding:14px 16px;gap:12px;align-items:center}body.landing-v2 .fixture-teams{gap:10px;font-size:16px}body.landing-v2 .fixture-team{grid-template-columns:28px minmax(0,1fr);gap:12px}body.landing-v2 .fixture-team-swatch,body.landing-v2 .fixture-team-abbrev{display:none}body.landing-v2 .fixture-team-crest{width:28px;height:28px;object-fit:contain;display:block}body.landing-v2 .fixture-team-name{color:#fff;font-weight:700}body.landing-v2 .fixture-kickoff{margin-left:auto;flex-shrink:0;color:#fff;font-size:15px;font-weight:700;white-space:nowrap;font-variant-numeric:tabular-nums}body.landing-v2 .fixture-meta{display:none}body.landing-v2 .fixture-card.has-tracking .fixture-card-header{cursor:pointer}#fixture-detail{width:100%;height:100%;display:flex;flex-direction:column;background:#080c22;color:#fff;overflow:hidden}#fixture-detail.hidden{display:none}.detail-hero{flex-shrink:0;padding:14px 20px 0;background:radial-gradient(140% 90% at 50% -30%,#2a44a8,#17235f 45%,#0b1130)}.detail-back{display:inline-flex;align-items:center;gap:4px;height:36px;padding:0 14px 0 8px;border:none;border-radius:18px;background:#ffffff14;color:#fff;font-size:14px;font-weight:600;cursor:pointer}.detail-back:hover{background:#ffffff29}.detail-hero-main{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0 22px}.detail-teams{display:grid;gap:12px;min-width:0}.detail-team{display:grid;grid-template-columns:40px minmax(0,1fr);gap:14px;align-items:center}.detail-crest{width:40px;height:40px;object-fit:contain}.detail-team-name{font-size:26px;font-weight:800;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail-status{display:flex;align-items:center;gap:12px;flex-shrink:0}.detail-score{display:grid;gap:4px}.detail-score span{min-width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:6px;background:#ffffff1f;font-size:20px;font-weight:800;font-variant-numeric:tabular-nums}.detail-status-label{color:#ffffffb3;font-size:15px;font-weight:700}.detail-status-time{font-size:20px;font-weight:800}.detail-tabs{display:flex;gap:22px;overflow-x:auto;scrollbar-width:none;border-bottom:1px solid rgb(255 255 255 / 12%)}.detail-tabs::-webkit-scrollbar{display:none}.detail-tab{position:relative;flex-shrink:0;height:auto;padding:8px 0 14px;border:none;background:transparent;color:#ffffff8c;font-size:18px;font-weight:700;white-space:nowrap;cursor:pointer}.detail-tab:hover,.detail-tab.active{color:#fff}.detail-tab.active:after{content:"";position:absolute;inset:auto 0 -1px;height:3px;border-radius:3px 3px 0 0;background:#4979ff}.detail-content{flex:1;overflow-y:auto;padding:18px 20px 28px;-webkit-overflow-scrolling:touch}.detail-option-list{display:grid;gap:12px}.detail-option{display:flex;align-items:center;gap:16px;width:100%;height:auto;min-height:74px;padding:16px 20px;border:none;border-radius:16px;background:#1f2f6b;color:#fff;text-align:left;cursor:pointer;transition:background .12s,box-shadow .12s,transform 60ms}.detail-option:hover:not(:disabled){background:#294088}.detail-option:active:not(:disabled){transform:scale(.995)}.detail-option:disabled{opacity:.5;cursor:not-allowed}.detail-option.selected{background:#2f9bf5;box-shadow:0 10px 26px #2f9bf566}.detail-option.selected .detail-option-sub{color:#ffffffe0}.detail-option-icon{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center}.detail-option-crest{width:40px;height:40px;object-fit:contain}.detail-option-icon-glyph{border-radius:12px;background:#ffffff24;color:#dbe4ff}.detail-option-icon-glyph svg{width:22px;height:22px}.detail-option.selected .detail-option-icon-glyph{background:#ffffff38;color:#fff}.detail-option-text{display:grid;gap:3px;min-width:0;flex:1}.detail-option-title{font-size:18px;font-weight:700;line-height:1.25}.detail-option-sub{color:#ffffff9e;font-size:15px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.detail-option-meta{flex-shrink:0;margin-left:auto;align-self:flex-start;padding-left:12px;font-size:18px;font-weight:800;font-variant-numeric:tabular-nums}.detail-option-meta-stack{display:flex;flex-direction:column;align-items:center;gap:8px}.detail-option-meta-time{line-height:1}.detail-option-meta-icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#ffffff1f;color:#dbe4ff}.detail-option-meta-icon svg{width:22px;height:22px}.detail-option.selected .detail-option-meta-icon{background:#ffffff38;color:#fff}.detail-empty{color:#ffffff7f;font-size:15px;padding:8px 2px}@media (min-width: 720px){.detail-hero{padding:18px 32px 0}.detail-content{padding:22px 32px 32px}.detail-tabs{gap:30px}.detail-option-list{max-width:860px}}
