:root{color-scheme:dark;--bg: #07140f;--bg-elevated: rgba(11, 23, 17, .82);--panel: rgba(15, 31, 23, .9);--panel-strong: rgba(18, 38, 29, .98);--line: rgba(255, 255, 255, .09);--text: #eff7f2;--muted: rgba(239, 247, 242, .72);--accent: #d2ff62;--accent-2: #53d3b1;--accent-3: #7bc4ff;--danger: #ff7668;--warning: #ffd36b;--success: #68df92;--shadow: 0 18px 50px rgba(0, 0, 0, .35);--radius-lg: 28px;--radius-md: 20px;--radius-sm: 14px;--navbar-height: 82px;--navbar-brand-logo-height: 48px;--navbar-brand-logo-height-mobile: 40px;--container: min(1180px, calc(100vw - 2rem));font-family:Avenir Next,Helvetica Neue,Segoe UI,sans-serif;background:radial-gradient(circle at top left,rgba(83,211,177,.2),transparent 28%),radial-gradient(circle at 80% 0%,rgba(210,255,98,.18),transparent 20%),linear-gradient(180deg,#08120d 0%,#091915 45%,#07110d 100%);color:var(--text)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{margin:0;min-height:100vh;background:radial-gradient(circle at 20% 20%,rgba(83,211,177,.15),transparent 28%),radial-gradient(circle at 80% 0%,rgba(210,255,98,.12),transparent 22%),linear-gradient(180deg,#08120d 0%,#091915 45%,#07110d 100%);color:var(--text)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select{font:inherit}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.app-shell{min-height:100vh;position:relative;overflow:clip}.app-shell:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:44px 44px;pointer-events:none;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.8),transparent 90%);mask-image:linear-gradient(180deg,rgba(0,0,0,.8),transparent 90%)}.container{width:var(--container);margin:0 auto}.page{position:relative;z-index:1}.page--login{padding:2rem 0 4rem}.login-page{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,440px);gap:1.5rem;align-items:center;min-height:calc(100vh - 220px)}.login-page__copy{max-width:560px}.login-page__eyebrow{margin:0 0 .75rem;color:var(--accent);text-transform:uppercase;letter-spacing:.16em;font-size:.78rem}.login-page__copy h1{margin:0 0 1rem;font-size:clamp(2rem,4vw,4rem);line-height:.98}.login-page__copy p{margin:0;max-width:46ch;color:var(--muted);font-size:1.02rem;line-height:1.7}.login-page__card{padding:1.25rem}.login-page__form{display:grid;gap:1rem}.navbar{position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:rgba(5,12,9,.72);border-bottom:1px solid var(--line)}.navbar__inner{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;min-height:var(--navbar-height);padding-block:.5rem;flex-wrap:nowrap}.navbar__overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;z-index:9999;display:block;opacity:0;visibility:hidden;pointer-events:none;background:rgba(8,16,12,.96);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;transform:translateY(-.5rem);transition:opacity .22s ease-out,transform .22s ease-out,visibility 0s linear .22s}.navbar__overlay--open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition:opacity .22s ease-out,transform .22s ease-out,visibility 0s linear 0s}.navbar__overlay-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;padding:0;background:transparent;opacity:0;transition:opacity .22s ease-out}.navbar__overlay--open .navbar__overlay-backdrop{opacity:1}.navbar__overlay-panel{position:relative;z-index:1;min-height:100%;padding:calc(1rem + env(safe-area-inset-top)) 0 1.25rem;transform:translateY(-.5rem);opacity:0;transition:opacity .22s ease-out,transform .22s ease-out}.navbar__overlay--open .navbar__overlay-panel{transform:translateY(0);opacity:1}.brand{display:inline-flex;align-items:center;min-width:0;flex:0 0 auto;line-height:0}.brand__logo{width:auto;height:var(--navbar-brand-logo-height);max-width:min(100%,270px);object-fit:contain;image-rendering:auto;opacity:1;filter:none;mix-blend-mode:normal}.site-logo--desktop{display:block;height:48px;width:auto;max-width:240px;object-fit:contain;opacity:1;filter:none;mix-blend-mode:normal}.site-logo--mobile{display:none;height:40px;width:auto;object-fit:contain;opacity:1;filter:none;mix-blend-mode:normal}.navbar__nav{display:flex;align-items:center;gap:1rem;color:var(--muted);flex-shrink:0;white-space:nowrap}.navbar__nav a{transition:color .16s ease}.navbar__nav a:hover,.navbar__nav a:focus-visible{color:var(--text)}.navbar__nav a[aria-current=page],.navbar__nav a.is-active{color:var(--accent)}.navbar__actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0;flex-wrap:nowrap;white-space:nowrap}.navbar__mobile-controls{display:none;align-items:center;gap:.5rem;margin-left:auto;flex-shrink:0;white-space:nowrap}.language-selector{position:relative;display:inline-flex;align-items:center;flex-shrink:0}.language-selector__trigger{display:inline-flex;align-items:center;gap:.42rem;min-height:42px;padding:.56rem .9rem;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.045);color:var(--text);cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease;white-space:nowrap}.language-selector__trigger:hover,.language-selector__trigger:focus-visible,.language-selector__trigger.is-open{background:rgba(255,255,255,.08);border-color:#d2ff6238;box-shadow:0 0 0 1px #d2ff6214,0 12px 30px #00000047}.language-selector__trigger:hover{transform:translateY(-1px)}.language-selector__trigger--compact{min-height:40px;padding:.5rem .6rem;gap:.28rem}.language-selector__trigger-icon,.language-selector__trigger-flag{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.language-selector__trigger-icon{color:var(--accent)}.language-selector__trigger-flag,.language-selector__option-flag{font-size:1rem;line-height:1}.language-selector__trigger-code{font-size:.82rem;font-weight:800;letter-spacing:.12em}.language-selector__trigger-chevron{flex-shrink:0;color:var(--muted);transition:transform .16s ease,color .16s ease}.language-selector__trigger.is-open .language-selector__trigger-chevron{transform:rotate(180deg);color:var(--text)}.language-selector__menu{position:absolute;top:calc(100% + .55rem);right:0;z-index:70;display:grid;gap:.2rem;min-width:16rem;width:max-content;max-width:min(88vw,20rem);padding:.45rem;border-radius:18px;border:1px solid rgba(255,255,255,.09);background:rgba(8,17,12,.98);box-shadow:0 24px 60px #0006;transform-origin:top right;animation:languageSelectorOpen .17s ease-out both}.language-selector__option{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.7rem;min-height:2.75rem;padding:.62rem .75rem;border:0;border-radius:14px;background:transparent;color:var(--text);cursor:pointer;text-align:left;transition:background .15s ease,color .15s ease,transform .15s ease}.language-selector__option:hover,.language-selector__option:focus-visible{background:rgba(255,255,255,.06)}.language-selector__option:focus-visible{outline:2px solid rgba(210,255,98,.32);outline-offset:0}.language-selector__option.is-active{background:rgba(84,211,177,.12);color:#f6fff8}.language-selector__option.is-active .language-selector__option-label{color:#dfffea}.language-selector__option.is-active .language-selector__option-flag{filter:saturate(1.15)}.language-selector__option-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#eff7f2f0}.language-selector__option-meta{display:inline-flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0}.user-menu__trigger{padding-inline:.85rem .95rem}.user-menu__trigger-label{max-width:9rem;font-size:.8rem;letter-spacing:.04em;text-transform:none;overflow:hidden;text-overflow:ellipsis}.user-menu__menu{min-width:13.5rem}.user-menu__option{grid-template-columns:minmax(0,1fr)}.user-menu__option-label{padding-right:.1rem}.user-menu__option.is-danger{color:#ffd7d1}.user-menu__option.is-danger:hover,.user-menu__option.is-danger:focus-visible{background:rgba(255,118,104,.1)}.account-onboarding{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:grid;place-items:center;padding:1rem;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility 0s linear .22s}.account-onboarding--open{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .22s ease,visibility 0s linear 0s}.account-onboarding__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;padding:0;background:radial-gradient(circle at top,rgba(83,211,177,.12),transparent 36%),rgba(6,14,10,.94);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.account-onboarding__panel{position:relative;z-index:1;width:min(100%,720px);max-height:min(88vh,860px);overflow:auto;border-radius:28px;border:1px solid rgba(255,255,255,.09);background:linear-gradient(180deg,rgba(17,33,25,.98),rgba(9,18,13,.99));box-shadow:0 32px 80px #00000085;padding:1.1rem;animation:accountOnboardingOpen .18s ease-out both}.account-onboarding__top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.account-onboarding__eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:800}.account-onboarding__close{min-height:40px;padding:0 .9rem;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.04);color:var(--text);cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease}.account-onboarding__close:hover,.account-onboarding__close:focus-visible{background:rgba(255,255,255,.08);border-color:#d2ff6238}.account-onboarding__hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(190px,240px);gap:1rem;align-items:start}.account-onboarding__copy h2{margin:0;font-size:clamp(1.7rem,3vw,2.4rem);line-height:.98;letter-spacing:-.04em}.account-onboarding__copy p{margin:.7rem 0 0;color:var(--muted);line-height:1.6}.account-onboarding__highlight{display:grid;gap:.35rem;padding:.95rem 1rem;border-radius:20px;border:1px solid rgba(210,255,98,.16);background:radial-gradient(circle at top left,rgba(83,211,177,.12),transparent 55%),rgba(255,255,255,.04)}.account-onboarding__highlight-label{color:var(--muted);font-size:.74rem;letter-spacing:.14em;text-transform:uppercase}.account-onboarding__highlight strong{color:var(--accent);font-size:.98rem}.account-onboarding__body{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(250px,.85fr);gap:1rem;margin-top:1rem}.account-onboarding__benefits,.account-onboarding__roadmap{display:grid;gap:.7rem}.account-onboarding__benefit,.account-onboarding__roadmap{border-radius:22px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035)}.account-onboarding__benefit{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.8rem;align-items:start;padding:.85rem .9rem}.account-onboarding__benefit-icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;background:rgba(210,255,98,.12);color:var(--accent);flex-shrink:0}.account-onboarding__benefit-copy strong{display:block;font-size:.96rem}.account-onboarding__benefit-copy p{margin:.28rem 0 0;color:var(--muted);line-height:1.5;font-size:.92rem}.account-onboarding__roadmap{padding:.9rem;gap:.75rem}.account-onboarding__roadmap-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;color:var(--accent);text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:800}.account-onboarding__roadmap-steps{display:grid;gap:.55rem}.account-onboarding__roadmap-step{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.7rem;align-items:start;padding:.72rem .76rem;border-radius:16px;background:rgba(255,255,255,.04)}.account-onboarding__roadmap-index{display:inline-flex;align-items:center;justify-content:center;width:1.4rem;height:1.4rem;border-radius:999px;background:rgba(83,211,177,.16);color:#dfffea;font-size:.75rem;font-weight:800}.account-onboarding__roadmap-copy{min-width:0;display:grid;gap:.28rem}.account-onboarding__roadmap-copy svg{color:var(--accent)}.account-onboarding__roadmap-copy strong{font-size:.92rem}.account-onboarding__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.75rem;margin-top:1rem}.account-onboarding__primary,.account-onboarding__secondary{min-width:0}.account-onboarding__toast{position:fixed;left:50%;bottom:1.25rem;z-index:10001;transform:translate(-50%);padding:.85rem 1rem;border-radius:999px;border:1px solid rgba(210,255,98,.16);background:rgba(9,19,13,.98);color:var(--text);box-shadow:0 20px 50px #0000006b;animation:accountToastIn .18s ease-out both}@keyframes accountOnboardingOpen{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes accountToastIn{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes languageSelectorOpen{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.navbar__overlay-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.9rem}.navbar__mobile-section{display:grid;gap:.7rem}.navbar__mobile-section-label{color:var(--accent);text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:800}.navbar__mobile-divider{height:1px;margin:.95rem 0;background:var(--line)}.navbar__overlay-label{color:var(--accent);text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:800}.navbar__overlay-close{min-height:44px;padding:0 .95rem;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.04);color:var(--text);cursor:pointer}.button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:46px;padding:.85rem 1.15rem;border-radius:999px;border:1px solid transparent;cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease,color .16s ease;white-space:nowrap}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.55;cursor:not-allowed;transform:none}.button--primary{background:linear-gradient(135deg,var(--accent) 0%,#c4ff92 100%);color:#09110c;font-weight:700}.button--secondary{background:rgba(255,255,255,.04);color:var(--text);border-color:var(--line)}.hero{position:relative;padding:3.5rem 0 2.5rem;--container: min(1300px, calc(100vw - 2rem))}.hero__inner{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center}.hero__content{position:relative;padding:2rem 0}.hero__content:before{content:"";position:absolute;left:-1.25rem;top:-.75rem;width:min(24rem,48vw);height:min(16rem,34vw);border-radius:50%;background:radial-gradient(circle,rgba(83,211,177,.12),transparent 68%);filter:blur(14px);opacity:.9;pointer-events:none;z-index:-1}.hero__eyebrow,.section__eyebrow,.section-eyebrow{margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--accent);font-size:.78rem}.title-hero,.title-page,.title-section{margin:0;letter-spacing:-.04em;font-family:Georgia,Times New Roman,serif;color:var(--text);text-wrap:balance}.title-hero{max-width:none;font-size:clamp(3rem,7vw,6.4rem);line-height:.92;font-weight:800;white-space:normal;overflow:visible;text-overflow:clip}.title-page{max-width:12ch;font-size:clamp(2.25rem,4.8vw,4.15rem);line-height:.98;font-weight:700;font-family:inherit;color:#ffffffeb}.page-hero{display:grid;gap:.45rem;margin-bottom:1.25rem}.page-hero__backlink{padding-bottom:.25rem}.page-hero__backlink a{display:inline-flex;align-items:center;color:var(--muted);font-size:.92rem;letter-spacing:.01em}.page-hero__backlink a:hover,.page-hero__backlink a:focus-visible{color:var(--text)}.page-hero__eyebrow{margin:0 0 .15rem;color:var(--accent);font-size:.76rem;font-weight:800;letter-spacing:.2em;line-height:1.2;text-transform:uppercase}.page-hero__title{max-width:18ch;margin:0;color:#ffffffeb;font-family:inherit;font-size:clamp(2.1rem,4.2vw,3.7rem);font-weight:700;letter-spacing:-.055em;line-height:1;text-wrap:balance}.page-hero__description{max-width:60ch;margin:.15rem 0 0;color:var(--muted);font-size:.98rem;line-height:1.6}.page-hero__actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:.45rem}.title-section{max-width:16ch;font-size:clamp(1.35rem,2.4vw,2.2rem);line-height:1.05;font-weight:600}.hero__subtitle,.section__subtitle,.section__heading p,.card p,.footer p,.state p,.player-card__top p,.prediction-card__explanation,.source-card p,.team-detail__meta,.match-card__meta,.summary-card span{color:var(--muted)}.page--home .title-hero{font-size:clamp(2.7rem,6vw,5.7rem);line-height:.94}.hero__subtitle{max-width:56ch;margin:1.25rem 0 0;font-size:1.08rem;line-height:1.75}.hero__actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.6rem}.hero__bullets{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.6rem}.hero__bullets span{padding:.6rem .85rem;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid var(--line);color:var(--text)}.hero__featured{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr);gap:.45rem;align-items:start;height:100%;min-height:100%;padding:.82rem .82rem .68rem;border-radius:28px;background:radial-gradient(circle at 18% 0%,rgba(210,255,98,.08),transparent 24%),rgba(8,20,14,.78);border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 38px #0000003d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease,opacity .18s ease}.hero__featured--active{border-color:#7bc4ff38;box-shadow:0 20px 40px #0000003d,0 0 0 1px #7bc4ff14;transform:translateY(-1px)}.hero__featured-section-title{margin:0;padding:0 0 .08rem;color:var(--accent);text-transform:uppercase;letter-spacing:.2em;font-size:.7rem;font-weight:800;border-bottom:1px solid rgba(255,255,255,.07)}.hero__featured-section-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.45rem .8rem}.hero__featured-name{display:-webkit-box;min-width:0;color:#fff;letter-spacing:-.05em;font-size:clamp(1.28rem,2.2vw,1.56rem);font-weight:800;line-height:1.02;overflow:hidden;text-overflow:ellipsis;word-break:normal;overflow-wrap:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.hero__featured-top{display:grid;width:100%;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:clamp(10px,1.1vw,16px);align-items:center;min-height:0}.hero__featured-left{min-width:0;width:100%;display:grid;gap:clamp(8px,.95vw,12px)}.hero__featured-profile{min-width:0;display:grid;grid-template-columns:96px minmax(0,1fr);gap:12px;align-items:start}.hero__featured-avatar{width:96px;height:96px}.hero__featured-identity{min-width:0;display:grid;gap:.28rem;align-self:start}.hero__featured-right{display:grid;justify-items:center;min-width:0;width:100%;justify-self:end;align-self:center;position:static;z-index:auto;max-width:clamp(198px,24vw,288px)}.hero__featured-radar-wrap{width:min(100%,288px);aspect-ratio:1 / 1;margin:14px auto 0;position:relative;overflow:visible;display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:8px;border:1px solid rgba(126,249,216,.08);box-shadow:0 0 0 1px #56dff505,0 10px 18px #00000029}.hero__featured-radar-wrap .skill-radar{width:100%;height:100%;max-width:none;box-sizing:border-box}.hero__featured-radar-wrap .skill-radar__svg{width:100%;height:100%;aspect-ratio:auto}.hero__featured-right .skill-radar{width:100%;max-width:100%}.hero__featured-player-link{display:block;min-width:0;max-width:100%;color:inherit;text-decoration:none;cursor:pointer}.hero__featured-player-link:hover .hero__featured-name,.hero__featured-player-link:focus-visible .hero__featured-name{color:var(--accent)}.hero__featured-confidence{display:grid;gap:.2rem;align-self:start;min-width:0;width:100%;max-width:100%;margin-top:0;min-height:76px;padding:7px 10px;border-radius:28px;border:1px solid rgba(210,255,98,.12);background:linear-gradient(135deg,rgba(210,255,98,.14),rgba(83,211,177,.08)),rgba(255,255,255,.04);box-shadow:inset 0 0 0 1px #ffffff05,0 0 0 1px #d2ff620a,0 18px 36px #0000002e}.hero__featured-confidence span{color:var(--muted);font-size:.68rem;letter-spacing:.16em;text-transform:uppercase}.hero__featured-confidence strong{color:var(--success);font-size:clamp(.92rem,2.6vw,1.34rem);letter-spacing:-.05em;line-height:.95}.hero__featured-confidence-bar{width:100%;height:8px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden}.hero__featured-confidence-bar>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,rgba(126,249,216,.95),rgba(90,223,245,.95));box-shadow:0 0 14px #7ef9d859}.hero__featured-meta{min-width:0;display:flex;flex-direction:column;gap:14px;margin-top:6px;color:#ffffffc2;line-height:1.2}.hero__featured-position,.hero__featured-country,.hero__featured-club{min-width:0;white-space:normal}.hero__featured-position{color:var(--muted);font-size:.9rem}.hero__featured-country,.hero__featured-club{color:var(--text);font-size:.95rem}.hero__featured-country-row{display:flex;align-items:center;gap:10px;min-width:0}.hero__featured-flag{width:28px;height:18px;flex:0 0 28px;display:block;overflow:hidden;border-radius:3px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08)}.hero__featured-flag img{display:block;width:100%;height:100%;object-fit:contain}.skill-radar{position:relative;min-width:0;width:min(100%,var(--skill-radar-size, 320px));margin-inline:auto;padding:.24rem;border-radius:19px;border:1px solid rgba(126,249,216,.18);box-shadow:0 0 0 1px #56dff50f,0 18px 32px #00000038,0 0 24px #00b4ff17,inset 0 0 0 1px #ffffff04;overflow:hidden}.skill-radar__svg{display:block;width:100%;aspect-ratio:1;overflow:visible}.skill-radar__grid{fill:none}.skill-radar__core{pointer-events:none}.skill-radar__ring{fill:none;stroke:#7ef9d833;stroke-width:1;stroke-dasharray:1.5 4}.skill-radar__ring--outer{stroke:#7ef9d866;stroke-dasharray:none;stroke-width:1.15}.skill-radar__axis-line{stroke:#56dff51f;stroke-width:1}.skill-radar__axis-dot{fill:#7ef9d8b8}.skill-radar__label{fill:var(--text);font-size:10px;font-weight:750;letter-spacing:.05em;paint-order:stroke fill;stroke:#040e14e0;stroke-width:2px}.skill-radar__value{fill:#7ef9d8;font-size:8.5px;font-weight:800;letter-spacing:.14em;paint-order:stroke fill;stroke:#040e14e0;stroke-width:1.6px}.skill-radar__area{fill:url(#skill-radar-fill);opacity:1}.skill-radar__outline{fill:none;stroke:url(#skill-radar-line);stroke-width:3}.skill-radar__point{fill:#56dff5;stroke:#040e14eb;stroke-width:1.4}.skill-radar__point-core{fill:#dfffff;opacity:.92}.skill-radar__summary{pointer-events:none}.skill-radar__summary-value{fill:#ecfffb;font-size:26px;font-weight:800;letter-spacing:-.06em;paint-order:stroke fill;stroke:#040e14e0;stroke-width:2px}.skill-radar__summary-label{fill:#7ef9d8;font-size:7.2px;font-weight:800;letter-spacing:.22em;paint-order:stroke fill;stroke:#040e14e6;stroke-width:1.4px}.hero__featured-panels{display:grid;gap:.38rem;grid-column:1 / -1;width:100%;min-height:0}.hero__featured-panel{display:grid;gap:.24rem;padding:.42rem .64rem;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.026)),rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.055)}.hero__featured-panel-label{color:var(--muted);font-size:.66rem;letter-spacing:.14em;text-transform:uppercase}.hero__featured-status{display:flex;flex-wrap:wrap;gap:.22rem}.hero__featured-status span{padding:.34rem .5rem;border-radius:999px;background:rgba(210,255,98,.08);border:1px solid rgba(210,255,98,.1);color:var(--text);font-size:.72rem}.hero__featured-panel--trend p{margin:0;color:var(--text);line-height:1.34;font-size:.81rem}.hero__featured-panel--metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;padding:0;background:transparent;border:0}.hero__featured-metric{display:grid;gap:.16rem;min-height:68px;align-content:center;justify-items:center;text-align:center;padding:.5rem .55rem;border-radius:16px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.05)}.hero__featured-metric strong{color:var(--text);font-size:1.16rem;letter-spacing:-.05em;line-height:1}.hero__visual{display:grid;gap:.85rem;min-height:580px;padding:1rem;align-content:start}.hero__demo-card.hero__preview-card--match{gap:.78rem;padding:.72rem .96rem .92rem}.hero__demo{position:relative;--hero-demo-card-height: clamp(760px, 80vh, 900px)}.hero__demo-nav{position:relative;z-index:40;pointer-events:auto;touch-action:manipulation;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.35rem;padding:.36rem;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:rgba(8,20,14,.54);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero__demo-tab{position:relative;z-index:21;pointer-events:auto;touch-action:manipulation;cursor:pointer;display:grid;justify-items:center;gap:.45rem;width:100%;min-height:3.05rem;padding:.66rem .6rem .68rem;border-radius:16px;border:1px solid transparent;background:rgba(255,255,255,.02);color:var(--text);text-align:center;box-shadow:none;transition:border-color .22s ease-out,background .22s ease-out,box-shadow .22s ease-out,transform .22s ease-out}.hero__preview-step:before{content:"";position:absolute;inset:.5rem .55rem auto;height:1px;border-radius:999px;background:linear-gradient(90deg,rgba(210,255,98,.12),rgba(83,211,177,.02));opacity:.85;pointer-events:none}.hero__demo-tab:hover,.hero__demo-tab:focus-visible{border-color:#ffffff24;background:rgba(255,255,255,.04);transform:translateY(-1px)}.hero__demo-tab:focus-visible{outline:2px solid rgba(210,255,98,.68);outline-offset:2px}.hero__demo-tab--active{border-color:#d2ff623d;background:linear-gradient(180deg,rgba(210,255,98,.08),rgba(83,211,177,.05)),rgba(8,20,14,.76);box-shadow:0 18px 34px #00000038,inset 0 0 0 1px #d2ff6214;transform:translateY(-1px)}.hero__demo-tab-label{font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;line-height:1.1}.hero__demo-tab-bar{position:relative;width:100%;height:.38rem;border-radius:999px;background:rgba(255,255,255,.05);overflow:hidden}.hero__demo-tab-bar>span{display:block;width:100%;height:100%;border-radius:inherit;background:linear-gradient(90deg,rgba(210,255,98,.92),rgba(83,211,177,.78));transform:scaleX(0);transform-origin:left center;transition:transform .18s ease}.hero__demo-tab--active .hero__demo-tab-bar>span{transform:scaleX(1)}.hero__demo-engine{position:relative;z-index:2;display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;margin-top:.35rem;padding:.55rem .7rem;border-radius:999px;border:1px solid rgba(255,255,255,.07);background:rgba(6,14,10,.58);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:none}.hero__demo-engine-label{color:var(--accent);font-size:.63rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.hero__demo-engine-chip{position:relative;min-width:0;padding-left:.7rem;color:var(--text);font-size:.66rem;line-height:1.2;white-space:nowrap}.hero__demo-engine-chip:before{content:"";position:absolute;left:.1rem;top:50%;width:.32rem;height:.32rem;margin-top:-.16rem;border-radius:50%;background:var(--accent);box-shadow:0 0 #d2ff622e;animation:pulseSoft 2.8s ease-in-out infinite}.hero__demo-stage{position:relative;z-index:1;height:var(--hero-demo-card-height);min-height:var(--hero-demo-card-height);padding:.7rem 0 .8rem;overflow:hidden;isolation:isolate;pointer-events:none;--hero-demo-center-shift: 18px}.hero__demo-stage--player-focus{padding-bottom:.8rem}.hero__demo-stage:before,.hero__demo-stage:after{content:"";position:absolute;inset-inline:1rem;height:3.4rem;pointer-events:none;z-index:4}.hero__demo-stage:before{top:0;background:linear-gradient(180deg,rgba(7,16,12,.86),transparent)}.hero__demo-stage:after{bottom:0;background:linear-gradient(0deg,rgba(7,16,12,.86),transparent)}.hero__pitch{position:relative;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:0;min-height:0;height:100%;padding:1rem;border-radius:calc(var(--radius-lg) + 14px);border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 20% 12%,rgba(83,211,177,.12),transparent 24%),radial-gradient(circle at 82% 18%,rgba(210,255,98,.12),transparent 22%),linear-gradient(180deg,rgba(11,32,21,.94),rgba(7,18,13,.98));overflow:hidden;box-shadow:var(--shadow);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.hero__pitch:before{content:"";position:absolute;top:.95rem;right:.95rem;bottom:.95rem;left:.95rem;border:1px solid rgba(255,255,255,.11);border-radius:28px;pointer-events:none}.hero__pitch:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 11.5%,rgba(255,255,255,.09) 11.5%,rgba(255,255,255,.09) 12.5%,transparent 12.5%,transparent 87.5%,rgba(255,255,255,.09) 87.5%,rgba(255,255,255,.09) 88.5%,transparent 88.5%),linear-gradient(180deg,transparent 11.5%,rgba(255,255,255,.09) 11.5%,rgba(255,255,255,.09) 12.5%,transparent 12.5%,transparent 87.5%,rgba(255,255,255,.09) 87.5%,rgba(255,255,255,.09) 88.5%,transparent 88.5%);opacity:.65;pointer-events:none}.hero__pitch-glow{position:absolute;border-radius:50%;filter:blur(8px);pointer-events:none}.hero__pitch-glow--one{width:140px;height:140px;top:-28px;right:-10px;background:radial-gradient(circle,rgba(210,255,98,.22),transparent 68%)}.hero__pitch-glow--two{width:160px;height:160px;left:-30px;bottom:-44px;background:radial-gradient(circle,rgba(83,211,177,.2),transparent 70%)}.hero__preview-card{position:relative;z-index:1;display:grid;gap:.86rem;min-height:100%;padding:1rem 1.02rem;border-radius:24px;background:rgba(8,20,14,.82);border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 18px 38px #0000003d;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease,opacity .18s ease}.hero__preview-card--active{border-color:#d2ff6238;box-shadow:0 22px 46px #00000047,0 0 0 1px #d2ff6214;transform:translateY(-1px)}.hero__preview-card--match{align-self:start}.hero__preview-card--player{align-self:end}.hero__preview-card--prediction{gap:.82rem;padding-top:1.06rem}.hero__preview-topline{display:flex;align-items:start;justify-content:space-between;gap:.75rem}.hero__preview-topline strong{display:block;margin-top:.28rem;color:var(--text);font-size:1.08rem;letter-spacing:-.03em;line-height:1.05}.hero__prediction-match{display:flex;align-items:end;justify-content:space-between;gap:.75rem;padding:.9rem .98rem;border-radius:18px;background:linear-gradient(135deg,rgba(210,255,98,.1),rgba(83,211,177,.05)),rgba(255,255,255,.03);border:1px solid rgba(210,255,98,.09)}.hero__prediction-match-label{display:block;color:var(--muted);font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.hero__prediction-match strong{color:var(--accent);font-size:1.65rem;letter-spacing:-.06em;line-height:1}.hero__prediction-probabilities{display:grid;gap:.42rem}.hero__prediction-probability{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.35rem .6rem;align-items:center}.hero__prediction-probability span:first-child{min-width:0;color:var(--muted);font-size:.68rem;text-transform:uppercase;letter-spacing:.1em}.hero__prediction-probability strong{color:var(--text);font-size:.78rem;letter-spacing:-.02em}.hero__prediction-probability-bar{grid-column:1 / -1;display:block;height:.34rem;border-radius:999px;overflow:hidden;background:rgba(255,255,255,.05)}.hero__prediction-probability-bar>span{display:block;width:var(--probability-width, 0%);height:100%;border-radius:inherit;background:linear-gradient(90deg,rgba(210,255,98,.92),rgba(83,211,177,.78))}.hero__prediction-summary{display:none}.hero__prediction-explanation{margin:0;color:var(--muted);line-height:1.42;font-size:.86rem}.hero__preview-card-top{display:flex;align-items:center;justify-content:space-between;gap:.55rem}.hero__preview-context{display:grid;justify-items:start;gap:.18rem}.hero__preview-context-label{color:var(--muted);font-size:.69rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.hero__preview-card-top>span,.hero__preview-card-top div>span,.hero__preview-doubts span{color:var(--muted)}.hero__preview-card-top>span{font-size:.76rem;white-space:normal;overflow:visible;text-overflow:clip}.hero__preview-card-top strong{display:block;margin-top:.35rem;font-size:1.02rem;letter-spacing:-.02em}.hero__preview-eyebrow{margin:0;color:var(--accent);text-transform:uppercase;letter-spacing:.18em;font-size:.72rem}.hero__fixture{display:grid;grid-template-columns:minmax(0,1.08fr) 96px minmax(0,1.08fr);align-items:center;gap:.62rem;min-width:0;padding:.12rem 0}.hero__fixture-team{display:flex;align-items:center;gap:.75rem;min-width:0;width:100%}.hero__fixture-team-copy{min-width:0;display:grid;gap:.1rem;overflow:hidden}.hero__fixture-team--away .hero__fixture-team-copy{justify-items:end;text-align:right}.hero__fixture-team--away{justify-self:end;justify-content:flex-end;text-align:right}.hero__fixture-flag{width:3.05rem;height:3.05rem;flex:0 0 auto;display:grid;place-items:center;border-radius:16px;overflow:hidden;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08)}.hero__fixture-flag img{display:block;width:100%;height:100%;object-fit:contain}.hero__fixture-flag-fallback{color:var(--accent);font-size:.9rem;font-weight:800;letter-spacing:.14em}.hero__fixture-name{min-width:0;color:var(--text);font-size:1rem;font-weight:700;letter-spacing:-.02em;line-height:1.15;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero__fixture-code{min-width:0;color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.14em;line-height:1.1;text-transform:uppercase;white-space:nowrap}.hero__fixture-vs{width:96px;max-width:96px;height:2.2rem;border-radius:50%;display:grid;place-items:center;justify-self:center;min-width:0;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);color:var(--muted);text-transform:uppercase;letter-spacing:.14em;font-size:.73rem;font-weight:800;line-height:1}.hero__preview-meta{display:flex;flex-wrap:wrap;gap:.45rem .9rem;color:var(--muted);font-size:.76rem;text-transform:uppercase;letter-spacing:.12em}.hero__preview-meta span{min-width:0}.hero__preview-schedule{display:grid;gap:.28rem;padding:.12rem 0 .02rem}.hero__preview-schedule-item{display:inline-flex;align-items:center;gap:.42rem;min-width:0;color:var(--muted);font-size:.76rem;font-weight:700;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.hero__preview-schedule-icon{flex-shrink:0;display:block;color:currentColor;transform:translateY(-.02em)}.hero__preview-schedule-item>span:last-child{min-width:0}.hero__preview-schedule-item--countdown{color:var(--text);letter-spacing:.06em;justify-self:center;width:min(100%,clamp(9rem,34%,14rem))}.hero__preview-schedule-item--countdown .countdown-timer__badge{width:100%}.hero__preview-schedule-item--countdown .countdown-timer__badge-content{gap:.42rem}.hero__preview-schedule-item--countdown .countdown-timer__icon{color:#7ef9d8c7;font-size:.86em;transform:translateY(-.03em)}.hero__preview-schedule-item--countdown .countdown-timer__compact{display:inline-flex;align-items:baseline;gap:.28rem;line-height:1}.hero__preview-schedule-item--countdown .countdown-timer__compact-value{color:var(--text);font-size:.94rem;font-weight:650;letter-spacing:.06em;font-variant-numeric:tabular-nums}.hero__preview-schedule-item--countdown .countdown-timer__compact-unit{color:var(--muted);font-size:.72rem;font-weight:400;letter-spacing:.08em;text-transform:lowercase}.hero__preview-match{display:grid;gap:.55rem}.hero__preview-snapshot{display:grid;gap:.42rem;padding:.72rem .82rem;border-radius:18px;background:rgba(255,255,255,.028);border:1px solid rgba(255,255,255,.05)}.hero__preview-snapshot-list{display:grid;gap:.34rem}.hero__preview-snapshot-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;min-width:0;color:var(--text);font-size:.88rem;line-height:1.1}.hero__preview-snapshot-item span{min-width:0;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hero__preview-snapshot-item strong{color:var(--accent);font-size:.88rem;letter-spacing:-.02em}.hero__preview-card--match{gap:.68rem;padding:.7rem .9rem .88rem}.hero__preview-section-label{color:var(--muted);font-size:.69rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.hero__preview-confidence{display:grid;gap:.55rem;padding:.88rem .95rem;border-radius:22px;background:linear-gradient(135deg,rgba(210,255,98,.09),rgba(83,211,177,.04)),rgba(255,255,255,.03);border:1px solid rgba(210,255,98,.08)}.hero__preview-confidence-head{display:flex;align-items:center;justify-content:space-between;gap:.7rem}.hero__preview-confidence-score{display:grid;gap:.2rem}.hero__preview-confidence-score strong{color:var(--text);font-size:1.45rem;letter-spacing:-.05em;line-height:1}.hero__preview-confidence-score p{margin:0;color:var(--muted);font-size:.86rem;line-height:1.45}.hero__preview-signals-group{display:grid;gap:.5rem}.hero__preview-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}.hero__preview-stat{padding:.7rem .75rem;border-radius:18px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.05)}.hero__preview-stat strong{display:block;color:var(--text);font-size:1rem;margin-bottom:.2rem}.hero__preview-stat span{color:var(--muted);font-size:.74rem}.hero__preview-doubts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.hero__preview-doubts div{padding:.72rem .8rem;border-radius:16px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.05)}.hero__preview-doubts span{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em}.hero__preview-doubts strong{display:block;margin-top:.2rem;font-size:.92rem}.hero__preview-insights{display:grid;gap:.65rem}.hero__preview-signals{display:grid;gap:.55rem}.hero__preview-signal{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.6rem;align-items:center;padding:.74rem .82rem;border-radius:16px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.05)}.hero__preview-signal-label{min-width:0;color:var(--muted);font-size:.72rem;line-height:1.2}.hero__preview-signal .badge{justify-self:start}.hero__preview-signal-mark{width:.7rem;height:.7rem;border-radius:999px;background:var(--muted);box-shadow:0 0 0 4px #ffffff08}.hero__preview-signal--success .hero__preview-signal-mark{background:var(--success)}.hero__preview-signal--warning .hero__preview-signal-mark{background:var(--warning)}.hero__preview-signal--danger .hero__preview-signal-mark{background:var(--danger)}.hero__preview-signal--neutral .hero__preview-signal-mark{background:var(--accent-2)}.hero__preview-quick-take{display:grid;gap:.44rem;padding:.9rem .96rem;border-radius:20px;background:linear-gradient(135deg,rgba(210,255,98,.11),rgba(83,211,177,.06)),rgba(255,255,255,.03);border:1px solid rgba(210,255,98,.08)}.hero__preview-quick-take span{color:var(--accent);font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.hero__preview-quick-take p{margin:0;color:var(--text);line-height:1.5;font-size:.94rem}.hero__pitch-note{position:relative;z-index:1;margin:0;padding-top:.15rem;color:var(--muted);line-height:1.55;font-size:.84rem}.hero__demo-card .hero__pitch-preview{position:relative;z-index:1;display:grid;gap:.85rem;min-height:0;height:100%;overflow:hidden}.hero__demo-card .hero__pitch-field--compact{grid-template-rows:auto auto auto;gap:.42rem;padding-bottom:.72rem}.hero__demo-card .hero__pitch-field--compact .hero__pitch-rows{display:grid;gap:.48rem;min-height:0;overflow:visible;padding-inline:0;--pitch-row-label-width: 16px;--pitch-row-label-gap: .26rem}.hero__demo-card .hero__pitch-field--compact .hero__pitch-row{position:relative;inset:auto;top:auto;transform:none;inset-inline:0;width:auto;grid-template-columns:var(--pitch-row-label-width, 16px) minmax(0,1fr);gap:var(--pitch-row-label-gap, .26rem);align-items:start}.hero__demo-card .hero__pitch-field--compact .hero__pitch-row-label{font-size:.58rem;letter-spacing:.15em}.hero__demo-card .hero__pitch-field--compact .hero__pitch-row-label small{display:none}.hero__demo-card .hero__pitch-field--compact .hero__pitch-row-stage{min-height:clamp(2.95rem,4vw,3.55rem);overflow:visible}.hero__demo-card .hero__pitch-field--compact .hero__player-node{border-radius:14px}.hero__demo-card .hero__pitch-field--compact .hero__pitch-note{padding-top:0}.hero__pitch-selector-shell{position:relative;z-index:40;pointer-events:auto;display:grid;gap:.46rem}.hero__pitch-switcher{position:relative;z-index:40;pointer-events:auto;display:flex;align-items:stretch;gap:.35rem}.hero__pitch-switcher-tab{position:relative;z-index:4;pointer-events:auto;touch-action:manipulation;cursor:pointer;display:flex;align-items:center;justify-content:flex-start;min-width:0;min-height:2.7rem;padding:.42rem .7rem;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:var(--text);text-align:left;overflow:hidden;transition:transform .18s ease,border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.hero__pitch-switcher-tab:hover,.hero__pitch-switcher-tab:focus-visible{border-color:#d2ff6238;background:rgba(210,255,98,.08);transform:translateY(-1px)}.hero__pitch-switcher-tab:focus-visible{outline:2px solid rgba(210,255,98,.58);outline-offset:2px}.hero__pitch-switcher-tab.is-active{border-color:#d2ff6257;background:rgba(210,255,98,.16);box-shadow:inset 0 0 0 1px #d2ff6214,0 12px 30px #0000002e}.hero__pitch-switcher-label{min-width:0;display:inline-flex;align-items:center;gap:.45rem;color:var(--text);font-size:.82rem;font-weight:700;line-height:1.14;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hero__pitch-switcher-label img{flex:0 0 auto;width:18px;height:12px;border-radius:3px;object-fit:cover}.hero__pitch-meta--compact{justify-self:end;display:grid;justify-items:end;gap:.14rem;text-align:right;max-width:100%}.hero__pitch-meta--compact strong{color:var(--text);font-size:.92rem;font-weight:700;letter-spacing:-.02em;line-height:1.12}.hero__pitch-meta--compact span{color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.14em;line-height:1.1;text-transform:uppercase;white-space:nowrap}.hero__demo-card .hero__pitch-field{position:relative;z-index:1;display:grid;grid-template-rows:auto minmax(0,1fr);gap:.72rem;--hero-tactical-line-width: clamp(22rem, 58vw, 31rem);height:auto;min-height:100%;padding:1rem clamp(8px,.85vw,12px) 1.05rem;border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:repeating-linear-gradient(180deg,rgba(255,255,255,.035) 0,rgba(255,255,255,.035) 54px,rgba(255,255,255,.012) 54px,rgba(255,255,255,.012) 108px),radial-gradient(circle at 50% 50%,rgba(255,255,255,.05),transparent 18%),linear-gradient(180deg,rgba(12,58,37,.98),rgba(7,27,17,.99))}@media (min-width: 1025px){.hero__demo-card .hero__pitch-field{--hero-tactical-line-width: clamp(24rem, 64vw, 34.5rem);padding:.84rem clamp(4px,.45vw,8px) .92rem;gap:.6rem}.hero__demo-card .hero__pitch-rows{padding-inline:clamp(4px,.45vw,8px)}.hero__demo-card .hero__pitch-field:before{top:.7rem;right:.7rem;bottom:.7rem;left:.7rem}.hero__demo-card .hero__pitch-field:after{width:28%}.hero__pitch-row-stage .lineup-pitch__player--compact{padding:.28rem .34rem;gap:.18rem}.hero__pitch-row-stage .lineup-pitch__player--compact .lineup-pitch__player-position{width:20px;height:20px;font-size:.58rem;letter-spacing:.1em}.hero__pitch-row-stage .lineup-pitch__player--compact .lineup-pitch__player-copy{gap:.01rem}.hero__pitch-row-stage .lineup-pitch__player--compact .lineup-pitch__player-copy strong{font-size:.6rem;line-height:1.02}.hero__pitch-row-stage .lineup-pitch__player--compact .lineup-pitch__player-copy span{font-size:.46rem;line-height:1}.hero__pitch-row-stage .lineup-pitch__player--compact .lineup-pitch__player-badge{padding:.06rem .18rem;font-size:.38rem;letter-spacing:.1em}}.hero__pitch-field:before{content:"";position:absolute;top:.85rem;right:.85rem;bottom:.85rem;left:.85rem;border-radius:20px;border:1px solid rgba(255,255,255,.12);pointer-events:none}.hero__pitch-field:after{content:"";position:absolute;top:50%;left:50%;width:30%;aspect-ratio:1;border-radius:50%;border:1px solid rgba(255,255,255,.12);transform:translate(-50%,-50%);pointer-events:none}.hero__pitch-field-header{position:relative;z-index:1;display:flex;justify-content:space-between;gap:.8rem;color:var(--muted);font-size:.76rem;text-transform:uppercase;letter-spacing:.14em}.hero__pitch-field-header span:last-child{color:var(--accent);font-weight:700}.hero__demo-card .hero__pitch-rows{position:relative;z-index:1;height:auto;min-height:clamp(24rem,52vw,33rem);overflow:visible;padding-inline:clamp(8px,.85vw,12px);--pitch-row-label-width: 18px;--pitch-row-label-gap: .28rem}.hero__pitch-empty{position:relative;z-index:1;display:grid;place-content:center;gap:.55rem;min-height:100%;padding:.6rem 1rem 1rem;text-align:center}.hero__pitch-empty strong{font-size:1rem;line-height:1.3}.hero__pitch-empty p{margin:0;color:var(--muted);line-height:1.5;font-size:.88rem}.hero__pitch-row{position:absolute;inset-inline:0;top:var(--line-top);display:grid;width:auto;grid-template-columns:var(--pitch-row-label-width, 18px) minmax(0,1fr);gap:var(--pitch-row-label-gap, .28rem);align-items:center;transform:translateY(-50%)}.hero__pitch-row-label{display:flex;flex-direction:column;justify-content:center;align-items:center;justify-self:center;min-width:var(--pitch-row-label-width, 18px);white-space:nowrap;gap:.12rem;color:#d2ff62f2;font-size:.7rem;font-weight:800;letter-spacing:.18em}.hero__pitch-row-label small{color:var(--muted);font-size:.62rem;letter-spacing:.1em}.hero__pitch-row-stage{position:relative;min-height:var(--pitch-player-min-height, clamp(4.6rem, 7vw, 6rem));min-width:0}.hero__player-node{position:absolute;top:50%;left:var(--player-x);transform:translate(-50%,-50%);display:grid;gap:var(--pitch-player-gap, .34rem);justify-items:center;align-content:start;min-width:var(--pitch-player-min-width, 104px);width:clamp(var(--pitch-player-min-width, 104px),var(--pitch-player-width, 20%),156px);padding:var(--pitch-player-padding-y, .64rem) var(--pitch-player-padding-x, .45rem) calc(var(--pitch-player-padding-y, .64rem) * .9);border-radius:18px;background:rgba(4,12,8,.24);border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero__player-node--starter{box-shadow:inset 0 0 0 1px #d2ff6214,0 0 0 1px #53d3b10d}.hero__player-node--doubt{background:rgba(255,255,255,.015);border-color:#ffd36b29}.hero__player-node strong{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:normal;overflow-wrap:normal;font-size:var(--pitch-player-name-size, .86rem);letter-spacing:-.01em;line-height:1.04;text-align:center}.hero__player-node span{color:var(--muted);font-size:.72rem;text-align:center}.hero__player-node .hero__player-node-avatar{width:var(--pitch-player-avatar-size, 46px);height:var(--pitch-player-avatar-size, 46px)}.hero__pitch-row-stage .lineup-pitch__player--compact{padding:.34rem .4rem;gap:.24rem;min-width:clamp(104px,calc(var(--pitch-player-min-width, 82px) + 12px),124px);width:clamp(118px,calc(var(--pitch-player-width, 20%) + 6%),176px)}.hero__pitch-row-stage .lineup-pitch__player--compact .lineup-pitch__player-position{width:22px;height:22px;font-size:.62rem;letter-spacing:.12em}.hero__pitch-row-stage .lineup-pitch__player--compact .lineup-pitch__player-copy{display:flex;flex-direction:column-reverse;align-items:flex-start;gap:.02rem}.hero__pitch-row-stage .lineup-pitch__player--compact .lineup-pitch__player-copy--solo{align-self:stretch;justify-content:center;gap:0;min-height:var(--pitch-player-avatar-size, 25px)}.hero__pitch-row-stage .lineup-pitch__player--compact .lineup-pitch__player-badge{padding:.08rem .24rem;font-size:.43rem}.hero__pitch-row-stage .lineup-pitch__player--compact .lineup-pitch__player-copy--solo strong{align-self:flex-start}.hero__pitch-row-stage .lineup-pitch__player--compact .lineup-pitch__player-copy strong{font-size:.64rem}.hero__pitch-row-stage .lineup-pitch__player--compact .lineup-pitch__player-copy span{font-size:.5rem}.hero__featured-probabilities{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.42rem;grid-column:1 / -1;width:100%}.hero__featured-probabilities .probability{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.18rem;min-height:3rem;padding:.5rem .55rem;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.03)),rgba(255,255,255,.025);border-color:#ffffff0f;text-align:center}.hero__featured-probabilities .probability strong{font-size:1.02rem;letter-spacing:-.05em;line-height:1}.hero__featured-probabilities .probability span{color:var(--muted);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase}.hero__featured-note{margin:0;grid-column:1 / -1;width:100%;color:var(--muted);line-height:1.34;font-size:.79rem}.hero__demo-card{position:absolute;inset-inline:0;top:50%;margin-inline:auto;height:var(--hero-demo-card-height);min-height:var(--hero-demo-card-height);transform:translate3d(0,calc(-50% + var(--hero-demo-center-shift, 0px) + var(--hero-demo-state-shift, 0px) + (var(--hero-demo-offset) * 44%)),0) scale(var(--hero-demo-scale, 1));opacity:var(--hero-demo-opacity, 1);z-index:var(--hero-demo-z, 1);pointer-events:none;will-change:transform,opacity;overflow:hidden;transition:transform .28s ease-out,opacity .28s ease-out,filter .28s ease-out}.hero__demo-card--active{pointer-events:auto;filter:saturate(1.02)}.hero__demo-card:not(.hero__demo-card--active){filter:saturate(.88) blur(.15px)}.hero__demo-card.hero__preview-card,.hero__demo-card.hero__pitch,.hero__demo-card.hero__featured{width:min(100%,100%);height:100%;min-height:100%}.section{padding:1.75rem 0 .85rem}.section__header{display:flex;align-items:start;justify-content:space-between;gap:1rem;margin-bottom:.85rem}.section__heading{max-width:720px;display:grid;gap:.35rem}.section__subtitle,.section__heading p{margin:0;line-height:1.7}.section__actions{display:flex;align-items:center;gap:.75rem}.match-grid,.prediction-grid,.lineup-grid,.match-detail__lineup-grid,.player-grid,.match-detail__squads,.steps-grid,.comparison-grid,.status-grid,.source-grid{display:grid;gap:1rem}.match-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.match-selector__footer{display:grid;justify-items:center;gap:.65rem;margin-top:1.15rem}.match-selector .section__header{display:block}.match-selector .section__actions{align-items:flex-start;width:auto;justify-content:flex-start;margin-top:.75rem}.match-selector__section-link{display:inline-flex;align-items:center;min-height:40px;padding:0 .95rem;border-radius:999px;border:1px solid rgba(210,255,98,.22);background:rgba(210,255,98,.08);color:var(--accent);font-size:.82rem;font-weight:700;letter-spacing:.02em;white-space:nowrap}.match-selector__section-link:hover,.match-selector__section-link:focus-visible{color:#e4ff8f}.match-selector__load-more{min-width:min(100%,280px)}.match-selector__counter,.match-selector__end{margin:0;text-align:center;color:var(--muted);font-size:.9rem;line-height:1.4}.match-selector__end{font-size:.84rem;opacity:.9}.prediction-grid,.lineup-grid,.player-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.match-detail__lineup-grid{grid-template-columns:minmax(0,1fr);align-items:stretch}.match-detail__lineup-grid>*{min-width:0}.match-detail__lineup-grid .formation-display{width:100%;height:100%}.match-detail__squads{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.steps-grid,.comparison-grid,.status-grid,.source-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.card,.summary-card,.source-card,.cta-panel,.state{border-radius:var(--radius-md);border:1px solid var(--line);background:linear-gradient(180deg,rgba(16,34,25,.95),rgba(12,25,18,.9));box-shadow:var(--shadow)}.card,.summary-card,.source-card{padding:1.1rem}.fixtures-page__summary-grid{gap:.65rem}.fixtures-page__summary-grid .summary-card{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;padding:.72rem .85rem;border-radius:var(--radius-md)}.fixtures-page__summary-grid .summary-card strong{font-size:.66rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.fixtures-page__summary-grid .summary-card span{font-size:1.06rem;line-height:1;color:var(--text)}.match-card{display:grid;gap:1rem}.match-card--featured{background:radial-gradient(circle at top right,rgba(210,255,98,.1),transparent 34%),linear-gradient(180deg,rgba(18,40,30,.98),rgba(12,25,18,.94))}.match-card__top,.prediction-card__header,.player-card__top,.formation-display__header,.team-detail__hero{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.match-card__top{flex-wrap:wrap;justify-content:flex-start}.match-card__badges{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;flex:1 1 auto;min-width:0}.match-card__status,.page--home .match-card__status{margin-left:auto}.match-card__date{font-size:.95rem;color:var(--text);text-align:right}.match-card__headline{display:grid;gap:.2rem;padding:.85rem 1rem;border-radius:20px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05)}.match-card__headline span{color:var(--muted);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}.match-card__headline strong{font-size:1rem}.match-card__matchup{display:grid;width:100%;gap:.75rem;min-width:0}.match-card__teams{display:grid;grid-template-columns:minmax(0,1fr) clamp(80px,10vw,120px) minmax(0,1fr);align-items:center;width:100%;gap:clamp(1rem,3vw,2rem);min-width:0}.match-card__team{display:grid;min-width:0;width:100%;justify-content:flex-start;overflow:hidden;justify-items:start}.match-card__team--winner{opacity:1}.match-card__team--winner .team-badge__mark{box-shadow:inset 0 0 0 1px #d2ff622e,0 0 0 1px #d2ff621f}.match-card__team--winner .team-badge__meta strong{color:var(--accent)}.match-card__team--loser{opacity:.82}.match-card__team:last-child{justify-content:flex-end;justify-items:end}.match-card__matchup .team-badge{min-width:0;width:auto;max-width:100%}.match-card__matchup .team-badge__meta{min-width:0;overflow:hidden}.match-card__matchup .team-badge__meta strong,.match-card__matchup .team-badge__meta span{min-width:0;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;overflow-wrap:normal}.match-card__matchup .team-badge__mark{flex-shrink:0}.match-card__vs{width:clamp(80px,10vw,120px);max-width:120px;display:grid;justify-items:center;gap:.15rem;justify-self:center;min-width:0;color:var(--accent);font-weight:800;letter-spacing:.2em;text-transform:uppercase}.match-card__vs--score{gap:0;color:var(--text);letter-spacing:.08em}.match-card__score{display:block;width:100%;min-width:0;font-size:.84rem;line-height:1.08;font-weight:900;letter-spacing:.08em;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.match-card__vs span{font-size:1.1rem}.match-card__vs strong{display:block;width:100%;min-width:0;font-size:.72rem;color:var(--muted);letter-spacing:.2em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.match-card__meta{display:grid;gap:.2rem}.match-card__cta{justify-self:stretch;width:100%}.page--home .match-card__cta,.page--home .match-card--featured .match-card__cta{width:100%}.match-card__countdown{width:100%;display:flex;justify-content:center;margin-top:.15rem}.countdown-timer__badge{white-space:nowrap}.countdown-timer__badge-content{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%}.countdown-timer__badge--live{box-shadow:0 0 0 1px #68df923d,0 0 20px #68df9214}.countdown-timer__icon{color:#ffffffc2;font-size:.84em;line-height:1;transform:translateY(-.02em)}.countdown-timer__compact{display:inline-flex;align-items:baseline;gap:.24rem;line-height:1}.countdown-timer__compact-value{color:var(--text);font-size:.96rem;font-weight:700;letter-spacing:.02em}.countdown-timer__compact-unit{color:var(--muted);font-size:.76rem;font-weight:400;letter-spacing:.04em;text-transform:lowercase}.countdown-timer__value{color:var(--text);font-size:.96rem;font-weight:700;line-height:1;letter-spacing:.02em;transition:opacity .18s ease,transform .18s ease}.countdown-timer__value.is-transitioning{opacity:.72;transform:translateY(-.02em)}.countdown-timer{display:grid;gap:.45rem}.countdown-timer__label{color:var(--muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.12em}.countdown-timer__values{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.35rem;padding:.7rem .9rem;border-radius:16px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.03);color:var(--text);font-size:.9rem;letter-spacing:.02em}.countdown-timer__values span{display:inline-flex;align-items:baseline;gap:.25rem}.countdown-timer__values small{color:var(--muted);font-size:.7rem;text-transform:uppercase;letter-spacing:.08em}.team-badge{display:inline-flex;align-items:center;gap:.75rem}.team-badge__mark{width:3rem;height:3rem;flex:0 0 auto;border-radius:16px;display:grid;place-items:center;overflow:hidden;background:rgba(255,255,255,.06);border:1px solid var(--line)}.team-badge__mark img{width:100%;height:100%;object-fit:contain}.team-badge__mark span{color:var(--accent);font-weight:800;letter-spacing:.12em;font-size:.82rem}.team-badge__meta{display:flex;flex-direction:column;gap:.1rem}.team-badge__meta span{color:var(--muted);font-size:.82rem}.player-avatar,.player-thumb-avatar{flex-shrink:0;position:relative;overflow:hidden;display:grid;place-items:center;border-radius:18px;background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.22),transparent 34%),linear-gradient(135deg,hsl(var(--avatar-hue) var(--avatar-saturation, 88%) var(--avatar-lightness, 56%) / .24),hsl(var(--avatar-hue-alt) 82% 54% / .14));border:1px solid rgba(255,255,255,.12);color:var(--accent);box-shadow:inset 0 1px #ffffff0d;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.player-avatar img,.player-thumb-avatar img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.player-avatar__fallback,.player-thumb-avatar__fallback{width:100%;height:100%;display:grid;place-items:center;text-align:center;gap:.2rem;padding:.35rem}.player-avatar__initials,.player-thumb-avatar__initials{display:grid;place-items:center;width:100%;height:100%;font-size:1rem;letter-spacing:.12em;color:var(--text);text-shadow:0 6px 20px rgba(0,0,0,.35)}.player-avatar__role,.player-thumb-avatar__role{position:absolute;left:.35rem;bottom:.35rem;display:inline-flex;align-items:center;justify-content:center;min-width:2rem;padding:.2rem .42rem;border-radius:999px;background:rgba(7,20,14,.78);border:1px solid rgba(255,255,255,.1);color:var(--accent);font-size:.55rem;letter-spacing:.18em}.player-avatar--sm{width:40px;height:40px;border-radius:14px}.player-avatar--md{width:56px;height:56px}.player-avatar--lg{width:72px;height:72px}.player-thumb-avatar{border-radius:50%}.player-thumb-avatar--sm{width:40px;height:40px}.player-thumb-avatar--md{width:56px;height:56px}.player-thumb-avatar--lg{width:72px;height:72px}.player-avatar--goalkeeper{--avatar-hue: 168deg;--avatar-hue-alt: 208deg}.player-avatar--defender{--avatar-hue: 206deg;--avatar-hue-alt: 246deg}.player-avatar--midfielder{--avatar-hue: 102deg;--avatar-hue-alt: 146deg}.player-avatar--forward{--avatar-hue: 20deg;--avatar-hue-alt: 56deg}.player-thumb-avatar--goalkeeper{--avatar-hue: 168deg;--avatar-hue-alt: 208deg}.player-thumb-avatar--defender{--avatar-hue: 206deg;--avatar-hue-alt: 246deg}.player-thumb-avatar--midfielder{--avatar-hue: 102deg;--avatar-hue-alt: 146deg}.player-thumb-avatar--forward{--avatar-hue: 20deg;--avatar-hue-alt: 56deg}.hero__featured-avatar{width:clamp(52px,10.5vw,78px);height:clamp(52px,10.5vw,78px);border-radius:50%;box-shadow:0 0 0 1px #ffffff14,0 0 0 12px #53d3b114,0 18px 34px #0000003d}.team-badge--sm .team-badge__mark{width:2.3rem;height:2.3rem;border-radius:12px}.team-badge--compact .team-badge__meta strong{font-size:.95rem}.badge,.confidence,.status-pill,.probability{display:inline-flex;align-items:center;gap:.4rem;border-radius:999px;padding:.45rem .75rem;border:1px solid var(--line);font-size:.78rem;letter-spacing:.02em}.badge--neutral,.confidence--medium,.status-pill--neutral{background:rgba(255,255,255,.04)}.badge--muted,.status-pill--muted{background:rgba(255,255,255,.03);color:var(--muted)}.badge--accent{background:rgba(210,255,98,.15);color:var(--accent)}.badge--success,.confidence--high,.status-pill--success{background:rgba(104,223,146,.14);color:var(--success)}.badge--warning,.status-pill--warning{background:rgba(255,211,107,.14);color:var(--warning)}.badge--danger,.status-pill--danger{background:rgba(255,118,104,.14);color:var(--danger)}.badge.lineup-status{text-transform:none;white-space:nowrap}.badge.lineup-status--predicted{background:rgba(186,214,64,.12);border-color:#bad64059;color:var(--accent)}.badge.lineup-status--confirmed{background:rgba(40,180,99,.14);border-color:#28b46373;color:#53f08d}.confidence--low{background:rgba(255,255,255,.04);color:var(--muted)}.probability{flex-direction:column;align-items:flex-start;min-width:0;padding:.7rem .8rem}.probability strong{font-size:1rem}.probability span{color:var(--muted);font-size:.74rem}.probability--high{background:rgba(104,223,146,.12);color:var(--success)}.probability--medium{background:rgba(83,211,177,.12);color:var(--accent-2)}.probability--low{background:rgba(255,255,255,.04);color:var(--muted)}.prediction-card{display:grid;gap:1rem}.player-card__identity,.prediction-card__identity{display:flex;align-items:center;gap:.75rem;min-width:0;flex:1}.player-card__identity-link,.prediction-card__identity-link,.player-detail__player-link{color:inherit;text-decoration:none;cursor:pointer}.player-card__identity-link,.prediction-card__identity-link{transition:transform .16s ease,filter .16s ease}.player-card__identity-link:hover,.player-card__identity-link:focus-visible,.prediction-card__identity-link:hover,.prediction-card__identity-link:focus-visible{transform:translateY(-1px);filter:brightness(1.04)}.player-detail__player-link:hover,.player-detail__player-link:focus-visible{color:var(--accent)}.player-card__identity strong,.prediction-card__identity strong{display:block;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-card__identity p,.prediction-card__identity p{margin:.35rem 0 0}.player-card__identity-copy{min-width:0;display:grid;gap:.25rem}.player-card__identity-copy strong,.player-card__identity-copy p{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.player-card__explorer-meta{display:grid;gap:.7rem;min-width:0}.player-card__club,.player-card__team-fallback{display:grid;gap:.15rem;min-width:0}.player-card__club-label{color:var(--muted);font-size:.7rem;letter-spacing:.16em;text-transform:uppercase}.player-card__club strong,.player-card__team-fallback strong{min-width:0;color:var(--text);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.player-card__link{display:grid;gap:.85rem;min-width:0;color:inherit;text-decoration:none}.player-card__link--explorer{gap:.65rem}.player-card__header{display:grid;gap:.35rem;min-width:0}.player-card__summary{display:flex;align-items:baseline;gap:.45rem;min-width:0}.player-card__identifier{color:var(--accent);font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.player-card__age{color:var(--muted);font-size:.72rem;font-weight:700;letter-spacing:.04em;white-space:nowrap}.player-card--explorer{position:relative;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.player-card--explorer:hover,.player-card--explorer:focus-within{transform:translateY(-2px);border-color:#d2ff6229;box-shadow:0 22px 46px #0000003d}.players-explorer{position:relative;padding:clamp(1.25rem,3vw,2.25rem) 0 4rem;background:radial-gradient(circle at 12% 0%,rgba(83,211,177,.1),transparent 24%),radial-gradient(circle at 88% 10%,rgba(210,255,98,.08),transparent 26%),linear-gradient(180deg,rgba(5,15,11,.18),transparent 34%)}.players-explorer__header{display:grid;gap:.5rem;margin-bottom:1.6rem}.players-explorer__backlink{padding-bottom:.55rem}.players-explorer__eyebrow{margin:0;color:var(--accent);text-transform:uppercase;letter-spacing:.2em;font-size:.78rem}.players-explorer__subtitle{margin:0;max-width:62ch;color:var(--muted);line-height:1.7}.players-explorer__header .title-page{margin:0;font-family:var(--font-display, inherit);font-weight:900;letter-spacing:-.06em}.players-explorer__featured{margin-bottom:1.8rem}.players-explorer__section-heading{display:grid;gap:.25rem;margin-bottom:.65rem}.players-explorer__featured-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr;gap:1rem}.players-explorer__featured-pagination{display:none}.featured-player-card{display:grid;height:100%;min-width:0;overflow:hidden;color:inherit;text-decoration:none;background:linear-gradient(145deg,rgba(16,49,36,.98),rgba(8,25,19,.98));border:1px solid rgba(210,255,98,.14);border-radius:22px;box-shadow:0 18px 44px #0003;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.featured-player-card:hover,.featured-player-card:focus-visible{border-color:#d2ff6299;box-shadow:0 24px 56px #00000052,0 0 0 3px #d2ff621f;transform:translateY(-3px)}.featured-player-card:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.featured-player-card__artwork{position:relative;min-height:260px;overflow:hidden;background:radial-gradient(circle at 50% 18%,rgba(210,255,98,.16),transparent 48%)}.featured-player-card__hero,.featured-player-card__hero .hero-player__shell{min-height:260px;height:100%}.featured-player-card__hero .hero-player__figure-wrap{top:4%;right:-8%;bottom:-8%;left:-8%}.featured-player-card__hero .hero-player__number{inset:3% 0 auto}.featured-player-card__hero .hero-player__number span{font-size:clamp(7rem,15vw,12rem)}.featured-player-card__body{display:grid;gap:.55rem;padding:.9rem 1rem 1rem}.featured-player-card__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.featured-player-card__heading>div{display:grid;min-width:0}.featured-player-card__shirt-name{color:var(--accent);font-size:.68rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.featured-player-card__heading strong{min-width:0;overflow:hidden;color:var(--text);font-size:1.18rem;letter-spacing:-.04em;white-space:nowrap;text-overflow:ellipsis}.featured-player-card__number{color:#d2ff62cc;font-size:1.2rem;font-weight:900;font-variant-numeric:tabular-nums}.featured-player-card__team .team-badge{padding:0;background:transparent;border:0}.featured-player-card__meta{margin:0;color:var(--muted);font-size:.76rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.players-explorer__filters-card{margin-bottom:1rem}.players-explorer__filters{display:grid;grid-template-columns:minmax(180px,1.25fr) repeat(4,minmax(120px,.7fr)) minmax(100px,auto) auto;gap:.85rem;align-items:end}.players-explorer__filters-meta{display:grid;gap:.2rem;min-width:0}.players-explorer__filters-meta strong{color:var(--text);font-size:1rem}.players-explorer__filters-meta span{color:var(--muted);font-size:.78rem}.players-explorer__inline-alert{margin-bottom:1rem}.players-explorer__grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}@media (min-width: 768px){.players-explorer .title-page,.fixtures-page .title-page{max-width:none;white-space:nowrap}}@media (min-width: 1200px){.players-explorer__featured-grid{grid-template-columns:repeat(var(--featured-player-count, 1),minmax(0,1fr));grid-auto-flow:column}}.bracket-page{position:relative;padding:clamp(1.25rem,3vw,2.25rem) 0 4rem;background:radial-gradient(circle at 12% 0%,rgba(83,211,177,.1),transparent 24%),radial-gradient(circle at 88% 10%,rgba(210,255,98,.08),transparent 26%),linear-gradient(180deg,rgba(5,15,11,.18),transparent 34%)}.bracket-page__header{display:grid;gap:.5rem;margin-bottom:1rem}.bracket-page__eyebrow{margin:0;color:var(--accent);text-transform:uppercase;letter-spacing:.2em;font-size:.78rem}.bracket-page__subtitle{margin:0;max-width:62ch;color:var(--muted);line-height:1.7}.bracket-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.bracket-stage{display:grid;gap:.9rem;align-content:start;background:radial-gradient(circle at top right,rgba(210,255,98,.08),transparent 35%),linear-gradient(180deg,rgba(16,34,25,.96),rgba(12,25,18,.92))}.bracket-stage__header{display:flex;align-items:start;justify-content:space-between;gap:.75rem}.bracket-stage__title{margin:0;font-size:1.12rem}.bracket-stage__count{color:var(--accent);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.bracket-stage__matches{display:grid;gap:.85rem}.bracket-stage__matches .match-card{background:rgba(255,255,255,.025)}.bracket-scroll{display:block;overflow-x:auto;overflow-y:visible;max-width:100%;width:100%;overscroll-behavior-x:contain;overscroll-behavior-y:auto;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable both-edges;padding-inline:clamp(.75rem,2vw,2rem) clamp(1.5rem,4vw,4rem);padding-bottom:.75rem}.bracket-board{display:flex;flex:0 0 auto;width:max-content;min-width:max-content;margin:0;gap:1.5rem;align-items:start}.bracket-canvas{position:relative;min-width:max-content}.bracket-stage{display:grid;gap:.65rem;flex:0 0 auto;min-width:18rem;width:max-content;-webkit-user-drag:none}.bracket-stage__header{display:flex;align-items:start;justify-content:space-between;gap:.65rem;padding:.75rem .85rem;border-radius:18px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06)}.bracket-stage__eyebrow{margin:0 0 .18rem;color:var(--muted);text-transform:uppercase;letter-spacing:.18em;font-size:.7rem}.bracket-stage__title{margin:0;font-size:.94rem;line-height:1.15}.bracket-stage__count{color:var(--accent);font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.bracket-stage__grid{display:grid;grid-template-rows:repeat(31,minmax(2.1rem,auto));row-gap:.2rem;min-height:71.3rem;position:relative}.bracket-stage__grid--third-place{grid-template-rows:repeat(31,minmax(2.1rem,auto))}.bracket-match-card{position:relative;display:grid;gap:.45rem;padding:.65rem .75rem .6rem;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at top right,rgba(210,255,98,.08),transparent 38%),rgba(255,255,255,.03);box-shadow:var(--shadow);min-width:0;text-decoration:none;color:inherit;-webkit-user-drag:none}.bracket-match-card--decided{border-color:#d2ff6238}.bracket-match-card--live{border-color:#68df9233}.bracket-match-card a,.bracket-match-card img,.bracket-match-card svg{-webkit-user-drag:none}.bracket-stage__card--compact{width:100%;max-width:min(100%,19.75rem);justify-self:center}.bracket-match-card:after{content:"";position:absolute;top:50%;right:-1.15rem;width:1.15rem;height:1px;background:linear-gradient(90deg,rgba(255,255,255,.16),rgba(210,255,98,.55));transform:translateY(-50%);pointer-events:none}.bracket-match-card:hover,.bracket-match-card:focus-visible{transform:translateY(-1px);border-color:#d2ff6252}.bracket-match-card:focus-visible{outline:2px solid rgba(210,255,98,.38);outline-offset:2px}.bracket-match-card__top{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.bracket-match-card__number{color:var(--accent);font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.bracket-match-card__stage{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;color:var(--muted);font-size:.66rem;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.bracket-match-card__teams{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:.45rem;min-width:0}.bracket-match-card__participant{display:flex;align-items:flex-start;gap:.45rem;min-width:0}.bracket-match-card__participant--winner .bracket-match-card__participant-copy strong{color:var(--accent)}.bracket-match-card__participant--loser{opacity:.86}.bracket-match-card__participant--away{justify-content:flex-end;text-align:right}.bracket-match-card__flag{flex:0 0 auto;width:1.65rem;height:1.15rem;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;overflow:hidden;background:rgba(255,255,255,.06);box-shadow:inset 0 0 0 1px #ffffff14}.bracket-match-card__flag--placeholder{width:auto;min-width:1.85rem;padding:0 .32rem;font-size:.56rem;font-weight:800;letter-spacing:.08em;color:var(--muted);text-transform:uppercase;background:rgba(255,255,255,.04)}.bracket-match-card__flag img{width:100%;height:100%;object-fit:contain}.bracket-match-card__flag span{font-size:.58rem;font-weight:800;letter-spacing:.08em;color:var(--text)}.bracket-match-card__participant-copy{display:grid;gap:.05rem;min-width:0;line-height:1.05}.bracket-match-card__participant-copy strong,.bracket-match-card__participant-copy span{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bracket-match-card__participant-copy strong{font-size:.73rem;font-weight:800;letter-spacing:.02em}.bracket-match-card__participant-copy span{color:var(--muted);font-size:.63rem}.bracket-match-card__vs{display:grid;place-items:center;gap:.25rem;min-width:0;padding-inline:.15rem;color:var(--accent);text-align:center}.bracket-match-card__score{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;font-weight:900;letter-spacing:.08em}.bracket-match-card__live{padding:.28rem .48rem;font-size:.6rem;letter-spacing:.11em;text-transform:uppercase;white-space:nowrap}.bracket-match-card__meta{color:var(--muted);font-size:.68rem;line-height:1.35}.bracket-match-card__meta span{min-width:0}.bracket-match-card--final{padding:.75rem .85rem .7rem;border-color:#d2ff626b;background:radial-gradient(circle at top right,rgba(210,255,98,.16),transparent 42%),rgba(255,255,255,.045);box-shadow:0 18px 35px #00000047,0 0 0 1px #d2ff621f}.bracket-match-card--semifinal{border-color:#d2ff622e}.bracket-match-card--third-place{border-color:#ffffff0d;background:radial-gradient(circle at top right,rgba(255,255,255,.05),transparent 40%),rgba(255,255,255,.025)}.bracket-match-card--final:after,.bracket-match-card--third-place:after{display:none}.fixtures-page{position:relative;padding:clamp(.8rem,1.8vw,1.25rem) 0 2.5rem;background:radial-gradient(circle at 12% 0%,rgba(83,211,177,.1),transparent 24%),radial-gradient(circle at 88% 10%,rgba(210,255,98,.08),transparent 26%),linear-gradient(180deg,rgba(5,15,11,.18),transparent 34%)}.fixtures-page__header{display:grid;gap:.2rem;margin-bottom:.3rem}.fixtures-page__eyebrow{margin:0 0 .25rem;color:var(--accent);text-transform:uppercase;letter-spacing:.2em;font-size:.74rem}.fixtures-page__subtitle{margin:0;max-width:52ch;color:var(--muted);line-height:1.5;font-size:.94rem}.fixtures-page__tabs{display:flex;gap:.45rem;padding:.28rem;margin:1.75rem auto .85rem;border-radius:999px;border:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.03);flex-wrap:wrap;width:fit-content;max-width:100%;justify-content:center}.fixtures-page__tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:999px;background:transparent;color:var(--muted);font:inherit;font-weight:700;letter-spacing:.04em;padding:.65rem .92rem;cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.fixtures-page__tab:hover{color:var(--text);background:rgba(255,255,255,.04)}.fixtures-page__tab--active{color:var(--bg);background:linear-gradient(135deg,var(--accent),#dff8a2);box-shadow:0 10px 20px #d2ff6233}.fixtures-page__view{display:grid;gap:.35rem}.fixtures-page__view--bracket{touch-action:pan-y;padding-bottom:clamp(1.5rem,5vw,3rem)}.fixtures-page__filters-card{margin-bottom:1rem}.fixtures-page__filters{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(180px,.75fr) minmax(180px,.75fr) minmax(180px,.75fr) auto auto;gap:.85rem;align-items:end}.fixtures-page__filters-meta{display:grid;gap:.2rem;min-width:0}.fixtures-page__filters-meta strong{color:var(--text);font-size:1rem}.fixtures-page__filters-meta span{color:var(--muted);font-size:.78rem}@media (max-width: 767px){.fixtures-page__tabs{width:100%;margin:1.25rem 0 .75rem}.fixtures-page__filters,.players-explorer__filters{grid-template-columns:1fr}.fixtures-page__filters .button{width:100%;justify-content:center}.fixtures-page__view--bracket{display:block;width:100%;max-width:100%}.fixtures-page__view--bracket .section{width:100%;min-width:0;justify-self:stretch}.fixtures-page__view--bracket .bracket-scroll{overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;touch-action:auto;overscroll-behavior-x:contain;overscroll-behavior-y:auto;width:100%;max-width:100%;padding-inline:.35rem;padding-bottom:1.5rem}.fixtures-page__view--bracket .bracket-board,.fixtures-page__view--bracket .bracket-canvas{width:max-content;min-width:max-content}}.fixtures-page__backlink,.match-detail__backlink{padding:0 0 .55rem}.fixtures-page__backlink a,.match-detail__backlink a{display:inline-flex;align-items:center;color:var(--muted);font-size:.92rem;letter-spacing:.01em}.fixtures-page__backlink a:hover,.fixtures-page__backlink a:focus-visible,.match-detail__backlink a:hover,.match-detail__backlink a:focus-visible{color:var(--text)}.fixtures-page .title-page{max-width:18ch}.fixtures-page .title-section{max-width:24ch}.fixtures-page .section{padding:1rem 0 .5rem}.fixtures-page .section__header{margin-bottom:.55rem;gap:.85rem}.fixtures-page .section__heading{gap:.25rem}.fixtures-page .section__subtitle{line-height:1.55}.fixtures-page__header{gap:.35rem;margin-bottom:.75rem}.fixtures-page__subtitle{line-height:1.55}.fixtures-page__tabs{padding:.25rem;margin-bottom:.65rem}.fixtures-page__tab{padding:.62rem .95rem}.fixtures-page .status-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem}.fixtures-page .summary-card{padding:.65rem .8rem;gap:.25rem}.fixtures-page__view{gap:.7rem}.player-card--skeleton{pointer-events:none;overflow:hidden}.player-card--skeleton .skeleton{position:relative;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.06)}.player-card--skeleton .skeleton:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.08) 42%,transparent 82%);transform:translate(-100%);animation:player-skeleton-shimmer 1.45s ease-in-out infinite}.player-card__skeleton-top{display:grid;grid-template-columns:56px minmax(0,1fr) auto;gap:.75rem;align-items:center}.player-card__skeleton-header{display:grid;gap:.35rem}.player-card__skeleton-identifier{width:4.6rem}.player-card__skeleton-copy{display:grid;gap:.45rem;min-width:0}.player-card__skeleton-meta{display:grid;gap:.45rem}.skeleton--avatar{width:56px;height:56px;border-radius:50%}.skeleton--line{height:.78rem}.skeleton--line-lg{width:min(100%,16ch)}.skeleton--line-md{width:min(100%,12ch)}.skeleton--line-sm{width:min(100%,8ch)}.skeleton--chip{width:5.8rem;height:2rem;justify-self:end}@keyframes player-skeleton-shimmer{to{transform:translate(100%)}}.prediction-card__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.prediction-card__explanation{margin:0;line-height:1.65}.match-detail__predictions-section{scroll-margin-top:108px}.match-detail__prediction-empty{display:grid;gap:.9rem}.match-detail__prediction-empty .state{min-height:240px}.match-detail__prediction-empty-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.55rem}.match-detail__prediction-empty-tags span{display:inline-flex;align-items:center;min-height:32px;padding:.4rem .75rem;border-radius:999px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.04);color:var(--muted);font-size:.78rem;letter-spacing:.02em;white-space:nowrap}.player-detail{position:relative;padding:clamp(1.25rem,3vw,2.25rem) 0 4rem;background:radial-gradient(circle at top right,rgba(210,255,98,.08),transparent 28%),radial-gradient(circle at 20% 0%,rgba(83,211,177,.08),transparent 24%),linear-gradient(180deg,rgba(5,15,11,.2),transparent 36%)}.player-detail__top{display:grid;gap:.35rem;margin-bottom:1.25rem}.player-detail__eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;font-weight:800}.player-detail__title{margin:0;font-size:clamp(2rem,5.2vw,3.3rem);line-height:.98}.player-detail__subtitle{margin:0;max-width:60rem;color:var(--muted);line-height:1.55}.player-detail__backlink a{color:var(--accent);text-decoration:none}.player-detail__hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);grid-template-areas:"identity radar" "metrics metrics" "report report";gap:1rem;align-items:stretch}.player-detail__identity{grid-area:identity}.player-detail__metrics{grid-area:metrics}.player-detail__radar-card{grid-area:radar}.player-detail__report{grid-area:report}.player-detail__identity,.player-detail__radar-card,.player-detail__report,.player-detail__empty{display:grid;gap:1rem;min-width:0;background:radial-gradient(circle at top right,rgba(210,255,98,.08),transparent 30%),linear-gradient(180deg,rgba(15,36,27,.96),rgba(9,23,17,.98))}.player-detail__identity-head{display:flex;align-items:center;gap:1rem;min-width:0}.player-detail__avatar{width:clamp(96px,18vw,156px);height:clamp(96px,18vw,156px);border-radius:30px;flex-shrink:0}.player-detail__identity-copy{display:grid;gap:.35rem;min-width:0}.player-detail__position{margin:0;color:var(--accent);text-transform:uppercase;letter-spacing:.16em;font-size:.75rem;font-weight:800}.player-detail__identity-copy strong{display:block;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(1.5rem,3vw,2.4rem);line-height:1.02}.player-country{min-width:0;display:inline-flex;align-items:center;gap:.55rem;max-width:100%;color:var(--muted);opacity:.84;white-space:nowrap;line-height:1.2}.player-country__flag{width:auto;height:clamp(18px,1.5vw,24px);flex:0 0 auto;display:grid;place-items:center;overflow:hidden;border-radius:4px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08)}.player-country__flag img{display:block;width:100%;height:100%;object-fit:contain}.player-country__flag-fallback{color:var(--accent);font-size:.64rem;font-weight:800;letter-spacing:.14em}.player-country__label{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;line-height:1.2}.player-detail__country{margin-top:.1rem;display:flex;align-items:center;gap:8px;max-width:100%;color:var(--muted);opacity:.9;line-height:1.2}.player-detail__country-flag{width:20px;height:14px;flex:0 0 20px;display:block;place-items:center;overflow:hidden;border-radius:4px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08)}.player-detail__country-flag img{display:block;width:100%;height:100%;object-fit:contain}.player-detail__country-text,.player-detail__club{min-width:0;font-size:.96rem;line-height:1.2;white-space:nowrap}.player-detail__country-separator{color:var(--muted);opacity:.72}.player-detail__identity-links{display:flex;flex-wrap:wrap;gap:.5rem}.player-detail__identity-meta{display:grid;gap:.8rem;min-width:0}.player-hero-poster.player-detail__identity{padding:0;overflow:hidden;position:relative;display:grid;min-width:0;background:radial-gradient(circle at 12% 10%,var(--player-poster-glow),transparent 34%),radial-gradient(circle at 92% 0%,rgba(255,255,255,.18),transparent 24%),linear-gradient(155deg,var(--player-poster-primary),var(--player-poster-secondary) 54%,var(--player-poster-accent));border-color:#ffffff1f}.player-hero-poster.player-detail__identity:before,.player-hero-poster.player-detail__identity:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.player-hero-poster.player-detail__identity:before{background:radial-gradient(circle at top left,rgba(255,255,255,.2),transparent 26%),radial-gradient(circle at 72% 18%,rgba(255,255,255,.12),transparent 24%),radial-gradient(circle at bottom right,rgba(0,0,0,.28),transparent 36%);mix-blend-mode:screen;opacity:.95}.player-hero-poster.player-detail__identity:after{background:linear-gradient(115deg,transparent 0 39%,rgba(255,255,255,.11) 48%,transparent 58%),linear-gradient(135deg,rgba(255,255,255,.12),transparent 34%),radial-gradient(circle at 50% 100%,rgba(0,0,0,.16),transparent 36%);opacity:.7}.player-hero-poster__surface{position:relative;z-index:1;display:grid;gap:clamp(.5rem,.9vw,.78rem);min-height:100%;padding:clamp(.98rem,1.5vw,1.1rem);align-content:stretch}.player-hero-poster__watermark{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;opacity:.08;pointer-events:none}.player-hero-poster__watermark-flag{position:absolute;top:10%;right:-8%;width:68%;aspect-ratio:4 / 3;border-radius:24px;background:linear-gradient(135deg,rgba(255,255,255,.95) 0 34%,transparent 34% 68%,rgba(255,255,255,.95) 68% 100%),linear-gradient(180deg,var(--player-poster-primary),var(--player-poster-secondary) 50%,var(--player-poster-accent));filter:saturate(1.1);transform:rotate(12deg)}.player-hero-poster__watermark-stripes{position:absolute;top:-10%;right:-10%;bottom:-10%;left:-10%;background:repeating-linear-gradient(135deg,rgba(255,255,255,.16) 0 8px,transparent 8px 24px),radial-gradient(circle at 18% 18%,rgba(255,255,255,.28),transparent 28%);transform:rotate(-10deg) scale(1.1);mix-blend-mode:screen}.player-hero-poster__copy{display:grid;gap:.28rem;align-content:end;min-width:0;position:relative;z-index:1;margin-top:0}.player-hero-poster__name{margin:0;min-width:0;max-width:100%;color:#fff;text-transform:uppercase;font-size:clamp(2.15rem,5.2vw,4rem);line-height:.9;letter-spacing:-.055em;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-hero-poster__visual{position:relative;z-index:1;display:grid;place-items:center;min-height:clamp(16rem,38vw,24rem);padding:.2rem 0 .1rem}.player-hero-poster__jersey-row{display:grid;justify-items:start;margin-top:clamp(.75rem,1.2vw,.95rem);margin-bottom:.05rem;position:relative;z-index:1}.player-hero-poster__jersey-label{line-height:1}.player-hero-poster__visual-shell{position:relative;display:grid;place-items:center;width:min(100%,clamp(15.5rem,40vw,24rem));aspect-ratio:.96 / 1;border-radius:38px 38px 32px 32px;overflow:hidden}.player-hero-poster__visual-shell--number{border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.player-hero-poster__visual-shell--card{border:1px solid rgba(255,255,255,.2);background:radial-gradient(circle at 50% 28%,rgba(255,255,255,.2),transparent 28%),radial-gradient(circle at 50% 46%,rgba(0,0,0,.16),transparent 54%),linear-gradient(180deg,rgba(255,255,255,.14),rgba(0,0,0,.24)),linear-gradient(160deg,var(--player-poster-primary),var(--player-poster-secondary) 56%,var(--player-poster-accent));box-shadow:inset 0 1px #ffffff29,inset 0 -20px 36px #0000002e,inset 0 0 0 1px #ffffff0d,0 28px 54px #00000047,0 0 0 11px #ffffff0a}.player-hero-poster__visual-shell:before,.player-hero-poster__visual-shell:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.player-hero-poster__visual-shell--card:before{background:linear-gradient(180deg,transparent 0 34%,rgba(0,0,0,.14) 68%,rgba(0,0,0,.42)),radial-gradient(circle at 50% 16%,rgba(255,255,255,.26),transparent 28%),radial-gradient(circle at 50% 88%,rgba(255,255,255,.1),transparent 34%);mix-blend-mode:screen}.player-hero-poster__visual-shell--card:after{background:linear-gradient(120deg,transparent 0 27%,rgba(255,255,255,.13) 38%,transparent 47%),linear-gradient(180deg,transparent 0 72%,rgba(255,255,255,.12) 100%);opacity:.82}.player-hero-poster__number-watermark{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;display:grid;place-items:center;pointer-events:none}.player-hero-poster__number-watermark--backdrop{opacity:.24}.player-hero-poster__number-watermark--solo{opacity:.96}.player-hero-poster__number{display:block;color:#ffffffeb;font-size:clamp(7.2rem,18vw,11rem);line-height:.88;font-weight:900;letter-spacing:-.12em;font-variant-numeric:tabular-nums;text-shadow:0 16px 34px rgba(0,0,0,.26),0 0 24px rgba(255,255,255,.12)}.player-hero-poster--number .player-hero-poster__number{transform:translateY(2%)}.player-hero-poster--number .player-hero-poster__number-watermark--backdrop .player-hero-poster__number{font-size:clamp(8.2rem,22vw,13rem);color:#ffffff2e;text-shadow:0 14px 24px rgba(0,0,0,.2),0 0 20px rgba(255,255,255,.08)}.player-hero-poster--number .player-hero-poster__number-watermark--solo .player-hero-poster__number{font-size:clamp(8.4rem,22vw,13rem);color:#fffffff5}.player-hero-poster--number .player-hero-poster__visual-glow{top:10%;right:14%;bottom:10%;left:14%;border-radius:999px;background:radial-gradient(circle at 50% 38%,rgba(255,255,255,.16),transparent 34%),radial-gradient(circle at 50% 50%,var(--player-poster-glow),transparent 70%)}.player-hero-poster--number .player-hero-poster__jersey-number{color:#fffffff0}.player-hero-poster__hero-image-stack{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;overflow:hidden;border-radius:inherit;--hero-avatar-scale: 1;--hero-avatar-offset-x: 0px;--hero-avatar-offset-y: 0px}.player-hero-poster__hero-image-stack--transparent{padding:0;background:transparent}.player-hero-poster__hero-image-stack--framed{padding:.78rem;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.18))}.player-hero-poster__hero-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center center;filter:saturate(1.12) contrast(1.08) brightness(1.03) drop-shadow(0 14px 18px rgba(0,0,0,.22)) drop-shadow(0 0 18px rgba(255,255,255,.08));transform:translate(var(--hero-avatar-offset-x),var(--hero-avatar-offset-y)) scale(var(--hero-avatar-scale));transform-origin:center center;opacity:0;transition:opacity .42s ease;will-change:opacity,transform;-webkit-user-select:none;user-select:none;pointer-events:none}.player-hero-poster__hero-image-stack--transparent .player-hero-poster__hero-image{object-fit:contain}.player-hero-poster__hero-image-stack--transparent-face .player-hero-poster__hero-image,.player-hero-poster__hero-image-stack--face .player-hero-poster__hero-image{object-position:center center}.player-hero-poster__hero-image-stack--transparent-body .player-hero-poster__hero-image,.player-hero-poster__hero-image-stack--body .player-hero-poster__hero-image{object-fit:contain;object-position:center 62%}.player-hero-poster__hero-image-stack--stylized .player-hero-poster__hero-image,.player-hero-poster__hero-image-stack--framed .player-hero-poster__hero-image{object-fit:contain;object-position:center center}.heroAvatarImage{opacity:1}.player-hero-poster__visual-glow{position:absolute;top:4%;right:6%;bottom:4%;left:6%;border-radius:46px;background:radial-gradient(circle at 50% 34%,rgba(255,255,255,.18),transparent 38%),radial-gradient(circle at 50% 52%,var(--player-poster-glow),transparent 68%);opacity:1}.player-hero-poster__jersey,.player-hero-poster__icon-fallback{position:relative;z-index:1;width:100%;height:100%;display:grid;place-items:center;text-align:center}.player-hero-poster__jersey{gap:.3rem}.player-hero-poster__jersey-number{color:#fff;font-size:clamp(7.2rem,18vw,11rem);line-height:.9;font-weight:900;letter-spacing:-.12em;font-variant-numeric:tabular-nums;text-shadow:0 16px 34px rgba(0,0,0,.24),0 0 24px rgba(255,255,255,.12)}.player-hero-poster__jersey-label{color:#ffffffe6;text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:800}.player-hero-poster__icon-fallback{gap:.42rem;padding:.2rem}.player-hero-poster__icon-fallback--finisher .player-hero-poster__hero-icon,.player-hero-poster__icon-fallback--engine .player-hero-poster__hero-icon,.player-hero-poster__icon-fallback--wall .player-hero-poster__hero-icon,.player-hero-poster__icon-fallback--guardian .player-hero-poster__hero-icon{width:min(100%,14rem);height:auto;filter:drop-shadow(0 14px 22px rgba(0,0,0,.24)) drop-shadow(0 0 16px rgba(255,255,255,.06))}.player-hero-poster__hero-icon{display:block}.player-hero-poster__hero-icon circle,.player-hero-poster__hero-icon path,.player-hero-poster__hero-icon rect,.player-hero-poster__hero-icon line{vector-effect:non-scaling-stroke}.player-hero-poster__icon-label{color:#ffffffe0;text-transform:uppercase;letter-spacing:.14em;font-size:.68rem;font-weight:800}.player-hero-poster__archetype{margin:0;position:relative;z-index:1;color:#fff9cafa;font-size:clamp(1.42rem,2.4vw,1.78rem);line-height:1;font-weight:900;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 0 20px rgba(255,248,184,.22)}.player-hero-poster__meta{display:grid;grid-template-columns:minmax(72px,.5fr) minmax(156px,1.35fr) minmax(130px,.9fr) minmax(140px,.95fr) minmax(160px,1.25fr);gap:.4rem;min-width:0;margin-top:auto;position:relative;z-index:1}.player-hero-poster__meta-item{display:grid;gap:.28rem;min-width:0;min-height:3.9rem;padding:.62rem .68rem .58rem;border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(8,14,20,.18)),rgba(8,14,20,.14);border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 1px #ffffff24,inset 0 -8px 18px #00000014,0 10px 24px #0000001f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.player-hero-poster__meta-label{color:#fffc;text-transform:uppercase;letter-spacing:.16em;font-size:.6rem;font-weight:800}.player-hero-poster__meta-value{min-width:0;color:#fff;font-size:.87rem;line-height:1.1;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-hero-poster__meta-value--club{color:#fffbe7fa}.player-hero-poster__meta-item--number,.player-hero-poster__meta-item--shirt-name,.player-hero-poster__meta-item--position,.player-hero-poster__meta-item--country,.player-hero-poster__meta-item--club{min-width:0}.player-hero-poster__country.player-country{gap:.45rem;min-width:0;max-width:100%;color:#ffffffe6;opacity:1;flex-wrap:nowrap}.player-hero-poster__country .player-country__flag{width:24px;height:17px;flex-basis:24px;border-radius:4px;border-color:#ffffff3d;background:rgba(255,255,255,.1)}.player-hero-poster__country .player-country__label{font-size:.88rem;font-weight:700}.player-detail__chips{display:flex;flex-wrap:wrap;gap:.5rem;min-width:0}.player-detail__radar-card{align-content:start;justify-items:stretch}.player-detail__radar-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;min-width:0;flex-wrap:wrap}.player-detail__section-label{color:var(--muted);text-transform:uppercase;letter-spacing:.16em;font-size:.74rem;font-weight:800}.player-detail__radar{display:grid;place-items:center;gap:.75rem;width:100%;min-width:0;min-height:0}.player-detail__radar-wrapper{width:min(100%,420px);aspect-ratio:1 / 1;margin-inline:auto;display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:clamp(.5rem,1.2vw,.9rem)}.player-detail__radar-wrapper .skill-radar{width:100%;height:100%;max-width:none;box-sizing:border-box}.player-detail__radar-wrapper .skill-radar__svg{width:100%;height:100%;aspect-ratio:auto}.player-detail__radar-note{display:grid;justify-items:center;gap:.3rem;text-align:center}.player-detail__radar-note p{margin:0;color:var(--muted);font-size:.86rem;line-height:1.45}.skill-radar__area--placeholder{opacity:.78}.skill-radar__outline--placeholder{stroke-dasharray:5 5;opacity:.92}.player-detail__metrics{display:grid;gap:1rem;margin-top:1rem}.player-detail__probabilities{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.player-detail__metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.player-detail__metric-card,.player-detail__trend-card,.player-detail__report{background:radial-gradient(circle at top right,rgba(210,255,98,.1),transparent 34%),linear-gradient(180deg,rgba(15,36,27,.98),rgba(9,23,17,.99));border-color:#d2ff621c}.player-detail__metric-card,.player-detail__trend-card{display:grid;gap:.8rem}.player-detail__metric-card .player-detail__section-label,.player-detail__trend-card .player-detail__section-label,.player-detail__report .player-detail__section-label{color:var(--accent);font-size:.72rem;font-weight:800;letter-spacing:.18em}.player-detail__metric-card strong{color:var(--text);font-size:clamp(2.05rem,4vw,2.9rem);font-weight:800;line-height:.95;letter-spacing:-.03em;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-detail__trend-card p,.player-detail__report p,.player-detail__empty p{margin:0;color:#ffffffc2;line-height:1.6}.player-detail__trend-card p,.player-detail__report p{font-size:.98rem}.player-detail__empty{padding:1.5rem}.player-detail__empty-note{color:var(--muted);line-height:1.5}.lineup-field{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:.85rem;align-items:center;padding:.96rem 1rem;border-radius:20px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 0 0 1px #ffffff05}.lineup-field__avatar{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;overflow:hidden;background:linear-gradient(135deg,rgba(210,255,98,.14),rgba(83,211,177,.08));border:1px solid rgba(255,255,255,.08);color:var(--accent);font-weight:800}.lineup-field__avatar img{width:100%;height:100%;object-fit:cover}.lineup-field__heading{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-width:0}.lineup-field__heading strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lineup-field__avatar{justify-self:start}.lineup-field__body{display:grid;gap:.15rem;min-width:0}.lineup-field__meta{display:flex;flex-wrap:wrap;gap:.35rem .5rem;color:var(--muted);font-size:.8rem}.lineup-field__probability{color:var(--accent)}.lineup-field__index{display:inline-flex;align-items:center;justify-content:center;min-width:2.15rem;padding:.2rem .5rem;border-radius:999px;background:rgba(255,255,255,.05);color:var(--muted);font-size:.72rem;letter-spacing:.08em}.lineup-field__starter{color:var(--muted);font-size:.78rem;white-space:nowrap}.lineup-field__starter.is-starter{color:var(--accent)}.formation-display{display:grid;gap:1rem;height:100%;background:radial-gradient(circle at top right,rgba(83,211,177,.12),transparent 28%),linear-gradient(180deg,rgba(14,37,28,.96),rgba(9,23,17,.98))}.formation-display__header{align-items:flex-start}.formation-display__identity{display:flex;align-items:flex-start;gap:.75rem;min-width:0;flex:1}.formation-display__header-signals{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}.formation-display__description{display:none}.formation-display__header-copy{flex:1;min-width:0}.formation-display__formation{display:inline-grid;gap:.15rem;margin-bottom:.45rem}.formation-display__formation span{color:var(--muted);font-size:.76rem;text-transform:uppercase;letter-spacing:.14em}.formation-display__formation-status,.lineup-pitch__player-name-mobile{display:none}.formation-display__formation strong{font-size:clamp(1.4rem,2.8vw,2.1rem);line-height:1;letter-spacing:.08em;color:var(--accent)}.formation-display__pitch{position:relative;overflow:hidden;padding:1rem;border-radius:24px;background:linear-gradient(90deg,rgba(255,255,255,.03) 0 100%),linear-gradient(180deg,rgba(16,70,46,.95),rgba(9,44,27,.96));border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 0 0 1px #ffffff08}.formation-display__pitch:before,.formation-display__pitch:after{content:"";position:absolute;top:1rem;right:1rem;bottom:1rem;left:1rem;border:1px solid rgba(255,255,255,.14);border-radius:20px;pointer-events:none}.formation-display__pitch:after{inset:50% 1rem auto;height:1px;border:0;background:rgba(255,255,255,.16);box-shadow:0 0 0 1px #ffffff05}.formation-display__pitch-lines{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.formation-display__pitch-lines span{position:absolute;left:0;right:0;height:1px;background:rgba(255,255,255,.08)}.formation-display__pitch-lines span:nth-child(1){top:25%}.formation-display__pitch-lines span:nth-child(2){top:50%}.formation-display__pitch-lines span:nth-child(3){top:75%}.formation-display__pitch-lines span:nth-child(4){top:12%;opacity:.35}.formation-display__row{position:relative;display:grid;gap:.75rem;padding:.4rem 0}.formation-display__row+.formation-display__row{border-top:1px solid rgba(255,255,255,.06)}.formation-display__row-label{display:flex;align-items:center;justify-content:space-between;gap:.75rem;color:var(--text);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem}.formation-display__row-label span{color:var(--muted)}.formation-display__row-label small{color:var(--accent)}.formation-display__row-players{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.formation-display__row--goalkeeper .formation-display__row-players{grid-template-columns:minmax(0,320px);justify-content:center}.formation-display__row--forwards .formation-display__row-players,.formation-display__row--midfielders .formation-display__row-players{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.formation-display__list,.formation-display__bench-grid{display:grid;gap:.65rem}.formation-display__bench h4{margin:0 0 .6rem;color:var(--muted);font-size:.84rem;text-transform:uppercase;letter-spacing:.12em}.lineup-pitch{display:grid;gap:1rem;min-width:0}.lineup-pitch--compact{gap:.85rem}.lineup-pitch__field{position:relative;z-index:1;display:grid;grid-template-rows:minmax(0,1fr);gap:1rem;min-height:100%;padding:1rem clamp(8px,.85vw,12px) 1.05rem;border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:repeating-linear-gradient(180deg,rgba(255,255,255,.035) 0,rgba(255,255,255,.035) 54px,rgba(255,255,255,.012) 54px,rgba(255,255,255,.012) 108px),radial-gradient(circle at 50% 50%,rgba(255,255,255,.05),transparent 18%),linear-gradient(180deg,rgba(12,58,37,.98),rgba(7,27,17,.99))}.lineup-pitch--compact .lineup-pitch__field{padding:.85rem clamp(8px,.85vw,12px) .95rem;gap:.85rem}.lineup-pitch__field:before{content:"";position:absolute;top:.85rem;right:.85rem;bottom:.85rem;left:.85rem;border-radius:20px;border:1px solid rgba(255,255,255,.12);pointer-events:none}.lineup-pitch__field:after{content:"";position:absolute;top:50%;left:50%;width:30%;aspect-ratio:1;border-radius:50%;border:1px solid rgba(255,255,255,.12);transform:translate(-50%,-50%);pointer-events:none}.lineup-pitch__field-lines{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.lineup-pitch__field-lines span{position:absolute;left:0;right:0;height:1px;background:rgba(255,255,255,.08)}.lineup-pitch__field-lines span:nth-child(1){top:25%}.lineup-pitch__field-lines span:nth-child(2){top:50%}.lineup-pitch__field-lines span:nth-child(3){top:75%}.lineup-pitch__field-lines span:nth-child(4){top:12%;opacity:.35}.lineup-pitch__rows{position:relative;z-index:1;min-height:clamp(24rem,52vw,33rem);overflow:visible;padding-inline:clamp(8px,.85vw,12px);--pitch-row-label-width: 18px;--pitch-row-label-gap: .28rem}.lineup-pitch__row{position:absolute;inset-inline:0;top:var(--line-top);display:grid;width:auto;grid-template-columns:var(--pitch-row-label-width, 18px) minmax(0,1fr);gap:var(--pitch-row-label-gap, .28rem);align-items:center;transform:translateY(-50%)}.lineup-pitch__row-label{display:flex;flex-direction:column;justify-content:center;align-items:center;justify-self:center;min-width:var(--pitch-row-label-width, 18px);white-space:nowrap;gap:.12rem;color:#d2ff62f2;font-size:.7rem;font-weight:800;letter-spacing:.18em}.lineup-pitch__row-label small{color:var(--muted);font-size:.62rem;letter-spacing:.1em}.lineup-pitch__row-stage{position:relative;min-height:var(--pitch-player-min-height, clamp(4.6rem, 7vw, 6rem));min-width:0}.lineup-pitch__row-overflow{display:grid;gap:.4rem;margin-top:.5rem}.lineup-pitch__row-overflow-label{color:var(--warning);font-size:.68rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.lineup-pitch__row-overflow-grid{display:grid;gap:.4rem}.lineup-pitch__row-stage .hero__player-node,.lineup-pitch__row-stage .lineup-pitch__player,.hero__pitch-row-stage .hero__player-node,.hero__pitch-row-stage .lineup-pitch__player{position:absolute;top:50%;left:var(--player-x);transform:translate(-50%,calc(-50% + var(--pitch-player-y-offset, 0px)));display:grid;grid-template-columns:var(--pitch-player-avatar-size, 46px) minmax(0,1fr);gap:var(--pitch-player-gap, .5rem);align-items:center;justify-items:stretch;min-width:var(--pitch-player-min-width, 112px);width:clamp(var(--pitch-player-min-width, 120px),var(--pitch-player-width, 16vw),var(--pitch-player-max-width, 150px));padding:var(--pitch-player-padding-y, .64rem) var(--pitch-player-padding-x, .45rem) calc(var(--pitch-player-padding-y, .64rem) * .9);border-radius:18px;background:linear-gradient(135deg,rgba(210,255,98,.12),rgba(4,12,8,.44)),rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:inset 0 0 0 1px #ffffff05,0 14px 30px #0000002e;overflow:hidden}.lineup-pitch__row-stage .hero__player-node,.lineup-pitch__row-stage .lineup-pitch__player,.hero__pitch-row-stage .hero__player-node,.hero__pitch-row-stage .lineup-pitch__player,.hero__player-node{color:inherit;text-decoration:none;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}.lineup-pitch__player--interactive{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:1px solid rgba(255,255,255,.08)}.lineup-pitch__row-stage .hero__player-node:hover,.lineup-pitch__row-stage .hero__player-node:focus-visible,.lineup-pitch__row-stage .lineup-pitch__player:hover,.lineup-pitch__row-stage .lineup-pitch__player:focus-visible,.hero__pitch-row-stage .hero__player-node:hover,.hero__pitch-row-stage .hero__player-node:focus-visible,.hero__pitch-row-stage .lineup-pitch__player:hover,.hero__pitch-row-stage .lineup-pitch__player:focus-visible,.hero__player-node:hover,.hero__player-node:focus-visible{border-color:#7ef9d83d;box-shadow:inset 0 0 0 1px #7ef9d814,0 16px 34px #0003}.lineup-pitch__row-stage .lineup-pitch__player--home,.lineup-pitch__row-stage .lineup-pitch__player--home.hero__player-node,.hero__pitch-row-stage .lineup-pitch__player--home,.hero__pitch-row-stage .lineup-pitch__player--home.hero__player-node{border-color:#d2ff6238;background:linear-gradient(135deg,rgba(210,255,98,.16),rgba(6,18,12,.54)),rgba(255,255,255,.03);box-shadow:inset 0 0 0 1px #d2ff620d,0 16px 32px #0003,0 0 22px #d2ff621a}.lineup-pitch__row-stage .lineup-pitch__player--away,.lineup-pitch__row-stage .lineup-pitch__player--away.hero__player-node,.hero__pitch-row-stage .lineup-pitch__player--away,.hero__pitch-row-stage .lineup-pitch__player--away.hero__player-node{border-color:#70a8ff3d;background:linear-gradient(135deg,rgba(112,168,255,.16),rgba(8,17,29,.56)),rgba(255,255,255,.03);box-shadow:inset 0 0 0 1px #70a8ff0d,0 16px 32px #0003,0 0 22px #70a8ff1a}.lineup-pitch__player{display:grid;grid-template-columns:var(--pitch-player-avatar-size, 46px) minmax(0,1fr);gap:var(--pitch-player-gap, .5rem);align-items:center;justify-items:stretch;width:100%;min-width:0;padding:var(--pitch-player-padding-y, .64rem) var(--pitch-player-padding-x, .45rem) calc(var(--pitch-player-padding-y, .64rem) * .9);border-radius:18px;background:linear-gradient(135deg,rgba(210,255,98,.12),rgba(4,12,8,.44)),rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:inset 0 0 0 1px #ffffff05,0 14px 30px #0000002e;overflow:hidden}.lineup-pitch__player--compact{width:100%;--pitch-player-avatar-size: 38px;padding:.78rem .94rem;grid-template-columns:38px minmax(0,1fr);gap:.52rem;min-width:clamp(120px,16vw,150px);max-width:clamp(120px,16vw,150px)}.lineup-pitch__player--substitute{width:100%;min-width:0;max-width:none;align-self:stretch;grid-template-columns:38px minmax(0,1fr);gap:.52rem;padding:.78rem .94rem}.lineup-pitch__player--home{border-color:#d2ff6238;background:linear-gradient(135deg,rgba(210,255,98,.16),rgba(6,18,12,.54)),rgba(255,255,255,.03);box-shadow:inset 0 0 0 1px #d2ff620d,0 16px 32px #0003,0 0 22px #d2ff621a}.lineup-pitch__player--away{border-color:#70a8ff3d;background:linear-gradient(135deg,rgba(112,168,255,.16),rgba(8,17,29,.56)),rgba(255,255,255,.03);box-shadow:inset 0 0 0 1px #70a8ff0d,0 16px 32px #0003,0 0 22px #70a8ff1a}.lineup-pitch__player--empty{border-style:dashed;background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(4,12,8,.22)),rgba(255,255,255,.015);box-shadow:inset 0 0 0 1px #ffffff05,0 12px 24px #00000024;opacity:.92}.lineup-pitch__player--empty .lineup-pitch__player-position{background:rgba(255,255,255,.04);border-color:#ffffff14;color:#eff7f2d1}.lineup-pitch__player--empty .lineup-pitch__player-copy strong,.lineup-pitch__player--empty strong{color:#eff7f2e0}.lineup-pitch__player--empty .lineup-pitch__player-copy span{color:#eff7f294}.lineup-pitch__player-position{display:grid;place-items:center;width:var(--pitch-player-avatar-size, 46px);height:var(--pitch-player-avatar-size, 46px);border-radius:50%;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);color:var(--text);font-size:clamp(.7rem,1.4vw,.84rem);font-weight:900;letter-spacing:.14em;line-height:1;text-transform:uppercase;text-shadow:0 8px 18px rgba(0,0,0,.32)}.lineup-pitch__player--home .lineup-pitch__player-position{background:rgba(210,255,98,.16);border-color:#d2ff623d;color:#e8ff9c;box-shadow:inset 0 0 0 1px #d2ff620a,0 0 18px #d2ff6214}.lineup-pitch__player--away .lineup-pitch__player-position{background:rgba(112,168,255,.16);border-color:#70a8ff3d;color:#bfd9ff;box-shadow:inset 0 0 0 1px #70a8ff0a,0 0 18px #70a8ff14}.lineup-pitch__row-stage .hero__player-node.is-starter,.lineup-pitch__row-stage .lineup-pitch__player.is-starter,.hero__pitch-row-stage .hero__player-node.is-starter,.hero__pitch-row-stage .lineup-pitch__player.is-starter{box-shadow:inset 0 0 0 1px #d2ff6214,0 0 0 1px #53d3b10d}.lineup-pitch__row-stage .hero__player-node.is-doubtful,.lineup-pitch__row-stage .lineup-pitch__player.is-doubtful,.hero__pitch-row-stage .hero__player-node.is-doubtful,.hero__pitch-row-stage .lineup-pitch__player.is-doubtful{background:rgba(255,255,255,.015);border-color:#ffd36b29}.lineup-pitch__row-stage .hero__player-node strong,.lineup-pitch__row-stage .lineup-pitch__player strong,.hero__pitch-row-stage .hero__player-node strong,.hero__pitch-row-stage .lineup-pitch__player strong{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--pitch-player-name-size, .86rem);font-family:Avenir Next,Helvetica Neue,Segoe UI,sans-serif;letter-spacing:-.01em;line-height:1.04;text-align:left}.lineup-pitch__player-copy{min-width:0;display:grid;gap:.16rem;align-content:center;justify-items:start;padding-inline-start:.18rem}.lineup-pitch__player-copy strong{display:block;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.08;font-size:var(--pitch-player-name-size, .92rem);color:var(--text)}.lineup-pitch__player-copy span{display:block;color:var(--muted);font-size:var(--pitch-player-meta-size, .72rem)}.lineup-pitch__player-badge{display:inline-flex;align-self:start;justify-self:start;min-width:0;max-width:100%;width:fit-content;padding:.18rem .48rem;border-radius:999px;background:rgba(255,255,255,.08);color:var(--muted);font-size:.58rem;font-weight:800;letter-spacing:.16em;line-height:1;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.04rem}.lineup-pitch__player--home .lineup-pitch__player-badge{background:rgba(210,255,98,.16);color:#e6ff96;box-shadow:inset 0 0 0 1px #d2ff620a}.lineup-pitch__player--away .lineup-pitch__player-badge{background:rgba(112,168,255,.16);color:#b7d4ff;box-shadow:inset 0 0 0 1px #70a8ff0a}.lineup-pitch.debug .lineup-pitch__player,.match-detail__combined-layer.debug .lineup-pitch__player{outline:1px solid rgba(255,86,86,.92);outline-offset:1px}.lineup-pitch.debug .lineup-pitch__player:after,.match-detail__combined-layer.debug .lineup-pitch__player:after{content:"";position:absolute;left:50%;top:50%;width:4px;height:4px;border-radius:50%;background:#ffe84d;transform:translate(-50%,-50%);pointer-events:none}.lineup-pitch__bench{display:grid;gap:.75rem}.lineup-pitch__bench-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;color:var(--muted);font-size:.84rem;text-transform:uppercase;letter-spacing:.12em}.lineup-pitch__bench-grid{display:flex;flex-direction:column;align-items:stretch;gap:.65rem}.lineup-pitch__bench-grid .lineup-pitch__player--substitute{width:100%}.lineup-pitch__state{display:grid;min-height:260px}.lineup-pitch__state .state{min-height:inherit}.match-detail__lineup-layout{display:grid;gap:1rem}.match-detail__lineup-toolbar{display:flex;justify-content:flex-start}.match-detail__lineup-switcher{display:inline-grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.3rem;padding:.3rem;border-radius:18px;background:rgba(255,255,255,.04);border:1px solid var(--line)}.match-detail__lineup-switcher-tab{min-width:0;min-height:2.75rem;padding:.62rem .9rem;border:0;border-radius:14px;background:transparent;color:var(--muted);font-size:.8rem;font-weight:700;letter-spacing:.03em;cursor:pointer;transition:background .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease}.match-detail__lineup-switcher-tab:hover,.match-detail__lineup-switcher-tab:focus-visible{color:var(--text);background:rgba(255,255,255,.05)}.match-detail__lineup-switcher-tab.is-active{color:var(--accent);background:rgba(210,255,98,.16);box-shadow:inset 0 0 0 1px #d2ff6238}.match-detail__lineup-switcher-tab:disabled{opacity:.42;cursor:not-allowed}.match-detail__lineup-compare,.match-detail__lineup-mobile{min-width:0}.match-detail__lineup-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.match-detail__lineup-stack{display:grid;gap:1rem}.match-detail__lineup-tabs{display:none;gap:.5rem;padding:.1rem;border-radius:18px;background:rgba(255,255,255,.04);border:1px solid var(--line)}.match-detail__lineup-tab{flex:1 1 0;min-width:0;min-height:44px;border-radius:14px;justify-content:center}.match-detail__lineup-tab.is-active{background:rgba(210,255,98,.16);border-color:#d2ff6252;color:var(--accent)}.match-detail__lineup-mobile{display:none;gap:.85rem}.match-detail__lineup-card{min-width:0}.match-detail__combined-card{display:grid;gap:1rem}.match-detail__combined-mobile-summary{display:none}.match-detail__combined-legend{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:1rem;align-items:stretch}.match-detail__combined-team{width:100%;height:100%;display:grid;gap:.4rem;min-width:0;padding:.85rem .95rem;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06)}.match-detail__combined-team--home{box-shadow:inset 0 0 0 1px #d2ff6214}.match-detail__combined-team--away{justify-self:end;justify-items:start;text-align:left;box-shadow:inset 0 0 0 1px #70a8ff14}.match-detail__combined-team--away .team-badge,.match-detail__combined-team--away .team-badge__meta,.match-detail__combined-team--away .formation-display__header,.match-detail__combined-team--away .formation-display__header-copy,.match-detail__combined-team--away .formation-display__formation{justify-items:start;text-align:left}.match-detail__combined-team .team-badge{min-width:0}.match-detail__combined-header{align-items:stretch;gap:1rem}.match-detail__combined-side{display:grid;gap:.45rem;min-width:0}.match-detail__combined-side--away{justify-items:end;text-align:right}.match-detail__combined-side-kicker{color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.18em}.match-detail__combined-center{display:grid;gap:.2rem;justify-items:center;align-self:center;text-align:center}.match-detail__combined-center span{color:var(--muted);font-size:.74rem;text-transform:uppercase;letter-spacing:.14em}.match-detail__combined-center strong{color:var(--text);font-size:.96rem;letter-spacing:-.01em}.match-detail__combined-field{position:relative;min-height:clamp(42rem,58vw,49rem);padding:1rem;border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:repeating-linear-gradient(180deg,rgba(255,255,255,.035) 0,rgba(255,255,255,.035) 54px,rgba(255,255,255,.012) 54px,rgba(255,255,255,.012) 108px),linear-gradient(180deg,rgba(12,58,37,.98),rgba(7,27,17,.99));box-shadow:inset 0 0 0 1px #ffffff08}.match-detail__combined-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:grid}.match-detail__combined-layer--home{opacity:.96}.match-detail__combined-layer--away{opacity:.88}.match-detail__combined-row--home,.match-detail__combined-row--away{grid-template-columns:18px minmax(0,1fr)}.match-detail__combined-row-badge{display:inline-flex;align-items:center;justify-content:center;min-width:48px;min-height:2.1rem;padding:.3rem .72rem;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:rgba(4,12,8,.3);color:#eff7f2f5;font-size:.88rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;line-height:1;box-shadow:inset 0 0 0 1px #ffffff05}.match-detail__combined-row-badge--home{border-color:#d2ff623d;background:rgba(210,255,98,.16);color:#e1ff94;box-shadow:inset 0 0 0 1px #d2ff620f,0 0 0 1px #d2ff6208}.match-detail__combined-row-badge--away{border-color:#70a8ff42;background:rgba(112,168,255,.16);color:#b0d0ff;box-shadow:inset 0 0 0 1px #70a8ff0f,0 0 0 1px #70a8ff08}.match-detail__combined-row--away .lineup-pitch__row-stage{grid-column:2}.match-detail__combined-benches{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.match-detail__combined-bench{display:grid;gap:.75rem}.match-detail__combined-bench-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;color:var(--muted);font-size:.84rem;text-transform:uppercase;letter-spacing:.12em}.match-detail__combined-bench-grid{display:grid;gap:.65rem}.match-detail__combined-footnote{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;color:var(--muted);font-size:.8rem;line-height:1.5}.match-detail__combined-status{color:var(--accent);white-space:nowrap}.match-detail__combined-status{display:inline-flex;align-items:center;gap:.45rem}.state{display:grid;place-items:center;text-align:center;gap:.65rem;padding:2rem}.state__spinner{width:48px;height:48px;border-radius:50%;border:3px solid rgba(255,255,255,.15);border-top-color:var(--accent);animation:spin 1s linear infinite}.cta-panel{padding:1.25rem}.cta-form{display:grid;gap:.85rem}.field{display:grid;gap:.45rem}.field span{font-size:.82rem;color:var(--muted)}.field input,.field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;min-height:48px;padding:.8rem .95rem;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);color:var(--text)}.field input::placeholder{color:#eff7f273}.cta-form__submit{justify-self:start}.form-success,.inline-alert{margin:0;padding:.85rem 1rem;border-radius:16px;border:1px solid rgba(210,255,98,.24);background:rgba(210,255,98,.08);color:var(--accent)}.inline-alert{margin-bottom:1rem}.footer{margin-top:3rem;padding:1.5rem 0 2.5rem;border-top:1px solid var(--line)}.footer__inner{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.footer__note{max-width:420px;text-align:right}.inline-alert--error{border-color:#ff766847;background:rgba(255,118,104,.08);color:#ffcabf}.team-detail__hero{padding:1rem 0 .5rem}.match-detail__vs{display:grid;gap:.25rem;text-align:center;color:var(--muted)}.page__backlink{padding:0 0 2rem}.page__backlink a{color:var(--accent)}.summary-card,.source-card{display:grid;gap:.4rem}.match-detail__squad-card{gap:1rem;align-content:start}.match-detail__squad-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.match-detail__squad-grid{display:grid;gap:.85rem}.source-card a{color:var(--accent)}.player-card__top p,.prediction-card__header p,.formation-display__header p{margin:.35rem 0 0}.player-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulseSoft{0%,to{transform:scale(.92);opacity:.55}50%{transform:scale(1.08);opacity:1}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.hero__demo-card,.hero__demo-tab,.hero__pitch-selector-tab,.language-selector__trigger,.language-selector__menu,.language-selector__option,.account-onboarding__panel,.account-onboarding__toast,.navbar__toggle-icon span,.hero__demo-engine-chip:before,.button{transition:none;animation:none}}@media (max-width: 1024px){.hero__inner,.footer__inner,.section__header{grid-template-columns:1fr;display:grid}.navbar__nav{display:none}.navbar__mobile-controls{display:inline-flex}.hero__visual{min-height:440px}.hero__demo{--hero-demo-card-height: clamp(608px, 80vw, 736px)}.hero__preview-card-top,.hero__fixture{gap:.5rem}.match-grid,.prediction-grid,.lineup-grid,.player-grid,.match-detail__squads,.steps-grid,.comparison-grid,.status-grid,.source-grid,.players-explorer__filters,.players-explorer__grid,.players-explorer__featured-grid,.match-detail__lineup-grid,.match-detail__combined-benches{grid-template-columns:1fr}.player-detail__radar-wrapper{width:min(100%,357px)}}@media (max-width: 720px){:root{--navbar-height: 74px;--container: min(100vw - 1.25rem, 1180px);--pitch-player-min-width: 88px}.navbar__inner{gap:.75rem}.navbar__mobile-controls{gap:.4rem}.navbar__actions{gap:.5rem}.account-onboarding{padding:.75rem}.account-onboarding__panel{width:min(100%,100%);max-height:min(92vh,900px);border-radius:22px;padding:.95rem}.account-onboarding__hero,.account-onboarding__body{grid-template-columns:1fr}.account-onboarding__highlight{padding:.84rem .9rem}.account-onboarding__benefit{padding:.78rem .82rem}.account-onboarding__roadmap{padding:.82rem}.account-onboarding__actions{justify-content:stretch}.account-onboarding__primary,.account-onboarding__secondary{width:100%}.account-onboarding__toast{width:min(calc(100vw - 1.5rem),28rem);text-align:center;white-space:normal}.language-selector__trigger{min-height:40px;padding:.5rem .78rem;gap:.34rem}.language-selector__trigger-code{font-size:.76rem;letter-spacing:.1em}.language-selector__menu{min-width:14.75rem;max-width:min(92vw,18rem);padding:.38rem;border-radius:16px}.language-selector__option{min-height:2.55rem;padding:.54rem .68rem;gap:.6rem;border-radius:12px}.navbar__toggle{min-width:6.75rem;gap:.45rem;padding-inline:.9rem}.navbar__toggle-label{font-size:.74rem;letter-spacing:.09em}.hero{padding:.95rem 0 .82rem}.hero__actions,.section__actions{width:100%;flex-direction:column;align-items:stretch}.hero__actions .button--secondary{display:none}.login-page{grid-template-columns:1fr;min-height:auto}.hero__visual{min-height:auto;gap:.32rem}.hero__demo{--hero-demo-card-height: clamp(455px, 91vw, 568px)}.hero__demo-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:.28rem;padding:.3rem;border-radius:18px}.hero__demo-tab{min-height:2.5rem;padding:.47rem .5rem .5rem;border-radius:14px}.hero__demo-tab-label{font-size:.54rem;letter-spacing:.07em}.hero__demo-card{transform:translate3d(0,calc(-50% + (var(--hero-demo-offset) * 32%)),0) scale(var(--hero-demo-scale, 1));opacity:0;visibility:hidden;pointer-events:none;z-index:0;filter:saturate(.82) blur(.12px);transition:transform .22s ease,opacity .22s ease,visibility 0s linear .22s,filter .22s ease}.hero__demo-card:not(.hero__demo-card--active){opacity:0;visibility:hidden;pointer-events:none;z-index:0}.hero__demo-card--active{opacity:1;visibility:visible;pointer-events:auto;z-index:2;filter:none;transition:transform .22s ease,opacity .22s ease,filter .22s ease}.hero__demo-stage{padding:.28rem 0 .36rem;--hero-demo-center-shift: 8px}.hero__demo-stage:before,.hero__demo-stage:after{inset-inline:.6rem;height:1.75rem}.hero__pitch-field{padding:.58rem clamp(10px,1.2vw,14px) .7rem;gap:.5rem}.hero__pitch-selector{gap:.26rem;padding:.25rem}.hero__pitch-selector-tab{min-height:2.58rem;padding:.5rem .58rem}.hero__pitch-selector-label{font-size:.7rem}.hero__pitch-meta{padding:.52rem .64rem}.hero__pitch-meta--compact{padding:0;background:transparent;border:0}.hero__pitch-meta-body strong{font-size:.84rem}.hero__featured{grid-template-columns:minmax(0,1fr);gap:.4rem;padding:.68rem .72rem .7rem}.hero__featured-section-title{font-size:.66rem;padding-bottom:.08rem}.hero__demo-engine{gap:.28rem;margin-top:.28rem;padding:.42rem .5rem}.hero__demo-engine-label,.hero__demo-engine-chip{font-size:.58rem}.hero__featured-right{justify-self:center;max-width:min(100%,360px)}.hero__preview-schedule-item--countdown{width:min(100%,clamp(10rem,56%,15rem))}.hero__featured-probabilities{grid-template-columns:repeat(2,minmax(0,1fr))}.hero__preview-signals,.hero__featured-panel--metrics{grid-template-columns:1fr}.hero__content{padding:.35rem 0 .15rem}.hero__eyebrow{margin-bottom:.55rem}.hero__subtitle{margin-top:.8rem;font-size:.96rem;line-height:1.56}.hero__actions{margin-top:1rem;gap:.55rem}.hero__actions .button{min-height:44px;padding-inline:1rem}.hero__bullets{margin-top:.85rem;gap:.45rem}.hero__bullets span{padding:.46rem .68rem;font-size:.72rem;opacity:.86}.section{padding:1.25rem 0 .6rem}.section__header{margin-bottom:.7rem}.player-detail__hero-grid{display:flex;flex-direction:column;gap:1rem}.player-detail__identity{order:1}.player-detail__metrics{order:2;margin-top:0}.player-detail__radar-card{order:3}.player-detail__report{order:4}.player-detail__metric-grid{grid-template-columns:1fr}.player-detail__probabilities{grid-template-columns:repeat(2,minmax(0,1fr))}.player-detail__identity-head{align-items:flex-start}.player-hero-poster__surface{padding:1rem}.player-hero-poster__name{font-size:clamp(1.9rem,9vw,3rem)}.player-hero-poster__visual-shell{width:min(100%,clamp(11rem,36vw,16rem))}.player-hero-poster__meta{grid-template-columns:minmax(72px,.55fr) minmax(150px,1.3fr) minmax(130px,.95fr) minmax(136px,.98fr) minmax(156px,1.22fr);gap:.45rem}.player-hero-poster__meta-item{min-height:3.7rem}.player-hero-poster__meta-item--shirt-name,.player-hero-poster__meta-item--country,.player-hero-poster__meta-item--club{grid-column:1 / -1}.player-detail__radar-wrapper{width:min(100%,280px)}.player-detail__radar{min-height:0}.hero__pitch-row{--pitch-row-label-width: 14px;--pitch-row-label-gap: .22rem}.hero__pitch-row-label{font-size:.6rem}.hero__preview-stats,.hero__preview-doubts{grid-template-columns:1fr}.hero__preview-meta{gap:.35rem .7rem}.hero__preview-schedule{gap:.24rem}.hero__preview-schedule-item--countdown{width:100%;justify-self:stretch}.hero__fixture{grid-template-columns:minmax(0,1.12fr) 84px minmax(0,1.12fr);gap:10px;width:100%}.hero__fixture-team{display:flex;align-items:center;gap:8px;min-width:0;width:100%}.hero__fixture-team-copy{min-width:0;overflow:hidden}.hero__fixture-name{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero__fixture-vs{width:84px;max-width:84px;height:1.9rem;text-align:center;font-size:.67rem;letter-spacing:.12em}.team-detail__hero,.match-card__top,.prediction-card__header,.player-card__top,.formation-display__header{grid-template-columns:1fr;display:grid;justify-items:start}.match-card__matchup{gap:.45rem;text-align:left}.match-card__team{display:flex;width:100%;min-width:0}.match-card__team:first-child{justify-content:flex-start}.match-card__team:last-child{justify-content:flex-end}.match-card__teams{display:contents}.match-card__team .team-badge{width:100%;max-width:100%}.match-card__vs{width:120px;max-width:120px;justify-self:center;min-width:0}.match-card__vs span{font-size:.95rem}.countdown-timer__values{width:100%}.prediction-card__grid{grid-template-columns:1fr}.hero__pitch-row{--pitch-row-label-width: 18px;--pitch-row-label-gap: .28rem}.lineup-pitch__field{padding:.85rem .72rem .88rem;gap:.75rem}.lineup-pitch__rows{min-height:clamp(20.5rem,45vw,28.5rem);padding-inline:.35rem}.lineup-pitch__row{--pitch-row-label-width: 18px;--pitch-row-label-gap: .28rem}.lineup-pitch__row-stage{min-height:clamp(3.9rem,17vw,4.6rem)}.lineup-pitch__row-stage .hero__player-node,.lineup-pitch__row-stage .lineup-pitch__player,.hero__pitch-row-stage .hero__player-node,.hero__pitch-row-stage .lineup-pitch__player{width:clamp(120px,16vw,150px);min-width:clamp(120px,16vw,150px);grid-template-columns:1fr;gap:.28rem;justify-items:center;text-align:center;padding:.54rem .5rem .6rem}.lineup-pitch__player-position{width:34px;height:34px}.lineup-pitch__row-stage .hero__player-node strong,.lineup-pitch__row-stage .lineup-pitch__player strong,.hero__pitch-row-stage .hero__player-node strong,.hero__pitch-row-stage .lineup-pitch__player strong,.lineup-pitch__player-copy strong{font-size:.72rem;line-height:1.08}.lineup-pitch__player-copy span{font-size:.61rem;margin-top:0;text-align:center}.lineup-pitch__player-copy{justify-items:center;gap:.06rem}.hero__pitch-row-stage .lineup-pitch__player--compact{min-width:clamp(120px,16vw,150px);width:clamp(120px,16vw,150px)}.lineup-pitch__player--compact{width:100%;min-width:clamp(120px,16vw,150px);grid-template-columns:30px minmax(0,1fr);justify-items:stretch;text-align:left;gap:.34rem;padding:.38rem .42rem;min-height:2.72rem}.lineup-pitch__bench-grid .lineup-pitch__player{grid-template-columns:var(--pitch-player-avatar-size, 38px) minmax(0,1fr);justify-items:stretch;text-align:left;padding:.38rem .42rem;gap:.34rem}.lineup-pitch__bench-grid .lineup-pitch__player--substitute{width:100%;min-width:0;max-width:none}.hero__pitch-row--goalkeeper{margin-top:.15rem}.lineup-field{grid-template-columns:42px minmax(0,1fr)}.lineup-field__avatar{width:42px;height:42px;border-radius:12px}.lineup-field__heading{align-items:flex-start;flex-direction:column}.lineup-field__starter{grid-column:1 / -1}.formation-display__row-players,.formation-display__row--goalkeeper .formation-display__row-players{grid-template-columns:1fr}.match-detail__lineup-toolbar{width:100%}.match-detail__lineup-switcher{display:flex;width:100%}.match-detail__lineup-switcher-tab{flex:1 1 0;min-width:0}.match-detail__lineup-compare{display:grid;gap:1rem}.match-detail__lineup-grid{grid-template-columns:1fr}.match-detail__combined-field{min-height:clamp(41rem,132vw,52rem);padding:.85rem .85rem .75rem}.match-detail__combined-legend{display:none}.match-detail__combined-mobile-summary{display:grid;gap:.45rem}.match-detail__combined-mobile-team{display:grid;gap:.18rem;min-width:0;padding:.32rem .1rem .18rem}.match-detail__combined-mobile-team-row{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;min-width:0}.match-detail__combined-mobile-team-main{display:inline-flex;align-items:center;gap:.5rem;min-width:0}.match-detail__combined-mobile-flag{width:1.7rem;height:1.7rem;flex:0 0 1.7rem;border-radius:999px;overflow:hidden;display:grid;place-items:center;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}.match-detail__combined-mobile-flag img{width:100%;height:100%;object-fit:contain;display:block}.match-detail__combined-mobile-flag span{color:var(--accent);font-size:.62rem;font-weight:800;letter-spacing:.12em}.match-detail__combined-mobile-country{min-width:0;color:var(--text);font-size:.9rem;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.match-detail__combined-mobile-formation{flex:0 0 auto;color:var(--text);font-size:.9rem;font-weight:800;letter-spacing:-.03em;white-space:nowrap}.match-detail__combined-mobile-side{color:var(--muted);font-size:.64rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.match-detail__combined-center{display:none}.match-detail__combined-benches{grid-template-columns:1fr}.match-detail__combined-bench{gap:.5rem}.match-detail__combined-bench-head{font-size:.72rem;letter-spacing:.1em}.match-detail__combined-bench-grid{gap:.42rem}.match-detail__combined-footnote{flex-direction:column}.match-detail__combined-status{white-space:normal}.match-detail__combined-card{gap:.65rem}.match-detail__combined-card .match-detail__combined-footnote,.match-detail__combined-card .match-detail__combined-status{display:none}.match-detail__combined-card .match-detail__combined-bench{gap:.34rem}.match-detail__combined-card .match-detail__combined-bench-grid{gap:.28rem}.match-detail__combined-card .match-detail__combined-row-badge{min-width:38px;min-height:1.6rem;padding:.18rem .44rem;font-size:.7rem}.footer__note{text-align:left}}@media (max-width: 640px){.brand__logo{height:40px;max-width:none}.site-logo--desktop{display:none}.site-logo--mobile{display:block}.match-detail__combined-card .match-detail__combined-row--home,.match-detail__combined-card .match-detail__combined-row--away{grid-template-columns:14px minmax(0,1fr)}.match-detail__combined-card .lineup-pitch__row{--pitch-row-label-width: 14px;--pitch-row-label-gap: .2rem}.match-detail__combined-card .lineup-pitch__row-label{font-size:.54rem;letter-spacing:.14em}.match-detail__combined-card .lineup-pitch__row-stage{min-height:clamp(4.2rem,17vw,4.9rem)}.lineup-pitch__row-stage .hero__player-node,.lineup-pitch__row-stage .lineup-pitch__player,.hero__pitch-row-stage .hero__player-node,.hero__pitch-row-stage .lineup-pitch__player{width:clamp(84px,18vw,104px);min-width:clamp(84px,18vw,104px);min-height:42px;gap:.22rem;padding:.4rem .38rem .45rem;border-radius:14px}.lineup-pitch__player-position{width:26px;height:26px}.lineup-pitch__row-stage .hero__player-node strong,.lineup-pitch__row-stage .lineup-pitch__player strong,.hero__pitch-row-stage .hero__player-node strong,.hero__pitch-row-stage .lineup-pitch__player strong{font-size:clamp(.62rem,2.4vw,.72rem);line-height:1.05}.hero__pitch-row-stage .lineup-pitch__player--compact{min-width:clamp(90px,28vw,100px);width:clamp(96px,30vw,130px)}.lineup-pitch__player--compact{--pitch-player-avatar-size: 24px;min-height:2.5rem;gap:.32rem;padding:.34rem .36rem;min-width:0;width:100%;grid-template-columns:24px minmax(0,1fr)}}@media (max-width: 1100px){.hero__featured{grid-template-columns:minmax(0,1fr);gap:.56rem;padding:.82rem .84rem .8rem}.hero__featured-top{grid-template-columns:1fr;gap:16px;align-items:start}.hero__featured-left{gap:16px}.hero__featured-avatar{width:clamp(64px,8vw,88px);height:clamp(64px,8vw,88px)}.hero__featured-right{justify-self:center;width:min(100%,360px);max-width:100%}.hero__featured-radar-wrap{width:min(100%,360px)}.hero__featured-name{font-size:clamp(1.55rem,5.2vw,2.35rem)}.hero__demo{--hero-demo-card-height: clamp(680px, 84vw, 820px)}}@media (min-width: 1101px){.hero__visual{min-height:640px}.hero__demo{--hero-demo-card-height: clamp(820px, 86vh, 960px)}}@media (min-width: 769px){.hero__demo-stage--player-focus{overflow:hidden}.hero__featured{display:flex;flex-direction:column;align-items:stretch;height:auto;min-height:0;gap:.5rem;padding:.92rem .92rem .8rem}.hero__featured-top{grid-template-columns:minmax(0,1.18fr) minmax(250px,.82fr);gap:clamp(12px,1.2vw,18px);align-items:start}.hero__featured-left{gap:clamp(12px,1.2vw,18px)}.hero__featured-profile{grid-template-columns:96px minmax(0,1fr);gap:14px;align-items:center}.hero__featured-avatar{width:96px;height:96px}.hero__featured-identity{gap:.45rem}.hero__featured-name{font-size:clamp(1.08rem,1.45vw,1.12rem);line-height:1.08;white-space:normal;overflow:hidden;text-overflow:clip;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.hero__featured-meta{gap:.42rem;margin-top:.12rem}.hero__featured-confidence{min-height:74px;padding:8px 10px;margin-top:.05rem}.hero__featured-confidence strong{font-size:clamp(.92rem,2vw,1.24rem)}.hero__featured-right{align-self:start;max-width:clamp(200px,24vw,286px);overflow:hidden}.hero__featured-radar-wrap{width:min(88%,250px);margin-inline:auto;margin-top:0;padding:8px;overflow:hidden;background:radial-gradient(circle at center,rgba(0,180,255,.1),rgba(0,12,16,.35));border:1px solid rgba(120,255,220,.08);box-shadow:none}.hero__featured-probabilities{margin-top:16px;grid-template-columns:repeat(4,minmax(0,1fr));gap:.38rem}.hero__featured-probabilities .probability{min-height:3.2rem;padding:.62rem .56rem;gap:.26rem}.hero__featured-panels{margin-top:12px;grid-template-columns:repeat(2,minmax(0,1fr));gap:.44rem}.hero__featured-panel{min-height:100%}.hero__featured-panels>.hero__featured-panel:first-child{grid-column:1 / -1}.hero__featured-panel--trend,.hero__featured-panel--metrics{grid-column:1 / -1}.hero__featured-panel--metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.hero__featured-metric{min-height:66px}.hero__featured-note{font-size:.82rem;line-height:1.42;margin-top:.08rem}.hero__demo-card .hero__pitch-field--compact{gap:.28rem}.hero__demo-card .hero__pitch-field--compact .hero__pitch-row-stage{min-height:clamp(2.85rem,3.8vw,3.45rem)}.hero__demo-card .hero__pitch-field--compact .hero__pitch-switcher-tab{min-height:2.45rem;padding:.38rem .62rem}.hero__demo-card .hero__pitch-field--compact .hero__pitch-switcher-label{font-size:.78rem}.hero__demo{--hero-demo-card-height: clamp(760px, 84vh, 980px)}}@media (max-width: 768px){.title-hero{font-size:clamp(1.45rem,7.2vw,2.25rem)}.hero__featured-name{font-size:clamp(1.18rem,6vw,1.68rem)}.hero__featured-confidence strong{font-size:clamp(2rem,8.5vw,3rem)}.hero__featured-probabilities,.hero__featured-panels,.hero__featured-note{width:100%}.hero__featured-panels{gap:.45rem}.hero__featured-top{gap:14px}.hero__featured-right{max-width:min(100%,280px)}.hero__featured{display:flex;flex-direction:column;gap:.48rem}.hero__demo-stage--player-focus{height:auto;min-height:0;overflow:visible;padding-bottom:0}.hero__demo-stage--player-focus .hero__featured.hero__demo-card{position:relative;inset:auto;top:auto;margin:0;height:auto;min-height:0;transform:none;opacity:1;z-index:2;pointer-events:auto;overflow:visible}.hero__featured-top,.hero__featured-left{display:contents}.hero__featured-profile{display:flex;align-items:center;gap:10px;order:1}.hero__featured-avatar{flex:0 0 auto;width:100px;height:100px}.hero__featured-identity{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:.22rem}.hero__featured-meta{gap:6px}.hero__featured-right{order:2;width:100%;max-width:none;justify-self:center}.hero__featured-confidence{order:3;margin-top:.02rem}.hero__featured-probabilities{order:4}.hero__featured-panels{order:5}.hero__featured-note{order:6}.hero__featured-radar-wrap{width:min(100%,300px);max-width:calc(100vw - 96px);margin-top:6px;padding:6px}.hero__featured-radar-wrap .skill-radar{width:108%;height:108%}.hero__demo{--hero-demo-card-height: clamp(520px, 98vw, 640px)}}@media (max-width: 420px){.title-hero{font-size:clamp(1.55rem,8vw,2.35rem);line-height:.96}.hero__demo{--hero-demo-card-height: clamp(480px, 102vw, 580px)}.hero__demo-stage{padding-top:.45rem}.hero__featured-name{font-size:clamp(1.25rem,8vw,1.8rem)}.hero__fixture-name,.hero__fixture-code{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero__fixture-code{display:none}.match-card__matchup{gap:.35rem}.match-card__teams{grid-template-columns:minmax(0,1fr);gap:.45rem}.match-card__matchup .team-badge__mark{width:2.05rem;height:2.05rem;border-radius:10px}.match-card__matchup .team-badge__meta strong{font-size:.82rem}.match-card__matchup .team-badge__meta span,.match-card__vs strong{display:none}.hero__fixture{gap:8px}.hero__actions{gap:.5rem}.hero__fixture-team{gap:6px}.hero__fixture-name{font-size:.95rem}.player-hero-poster__surface{gap:.72rem}.player-hero-poster__copy{gap:.4rem}.player-hero-poster__name{font-size:clamp(1.65rem,8.5vw,2.35rem)}.player-hero-poster__archetype{font-size:.95rem}.player-hero-poster__visual{min-height:clamp(14rem,50vw,17rem)}.player-hero-poster__visual-shell{width:min(100%,clamp(11.4rem,42vw,16rem));border-radius:30px 30px 26px 26px}.player-hero-poster__meta{grid-template-columns:1fr;gap:.4rem}.player-hero-poster__meta-item{padding:.62rem .7rem;min-height:3.5rem}.player-hero-poster__meta-item--shirt-name,.player-hero-poster__meta-item--country,.player-hero-poster__meta-item--club{grid-column:auto}.player-hero-poster__meta-item--number,.player-hero-poster__meta-item--position,.player-hero-poster__meta-item--shirt-name,.player-hero-poster__meta-item--country,.player-hero-poster__meta-item--club{min-width:0}.player-hero-poster__archetype{font-size:.94rem}}@media (max-width: 430px){.hero__demo{--hero-demo-card-height: clamp(448px, 96vw, 540px)}.hero__featured-radar-wrap{width:min(100%,290px);max-width:calc(100vw - 72px)}}@media (max-width: 380px){.hero__demo{--hero-demo-card-height: clamp(440px, 100vw, 520px)}.hero__featured-profile{grid-template-columns:84px minmax(0,1fr);gap:10px}.hero__featured-name{font-size:clamp(1.08rem,6.5vw,1.42rem)}.hero__featured-avatar{width:84px;height:84px}.hero__featured-meta{gap:5px}.hero__featured-radar-wrap{width:min(100%,270px);max-width:calc(100vw - 72px)}.match-card__matchup{gap:.28rem}.match-card__teams{gap:10px}.match-card__matchup .team-badge__mark{width:1.85rem;height:1.85rem;border-radius:9px}.match-card__matchup .team-badge__meta strong{font-size:.78rem}.hero__fixture{gap:8px}.hero__fixture-team{gap:6px}.hero__fixture-name{font-size:.9rem}}@media (min-width: 768px) and (max-width: 1023px){.formation-display{gap:.85rem}.formation-display__header-signals{gap:.35rem}.lineup-pitch__field{padding:.8rem .55rem .9rem}.lineup-pitch__rows{min-height:clamp(23rem,42vw,29rem);padding-inline:.2rem}.lineup-pitch__row-stage .hero__player-node,.lineup-pitch__row-stage .lineup-pitch__player,.hero__pitch-row-stage .hero__player-node,.hero__pitch-row-stage .lineup-pitch__player{min-width:clamp(86px,10.5vw,126px);width:clamp(86px,10.5vw,126px);padding-inline:.5rem}.lineup-pitch__row-stage .hero__player-node strong,.lineup-pitch__row-stage .lineup-pitch__player strong,.hero__pitch-row-stage .hero__player-node strong,.hero__pitch-row-stage .lineup-pitch__player strong{font-size:.86rem}}@media (max-width: 767px){.lineup-pitch__row-stage,.hero__pitch-row-stage{gap:clamp(.35rem,2.2vw,.65rem);min-height:clamp(4.5rem,18vw,5.35rem)}.lineup-pitch__row-stage .hero__player-node,.lineup-pitch__row-stage .lineup-pitch__player,.hero__pitch-row-stage .hero__player-node,.hero__pitch-row-stage .lineup-pitch__player{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(1rem,auto) 32px;align-content:center;justify-items:center;width:100%;min-width:0;min-height:44px;height:auto;padding:.18rem .12rem;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}.lineup-pitch__row-stage .lineup-pitch__player-copy,.hero__pitch-row-stage .lineup-pitch__player-copy{display:contents}.lineup-pitch__row-stage .hero__player-node strong,.lineup-pitch__row-stage .lineup-pitch__player strong,.hero__pitch-row-stage .hero__player-node strong,.hero__pitch-row-stage .lineup-pitch__player strong{grid-row:1;display:block;width:100%;min-width:0;max-width:100%;margin:0;overflow:hidden;text-align:center;white-space:nowrap;font-size:0;line-height:1}.lineup-pitch__row-stage .hero__player-node strong:after,.lineup-pitch__row-stage .lineup-pitch__player strong:after,.hero__pitch-row-stage .hero__player-node strong:after,.hero__pitch-row-stage .lineup-pitch__player strong:after{content:attr(data-mobile-name);display:block;width:100%;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(.62rem,2.6vw,.78rem);line-height:1}.lineup-pitch__row-stage .lineup-pitch__player-position,.hero__pitch-row-stage .lineup-pitch__player-position{grid-row:2;display:grid;place-items:center;width:32px;height:32px;min-width:32px;border-radius:50%;font-size:.46rem;letter-spacing:.06em}.lineup-pitch__row-stage .lineup-pitch__player-badge,.hero__pitch-row-stage .lineup-pitch__player-badge{display:none}.lineup-pitch__row-stage .hero__player-node:hover,.lineup-pitch__row-stage .hero__player-node:focus-visible,.lineup-pitch__row-stage .lineup-pitch__player:hover,.lineup-pitch__row-stage .lineup-pitch__player:focus-visible,.hero__pitch-row-stage .hero__player-node:hover,.hero__pitch-row-stage .hero__player-node:focus-visible,.hero__pitch-row-stage .lineup-pitch__player:hover,.hero__pitch-row-stage .lineup-pitch__player:focus-visible{border-color:transparent;background:transparent;box-shadow:none;transform:translateY(-1px)!important}.lineup-pitch__row-stage .hero__player-node:hover .lineup-pitch__player-position,.lineup-pitch__row-stage .hero__player-node:focus-visible .lineup-pitch__player-position,.lineup-pitch__row-stage .lineup-pitch__player:hover .lineup-pitch__player-position,.lineup-pitch__row-stage .lineup-pitch__player:focus-visible .lineup-pitch__player-position,.hero__pitch-row-stage .hero__player-node:hover .lineup-pitch__player-position,.hero__pitch-row-stage .hero__player-node:focus-visible .lineup-pitch__player-position,.hero__pitch-row-stage .lineup-pitch__player:hover .lineup-pitch__player-position,.hero__pitch-row-stage .lineup-pitch__player:focus-visible .lineup-pitch__player-position{box-shadow:0 0 0 3px #7ef9d81f,0 0 18px #7ef9d833}.lineup-pitch__row--goalkeeper .lineup-pitch__row-stage .lineup-pitch__player-position,.hero__pitch-row--goalkeeper .hero__pitch-row-stage .lineup-pitch__player-position{width:36px;height:36px;min-width:36px;font-size:.5rem}}@media (max-width: 767px){.lineup-pitch__row-stage,.hero__pitch-row-stage{gap:clamp(.35rem,2.2vw,.65rem);min-height:clamp(4.5rem,18vw,5.35rem)}.lineup-pitch__row-stage .hero__player-node,.lineup-pitch__row-stage .lineup-pitch__player,.hero__pitch-row-stage .hero__player-node,.hero__pitch-row-stage .lineup-pitch__player{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(1rem,auto) 32px;align-content:center;justify-items:center;width:100%;min-width:0;min-height:44px;height:auto;padding:.18rem .12rem;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}.lineup-pitch__row-stage .lineup-pitch__player-copy,.hero__pitch-row-stage .lineup-pitch__player-copy{display:contents}.lineup-pitch__row-stage .hero__player-node strong,.lineup-pitch__row-stage .lineup-pitch__player strong,.hero__pitch-row-stage .hero__player-node strong,.hero__pitch-row-stage .lineup-pitch__player strong{grid-row:1;display:block;width:100%;min-width:0;max-width:100%;margin:0;overflow:hidden;text-align:center;white-space:nowrap;font-size:0;line-height:1}.lineup-pitch__row-stage .hero__player-node strong:after,.lineup-pitch__row-stage .lineup-pitch__player strong:after,.hero__pitch-row-stage .hero__player-node strong:after,.hero__pitch-row-stage .lineup-pitch__player strong:after{content:attr(data-mobile-name);display:block;width:100%;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(.62rem,2.6vw,.78rem);line-height:1}.lineup-pitch__row-stage .lineup-pitch__player-position,.hero__pitch-row-stage .lineup-pitch__player-position{grid-row:2;display:grid;place-items:center;width:32px;height:32px;min-width:32px;border-radius:50%;font-size:.46rem;letter-spacing:.06em}.lineup-pitch__row-stage .lineup-pitch__player-badge,.hero__pitch-row-stage .lineup-pitch__player-badge{display:none}.lineup-pitch__row-stage .hero__player-node:hover,.lineup-pitch__row-stage .hero__player-node:focus-visible,.lineup-pitch__row-stage .lineup-pitch__player:hover,.lineup-pitch__row-stage .lineup-pitch__player:focus-visible,.hero__pitch-row-stage .hero__player-node:hover,.hero__pitch-row-stage .hero__player-node:focus-visible,.hero__pitch-row-stage .lineup-pitch__player:hover,.hero__pitch-row-stage .lineup-pitch__player:focus-visible{border-color:transparent;background:transparent;box-shadow:none;transform:translateY(-1px)!important}.lineup-pitch__row-stage .hero__player-node:hover .lineup-pitch__player-position,.lineup-pitch__row-stage .hero__player-node:focus-visible .lineup-pitch__player-position,.lineup-pitch__row-stage .lineup-pitch__player:hover .lineup-pitch__player-position,.lineup-pitch__row-stage .lineup-pitch__player:focus-visible .lineup-pitch__player-position,.hero__pitch-row-stage .hero__player-node:hover .lineup-pitch__player-position,.hero__pitch-row-stage .hero__player-node:focus-visible .lineup-pitch__player-position,.hero__pitch-row-stage .lineup-pitch__player:hover .lineup-pitch__player-position,.hero__pitch-row-stage .lineup-pitch__player:focus-visible .lineup-pitch__player-position{box-shadow:0 0 0 3px #7ef9d81f,0 0 18px #7ef9d833}.lineup-pitch__row--goalkeeper .lineup-pitch__row-stage .hero__player-node,.lineup-pitch__row--goalkeeper .lineup-pitch__row-stage .lineup-pitch__player,.hero__pitch-row--goalkeeper .hero__pitch-row-stage .hero__player-node,.hero__pitch-row--goalkeeper .hero__pitch-row-stage .lineup-pitch__player{grid-template-rows:minmax(1rem,auto) 36px}.lineup-pitch__row--goalkeeper .lineup-pitch__row-stage .lineup-pitch__player-position,.hero__pitch-row--goalkeeper .hero__pitch-row-stage .lineup-pitch__player-position{width:36px;height:36px;min-width:36px;font-size:.5rem}}@media (max-width: 1023px){.lineup-pitch__row .lineup-pitch__row-label,.hero__pitch-row .hero__pitch-row-label{color:#d2ff62bd;font-size:.52rem;font-weight:700;letter-spacing:.11em;opacity:.9}.lineup-pitch__row-label small,.hero__pitch-row-label small{opacity:.78}.lineup-pitch__row-stage,.hero__pitch-row-stage{--tactical-row-gap: clamp(.28rem, 1.5vw, .55rem)}.lineup-pitch__row-stage .hero__player-node,.lineup-pitch__row-stage .lineup-pitch__player,.hero__pitch-row-stage .hero__player-node,.hero__pitch-row-stage .lineup-pitch__player{min-height:clamp(2.75rem,12vw,3.125rem);height:clamp(2.75rem,12vw,3.125rem);padding-block:.28rem;align-self:center}.lineup-pitch__row-stage .lineup-pitch__player-copy,.hero__pitch-row-stage .lineup-pitch__player-copy{align-content:center}.lineup-pitch__row--midfielders,.hero__pitch-row--midfielders{margin-top:.55rem}.lineup-pitch__row--defenders,.hero__pitch-row--defenders{margin-top:.95rem}.lineup-pitch__row--goalkeeper,.hero__pitch-row--goalkeeper{margin-top:1.15rem}.lineup-pitch__row--count-2 .lineup-pitch__row-stage,.hero__pitch-row--count-2 .hero__pitch-row-stage{padding-inline:8%}.lineup-pitch__row--count-3 .lineup-pitch__row-stage,.hero__pitch-row--count-3 .hero__pitch-row-stage{padding-inline:4%}.lineup-pitch__row--count-4 .lineup-pitch__row-stage,.hero__pitch-row--count-4 .hero__pitch-row-stage{padding-inline:1.5%}.lineup-pitch__row--count-5 .lineup-pitch__row-stage,.hero__pitch-row--count-5 .hero__pitch-row-stage{padding-inline:0}.lineup-pitch__row--goalkeeper .lineup-pitch__row-stage,.hero__pitch-row--goalkeeper .hero__pitch-row-stage{display:flex;justify-content:center;align-items:center;gap:0;padding-inline:0}.lineup-pitch__row--goalkeeper .lineup-pitch__row-stage .hero__player-node,.lineup-pitch__row--goalkeeper .lineup-pitch__row-stage .lineup-pitch__player,.hero__pitch-row--goalkeeper .hero__pitch-row-stage .hero__player-node,.hero__pitch-row--goalkeeper .hero__pitch-row-stage .lineup-pitch__player{flex:0 0 clamp(88px,30vw,110px);width:clamp(88px,30vw,110px);min-width:clamp(88px,30vw,110px);max-width:clamp(88px,30vw,110px);min-height:40px;height:clamp(40px,11vw,46px);max-height:46px;border-radius:999px;padding:.24rem .42rem}.lineup-pitch__row--goalkeeper .lineup-pitch__row-stage .lineup-pitch__player-copy,.hero__pitch-row--goalkeeper .hero__pitch-row-stage .lineup-pitch__player-copy{display:grid;place-items:center;width:100%;min-width:0}.lineup-pitch__row--goalkeeper .lineup-pitch__row-stage strong:after,.hero__pitch-row--goalkeeper .hero__pitch-row-stage strong:after{max-width:100%;text-align:center}.hero__demo-card .hero__pitch-field--compact .hero__pitch-rows.hero__pitch-rows{row-gap:.72rem}}@media (max-width: 767px){.lineup-pitch__row--goalkeeper .lineup-pitch__row-stage,.hero__pitch-row--goalkeeper .hero__pitch-row-stage{display:flex;align-items:center;justify-content:center;gap:0}.lineup-pitch__row--goalkeeper .lineup-pitch__row-stage .hero__player-node,.lineup-pitch__row--goalkeeper .lineup-pitch__row-stage .lineup-pitch__player,.hero__pitch-row--goalkeeper .hero__pitch-row-stage .hero__player-node,.hero__pitch-row--goalkeeper .hero__pitch-row-stage .lineup-pitch__player{flex:0 0 clamp(72px,22vw,88px);width:clamp(72px,22vw,88px);min-width:clamp(72px,22vw,88px);max-width:clamp(72px,22vw,88px);min-height:clamp(3.25rem,15vw,4rem);height:clamp(3.25rem,15vw,4rem);border-radius:999px;padding:.42rem .3rem}.lineup-pitch__row--goalkeeper .lineup-pitch__row-stage .lineup-pitch__player-copy,.hero__pitch-row--goalkeeper .hero__pitch-row-stage .lineup-pitch__player-copy{display:grid;place-items:center;width:100%;min-width:0}.lineup-pitch__row--goalkeeper .lineup-pitch__row-stage strong:after,.hero__pitch-row--goalkeeper .hero__pitch-row-stage strong:after{max-width:100%;text-align:center}}@media (max-width: 767px){.formation-display{gap:.7rem}.formation-display__header{gap:.55rem}.formation-display__identity{align-items:center;gap:.55rem;width:100%}.formation-display__header-copy{display:grid;align-content:center}.formation-display__formation{display:flex;align-items:baseline;gap:.42rem;margin:0}.formation-display__formation-label{display:none!important}.formation-display__formation-status{display:inline;color:var(--muted);font-size:.72rem;font-weight:700;letter-spacing:.02em;white-space:nowrap}.formation-display__formation-status:after{content:" •";color:var(--muted);margin-inline-start:.25rem}.formation-display__formation strong{font-size:1.25rem;letter-spacing:.04em}.formation-display__header-copy p{margin-top:.18rem;font-size:.72rem}.formation-display__header-signals{display:none}.lineup-pitch{gap:.65rem}.lineup-pitch__field{padding:.58rem .28rem .65rem;gap:.45rem;border-radius:18px}.lineup-pitch__field:before{top:.58rem;right:.58rem;bottom:.58rem;left:.58rem;border-radius:15px}.lineup-pitch__rows{min-height:clamp(18rem,82vw,24rem);padding-inline:.12rem}.lineup-pitch__row{--pitch-row-label-width: 16px;--pitch-row-label-gap: .2rem}.lineup-pitch__row-label{font-size:.56rem;letter-spacing:.12em}.lineup-pitch__row-label small{font-size:.52rem}.lineup-pitch__row-stage{min-height:clamp(3.7rem,15vw,4.25rem)}.lineup-pitch__row-stage .hero__player-node,.lineup-pitch__row-stage .lineup-pitch__player,.hero__pitch-row-stage .hero__player-node,.hero__pitch-row-stage .lineup-pitch__player{width:clamp(96px,24vw,118px);min-width:clamp(96px,24vw,118px);min-height:3.1rem;grid-template-columns:minmax(0,1fr);gap:.12rem;justify-items:center;padding:.5rem .42rem;border-radius:14px}.lineup-pitch__player-position{display:none}.lineup-pitch__player-copy{width:100%;justify-items:center;padding:0}.lineup-pitch__player-badge{display:none}.lineup-pitch__row-stage .hero__player-node strong,.lineup-pitch__row-stage .lineup-pitch__player strong,.hero__pitch-row-stage .hero__player-node strong,.hero__pitch-row-stage .lineup-pitch__player strong,.lineup-pitch__player-copy strong{width:100%;text-align:center;font-size:clamp(.76rem,2.8vw,.88rem);line-height:1.08}.lineup-pitch__player-name-full{display:none}.lineup-pitch__player-name-mobile{display:inline}.lineup-pitch__player-copy span{font-size:.56rem}}html,body,#root{width:100%;max-width:100%;overflow-x:clip}body{overflow-x:hidden}img,svg{max-width:100%;height:auto}.container{width:min(var(--container),calc(100vw - 1rem));margin:0 auto}.match-detail-page{--container: min(1400px, calc(100vw - 2rem))}.match-detail__hero{width:100%;max-width:1400px;margin:0 auto;padding:1rem 0 .5rem;display:flex;justify-content:center;align-items:center}.match-detail__hero-inner{display:grid;justify-items:stretch;gap:.5rem;width:min(100%,1100px);max-width:1100px;margin:0 auto;padding:1rem 1rem .95rem;background:radial-gradient(circle at top right,rgba(210,255,98,.08),transparent 32%),linear-gradient(180deg,rgba(18,40,30,.98),rgba(12,25,18,.94));border:1px solid rgba(255,255,255,.07);border-radius:var(--radius-lg);box-shadow:var(--shadow);text-align:left;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.match-detail__eyebrow{margin-bottom:0}.match-detail__title-block{display:grid;gap:.22rem}.match-detail__title{max-width:100%;width:auto;margin-inline:0;font-size:clamp(1.55rem,1.95vw,2.55rem);line-height:.94;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.match-detail__subtitle{margin:0;color:var(--muted);font-size:.84rem;line-height:1.25;letter-spacing:.12em;text-transform:uppercase}.match-detail__metadata-row{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:.35rem .5rem;min-width:0}.match-detail__metadata-row>:first-child{justify-self:start}.match-detail__metadata-row>:nth-child(2){justify-self:center}.match-detail__metadata-row>:nth-child(3){justify-self:end}.match-detail__match-number{min-width:0}.match-detail__chip{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.match-detail__chip--stage{justify-self:center}.match-detail__chip--status{justify-self:end}.match-detail__chips{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.match-detail__meta{display:grid;gap:.2rem;color:var(--muted);font-size:.96rem;line-height:1.4}.match-detail__actions{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:.5rem;margin-top:.35rem}.match-detail__matchup{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.15rem}.match-detail__team{min-width:0;flex:1 1 0;display:flex;align-items:center;gap:.75rem;color:var(--text)}.match-detail__team--right{flex-direction:row-reverse;text-align:right;justify-content:flex-end}.match-detail__team-flag{width:3.5rem;height:2.55rem;flex:0 0 auto;display:grid;place-items:center;overflow:hidden;border-radius:12px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08)}.match-detail__team-flag img{display:block;width:100%;height:100%;object-fit:contain}.match-detail__team-flag-fallback{color:var(--accent);font-size:.8rem;font-weight:800;letter-spacing:.14em}.match-detail__team-copy{min-width:0;display:grid;gap:.1rem;overflow:hidden}.match-detail__team-copy strong,.match-detail__team-copy span{min-width:0;display:block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.match-detail__team-copy strong{font-size:1rem;font-weight:700;letter-spacing:-.02em}.match-detail__team-copy span{color:var(--muted);font-size:.76rem;letter-spacing:.16em;text-transform:uppercase}.match-detail__vs{flex:0 0 min(24rem,30vw);min-width:16rem;display:grid;justify-items:center;gap:.35rem;text-align:center;color:var(--muted)}.match-detail__vs strong{color:var(--text);font-size:.95rem;font-weight:800;letter-spacing:.22em}.match-detail__match-time,.match-detail__match-venue{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.match-detail__match-time{font-size:.82rem;letter-spacing:.12em;text-transform:uppercase}.match-detail__match-venue{font-size:.8rem;letter-spacing:.12em;text-transform:uppercase}.match-detail__vs .countdown-timer{justify-items:center}.match-detail__vs .countdown-timer__values{justify-content:center;max-width:100%}.match-detail__quick-read{padding-top:1rem}.navbar__inner{min-height:var(--navbar-height)}.navbar__toggle{display:inline-flex;margin-left:auto;min-width:6.75rem;min-height:44px}.navbar__toggle-icon{display:grid;width:1rem;height:.8rem;align-content:space-between;flex:0 0 auto}.navbar__toggle-icon span{display:block;width:100%;height:2px;border-radius:999px;background:currentColor;opacity:.92;transform-origin:center;transition:transform .18s ease,opacity .18s ease}.navbar__toggle-icon--open span:first-child{transform:translateY(.3rem) rotate(45deg)}.navbar__toggle-icon--open span:nth-child(2){opacity:0}.navbar__toggle-icon--open span:last-child{transform:translateY(-.3rem) rotate(-45deg)}.navbar__toggle-label{font-size:.86rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.navbar__nav--desktop,.navbar__actions--desktop{display:none}.navbar__drawer{border-bottom:1px solid var(--line);background:rgba(5,12,9,.94);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.navbar__drawer-inner{display:grid;gap:.85rem;padding-bottom:1rem}.navbar__nav--mobile{display:grid;gap:.5rem}.navbar__drawer-link,.navbar__actions--mobile .button{width:100%;justify-content:flex-start}.navbar__actions--mobile{display:grid;gap:.5rem}.language-selector--mobile{width:100%}.language-selector--mobile .language-selector__trigger{width:100%;justify-content:space-between}.language-selector--mobile .language-selector__menu{left:0;right:0;width:100%;max-width:none}.hero{padding:1.2rem 0 1rem}.hero__inner{grid-template-columns:1fr;gap:.8rem}.hero__content,.hero__visual{min-width:0}.title-hero{font-size:clamp(1.55rem,8vw,2.35rem);line-height:.96;max-width:11ch}.hero__subtitle{margin-top:.8rem;font-size:.96rem;line-height:1.56}.hero__actions,.section__actions{flex-direction:column;align-items:stretch}.hero__bullets{margin-top:.85rem;gap:.45rem}.hero__bullets span{width:100%;text-align:center;padding:.46rem .68rem;font-size:.72rem;opacity:.86}.hero__actions{margin-top:1rem;gap:.55rem}.hero__actions .button{min-height:44px;padding-inline:1rem}.hero__visual{gap:.32rem}.hero__demo{--hero-demo-card-height: clamp(455px, 91vw, 568px)}.hero__demo-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:.28rem;padding:.3rem;border-radius:18px}.hero__demo-tab{min-height:2.5rem;padding:.47rem .5rem .5rem;border-radius:14px}.hero__demo-tab-label{font-size:.54rem;letter-spacing:.07em}.hero__demo-card{transform:translate3d(0,calc(-50% + (var(--hero-demo-offset) * 32%)),0) scale(var(--hero-demo-scale, 1))}.hero__demo-card:not(.hero__demo-card--active){opacity:.16;filter:saturate(.82) blur(.12px)}.hero__demo-stage{padding:.28rem 0 .36rem;--hero-demo-center-shift: 8px}.hero__demo-stage:before,.hero__demo-stage:after{inset-inline:.6rem;height:1.75rem}.hero__content{padding:.2rem 0 .08rem}.hero__eyebrow{margin-bottom:.45rem}.section{padding:1.25rem 0 .7rem;content-visibility:auto;contain-intrinsic-size:1px 900px;scroll-margin-top:96px}.section__header{display:grid;gap:.7rem;align-items:start;margin-bottom:.7rem}.section__heading{max-width:100%}.fixtures-page .title-page{max-width:11ch;font-size:clamp(1.7rem,3.6vw,2.9rem);line-height:.94}.fixtures-page .title-section{font-size:clamp(1rem,1.85vw,1.45rem);line-height:1.02}.fixtures-page .section__header{margin-bottom:.4rem;gap:.4rem}.fixtures-page .section__heading{max-width:100%}.fixtures-page .section__subtitle{max-width:54ch;line-height:1.5}.fixtures-page .section{padding-top:.8rem;padding-bottom:.4rem;content-visibility:visible;contain:none;contain-intrinsic-size:auto}.fixtures-page .match-grid{gap:.75rem}.fixtures-page .match-card{display:grid;width:100%;min-width:0;gap:.7rem;padding:.88rem}.fixtures-page .match-card__top{flex-direction:column;align-items:stretch;width:100%;gap:.35rem}.fixtures-page .match-card__badges{display:flex;flex-wrap:wrap;align-items:center;width:100%;gap:.35rem}.fixtures-page .match-card__status{margin-left:auto}.fixtures-page .match-card__date{font-size:.98rem;text-align:left}.fixtures-page .match-card__headline{padding:.7rem .8rem;border-radius:var(--radius-md);gap:.12rem}@media (min-width: 768px){.match-selector__grid .match-card__cta,.fixtures-page .match-card__cta{width:80%;justify-self:center}.page--home .match-card__top{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;justify-items:stretch;width:100%;gap:.35rem}.page--home .match-card__badges,.page--home .match-card__date{justify-self:stretch}.page--home .match-card__badges{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;width:100%;min-width:0;gap:.35rem;column-gap:.5rem}.page--home .match-card__badges>:first-child{justify-self:start}.page--home .match-card__stage{justify-self:center;text-align:center;min-width:0}.page--home .match-card__status{justify-self:end;margin-left:0}.page--home .match-card--featured .match-card__cta{width:44%;justify-self:center}.page--home .match-card:not(.match-card--featured) .match-card__cta{width:30%;justify-self:center}.fixtures-page .match-card__top{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;justify-items:stretch;width:100%;gap:.35rem}.fixtures-page .match-card__badges,.fixtures-page .match-card__date{justify-self:stretch}.fixtures-page .match-card__badges{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;width:100%;min-width:0;gap:.35rem;column-gap:.5rem}.fixtures-page .match-card__badges>:first-child{justify-self:start}.fixtures-page .match-card__stage{justify-self:center;text-align:center;min-width:0}.fixtures-page .match-card__status{justify-self:end;margin-left:0}.fixtures-page .match-card__date{width:100%}}@media (min-width: 1024px){.match-selector__grid .match-card__cta,.fixtures-page .match-card__cta{width:70%}.page--home .match-card--featured .match-card__cta{width:32%}.page--home .match-card:not(.match-card--featured) .match-card__cta{width:28%}}.fixtures-page .match-card__headline span{font-size:.72rem}.fixtures-page .match-card__headline strong{font-size:.94rem}.fixtures-page .match-card__matchup{gap:.55rem}.fixtures-page .match-card__teams{grid-template-columns:minmax(0,1fr) clamp(76px,8vw,108px) minmax(0,1fr);gap:clamp(.75rem,1.7vw,1.4rem)}.fixtures-page .match-card__team{align-items:center}.fixtures-page .match-card__vs{width:clamp(76px,8vw,108px);max-width:108px;gap:.1rem}.fixtures-page .match-card__vs span{font-size:1rem}.fixtures-page .match-card__vs strong{font-size:.68rem;letter-spacing:.18em}.fixtures-page .match-card__meta{gap:.1rem;font-size:.74rem;line-height:1.3}.fixtures-page .match-card__countdown{margin-top:0}.fixtures-page .bracket-scroll{padding-inline:clamp(.45rem,1.2vw,1rem);padding-bottom:.2rem}.fixtures-page .bracket-board{gap:1.15rem}.fixtures-page .bracket-stage{gap:.55rem}.fixtures-page .bracket-stage__header{padding:.68rem .75rem;border-radius:var(--radius-md)}.fixtures-page .bracket-stage__grid{row-gap:.15rem;min-height:calc(31 * 2.16rem)}.match-grid,.prediction-grid,.lineup-grid,.player-grid,.match-detail__squads,.steps-grid,.comparison-grid,.status-grid,.source-grid{grid-template-columns:1fr}.card,.summary-card,.source-card,.state{min-width:0}.card,.summary-card,.source-card{padding:1rem}.match-card__top,.prediction-card__header,.player-card__top,.formation-display__header,.team-detail__hero{display:grid;gap:.75rem;justify-items:start}.match-card__date{text-align:left}.match-card__matchup{grid-template-columns:1fr;justify-items:stretch;text-align:center}.match-card__team{width:100%;display:flex;justify-content:center;min-width:0}.match-card__vs{justify-self:stretch;justify-items:center}.match-card__vs--score{align-items:center}.match-card__vs strong{display:block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:.12em}.match-card__countdown{width:100%;justify-self:stretch}.countdown-timer__badge{width:100%;justify-content:center;white-space:normal;text-align:left}.team-badge{width:100%;min-width:0}.team-badge__meta{min-width:0}.team-badge__meta strong,.team-badge__meta span,.match-card__headline strong,.summary-card strong,.source-card strong,.player-card__identity strong,.prediction-card__identity strong,.player-detail__identity-copy strong,.lineup-pitch__player-copy strong,.lineup-pitch__row-stage .hero__player-node strong,.lineup-pitch__row-stage .lineup-pitch__player strong,.formation-display__header-copy p,.team-detail__meta span,.lineup-field__body strong{overflow-wrap:normal}.team-badge__mark img{object-fit:contain}.player-card__identity,.prediction-card__identity,.player-card__identity div,.prediction-card__identity div{min-width:0}.prediction-card__grid{grid-template-columns:1fr}.player-card__meta{gap:.35rem .5rem}.lineup-field{grid-template-columns:42px minmax(0,1fr);align-items:start}.lineup-field__avatar{width:42px;height:42px;border-radius:50%}.lineup-field__heading{flex-direction:column;align-items:flex-start}.lineup-field__starter{grid-column:1 / -1}.formation-display__row-players,.formation-display__row--goalkeeper .formation-display__row-players,.formation-display__bench-grid{grid-template-columns:1fr}.footer__inner{display:grid;gap:1rem}.footer__note{text-align:left;max-width:none}.match-detail__vs{width:100%}.match-detail__squad-header{align-items:flex-start}.state{padding:1.5rem 1rem}.inline-alert{margin-bottom:.75rem}.page__backlink{padding-bottom:1.5rem}@media (max-width: 767px){.bracket-stage__header{flex-direction:column}.bracket-board{gap:1.1rem}.bracket-stage__grid{min-height:calc(31 * 2.15rem)}.bracket-match-card:after{right:-.9rem;width:.9rem}.bracket-stage__card--compact{max-width:none}.fixtures-page__tabs{width:100%;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.fixtures-page__tabs::-webkit-scrollbar{display:none}.fixtures-page__tab{flex:1 1 0;min-width:0}.fixtures-page .section__header{margin-bottom:.45rem;gap:.6rem}.fixtures-page__filters-card{margin-bottom:.75rem}.fixtures-page .match-grid{gap:.65rem}.fixtures-page .match-card{gap:.62rem;padding:.8rem}.fixtures-page .match-card__headline{padding:.62rem .72rem}.fixtures-page .match-card__teams{grid-template-columns:minmax(0,1fr) clamp(70px,9vw,90px) minmax(0,1fr);gap:.45rem}.fixtures-page .match-card__vs{width:clamp(70px,9vw,90px);max-width:90px}.fixtures-page .match-card__vs--score{width:clamp(78px,10vw,108px);max-width:108px}.fixtures-page .match-card__score{font-size:.78rem;letter-spacing:.06em}.fixtures-page .match-card__vs span,.fixtures-page .match-card__date{font-size:.92rem}.fixtures-page .bracket-scroll{padding-inline:.35rem}.fixtures-page .bracket-board{gap:1rem}.fixtures-page .bracket-stage{min-width:16.75rem}}@media (min-width: 1024px){.bracket-scroll{padding-bottom:.25rem}.fixtures-page .title-page{font-size:clamp(1.95rem,3vw,3.35rem)}.fixtures-page .section{padding-top:.85rem}.fixtures-page__summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.fixtures-page__tabs{margin-bottom:.45rem}}@media (min-width: 480px){.hero__actions,.section__actions{flex-direction:row;align-items:center}.hero__bullets{justify-content:flex-start}.hero__bullets span{width:auto}.prediction-card__grid,.comparison-grid,.status-grid,.source-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 768px){:root{--container: min(1180px, calc(100vw - 2rem))}.navbar__toggle{margin-left:0}.hero__inner{grid-template-columns:minmax(0,1fr) minmax(0,.92fr);gap:1.5rem;align-items:center}.hero__visual{display:grid;min-height:380px}.team-badge{width:auto}.hero__pitch{min-height:380px}.section__header{grid-template-columns:minmax(0,1fr) auto;align-items:end}.section__actions{justify-self:end}.match-grid,.prediction-grid,.lineup-grid,.player-grid,.match-detail__squads{grid-template-columns:repeat(2,minmax(0,1fr))}.match-detail__hero{display:flex;justify-content:center;align-items:center}.team-detail__hero{grid-template-columns:auto minmax(0,1fr) auto;align-items:center}.match-detail__vs{justify-items:center}.match-card__matchup{width:100%}.match-card__teams{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center}.match-card__team{width:100%;min-width:0}.match-card__team .team-badge{width:auto;max-width:100%}.match-card__matchup .team-badge__meta strong,.match-card__matchup .team-badge__meta span{overflow:hidden;text-overflow:ellipsis}.match-card__vs{width:clamp(80px,10vw,120px);max-width:120px}.match-card__vs strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.formation-display__row-players{grid-template-columns:repeat(2,minmax(0,1fr))}.formation-display__row--goalkeeper .formation-display__row-players{grid-template-columns:minmax(0,320px);justify-content:center}.hero__pitch-row:not(.hero__pitch-row--goalkeeper) .hero__pitch-row-players{display:flex;justify-content:center;align-items:center;width:min(100%,var(--hero-tactical-line-width));margin-inline:auto;gap:.6rem}.hero__pitch-row:not(.hero__pitch-row--goalkeeper) .hero__player-node{flex:0 0 auto}.formation-display__bench-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer__inner{grid-template-columns:1fr auto;align-items:start}.players-explorer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.navbar__toggle,.navbar__mobile-controls{display:none}.navbar__inner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;column-gap:1.5rem}.navbar__inner>.brand{justify-self:start}.navbar__nav--desktop{justify-self:center}.navbar__actions--desktop{justify-self:end}.navbar__nav--desktop,.navbar__actions--desktop{display:flex}.navbar__nav--desktop{align-items:center;gap:1rem;color:var(--muted)}.navbar__nav--desktop a:hover,.navbar__nav--desktop a:focus-visible{color:var(--text)}.navbar__nav--desktop a[aria-current=page],.navbar__nav--desktop a.is-active{color:var(--accent)}.navbar__actions--desktop{align-items:center;gap:.95rem}.navbar__overlay,.navbar__drawer{display:none}.hero__inner{grid-template-columns:1.1fr .9fr;gap:2rem}.hero__visual{min-height:500px}.hero__pitch{min-height:470px}.match-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.match-selector__load-more{min-width:320px}.comparison-grid,.status-grid,.source-grid,.steps-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.players-explorer__filters{grid-template-columns:minmax(180px,1.25fr) repeat(4,minmax(120px,.7fr)) minmax(100px,auto) auto}.players-explorer__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.match-detail__squads{grid-template-columns:repeat(2,minmax(0,1fr))}.match-detail__lineup-grid{grid-template-columns:minmax(0,1fr)}.hero__actions,.section__actions{flex-direction:row;align-items:center}.match-detail__hero{justify-content:center;padding-bottom:.2rem}.match-detail__hero-inner{width:min(100%,1100px);max-width:1100px;margin-left:auto;margin-right:auto;padding:1rem 1rem .95rem}.match-detail__title{font-size:clamp(1.5rem,2.05vw,2.45rem);width:auto;max-width:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.match-detail__team-copy strong,.match-detail__team-copy span{overflow:hidden;text-overflow:ellipsis}.match-detail__metadata-row{gap:.35rem .65rem}.match-detail__quick-read{padding-top:.85rem}.match-selector__footer{gap:.75rem}}@media (max-width: 767px){.players-explorer__featured-grid{grid-auto-flow:column;grid-auto-columns:100%;grid-template-columns:none;gap:.75rem;overflow-x:auto;overflow-y:hidden;padding-bottom:.35rem;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.players-explorer__featured-grid::-webkit-scrollbar{display:none}.players-explorer__featured-grid .featured-player-card{min-width:0;scroll-snap-align:start;scroll-snap-stop:always}.players-explorer__featured-pagination{display:flex;justify-content:center;gap:.15rem;margin-top:.2rem}.players-explorer__featured-pagination button{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;border:0;background:transparent;cursor:pointer}.players-explorer__featured-pagination button:before{width:.45rem;height:.45rem;border-radius:50%;background:var(--line);content:"";transition:background .16s ease,transform .16s ease}.players-explorer__featured-pagination button[aria-current=true]:before{background:var(--accent);transform:scale(1.2)}.page--home .match-selector__grid{grid-auto-flow:column;grid-auto-columns:clamp(82vw,84vw,88vw);grid-template-columns:none;gap:.75rem;overflow-x:auto;overflow-y:hidden;padding:0 1rem .35rem;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:1rem;scrollbar-width:none;-webkit-overflow-scrolling:touch}.page--home .match-selector__grid::-webkit-scrollbar{display:none}.page--home .match-selector__grid .match-card{scroll-snap-align:start;scroll-snap-stop:always;min-width:0;height:100%;padding:.85rem;gap:.6rem}.page--home .match-selector__grid .match-card__top{gap:.45rem}.page--home .match-selector__grid .match-card__badges{gap:.35rem}.page--home .match-selector__grid .match-card__status{display:none}.page--home .match-selector__grid .match-card__date{font-size:.84rem}.page--home .match-selector__grid .match-card__headline{display:none}.page--home .match-selector__grid .match-card__matchup{gap:.55rem}.page--home .match-selector__grid .match-card__teams{grid-template-columns:minmax(0,1fr) clamp(62px,17vw,80px) minmax(0,1fr);gap:.4rem}.page--home .match-selector__grid .match-card__vs{width:clamp(62px,17vw,80px);max-width:80px;gap:.1rem}.page--home .match-selector__grid .match-card__vs span{font-size:.82rem;letter-spacing:.16em}.page--home .match-selector__grid .match-card__vs strong{font-size:.62rem;letter-spacing:.14em}.page--home .match-selector__grid .match-card__meta{gap:.1rem}.page--home .match-selector__grid .match-card__cta{min-height:40px;padding:.72rem .95rem}.match-selector__load-more{width:100%;min-width:0}.match-detail__hero-inner{justify-items:stretch;text-align:left}.match-detail__title{font-size:clamp(1.35rem,5.2vw,1.95rem);line-height:1}.match-detail__hero-inner{gap:.42rem}.match-detail__title-block{gap:.18rem}.match-detail__metadata-row{grid-template-columns:minmax(0,1fr);gap:.35rem}.match-detail__metadata-row>:first-child,.match-detail__metadata-row>:nth-child(2),.match-detail__metadata-row>:nth-child(3){justify-self:start}.match-detail__chip{width:fit-content;max-width:100%}.match-detail__chips{gap:.3rem}.match-detail__matchup{padding-top:.05rem}.match-detail__matchup{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;justify-content:initial;gap:.5rem}.match-detail__team{width:100%;justify-content:flex-start}.match-detail__team--right{flex-direction:row-reverse;text-align:right;justify-content:flex-end}.match-detail__vs{width:auto;min-width:0;flex-basis:auto}}@media (max-width: 768px){.match-card__matchup{gap:.45rem;justify-items:stretch;text-align:left}.match-card__teams{grid-template-columns:minmax(0,1fr) clamp(80px,10vw,120px) minmax(0,1fr)}.match-card__team:first-child{justify-content:flex-start;justify-items:start}.match-card__team:last-child{justify-content:flex-end;justify-items:end}.match-card__team .team-badge{width:auto;max-width:100%}.match-card__vs{width:auto;max-width:100%;justify-self:center;min-width:0;text-align:center}.match-card__vs--score{width:clamp(76px,9vw,108px);max-width:108px}.match-card__score{font-size:.8rem}.match-card__vs span{font-size:.95rem}.match-card__countdown{width:100%;justify-content:center}.match-card__countdown .countdown-timer__badge{width:auto;max-width:100%}.hero__fixture{display:flex;align-items:center;gap:10px;width:100%}.hero__fixture-team{display:flex;align-items:center;gap:8px;min-width:0;flex:1 1 0;width:auto}.hero__fixture-team-copy{min-width:0;overflow:hidden}.hero__fixture-name{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero__fixture-vs{flex:0 0 clamp(56px,18vw,76px);width:clamp(56px,18vw,76px);min-width:56px;max-width:none;padding-inline:8px;box-sizing:border-box;text-align:center}.hero__fixture-flag,.team-badge__mark,.bracket-match-card__flag{flex:0 0 auto}.hero__fixture-flag,.team-badge__mark{aspect-ratio:1 / 1}.bracket-match-card__flag{aspect-ratio:4 / 3}.bracket-match-card__flag--placeholder{aspect-ratio:auto}.bracket-match-card__score{font-size:.69rem;letter-spacing:.06em}.bracket-match-card__live{padding:.24rem .42rem;font-size:.56rem}.hero__fixture-flag img,.team-badge__mark img,.bracket-match-card__flag img{width:100%;height:100%;object-fit:contain}.fixtures-page .bracket-scroll{overflow-x:auto;overflow-y:visible;max-width:100%;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;overscroll-behavior-y:auto;touch-action:auto}.fixtures-page .bracket-board,.fixtures-page .bracket-canvas{flex:0 0 max-content;width:max-content;min-width:max-content}.fixtures-page .bracket-canvas{min-width:1100px}}@media (min-width: 1440px){:root{--container: 1280px}.title-hero{font-size:clamp(4rem,5vw,6.4rem)}.fixtures-page .title-page{font-size:clamp(2.1rem,3vw,3.5rem)}.title-page{font-size:clamp(2.8rem,3.4vw,4.25rem)}.title-section{font-size:clamp(1.55rem,2.3vw,2.2rem)}}.hero--player-led{position:relative;overflow:visible}.hero--player-led .hero__inner{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem;align-items:stretch;perspective:1600px;transform-style:preserve-3d}.hero--player-led .hero__player-stage{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:.9rem;min-width:0;min-height:clamp(430px,110vw,620px);padding:clamp(1rem,3vw,1.5rem);border-radius:30px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 50% 12%,rgba(83,211,177,.16),transparent 26%),radial-gradient(circle at 68% 18%,rgba(210,255,98,.16),transparent 24%),linear-gradient(180deg,rgba(8,20,14,.9),rgba(5,12,9,.98));box-shadow:0 28px 60px #0000004d,inset 0 1px #ffffff0a;overflow:visible;isolation:isolate}.hero--player-led .hero__player-stage{transform-style:preserve-3d;transform:perspective(1600px) rotateX(var(--hero-player-stage-rotate-x, 0deg)) rotateY(var(--hero-player-stage-rotate-y, 0deg)) translate3d(var(--hero-player-stage-shift-x, 0px),var(--hero-player-stage-shift-y, 0px),0);transition:transform .14s ease-out;will-change:transform}.hero__player-stage:before,.hero__player-stage:after{content:"";position:absolute;top:1rem;right:1rem;bottom:1rem;left:1rem;border-radius:28px;pointer-events:none}.hero__player-stage:before{border:1px solid rgba(255,255,255,.08)}.hero__player-stage:after{inset:auto;left:50%;bottom:-1.6rem;width:74%;height:3rem;transform:translate(-50%);background:radial-gradient(circle,rgba(0,0,0,.38),transparent 72%);filter:blur(12px)}.hero__player-stage-copy{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.hero__player-stage-eyebrow{display:inline-flex;align-items:center;min-width:0;padding:.42rem .7rem;border-radius:999px;color:var(--text);font-size:.66rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06)}.hero-player-rotator{position:relative;z-index:2;flex:1;min-height:0;display:flex;overflow:visible}.hero-player-rotator__player{width:100%;min-height:100%}.hero-player{position:relative;width:100%;min-height:100%;perspective:1800px;transform-style:preserve-3d;animation:heroPlayerSwap .76s cubic-bezier(.16,1,.3,1)}.hero-player__shell{position:relative;width:100%;min-height:100%;transform-style:preserve-3d;transform:translate3d(var(--hero-bg-shift-x, 0px),var(--hero-bg-shift-y, 0px),0) rotateX(var(--hero-player-rotate-x, 0deg)) rotateY(var(--hero-player-rotate-y, 0deg));transition:transform .14s ease-out;overflow:visible}.hero-player__background{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;transform-style:preserve-3d}.hero-player__orbit{position:absolute;border-radius:50%;filter:blur(4px);opacity:.9}.hero-player__orbit--one{inset:8% auto auto 50%;width:clamp(11rem,28vw,24rem);height:clamp(11rem,28vw,24rem);transform:translate3d(-50%,0,-20px);background:radial-gradient(circle,rgba(210,255,98,.18),transparent 68%);animation:heroPlayerGlow 6.4s ease-in-out infinite}.hero-player__orbit--two{right:4%;bottom:8%;width:clamp(10rem,24vw,18rem);height:clamp(10rem,24vw,18rem);background:radial-gradient(circle,rgba(83,211,177,.18),transparent 68%);animation:heroPlayerGlow 7.1s ease-in-out infinite reverse}.hero-player__dust{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 30%,rgba(255,255,255,.09),transparent .75rem),radial-gradient(circle at 72% 18%,rgba(255,255,255,.08),transparent .8rem),radial-gradient(circle at 45% 68%,rgba(255,255,255,.06),transparent .9rem);opacity:.7;mix-blend-mode:screen;animation:heroPlayerDust 8.4s ease-in-out infinite}.hero-player__number{position:absolute;inset:8% 0 auto;z-index:1;display:grid;place-items:center;pointer-events:none;transform:translateZ(-40px)}.hero-player__number span{color:#ffffff29;font-size:clamp(8rem,23vw,15rem);font-weight:900;line-height:.9;letter-spacing:-.16em;font-variant-numeric:tabular-nums;filter:blur(8px);text-shadow:0 20px 54px rgba(0,0,0,.34)}.hero-player__figure-wrap{position:absolute;top:10%;right:-8%;bottom:-4%;left:-8%;z-index:2;display:flex;align-items:flex-end;justify-content:center;pointer-events:none;transform:translateZ(42px)}.hero-player__figure{width:min(118%,800px);height:100%;object-fit:contain;object-position:center bottom;transform:translate3d(var(--hero-player-offset-x, 0px),var(--hero-player-offset-y, 0px),0) scale(calc(var(--hero-player-scale, 1) * 1.03));transform-origin:center bottom;filter:drop-shadow(0 22px 34px rgba(0,0,0,.38)) drop-shadow(0 0 26px rgba(255,255,255,.08));animation:heroPlayerIdle 5.8s ease-in-out infinite,heroPlayerFloat 6.4s ease-in-out infinite;-webkit-user-select:none;user-select:none}.hero-player__fallback{width:min(78%,520px);height:min(100%,560px);display:grid;place-items:end center}.hero-player__fallback-shape{width:100%;height:88%;border-radius:42% 42% 32% 32%;background:radial-gradient(circle at 50% 22%,rgba(255,255,255,.16),transparent 24%),linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.03));filter:blur(1px);box-shadow:0 24px 48px #00000042,inset 0 0 0 1px #ffffff0f}.hero-player__copy{position:relative;z-index:3;display:grid;gap:.24rem;align-self:end;max-width:min(100%,32rem)}.hero-player__eyebrow{color:var(--accent);font-size:.68rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.hero-player__name{min-width:0;color:var(--text);font-size:clamp(1.3rem,2.4vw,1.9rem);font-weight:800;line-height:1;letter-spacing:-.05em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-player__meta{min-width:0;color:var(--muted);font-size:.82rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-match-fallback{position:relative;width:100%;min-height:100%;display:flex;flex-direction:column;justify-content:space-between;gap:1rem;padding:clamp(1rem,2.8vw,1.5rem);border-radius:28px;background:radial-gradient(circle at 18% 0%,rgba(210,255,98,.1),transparent 24%),radial-gradient(circle at 82% 12%,rgba(83,211,177,.12),transparent 28%),rgba(6,16,11,.88);border:1px solid rgba(255,255,255,.07);box-shadow:0 28px 60px #00000047,inset 0 1px #ffffff0a;overflow:hidden;animation:heroPlayerSwap .76s cubic-bezier(.16,1,.3,1)}.hero-match-fallback--loading{opacity:.92}.hero-match-fallback__glow,.hero-match-fallback__dust{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-match-fallback__glow--one{inset:14% auto auto 8%;width:clamp(10rem,26vw,22rem);height:clamp(10rem,26vw,22rem);border-radius:50%;background:radial-gradient(circle,rgba(210,255,98,.18),transparent 68%);filter:blur(8px);animation:heroPlayerGlow 6.8s ease-in-out infinite}.hero-match-fallback__glow--two{right:6%;bottom:10%;width:clamp(9rem,22vw,18rem);height:clamp(9rem,22vw,18rem);border-radius:50%;background:radial-gradient(circle,rgba(83,211,177,.18),transparent 68%);filter:blur(8px);animation:heroPlayerGlow 7.2s ease-in-out infinite reverse}.hero-match-fallback__dust{background:radial-gradient(circle at 22% 30%,rgba(255,255,255,.08),transparent .7rem),radial-gradient(circle at 76% 18%,rgba(255,255,255,.06),transparent .85rem),radial-gradient(circle at 48% 74%,rgba(255,255,255,.05),transparent .9rem);opacity:.72;mix-blend-mode:screen;animation:heroPlayerDust 8.4s ease-in-out infinite}.hero-match-fallback__head,.hero-match-fallback__fixture,.hero-match-fallback__meta{position:relative;z-index:2}.hero-match-fallback__head{display:grid;gap:.45rem}.hero-match-fallback__eyebrow{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.hero-match-fallback__eyebrow span{color:var(--accent);font-size:.68rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.hero-match-fallback__competition{color:var(--text);font-size:clamp(1rem,2vw,1.2rem);font-weight:800;letter-spacing:-.03em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-match-fallback__fixture{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:clamp(.75rem,1.8vw,1.1rem);align-items:center;min-height:0}.hero-match-fallback__team{min-width:0;display:grid;grid-template-columns:72px minmax(0,1fr);gap:.8rem;align-items:center}.hero-match-fallback__team--away{justify-self:end}.hero-match-fallback__team-copy{min-width:0;display:grid;gap:.14rem}.hero-match-fallback__team-copy strong,.hero-match-fallback__team-copy span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-match-fallback__team-copy strong{color:var(--text);font-size:clamp(1.05rem,2vw,1.32rem);font-weight:800;letter-spacing:-.04em}.hero-match-fallback__team-copy span{color:var(--muted);font-size:.74rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.hero-match-fallback__vs{display:grid;place-items:center;width:clamp(4rem,10vw,5rem);height:clamp(4rem,10vw,5rem);border-radius:50%;background:linear-gradient(135deg,rgba(210,255,98,.18),rgba(83,211,177,.1)),rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);box-shadow:0 14px 24px #0003,inset 0 0 0 1px #ffffff05}.hero-match-fallback__vs span{color:var(--text);font-size:.9rem;font-weight:900;letter-spacing:.2em}.hero-match-fallback__meta{display:flex;flex-wrap:wrap;gap:.55rem .7rem;align-items:center}.hero-match-fallback__meta span{min-width:0;padding:.5rem .7rem;border-radius:999px;color:var(--text);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.06);font-size:.76rem;font-weight:700;letter-spacing:.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-match-fallback--loading .hero-match-fallback__competition,.hero-match-fallback--loading .hero-match-fallback__team-copy strong,.hero-match-fallback--loading .hero-match-fallback__team-copy span,.hero-match-fallback--loading .hero-match-fallback__meta span{opacity:.88}@media (max-width: 640px){.hero-match-fallback__fixture{grid-template-columns:minmax(0,1fr);gap:.8rem}.hero-match-fallback__team{grid-template-columns:64px minmax(0,1fr)}.hero-match-fallback__team--away{justify-self:stretch}.hero-match-fallback__vs{width:3.6rem;height:3.6rem;justify-self:center}}.hero--player-led .hero__visual{transform:none;transition:none}.hero--player-led .hero__demo{min-height:clamp(420px,96vw,700px)}.hero--player-led .hero__player-stage-copy .hero__eyebrow{margin-bottom:0}.hero__stable-empty{position:relative;z-index:2;display:grid;align-content:center;justify-items:start;gap:.55rem;flex:1;min-height:18rem;padding:clamp(1.25rem,4vw,2.25rem);border:1px dashed rgba(255,255,255,.14);border-radius:24px;background:rgba(255,255,255,.035)}.hero__stable-empty--intelligence{min-height:100%;align-content:center;margin:1rem}.hero__stable-empty-eyebrow{color:var(--accent);font-size:.68rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.hero__stable-empty strong{color:var(--text);font-size:clamp(1.15rem,2vw,1.5rem);letter-spacing:-.03em}.hero__stable-empty p{max-width:28rem;margin:0;color:var(--muted)}.homepage-exploration-indicator{width:min(100% - 2rem,1280px);margin:0 auto .9rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border:1px solid rgba(210,255,98,.28);border-radius:16px;background:rgba(210,255,98,.07)}.homepage-exploration-indicator>div{display:grid;gap:.1rem;min-width:0}.homepage-exploration-indicator span,.homepage-exploration-indicator small{color:var(--muted);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase}.homepage-exploration-indicator strong{color:var(--text)}.homepage-exploration-indicator button{flex:0 0 auto;border:0;background:transparent;color:var(--accent);cursor:pointer;font:inherit;font-size:.78rem;font-weight:800}.champion-hero{position:relative;z-index:4;display:grid;gap:.3rem;padding:.8rem 1rem;border:1px solid rgba(255,214,91,.34);border-radius:16px;background:linear-gradient(135deg,rgba(255,214,91,.16),rgba(210,255,98,.06))}.champion-banner__confetti{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;pointer-events:none;z-index:1;opacity:.45;mix-blend-mode:screen}.champion-banner__content{position:relative;z-index:2;display:grid;gap:.3rem}.hero--player-led .left-hero-panel{position:relative;overflow:hidden;isolation:isolate}.left-hero-panel__content{position:relative;display:flex;flex:1 1 auto;flex-direction:column;min-height:0;gap:.9rem;z-index:3}.champion-panel__confetti{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;pointer-events:none;z-index:1;opacity:.38;mix-blend-mode:screen}.left-hero-panel__celebration-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:2;background:linear-gradient(180deg,rgba(4,20,14,.12),rgba(4,20,14,.38))}.champion-hero span{color:#ffd65b;font-size:.7rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.champion-hero strong{color:var(--text);font-size:1.2rem}.champion-hero small{color:var(--muted)}.champion-summary{margin:0 1rem .75rem;overflow:hidden;background:radial-gradient(circle at 88% 18%,rgba(255,214,91,.18),transparent 18%),radial-gradient(circle at 12% 82%,rgba(210,255,98,.1),transparent 22%),linear-gradient(135deg,rgba(108,88,12,.38),rgba(11,24,14,.94))}.champion-summary:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.2;pointer-events:none;background:radial-gradient(circle at 18% 28%,rgba(255,214,91,.9) 0 2px,transparent 3px),radial-gradient(circle at 78% 24%,rgba(210,255,98,.85) 0 1px,transparent 2px),radial-gradient(circle at 64% 76%,rgba(83,211,177,.8) 0 2px,transparent 3px),radial-gradient(circle at 32% 82%,rgba(255,255,255,.72) 0 1px,transparent 2px)}.champion-summary>*{position:relative;z-index:1}.match-card__champion-badge{display:inline-flex;align-items:center;flex:0 0 auto;gap:.2rem;color:#ffd65b;font-size:.62rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.match-card__team--champion{display:flex;align-items:center;gap:.35rem}.match-card__team--champion .team-badge{flex:1 1 auto;min-width:0;width:auto}.match-card__team--champion .team-badge__meta{flex:1 1 auto;min-width:0}.hero__match-summary{position:relative;z-index:4;display:grid;gap:.9rem;margin:0 1rem .75rem;padding:.9rem 1rem .85rem;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:linear-gradient(135deg,rgba(83,211,177,.1),rgba(255,255,255,.035)),rgba(8,20,14,.74)}.hero__match-summary-topline,.hero__match-summary-scoreline{display:flex;align-items:center;min-width:0}.hero__match-summary-topline{justify-content:space-between;gap:.75rem}.hero__match-summary-topline>span,.hero__match-summary-team>span{color:var(--muted);font-size:.64rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.hero__match-summary-scoreline{justify-content:space-between;gap:.7rem}.hero__match-summary-team{display:grid;flex:1 1 0;gap:.18rem;min-width:0}.hero__match-summary-team strong{min-width:0;color:var(--text);font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero__match-summary-team--runner-up{text-align:right}.hero__match-summary-score{flex:0 0 auto;color:var(--accent);font-size:1.25rem;letter-spacing:.05em;white-space:nowrap}.hero__match-summary-venue{color:var(--muted);font-size:.72rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.homepage-match-explorer{display:grid;gap:1rem;margin:2rem 0 0}.homepage-match-explorer__header{display:flex;align-items:end;justify-content:space-between;gap:1rem}.homepage-match-explorer__header h2{margin:.25rem 0 0;color:var(--text);font-size:clamp(1.45rem,3vw,2.2rem)}.homepage-match-explorer__count{color:var(--muted);font-size:.78rem;font-weight:800}.homepage-match-explorer__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.homepage-match-explorer__card{display:grid;grid-template-columns:minmax(7rem,.72fr) minmax(0,1.28fr);min-height:13rem;padding:0;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:rgba(255,255,255,.035);color:inherit;cursor:pointer;text-align:left;transition:border-color .18s ease,transform .18s ease,background .18s ease}.homepage-match-explorer__card:hover,.homepage-match-explorer__card:focus-visible,.homepage-match-explorer__card.is-selected{border-color:#d2ff628c;background:rgba(210,255,98,.08)}.homepage-match-explorer__card:hover{transform:translateY(-2px)}.homepage-match-explorer__artwork{position:relative;display:flex;min-width:0;min-height:13rem;align-items:end;justify-content:center;overflow:hidden;background:radial-gradient(circle at 50% 22%,rgba(210,255,98,.2),transparent 62%),#08120d}.homepage-match-explorer__artwork img{width:100%;height:100%;object-fit:cover;object-position:center top}.homepage-match-explorer__artwork>span{margin-bottom:4rem;font-size:2rem;opacity:.55}.homepage-match-explorer__artwork strong{position:absolute;right:.55rem;bottom:.55rem;left:.55rem;color:#fff;font-size:.76rem;text-shadow:0 2px 8px black}.homepage-match-explorer__card-body{display:grid;align-content:start;gap:.55rem;min-width:0;padding:.9rem}.homepage-match-explorer__card-header{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,50%);align-items:start;gap:.4rem;min-width:0;color:var(--muted);font-size:.64rem}.homepage-match-explorer__competition{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.homepage-match-explorer__stage{display:block;width:100%;min-width:0;max-width:50%;justify-self:end;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.homepage-match-explorer__scoreboard{display:grid;gap:.3rem;min-width:0;color:var(--text);font-size:.76rem;font-weight:750}.homepage-match-explorer__team-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(1.25rem,auto);align-items:center;gap:.35rem;min-width:0}.homepage-match-explorer__team-name{display:flex;align-items:center;min-width:0;overflow:hidden;gap:.35rem}.homepage-match-explorer__team-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.homepage-match-explorer__team-row.is-winner .homepage-match-explorer__team-name{color:var(--accent)}.homepage-match-explorer__team-score{min-width:1.25rem;flex-shrink:0;color:var(--text);font-size:.86rem;font-weight:900;line-height:1;white-space:nowrap;text-align:right}.homepage-match-explorer__team-name img{flex:0 0 auto;width:1.05rem;height:.72rem;object-fit:cover}.homepage-match-explorer__date{color:var(--muted);font-size:.68rem}@media (max-width: 900px){.homepage-match-explorer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.homepage-exploration-indicator{align-items:start;flex-direction:column;width:calc(100% - 1.5rem)}.homepage-exploration-indicator button{padding:0}.homepage-match-explorer__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.35rem}.homepage-match-explorer__card{flex:0 0 min(86vw,22rem);scroll-snap-align:start}}@media (max-width: 360px){.homepage-match-explorer__card-header{grid-template-columns:minmax(0,1fr)}.homepage-match-explorer__stage{justify-self:start;max-width:100%}}@keyframes heroPlayerSwap{0%{opacity:0;transform:translate3d(0,24px,0) scale(.965)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes heroPlayerIdle{0%,to{transform:translate3d(var(--hero-player-offset-x, 0px),var(--hero-player-offset-y, 0px),0) scale(calc(var(--hero-player-scale, 1) * 1.03))}50%{transform:translate3d(var(--hero-player-offset-x, 0px),calc(var(--hero-player-offset-y, 0px) - 2px),0) scale(calc(var(--hero-player-scale, 1) * 1.045))}}@keyframes heroPlayerFloat{0%,to{translate:0 0}50%{translate:0 -6px}}@keyframes heroPlayerGlow{0%,to{opacity:.7;transform:translate3d(-50%,0,-20px) scale(1)}50%{opacity:1;transform:translate3d(-50%,0,-20px) scale(1.04)}}@keyframes heroPlayerDust{0%,to{opacity:.5;transform:translateZ(0)}50%{opacity:.8;transform:translate3d(0,-4px,0)}}@media (min-width: 768px){.hero--player-led .hero__inner{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:1.25rem;align-items:stretch}.hero--player-led .hero__player-stage,.hero--player-led .hero__demo{min-height:clamp(500px,56vw,680px)}}@media (min-width: 1024px){.hero--player-led .hero__inner{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:1.5rem}.hero--player-led .hero__player-stage{min-height:clamp(560px,54vw,760px);padding:clamp(1.15rem,2vw,1.6rem)}.hero--player-led .hero__demo{min-height:clamp(560px,54vw,760px)}}@media (min-width: 1280px){.hero-player__figure-wrap{top:8%;right:-12%;bottom:-6%;left:-12%}.hero-player__figure{width:min(124%,860px)}.hero-player__number span{font-size:clamp(10rem,20vw,17rem)}}@media (prefers-reduced-motion: reduce){.hero-player,.hero-player__figure,.hero-player__orbit,.hero-player__dust{animation:none!important}.hero-player__shell,.hero--player-led .hero__visual{transition:none}}@media (max-width: 720px){.champion-panel__confetti{opacity:.32}.left-hero-panel__content{gap:.55rem}.left-hero-panel .champion-summary{margin:0 .5rem}.hero--player-led .hero-player-rotator{flex:1 1 auto;flex-shrink:0;min-height:clamp(280px,55vw,360px)}.hero--player-led .hero-player__figure{width:auto;height:100%;max-width:80%;object-fit:contain;object-position:center bottom}.hero--player-led .hero-player__copy{gap:.35rem;padding:.7rem .5rem .45rem;background:linear-gradient(180deg,transparent,rgba(5,12,9,.58) 32%)}.hero--player-led .hero-player__name{font-size:clamp(1.45rem,7vw,2rem)}.match-card__team--champion{display:flex;min-width:0}.match-card__team--champion .team-badge{flex:1 1 auto;width:auto;min-width:0}.hero__fixture{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:clamp(.35rem,2vw,.7rem);width:100%;min-width:0}.hero__fixture-team,.hero__fixture-team--away{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"flag copy";align-items:center;align-self:stretch;justify-self:stretch;justify-content:initial;min-width:0;width:100%;margin:0;transform:none}.hero__fixture-team--away{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"copy flag";text-align:right}.hero__fixture-flag{grid-area:flag;align-self:center}.hero__fixture-team-copy{grid-area:copy;display:flex;flex-direction:column;justify-content:center;align-self:center;min-width:0;width:100%;margin:0}.hero__fixture-team--away .hero__fixture-team-copy{justify-items:initial;text-align:right}.hero__fixture-name,.hero__fixture-code{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero__fixture-code{display:block}.hero__fixture-vs{width:clamp(2.65rem,13vw,4.5rem);max-width:100%}.match-card__teams{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:clamp(.35rem,2vw,.7rem)}.match-card__team,.match-card__team:first-child,.match-card__team:last-child{align-self:stretch;justify-content:initial;justify-items:initial;min-width:0;margin:0;transform:none}.match-card__team:last-child{text-align:right}.match-card__team .team-badge{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;align-self:stretch;width:100%;min-width:0;gap:clamp(.35rem,2vw,.7rem)}.match-card__team:last-child .team-badge{grid-template-columns:minmax(0,1fr) auto}.match-card__team .team-badge__meta{min-width:0;justify-content:center}.match-card__team:last-child .team-badge__meta{text-align:right}.match-card__team .team-badge__meta strong,.match-card__team .team-badge__meta span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.match-detail__matchup{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:clamp(.35rem,2vw,.7rem);min-width:0}.match-detail__team,.match-detail__team--right{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"flag copy";align-items:center;align-self:stretch;justify-self:stretch;justify-content:initial;min-width:0;width:100%;margin:0;transform:none}.match-detail__team--right{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"copy flag";text-align:right}.match-detail__team-flag{grid-area:flag;align-self:center}.match-detail__team-copy{grid-area:copy;display:flex;flex-direction:column;justify-content:center;align-self:center;min-width:0;width:100%;margin:0}.hero__demo{display:flex;flex-direction:column;gap:.32rem}.hero__demo-engine{order:1;margin-top:.28rem}.hero__demo-stage{order:2;flex:0 0 auto}.hero__demo-nav{order:3;flex:0 0 auto;margin-top:.12rem}}.match-card__team,.match-detail__team,.hero__fixture-team{display:flex;align-items:center;min-width:0;gap:8px;transform:none}.match-card__team{width:auto;justify-content:flex-start;justify-items:initial}.match-card__team:last-child{justify-content:flex-end;justify-items:initial}.match-card__team .team-badge{display:flex;align-items:center;width:auto;max-width:100%;min-width:0;gap:8px}.match-card__team:last-child .team-badge{grid-template-columns:none}.match-card__team .team-badge__meta,.match-detail__team-copy,.hero__fixture-team-copy{display:flex;flex-direction:column;min-width:0;overflow:hidden}.match-card__team:last-child .team-badge__meta,.match-detail__team--right .match-detail__team-copy,.hero__fixture-team--away .hero__fixture-team-copy{text-align:right}.match-detail__team,.match-detail__team--right,.hero__fixture-team,.hero__fixture-team--away{justify-content:flex-start;text-align:left;width:auto;margin:0}.match-detail__team--right,.hero__fixture-team--away{justify-content:flex-end;flex-direction:row;text-align:right}.match-detail__team-flag,.hero__fixture-flag,.match-card__team .team-badge__mark{order:0;flex:0 0 auto}.match-detail__team-copy,.hero__fixture-team-copy,.match-card__team .team-badge__meta{order:1;width:auto;margin:0}@media (max-width: 720px){.match-card__team,.match-card__team:first-child,.match-card__team:last-child,.match-detail__team,.match-detail__team--right,.hero__fixture-team,.hero__fixture-team--away{display:flex;align-items:center;align-self:center;justify-content:flex-start;width:auto;min-width:0;margin:0;transform:none}.match-card__team:last-child,.match-detail__team--right,.hero__fixture-team--away{justify-content:flex-end;flex-direction:row}.match-card__team .team-badge,.match-detail__team,.hero__fixture-team{max-width:100%}.match-card__team .team-badge{width:auto}.match-card__team .team-badge__meta,.match-detail__team-copy,.hero__fixture-team-copy{width:auto;max-width:100%}}.hero--lifecycle{min-height:0;padding-block:clamp(2rem,5vw,4rem)}.hero--live .lifecycle-hero{border-color:#d2ff62b8;box-shadow:0 0 0 1px #d2ff6224,0 1.5rem 4rem #85c12a24}.lifecycle-hero{display:grid;gap:1.25rem;max-width:72rem;margin-inline:auto;padding:clamp(1.25rem,4vw,2.5rem);border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(135deg,rgba(18,40,30,.98),rgba(10,22,18,.98))}.lifecycle-hero__topline,.lifecycle-hero__actions,.lifecycle-hero__meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.lifecycle-hero__topline h1{margin:.35rem 0 0;font-size:clamp(1.35rem,3vw,2.2rem)}.lifecycle-hero__fixture{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:clamp(.8rem,4vw,3rem)}.lifecycle-hero__team{display:flex;align-items:center;gap:.7rem;min-width:0;font-size:clamp(1rem,2vw,1.4rem)}.lifecycle-hero__team--away{justify-content:flex-end;text-align:right}.lifecycle-hero__team strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lifecycle-hero__score{display:grid;justify-items:center;gap:.25rem;min-width:5rem}.lifecycle-hero__score strong{font-size:clamp(2rem,6vw,4rem);line-height:1}.lifecycle-hero__score span{color:var(--accent);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.lifecycle-hero__meta{justify-content:center;flex-wrap:wrap;color:var(--muted);font-size:.82rem}.lifecycle-hero__meta span+span:before{content:"·";margin-right:.75rem;color:var(--accent)}.lifecycle-hero__summary{padding:.9rem 1rem;border-left:2px solid var(--accent);background:rgba(255,255,255,.035)}.lifecycle-hero__summary p{margin:.35rem 0 0;color:var(--muted)}.lifecycle-hero__actions{justify-content:center;flex-wrap:wrap}.hero--empty{min-height:50vh}.hero__inner--empty{display:grid;place-items:center}.hero-empty-state{max-width:38rem;padding:3rem 1rem;text-align:center}.hero-empty-state h1{margin:.6rem 0 1.5rem;font-size:clamp(1.6rem,4vw,2.8rem)}.hero-empty-state__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem}@media (max-width: 582px){.lifecycle-hero__fixture{gap:.45rem}.lifecycle-hero__team{gap:.4rem;font-size:.9rem}.lifecycle-hero__score{min-width:3.75rem}.lifecycle-hero__score strong{font-size:2rem}.lifecycle-hero__actions>*{flex:1 1 9rem}}@media (max-width: 379px){.match-card__champion-badge-text{display:none}}@media (max-width: 767px){.formation-display__header{gap:.55rem}.formation-display__identity{align-items:center;width:100%}.formation-display__formation{display:flex;align-items:baseline;gap:.42rem;margin:0}.formation-display__formation-label,.formation-display__header-signals{display:none!important}.formation-display__formation-status{display:inline;color:var(--muted);font-size:.72rem;font-weight:700;white-space:nowrap}.formation-display__formation-status:after{content:" •";margin-inline-start:.25rem}.formation-display__formation strong{font-size:1.25rem}.lineup-pitch__field{padding:.58rem .28rem .65rem;gap:.45rem}.lineup-pitch__rows{min-height:clamp(18rem,82vw,24rem);padding-inline:.12rem}.lineup-pitch__row{--pitch-row-label-width: 16px;--pitch-row-label-gap: .2rem}.lineup-pitch__row-label{font-size:.56rem;letter-spacing:.12em}.lineup-pitch__row-stage{min-height:clamp(3.7rem,15vw,4.25rem)}.lineup-pitch__row-stage .hero__player-node,.lineup-pitch__row-stage .lineup-pitch__player,.hero__pitch-row-stage .hero__player-node,.hero__pitch-row-stage .lineup-pitch__player{width:clamp(96px,24vw,118px);min-width:clamp(96px,24vw,118px);min-height:3.1rem;grid-template-columns:minmax(0,1fr);gap:.12rem;justify-items:center;padding:.5rem .42rem;border-radius:14px}.lineup-pitch__player-position,.lineup-pitch__player-badge{display:none}.lineup-pitch__player-copy{width:100%;justify-items:center;padding:0}.lineup-pitch__row-stage .hero__player-node strong,.lineup-pitch__row-stage .lineup-pitch__player strong,.hero__pitch-row-stage .hero__player-node strong,.hero__pitch-row-stage .lineup-pitch__player strong,.lineup-pitch__player-copy strong{width:100%;text-align:center;font-size:clamp(.76rem,2.8vw,.88rem);line-height:1.08}.lineup-pitch__player-name-full{display:none}.lineup-pitch__player-name-mobile{display:inline}}@media (max-width: 767px){.formation-display,.formation-display__header,.formation-display__identity,.formation-display__header-copy,.formation-display__description,.lineup-pitch,.lineup-pitch__field,.hero__pitch,.hero__pitch-selector-shell,.hero__pitch-field,.hero__pitch-preview{min-width:0;max-width:100%}.formation-display{overflow:hidden}.formation-display__header{display:block}.formation-display__identity{display:grid;grid-template-columns:minmax(0,1fr);gap:.36rem}.formation-display__identity .team-badge{width:100%;max-width:100%}.formation-display__header-copy{display:block}.formation-display__header-copy>p{display:none}.formation-display__description{display:block;width:100%;margin:.1rem 0 0;color:var(--muted);font-size:.84rem;line-height:1.45;overflow-wrap:anywhere}.formation-display__formation{width:100%;min-width:0;flex-wrap:wrap}.formation-display__formation-status,.formation-display__formation strong{max-width:100%}.lineup-pitch__field{width:100%;padding-inline:.22rem;overflow:hidden}.lineup-pitch__rows,.hero__pitch-rows{width:100%;min-width:0;padding-inline:.1rem}.lineup-pitch__row-stage,.hero__pitch-row-stage{display:grid;grid-template-columns:repeat(var(--pitch-player-count, 1),minmax(0,1fr));align-items:center;gap:clamp(.2rem,1.4vw,.42rem);min-width:0;overflow:visible}.lineup-pitch__row-stage .hero__player-node,.lineup-pitch__row-stage .lineup-pitch__player,.hero__pitch-row-stage .hero__player-node,.hero__pitch-row-stage .lineup-pitch__player{position:relative;inset:auto!important;left:auto!important;top:auto!important;transform:none!important;width:100%;min-width:0;max-width:100%;min-height:3.25rem;height:100%;padding:.42rem .28rem;border-radius:12px}.lineup-pitch__row-stage .lineup-pitch__player-copy,.hero__pitch-row-stage .lineup-pitch__player-copy{width:100%;min-width:0;align-items:center;justify-items:center;padding:0}.lineup-pitch__row-stage .hero__player-node strong,.lineup-pitch__row-stage .lineup-pitch__player strong,.hero__pitch-row-stage .hero__player-node strong,.hero__pitch-row-stage .lineup-pitch__player strong,.lineup-pitch__player-copy strong{display:block;width:100%;min-width:0;max-width:100%;margin:0;overflow:hidden;text-align:center;white-space:normal;line-height:1.12;font-size:clamp(.72rem,2.9vw,.86rem);-webkit-line-clamp:2;-webkit-box-orient:vertical}.lineup-pitch__row-stage .hero__player-node strong:after,.lineup-pitch__row-stage .lineup-pitch__player strong:after,.hero__pitch-row-stage .hero__player-node strong:after,.hero__pitch-row-stage .lineup-pitch__player strong:after,.lineup-pitch__player-copy strong:after{content:attr(data-mobile-name);display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:inherit;line-height:inherit}.lineup-pitch__row-stage .hero__player-node strong,.lineup-pitch__row-stage .lineup-pitch__player strong,.hero__pitch-row-stage .hero__player-node strong,.hero__pitch-row-stage .lineup-pitch__player strong,.lineup-pitch__player-copy strong{font-size:0}.lineup-pitch__row-stage .hero__player-node strong:after,.lineup-pitch__row-stage .lineup-pitch__player strong:after,.hero__pitch-row-stage .hero__player-node strong:after,.hero__pitch-row-stage .lineup-pitch__player strong:after,.lineup-pitch__player-copy strong:after{font-size:clamp(.72rem,2.9vw,.86rem)}.lineup-pitch__row-stage .lineup-pitch__player-position,.hero__pitch-row-stage .lineup-pitch__player-position,.lineup-pitch__row-stage .lineup-pitch__player-badge,.hero__pitch-row-stage .lineup-pitch__player-badge{display:none}.lineup-pitch__bench{min-width:0;gap:.55rem}.lineup-pitch__bench-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:.4rem}.lineup-pitch__bench-grid .lineup-pitch__player{position:relative;inset:auto;width:100%;min-width:0;max-width:100%;min-height:2.6rem;grid-template-columns:minmax(0,1fr);justify-items:start;padding:.42rem .55rem}.lineup-pitch__bench-grid .lineup-pitch__player-position,.lineup-pitch__bench-grid .lineup-pitch__player-badge{display:none}.lineup-pitch__bench-grid .lineup-pitch__player-copy{width:100%;min-width:0;display:block;padding:0}.lineup-pitch__bench-grid .lineup-pitch__player-copy strong{display:block;width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;font-size:.82rem}.lineup-pitch__bench-grid .lineup-pitch__player-copy strong:after{display:none}.hero__pitch-selector-shell{grid-template-columns:minmax(0,1fr);gap:.35rem}.hero__pitch-switcher{width:100%;min-width:0}.hero__pitch-switcher-tab{flex:1 1 0;min-width:0;max-width:100%}.hero__pitch-meta--compact{justify-self:start;justify-items:start;width:100%;min-width:0;text-align:left}.hero__pitch-meta--compact strong,.hero__pitch-meta--compact span{max-width:100%;white-space:normal;overflow-wrap:anywhere}.hero__pitch-note{width:100%;min-width:0;margin:0;padding:.15rem 0 0;font-size:.8rem;line-height:1.45}.hero__demo-card .hero__pitch-field--compact{width:100%;min-width:0;height:auto;min-height:0;padding-inline:.2rem}.hero__demo-card .hero__pitch-field--compact .hero__pitch-rows{width:100%;min-width:0;gap:.34rem}.hero__demo-card .hero__pitch-field--compact .hero__pitch-row-stage{min-height:clamp(3.1rem,14vw,4rem)}}@media (min-width: 768px) and (max-width: 1023px){.formation-display,.formation-display__header,.lineup-pitch,.lineup-pitch__field,.lineup-pitch__rows,.hero__pitch,.hero__pitch-field,.hero__pitch-rows{min-width:0;max-width:100%}.lineup-pitch__row-stage,.hero__pitch-row-stage{min-width:0}.lineup-pitch__row-stage .hero__player-node,.lineup-pitch__row-stage .lineup-pitch__player,.hero__pitch-row-stage .hero__player-node,.hero__pitch-row-stage .lineup-pitch__player{max-width:100%}}@media (max-width: 767px){.lineup-pitch__row-stage .hero__player-node,.lineup-pitch__row-stage .lineup-pitch__player,.hero__pitch-row-stage .hero__player-node,.hero__pitch-row-stage .lineup-pitch__player{display:inline-flex;flex-direction:column;align-items:center;justify-content:flex-start;width:auto;min-width:0;min-height:0;height:auto;padding:0;gap:4px;border:0!important;outline:0!important;border-radius:0!important;background:transparent!important;background-image:none!important;box-shadow:none!important;-webkit-backdrop-filter:none;backdrop-filter:none;overflow:visible;transition:transform .16s ease}.lineup-pitch__row-stage .lineup-pitch__player-copy,.hero__pitch-row-stage .lineup-pitch__player-copy{display:contents}.lineup-pitch__row-stage .hero__player-node strong,.lineup-pitch__row-stage .lineup-pitch__player strong,.hero__pitch-row-stage .hero__player-node strong,.hero__pitch-row-stage .lineup-pitch__player strong{order:1;display:block;width:100%;min-width:0;max-width:100%;margin:0;overflow:hidden;text-align:center;white-space:nowrap;font-size:0;line-height:1}.lineup-pitch__row-stage .hero__player-node strong:after,.lineup-pitch__row-stage .lineup-pitch__player strong:after,.hero__pitch-row-stage .hero__player-node strong:after,.hero__pitch-row-stage .lineup-pitch__player strong:after{content:attr(data-mobile-name);display:block;width:100%;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(.62rem,2.6vw,.78rem);line-height:1}.lineup-pitch__row-stage .lineup-pitch__player-position,.hero__pitch-row-stage .lineup-pitch__player-position{order:2;display:grid;place-items:center;width:32px;height:32px;min-width:32px;border-radius:50%;font-size:.46rem;letter-spacing:.06em}.lineup-pitch__row-stage .lineup-pitch__player-badge,.hero__pitch-row-stage .lineup-pitch__player-badge{display:none}.lineup-pitch__row--goalkeeper .lineup-pitch__row-stage .lineup-pitch__player-position,.hero__pitch-row--goalkeeper .hero__pitch-row-stage .lineup-pitch__player-position{width:36px;height:36px;min-width:36px;font-size:.5rem}.lineup-pitch__row-stage .hero__player-node:hover,.lineup-pitch__row-stage .hero__player-node:focus-visible,.lineup-pitch__row-stage .lineup-pitch__player:hover,.lineup-pitch__row-stage .lineup-pitch__player:focus-visible,.hero__pitch-row-stage .hero__player-node:hover,.hero__pitch-row-stage .hero__player-node:focus-visible,.hero__pitch-row-stage .lineup-pitch__player:hover,.hero__pitch-row-stage .lineup-pitch__player:focus-visible{border-color:transparent;background:transparent;outline:0;box-shadow:none;transform:translateY(-1px)!important}}.lineup-pitch__row-stage .hero__player-node,.lineup-pitch__row-stage .lineup-pitch__player,.hero__pitch-row-stage .hero__player-node,.hero__pitch-row-stage .lineup-pitch__player{display:inline-flex!important;flex-direction:column!important;align-items:center;justify-content:flex-start;flex-basis:auto!important;width:auto!important;min-width:0!important;max-width:none!important;min-height:0!important;height:auto;gap:7px;padding:0!important;border:0!important;outline:0!important;border-radius:0!important;background:transparent!important;background-image:none!important;box-shadow:none!important;overflow:visible}.lineup-pitch__row-stage .lineup-pitch__player-copy,.hero__pitch-row-stage .lineup-pitch__player-copy{display:contents!important}.lineup-pitch__row-stage .hero__player-node strong,.lineup-pitch__row-stage .lineup-pitch__player strong,.hero__pitch-row-stage .hero__player-node strong,.hero__pitch-row-stage .lineup-pitch__player strong{order:1;display:block;width:auto;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;font-size:1rem;line-height:1;font-weight:700}.lineup-pitch__row-stage .lineup-pitch__player-badge,.hero__pitch-row-stage .lineup-pitch__player-badge{display:none!important}.lineup-pitch__row-stage .lineup-pitch__player-position,.hero__pitch-row-stage .lineup-pitch__player-position{order:2;flex:0 0 28px;display:grid;place-items:center;width:28px;height:28px;min-width:28px;border-radius:50%;font-size:.48rem;line-height:1;letter-spacing:.04em}@media (min-width: 768px) and (max-width: 1023px){.lineup-pitch__row-stage .hero__player-node,.lineup-pitch__row-stage .lineup-pitch__player,.hero__pitch-row-stage .hero__player-node,.hero__pitch-row-stage .lineup-pitch__player{gap:6px}.lineup-pitch__row-stage .hero__player-node strong,.lineup-pitch__row-stage .lineup-pitch__player strong,.hero__pitch-row-stage .hero__player-node strong,.hero__pitch-row-stage .lineup-pitch__player strong{font-size:.875rem}.lineup-pitch__row-stage .lineup-pitch__player-position,.hero__pitch-row-stage .lineup-pitch__player-position{flex-basis:26px;width:26px;height:26px;min-width:26px}}@media (max-width: 767px){.lineup-pitch__row-stage .hero__player-node,.lineup-pitch__row-stage .lineup-pitch__player,.hero__pitch-row-stage .hero__player-node,.hero__pitch-row-stage .lineup-pitch__player{gap:4px}.lineup-pitch__row-stage .hero__player-node strong,.lineup-pitch__row-stage .lineup-pitch__player strong,.hero__pitch-row-stage .hero__player-node strong,.hero__pitch-row-stage .lineup-pitch__player strong{font-size:clamp(.75rem,3.2vw,.8125rem)}.lineup-pitch__row-stage .lineup-pitch__player-position,.hero__pitch-row-stage .lineup-pitch__player-position{flex-basis:24px;width:24px;height:24px;min-width:24px}}
