/* ===== Arabia90 — dark/grey base + sharp red accent. Overrides the prebuilt Material
   tokens in tailwind.css (which are hardcoded light + yellow). Loaded last so it wins. ===== */
:root{color-scheme:dark;--a90-font-ui:Manrope,'Segoe UI',Arial,sans-serif;--a90-font-heading:Manrope,'Segoe UI',Arial,sans-serif}
html[lang="ar"]{--a90-font-ui:'IBM Plex Sans Arabic','Segoe UI',Tahoma,sans-serif;--a90-font-heading:'IBM Plex Sans Arabic','Segoe UI',Tahoma,sans-serif}
html,body{background:#0f1115;color:#e9eaec}
/* surfaces -> dark grey scale */
.bg-background,.bg-surface{background-color:#15171c!important}
.bg-surface-container-lowest{background-color:#1c1f26!important}
.bg-surface-container-low{background-color:#16181e!important}
.bg-surface-container{background-color:#1e2128!important}
.bg-surface-container-high{background-color:#24272f!important}
.bg-secondary-container{background-color:#24272f!important}
.bg-surface\/80,.bg-surface\/90,.bg-surface\/95{background-color:rgba(15,17,21,.92)!important}
/* text -> light */
.text-on-surface{color:#e9eaec!important}
.text-secondary,.text-on-secondary-container{color:#9aa1ab!important}
.text-surface,.text-inverse-on-surface{color:#0f1115!important}
.text-inverse-surface{color:#e9eaec!important}
.bg-inverse-surface{background-color:#e9eaec!important}
/* borders -> subtle light */
.border-on-surface{border-color:#e9eaec!important}
.border-on-surface\/5{border-color:rgba(233,234,236,.07)!important}
.border-on-surface\/10{border-color:rgba(233,234,236,.12)!important}
.border-on-surface\/20{border-color:rgba(233,234,236,.2)!important}
.border-secondary{border-color:#5a606a!important}
/* accent yellow -> sharp red */
.bg-primary,.bg-primary-container{background-color:#e8121d!important}
.text-primary,.text-primary-container{color:#e83a44!important}
.border-primary,.border-primary-container{border-color:#e8121d!important}
.text-on-primary,.text-on-primary-container{color:#ffffff!important}
.decoration-primary{text-decoration-color:#e83a44!important}
.from-primary-container{--tw-gradient-from:#e8121d var(--tw-gradient-from-position)!important}
.from-background,.from-surface{--tw-gradient-from:#15171c var(--tw-gradient-from-position)!important}
/* red-accented dark menu bar */
header.fixed{background:rgba(13,15,19,.9)!important;backdrop-filter:saturate(140%) blur(12px);-webkit-backdrop-filter:saturate(140%) blur(12px);border-bottom:1px solid #e8121d!important}
::selection,html::selection,body::selection,html ::selection,body ::selection,#a90-v3-app::selection,#a90-v3-app ::selection,#a90-v3-app *::selection{background:#D9E7FF!important;color:#171C30!important;text-shadow:none!important}
/* calmer, koora-style motion: shorten long transitions, soften big zooms */
.duration-700{transition-duration:.38s!important}
.hover\:scale-110:hover{transform:scale(1.04)!important}
.group:hover .group-hover\:scale-110{transform:scale(1.04)!important}
/* daily schedule (custom component) -> dark + red */
.daily-schedule-shell{background:#1c1f26!important;border-color:rgba(233,234,236,.1)!important;box-shadow:0 14px 34px rgba(0,0,0,.4)!important}
.daily-schedule-days{border-bottom-color:rgba(233,234,236,.1)!important}
.daily-schedule-day{background:#23262e!important;color:#e9eaec!important;border-color:rgba(233,234,236,.14)!important}
.daily-schedule-day:hover{border-color:#e8121d!important}
.daily-schedule-day.is-active{background:#e8121d!important;border-color:#e8121d!important;color:#fff!important}
.daily-schedule-list{background:#15171c!important}
.daily-schedule-row{background:#1c1f26!important;border-bottom-color:rgba(233,234,236,.08)!important}
.daily-schedule-row:hover{background:#262a33!important}
.daily-schedule-score,.daily-schedule-kickoff{color:#e9eaec!important}
.daily-schedule-meta{color:#9aa1ab!important}
.daily-schedule-live{color:#ff4750!important}
.daily-schedule-empty{background:#1c1f26!important;color:#9aa1ab!important}
/* Match-detail: animated formation, recent form, head-to-head */
@keyframes a90mdIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@keyframes a90fmPop{from{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}
@keyframes a90pitchIn{from{opacity:0;transform:translateY(10px) scale(.82)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes a90barGrow{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@keyframes a90pulse{0%{box-shadow:0 0 0 0 rgba(255,206,77,.7)}70%{box-shadow:0 0 0 9px rgba(255,206,77,0)}100%{box-shadow:0 0 0 0 rgba(255,206,77,0)}}
@keyframes a90fade{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
.md-anim-in{animation:a90mdIn .45s cubic-bezier(.2,.7,.2,1) both}
.md-form-row{display:inline-flex;gap:5px;flex-wrap:wrap}
.md-fm{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:11px;border-radius:6px;color:#fff;animation:a90fmPop .4s cubic-bezier(.2,.7,.2,1) both}
.md-fm-w{background:#1f9d57}.md-fm-d{background:#6b7280}.md-fm-l{background:#b00020}
.md-pitch-chip{animation:a90pitchIn .5s cubic-bezier(.2,.7,.2,1) both}
.md-lineup-list .flex.items-center.justify-between{min-width:0}
.md-lineup-list .font-body-md{min-width:0;flex:1 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.md-lineup-list .font-label-sm{flex:0 1 auto;max-width:88px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.md-scorer-ring{animation:a90pulse 2s ease-out 1.1s 2}
.faq-list{display:flex;flex-direction:column;gap:10px}
.faq-item{border:1px solid rgba(255,255,255,.08);border-radius:12px;background:rgba(255,255,255,.025);overflow:hidden;transition:border-color .25s ease}
.faq-item.open{border-color:rgba(232,18,29,.55)}
.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;text-align:start;font-weight:700;font-size:15px;color:#e9eaec;cursor:pointer;background:transparent;border:0}
.faq-q:hover{color:#fff}
.faq-ic{transition:transform .3s ease;color:#e8121d;font-size:22px;flex:0 0 auto}
.faq-item.open .faq-ic{transform:rotate(180deg)}
.faq-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .32s ease}
.faq-item.open .faq-a{grid-template-rows:1fr}
.faq-a>div{overflow:hidden}
.faq-a p{padding:0 18px 16px;margin:0;color:#9aa1ab;font-size:14px;line-height:1.7}
@media (prefers-reduced-motion:reduce){.md-anim-in,.md-fm,.md-pitch-chip,.md-scorer-ring,.faq-a,.faq-ic{animation:none!important;transition:none!important}}
/* standings table contrast on the dark rebrand */
#standings-body tr{background:#1c1f26!important;color:#e9eaec!important}
#standings-body tr:nth-child(even){background:#20242c!important}
#standings-body tr:hover{background:#24272f!important}
#standings-body tr.is-champion{background:rgba(232,18,29,.16)!important}
#standings-body tr.is-champion:hover{background:rgba(232,18,29,.24)!important}
#standings-body td,#standings-body span{color:inherit}
#standings-body .text-secondary{color:#c0c5ce!important}
/* full standings table (route/modal) hover — the prebuilt Tailwind surface-container
   hover token is light, which turned the row white and hid the club name. Force dark. */
.st-full-row:hover{background:#24272f!important}
/* World Cup national flags render as clean circles (broadcast style); club crests keep object-contain */
.wc-flag{border-radius:50%!important;object-fit:contain!important;background:#11151b;border:1.5px solid rgba(255,255,255,.24);box-shadow:0 2px 6px rgba(0,0,0,.5),inset 0 0 0 1px rgba(0,0,0,.22)}
.mc-flag{width:30px!important;height:30px!important;flex:0 0 30px}
/* National flag in a crisp circle: the flag fills the circle (object-fit:cover) so it is
   sharp and completely full — no blur, no gaps. Wide flags are trimmed a little at the sides. */
.flag-circle{position:relative;display:inline-block;border-radius:50%;overflow:hidden;background:#11151b;border:1.5px solid rgba(255,255,255,.24);box-shadow:0 2px 6px rgba(0,0,0,.5),inset 0 0 0 1px rgba(0,0,0,.22);flex:0 0 auto;vertical-align:middle}
.flag-circle .fc-fg{display:block;width:100%;height:100%;object-fit:cover}
/* Saudi Arabia: ALWAYS show the COMPLETE flag — the full shahada and the full sword must
   never be cropped. Shown via object-fit:contain on the flag's own green (#005430, sampled
   from the official flag) so the circle still reads as completely full. */
/* social strip hover -> red */
.social-strip-button:hover,.social-strip-button:focus-visible,.social-strip-cta:hover,.social-strip-cta:focus-visible{background:#e8121d!important;border-color:#e8121d!important;color:#fff!important}
/* Mature UI typography: Inter for English, IBM Plex Sans Arabic for Arabic. */
html[lang="en"] .nav-link{font-family:Manrope,Arial,sans-serif!important;font-weight:600!important;letter-spacing:.025em}
html[lang="en"] .brand-wordmark{font-weight:800!important;letter-spacing:-.01em}
html[lang="en"] .font-display-xl,html[lang="en"] .font-headline-lg,html[lang="en"] .font-headline-md{font-weight:800}

/* Arabia90 v3 visual replacement: ported from the saved mobile/desktop .dc.html files.
   The legacy DOM remains underneath so the existing API, router, modal and tests can keep
   working while this exact visual layer is filled from real Arabia90 state. */
body{background:#F2F1ED!important;color:#171C30!important;font-family:var(--a90-font-ui)!important}
html.a90-v3-booting body>header,html.a90-v3-booting body>main,html.a90-v3-booting body>footer,body.a90-v3-active>header,body.a90-v3-active>main,body.a90-v3-active>footer{display:none!important}
#a90-v3-app:empty{min-height:100vh;display:grid;place-items:center;background:#F4F3EF}
#a90-v3-app:empty:before{content:"Arabia90";min-height:76px;display:grid;place-items:end center;padding-top:52px;background:url('/assets/arabia90-logo.svg?v=a90') center top/42px auto no-repeat;font-family:Manrope,'Segoe UI',sans-serif;font-size:20px;font-weight:850;letter-spacing:.02em;color:#171C30;animation:a90-boot-pulse 1.15s ease-in-out infinite alternate}
html[lang="ar"] #a90-v3-app:empty:before{content:"\0623\0631\0627\0628\064a\0627 \0669\0660";font-family:'IBM Plex Sans Arabic','Segoe UI',Tahoma,sans-serif;letter-spacing:0}
html[data-a90-theme="dark"] #a90-v3-app:empty:before{color:#F7F7F5}
@keyframes a90-boot-pulse{from{opacity:.62;transform:translateY(1px)}to{opacity:1;transform:translateY(0)}}
@media (prefers-reduced-motion:reduce){#a90-v3-app:empty:before{animation:none}}
#a90-v3-app{min-height:100vh;background:#F4F3EF;color:#171C30;font-family:var(--a90-font-ui);font-synthesis-weight:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
html[lang="ar"] #a90-v3-app,html[lang="ar"] body.a90-v3-active{font-family:'IBM Plex Sans Arabic','Segoe UI',Tahoma,sans-serif!important}
html[lang="en"] #a90-v3-app,html[lang="en"] body.a90-v3-active{font-family:Manrope,'Segoe UI',Arial,sans-serif!important}
.a90-shell{direction:ltr}
.a90-shell[dir="rtl"]{direction:rtl}
.a90-logo-wrap{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;overflow:visible}
.a90-logo-mark{width:100%;height:100%;min-width:30px;flex:0 0 auto;display:block}
.a90-brand-lock{display:flex;align-items:center;gap:10px;min-width:max-content;flex:0 0 auto;color:#171C30;text-decoration:none}
.a90-brand-lock span{display:block;line-height:1}
.a90-brand-lock .a90-logo-wrap{display:grid;place-items:center}
.a90-soft{background:#fff;border:1px solid rgba(23,28,48,.06);box-shadow:0 2px 8px rgba(23,20,60,.06)}
.a90-btn{cursor:pointer;transition:transform .2s cubic-bezier(.3,1.4,.4,1),background .2s,color .2s}
.a90-btn:active{transform:scale(.92)}
.a90-pill{border-radius:999px}
.a90-card{border-radius:8px;background:#fff;box-shadow:0 10px 28px rgba(25,27,31,.055);border:1px solid rgba(23,28,48,.07)}
.a90-live-card{position:relative;overflow:hidden;border-radius:8px;background:#242426;box-shadow:0 14px 34px rgba(25,27,31,.20);border:1px solid rgba(255,255,255,.08);color:#fff}
.a90-live-card:before,.a90-live-card:after{display:none}
.a90-crest{border-radius:50%;background:#F4F3EF;display:grid;place-items:center;overflow:hidden;box-shadow:0 2px 8px rgba(23,20,60,.06);flex:0 0 auto;aspect-ratio:1/1}
.a90-crest img{width:82%;height:82%;object-fit:contain}
.a90-flag-crest{background:#fff;border:1px solid rgba(23,28,48,.08)}
.a90-flag-crest img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:cover}
.a90-league-flag-icon{display:block;width:24px!important;height:24px!important;border-radius:999px;object-fit:cover;box-shadow:0 0 0 1px rgba(0,0,0,.05);flex:0 0 24px}
.a90-league-crest{background:#fff;border:1px solid rgba(23,28,48,.055);box-shadow:0 7px 18px rgba(23,20,60,.075);overflow:hidden}
.a90-league-crest img{width:84%;height:84%;object-fit:contain;border-radius:0;background:transparent;box-shadow:none;image-rendering:auto;transform:translateZ(0);filter:saturate(1.04) contrast(1.02)}
.a90-league-crest.a90-crest-sm img{width:84%;height:84%}
.a90-league-crest.a90-crest-md img{width:82%;height:82%}
.a90-crest-lg{width:80px;height:80px;background:#fff;box-shadow:0 6px 16px rgba(0,0,0,.16)}
.a90-crest-md{width:46px;height:46px}
.a90-crest-sm{width:34px;height:34px}
.a90-crest-lg{--a90-crest-size:80px}.a90-crest-md{--a90-crest-size:46px}.a90-crest-sm{--a90-crest-size:34px}
.a90-real-crest{position:relative;background:transparent;border:0;border-radius:0;box-shadow:none;overflow:hidden}
.a90-real-crest.a90-crest-lg,.a90-real-crest.a90-crest-md,.a90-real-crest.a90-crest-sm{background:transparent;box-shadow:none}
.a90-real-crest img{position:absolute;inset:0;display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain;border-radius:0;background:transparent;filter:drop-shadow(0 1px 2px rgba(0,0,0,.18))}
.a90-generated-crest{display:none!important}
.a90-generated-crest svg{display:none!important}
.a90-crest-text{font-weight:800;color:#51586B;font-size:12px;letter-spacing:0;background:#F4F3EF;border:1px solid rgba(23,28,48,.07)}
.a90-crest-lg.a90-crest-text{font-size:17px;background:#F4F3EF;color:#171C30}
.a90-crest.a90-crest-empty{background:transparent!important;border-color:transparent!important;box-shadow:none!important}
.a90-up-row .a90-crest.a90-crest-empty,.a90-live-card .a90-crest.a90-crest-empty{background:transparent!important;border-color:transparent!important;box-shadow:none!important}
.a90-score{font-size:54px;font-weight:700;letter-spacing:2px;line-height:1}
.a90-section-title{font-size:17px;font-weight:700;letter-spacing:0}
.a90-muted{color:#9AA0B2}
.a90-tab{padding:8px 16px 9px;border-radius:8px;font-size:13.5px;font-weight:600;white-space:nowrap;color:#5C6273;text-decoration:none}
.a90-tab.is-active{background:#171C30;color:#fff}
.a90-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:220px minmax(0,1fr) 260px;gap:22px;padding:92px 24px 44px}
.a90-topbar{position:fixed;inset-inline:0;top:0;z-index:50;background:rgba(244,243,239,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(23,28,48,.07)}
.a90-topbar-inner{max-width:1400px;margin:0 auto;height:76px;display:flex;align-items:center;gap:14px;padding:0 24px;box-sizing:border-box}
.a90-desktop .a90-token-cluster{margin-inline-start:auto}
.a90-desktop .a90-token-cluster .a90-game-pill{margin-inline-start:0}
.a90-topbar nav .a90-tab{padding:10px 12px;font-size:13.5px;font-weight:750}
.a90-search{position:relative;width:250px}
.a90-search input{width:100%;box-sizing:border-box;height:40px;border:1px solid #E7E5DF;border-radius:8px;background:#fff;padding-block:0;padding-inline-start:12px;padding-inline-end:38px;text-align:start;direction:inherit;font-family:inherit;font-size:13px;font-weight:500;color:#171C30;outline:none}
[data-a90-search-open]{min-width:42px;min-height:42px;flex:0 0 auto}
.a90-header-icon{width:42px;height:42px;border:1px solid #E4E5E8;border-radius:12px;background:#FFFFFF;color:#5C6273;display:grid;place-items:center;padding:0;box-shadow:0 4px 12px rgba(23,28,48,.07);cursor:pointer}
.a90-leaderboard-mark{width:21px;height:21px;display:block;flex:0 0 21px;color:currentColor}
.a90-leaderboard-button{height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 11px;border:1px solid #E0E2E7;border-radius:12px;background:#FFFFFF;color:#30384A;font:inherit;font-size:11.5px;font-weight:800;white-space:nowrap;cursor:pointer;box-shadow:0 4px 12px rgba(23,28,48,.05)}
.a90-leaderboard-button:hover,.a90-leaderboard-button:focus-visible{background:#F2F1ED;border-color:#CDD1D9;outline:none}
.a90-account-actions{display:flex;align-items:center;gap:10px;margin-inline-start:4px;padding-inline-start:14px;border-inline-start:1px solid #DCDDD9}
.a90-signup-button{height:42px;border:0;border-radius:12px;background:#171C30;color:#FFFFFF;padding:0 16px;font-family:inherit;font-size:12.5px;font-weight:850;white-space:nowrap;box-shadow:0 6px 15px rgba(23,28,48,.16);cursor:pointer}
.a90-signup-button[data-signed-in="1"]{display:flex;align-items:center;gap:8px;padding-inline:8px 12px}.a90-header-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;background:#536174;display:grid;place-items:center;color:#fff;font-size:11px;font-weight:850}
.a90-mobile-head{position:sticky;top:0;z-index:44;height:62px;padding:0 12px;display:grid;grid-template-columns:42px minmax(0,1fr) auto 42px;gap:7px;align-items:center;background:rgba(244,243,239,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(23,28,48,.06)}
.a90-mobile-head .a90-brand-lock{justify-self:start;display:flex;align-items:center;gap:7px}.a90-mobile-token{min-width:0;height:34px;padding:0 9px;border-radius:10px;background:#ECEBE7;color:#171C30;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:850;white-space:nowrap;font-variant-numeric:tabular-nums}.a90-mobile-search{width:40px;height:40px;border:0;border-radius:11px;background:#FFFFFF;color:#515A6D;display:grid;place-items:center;box-shadow:0 3px 10px rgba(23,28,48,.06);cursor:pointer}
.a90-menu-button{width:42px;height:42px;border:0;border-radius:12px;background:transparent;color:#171C30;display:grid;place-items:center;cursor:pointer}
.a90-menu-lines{width:22px;height:16px;display:flex;flex-direction:column;justify-content:space-between}
.a90-menu-lines i{display:block;width:100%;height:2px;border-radius:99px;background:currentColor}
.a90-drawer-backdrop{position:fixed;inset:0;z-index:96;background:rgba(12,16,31,.35);backdrop-filter:blur(5px)}
.a90-drawer{position:absolute;inset-block:0;inset-inline-start:0;width:min(326px,86vw);padding:18px 16px 28px;box-sizing:border-box;background:#F8F7F3;box-shadow:18px 0 50px rgba(23,28,48,.18);display:flex;flex-direction:column;gap:10px;overflow-y:auto;animation:a90DrawerIn .24s cubic-bezier(.2,.75,.2,1)}
html[dir="rtl"] .a90-drawer{box-shadow:-18px 0 50px rgba(23,28,48,.18)}
@keyframes a90DrawerIn{from{transform:translateX(-18px);opacity:.3}to{transform:none;opacity:1}}
html[dir="rtl"] .a90-drawer{animation-name:a90DrawerInRtl}@keyframes a90DrawerInRtl{from{transform:translateX(18px);opacity:.3}to{transform:none;opacity:1}}
.a90-drawer-top{display:flex;align-items:center;justify-content:space-between;padding:0 2px 14px}
.a90-drawer-profile{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 4px 15px;border-bottom:1px solid rgba(23,28,48,.08);margin-bottom:5px}
.a90-drawer-row{width:100%;min-height:50px;border:0;border-radius:14px;background:transparent;color:#171C30;padding:0 12px;display:flex;align-items:center;gap:13px;text-align:start;font:inherit;font-size:14px;font-weight:750;cursor:pointer;text-decoration:none;box-sizing:border-box}
.a90-drawer-row:hover,.a90-drawer-row:focus-visible{background:#ECEBE7;outline:none}
.a90-drawer-row-icon{width:34px;height:34px;border-radius:11px;background:#FFFFFF;display:grid;place-items:center;color:#5C6273;box-shadow:0 2px 8px rgba(23,28,48,.06)}
.a90-drawer-row-icon .a90-leaderboard-mark{width:22px;height:22px}
.a90-drawer-signup{margin-top:auto;width:100%;height:50px;border:0;border-radius:15px;background:#171C30;color:#fff;font:inherit;font-weight:850;cursor:pointer;box-shadow:0 10px 24px rgba(23,28,48,.16)}
.a90-auth-shell{position:fixed;inset:0;z-index:120;background:radial-gradient(circle at 50% 0,#FFFFFF 0,#F4F3EF 50%,#E9E7E2 100%);display:grid;place-items:center;padding:22px;box-sizing:border-box;overflow-y:auto}
.a90-auth-card{position:relative;width:min(420px,100%);background:#FFFFFF;border:1px solid rgba(23,28,48,.07);border-radius:22px;padding:32px;box-sizing:border-box;box-shadow:0 24px 64px rgba(23,28,48,.12)}
.a90-auth-close{position:absolute;top:16px;inset-inline-end:16px;width:38px;height:38px;border:0;border-radius:50%;background:#F2F1ED;color:#51586B;display:grid;place-items:center;cursor:pointer}
.a90-auth-brand{display:flex;align-items:center;justify-content:center;gap:9px;margin-bottom:28px;font-size:18px;font-weight:850}
.a90-auth-title{margin:0;text-align:center;font-size:28px;line-height:1.15;letter-spacing:-.04em;color:#171C30}
.a90-auth-sub{margin:10px auto 26px;max-width:330px;text-align:center;color:#717789;font-size:13.5px;line-height:1.6}
.a90-auth-choice,.a90-auth-submit{position:relative;width:100%;height:54px;border-radius:15px;font:inherit;font-size:14px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:11px}
.a90-auth-choice{border:1px solid #DDDFE5;background:#FFFFFF;color:#171C30}
.a90-auth-choice:disabled,.a90-auth-submit:disabled{cursor:progress;opacity:.68;box-shadow:none}
.a90-auth-choice + .a90-auth-choice{margin-top:10px}
.a90-auth-choice[aria-disabled="true"]{background:#F8F7F3;color:#717789;box-shadow:none}
[data-a90-auth-google]>svg{position:absolute;inset-inline-start:17px}
.a90-auth-submit{border:0;background:#171C30;color:#FFFFFF;margin-top:12px;box-shadow:0 10px 24px rgba(23,28,48,.16)}
.a90-auth-divider{display:flex;align-items:center;gap:12px;margin:18px 0;color:#A0A5B2;font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.08em}.a90-auth-divider:before,.a90-auth-divider:after{content:"";height:1px;flex:1;background:#E7E5DF}
.a90-auth-field{display:flex;align-items:center;height:50px;border:1px solid #D9DCE3;border-radius:10px;background:#FFFFFF;padding:0 13px;gap:8px}.a90-auth-field:focus-within{border-color:#65718A;box-shadow:0 0 0 3px rgba(83,101,142,.09)}
.a90-auth-field span{font-weight:900;color:#717789}.a90-auth-field input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#171C30;font:inherit;font-size:14px}
.a90-auth-field + .a90-auth-field,.a90-profile-field + .a90-profile-field{margin-top:13px}.a90-auth-textarea{height:auto;align-items:flex-start;padding-block:12px}.a90-auth-textarea textarea{width:100%;min-height:72px;resize:vertical;border:0;outline:0;background:transparent;color:#171C30;font:inherit;font-size:14px;line-height:1.5}.a90-profile-field{display:grid;gap:7px}.a90-field-label{color:#3C4353;font-size:11.5px;font-weight:800;text-align:start}
.a90-auth-handle{direction:ltr!important}.a90-auth-handle input{direction:ltr!important;text-align:left!important}.a90-auth-handle .a90-auth-at{width:30px;height:30px;flex:0 0 30px;border-radius:10px;background:#F2F1ED;display:grid;place-items:center;color:#171C30}
.a90-auth-hint{margin:9px 3px 0;color:#8B91A0;font-size:11px;line-height:1.45;text-align:start}
.a90-auth-account{margin:24px 0 6px;padding:20px;border-radius:18px;background:#F5F4F0;text-align:center}.a90-auth-avatar{width:58px;height:58px;margin:0 auto 10px;border-radius:50%;background:#536174;color:#fff;display:grid;place-items:center;font-size:24px;font-weight:850;box-shadow:none}
.a90-auth-avatar img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.a90-avatar-upload{display:grid;justify-items:center;gap:7px;margin:0 0 22px;padding:0;background:transparent;border:0;text-align:center}.a90-avatar-upload .a90-auth-avatar{width:88px;height:88px;margin:0;border-radius:50%;font-size:30px;box-shadow:none}.a90-avatar-copy{min-width:0;display:grid;justify-items:center;gap:3px;text-align:center}.a90-avatar-title{display:none}.a90-avatar-name{max-width:250px;color:#9297A4;font-size:10.5px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.a90-avatar-pick{display:inline-flex!important;align-items:center!important;min-height:28px;margin-top:0;padding:0 6px;border:0;background:transparent;color:#24519A;font-size:12px!important;font-weight:850!important;cursor:pointer;box-shadow:none}.a90-avatar-pick input{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;opacity:0!important}.a90-avatar-preview-note{color:#14735F;font-weight:800}
.a90-leaderboard-list{display:grid;max-height:min(55vh,520px);overflow-y:auto;border-top:1px solid #E7E6E2;border-bottom:1px solid #E7E6E2}.a90-leader-row{display:grid;grid-template-columns:28px 40px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:64px;padding:8px 4px;border-bottom:1px solid #ECEBE7;background:transparent;text-align:start}.a90-leader-row:last-child{border-bottom:0}.a90-leader-row[data-rank="1"]{background:linear-gradient(90deg,rgba(232,178,40,.09),transparent 72%)}.a90-leader-rank{display:block;color:#8B91A0;font-size:12px;font-weight:850;text-align:center;font-variant-numeric:tabular-nums}.a90-leader-row[data-rank="1"] .a90-leader-rank{color:#B88008}.a90-leader-row[data-rank="2"] .a90-leader-rank{color:#737D8F}.a90-leader-row[data-rank="3"] .a90-leader-rank{color:#A7663A}.a90-leader-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;background:#E8EBF0;display:grid;place-items:center;color:#354157;font-size:12px;font-weight:900}.a90-leader-name{min-width:0;font-size:13px;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.a90-leader-bio{margin-top:2px;color:#8B91A0;font-size:10.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.a90-leader-tokens{display:grid;justify-items:end;gap:1px;color:#171C30;white-space:nowrap}.a90-leader-token-number{font-size:14px;font-weight:900;font-variant-numeric:tabular-nums}.a90-leader-token-label{color:#8B91A0;font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.05em}
.a90-watch-button{margin-top:10px;background:linear-gradient(135deg,#F0F4FF,#E7F7FF);color:#20336E;border:1px solid #D8E4FF;box-shadow:0 8px 20px rgba(48,91,173,.09)}.a90-watch-button:hover{background:linear-gradient(135deg,#E9F0FF,#DCF3FF);border-color:#C6D8FF}.a90-watch-icon{width:31px;height:31px;object-fit:contain;object-position:center;filter:drop-shadow(0 3px 6px rgba(8,17,68,.18))}.a90-ad-stage{margin:20px 0;padding:26px 20px;border-radius:22px;background:linear-gradient(145deg,#151A36,#2438A6 58%,#3E9DF5);color:#fff;text-align:center;box-shadow:0 18px 40px rgba(36,56,166,.25)}.a90-ad-stage img{width:92px;height:86px;object-fit:contain;filter:drop-shadow(0 9px 16px rgba(4,10,45,.28))}.a90-ad-count{font-size:38px;font-weight:900;margin-top:10px;font-variant-numeric:tabular-nums}.a90-auth-loader{width:46px;height:46px;margin:26px auto 16px;border:4px solid #E5E9F0;border-top-color:#3E9DF5;border-radius:50%;animation:a90AuthSpin .75s linear infinite}@keyframes a90AuthSpin{to{transform:rotate(360deg)}}
.a90-auth-back{border:0;background:transparent;color:#717789;font:inherit;font-size:12.5px;font-weight:750;cursor:pointer;margin:18px auto 0;display:block}
.a90-auth-note{margin-top:18px;padding:12px 13px;border-radius:12px;background:#F3F2EE;color:#5C6273;font-size:12px;line-height:1.55}
.a90-auth-error{background:#FFF0F1;color:#A52B38}.a90-auth-success{background:#EAF8F4;color:#176955}
@media(max-width:520px){.a90-auth-shell{padding:0;place-items:start center}.a90-auth-card{width:100%;min-height:100vh;border:0;border-radius:0;padding:76px 24px 34px;box-shadow:none}.a90-auth-close{top:20px;inset-inline-end:20px}}
.a90-game-pill{height:42px;min-width:90px;max-width:120px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;gap:7px;padding:0;border:0;border-radius:0;background:transparent;color:#171C30;box-shadow:none;box-sizing:border-box}
.a90-game-pill[data-mobile="1"]{height:44px;width:auto;min-width:74px;max-width:110px;margin:0 auto}
.a90-token-cluster{display:flex;align-items:center;gap:8px;min-width:0}
.a90-watch-token-button{height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;border:1px solid #D7E5FA;border-radius:12px;background:#EAF6FF;color:#19356F;font:inherit;font-size:11.5px;font-weight:850;line-height:1;white-space:nowrap;cursor:pointer;box-shadow:0 6px 18px rgba(46,91,160,.08)}
.a90-watch-token-button:hover,.a90-watch-token-button:focus-visible{background:#DFEFFF;border-color:#C6DAF7;outline:none}
.a90-watch-token-mark{width:23px;height:23px;display:block;flex:0 0 23px;color:#111318}
.a90-auth-progress{display:grid;gap:9px;margin:-6px 0 24px}.a90-auth-progress-copy{display:flex;align-items:center;justify-content:space-between;color:#8B91A0;font-size:10.5px;font-weight:750}.a90-auth-progress-copy strong{color:#171C30;font-size:11.5px}.a90-auth-progress-track{height:3px;border-radius:99px;background:#E6E5E1;overflow:hidden}.a90-auth-progress-track i{display:block;height:100%;width:calc(var(--step) * 33.333%);border-radius:inherit;background:#171C30;transition:width .25s ease}
.a90-auth-switch{margin:18px 0 0;text-align:center;color:#717789;font-size:12.5px;line-height:1.5}
.a90-auth-switch button{border:0;background:transparent;color:#203E86;font:inherit;font-weight:850;cursor:pointer;padding:3px 5px}
.a90-ad-stage .a90-watch-token-mark{width:92px;height:86px;margin:0 auto;color:#FFFFFF;filter:drop-shadow(0 9px 16px rgba(4,10,45,.28))}
.a90-auth-card.a90-google-card{width:min(360px,100%);border:0;background:transparent;box-shadow:none;padding:24px}.a90-google-wait{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.a90-google-lottie-crop{position:relative;width:clamp(132px,38vw,168px);aspect-ratio:1;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:transparent}.a90-google-lottie-crop dotlottie-wc{display:block;width:128%;height:128%;transform:none;transform-origin:center}
.a90-google-wait-title{margin:22px 0 0;font-family:Arial,sans-serif;font-size:22px;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:#171C30}
.a90-google-wait-sub{margin:9px auto 0;max-width:280px;color:#7A8090;font-size:12.5px;line-height:1.55}
.a90-ad-anchor[hidden]{display:none}.a90-ad-anchor:not([hidden]){min-height:90px;margin:30px 0;border-radius:16px;overflow:hidden}
.a90-footer{color:#7B8190;font-size:11.5px}.a90-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.a90-footer-links{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.a90-footer a{color:#555E70;text-decoration:none;font-weight:750}.a90-footer a:hover,.a90-footer a:focus-visible{color:#171C30;text-decoration:underline;text-underline-offset:3px}.a90-footer-desktop{max-width:1200px;margin:4px auto 0;padding:24px 24px 34px;border-top:1px solid #DEDDD8}.a90-footer-mobile{margin:28px 20px 0;padding:22px 2px 108px;border-top:1px solid #DEDDD8}.a90-footer-mobile .a90-footer-inner{display:grid;justify-content:start}.a90-footer-mobile .a90-footer-links{gap:14px 18px}
.a90-game-frame{position:relative;width:34px;height:34px;display:grid;place-items:center;isolation:isolate;background:transparent;border:0;box-shadow:none;filter:drop-shadow(0 3px 5px rgba(23,28,48,.2))}
.a90-game-pill[data-mobile="1"] .a90-game-frame{width:36px;height:36px}
.a90-game-frame:before{display:none}
.a90-game-star,.a90-game-star-fallback{width:100%;height:100%;display:block;overflow:visible}
.a90-game-star-fallback{position:absolute;inset:0;filter:drop-shadow(0 2px 4px rgba(0,0,0,.24))}
.a90-game-star-asset{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:contain;filter:saturate(1.04) contrast(1.02);z-index:1}
.a90-game-tier{display:none}
.a90-game-copy{min-width:0}
.a90-game-line,.a90-game-next{display:none}
.a90-game-level{font-family:Manrope,'IBM Plex Sans Arabic','Segoe UI',sans-serif;font-size:14px;font-weight:850;color:#171C30;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.015em}
.a90-game-points{font-size:10.5px;font-weight:900;color:#14735F;white-space:nowrap}
.a90-game-next{font-size:8.5px;font-weight:850;color:#717789;text-transform:uppercase;overflow:hidden}
.a90-game-next span{overflow:hidden;text-overflow:ellipsis}
.a90-game-progress{display:none}
.a90-game-token-value{font-size:15px;font-weight:850;letter-spacing:-.01em;color:#171C30;font-variant-numeric:tabular-nums;white-space:nowrap}
.a90-game-bar{position:relative;width:100%;height:14px;border-radius:999px;background:#D9DDE1;overflow:visible;box-shadow:inset 0 1px 3px rgba(23,28,48,.12);box-sizing:border-box}
.a90-game-fill{position:relative;height:100%;width:var(--pct);border-radius:999px;background-image:repeating-linear-gradient(120deg,rgba(255,255,255,.16) 0 8px,rgba(255,255,255,0) 8px 16px),linear-gradient(90deg,var(--rank-a),var(--rank-b));box-shadow:0 2px 8px color-mix(in srgb,var(--rank-b) 35%,transparent);animation:a90GameGrow .62s cubic-bezier(.2,.75,.2,1) both}
.a90-game-marker{position:absolute;z-index:3;top:-35px;left:clamp(18px,var(--pct),calc(100% - 18px));transform:translateX(-50%);width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,var(--rank-a),var(--rank-b));border:2px solid #FFFFFF;box-shadow:0 0 0 2px var(--rank-b),0 4px 10px color-mix(in srgb,var(--rank-b) 28%,transparent);color:#FFFFFF;font-size:10px;font-weight:900;line-height:1;font-variant-numeric:tabular-nums}
.a90-game-marker:after{content:"";position:absolute;left:50%;bottom:-8px;transform:translateX(-50%);border-left:4px solid transparent;border-right:4px solid transparent;border-top:7px solid var(--rank-b)}
@keyframes a90GameGrow{from{width:0}to{width:var(--pct)}}
[data-a90-lang]{direction:ltr;white-space:nowrap!important;word-break:keep-all;line-height:1;text-align:center}
@media (prefers-reduced-motion:reduce){.a90-game-fill{animation:none}}
@media (max-width:960px){.a90-desktop .a90-topbar-inner{padding-inline:14px;gap:8px}.a90-desktop .a90-brand-lock span{font-size:15px!important}.a90-desktop .a90-topbar nav{display:none!important}.a90-desktop .a90-game-pill{min-width:82px;max-width:110px;flex-basis:auto}.a90-account-actions{gap:8px;padding-inline-start:10px}}
@media (max-width:860px){.a90-desktop .a90-topbar-inner{padding-inline:10px;gap:6px}.a90-desktop .a90-topbar nav .a90-tab{padding-inline:7px;font-size:12.5px}.a90-desktop .a90-signup-button{padding-inline:11px;font-size:11.5px}}
@media (min-width:601px) and (max-width:760px){.a90-desktop .a90-brand-lock>span{display:none}.a90-desktop .a90-leaderboard-button span{display:none}.a90-desktop .a90-leaderboard-button{width:40px;padding:0}.a90-desktop .a90-watch-token-button{padding-inline:9px;font-size:10.5px}.a90-desktop .a90-signup-button[data-signed-in="1"]{padding-inline:7px}.a90-desktop .a90-signup-button[data-signed-in="1"]>:last-child:not(.a90-header-avatar){display:none}}
.a90-mobile [data-a90-lang]{width:48px!important;min-width:48px}
.a90-feed{min-width:0}
.a90-side{display:flex;flex-direction:column;gap:12px}
.a90-row{display:flex;align-items:center;gap:11px;padding:9px 10px;border-radius:8px;cursor:pointer}
.a90-row[type="button"]{width:100%;border:0;background:transparent;font:inherit;text-align:inherit;color:inherit}
.a90-row:hover{background:#F6F5F1}
.a90-league-pick{display:grid;grid-template-columns:minmax(0,1fr) 42px;align-items:center;gap:8px}
.a90-league-main{min-width:0;justify-content:flex-start}
.a90-league-main span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.a90-league-fav{width:40px;height:36px;min-width:40px;min-height:36px;border:1px solid #DADDE5;border-radius:13px;background:#FFFFFF;color:#A7AEBB;display:grid;place-items:center;padding:0;cursor:pointer;box-shadow:0 2px 7px rgba(23,28,48,.07);transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease}
.a90-league-fav:hover,.a90-league-fav:focus-visible{border-color:#C8CDD8;color:#8E96A8;transform:translateY(-1px);outline:none}
.a90-league-fav[data-favorited="1"]{background:linear-gradient(145deg,#FFF8DC,#FFF0AF);border-color:#D8B33D;color:#B77B08;box-shadow:0 4px 12px rgba(213,155,19,.16)}
.a90-league-fav svg{width:18px;height:18px;display:block}
.a90-league-fav svg path{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linejoin:round}
.a90-league-fav[data-favorited="1"] svg path{fill:currentColor;stroke:currentColor}
.a90-up-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(64px,auto) minmax(0,1fr);align-items:center;gap:12px;min-height:58px;margin-top:8px;padding:10px 14px;border:0;border-radius:6px;background:#303033;color:#F4F2EF;box-sizing:border-box}
.a90-up-row>*{min-width:0}
.a90-up-row:hover{background:#37373A}
.a90-up-row .a90-crest-sm{width:30px;height:30px;box-shadow:0 1px 5px rgba(0,0,0,.25)}
.a90-up-row .a90-real-crest.a90-crest-sm{box-shadow:none}
.a90-row-team{display:flex;align-items:center;gap:8px;min-width:0}
.a90-row-team-home{justify-content:flex-end;text-align:end}
.a90-row-team-away{justify-content:flex-start;text-align:start}
.a90-row-name{font-size:clamp(11px,2.85vw,13px);font-weight:700;line-height:1.14;min-width:0;max-width:100%;color:#F4F2EF;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;overflow:hidden;text-overflow:clip;overflow-wrap:normal;word-break:normal}
.a90-row-centre{text-align:center;min-width:64px;max-width:112px;overflow:hidden;flex-shrink:0}
.a90-row-score{font-size:14px;font-weight:800;line-height:1.1;color:#DAD6CE;white-space:nowrap;font-variant-numeric:tabular-nums}
.a90-row-meta{margin-top:3px;font-size:10px;line-height:1.15;color:#A7A5A0;white-space:nowrap;max-width:94px;overflow:hidden;text-overflow:ellipsis}
.a90-row-kickoff-day{font-size:10px;line-height:1.15;color:#A7A5A0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.a90-row-kickoff-time{margin-top:3px;font-size:15px;font-weight:850;line-height:1.1;color:#FFFFFF;white-space:nowrap;font-variant-numeric:tabular-nums}
.a90-stand-row{display:grid;grid-template-columns:24px 34px minmax(0,1fr) 40px;align-items:center;gap:9px;padding:9px 10px;border-bottom:1px solid #F0EEE8;font-size:12px}
.a90-mobile-frame{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:34px 16px 44px;box-sizing:border-box;background:#E9E7E2}
.a90-phone{width:min(402px,100%);height:min(874px,calc(100vh - 68px));min-height:720px;position:relative;overflow:hidden;border-radius:34px;background:#F4F3EF;box-shadow:0 22px 60px rgba(23,20,60,.25)}
.a90-phone-scroll{height:100%;overflow-y:auto;padding:0 0 122px;scroll-padding-top:116px;box-sizing:border-box}
.a90-mobile,.a90-mobile-frame,.a90-phone,.a90-phone-scroll{max-width:100%;overflow-x:hidden}
/* Kill horizontal slivers at any viewport: the v3 shell never scrolls sideways, and the page
   behind it always paints the same paper tone (no dark strip during overscroll/resize). */
html:has(body.a90-v3-active){background:#F4F3EF;overflow-x:hidden!important;overflow-y:visible!important;min-height:100%}
/* !important intentionally: the legacy dark-scheme block paints body #15171c !important, which
   leaks as black slivers around the v3 shell on dark-mode devices. The v3 app is always paper. */
body.a90-v3-active{background:#F4F3EF!important;overflow-x:hidden!important;overflow-y:auto!important;min-height:100%}
/* overflow:clip on this ancestor broke sticky headers in Chromium. */
#a90-v3-app{overflow:visible;max-width:100%;min-width:0}
.a90-mobile .a90-card,.a90-mobile .a90-live-card{box-sizing:border-box;max-width:100%}
.a90-mobile .a90-live-card{width:calc(100% - 40px);max-width:calc(100% - 40px)}
.a90-phone-scroll{overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;scrollbar-width:thin;scrollbar-color:rgba(23,28,48,.24) transparent}
.a90-phone-scroll::-webkit-scrollbar{width:4px}
.a90-phone-scroll::-webkit-scrollbar-track{background:transparent}
.a90-phone-scroll::-webkit-scrollbar-thumb{background:rgba(23,28,48,.22);border-radius:999px}
.a90-mobile :not(.a90-phone-scroll){-ms-overflow-style:none}
.a90-mobile :not(.a90-phone-scroll)::-webkit-scrollbar{height:0}
.a90-scroll-lite{scrollbar-width:thin;scrollbar-color:#D8D5CC transparent}
.a90-scroll-lite::-webkit-scrollbar{width:6px;height:6px}
.a90-scroll-lite::-webkit-scrollbar-track{background:transparent}
.a90-scroll-lite::-webkit-scrollbar-thumb{background:#D8D5CC;border-radius:999px}
.a90-scroll-lite::-webkit-scrollbar-button{display:none;width:0;height:0}
.a90-match-tab-panel{animation:a90TabPanelIn .22s cubic-bezier(.22,.74,.24,1) both;will-change:opacity,transform}
@keyframes a90TabPanelIn{from{opacity:.35;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
@media (prefers-reduced-motion:reduce){.a90-match-tab-panel{animation:none}}
.a90-commentary-shell{margin:20px auto 0;max-width:680px;display:grid;gap:14px}
.a90-commentary-card{position:relative;border-radius:20px;background:#FFFFFF;border:1px solid rgba(23,28,48,.075);box-shadow:0 14px 34px rgba(23,28,48,.075);padding:18px 20px;box-sizing:border-box}
.a90-commentary-poll{isolation:isolate;background:#101116;color:#FFFFFF;border-color:#282A32;overflow:hidden;box-shadow:0 20px 44px rgba(9,11,16,.2);text-align:center;padding:22px 24px 18px}
.a90-commentary-poll:before{content:"";position:absolute;z-index:0;inset:0 0 auto;height:3px;background:linear-gradient(90deg,#17D8B5 0 33.333%,#7D8596 33.333% 66.666%,#6E8CFF 66.666%)}
.a90-commentary-poll>*{position:relative;z-index:1}
.a90-commentary-poll .a90-commentary-eyebrow{justify-content:center;color:#9CA3B4;letter-spacing:.12em}
.a90-commentary-eyebrow{display:flex;align-items:center;gap:7px;font-size:10.5px;font-weight:900;color:#6ACF8D;text-transform:uppercase;line-height:1}
.a90-commentary-title{margin-top:9px;font-size:18px;font-weight:900;line-height:1.28;letter-spacing:-.018em;color:inherit}
.a90-commentary-poll .a90-commentary-title{margin-top:3px;font-size:20px;letter-spacing:-.025em}
.a90-commentary-text{margin-top:8px;font-size:13px;line-height:1.58;color:#5C6273}
.a90-commentary-poll .a90-commentary-text{color:rgba(255,255,255,.74)}
.a90-commentary-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:18px;border-block:1px solid #292B33}
.a90-commentary-option{position:relative;width:100%;min-height:124px;border:0;border-radius:0;background:transparent;color:#FFFFFF;font-family:inherit;text-align:center;padding:14px 9px 13px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:background-color .16s ease,color .16s ease}
.a90-commentary-option:not(:last-child):after{content:"";position:absolute;inset-block:18px;inset-inline-end:0;width:1px;background:#292B33}
.a90-commentary-option:hover,.a90-commentary-option:focus-visible{background:#171920;outline:none}
.a90-commentary-option-mark{width:52px;height:52px;display:grid;place-items:center}
.a90-commentary-option-mark .a90-crest{width:48px;height:48px}
.a90-commentary-option-label{max-width:100%;font-size:11px;font-weight:750;line-height:1.2;color:#AEB3C0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.a90-commentary-option[disabled]{cursor:default;opacity:1}
.a90-commentary-option[data-selected="1"]{background:#1A1C23;color:#FFFFFF;opacity:1;box-shadow:inset 0 -3px #F2C94C}
.a90-commentary-option[data-correct="1"]{background:#14211C;color:#FFFFFF;opacity:1;box-shadow:inset 0 -3px #6ACF8D}
.a90-commentary-feed{display:grid;gap:10px}
.a90-commentary-post{display:grid;grid-template-columns:46px minmax(0,1fr);gap:13px;align-items:start;padding:17px 18px;border-radius:14px;box-shadow:none}
.a90-commentary-post-icon{width:46px;min-height:36px;display:flex;align-items:flex-start;justify-content:center}
.a90-commentary-post-content{min-width:0}
.a90-commentary-post-header{display:flex;align-items:baseline;gap:10px;min-width:0}
.a90-commentary-minute{flex:0 0 auto;color:#171C30;font-size:12px;font-weight:900;font-variant-numeric:tabular-nums}
.a90-commentary-post .a90-commentary-title{min-width:0;margin:0;font-size:15.5px;line-height:1.3}
.a90-commentary-post .a90-commentary-text{margin-top:5px;font-size:12.5px;line-height:1.48}
.a90-commentary-brief{position:relative;overflow:hidden;background:linear-gradient(145deg,#FBFDFC,#EEF7F3);border-color:rgba(20,115,95,.16);box-shadow:0 12px 30px rgba(20,115,95,.07)}
.a90-commentary-brief:before{content:"";position:absolute;inset-inline-start:-30px;top:-46px;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(106,207,141,.2),rgba(106,207,141,0) 70%);pointer-events:none}
.a90-commentary-evidence{display:flex;flex-wrap:wrap;gap:6px;margin-top:11px}
.a90-commentary-evidence span{max-width:100%;border-radius:999px;background:#FFFFFF;border:1px solid rgba(23,28,48,.07);padding:5px 8px;color:#5C6273;font-size:10.5px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.a90-commentary-result{margin-top:10px;border-radius:10px;padding:8px 10px;background:rgba(255,255,255,.1);font-size:11px;font-weight:800;color:rgba(255,255,255,.82)}
.a90-match-summary-copy{color:#5C6273}
.a90-match-summary-note{background:#F4F3EF;color:#5C6273}
.a90-match-summary-note strong{color:#171C30}
html[data-a90-theme="dark"] .a90-match-summary-copy{color:#E0E3E8!important}
html[data-a90-theme="dark"] .a90-match-summary-note{background:#191919!important;color:#E0E3E8!important;border:1px solid #2B2B2B}
html[data-a90-theme="dark"] .a90-match-summary-note strong{color:#F7F7F5!important}
html[data-a90-theme="dark"] .a90-commentary-card{background:#111!important;color:#F7F7F5!important;border-color:#292929!important;box-shadow:none!important}
html[data-a90-theme="dark"] .a90-commentary-title{color:#F7F7F5!important}
html[data-a90-theme="dark"] .a90-commentary-text{color:#B8B8B8!important}
html[data-a90-theme="dark"] .a90-commentary-post-icon{background:#191919;border-color:color-mix(in srgb,var(--a90-post-accent) 46%,#303030);box-shadow:none;color:var(--a90-post-accent)}
html[data-a90-theme="dark"] .a90-commentary-post .a90-commentary-eyebrow span{color:color-mix(in srgb,var(--a90-post-accent) 76%,#FFFFFF)}
html[data-a90-theme="dark"] .a90-commentary-brief{background:#111!important;border-color:#294239!important}
html[data-a90-theme="dark"] .a90-commentary-evidence span{background:#191919;border-color:#303030;color:#C8C8C8}
@media (max-width:560px){.a90-commentary-shell{gap:11px}.a90-commentary-card{border-radius:17px;padding:16px}.a90-commentary-poll{padding:20px 14px 16px}.a90-commentary-title{font-size:16px}.a90-commentary-poll .a90-commentary-title{font-size:19px}.a90-commentary-option{min-height:116px;padding:12px 5px}.a90-commentary-option-mark{width:44px;height:44px}.a90-commentary-option-mark .a90-crest{width:42px;height:42px}.a90-commentary-option-label{font-size:10.5px}}
.a90-event-art{position:relative;width:25px;height:25px;display:grid;place-items:center}
.a90-event-art img{display:block;width:25px;height:25px;object-fit:contain;filter:drop-shadow(0 2px 3px rgba(23,28,48,.18))}
.a90-event-art-miss:after{content:"×";position:absolute;inset:-1px;display:grid;place-items:center;color:#D92535;font-size:27px;font-weight:900;line-height:1;text-shadow:0 1px 2px #FFFFFF}
.a90-mobile-nav{position:absolute;bottom:20px;left:0;right:0;z-index:30;display:flex;justify-content:center;pointer-events:none}
.a90-mobile-nav-inner{position:relative;width:246px;height:62px;border-radius:31px;background:#171C30;box-shadow:0 12px 34px rgba(23,20,60,.22);display:grid;grid-template-columns:1fr 1fr 1fr;pointer-events:auto}
.a90-mobile-nav a{height:62px;display:flex;align-items:center;justify-content:center;color:#9AA0B2;text-decoration:none;font-size:12px;font-weight:700}
.a90-mobile-nav a.is-active{color:#fff}
@media (max-width:1160px){.a90-grid{grid-template-columns:1fr}.a90-feed{order:-1}.a90-side{display:grid;grid-template-columns:1fr 1fr}.a90-search{width:180px}}
@media (max-width:600px){.a90-desktop{display:none!important}.a90-mobile{display:block!important}.a90-mobile-frame{padding:0;background:#F4F3EF;width:100%;max-width:100%}.a90-phone{width:100%!important;max-width:100%!important;height:100dvh;min-height:100dvh;border-radius:0;box-shadow:none}.a90-phone-scroll{width:100%!important;max-width:100%!important}.a90-search input,.a90-search-panel input{font-size:16px!important;touch-action:manipulation}}
@media (min-width:601px){.a90-desktop{display:block!important}.a90-mobile{display:none!important}}
@media (max-width:660px){.a90-mobile .a90-live-card{width:calc(100% - 40px)!important;max-width:calc(100% - 40px)!important}.a90-score{font-size:34px;letter-spacing:1px}.a90-mobile .a90-crest-md{width:46px;height:46px}.a90-crest-lg{width:66px;height:66px}.a90-crest-lg.a90-crest-text{font-size:14px}.a90-up-row{grid-template-columns:minmax(0,1fr) minmax(58px,auto) minmax(0,1fr);gap:8px;padding:10px}.a90-up-row .a90-crest-sm{width:27px;height:27px}.a90-row-name{font-size:12px}.a90-row-score{font-size:13px}.a90-row-meta{max-width:76px}}

/* 2026 release shell: football-only navigation, bilingual control, and true black mode. */
:root{--a90-page:#F4F3EF;--a90-surface:#FFFFFF;--a90-surface-2:#ECEBE7;--a90-text:#171C30;--a90-muted:#747B8A;--a90-line:#DEDDD8;--a90-control:#FFFFFF;--a90-shadow:0 10px 28px rgba(23,28,48,.07)}
html[data-a90-theme="dark"]{color-scheme:dark;--a90-page:#000000;--a90-surface:#111111;--a90-surface-2:#1B1B1B;--a90-text:#F7F7F5;--a90-muted:#A3A3A3;--a90-line:#292929;--a90-control:#171717;--a90-shadow:none;background:#000!important}
html[data-a90-theme="dark"] body,html[data-a90-theme="dark"] body.a90-v3-active,html[data-a90-theme="dark"]:has(body.a90-v3-active),html[data-a90-theme="dark"] #a90-v3-app,html[data-a90-theme="dark"] #a90-v3-app:empty{background:#000!important;color:var(--a90-text)!important}
.a90-topbar,.a90-mobile-head{background:color-mix(in srgb,var(--a90-page) 91%,transparent)!important;border-color:var(--a90-line)!important}
.a90-topbar-inner{height:78px;gap:10px}.a90-topbar .a90-brand-lock{margin-inline-end:14px}.a90-nav-primary{display:flex;align-items:center;gap:5px}.a90-nav-primary .a90-tab{min-height:42px;display:inline-flex;align-items:center;gap:8px;padding:0 13px;border-radius:12px;color:var(--a90-muted)}.a90-nav-primary .a90-tab.is-active{background:var(--a90-text);color:var(--a90-page)}
.a90-nav-actions{margin-inline-start:auto;display:flex;align-items:center;gap:8px}.a90-theme-toggle,.a90-lang-toggle,.a90-search-toggle{height:42px;border:1px solid var(--a90-line);border-radius:12px;background:var(--a90-control);color:var(--a90-text);display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;font:inherit;font-size:12px;font-weight:850;white-space:nowrap;cursor:pointer;box-shadow:0 3px 10px rgba(23,28,48,.04)}.a90-search-toggle{width:42px;padding:0}.a90-mode-icon{width:20px;height:20px;display:block}.a90-lang-flag{font-family:"Segoe UI Emoji","Apple Color Emoji",sans-serif;font-size:17px;line-height:1}.a90-lang-toggle{direction:ltr}.a90-lang-toggle[data-lang-target="ar"]{direction:rtl}
.a90-mobile-head{height:auto;min-height:116px;padding:12px 14px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;position:sticky;top:0;z-index:44;transform:translateZ(0);isolation:isolate}.a90-mobile-head .a90-brand-lock{justify-self:start}.a90-mobile-head-actions{display:flex;align-items:center;gap:7px}.a90-mobile-head .a90-theme-toggle,.a90-mobile-head .a90-lang-toggle{width:42px;padding:0}.a90-mobile-head .a90-control-copy{display:none}.a90-mobile-navline{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr 42px;gap:8px}.a90-mobile-navline a{height:40px;border-radius:11px;background:var(--a90-surface-2);color:var(--a90-text);display:flex;align-items:center;justify-content:center;gap:7px;text-decoration:none;font-size:12px;font-weight:850}.a90-mobile-navline a.is-active{background:var(--a90-text);color:var(--a90-page)}
.a90-footer-mobile{padding-bottom:38px}.a90-mobile-nav{display:none!important}
html[data-a90-theme="dark"] .a90-card,html[data-a90-theme="dark"] .a90-side.a90-card,html[data-a90-theme="dark"] .a90-search-panel{background:#111!important;color:#F7F7F5!important;border-color:#292929!important;box-shadow:none!important}
html[data-a90-theme="dark"] .a90-grid,html[data-a90-theme="dark"] .a90-mobile-frame,html[data-a90-theme="dark"] .a90-phone,html[data-a90-theme="dark"] .a90-phone-scroll{background:#000!important;color:#F7F7F5!important}
html[data-a90-theme="dark"] .a90-section-title,html[data-a90-theme="dark"] .a90-row-name,html[data-a90-theme="dark"] .a90-league-name,html[data-a90-theme="dark"] .a90-game-level{color:#F7F7F5!important}
html[data-a90-theme="dark"] .a90-row,html[data-a90-theme="dark"] .a90-up-row,html[data-a90-theme="dark"] .a90-stand-row{border-color:#292929!important}
html[data-a90-theme="dark"] .a90-soft,html[data-a90-theme="dark"] .a90-pill,html[data-a90-theme="dark"] input{background:#171717!important;color:#F7F7F5!important;border-color:#303030!important}
html[data-a90-theme="dark"] .a90-footer{border-color:#292929;color:#969696}html[data-a90-theme="dark"] .a90-footer a{color:#D0D0D0}
.a90-ad-anchor:not([hidden]){min-height:100px;margin:42px 0;border-radius:18px;background:var(--a90-surface);border:1px solid var(--a90-line)}

/* Legal/support pages now use the same calm Arabia90 product system. */
.a90-legal-page{min-height:100vh;background:var(--a90-page);color:var(--a90-text);font-family:Manrope,'IBM Plex Sans Arabic','Segoe UI',sans-serif}.a90-legal-topbar{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--a90-page) 92%,transparent);backdrop-filter:blur(18px);border-bottom:1px solid var(--a90-line)}.a90-legal-topbar-inner{max-width:1120px;min-height:72px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:18px}.a90-legal-brand{display:flex;align-items:center;gap:9px;color:var(--a90-text);text-decoration:none;font-size:18px;font-weight:850}.a90-legal-back{min-height:40px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border-radius:11px;background:var(--a90-surface);border:1px solid var(--a90-line);color:var(--a90-text);text-decoration:none;font-size:12px;font-weight:800}.a90-legal-main{max-width:860px;margin:0 auto;padding:54px 24px 80px}.a90-legal-kicker{display:flex;align-items:center;gap:10px;color:var(--a90-muted);font-size:12px;font-weight:800}.a90-legal-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:var(--a90-surface-2);color:var(--a90-text)}.a90-legal-icon svg{width:23px!important;height:23px!important;color:currentColor!important}.a90-legal-title{margin:22px 0 10px;font-size:clamp(34px,6vw,58px);line-height:1.02;letter-spacing:-.045em;color:var(--a90-text);text-transform:none}.a90-legal-updated{margin:0 0 38px;color:var(--a90-muted);font-size:13px}.a90-legal-card{padding:clamp(24px,5vw,50px);border:1px solid var(--a90-line);border-radius:24px;background:var(--a90-surface);box-shadow:var(--a90-shadow)}.a90-legal-prose{color:var(--a90-text);font-size:15.5px;line-height:1.78}.a90-legal-prose p{margin:0 0 1.25rem}.a90-legal-prose h2{margin:2.3rem 0 .8rem;font:800 23px/1.25 Manrope,'IBM Plex Sans Arabic',sans-serif;letter-spacing:-.02em}.a90-legal-prose h2:first-child{margin-top:0}.a90-legal-prose h3{margin:1.7rem 0 .6rem;font-size:18px}.a90-legal-prose ul{padding-inline-start:1.25rem;margin:0 0 1.25rem}.a90-legal-prose li{margin-bottom:.5rem}.a90-legal-prose a{color:#2B63C6;text-underline-offset:3px}.a90-legal-form{margin-top:30px;display:grid;gap:14px}.a90-legal-form label{display:grid;gap:7px;color:var(--a90-text);font-size:12px;font-weight:800}.a90-legal-form input,.a90-legal-form textarea{width:100%;box-sizing:border-box;border:1px solid var(--a90-line);border-radius:11px;background:var(--a90-page);color:var(--a90-text);padding:12px 13px;font:inherit;outline:none}.a90-legal-form button{height:48px;border:0;border-radius:12px;background:var(--a90-text);color:var(--a90-page);font:inherit;font-weight:850;cursor:pointer}
html[data-a90-theme="dark"] .a90-legal-page{background:#000}html[data-a90-theme="dark"] .a90-legal-card{background:#111;border-color:#292929;box-shadow:none}html[data-a90-theme="dark"] .a90-legal-icon{background:#1A1A1A}html[data-a90-theme="dark"] .a90-legal-back{background:#151515;border-color:#303030}html[data-a90-theme="dark"] .a90-legal-prose a{color:#8CB4FF}
@media(max-width:700px){.a90-topbar-inner{height:70px}.a90-legal-topbar-inner{padding:0 16px}.a90-legal-brand span{display:none}.a90-legal-main{padding:34px 16px 54px}.a90-legal-card{border-radius:18px}.a90-theme-toggle .a90-control-copy,.a90-lang-toggle .a90-control-copy{display:none}.a90-theme-toggle,.a90-lang-toggle{width:42px;padding:0}.a90-nav-primary .a90-tab{padding-inline:10px}}
.a90-desktop .a90-topbar .a90-nav-primary{display:flex!important}html[data-a90-theme="dark"] .a90-search-head{background:#111!important;color:#F7F7F5!important;border-color:#292929!important}html[data-a90-theme="dark"] .a90-brand-lock,html[data-a90-theme="dark"] .a90-brand-lock span{color:#F7F7F5!important}html[data-a90-theme="dark"] .a90-row:hover,html[data-a90-theme="dark"] .a90-row:focus-visible{background:#202020!important;color:#F7F7F5!important}html[data-a90-theme="dark"] .a90-row:hover .a90-league-name{color:#F7F7F5!important}.a90-lang-flag-img{width:30px;height:20px;display:block;flex:0 0 30px;object-fit:cover;border-radius:3px;border:0;box-shadow:0 0 0 1px rgba(127,127,127,.22)}.a90-legal-prose a{color:#2B63C6!important;border-color:currentColor!important}.a90-legal-back{color:var(--a90-text)!important;white-space:nowrap!important;flex:0 0 auto!important}.a90-legal-back svg{width:18px!important;height:18px!important;flex:0 0 18px!important}html[data-a90-theme="dark"] .a90-legal-prose a{color:#8CB4FF!important}

/* Match events are integrated illustrations, never badges trapped inside decorative circles. */
.a90-event-symbol{width:46px;height:36px;display:inline-flex;align-items:center;justify-content:center;line-height:0;filter:drop-shadow(0 2px 2px rgba(23,28,48,.12))}
.a90-event-symbol svg{display:block;width:46px;height:36px;overflow:visible}
.a90-event-symbol img{display:block;width:auto;height:auto;max-width:46px;max-height:36px;object-fit:contain;background:transparent;border:0;border-radius:0}
.a90-event-yellow img,.a90-event-red img{max-width:27px;max-height:34px}
.a90-commentary-post-centred{grid-template-columns:minmax(0,1fr);text-align:center}
.a90-commentary-post-centred .a90-commentary-post-icon{width:auto;justify-self:center}
.a90-commentary-post-centred .a90-commentary-post-content{justify-items:center}
.a90-commentary-post-centred .a90-commentary-post-header{justify-content:center}
.a90-commentary-minute{flex:0 0 auto;color:#171C30;font-size:12px;font-weight:900;font-variant-numeric:tabular-nums}
html[data-a90-theme="dark"] .a90-commentary-minute{color:#F7F7F5}
html[data-a90-theme="dark"] .a90-commentary-post-icon{background:transparent!important;border:0!important;box-shadow:none!important}
.a90-menu-flag-img{width:30px;height:20px;display:block;flex:0 0 30px;object-fit:cover;border-radius:3px;box-shadow:0 0 0 1px rgba(127,127,127,.22)}
.a90-view-enter{animation:a90ViewEnter .24s cubic-bezier(.2,.75,.25,1) both}
@keyframes a90ViewEnter{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.a90-view-enter{animation:none}}
.a90-fifa-rank{display:inline-flex;align-items:baseline;gap:5px;font-family:Arial,sans-serif;line-height:1;white-space:nowrap}.a90-fifa-rank strong{font-size:17px;color:var(--a90-text)}.a90-fifa-rank span{font-size:13px;font-weight:800;color:#0877B9;letter-spacing:.02em}
.a90-ucl-announcement{position:relative;display:block;margin-top:18px;min-height:148px;border:1px solid var(--a90-line);border-radius:20px;overflow:hidden;background:#05070d;color:#fff;text-decoration:none;isolation:isolate}.a90-ucl-announcement video{display:block;width:100%;height:clamp(148px,23vw,220px);object-fit:cover;object-position:center;background:#05070d}.a90-ucl-announcement:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.08) 70%);z-index:1;transition:opacity .22s ease}.a90-ucl-announcement span{position:absolute;z-index:2;left:clamp(18px,4vw,34px);bottom:clamp(18px,4vw,30px);font:700 clamp(20px,3.6vw,34px)/1.05 Arial,sans-serif;letter-spacing:-.025em}.a90-ucl-announcement:hover:after,.a90-ucl-announcement:focus-visible:after{opacity:.88}.a90-ucl-announcement:focus-visible{outline:2px solid #fff;outline-offset:3px}
@media(prefers-reduced-motion:reduce){.a90-ucl-announcement:after{transition:none}}
@media(max-width:560px){.a90-commentary-post{grid-template-columns:42px minmax(0,1fr);gap:10px;padding:14px}.a90-commentary-post-centred{grid-template-columns:minmax(0,1fr)}.a90-commentary-post-icon{width:42px}.a90-commentary-post-centred .a90-commentary-post-icon{width:auto}.a90-commentary-post-header{gap:8px}.a90-event-symbol,.a90-event-symbol svg{width:42px}.a90-event-symbol img{max-width:42px}}

/* Source-backed team statistics: two calm mirrored bars with a clear centre label. */
.a90-stats-board{max-width:640px;margin:22px auto 0;padding:0 4px}
.a90-stat-row{padding:14px 0 17px}
.a90-stat-values{display:grid;grid-template-columns:minmax(48px,1fr) minmax(120px,auto) minmax(48px,1fr);align-items:end;gap:12px}
.a90-stat-values b{font-size:22px;font-weight:850;color:#555B68}
.a90-stat-values b:last-child{text-align:end}
.a90-stat-values span{text-align:center;color:#656C7B;font-size:12px;line-height:1.25}
.a90-stat-bars{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:9px}
.a90-stat-track{height:7px;background:#E9B938;display:flex;overflow:hidden}
.a90-stat-track i{display:block;height:100%;background:#0DA4E8;animation:a90barGrow .6s cubic-bezier(.2,.7,.2,1) both}
.a90-stat-track-home{justify-content:flex-start}.a90-stat-track-away{justify-content:flex-end}
html[data-a90-theme="dark"] .a90-stat-values b{color:#F3F3F3}
html[data-a90-theme="dark"] .a90-stat-values span{color:#B2B2B2}

/* Facts is the match overview: source-backed top stats, transparent derived activity, then events. */
.a90-match-top-meta{display:flex;align-items:center;justify-content:center;gap:18px;margin:8px 0 12px;padding:10px 4px 13px;border-bottom:1px solid var(--a90-line);color:var(--a90-muted);white-space:nowrap}.a90-match-top-meta>span{display:inline-flex;align-items:center;gap:7px;min-width:0;flex:0 0 auto}.a90-match-top-meta b{font-size:11.5px;font-weight:650;line-height:1.2}.a90-match-top-meta .a90-ui-icon{flex:0 0 auto}@media(max-width:720px){.a90-match-top-meta{display:grid;grid-template-columns:minmax(0,1fr);justify-items:center;gap:8px;margin-inline:0;padding-inline:12px;overflow:visible;white-space:normal}.a90-match-top-meta>span{max-width:100%;justify-content:center;text-align:center}.a90-match-top-meta b{min-width:0;overflow-wrap:anywhere}.a90-match-top-meta::-webkit-scrollbar{display:none}}
.a90-facts-overview{container:a90-facts / inline-size;max-width:960px;margin:22px auto 0;overflow:hidden;border:1px solid var(--a90-line);border-radius:22px;background:var(--a90-surface);box-shadow:var(--a90-shadow)}
.a90-facts-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.a90-facts-grid.is-momentum-only{grid-template-columns:minmax(0,1fr)}
.a90-facts-momentum,.a90-facts-top{min-width:0;padding:24px clamp(18px,3vw,30px)}
.a90-facts-momentum{border-inline-end:1px solid var(--a90-line)}
.a90-facts-grid.is-momentum-only .a90-facts-momentum{border-inline-end:0}.a90-facts-grid.is-momentum-only .a90-momentum-chart,.a90-facts-grid.is-momentum-only .a90-momentum-empty{width:min(100%,780px);margin-inline:auto}
.a90-facts-momentum h3,.a90-facts-top h3,.a90-facts-events-title{margin:0 0 22px;text-align:center;color:var(--a90-text);font:800 16px/1.2 Arial,Manrope,sans-serif}
.a90-momentum-heading{position:relative;display:flex;align-items:center;justify-content:center;min-height:34px;margin:0 0 16px}.a90-momentum-heading h3{margin:0}.a90-momentum-expand{position:absolute;inset-inline-end:0;top:0;display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--a90-line);border-radius:10px;background:var(--a90-surface-2);color:var(--a90-text);cursor:pointer}.a90-momentum-expand svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.a90-momentum-expand:hover,.a90-momentum-expand:focus-visible{border-color:color-mix(in srgb,var(--a90-text) 35%,var(--a90-line));outline:0;background:color-mix(in srgb,var(--a90-surface-2) 82%,var(--a90-text) 18%)}
.a90-momentum-chart{position:relative;min-height:194px}.a90-momentum-chart svg{display:block;width:100%;height:176px;overflow:visible}.a90-momentum-axis{stroke:color-mix(in srgb,var(--a90-text) 32%,transparent);stroke-width:1}.a90-momentum-guide{stroke:color-mix(in srgb,var(--a90-text) 16%,transparent);stroke-width:1;stroke-dasharray:2 6}.a90-momentum-series{transform-box:fill-box;transform-origin:left center;animation:a90MomentumSweep 1.08s cubic-bezier(.2,.75,.25,1) both}.a90-momentum-home{fill:#D7353D;opacity:.94}.a90-momentum-away{fill:#6699E8;opacity:.94}.a90-momentum-event{position:absolute;top:calc(3px + var(--a90-momentum-lane-y,0px));z-index:2;display:grid;width:22px;height:22px;place-items:center;overflow:visible;background:transparent;transform:translate(-50%,0);animation:a90MomentumMarker .28s var(--a90-momentum-delay,0ms) ease-out both}.a90-momentum-event.is-away{top:calc(143px - var(--a90-momentum-lane-y,0px))}.a90-momentum-event.is-neutral{top:calc(72px + var(--a90-momentum-lane-y,0px))}.a90-momentum-event .a90-event-reference{display:block;width:auto;height:auto;max-width:20px;max-height:20px;object-fit:contain;background:transparent;border:0;border-radius:0;pointer-events:none;user-select:none}.a90-momentum-event-yellow .a90-event-reference,.a90-momentum-event-red .a90-event-reference{max-width:12px;max-height:18px}.a90-momentum-football{display:block;width:22px!important;height:auto!important;max-width:22px!important;max-height:22px!important;object-fit:contain;pointer-events:none;user-select:none}@keyframes a90MomentumSweep{from{clip-path:inset(0 100% 0 0);opacity:.45}to{clip-path:inset(0 0 0 0);opacity:1}}@keyframes a90MomentumMarker{from{opacity:0;transform:translate(-50%,4px) scale(.7)}to{opacity:1;transform:translate(-50%,0) scale(1)}}
.a90-momentum-probe{position:absolute;top:0;left:0;z-index:5;width:0;height:176px;border-left:1px solid color-mix(in srgb,var(--a90-text) 58%,transparent);pointer-events:none;opacity:0;transition:opacity .14s ease}.a90-momentum-probe.is-active{opacity:1}.a90-momentum-probe i{position:absolute;left:0;top:46%;width:8px;height:8px;border:2px solid var(--a90-surface);border-radius:50%;background:var(--a90-text);transform:translate(-50%,-50%);box-shadow:0 1px 4px rgba(0,0,0,.28)}.a90-momentum-probe span{position:absolute;top:5px;left:8px;z-index:1;padding:6px 9px;border:1px solid var(--a90-line);border-radius:7px;background:var(--a90-surface);box-shadow:0 5px 16px rgba(0,0,0,.24);color:var(--a90-text);font-size:10.5px;font-weight:800;line-height:1;white-space:nowrap}.a90-momentum-probe.is-right span{right:8px;left:auto}
.a90-momentum-labels{position:relative;height:18px;margin:0 3px;color:var(--a90-muted);font-size:11px}.a90-momentum-labels b{position:absolute;top:1px;left:50%;transform:translateX(-50%)}.a90-momentum-labels .is-start{left:0;transform:none}.a90-momentum-labels .is-end{right:0;left:auto;transform:none}.a90-facts-source-note{margin:10px 0 0;color:var(--a90-muted);text-align:center;font-size:10.5px;line-height:1.4}
.a90-momentum-empty{min-height:184px;display:grid;align-content:center;gap:16px}.a90-momentum-empty span{display:block;height:1px;background:color-mix(in srgb,var(--a90-text) 20%,transparent)}.a90-momentum-empty p{max-width:300px;margin:0 auto;text-align:center;color:var(--a90-muted);font-size:12px;line-height:1.45}
.a90-momentum-expanded[hidden]{display:none!important}.a90-momentum-expanded{position:fixed;inset:0;z-index:10020;display:grid;place-items:center;padding:24px}.a90-momentum-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(0,0,0,.78);backdrop-filter:blur(7px);cursor:default}.a90-momentum-panel{position:relative;width:min(940px,calc(100vw - 48px));max-height:min(860px,calc(100dvh - 48px));overflow:auto;padding:22px 28px 28px;border:1px solid var(--a90-line);border-radius:22px;background:var(--a90-surface);box-shadow:0 28px 90px rgba(0,0,0,.48);scrollbar-width:thin}.a90-momentum-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:16px;border-bottom:1px solid var(--a90-line)}.a90-momentum-panel h2{margin:0;color:var(--a90-text);font:800 22px/1.1 Arial,Manrope,sans-serif}.a90-momentum-panel header p{margin:6px 0 0;color:var(--a90-muted);font-size:12px}.a90-momentum-close{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border:1px solid var(--a90-line);border-radius:11px;background:var(--a90-surface-2);color:var(--a90-text);cursor:pointer}.a90-momentum-close:hover,.a90-momentum-close:focus-visible{outline:0;border-color:color-mix(in srgb,var(--a90-text) 35%,var(--a90-line))}.a90-momentum-team-key{display:flex;align-items:center;justify-content:center;gap:26px;margin:18px 0 8px;color:var(--a90-text);font-size:12px;font-weight:750}.a90-momentum-team-key span{display:inline-flex;align-items:center;gap:8px}.a90-momentum-team-key i{width:10px;height:10px;border-radius:3px}.a90-momentum-team-key .is-home{background:#D7353D}.a90-momentum-team-key .is-away{background:#6699E8}.a90-momentum-chart.is-expanded{min-height:354px;margin:0 auto}.a90-momentum-chart.is-expanded svg{height:320px}.a90-momentum-chart.is-expanded .a90-momentum-event{top:calc(8px + var(--a90-momentum-lane-y,0px));width:28px;height:28px}.a90-momentum-chart.is-expanded .a90-momentum-event.is-away{top:calc(286px - var(--a90-momentum-lane-y,0px))}.a90-momentum-chart.is-expanded .a90-momentum-event.is-neutral{top:calc(146px + var(--a90-momentum-lane-y,0px))}.a90-momentum-chart.is-expanded .a90-momentum-event .a90-event-reference{max-width:25px;max-height:25px}.a90-momentum-chart.is-expanded .a90-momentum-event-yellow .a90-event-reference,.a90-momentum-chart.is-expanded .a90-momentum-event-red .a90-event-reference{max-width:15px;max-height:23px}.a90-momentum-chart.is-expanded .a90-momentum-football{width:28px!important;max-width:28px!important;max-height:28px!important}.a90-momentum-chart.is-expanded .a90-momentum-probe{height:320px}.a90-momentum-detail-events{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:18px 0 0;padding:18px 0 0;border-top:1px solid var(--a90-line);list-style:none}.a90-momentum-detail-events li{display:grid;grid-template-columns:42px 30px minmax(0,1fr);align-items:center;min-width:0;min-height:52px;padding:8px 10px;border:1px solid var(--a90-line);border-radius:12px;background:var(--a90-surface-2)}.a90-momentum-detail-events time{color:var(--a90-text);font-size:12px;font-weight:850}.a90-momentum-detail-icon{display:grid;width:26px;height:26px;place-items:center}.a90-momentum-detail-icon .a90-event-reference{display:block;width:auto;height:auto;max-width:22px;max-height:22px;object-fit:contain}.a90-momentum-detail-icon .a90-momentum-football{width:23px!important;max-width:23px!important;max-height:23px!important}.a90-momentum-detail-events strong,.a90-momentum-detail-events small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.a90-momentum-detail-events strong{color:var(--a90-text);font-size:12px}.a90-momentum-detail-events small{margin-top:3px;color:var(--a90-muted);font-size:10px}
.a90-facts-top{display:grid;align-content:start;gap:0}.a90-fact-possession{padding:1px 0 17px}.a90-fact-possession>div:first-child{display:grid;grid-template-columns:1fr minmax(112px,auto) 1fr;align-items:end;gap:10px}.a90-fact-possession b,.a90-fact-stat b{color:var(--a90-text);font-size:17px}.a90-fact-possession b:last-child,.a90-fact-stat b:last-child{text-align:end}.a90-fact-possession span,.a90-fact-stat>span{text-align:center;color:var(--a90-text);font-size:12px;line-height:1.2}.a90-fact-possession-bar{display:flex;height:10px;margin-top:10px;overflow:hidden;border-radius:999px;background:var(--a90-surface-2)}.a90-fact-possession-bar i{display:block;background:#E13C43}.a90-fact-possession-bar em{display:block;background:#3558B7}
.a90-fact-stat{display:grid;grid-template-columns:minmax(48px,1fr) minmax(132px,auto) minmax(48px,1fr);align-items:center;gap:10px;min-height:43px;border-top:1px solid color-mix(in srgb,var(--a90-line) 68%,transparent)}.a90-fact-stat small{display:block;margin-top:3px;color:var(--a90-muted);font-size:8.5px;font-weight:650}.a90-fact-stat.is-unavailable b{color:var(--a90-muted)}
.a90-all-stats{width:100%;min-height:50px;display:flex;align-items:center;justify-content:center;gap:10px;border:0;border-top:1px solid var(--a90-line);background:transparent;color:var(--a90-text);font:800 13px/1 Arial,Manrope,sans-serif;cursor:pointer}.a90-all-stats span{font-size:22px;line-height:0}.a90-all-stats:hover,.a90-all-stats:focus-visible{background:var(--a90-surface-2);outline:0}
.a90-facts-events{max-width:760px;margin:34px auto 0}.a90-facts-events-title{margin-bottom:2px}.a90-facts-events>.a90-card{background:transparent!important}
@container a90-facts (max-width:700px){.a90-facts-grid{grid-template-columns:1fr}.a90-facts-momentum{border-inline-end:0;border-bottom:1px solid var(--a90-line)}.a90-facts-momentum,.a90-facts-top{padding:22px clamp(18px,5cqi,28px)}.a90-facts-top{width:min(100%,620px);margin-inline:auto;box-sizing:border-box}}
@media(max-width:720px){.a90-facts-grid{grid-template-columns:1fr}.a90-facts-momentum{border-inline-end:0;border-bottom:1px solid var(--a90-line)}.a90-facts-momentum,.a90-facts-top{padding:20px 16px}.a90-facts-momentum h3,.a90-facts-top h3{margin-bottom:17px}.a90-momentum-heading{margin-bottom:12px}.a90-momentum-heading h3{margin:0}.a90-momentum-expand{width:32px;height:32px}.a90-fact-possession>div:first-child,.a90-fact-stat{grid-template-columns:minmax(42px,1fr) minmax(118px,auto) minmax(42px,1fr)}.a90-momentum-chart,.a90-momentum-empty{min-height:160px}.a90-momentum-chart svg{height:142px}.a90-momentum-event.is-away{top:calc(108px - var(--a90-momentum-lane-y,0px))}.a90-momentum-event.is-neutral{top:calc(54px + var(--a90-momentum-lane-y,0px))}.a90-momentum-expanded{padding:10px}.a90-momentum-panel{width:calc(100vw - 20px);max-height:calc(100dvh - 20px);padding:18px 14px 20px;border-radius:18px}.a90-momentum-panel h2{font-size:19px}.a90-momentum-team-key{justify-content:flex-start;gap:16px;overflow-x:auto;white-space:nowrap;scrollbar-width:none}.a90-momentum-chart.is-expanded{min-height:264px}.a90-momentum-chart.is-expanded svg{height:230px}.a90-momentum-chart.is-expanded .a90-momentum-event{top:calc(6px + var(--a90-momentum-lane-y,0px));width:24px;height:24px}.a90-momentum-chart.is-expanded .a90-momentum-event.is-away{top:calc(204px - var(--a90-momentum-lane-y,0px))}.a90-momentum-chart.is-expanded .a90-momentum-event.is-neutral{top:calc(105px + var(--a90-momentum-lane-y,0px))}.a90-momentum-chart.is-expanded .a90-momentum-football{width:24px!important;max-width:24px!important;max-height:24px!important}.a90-momentum-chart.is-expanded .a90-momentum-probe{height:230px}.a90-momentum-detail-events{grid-template-columns:1fr}.a90-facts-events{margin-top:28px}}
@media(prefers-reduced-motion:reduce){.a90-momentum-series,.a90-momentum-event{animation:none}}
body.a90-momentum-open{overflow:hidden!important}

/* Momentum v2: keep provider truth, keep only goals on the curve, and reserve
   inspection text outside the plot so markers and labels never compete for the same pixels. */
.a90-facts-momentum h3,.a90-facts-top h3,.a90-facts-events-title,.a90-momentum-panel h2,.a90-all-stats{font-family:var(--a90-font-heading);font-weight:800}
.a90-momentum-heading{min-height:44px}.a90-momentum-expand,.a90-momentum-close{width:44px;height:44px}
.a90-momentum-expand:focus-visible,.a90-momentum-close:focus-visible,.a90-momentum-chart:focus-visible{outline:2px solid #2B63C6;outline-offset:3px}
.a90-momentum-chart{min-height:204px;border-radius:12px;touch-action:pan-y}.a90-momentum-plot{position:relative;height:176px}.a90-momentum-chart svg{height:100%}
.a90-momentum-series{animation-duration:.55s}.a90-momentum-home,.a90-momentum-away{opacity:.84}
.a90-momentum-probe{height:100%}.a90-momentum-readout{display:flex;align-items:center;justify-content:center;min-height:34px;margin:4px 0 0;padding:6px 10px;border-radius:9px;background:var(--a90-surface-2);color:var(--a90-text);font-size:12px;font-weight:700;line-height:1.35;text-align:center}.a90-momentum-readout:empty{visibility:hidden}.a90-momentum-readout[hidden]{display:none}
.a90-facts-source-note{font-size:11.5px;line-height:1.5}.a90-momentum-backdrop{backdrop-filter:none;-webkit-backdrop-filter:none}
.a90-momentum-panel{width:min(900px,calc(100vw - 48px))}.a90-momentum-panel>header>div{min-width:0}.a90-momentum-panel header p{white-space:normal;overflow-wrap:anywhere;font-size:13px;line-height:1.45}
.a90-momentum-team-key{flex-wrap:wrap;gap:10px 24px;font-weight:700}.a90-momentum-team-key span{min-width:0;white-space:normal;overflow-wrap:anywhere}
.a90-momentum-chart.is-expanded{min-height:264px}.a90-momentum-chart.is-expanded .a90-momentum-plot{height:230px}.a90-momentum-chart.is-expanded svg,.a90-momentum-chart.is-expanded .a90-momentum-probe{height:100%}
.a90-momentum-chart.is-expanded .a90-momentum-event.is-home{top:calc(8px + var(--a90-momentum-lane-y,0px));bottom:auto}.a90-momentum-chart.is-expanded .a90-momentum-event.is-away{top:auto;bottom:calc(8px + var(--a90-momentum-lane-y,0px))}.a90-momentum-chart.is-expanded .a90-momentum-event.is-neutral{top:calc(50% - 14px + var(--a90-momentum-lane-y,0px));bottom:auto}
.a90-momentum-events{margin-top:14px;padding-top:14px;border-top:1px solid var(--a90-line)}.a90-momentum-events h3{margin:0 0 6px;color:var(--a90-muted);font-size:12px;font-weight:800;line-height:1.3;letter-spacing:.04em}
.a90-momentum-detail-events{display:block;margin:0;padding:0}.a90-momentum-detail-events li{grid-template-columns:48px 34px minmax(0,1fr);min-height:56px;padding:10px 4px;border:0;border-bottom:1px solid var(--a90-line);border-radius:0;background:transparent}.a90-momentum-detail-events li:last-child{border-bottom:0}
.a90-momentum-detail-events time{font-weight:800}.a90-momentum-detail-events strong,.a90-momentum-detail-events small{overflow:visible;text-overflow:clip;white-space:normal;overflow-wrap:anywhere}.a90-momentum-detail-events small{font-size:11.5px;line-height:1.35}
@media(max-width:720px){.a90-momentum-heading{min-height:44px}.a90-momentum-expand{width:44px;height:44px}.a90-momentum-chart,.a90-momentum-empty{min-height:184px}.a90-momentum-plot{height:154px}.a90-momentum-chart.is-expanded{min-height:224px}.a90-momentum-chart.is-expanded .a90-momentum-plot{height:190px}.a90-momentum-panel{padding-inline:16px}.a90-momentum-team-key{justify-content:center;overflow:visible;white-space:normal}.a90-momentum-detail-events li{grid-template-columns:42px 30px minmax(0,1fr)}}

/* Player photos are resolved only through exact provider athlete IDs. */
.a90-player-empty{margin-top:18px;padding:22px;text-align:center;color:var(--a90-muted);font-size:13px;line-height:1.5}
.a90-player-panel,.a90-roster-card{margin-top:18px;padding:20px}
.a90-player-panel-head,.a90-roster-head{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin-bottom:4px}
.a90-player-panel-head h3,.a90-roster-head h2{margin:0;color:var(--a90-text);font-family:var(--a90-font-heading);font-size:16px;font-weight:800;letter-spacing:-.015em}
.a90-player-panel-head>span,.a90-roster-count{color:var(--a90-muted);font-size:11px;font-weight:700;white-space:nowrap}
.a90-player-list,.a90-roster-player-list{min-width:0}
.a90-player-row,.a90-lineup-player,.a90-roster-player-row{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:11px;min-width:0;padding:11px 2px;border-bottom:1px solid var(--a90-line)}
.a90-player-list>.a90-player-row:last-child,.a90-lineup-group>.a90-lineup-player:last-child,.a90-roster-player-list>.a90-roster-player-row:last-child{border-bottom:0}
.a90-player-avatar{position:relative;width:42px;height:42px;display:block;overflow:hidden;border:1px solid var(--a90-line);border-radius:50%;background:#fff url('/assets/img/player-placeholder.svg?v=20260714a') center/cover no-repeat;box-shadow:0 2px 8px rgba(23,28,48,.08)}
.a90-player-avatar.has-photo{background:#fff}.a90-player-avatar>img{display:block;width:100%;height:100%;border-radius:inherit;background:#fff;object-fit:cover;object-position:50% 16%}.a90-player-avatar>img[data-photo-kind="fifa-face-crop"],.a90-player-avatar>img[data-photo-kind="tsdb-face-crop"],.a90-player-avatar>img[data-photo-kind="espn-face-crop"],.a90-player-avatar>img[data-photo-kind="uefa-face-crop"],.a90-player-avatar>img[data-photo-kind="uaepro-face-crop"]{position:absolute;left:var(--a90-photo-left);top:var(--a90-photo-top);width:var(--a90-photo-width);height:var(--a90-photo-height);max-width:none;border-radius:0;object-fit:fill;transform:none}
.a90-player-avatar.is-sm{width:38px;height:38px}
.a90-player-row-body,.a90-lineup-player-copy,.a90-roster-player-copy{min-width:0}
.a90-player-row-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;min-width:0}
.a90-player-row-head strong,.a90-lineup-player-copy strong,.a90-roster-player-copy strong{display:block;min-width:0;overflow:hidden;color:var(--a90-text);font-size:13px;font-weight:800;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}
.a90-player-row-head>span{max-width:42%;overflow:hidden;color:var(--a90-muted);font-size:10.5px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}
.a90-player-badge{min-width:30px;padding:5px 7px;border:1px solid var(--a90-line);border-radius:8px;background:var(--a90-surface-2);color:var(--a90-text);font-size:10.5px;font-weight:850;line-height:1;text-align:center}
.a90-player-stat-list{display:flex;flex-wrap:wrap;gap:5px;margin-top:6px}
.a90-player-stat-chip{padding:4px 7px;border-radius:7px;background:var(--a90-surface-2);color:var(--a90-muted);font-size:10.5px;line-height:1.2}
.a90-player-stat-chip b{margin-inline-start:2px;color:var(--a90-text)}
.a90-lineup-pitch{max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain;direction:ltr;margin:-2px -2px 18px;border-radius:18px;background:#071b13;padding:0 0 5px;scrollbar-width:thin}
.a90-lineup-board{width:min(960px,100%);min-width:840px;margin:0 auto;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:17px;background:#07945f;color:#fff;box-shadow:0 18px 44px rgba(0,0,0,.22)}
.a90-lineup-board-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;min-height:55px;background:#0aa36a;border-bottom:1px solid rgba(255,255,255,.15)}
.a90-lineup-board-team{display:flex;align-items:center;gap:10px;min-width:0;padding:10px 18px;font-size:12px}.a90-lineup-board-team.is-away{justify-content:flex-end;text-align:end}.a90-lineup-board-team strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:850}.a90-lineup-board-team>.a90-lineup-formation{flex:0 0 auto;padding:4px 8px;border-radius:999px;background:rgba(0,0,0,.13);font-size:11px;font-weight:850;letter-spacing:.04em}.a90-lineup-board-team .a90-crest-sm{width:27px;height:27px;flex:0 0 27px;padding:0;background:transparent}.a90-lineup-board-team .a90-flag-crest img{width:100%;height:100%;border-radius:50%;object-fit:cover}
.a90-lineup-field{position:relative;aspect-ratio:1.55/1;min-height:460px;overflow:hidden;background:repeating-linear-gradient(90deg,rgba(255,255,255,.025) 0 12.5%,rgba(0,0,0,.025) 12.5% 25%),linear-gradient(180deg,#079c64,#078d59)}
.a90-lineup-boundary{position:absolute;inset:10px;border:2px solid rgba(255,255,255,.17);border-radius:7px}.a90-lineup-halfway{position:absolute;top:10px;bottom:10px;left:50%;border-left:2px solid rgba(255,255,255,.16)}.a90-lineup-centre{position:absolute;left:50%;top:50%;width:18%;aspect-ratio:1;transform:translate(-50%,-50%);border:2px solid rgba(255,255,255,.15);border-radius:50%}.a90-lineup-centre-dot{position:absolute;left:50%;top:50%;width:6px;height:6px;transform:translate(-50%,-50%);border-radius:50%;background:rgba(255,255,255,.28)}.a90-lineup-box{position:absolute;top:27%;width:12%;height:46%;border:2px solid rgba(255,255,255,.15)}.a90-lineup-box.is-home{left:10px;border-left:0}.a90-lineup-box.is-away{right:10px;border-right:0}.a90-lineup-markers{position:absolute;inset:0}.a90-lineup-board .md-pitch-chip{position:absolute;z-index:2;transform:translate(-50%,-50%)}
.a90-lineup-marker{position:relative;display:flex;width:78px;min-height:76px;flex-direction:column;align-items:center;justify-content:flex-start;color:#fff;text-align:center}.a90-lineup-avatar-wrap{position:relative;display:block;width:48px;height:48px}.a90-player-avatar.is-pitch{width:48px;height:48px;border:3px solid #fff;background-color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.22)}.a90-lineup-marker>strong{display:-webkit-box;width:78px;margin-top:5px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#fff;font-size:10.5px;font-weight:850;line-height:1.15;text-shadow:0 1px 2px rgba(0,0,0,.42)}
.a90-lineup-jersey{position:absolute;z-index:4;top:-7px;right:-9px;display:grid;min-width:27px;height:24px;padding:0 6px;place-items:center;border:2px solid #e7e7e7;border-radius:999px;background:#fff;color:#17191b;font-size:12px;font-weight:900;line-height:1;box-shadow:0 2px 5px rgba(0,0,0,.15)}
.a90-lineup-event-badge{position:absolute;z-index:5;display:grid;place-items:center;box-sizing:border-box}.a90-lineup-event-badge img{display:block;max-width:100%;max-height:100%;object-fit:contain}.a90-lineup-event-badge.is-goal{top:34px;right:7px;width:25px;height:25px;padding:2px;border:2px solid #e7e7e7;border-radius:50%;background:#fff}.a90-lineup-event-badge.is-goal b{position:absolute;right:-8px;bottom:-7px;display:grid;min-width:16px;height:16px;padding:0 3px;place-items:center;border-radius:999px;background:#17191b;color:#fff;font-size:9px}.a90-lineup-event-badge.is-yellow,.a90-lineup-event-badge.is-red{top:36px;left:10px;width:15px;height:21px;border:2px solid rgba(255,255,255,.9);border-radius:5px}.a90-lineup-event-badge.is-yellow{background:#ffd326}.a90-lineup-event-badge.is-red{background:#ed2939}.a90-lineup-event-badge.is-sub-out{top:0;left:6px;width:25px;height:25px;padding:3px;border:2px solid #fff;border-radius:50%;background:#fff}.a90-lineup-sub-minute{position:absolute;z-index:4;top:-18px;left:2px;color:#fff;font-size:11px;font-weight:900;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.4)}
.a90-lineup-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.a90-lineup-grid.is-single{width:100%;max-width:520px;grid-template-columns:minmax(0,1fr);margin-inline:auto}
.a90-lineup-team{min-width:0}
.a90-lineup-team-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;min-width:0;padding:0 0 12px;border-bottom:2px solid var(--a90-line)}
.a90-lineup-team-head.is-home{border-color:#2456B4}.a90-lineup-team-head.is-away{border-color:#E9B215}
.a90-lineup-team-head strong{min-width:0;overflow:hidden;color:var(--a90-text);font-size:13px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}
.a90-lineup-team-head>span{padding:4px 6px;border-radius:6px;background:var(--a90-surface-2);color:var(--a90-muted);font-size:9.5px;font-weight:800}
.a90-lineup-group{min-width:0;margin-top:14px}
.a90-lineup-group h4{margin:0;padding:0 0 6px;color:var(--a90-muted);font-size:10.5px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.a90-lineup-player-copy small{display:block;margin-top:2px;color:var(--a90-muted);font-size:10.5px;font-weight:650;line-height:1.35;overflow-wrap:anywhere}
.a90-roster-head{margin-bottom:14px}
.a90-roster-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.a90-roster-group{min-width:0;overflow:hidden;border:1px solid var(--a90-line);border-radius:14px;background:var(--a90-surface)}
.a90-roster-group>h3{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0;padding:10px 12px;background:var(--a90-surface-2);color:var(--a90-text);font-size:12px;font-weight:800}
.a90-roster-group>h3 small{color:var(--a90-muted);font-size:10.5px}
.a90-roster-player-row{padding-inline:12px}
.a90-roster-player-copy>span{display:flex;flex-wrap:wrap;gap:0;margin-top:3px;color:var(--a90-muted)}
.a90-roster-player-copy small{font-size:10px;font-weight:650}.a90-roster-player-copy small+small:before{content:'·';margin-inline:5px}
.a90-roster-state,.a90-roster-note{margin:14px 0 0;color:var(--a90-muted);font-size:11.5px;line-height:1.5}
.a90-roster-note{padding-top:12px;border-top:1px solid var(--a90-line)}

/* Club and national-team profiles: source-backed identity and compact verified stats. */
.a90-profile-shell{display:grid;gap:18px;min-width:0}
.a90-profile-shell>.a90-card{margin-top:0}
.a90-profile-hero{position:relative;overflow:hidden;padding:clamp(22px,4vw,34px);background:linear-gradient(135deg,var(--a90-surface),color-mix(in srgb,var(--a90-surface-2) 58%,var(--a90-surface)));isolation:isolate}
.a90-profile-hero:after{content:"";position:absolute;z-index:-1;inset-inline-end:-48px;top:-76px;width:210px;height:210px;border:36px solid color-mix(in srgb,var(--a90-text) 4%,transparent);border-radius:50%}
.a90-profile-identity{display:flex;align-items:center;gap:18px;min-width:0}.a90-profile-identity>div{min-width:0}
.a90-profile-identity .a90-crest-lg{width:82px;height:82px;flex:0 0 82px;padding:5px;border:1px solid var(--a90-line);border-radius:22px;background:#fff;box-shadow:0 8px 24px rgba(23,28,48,.09)}
.a90-profile-kicker{display:block;margin-bottom:6px;color:var(--a90-muted);font-size:10.5px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}
.a90-profile-title-row{display:flex;align-items:center;gap:10px;min-width:0;flex-wrap:wrap}
.a90-profile-identity h1{min-width:0;margin:0;color:var(--a90-text);font:850 clamp(25px,4.2vw,38px)/1.08 var(--a90-font-heading);letter-spacing:-.035em;overflow-wrap:break-word}
.a90-profile-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.a90-profile-chips:empty{display:none}
.a90-profile-chips span{padding:6px 9px;border:1px solid var(--a90-line);border-radius:999px;background:color-mix(in srgb,var(--a90-surface) 82%,transparent);color:var(--a90-muted);font-size:10.5px;font-weight:750;line-height:1}
.a90-profile-stats{padding:20px}.a90-profile-stats>header{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:16px}
.a90-profile-stats>header span{display:block;margin-bottom:4px;color:var(--a90-muted);font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.a90-profile-stats h2,.a90-profile-matches h2{margin:0;color:var(--a90-text);font:800 17px/1.25 var(--a90-font-heading);letter-spacing:-.02em}
.a90-profile-stats>header p{max-width:280px;margin:0;color:var(--a90-muted);font-size:11px;line-height:1.4;text-align:end}
.a90-profile-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(88px,1fr));gap:8px}
.a90-profile-metric{min-width:0;padding:14px 12px;border:1px solid var(--a90-line);border-radius:13px;background:var(--a90-surface-2)}
.a90-profile-metric strong{display:block;color:var(--a90-text);font:850 21px/1 var(--a90-font-heading);font-variant-numeric:tabular-nums}
.a90-profile-metric span{display:block;margin-top:7px;color:var(--a90-muted);font-size:10px;font-weight:700;line-height:1.2}
.a90-profile-metric.is-primary{background:var(--a90-text);border-color:var(--a90-text)}.a90-profile-metric.is-primary strong,.a90-profile-metric.is-primary span{color:var(--a90-page)}
.a90-profile-matches{padding:18px 20px}.a90-profile-matches>header{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:6px}
.a90-profile-list-count{color:var(--a90-muted);font-size:10.5px;font-weight:750;white-space:nowrap}
.a90-profile-empty{padding:22px 4px;color:var(--a90-muted);font-size:12px;line-height:1.5}
.a90-profile-match-skeleton{display:grid;gap:8px;padding-top:8px}.a90-profile-match-skeleton i{display:block;height:58px;border-radius:12px;background:linear-gradient(100deg,color-mix(in srgb,var(--a90-text) 6%,transparent) 28%,color-mix(in srgb,var(--a90-text) 12%,transparent) 43%,color-mix(in srgb,var(--a90-text) 6%,transparent) 58%);background-size:240% 100%;animation:a90DetailShimmer 1.15s ease-in-out infinite}
.a90-roster-skeleton{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px;margin-top:14px}.a90-roster-skeleton span{display:grid;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:10px;min-height:54px}.a90-roster-skeleton i,.a90-roster-skeleton b{display:block;background:color-mix(in srgb,var(--a90-text) 8%,transparent)}.a90-roster-skeleton i{width:40px;height:40px;border-radius:50%}.a90-roster-skeleton b{width:68%;height:10px;border-radius:999px}
@media(max-width:620px){.a90-profile-shell{gap:14px}.a90-profile-hero{padding:20px 16px}.a90-profile-identity{align-items:flex-start;gap:13px}.a90-profile-identity .a90-crest-lg{width:66px;height:66px;flex-basis:66px;border-radius:18px}.a90-profile-identity h1{font-size:24px}.a90-profile-chips{margin-top:9px}.a90-profile-stats{padding:17px 14px}.a90-profile-stats>header{display:block}.a90-profile-stats>header p{max-width:none;margin-top:5px;text-align:start}.a90-profile-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.a90-profile-metric{padding:12px 9px}.a90-profile-metric strong{font-size:18px}.a90-profile-metric span{font-size:9px}.a90-profile-matches{padding:16px 14px}.a90-roster-skeleton{grid-template-columns:1fr}}

/* Put goal markers on the real activity curve. Cards remain in the event list,
   leaving the compact plot readable and preventing the old icon rails. */
.a90-momentum-chart .a90-momentum-event.is-home,.a90-momentum-chart .a90-momentum-event.is-away,.a90-momentum-chart .a90-momentum-event.is-neutral{top:clamp(4px,calc(var(--a90-event-y,50%) - 11px + var(--a90-momentum-lane-y,0px)),calc(100% - 26px));bottom:auto}
.a90-momentum-chart.is-expanded .a90-momentum-event.is-home,.a90-momentum-chart.is-expanded .a90-momentum-event.is-away,.a90-momentum-chart.is-expanded .a90-momentum-event.is-neutral{top:clamp(4px,calc(var(--a90-event-y,50%) - 14px + var(--a90-momentum-lane-y,0px)),calc(100% - 32px));bottom:auto}

/* Cold exact-match detail uses a quiet structural skeleton. “Unavailable” is shown
   only after the provider request resolves without that resource. */
.a90-detail-skeleton{pointer-events:none}.a90-detail-skeleton .a90-facts-momentum{border-inline-end:0}
.a90-skeleton-title,.a90-skeleton-chart,.a90-skeleton-labels i,.a90-skeleton-event i,.a90-skeleton-event b,.a90-skeleton-event em{background:linear-gradient(100deg,color-mix(in srgb,var(--a90-text) 7%,transparent) 28%,color-mix(in srgb,var(--a90-text) 13%,transparent) 43%,color-mix(in srgb,var(--a90-text) 7%,transparent) 58%);background-size:240% 100%;animation:a90DetailShimmer 1.15s ease-in-out infinite}
.a90-skeleton-title{display:block;width:96px;height:15px;margin:0 auto 22px;border-radius:999px}.a90-skeleton-title.is-small{width:72px;margin-bottom:14px}
.a90-skeleton-chart{position:relative;width:min(100%,780px);height:168px;margin-inline:auto;overflow:hidden;border-radius:12px}.a90-skeleton-chart b{position:absolute;inset-inline:7%;top:50%;height:1px;background:color-mix(in srgb,var(--a90-text) 13%,transparent)}.a90-skeleton-chart i{position:absolute;bottom:50%;width:18%;border-radius:8px 8px 0 0;background:color-mix(in srgb,var(--a90-text) 8%,transparent)}.a90-skeleton-chart i:nth-child(1){inset-inline-start:10%;height:24%}.a90-skeleton-chart i:nth-child(2){inset-inline-start:41%;height:38%}.a90-skeleton-chart i:nth-child(3){inset-inline-start:72%;height:18%}
.a90-skeleton-labels{display:flex;justify-content:space-between;margin:10px 4px 0}.a90-skeleton-labels i{display:block;width:24px;height:8px;border-radius:999px}
.a90-skeleton-event{display:grid;grid-template-columns:34px minmax(0,1fr) 54px;align-items:center;gap:12px;min-height:58px;border-bottom:1px solid var(--a90-line)}.a90-skeleton-event i{width:28px;height:28px;border-radius:50%}.a90-skeleton-event b,.a90-skeleton-event em{display:block;height:10px;border-radius:999px}.a90-skeleton-event em{width:54px;justify-self:end}
@keyframes a90DetailShimmer{from{background-position:100% 0}to{background-position:-100% 0}}
@media(max-width:720px){.a90-skeleton-chart{height:150px}.a90-skeleton-event{grid-template-columns:32px minmax(0,1fr) 42px}.a90-skeleton-event em{width:42px}}
@media(prefers-reduced-motion:reduce){.a90-skeleton-title,.a90-skeleton-chart,.a90-skeleton-labels i,.a90-skeleton-event i,.a90-skeleton-event b,.a90-skeleton-event em{animation:none}}

@media(max-width:720px){
  .a90-player-panel,.a90-roster-card{padding:17px 14px}
  .a90-lineup-grid,.a90-roster-grid{grid-template-columns:1fr;gap:18px}
  .a90-player-row,.a90-lineup-player,.a90-roster-player-row{grid-template-columns:40px minmax(0,1fr) auto;gap:9px}
  .a90-player-avatar{width:38px;height:38px}.a90-player-avatar.is-sm{width:36px;height:36px}
  .a90-player-row-head{display:grid;gap:2px}.a90-player-row-head>span{max-width:100%}
  .a90-roster-player-row{padding-inline:9px}
}

/* Commentary v4: quiet source prose and text-first polls. */
.a90-commentary-shell{max-width:720px;gap:18px;margin-top:24px;font-family:var(--a90-font-ui)}
.a90-commentary-card{padding:22px 24px;border:1px solid var(--a90-line);border-radius:18px;background:var(--a90-surface);box-shadow:none;color:var(--a90-text)}
.a90-commentary-post{display:block;padding:22px 24px;border-radius:18px}
.a90-commentary-post-header{display:flex;align-items:center;gap:12px;min-width:0}
.a90-commentary-minute{display:inline-flex;min-width:46px;min-height:34px;align-items:center;justify-content:center;padding:0 12px;border-radius:999px;background:var(--a90-surface-2);color:var(--a90-text);font-size:13px;font-weight:850;font-variant-numeric:tabular-nums;white-space:nowrap}
.a90-commentary-post .a90-commentary-title,.a90-commentary-poll .a90-commentary-title{margin:0;color:var(--a90-text);font-family:var(--a90-font-heading);font-size:20px;font-weight:800;line-height:1.3;letter-spacing:-.018em;text-align:start}
.a90-commentary-post .a90-commentary-text{margin:18px 0 0;color:var(--a90-text);font-size:16px;line-height:1.7;text-align:start}
.a90-commentary-poll{isolation:auto;padding:24px 28px 26px;overflow:visible;background:var(--a90-surface);color:var(--a90-text);border-color:var(--a90-line);box-shadow:none;text-align:start}
.a90-commentary-poll:before{display:none;content:none}
.a90-commentary-options{display:grid;grid-template-columns:1fr;gap:9px;margin-top:20px;border:0}
.a90-commentary-option{position:relative;display:flex;flex-direction:row;width:100%;min-height:58px;align-items:center;justify-content:flex-start;gap:0;padding:12px 22px;border:1px solid var(--a90-line);border-radius:16px;background:var(--a90-surface-2);color:var(--a90-text);font-family:var(--a90-font-ui);text-align:start;cursor:pointer;transition:border-color .14s ease,background-color .14s ease,transform .14s ease,box-shadow .14s ease}
.a90-commentary-option:not(:last-child):after{display:none;content:none}
.a90-commentary-option:hover,.a90-commentary-option:focus-visible{outline:0;border-color:color-mix(in srgb,var(--a90-text) 25%,var(--a90-line));background:color-mix(in srgb,var(--a90-surface-2) 88%,var(--a90-text) 12%);transform:translateY(-1px)}
.a90-commentary-option-label{max-width:100%;color:var(--a90-text);font-size:15px;font-weight:700;line-height:1.35;white-space:normal;overflow:visible;text-overflow:clip}
.a90-commentary-option[data-selected="1"]{border-color:color-mix(in srgb,#2B63C6 44%,var(--a90-line));background:color-mix(in srgb,#2B63C6 8%,var(--a90-surface-2));box-shadow:inset 3px 0 #2B63C6}
.a90-commentary-option[disabled]{cursor:default;transform:none}
.a90-commentary-poll-status{margin-top:28px;color:var(--a90-muted);font-size:13px;font-weight:750;line-height:1.3}
html[data-a90-theme="dark"] .a90-commentary-card,html[data-a90-theme="dark"] .a90-commentary-poll{background:var(--a90-surface)!important;color:var(--a90-text)!important;border-color:var(--a90-line)!important}
html[data-a90-theme="dark"] .a90-commentary-minute,html[data-a90-theme="dark"] .a90-commentary-option{background:var(--a90-surface-2);color:var(--a90-text)}

/* A live trace ends at the last provider-observed minute; the remaining pitch stays blank. */
.a90-momentum-chart.is-live .a90-momentum-series{animation:none}
.a90-momentum-now{position:absolute;top:0;bottom:0;z-index:3;width:1px;background:linear-gradient(to bottom,transparent 6%,color-mix(in srgb,var(--a90-text) 32%,transparent) 6% 90%,transparent 90%);transform:translateX(-.5px);pointer-events:none}
.a90-momentum-now i{position:absolute;top:var(--a90-now-y);left:50%;display:block;width:10px;height:10px;border:3px solid color-mix(in srgb,#22A879 23%,var(--a90-surface));border-radius:50%;background:#22A879;box-shadow:0 1px 5px rgba(0,0,0,.24);transform:translate(-50%,-50%)}
.a90-momentum-chart.is-expanded .a90-momentum-now i{width:12px;height:12px}

/* Event timeline v4: broadcast rhythm, source order, and one calm centre spine. */
.a90-event-timeline{position:relative;max-width:660px;margin:18px auto 0;padding:20px 24px 24px;border:1px solid var(--a90-line);border-radius:18px;background:var(--a90-surface);box-shadow:none;overflow:hidden}
.a90-event-timeline-head{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;padding-bottom:16px;color:var(--a90-muted);font-size:11px;font-weight:800}
.a90-event-timeline-head>span:nth-child(2){text-align:center;letter-spacing:.04em;text-transform:uppercase}
.a90-event-timeline-head>span:last-child{justify-self:end}
.a90-event-timeline-body{position:relative;padding:2px 0}
.a90-event-timeline-body:before{content:"";position:absolute;top:10px;bottom:10px;left:50%;width:1px;background:color-mix(in srgb,var(--a90-text) 15%,transparent);transform:translateX(-.5px)}
.a90-event-timeline-row{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 58px minmax(0,1fr);align-items:center;min-height:68px;animation:a90EventRise .28s var(--a90-event-delay,0ms) cubic-bezier(.22,.74,.24,1) both}
.a90-event-side{display:flex;align-items:center;gap:9px;min-width:0}
.a90-event-side.is-home{justify-content:flex-end;text-align:end}
.a90-event-side.is-away{justify-content:flex-start;text-align:start}
.a90-event-copy{display:grid;min-width:0;gap:3px;line-height:1.2}
.a90-event-copy strong,.a90-event-copy small{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis}
.a90-event-copy strong{color:var(--a90-text);font-size:13px;font-weight:800;white-space:nowrap}
.a90-event-copy small{color:var(--a90-muted);font-size:10.5px;font-weight:650;white-space:normal}
.a90-event-minute{position:relative;z-index:2;display:grid;width:46px;height:46px;place-items:center;justify-self:center;border:1px solid var(--a90-line);border-radius:50%;background:var(--a90-surface-2);color:var(--a90-text);font-size:12px;font-weight:850;font-variant-numeric:tabular-nums;line-height:1}
.a90-event-minute.is-empty{width:10px;height:10px;border:2px solid var(--a90-surface);background:var(--a90-muted)}
.a90-event-timeline .a90-event-symbol{width:34px;height:34px;flex:0 0 34px;filter:none}
.a90-event-timeline .a90-event-symbol svg{width:34px;height:30px}
.a90-event-timeline .a90-event-symbol img{max-width:30px;max-height:30px}
.a90-event-timeline .a90-event-goal .a90-event-reference,.a90-event-timeline .a90-event-pengoal .a90-event-reference,.a90-event-timeline .a90-event-owngoal .a90-event-reference{width:27px;height:27px;object-fit:contain}
.a90-event-phase{position:relative;z-index:2;padding:13px 0;text-align:center;animation:a90EventRise .28s var(--a90-event-delay,0ms) cubic-bezier(.22,.74,.24,1) both}
.a90-event-phase>div{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px}
.a90-event-phase>div>span{height:1px;background:var(--a90-line)}
.a90-event-phase strong{max-width:360px;padding:7px 12px;border-radius:999px;background:var(--a90-surface);color:var(--a90-text);font-size:12px;font-weight:850;line-height:1.3}
.a90-event-phase>small{display:block;max-width:460px;margin:6px auto 0;color:var(--a90-muted);font-size:10.5px;line-height:1.45}
@keyframes a90EventRise{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}
.a90-event-symbol.a90-event-goal .a90-event-reference,.a90-event-symbol.a90-event-pengoal .a90-event-reference,.a90-event-symbol.a90-event-owngoal .a90-event-reference{width:27px;height:27px;object-fit:contain;background:transparent}

@media(max-width:560px){
  .a90-commentary-shell{gap:12px;margin-top:18px}
  .a90-commentary-card,.a90-commentary-post,.a90-commentary-poll{padding:18px 16px;border-radius:16px}
  .a90-commentary-post .a90-commentary-title,.a90-commentary-poll .a90-commentary-title{font-size:17px}
  .a90-commentary-post .a90-commentary-text{margin-top:15px;font-size:14px;line-height:1.62}
  .a90-commentary-option{min-height:58px;padding:11px 20px}
  .a90-commentary-option-label{font-size:14px}
  .a90-commentary-poll-status{margin-top:22px}
  .a90-event-timeline{padding:16px 10px 18px;border-radius:16px}
  .a90-event-timeline-row{grid-template-columns:minmax(0,1fr) 50px minmax(0,1fr);min-height:64px}
  .a90-event-side{gap:5px}.a90-event-copy strong{font-size:11.5px}.a90-event-copy small{font-size:9.5px}
  .a90-event-minute{width:42px;height:42px;font-size:11px}
  .a90-event-timeline .a90-event-symbol{width:28px;height:30px;flex-basis:28px}
  .a90-event-timeline .a90-event-symbol img{max-width:26px;max-height:26px}
}
