:root{--bg:#060610;--panel:#101120;--panel-2:#0c0d18;--border:#242539;--border-soft:#1c1d2e;--ad-bg:#121320;--ad-border:#282a3d;--purple:#a855f7;--purple-2:#9333ea;--purple-dim:#7c3aed;--text:#f6f5fb;--text-dim:#9394a8;--text-dim2:#7d7e93;--green:#22c55e;--red:#ef4444;--yellow:#eab308;--gold:#f5b942;--silver:#c7c9d9;--bronze:#cd8a4f;--rail-w:72px;--header-h:76px;--radius:12px;--radius-sm:7px;--font-display:"Oswald",Arial,sans-serif;--font-body:"Inter",Arial,sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased}body{min-width:320px}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer}ul{list-style:none;margin:0;padding:0}img{max-width:100%;display:block}:focus-visible{outline:2px solid var(--purple);outline-offset:2px}.skip-link{position:absolute;left:12px;top:-48px;z-index:100;background:var(--purple);color:#0d0715;font-weight:700;font-size:13px;padding:10px 16px;border-radius:8px;transition:top .15s}.skip-link:focus{top:12px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.app-shell{min-height:100vh;background:radial-gradient(1200px 520px at 50% -10%,rgba(140,70,220,.16),transparent 60%),var(--bg)}.header{position:-webkit-sticky;position:sticky;top:0;z-index:30;height:var(--header-h);display:flex;align-items:center;background:#050509;border-bottom:1px solid var(--border-soft);padding:0 36px;gap:40px}.logo{font-family:var(--font-display);font-weight:700;font-style:italic;font-size:28px;letter-spacing:-.5px;transform:skewX(-4deg);white-space:nowrap;background:linear-gradient(135deg,#ffffff 0,#f3e8ff 35%,var(--purple) 75%,var(--purple-2) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 14px rgba(168,85,247,.35))}.nav{align-items:stretch;gap:28px;height:100%}.nav,.nav a{display:flex}.nav a{align-items:center;font-size:13px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;color:var(--text-dim);border-bottom:2px solid transparent;transition:color .15s}.nav a.active,.nav a:hover{color:var(--text)}.nav a.active{border-bottom-color:var(--purple)}.header-actions{margin-left:auto;display:flex;align-items:center;gap:16px}.icon-btn{width:36px;height:36px;display:grid;place-items:center;color:var(--text-dim);background:none;border:0;border-radius:8px}.search{background:var(--panel);border:1px solid var(--border);color:var(--text);border-radius:8px;padding:9px 12px;font-size:12.5px;width:220px;font-family:inherit}.search:focus{outline:1px solid var(--purple)}.search-results{position:absolute;top:calc(100% + 6px);left:0;right:0;background:var(--panel);border:1px solid var(--border);border-radius:8px;overflow:hidden;z-index:40;box-shadow:0 12px 24px rgba(0,0,0,.4)}.search-result-row{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:9px 12px;font-size:12.5px;border-bottom:1px solid var(--border-soft)}.search-result-row:last-child{border-bottom:0}.search-result-row:hover{background:#181927}.icon-btn:hover{color:var(--text);background:#15162400}.menu-toggle{display:none;width:36px;height:36px;place-items:center;color:var(--text-dim);background:none;border:0;border-radius:8px;flex:none}.menu-toggle svg{width:20px;height:20px}.mobile-menu{display:none}.btn{font-family:var(--font-body);font-size:12.5px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;padding:10px 20px;border-radius:8px;border:1px solid var(--border);background:transparent;color:var(--text);white-space:nowrap}.btn-primary{background:var(--purple);border-color:var(--purple);color:#0d0715}.btn-outline{border:1px solid var(--purple);color:var(--purple);background:transparent}.btn-sm{padding:7px 13px;font-size:11px}.btn-full{width:100%;text-align:center}.btn[disabled]{opacity:.5}.rail{position:fixed;left:0;top:var(--header-h);bottom:0;width:var(--rail-w);border-right:1px solid var(--border-soft);background:#050509;display:flex;flex-direction:column;align-items:center;gap:16px;padding-top:22px;z-index:20}.rail-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;color:#787a8e;border:1px solid transparent}.rail-icon.active{color:var(--text);border-color:var(--purple);background:#1a1230}.rail-icon svg{width:17px;height:17px}.main{margin-left:var(--rail-w);padding:26px 40px 60px;width:calc(100% - var(--rail-w))}.container{width:100%;max-width:2400px}.site-footer{margin-top:40px;padding:22px 0 4px;border-top:1px solid var(--border-soft);justify-content:space-between;gap:14px;font-size:12px;color:var(--text-dim)}.footer-row,.site-footer{display:flex;flex-wrap:wrap;align-items:center}.footer-row{gap:10px}.footer-brand{font-family:var(--font-display);font-style:italic;font-weight:700;color:var(--text)}.footer-links{display:flex;gap:18px;flex-wrap:wrap}.footer-links a{color:var(--text-dim);font-weight:600}.footer-links a:hover{color:var(--text)}.cookie-banner{position:fixed;left:16px;right:16px;bottom:16px;z-index:50;max-width:720px;margin:0 auto;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:18px 20px;box-shadow:0 12px 32px rgba(0,0,0,.5);display:flex;flex-direction:column;gap:14px}.cookie-text{font-size:12.5px;line-height:1.55;color:var(--text-dim);margin:0}.cookie-text a{color:var(--purple);font-weight:600}.cookie-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.cookie-prefs{display:flex;flex-direction:column;gap:10px}.cookie-pref-row{display:flex;align-items:center;justify-content:space-between;gap:14px;font-size:12.5px;color:var(--text-dim)}.cookie-pref-row b{color:var(--text)}.cookie-pref-row input{width:18px;height:18px;flex:none;accent-color:var(--purple)}.legal-page h2{font-family:var(--font-display);font-size:20px;margin:26px 0 10px;color:var(--text)}.legal-page h2:first-child{margin-top:0}.legal-page li,.legal-page p{font-size:13px;line-height:1.7;color:var(--text-dim)}.legal-page ul{padding-left:20px;margin:0 0 12px}.legal-page .legal-updated{font-size:11.5px;color:var(--text-dim2);margin-bottom:20px}.legal-nav{display:flex;gap:20px;margin-bottom:22px;flex-wrap:wrap}.ad{border:1px solid var(--ad-border);background:var(--ad-bg);border-radius:10px;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--text-dim2);font-size:13px;width:100%}.ad b{color:#fff;font-weight:700}.ad .ad-size{font-size:12px;margin-top:3px;color:var(--text-dim2)}.ad--big-leaderboard,.ad--leaderboard{height:90px}.ad--billboard,.ad--rect,.ad--wide-rect{height:250px}.ad--skyscraper{height:100%;min-height:520px}.ad--fill{height:100%;min-height:160px}.ad-col{display:flex;flex-direction:column;gap:14px}.page-title{font-family:var(--font-display);text-transform:uppercase;font-size:46px;font-weight:700;letter-spacing:.5px;margin:26px 0 18px;line-height:1}.page-head{display:flex;align-items:center;justify-content:space-between;margin:26px 0 6px}.page-head .page-title{margin:0}.tabs{display:flex;gap:30px;border-bottom:1px solid var(--border-soft);padding-bottom:0;margin-bottom:22px;overflow-x:auto}.tabs a,.tabs button,.tabs span{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:var(--text-dim);padding-bottom:13px;white-space:nowrap;background:none;border:0;border-bottom:2px solid transparent;padding-left:0;padding-right:0}.tabs .active{color:var(--text);border-bottom-color:var(--purple)}.select-fake{display:flex;align-items:center;gap:10px;justify-content:space-between;background:var(--panel);border:1px solid var(--border);border-radius:8px;padding:10px 14px;font-size:12px;font-weight:600;color:var(--text);min-width:130px}.select-fake .chev{color:var(--text-dim);font-size:10px}.filters-row{display:flex;gap:12px;margin-bottom:16px}.hub-grid{display:grid;grid-template-columns:minmax(0,1fr) 160px;grid-gap:16px;gap:16px;align-items:stretch}.hub-grid.wide-aside{grid-template-columns:minmax(0,1fr) 300px}.two-col{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-bottom:16px}.stack{display:flex;flex-direction:column;gap:16px}.panel{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:20px 22px 14px;overflow:hidden}.panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.panel-title{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;color:var(--text)}.panel-action{font-size:11.5px;font-weight:700;color:var(--purple);text-transform:uppercase}.list-row{display:flex;align-items:center;gap:13px;padding:13px 0;border-bottom:1px solid var(--border-soft);font-size:13.5px}.list-row:last-child{border-bottom:0}.list-rank{width:18px;font-weight:800;color:var(--text-dim);font-size:14px;text-align:center}.list-rank.r1{color:var(--gold)}.list-rank.r2{color:var(--silver)}.list-rank.r3{color:var(--bronze)}.list-main{flex:1 1;min-width:0}.list-name{font-weight:700;font-size:14.5px}.list-sub{font-size:11.5px;color:var(--text-dim)}.list-value{font-weight:800;font-size:16px}.view-all-btn{display:block;margin:12px auto 4px;width:-moz-fit-content;width:fit-content}.avatar{width:34px;height:34px;border-radius:50%;place-items:center;font-size:11px;color:#fff;background:linear-gradient(150deg,#3a3350,#17182a);border:1px solid #322e46}.avatar,.crest{flex:none;display:grid;font-weight:800}.crest{width:26px;height:26px;border-radius:6px;place-items:center;font-size:9px;color:#fff;letter-spacing:-.5px}.watch-btn{margin-left:auto}.live-pill{background:#ef4444;color:#fff;font-size:9px;font-weight:800;text-transform:uppercase;padding:2px 7px;border-radius:4px;letter-spacing:.4px}.comp-row{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:12px;gap:12px;margin-top:16px}.comp-card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:18px 10px;text-align:center}.comp-card .comp-icon{width:44px;height:44px;margin:0 auto 10px;border-radius:8px;display:grid;place-items:center;font-size:14px;background:#f4f4f8;padding:6px}.comp-card .comp-icon img{width:100%;height:100%}.comp-card .comp-name{font-size:12px;font-weight:700}.comp-card .comp-sub{font-size:10px;color:var(--text-dim);margin-top:2px}.match-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px 14px;padding:13px 0;border-bottom:1px solid var(--border-soft)}.match-row:last-child{border-bottom:0}.match-time{font-size:11px;color:var(--text-dim);width:26px}.match-side{display:flex;align-items:center;gap:10px;flex:1 1;min-width:0}.match-side.right{justify-content:flex-end;text-align:right;flex-direction:row-reverse}.match-side>div{min-width:0}.match-team{font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.match-league{font-size:10.5px;color:var(--text-dim)}.match-score{font-size:16px;font-weight:800;padding:0 8px;white-space:nowrap}.match-status{width:64px;text-align:right;font-size:10px}.score-line{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-column-gap:10px;column-gap:10px;flex:1 1;min-width:230px}.score-line-team{display:flex;align-items:center;gap:8px;min-width:0}.score-line-team.away{flex-direction:row-reverse;text-align:right}.score-line-name{font-size:13px;font-weight:700;line-height:1.25;overflow-wrap:anywhere;min-width:0}.score-line-score{font-size:16px;font-weight:800;white-space:nowrap;padding:0 6px;text-align:center}.tennis-round{font-size:11px;color:var(--text-dim);text-transform:uppercase;letter-spacing:.3px;margin:14px 0 8px}.tennis-round:first-child{margin-top:2px}.tennis-match{border-bottom:1px solid var(--border-soft);padding-bottom:10px;margin-bottom:8px}.tennis-player{display:flex;align-items:center;gap:9px;padding:4px 0;font-size:13px}.tennis-player.winner{font-weight:800}.flag-chip{width:20px;height:14px;border-radius:2px;flex:none;display:grid;place-items:center;font-size:8px}.seed-chip{font-size:8px;font-weight:800;background:#1d1e30;border:1px solid var(--border);border-radius:3px;padding:1px 4px;color:var(--text-dim)}.sets{margin-left:auto;display:flex;gap:14px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.sets span{width:14px;text-align:center;font-size:12.5px;color:var(--text-dim)}.tennis-player.winner .sets span{color:var(--text)}.table-wrap{overflow-x:auto}table.standings{width:100%;border-collapse:collapse;font-size:14px}table.standings th{text-align:left;font-size:11px;color:var(--text-dim);text-transform:uppercase;letter-spacing:.3px;padding:13px 12px;border-bottom:1px solid var(--border)}table.standings td{padding:14px 12px;border-bottom:1px solid var(--border-soft);white-space:nowrap}table.standings tr:last-child td{border-bottom:0}table.standings .team-cell{display:flex;align-items:center;gap:10px;font-weight:700}.gd-pos{color:var(--green)}.gd-neg{color:var(--red)}.form-dots{display:flex;gap:4px}.form-dot{width:16px;height:16px;border-radius:50%;display:grid;place-items:center;font-size:8px;font-weight:800;color:#0a0a10}.form-dot.w{background:var(--green)}.form-dot.d{background:var(--yellow)}.form-dot.l{background:var(--red)}.home-top{grid-gap:16px}.home-grid,.home-top{display:grid;grid-template-columns:minmax(0,1fr) 160px;gap:16px;margin-bottom:16px}.home-grid{grid-template-rows:auto 1fr;grid-gap:16px}.home-main{display:flex;flex-direction:column;gap:12px;min-width:0}.hero{display:grid;grid-template-columns:42% 58%;background:#0e0f1a;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;min-height:600px}.hero-copy{padding:56px 48px;display:flex;flex-direction:column;justify-content:center;gap:22px}.hero-title{font-size:72px;line-height:.94;font-weight:700;letter-spacing:0;margin:0}.hero-kicker,.hero-title{font-family:var(--font-display);text-transform:uppercase}.hero-kicker{color:var(--purple);font-size:26px;font-weight:600;letter-spacing:.5px;margin-top:-8px}.hero-desc{font-size:15px;color:var(--text-dim);line-height:1.65;max-width:380px}.hero-actions{display:flex;gap:14px;margin-top:8px}.hero-actions .btn{padding:16px 26px;font-size:13px}.lc-player{position:relative;aspect-ratio:16/9;max-height:640px;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border)}.lc-player,.vp{background:#000}.vp{position:absolute;inset:0}.vp-video{width:100%;height:100%;object-fit:contain;background:#000}.vp-offline{position:absolute;inset:0;background-size:cover;background-position:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.vp-offline-scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,4,12,.55),rgba(6,4,12,.85))}.vp-offline-msg{position:relative;z-index:1;color:#fff;font-weight:800;letter-spacing:.5px;font-size:13px;text-transform:uppercase;display:flex;align-items:center;gap:8px}.vp-offline-dot{width:8px;height:8px;border-radius:50%;background:var(--red)}.vp-offline-sub{position:relative;z-index:1;color:var(--text-dim);font-size:11.5px}.vp-spinner{position:absolute;top:50%;left:50%;width:34px;height:34px;margin:-17px 0 0 -17px;border:3px solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:50%;animation:vpspin .8s linear infinite}@keyframes vpspin{to{transform:rotate(1turn)}}.vp-bigplay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;background:rgba(168,85,247,.92);border:0;color:#0d0715;font-size:22px;display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 24px rgba(168,85,247,.4);transition:transform .15s}.vp-bigplay:hover{transform:translate(-50%,-50%) scale(1.06)}.vp-live-badge{position:absolute;top:14px;left:16px;display:flex;align-items:center;gap:6px;background:rgba(10,8,16,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.12);color:#fff;font-size:10.5px;font-weight:800;letter-spacing:.6px;padding:5px 10px 5px 8px;border-radius:20px;z-index:2}.vp-live-pulse{width:7px;height:7px;border-radius:50%;background:var(--red);box-shadow:0 0 0 0 rgba(239,68,68,.6);animation:vp-pulse 1.6s infinite}@keyframes vp-pulse{0%{box-shadow:0 0 0 0 rgba(239,68,68,.55)}70%{box-shadow:0 0 0 8px rgba(239,68,68,0)}to{box-shadow:0 0 0 0 rgba(239,68,68,0)}}.vp-bar{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;gap:12px;padding:10px 16px;background:linear-gradient(0deg,rgba(0,0,0,.82),rgba(0,0,0,.4) 70%,transparent);opacity:0;transform:translateY(6px);transition:opacity .2s,transform .2s;pointer-events:none}.vp-bar-visible{opacity:1;transform:translateY(0);pointer-events:auto}.vp-btn{background:none;border:0;color:#f2f2f7;font-size:14px;cursor:pointer;line-height:1;padding:4px}.vp-btn:hover{color:var(--purple)}.vp-volume{width:56px}.vp-seek,.vp-volume{accent-color:var(--purple)}.vp-grow{flex:1 1;height:3px}input.vp-grow{height:auto}.vp-title{font-size:11px;color:#e7e7ee}.vp-live-chip{color:var(--red);font-size:10px;font-weight:800;display:flex;align-items:center;gap:5px}.vp-conn{font-size:9.5px;font-weight:800;letter-spacing:.4px;padding:3px 7px;border-radius:5px;background:rgba(255,255,255,.08);color:var(--text-dim)}.vp-conn-good{color:var(--green);background:rgba(34,197,94,.12)}.vp-conn-warn{color:#f5b942;background:rgba(245,185,66,.12)}.hero-visual{position:relative;overflow:hidden;background:radial-gradient(ellipse 90% 60% at 50% 100%,rgba(90,40,150,.35),transparent 70%),linear-gradient(180deg,#0c0a14,#0a0812 45%,#0e0a16)}.hero-visual .beams{position:absolute;inset:0;overflow:hidden}.hero-visual .beams:before{content:"";position:absolute;inset:-20% -10%;background-image:repeating-linear-gradient(100deg,transparent 0 52px,rgba(255,255,255,.055) 53px 56px,transparent 57px 130px),repeating-linear-gradient(100deg,transparent 0 160px,rgba(192,132,252,.12) 161px 166px,transparent 167px 340px)}.hero-visual .floor-glow{position:absolute;left:0;right:0;bottom:0;height:45%;background:linear-gradient(0deg,rgba(120,60,190,.22),transparent 100%)}.v-logo{position:absolute;left:38%;top:52%;transform:translate(-50%,-50%);width:250px;height:330px;filter:drop-shadow(0 0 40px rgba(168,85,247,.75)) drop-shadow(0 20px 30px rgba(0,0,0,.6));z-index:2}.v-logo svg{width:100%;height:100%}.car-shape{position:absolute;right:0;bottom:16%;width:420px;opacity:.98;z-index:1}.car-shape svg{width:100%;height:auto;filter:drop-shadow(0 12px 20px rgba(0,0,0,.7))}.hero-live-tag{position:absolute;right:8%;bottom:10%;text-align:left}.hero-live-tag .live-now{color:var(--purple);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.6px}.hero-live-tag .fixture{font-size:18px;font-weight:700;margin-top:4px}.hero-live-tag .comp{font-size:12.5px;color:var(--text-dim)}.tiles{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;grid-gap:14px;gap:14px}.tile{position:relative;border:1px solid var(--border);border-radius:var(--radius);min-height:250px;padding:20px;display:flex;flex-direction:column;overflow:hidden;background:#111220}.tile-photo{position:absolute;inset:0;z-index:0;background-size:cover;background-position:50%}.tile-photo.duotone{filter:grayscale(.65) saturate(1.5) hue-rotate(-10deg) brightness(.85)}.tile .photo-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(8,6,14,.4),rgba(6,5,12,.35) 30%,rgba(5,5,10,.97) 96%)}.tile-eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.5px;color:var(--text-dim)}.tile-eyebrow,.tile-title{font-weight:800;position:relative;z-index:2}.tile-title{font-size:19px;margin:9px 0 7px;line-height:1.12}.tile-desc{font-size:12px;color:var(--text-dim);max-width:92%}.tile-cta,.tile-desc{position:relative;z-index:2}.tile-cta{margin-top:auto}.tile--feature .photo-overlay{background:linear-gradient(115deg,rgba(5,5,10,.55) 30%,rgba(5,5,10,.94) 78%)}.tile--product{background:radial-gradient(ellipse 70% 60% at 72% 45%,rgba(120,60,190,.28),transparent 70%),linear-gradient(160deg,#161320,#0a0912 75%)}.tech-canister{position:absolute;right:14px;top:14px;bottom:14px;width:38%;z-index:1;filter:drop-shadow(0 10px 16px rgba(0,0,0,.6))}.tech-canister svg{width:100%;height:100%}.tile-live-badge{position:absolute;top:16px;left:16px;z-index:2}.tile-play{width:42px;height:42px;border-radius:50%;background:var(--purple);display:grid;place-items:center;color:#0d0715;align-self:center;margin:auto;position:relative;z-index:2;box-shadow:0 0 0 7px rgba(168,85,247,.18)}.tile-duration{position:absolute;bottom:16px;right:16px;font-size:10.5px;background:rgba(0,0,0,.6);padding:3px 7px;border-radius:4px;z-index:2}.tile-link{font-size:11.5px;font-weight:700;color:var(--purple);text-transform:uppercase}.ticker{margin-top:16px;background:#050509;border:1px solid var(--border-soft);border-radius:10px;display:flex;align-items:center;gap:18px;padding:12px 18px;font-size:11px;color:var(--text-dim)}.ticker-brand{font-family:var(--font-display);font-style:italic;font-weight:700;font-size:14px;color:#fff;flex:none}.ticker-label{font-weight:800;text-transform:uppercase;font-size:10px;color:var(--text-dim2);flex:none}.ticker-items{display:flex;gap:18px;flex:1 1;min-width:0;overflow:hidden;white-space:nowrap}.ticker-items span b{color:var(--text);font-weight:500}.ticker-time{color:var(--text-dim2);margin-left:6px}.ticker-nav{display:flex;gap:6px;flex:none}.ticker-nav button{width:24px;height:24px;border-radius:5px;border:1px solid var(--border);background:transparent;color:var(--text-dim);display:grid;place-items:center;font-size:10px}.mc-back{font-size:12px;color:var(--text-dim);margin-bottom:14px;display:inline-block}.mc-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;grid-gap:16px;gap:16px}.mc-scorehead{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:26px 30px;text-align:center;margin-bottom:16px}.mc-comp{font-size:11px;color:var(--text-dim);text-transform:uppercase;letter-spacing:.4px;margin-bottom:12px}.mc-score-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:18px;gap:18px}.mc-team{display:flex;align-items:center;gap:13px;font-size:19px;font-weight:700;min-width:0}.mc-team.right{justify-content:flex-start;flex-direction:row-reverse;text-align:right}.mc-team-name{overflow-wrap:anywhere;min-width:0}.mc-score{font-size:44px;font-weight:700;display:flex;gap:16px;align-items:center;justify-content:center;font-family:var(--font-display)}.mc-score-status{font-size:15px;font-family:var(--font-body);color:var(--text-dim);letter-spacing:.3px}.mc-meta,.mc-score-status{font-weight:700;text-transform:uppercase}.mc-meta{font-size:11px;color:var(--purple);margin-top:10px}.mc-video{position:relative;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);aspect-ratio:16/8.4;background-size:cover;background-position:center 35%}.mc-video .crowd-glow{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,4,8,.25),rgba(4,4,8,.05) 30%,rgba(4,4,8,.75))}.pitch{background:linear-gradient(180deg,#0e2113,#0a190e);border:1px solid #1c3a22;border-radius:var(--radius);padding:16px;position:relative;margin:14px 0;overflow-x:auto}.pitch-halves{display:grid;grid-template-columns:1fr 1fr}.pitch-team-label{font-size:11px;font-weight:700;margin-bottom:2px}.pitch-formation{font-size:9px;color:#8fae93;margin-bottom:14px}.pitch-rows{display:flex;flex-direction:column;gap:22px}.pitch-line{display:flex;justify-content:space-evenly}.pitch-half.away .pitch-line{flex-direction:row-reverse}.p-dot{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:8px;color:#c9c9d8}.p-dot i{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;font-style:normal;font-weight:800;font-size:9px;color:#fff}.p-dot.home i{background:radial-gradient(circle at 35% 30%,#c084fc,#8b2fd6)}.p-dot.away i{background:radial-gradient(circle at 35% 30%,#f0a1c9,#c22e7a)}.stat-list{display:flex;flex-direction:column}.stat-row3{display:grid;grid-template-columns:34px 1fr 34px;align-items:center;grid-gap:8px;gap:8px;padding:9px 0;border-bottom:1px solid var(--border-soft);font-size:12px}.stat-row3:last-child{border-bottom:0}.stat-row3 .val{font-weight:800;text-align:center}.stat-row3 .lbl{text-align:center;color:var(--text-dim);font-size:11px}.event-row{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid var(--border-soft);font-size:12px}.event-row:last-child{border-bottom:0}.event-time{width:26px;color:var(--text-dim);font-size:11px}.event-icon{width:18px;text-align:center}.event-text{flex:1 1}.news-layout{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.news-featured{display:grid;grid-template-columns:1.6fr 1fr;grid-gap:20px;gap:20px;align-items:stretch}.news-featured-main{position:relative;display:flex;align-items:flex-end;min-height:360px;border-radius:var(--radius);overflow:hidden;background:linear-gradient(160deg,#171332,#0c0d18);border:1px solid var(--border)}.news-featured-main.news-no-image{min-height:240px}.news-photo{position:absolute;inset:0;background-size:cover;background-position:50%}.news-photo-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,6,16,0) 25%,rgba(6,6,16,.94))}.news-body{position:relative;z-index:1;padding:26px;width:100%}.news-cat-badge{display:inline-block;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;color:var(--purple);background:rgba(168,85,247,.14);border:1px solid rgba(168,85,247,.35);border-radius:5px;padding:3px 8px;margin-bottom:10px}.news-featured-title{font-family:var(--font-display);font-size:27px;line-height:1.18;font-weight:700;margin:0 0 10px;color:#fff}.news-meta{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--text-dim);text-transform:uppercase;letter-spacing:.3px;font-weight:700}.news-meta .dot{width:3px;height:3px;border-radius:50%;background:var(--text-dim2);flex:none}.news-excerpt{font-size:13px;color:var(--text-dim);margin:10px 0 0;line-height:1.55;max-width:60ch}.news-side-list{display:flex;flex-direction:column;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.news-side-item{display:block;padding:14px 16px;border-bottom:1px solid var(--border-soft)}.news-side-item:last-child{border-bottom:0}.news-side-item:hover{background:#15162a}.news-side-title{font-size:13px;font-weight:600;color:var(--text);line-height:1.35;margin-bottom:7px}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.news-card{display:block;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .15s,transform .15s}.news-card:hover{border-color:var(--purple-dim);transform:translateY(-2px)}.news-card-photo{height:150px;background-size:cover;background-position:50%;background-color:#15162a}.news-card-body{padding:14px 16px 16px}.news-card-title{font-size:14px;font-weight:700;color:var(--text);line-height:1.35;margin:8px 0 9px}.news-empty{padding:60px 20px;text-align:center;color:var(--text-dim);border:1px dashed var(--border);border-radius:var(--radius);margin-bottom:20px}.player-top{display:grid;grid-template-columns:1fr 260px 300px;grid-gap:16px;gap:16px;margin-bottom:16px}.player-card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:26px;display:flex;align-items:center;gap:26px;min-height:200px}.player-number{font-family:var(--font-display);font-size:72px;font-weight:700;color:#2c2d40;line-height:1}.player-photo{width:126px;height:158px;border-radius:8px;flex:none;overflow:hidden;position:relative;background-size:cover;background-position:center 18%}.player-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(165deg,rgba(120,70,190,.22),transparent 55%),linear-gradient(0deg,rgba(6,6,12,.35),transparent 40%)}.player-name{font-family:var(--font-display);font-size:32px;font-weight:600;text-transform:none}.player-sub{font-size:13px;color:var(--text-dim);margin-top:2px}.player-attrs{display:flex;gap:26px;margin-top:14px}.player-attrs div{font-size:12.5px}.player-attrs label{display:block;font-size:9.5px;text-transform:uppercase;color:var(--text-dim);margin-bottom:4px;letter-spacing:.3px}.season-stats{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:20px}.season-stats .ss-title{font-size:10.5px;text-transform:uppercase;color:var(--text-dim);font-weight:800;margin-bottom:14px;letter-spacing:.4px}.ss-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-row-gap:16px;row-gap:16px}.ss-grid label{display:block;font-size:10px;color:var(--text-dim);margin-bottom:5px;text-transform:uppercase}.ss-grid b{font-size:20px;font-weight:800}.stats-overview{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:20px;display:grid;grid-template-columns:1fr 1fr 170px;grid-gap:26px;gap:26px;align-items:center}.bar-metric label{display:flex;justify-content:space-between;font-size:11px;text-transform:uppercase;color:var(--text-dim);margin-bottom:8px}.bar-metric label b{color:var(--text);font-size:15px;text-transform:none}.bar-track{height:5px;background:#232437;border-radius:3px;overflow:hidden}.bar-track i{display:block;height:100%;background:linear-gradient(90deg,var(--purple-dim),var(--purple));border-radius:3px}.bar-col{display:flex;flex-direction:column;gap:22px}.sparkline{width:100%;height:90px}.ai-grid{display:grid;grid-template-columns:1.1fr 1.1fr .9fr;grid-gap:16px;gap:16px;margin-bottom:16px}.ai-col{display:flex;flex-direction:column;gap:16px}.ai-summary-head{display:flex;align-items:center;gap:14px;margin:6px 0 16px}.ai-summary-head .score{font-family:var(--font-display);font-size:26px;font-weight:600}.ai-summary-head .side{font-size:13px;font-weight:700;flex:1 1}.ai-summary-head .side.right{text-align:right}.ai-sub{font-size:10.5px;font-weight:800;text-transform:uppercase;color:var(--text-dim);letter-spacing:.4px;margin-bottom:8px}.ai-text{font-size:12.5px;line-height:1.65;color:#c7c8d6;margin-bottom:16px}.insight-row{display:flex;gap:10px;padding:10px 0;border-bottom:1px solid var(--border-soft);font-size:12.5px;line-height:1.5}.insight-row:last-child{border-bottom:0}.insight-dot{width:14px;height:14px;border-radius:50%;border:2px solid var(--text-dim);flex:none;margin-top:2px}.insight-dot.gold{border-color:var(--gold);background:var(--gold)}.xg-row{display:flex;align-items:baseline;justify-content:space-between;margin:6px 0 10px}.xg-row .num{font-family:var(--font-display);font-size:26px;font-weight:600}.xg-row .lbl{font-size:10px;color:var(--text-dim);text-transform:uppercase}.xg-bar{height:7px;border-radius:4px;overflow:hidden;display:flex;background:#232437}.xg-bar i{display:block;height:100%}.danger-pitch{width:100%;aspect-ratio:4/3;border-radius:8px;overflow:hidden;border:1px solid #1c3a22}.footnote{font-size:10.5px;color:var(--text-dim2);margin-top:6px}.footnote b{color:var(--text-dim)}@media (max-width:1180px){.player-top{grid-template-columns:1fr 1fr}.player-top .ad-col{grid-column:1/-1}.ai-grid{grid-template-columns:1fr 1fr}.ai-grid .ai-col:last-child{grid-column:1/-1}}@media (max-width:980px){.nav{gap:14px}.home-grid,.home-top,.hub-grid,.hub-grid.wide-aside,.mc-layout{grid-template-columns:1fr}.mc-layout>*{min-width:0}.home-grid{grid-template-rows:auto auto}.home-grid .ad-col,.home-top .ad-col,.hub-grid>.ad-col{display:none}.hero{grid-template-columns:1fr;min-height:auto}.hero-visual{display:none}.tiles{grid-template-columns:1fr 1fr}.two-col{grid-template-columns:1fr}.comp-row{grid-template-columns:repeat(3,1fr)}.player-top{grid-template-columns:1fr}.stats-overview{grid-template-columns:1fr 1fr}.stats-overview .sparkline{grid-column:1/-1}.ai-grid{grid-template-columns:1fr}.ai-grid .ai-col:last-child{grid-column:auto}.news-featured{grid-template-columns:1fr}.news-grid{grid-template-columns:repeat(2,1fr)}.rail{display:none}.main{margin-left:0;width:100%}.header{padding:0 20px;gap:20px}.nav{gap:16px}.nav a:nth-child(n+4){display:none}.header-actions{gap:10px}.menu-toggle{display:grid}.mobile-menu{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#050509;padding:10px 20px 16px;gap:2px;z-index:29}.mobile-menu,.mobile-menu a{border-bottom:1px solid var(--border-soft)}.mobile-menu a{padding:12px 4px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;color:var(--text-dim)}.mobile-menu a:last-child{border-bottom:0}.mobile-menu a.active{color:var(--purple)}}@media (max-width:640px){.header{padding:0 14px;gap:10px}.logo{font-size:20px}.nav{gap:12px}.nav a:nth-child(n+3){display:none}.header-actions{gap:8px}.header-actions .btn:not(.btn-primary){display:none}.header-actions .btn{padding:7px 12px;font-size:10.5px}.search-results{position:fixed;left:14px;right:14px;top:56px}.search{width:120px}.main{padding:16px 14px 40px}.hero-title{font-size:32px}.hero-kicker{font-size:15px}.tiles{grid-template-columns:1fr}.comp-row{grid-template-columns:repeat(2,1fr)}.score-line{grid-template-columns:1fr;grid-template-areas:"home" "score" "away";row-gap:6px;min-width:0}.score-line-team{grid-area:home}.score-line-team,.score-line-team.away{flex-direction:row;text-align:left;justify-content:flex-start}.score-line-team.away{grid-area:away}.score-line-score{grid-area:score;justify-self:start;padding-left:calc(var(--crest-size, 26px) + 8px)}.mc-score-row{grid-template-columns:1fr;text-align:center}.mc-team,.mc-team.right{justify-content:center;flex-direction:row}.mc-score{justify-content:center}.ticker-items span:nth-child(n+2){display:none}.filters-row{flex-direction:column}.news-grid{grid-template-columns:1fr}.news-featured-main{min-height:280px}.news-featured-title{font-size:22px}.pitch-halves{grid-template-columns:1fr}.pitch-half{min-width:360px}.pitch-half.away{margin-top:20px}.pitch-half.away .pitch-line{flex-direction:row}.pitch-half.away .pitch-formation,.pitch-half.away .pitch-team-label{text-align:left}.p-dot{font-size:7px}.player-card{flex-wrap:wrap;gap:14px 18px}.player-attrs{flex-wrap:wrap;row-gap:10px}.ss-grid{grid-template-columns:1fr 1fr}.stats-overview{grid-template-columns:1fr}.stats-overview .sparkline{width:100%}}@font-face{font-family:Oswald;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b3097673cd409a21-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Oswald;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/2409d02eaee47cb9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Oswald;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b72a6a678d511e3a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Oswald;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/a33a3f3323a75998-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Oswald;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/bd9b9909c3a641ff-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Oswald;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b3097673cd409a21-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Oswald;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/2409d02eaee47cb9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Oswald;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b72a6a678d511e3a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Oswald;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/a33a3f3323a75998-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Oswald;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/bd9b9909c3a641ff-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Oswald;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b3097673cd409a21-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Oswald;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/2409d02eaee47cb9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Oswald;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b72a6a678d511e3a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Oswald;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a33a3f3323a75998-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Oswald;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/bd9b9909c3a641ff-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Oswald Fallback;src:local("Arial");ascent-override:146.51%;descent-override:35.49%;line-gap-override:0.00%;size-adjust:81.43%}.__className_d4f1d5{font-family:Oswald,Oswald Fallback;font-style:normal}.__variable_d4f1d5{--font-display:"Oswald","Oswald Fallback"}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_8b3a0b{font-family:Inter,Inter Fallback;font-style:normal}.__variable_8b3a0b{--font-body:"Inter","Inter Fallback"}