:root {
    --ink: #0a1625;
    --ink-soft: #203047;
    --brand: #08784c;
    --brand-dark: #065d3b;
    --accent: #d9ff54;
    --paper: #f4f6f3;
    --surface: #ffffff;
    --surface-muted: #edf1ee;
    --line: #dbe2de;
    --muted: #637083;
    --danger: #bb2d3b;
    --warning: #9a6500;
    --success: #08784c;
    --shell: 1240px;
    --shadow-sm: 0 8px 24px rgba(10, 22, 37, .07);
    --shadow-lg: 0 22px 60px rgba(10, 22, 37, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
body.admin-body { background: #eef1f3; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
[hidden] { display: none !important; }
svg { width: 1.15em; height: 1.15em; flex: 0 0 auto; }
::selection { background: var(--accent); color: var(--ink); }

.shell { width: min(100% - 40px, var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--accent); color: var(--ink); padding: 10px 14px; font-weight: 800; border-radius: 4px; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.utility-bar { background: var(--ink); color: #cbd4df; font-size: 12px; }
.utility-bar__inner { min-height: 33px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-bar p { margin: 0; display: flex; align-items: center; gap: 8px; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(217, 255, 84, .12); }

.site-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid rgba(219, 226, 222, .9); background: rgba(255, 255, 255, .96); backdrop-filter: blur(16px); }
.site-header__main { min-height: 74px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand__mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 8px; background: var(--ink); color: var(--accent); }
.brand__mark svg { width: 21px; height: 21px; }
.brand__copy { display: grid; gap: 2px; }
.brand__copy strong { font-family: "Newsreader", Georgia, serif; font-size: 24px; line-height: 1; font-weight: 750; }
.brand__copy strong span { color: var(--brand); }
.brand__copy small { color: var(--muted); font-size: 9px; line-height: 1; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 28px; margin-left: auto; }
.desktop-nav a { position: relative; padding: 27px 0 25px; color: #46566b; font-size: 14px; font-weight: 750; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: var(--brand); transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav a:hover, .desktop-nav a.is-active { color: var(--ink); }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { transform: scaleX(1); }
.site-header__actions { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.icon-button { width: 40px; height: 40px; display: inline-grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); cursor: pointer; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.icon-button:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.mobile-menu-button { display: none; }
.mobile-nav { display: none; border-top: 1px solid var(--line); background: var(--surface); }
.mobile-nav.is-open { display: block; }
.mobile-nav__inner { display: grid; padding-block: 10px 18px; }
.mobile-nav a { padding: 11px 0; border-bottom: 1px solid var(--line); font-weight: 750; }

.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 6px; padding: 0 18px; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, .icon-button:focus-visible, input:focus-visible, a:focus-visible { outline: 3px solid var(--brand); outline-offset: 2px; }
.button:disabled { cursor: wait; opacity: .68; transform: none; }
.button--dark { background: var(--ink); color: #fff; }
.button--dark:hover { background: var(--brand); }
.button--brand { background: var(--brand); color: #fff; }
.button--brand:hover { background: var(--brand-dark); }
.button--light { border-color: var(--line); background: var(--surface); color: var(--ink); }
.button--light:hover { border-color: var(--ink); }
.button--compact { min-height: 40px; padding-inline: 14px; }

.section-kicker { margin: 0 0 8px; display: flex; align-items: center; gap: 9px; color: var(--brand); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .13em; }
.section-kicker::before { content: ""; width: 22px; height: 3px; background: var(--brand); }
.section-heading { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: 40px; line-height: 1.05; font-weight: 760; }
.section-heading--small { font-size: 30px; }
.section-copy { color: var(--muted); }
.section-header { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.section-meta { color: var(--muted); font-size: 13px; white-space: nowrap; }

.headline-section { padding: 30px 0 34px; background: var(--surface); border-bottom: 1px solid var(--line); }
.headline-section__top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.headline-section__title { margin: 0; font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.headline-section__updated { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 12px; }
.lead-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(320px, .65fr); gap: 24px; }
.lead-story { position: relative; min-height: 510px; display: flex; align-items: end; overflow: hidden; background: var(--ink); color: #fff; border-radius: 8px; isolation: isolate; }
.lead-story::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10, 22, 37, .05) 18%, rgba(10, 22, 37, .9) 100%); }
.lead-story__image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.lead-story:hover .lead-story__image { transform: scale(1.025); }
.lead-story.has-image-error { background: linear-gradient(135deg, var(--ink), #144a3a); }
.lead-story.has-image-error::before { content: "AnalizFutbol"; position: absolute; right: 34px; top: 28px; z-index: -1; color: rgba(217,255,84,.13); font-family: "Newsreader", Georgia, serif; font-size: 42px; font-weight: 800; }
.lead-story__body { width: min(100%, 800px); padding: 38px; }
.story-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; font-weight: 700; }
.story-meta--inverse { color: rgba(255,255,255,.72); }
.story-meta__category { color: var(--brand); font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.story-meta--inverse .story-meta__category { color: var(--accent); }
.story-meta__separator { width: 3px; height: 3px; border-radius: 50%; background: currentColor; opacity: .55; }
.lead-story h1 { max-width: 760px; margin: 14px 0 12px; font-family: "Newsreader", Georgia, serif; font-size: 48px; line-height: 1.02; font-weight: 760; }
.lead-story__summary { max-width: 690px; margin: 0; color: rgba(255,255,255,.8); font-size: 16px; line-height: 1.7; }
.story-link { margin-top: 24px; display: inline-flex; align-items: center; gap: 8px; color: var(--accent); font-size: 14px; font-weight: 850; }
.story-link svg { transition: transform .2s ease; }
.lead-story:hover .story-link svg, .story-link:hover svg { transform: translateX(3px); }
.lead-rail { display: grid; grid-template-rows: repeat(3, minmax(0, 1fr)); border-top: 3px solid var(--ink); }
.rail-story { display: grid; grid-template-columns: 132px minmax(0, 1fr); gap: 16px; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--line); }
.rail-story__image { width: 132px; aspect-ratio: 4/3; overflow: hidden; background: var(--ink-soft); border-radius: 5px; }
.rail-story__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.rail-story:hover img { transform: scale(1.04); }
.rail-story__image.has-image-error::after, .news-row__image.has-image-error::after, .related-story__image.has-image-error::after { content: ""; width: 100%; height: 100%; display: block; background: radial-gradient(circle at 18% 18%, hsl(var(--cover-hue, 150) 88% 70% / .42), transparent 42%), linear-gradient(135deg, hsl(var(--cover-hue, 150) 46% 17%), hsl(calc(var(--cover-hue, 150) + 52) 62% 28%)); }
.rail-story h2 { margin: 7px 0 0; font-family: "Newsreader", Georgia, serif; font-size: 20px; line-height: 1.18; font-weight: 750; }
.rail-story:hover h2 { color: var(--brand); }

.briefing { background: var(--ink); color: #fff; }
.briefing__inner { display: grid; grid-template-columns: 210px repeat(4, 1fr); }
.briefing__label { padding: 24px 22px 24px 0; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.13); }
.briefing__label span { color: var(--accent); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.briefing__label strong { margin-top: 4px; font-family: "Newsreader", Georgia, serif; font-size: 23px; }
.brief-item { min-width: 0; padding: 24px 20px; border-right: 1px solid rgba(255,255,255,.13); }
.brief-item:last-child { border-right: 0; }
.brief-item__number { color: var(--accent); font-family: "Newsreader", Georgia, serif; font-size: 16px; font-weight: 800; }
.brief-item h2 { margin: 7px 0 0; font-family: "Newsreader", Georgia, serif; font-size: 17px; line-height: 1.25; font-weight: 720; }
.brief-item:hover h2 { color: var(--accent); }

.news-section { padding: 54px 0 70px; }
.news-toolbar { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.search-field { position: relative; flex: 1; max-width: 520px; }
.search-field svg { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--muted); pointer-events: none; }
.search-field input { width: 100%; height: 46px; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); color: var(--ink); padding: 0 16px 0 43px; outline: none; }
.search-field input:focus { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(8, 120, 76, .09); }
.category-scroller { display: flex; gap: 8px; overflow-x: auto; padding: 2px 0 7px; scrollbar-width: none; }
.category-scroller::-webkit-scrollbar { display: none; }
.category-chip { flex: 0 0 auto; min-height: 38px; display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; background: transparent; padding: 0 14px; color: #526176; font-size: 12px; font-weight: 800; }
.category-chip:hover { border-color: var(--ink); color: var(--ink); }
.category-chip.is-active { border-color: var(--ink); background: var(--ink); color: #fff; }
.news-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 48px; align-items: start; }
.news-list { border-top: 3px solid var(--ink); }
.news-row { display: grid; grid-template-columns: 246px minmax(0, 1fr); gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.news-row__image { width: 100%; aspect-ratio: 3/2; overflow: hidden; background: var(--ink-soft); border-radius: 6px; }
.news-row__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.news-row:hover img { transform: scale(1.035); }
.news-row__body { display: flex; flex-direction: column; min-width: 0; }
.news-row h3 { margin: 9px 0 9px; font-family: "Newsreader", Georgia, serif; font-size: 27px; line-height: 1.12; font-weight: 750; }
.news-row:hover h3 { color: var(--brand); }
.news-row__summary { margin: 0; display: -webkit-box; overflow: hidden; color: var(--muted); font-size: 14px; line-height: 1.65; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.news-row__footer { margin-top: auto; padding-top: 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.news-row__read { display: inline-flex; align-items: center; gap: 7px; color: var(--brand); font-size: 13px; font-weight: 850; }
.news-row__read svg { transition: transform .2s ease; }
.news-row:hover .news-row__read svg { transform: translateX(3px); }
.empty-state { padding: 52px 24px; text-align: center; border-bottom: 1px solid var(--line); background: var(--surface); }
.empty-state svg { width: 34px; height: 34px; color: var(--brand); }
.empty-state h3 { margin: 12px 0 6px; font-family: "Newsreader", Georgia, serif; font-size: 25px; }
.empty-state h1 { margin: 12px 0 6px; font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 38px; line-height: 1; text-transform: uppercase; }
.empty-state p { margin: 0; color: var(--muted); }
.sidebar { position: sticky; top: 102px; display: grid; gap: 26px; }
.sidebar-panel { border-top: 3px solid var(--ink); padding-top: 18px; }
.sidebar-panel h2 { margin: 0 0 14px; font-family: "Newsreader", Georgia, serif; font-size: 24px; }
.sidebar-panel p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.topic-list { display: grid; }
.topic-list a { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 750; }
.topic-list a:hover { color: var(--brand); }
.topic-list span { color: var(--muted); font-size: 12px; font-weight: 650; }
.trust-list { display: grid; gap: 12px; }
.trust-list div { display: flex; gap: 10px; color: #46566b; font-size: 13px; line-height: 1.5; }
.trust-list svg { margin-top: 2px; color: var(--brand); }

.newsletter-band { border-top: 1px solid var(--line); background: var(--surface); }
.newsletter-band__inner { min-height: 250px; display: grid; grid-template-columns: minmax(0, 1fr) 460px; gap: 64px; align-items: center; padding-block: 46px; }
.newsletter-band h2 { margin: 8px 0 10px; font-family: "Newsreader", Georgia, serif; font-size: 40px; line-height: 1.05; }
.newsletter-band p { max-width: 620px; margin: 0; color: var(--muted); line-height: 1.7; }
.newsletter-form { display: grid; gap: 10px; }
.newsletter-form__row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.newsletter-form input[type="email"] { min-width: 0; height: 50px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); padding: 0 15px; outline: none; }
.sidebar .newsletter-form input[type="email"], .sidebar .newsletter-form .button { width: 100%; }
.newsletter-form input[type="email"]:focus { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(8, 120, 76, .09); }
.newsletter-form__consent { color: var(--muted); font-size: 11px; line-height: 1.5; }
.newsletter-form__consent a { color: var(--ink); text-decoration: underline; text-underline-offset: 2px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.form-message { margin: 0; color: var(--muted); font-size: 13px; }
.form-message.is-success { color: var(--success); }
.form-message.is-danger { color: var(--danger); }
.form-message__link { font-weight: 800; text-decoration: underline; }
.spinner { width: 15px; height: 15px; border: 2px solid rgba(255,255,255,.4); border-top-color: #fff; border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.site-footer { background: var(--ink); color: #aeb9c7; }
.site-footer__grid { display: grid; grid-template-columns: 1.25fr .65fr 1fr; gap: 70px; padding-block: 48px 38px; }
.brand--footer .brand__mark { background: rgba(255,255,255,.08); }
.brand--footer .brand__copy strong { color: #fff; }
.brand--footer .brand__copy small { color: #8996a8; }
.site-footer__summary { max-width: 440px; margin: 18px 0 0; font-size: 13px; line-height: 1.75; }
.site-footer h2 { margin: 0 0 14px; color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.site-footer nav { display: grid; gap: 9px; }
.site-footer nav a, .site-footer p { font-size: 13px; line-height: 1.65; }
.site-footer nav a:hover { color: var(--accent); }
.site-footer__bottom { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.11); font-size: 12px; }

.article-header { padding: 38px 0 30px; background: var(--surface); border-bottom: 1px solid var(--line); }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 25px; color: var(--muted); font-size: 12px; }
.breadcrumbs a:hover { color: var(--brand); }
.article-header__grid { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 60px; align-items: end; }
.article-header h1 { max-width: 940px; margin: 13px 0 17px; font-family: "Newsreader", Georgia, serif; font-size: 56px; line-height: 1.02; font-weight: 760; }
.article-deck { max-width: 820px; margin: 0; color: #526176; font-size: 19px; line-height: 1.6; }
.article-actions { display: grid; gap: 8px; }
.article-actions .button { width: 100%; }
.article-hero { width: min(100% - 40px, var(--shell)); max-height: 650px; aspect-ratio: 16/8; margin: 30px auto 0; overflow: hidden; background: var(--ink); border-radius: 8px; }
.article-hero img { width: 100%; height: 100%; object-fit: cover; }
.article-hero.has-image-error::after { content: "AnalizFutbol"; width: 100%; height: 100%; display: grid; place-items: center; color: var(--accent); font-family: "Newsreader", Georgia, serif; font-size: 40px; font-weight: 800; }
.article-main { display: grid; grid-template-columns: minmax(0, 760px) 300px; justify-content: space-between; gap: 70px; padding-block: 45px 64px; }
.article-copy { min-width: 0; }
.article-copy__lead p { margin: 0 0 22px; color: #25364c; font-family: "Newsreader", Georgia, serif; font-size: 23px; line-height: 1.72; }
.article-placeholder { padding: 24px 0; border-block: 1px solid var(--line); }
.article-placeholder h2 { margin: 0 0 8px; font-family: "Newsreader", Georgia, serif; font-size: 27px; }
.article-placeholder p { margin: 0; color: var(--muted); line-height: 1.7; }
.takeaways { margin-top: 34px; padding: 28px 0; border-block: 1px solid var(--line); }
.takeaways h2 { margin: 0 0 19px; font-family: "Newsreader", Georgia, serif; font-size: 29px; }
.takeaways ul { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.takeaways li { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 11px; color: #314258; line-height: 1.65; }
.takeaways__icon { width: 22px; height: 22px; display: grid; place-items: center; margin-top: 1px; border-radius: 50%; background: rgba(8, 120, 76, .11); color: var(--brand); }
.takeaways__icon svg { width: 13px; height: 13px; }
.editorial-note { margin: 27px 0 0; color: #7b8796; font-size: 12px; line-height: 1.7; }
.article-aside { display: grid; align-content: start; gap: 26px; }
.source-box { border-top: 3px solid var(--ink); padding-top: 18px; }
.source-box__label { display: flex; align-items: center; gap: 8px; color: var(--brand); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.source-box h2 { margin: 11px 0 7px; font-family: "Newsreader", Georgia, serif; font-size: 27px; }
.source-box p { margin: 0 0 18px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.article-facts { display: grid; border-top: 1px solid var(--line); }
.article-facts div { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.article-facts dt { color: var(--muted); }
.article-facts dd { margin: 0; font-weight: 750; text-align: right; }
.related-section { padding: 48px 0 64px; border-top: 1px solid var(--line); background: var(--surface); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 24px; }
.related-story { display: grid; gap: 14px; }
.related-story__image { aspect-ratio: 16/9; overflow: hidden; border-radius: 6px; background: var(--ink-soft); }
.related-story__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.related-story:hover img { transform: scale(1.035); }
.related-story h3 { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: 22px; line-height: 1.18; }
.related-story:hover h3 { color: var(--brand); }

.content-page { min-height: 65vh; padding: 54px 0 72px; }
.content-page__header { max-width: 800px; margin-bottom: 38px; }
.content-page__header h1 { margin: 10px 0 13px; font-family: "Newsreader", Georgia, serif; font-size: 52px; line-height: 1.05; }
.content-page__header p { color: var(--muted); font-size: 18px; line-height: 1.65; }
.policy-layout { display: grid; grid-template-columns: 240px minmax(0, 720px); gap: 70px; align-items: start; }
.policy-nav { position: sticky; top: 104px; display: grid; border-top: 3px solid var(--ink); }
.policy-nav a { padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; font-weight: 750; }
.policy-nav a:hover { color: var(--brand); }
.policy-content { display: grid; gap: 34px; }
.policy-content section { scroll-margin-top: 110px; }
.policy-content h2 { margin: 0 0 8px; font-family: "Newsreader", Georgia, serif; font-size: 28px; }
.policy-content p { margin: 0; color: #526176; line-height: 1.8; }
.policy-content p + p { margin-top: 12px; }
.policy-content a { color: var(--brand-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.message-page { min-height: calc(100vh - 166px); display: grid; place-items: center; padding: 50px 20px; }
.message-panel { width: min(100%, 620px); text-align: center; }
.message-panel__icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 50%; background: rgba(8,120,76,.11); color: var(--brand); }
.message-panel__icon.is-warning { background: rgba(154,101,0,.12); color: var(--warning); }
.message-panel__icon svg { width: 27px; height: 27px; }
.message-panel h1 { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: 45px; line-height: 1.05; }
.message-panel p { max-width: 520px; margin: 16px auto 25px; color: var(--muted); font-size: 17px; line-height: 1.7; }

.today-matches { padding: 28px 0 8px; background: #f7faf8; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.today-matches .section-header { margin-bottom: 15px; }
.today-matches__meta { display: flex; align-items: center; gap: 18px; }
.today-matches__meta > span, .today-matches__meta > a { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: 11px; font-weight: 800; }
.today-matches__meta > span.is-stale { color: var(--warning); }
.today-matches__meta svg { width: 14px; height: 14px; }
.today-matches__meta > a { color: var(--brand-dark); }
.today-match-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; padding-bottom: 25px; }
.today-match-card { min-width: 0; padding: 14px 15px; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.today-match-card:hover { border-color: rgba(8,120,76,.38); box-shadow: 0 7px 18px rgba(10,22,37,.07); transform: translateY(-2px); }
.today-match-card.is-live { border-color: rgba(8,120,76,.38); background: #f1faf4; }
.today-match-card__league { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.today-match-card__league span:last-child { color: var(--brand-dark); }
.today-match-card__teams { display: grid; grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr); align-items: center; gap: 8px; margin-top: 14px; }
.today-match-card__teams > div { min-width: 0; display: grid; justify-items: center; gap: 7px; text-align: center; }
.today-match-card__teams strong { width: 100%; overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.today-match-card__score { color: var(--ink); font-family: "Newsreader", Georgia, serif; font-size: 21px; font-weight: 800; text-align: center; }
.team-crest--small { width: 32px; height: 32px; font-size: 9px; }
.team-crest--small img { padding: 4px; }

.admin-header { background: var(--ink); color: #fff; }
.admin-header__inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.admin-brand { display: flex; align-items: center; gap: 11px; font-family: "Newsreader", Georgia, serif; font-size: 22px; font-weight: 760; }
.admin-brand span { color: var(--accent); }
.admin-main { padding-block: 34px 64px; }
.admin-titlebar { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 25px; }
.admin-titlebar h1 { margin: 5px 0 0; font-family: "Newsreader", Georgia, serif; font-size: 38px; }
.admin-titlebar p { margin: 0; color: var(--muted); }
.admin-tabs { display: flex; align-items: center; gap: 4px; margin-bottom: 23px; padding: 4px; overflow-x: auto; border: 1px solid var(--line); border-radius: 7px; background: var(--surface-muted); }
.admin-tabs a { min-height: 35px; display: inline-flex; align-items: center; padding: 0 14px; border-radius: 4px; color: var(--muted); font-size: 12px; font-weight: 800; white-space: nowrap; }
.admin-tabs a:hover { color: var(--ink); }
.admin-tabs a.is-active { background: var(--ink); color: #fff; }
.notice { margin-bottom: 20px; padding: 12px 14px; border-left: 4px solid var(--success); background: #e6f4ed; color: #075c3b; font-size: 13px; font-weight: 750; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.metric { padding: 18px; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); }
.metric__top { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 12px; font-weight: 750; }
.metric__top span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 5px; background: var(--surface-muted); color: var(--ink); }
.metric strong { display: block; margin-top: 13px; font-family: "Newsreader", Georgia, serif; font-size: 34px; line-height: 1; }
.admin-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; margin-top: 20px; }
.admin-panel { min-width: 0; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); }
.admin-panel--wide { grid-column: 1 / -1; }
.admin-panel__header { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 18px; border-bottom: 1px solid var(--line); }
.admin-panel__header h2 { margin: 0; font-size: 15px; }
.admin-panel__header span { color: var(--muted); font-size: 11px; }
.admin-inline-link { display: inline-flex; align-items: center; gap: 5px; color: var(--brand-dark); font-size: 11px; font-weight: 800; }
.admin-inline-link svg { width: 14px; height: 14px; }
.admin-health-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.admin-health-grid > div { display: grid; gap: 7px; min-width: 0; padding: 17px 18px; border-right: 1px solid var(--line); }
.admin-health-grid > div:last-child { border-right: 0; }
.admin-health-grid span, .admin-health-list span { color: var(--muted); font-size: 10px; font-weight: 750; }
.admin-health-grid strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.admin-health-list { display: grid; }
.admin-health-list > div { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 14px 18px; border-bottom: 1px solid var(--line); }
.admin-health-list > div:last-child { border-bottom: 0; }
.metric-value-small { min-height: 34px; display: flex !important; align-items: center; font-family: Inter, sans-serif !important; font-size: 14px !important; }
.metric-note { margin: 11px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.admin-action-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; padding: 18px; }
.admin-action--large { width: 100%; min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; }
.admin-action--large svg { width: 16px; height: 16px; }
.admin-action--muted { background: #687586; }
.admin-action:disabled { opacity: .45; cursor: not-allowed; }
.admin-panel__body { padding: 19px; }
.admin-copy { margin: 0 0 17px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.admin-form { display: grid; gap: 9px; }
.admin-form label { color: var(--muted); font-size: 11px; font-weight: 800; }
.admin-form input { min-height: 40px; padding: 0 11px; border: 1px solid var(--line); border-radius: 4px; background: #fff; color: var(--ink); font: inherit; }
.admin-inline-form { display: inline-flex; }
.admin-actions-cell { display: flex; flex-wrap: wrap; gap: 6px; }
.table-scroll { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.admin-table th { padding: 10px 14px; background: #f7f9f8; color: var(--muted); text-align: left; font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.admin-table td { padding: 13px 14px; border-top: 1px solid var(--line); vertical-align: top; }
.admin-table strong { font-size: 13px; }
.table-error { max-width: 520px; color: var(--danger); line-height: 1.5; }
.status-pill { display: inline-flex; align-items: center; gap: 6px; min-height: 25px; padding: 0 8px; border-radius: 999px; background: var(--surface-muted); color: var(--ink-soft); font-size: 10px; font-weight: 850; }
.status-pill::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.status-pill.is-success { background: #e4f3eb; color: #08734a; }
.status-pill.is-warning { background: #fff4d6; color: #8b5b00; }
.status-pill.is-danger { background: #fbe8ea; color: #aa2534; }
.admin-list { display: grid; }
.admin-list__item { padding: 14px 18px; border-bottom: 1px solid var(--line); }
.admin-list__item:last-child { border-bottom: 0; }
.admin-list__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.admin-list__item strong { font-size: 12px; }
.admin-list__item time { color: var(--muted); font-size: 10px; }
.admin-list__item p { margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.admin-empty { padding: 26px 18px; color: var(--muted); text-align: center; font-size: 12px; }
.admin-action { min-height: 31px; padding: 0 10px; border: 0; border-radius: 4px; background: var(--ink); color: #fff; font-size: 11px; font-weight: 800; cursor: pointer; }
.admin-action:hover { background: var(--brand); }
.admin-tabs a { gap: 7px; }
.admin-tabs a svg { width: 14px; height: 14px; flex: 0 0 auto; }
.admin-section-gap { margin-top: 20px; }
.admin-quick-actions { display: grid; }
.admin-quick-actions a { min-height: 52px; display: flex; align-items: center; gap: 11px; padding: 0 18px; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 11px; font-weight: 800; }
.admin-quick-actions a:last-child { border-bottom: 0; }
.admin-quick-actions a:hover { background: #f2f7f4; color: var(--brand-dark); }
.admin-quick-actions svg { width: 17px; height: 17px; color: var(--brand); }
.admin-filterbar { display: grid; grid-template-columns: 170px minmax(260px, 1fr) 220px auto auto; gap: 10px; align-items: end; margin: 20px 0; padding: 15px; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); }
.admin-filterbar label { min-width: 0; display: grid; gap: 6px; }
.admin-filterbar label > span { color: var(--muted); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.admin-filterbar input,
.admin-filterbar select,
.admin-editor input,
.admin-editor textarea,
.admin-editor select { width: 100%; min-height: 39px; padding: 0 10px; border: 1px solid var(--line); border-radius: 4px; background: #fff; color: var(--ink); font: inherit; font-size: 12px; outline: none; }
.admin-filterbar input:focus,
.admin-filterbar select:focus,
.admin-editor input:focus,
.admin-editor textarea:focus,
.admin-editor select:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(8,120,76,.09); }
.admin-filterbar .button { min-height: 39px; }
.admin-table__primary { min-width: 230px; }
.admin-table__primary > strong,
.admin-table__primary > span { display: block; }
.admin-table__primary > span { max-width: 420px; margin-top: 4px; overflow: hidden; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.admin-table__summary { min-width: 250px; max-width: 430px; color: var(--muted); line-height: 1.55; }
.admin-actions-cell form { margin: 0; }
.admin-icon-action { width: 31px; height: 31px; display: inline-grid; place-items: center; border: 1px solid var(--line); border-radius: 4px; background: #fff; color: var(--ink-soft); cursor: pointer; }
.admin-icon-action:hover { border-color: var(--brand); color: var(--brand-dark); }
.admin-icon-action.is-danger { color: var(--danger); }
.admin-icon-action svg { width: 14px; height: 14px; }
.admin-grid--sources { align-items: start; }
.notice--danger { border-left-color: var(--danger); background: #fbe8ea; color: #8f2130; }
.admin-editor-shell { max-width: 980px; }
.admin-editor { display: grid; gap: 18px; padding: 24px; }
.admin-editor > label,
.admin-editor__row label { display: grid; gap: 7px; color: var(--muted); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; }
.admin-editor textarea { min-height: 260px; padding: 12px; resize: vertical; line-height: 1.65; text-transform: none; }
.admin-editor__meta { display: flex; flex-wrap: wrap; gap: 8px; }
.admin-editor__meta span { padding: 5px 8px; border-radius: 999px; background: var(--surface-muted); color: var(--muted); font-size: 9px; font-weight: 750; }
.admin-editor__row { display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: 14px; }
.admin-editor__actions { display: flex; justify-content: flex-end; gap: 9px; padding-top: 4px; }

@media (max-width: 1080px) {
    .desktop-nav { gap: 18px; }
    .desktop-nav a { font-size: 13px; }
    .lead-layout { grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); }
    .lead-story { min-height: 470px; }
    .lead-story h1 { font-size: 42px; }
    .briefing__inner { grid-template-columns: 170px repeat(4, 1fr); }
    .news-layout { grid-template-columns: minmax(0, 1fr) 290px; gap: 34px; }
    .article-header h1 { font-size: 49px; }
}

@media (max-width: 900px) {
    .shell { width: min(100% - 32px, var(--shell)); }
    .desktop-nav, .header-subscribe { display: none; }
    .mobile-menu-button { display: inline-grid; }
    .lead-layout { grid-template-columns: 1fr; }
    .lead-rail { grid-template-columns: repeat(3, 1fr); grid-template-rows: none; gap: 18px; padding-top: 20px; }
    .rail-story { grid-template-columns: 1fr; align-content: start; padding: 0 0 18px; }
    .rail-story__image { width: 100%; }
    .briefing__inner { grid-template-columns: repeat(2, 1fr); }
    .briefing__label { grid-column: 1 / -1; padding: 20px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
    .brief-item { padding-left: 0; }
    .brief-item:nth-child(3), .brief-item:nth-child(5) { padding-left: 20px; border-right: 0; }
    .news-layout { grid-template-columns: 1fr; }
    .sidebar { position: static; grid-template-columns: repeat(2, 1fr); }
    .newsletter-band__inner { grid-template-columns: 1fr; gap: 26px; }
    .article-header__grid { grid-template-columns: 1fr; gap: 26px; }
    .article-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .article-main { grid-template-columns: 1fr; gap: 42px; }
    .article-aside { grid-template-columns: repeat(2, 1fr); }
    .related-grid { grid-template-columns: repeat(2, 1fr); }
    .policy-layout { grid-template-columns: 1fr; gap: 30px; }
    .policy-nav { position: static; grid-template-columns: repeat(2, 1fr); column-gap: 20px; }
    .site-footer__grid { grid-template-columns: 1.4fr .6fr; gap: 45px; }
    .site-footer__grid > :last-child { grid-column: 1 / -1; }
    .metric-grid { grid-template-columns: repeat(2, 1fr); }
    .admin-grid { grid-template-columns: 1fr; }
    .admin-panel--wide { grid-column: auto; }
    .today-match-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .admin-health-grid { grid-template-columns: repeat(2, 1fr); }
    .admin-health-grid > div:nth-child(2) { border-right: 0; }
    .admin-health-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .admin-action-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .admin-filterbar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .admin-filterbar__search { grid-column: span 1; }
}

@media (max-width: 640px) {
    .shell { width: min(100% - 24px, var(--shell)); }
    .utility-bar__date { display: none !important; }
    .site-header__main { min-height: 64px; gap: 14px; }
    .brand__mark { width: 36px; height: 36px; }
    .brand__copy strong { font-size: 21px; }
    .site-header__actions { gap: 6px; }
    .icon-button { width: 38px; height: 38px; }
    .headline-section { padding-top: 20px; }
    .headline-section__updated { display: none; }
    .lead-story { min-height: 420px; }
    .lead-story__body { padding: 24px 20px; }
    .lead-story h1 { font-size: 35px; }
    .lead-story__summary { font-size: 14px; -webkit-line-clamp: 3; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; }
    .lead-rail { display: grid; grid-template-columns: 1fr; gap: 0; }
    .rail-story { grid-template-columns: 118px minmax(0, 1fr); gap: 14px; padding: 14px 0; }
    .rail-story__image { width: 118px; }
    .rail-story h2 { font-size: 18px; }
    .briefing__inner { display: flex; overflow-x: auto; scrollbar-width: none; }
    .briefing__inner::-webkit-scrollbar { display: none; }
    .briefing__label { min-width: 175px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 0; }
    .brief-item { min-width: 230px; padding: 20px 16px; border-right: 1px solid rgba(255,255,255,.13) !important; }
    .section-heading { font-size: 34px; }
    .section-header { align-items: start; }
    .section-meta { padding-top: 5px; }
    .news-section { padding: 42px 0 52px; }
    .news-toolbar { align-items: stretch; flex-direction: column; }
    .search-field { max-width: none; }
    .news-row { grid-template-columns: 116px minmax(0, 1fr); gap: 14px; padding: 18px 0; }
    .news-row__image { aspect-ratio: 1/1; }
    .news-row h3 { margin: 6px 0; font-size: 20px; }
    .news-row__summary, .news-row__footer .story-meta { display: none; }
    .news-row__footer { padding-top: 8px; }
    .news-row__read { font-size: 12px; }
    .sidebar { grid-template-columns: 1fr; }
    .newsletter-band__inner { padding-block: 38px; }
    .newsletter-band h2 { font-size: 34px; }
    .newsletter-form__row { grid-template-columns: 1fr; }
    .newsletter-form .button { width: 100%; }
    .site-footer__grid { grid-template-columns: 1fr; gap: 30px; padding-block: 40px 30px; }
    .site-footer__grid > :last-child { grid-column: auto; }
    .site-footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; padding-block: 15px; }
    .today-matches__meta { align-items: flex-end; flex-direction: column; gap: 7px; }
    .today-match-grid { grid-template-columns: 1fr; }
    .admin-action-grid { grid-template-columns: 1fr; }
    .admin-health-grid { grid-template-columns: 1fr; }
    .admin-health-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
    .admin-health-grid > div:last-child { border-bottom: 0; }
    .article-header { padding-top: 24px; }
    .article-header h1 { font-size: 38px; }
    .article-deck { font-size: 16px; }
    .article-actions { grid-template-columns: 1fr; }
    .article-hero { width: 100%; margin-top: 20px; border-radius: 0; aspect-ratio: 4/3; }
    .article-main { padding-block: 35px 50px; }
    .article-copy__lead p { font-size: 20px; line-height: 1.65; }
    .article-aside { grid-template-columns: 1fr; }
    .related-grid { grid-template-columns: 1fr; }
    .related-story { grid-template-columns: 120px minmax(0, 1fr); align-items: center; }
    .related-story h3 { font-size: 19px; }
    .content-page__header h1 { font-size: 39px; }
    .content-page__header p { font-size: 16px; }
    .policy-nav { grid-template-columns: 1fr; }
    .message-panel h1 { font-size: 37px; }
    .metric-grid { grid-template-columns: 1fr 1fr; }
    .metric { padding: 14px; }
    .metric strong { font-size: 29px; }
    .admin-titlebar { align-items: start; flex-direction: column; }
    .admin-filterbar { grid-template-columns: 1fr; }
    .admin-editor__row { grid-template-columns: 1fr; }
    .admin-editor__actions { align-items: stretch; flex-direction: column-reverse; }
    .admin-editor__actions .button { width: 100%; }
}

/* Public match center */
.sports-page { min-height: 70vh; }
.sports-hero { position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.sports-hero::before { content: ""; position: absolute; inset: -50% -10% auto 55%; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(8,120,76,.55), rgba(8,120,76,0) 68%); pointer-events: none; }
.sports-hero__inner { position: relative; min-height: 250px; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding-block: 45px; }
.sports-hero .section-kicker, .league-hero .section-kicker { color: var(--accent); }
.sports-hero .section-kicker::before, .league-hero .section-kicker::before { background: var(--accent); }
.sports-hero h1 { margin: 8px 0 10px; font-family: "Newsreader", Georgia, serif; font-size: 54px; line-height: 1; }
.sports-hero p:not(.section-kicker) { max-width: 670px; margin: 0; color: #b9c4d1; line-height: 1.7; }
.sports-hero__status { min-width: 210px; display: flex; align-items: center; gap: 13px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; background: rgba(255,255,255,.07); backdrop-filter: blur(10px); }
.sports-hero__status .live-dot { width: 9px; height: 9px; animation: livePulse 1.8s ease-out infinite; }
.sports-hero__status.is-stale .live-dot { background: #ffca57; box-shadow: 0 0 0 4px rgba(255,202,87,.12); animation: none; }
.sports-hero__status div { display: grid; gap: 2px; }
.sports-hero__status strong { font-size: 14px; }
.sports-hero__status small { color: #9facbc; font-size: 11px; }
@keyframes livePulse { 0% { box-shadow: 0 0 0 0 rgba(217,255,84,.45); } 70% { box-shadow: 0 0 0 9px rgba(217,255,84,0); } 100% { box-shadow: 0 0 0 0 rgba(217,255,84,0); } }

.sports-date-nav { position: relative; z-index: 2; min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: -1px; border-bottom: 1px solid var(--line); }
.sports-date-nav__quick { display: flex; align-self: stretch; }
.date-chip { min-width: 112px; display: grid; place-content: center; gap: 2px; border-inline: 1px solid transparent; color: var(--muted); text-align: center; }
.date-chip span { font-size: 13px; font-weight: 800; }
.date-chip small { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.date-chip:hover { color: var(--brand); }
.date-chip.is-active { border-color: var(--line); background: var(--surface); color: var(--ink); box-shadow: inset 0 3px var(--brand); }
.sports-date-picker { display: flex; align-items: center; gap: 9px; }
.sports-date-picker label { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.sports-date-picker input { height: 40px; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); padding: 0 10px; color: var(--ink); }

.sports-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 42px; align-items: start; padding-block: 40px 70px; }
.sports-layout__main { min-width: 0; }
.sports-notice { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; padding: 14px 17px; border-left: 4px solid #d69a17; background: #fff7df; color: #765315; }
.sports-notice svg { width: 22px; height: 22px; }
.sports-notice p { margin: 0; font-size: 12px; line-height: 1.55; }
.sports-notice strong { display: block; color: #61430d; }
.fixture-group { overflow: hidden; margin-bottom: 26px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); box-shadow: 0 7px 22px rgba(10,22,37,.04); }
.fixture-group--live { border-color: rgba(8,120,76,.35); box-shadow: 0 9px 28px rgba(8,120,76,.09); }
.fixture-group__header { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 21px; border-bottom: 1px solid var(--line); background: #fafbf9; }
.fixture-group--live .fixture-group__header { background: #edf8f2; }
.fixture-group__header > div { min-width: 0; display: flex; align-items: center; gap: 12px; }
.fixture-group__header img { width: 34px; height: 34px; object-fit: contain; }
.fixture-group__header small { display: block; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.fixture-group__header h2 { margin: 1px 0 0; font-family: "Newsreader", Georgia, serif; font-size: 21px; line-height: 1.1; }
.fixture-group__header > span, .fixture-group__header > a { color: var(--muted); font-size: 11px; font-weight: 800; }
.fixture-group__header > a { display: inline-flex; align-items: center; gap: 6px; color: var(--brand); }
.fixture-group__header > a:hover { color: var(--ink); }
.fixture-list { display: grid; }
.match-card { border-bottom: 1px solid var(--line); transition: background .2s ease; }
.match-card:last-child { border-bottom: 0; }
.match-card:hover { background: #f7faf8; }
.match-card.is-live { background: linear-gradient(90deg, rgba(8,120,76,.045), transparent 65%); }
.match-card__link { min-height: 96px; display: grid; grid-template-columns: minmax(0, 1fr) 128px minmax(0, 1fr) 22px; gap: 16px; align-items: center; padding: 15px 19px; }
.match-card__team { min-width: 0; display: flex; align-items: center; gap: 12px; }
.match-card__team--home { justify-content: flex-end; text-align: right; }
.match-card__team--home .team-crest { order: 2; }
.match-card__team strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.team-crest { position: relative; width: 45px; height: 45px; flex: 0 0 auto; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 50%; background: var(--surface-muted); color: var(--brand); font-size: 11px; font-weight: 850; }
.team-crest > span { position: absolute; inset: 0; display: grid; place-items: center; }
.team-crest img { position: relative; z-index: 1; width: 100%; height: 100%; padding: 6px; object-fit: contain; background: #fff; }
.team-crest--large { width: 88px; height: 88px; border: 0; background: rgba(255,255,255,.1); color: var(--accent); font-size: 20px; }
.team-crest--large img { padding: 10px; border-radius: 50%; }
.match-card__center { display: grid; justify-items: center; gap: 5px; text-align: center; }
.match-card__kickoff { font-family: "Newsreader", Georgia, serif; font-size: 25px; line-height: 1; font-weight: 750; }
.match-card__score { display: flex; align-items: center; gap: 7px; font-family: "Newsreader", Georgia, serif; font-size: 27px; line-height: 1; }
.match-card__score b { min-width: 22px; }
.match-card__score i { color: #98a3b0; font-style: normal; }
.match-status { display: inline-flex; align-items: center; justify-content: center; min-height: 22px; padding: 0 8px; border-radius: 999px; background: #eef1f3; color: #5e6a7a; font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; white-space: nowrap; }
.match-status.is-live { background: #e0f4e9; color: #08734a; }
.match-status.is-live::before { content: ""; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: currentColor; }
.match-status.is-finished { background: #edf0f2; color: #536173; }
.match-status.is-cancelled { background: #fbe8ea; color: #aa2534; }
.match-card__arrow { color: #a4aeba; transition: transform .2s ease, color .2s ease; }
.match-card:hover .match-card__arrow { color: var(--brand); transform: translateX(3px); }

.sports-sidebar { position: sticky; top: 102px; display: grid; gap: 24px; }
.sports-sidebar__panel { padding-top: 17px; border-top: 3px solid var(--ink); }
.sports-sidebar__panel h2, .sports-data-note h2 { margin: 0 0 13px; font-family: "Newsreader", Georgia, serif; font-size: 24px; }
.league-directory { display: grid; }
.league-directory a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); color: #445269; font-size: 12px; font-weight: 750; }
.league-directory a:hover { color: var(--brand); padding-left: 3px; }
.league-directory svg { color: #a0aab6; }
.sports-data-note { padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.sports-data-note > svg { width: 26px; height: 26px; margin-bottom: 12px; color: var(--brand); }
.sports-data-note p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.sports-empty { min-height: 390px; display: grid; place-items: center; align-content: center; padding: 50px 25px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); text-align: center; }
.sports-empty > span { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 50%; background: #e8f3ed; color: var(--brand); }
.sports-empty > span svg { width: 29px; height: 29px; }
.sports-empty .section-kicker { justify-content: center; }
.sports-empty h2 { margin: 5px 0 9px; font-family: "Newsreader", Georgia, serif; font-size: 31px; }
.sports-empty p:not(.section-kicker) { max-width: 540px; margin: 0 0 22px; color: var(--muted); line-height: 1.7; }

/* Match detail */
.match-hero, .league-hero { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--ink) 0%, #102a30 100%); color: #fff; }
.match-hero::after, .league-hero::after { content: ""; position: absolute; width: 440px; height: 440px; right: -130px; top: -210px; border-radius: 50%; border: 90px solid rgba(217,255,84,.035); pointer-events: none; }
.breadcrumbs--inverse { position: relative; z-index: 1; margin: 0; padding-top: 27px; color: #98a8ba; }
.breadcrumbs--inverse a:hover { color: var(--accent); }
.match-hero__meta { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 20px; color: #aab8c7; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.match-hero__meta i { width: 3px; height: 3px; border-radius: 50%; background: var(--accent); }
.match-scoreboard { position: relative; z-index: 1; max-width: 970px; min-height: 285px; display: grid; grid-template-columns: minmax(0, 1fr) 190px minmax(0, 1fr); gap: 40px; align-items: center; margin: 0 auto; padding: 32px 0 36px; }
.match-scoreboard__team { min-width: 0; display: grid; justify-items: center; gap: 9px; text-align: center; }
.match-scoreboard__team h1 { max-width: 300px; margin: 0; font-family: "Newsreader", Georgia, serif; font-size: 31px; line-height: 1.08; }
.match-scoreboard__team small { color: #93a2b4; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.match-scoreboard__result { display: grid; justify-items: center; gap: 9px; }
.match-scoreboard__score { display: flex; align-items: center; gap: 13px; font-family: "Newsreader", Georgia, serif; font-size: 68px; font-weight: 760; line-height: .95; }
.match-scoreboard__score i { color: #69798c; font-size: 42px; font-style: normal; }
.match-scoreboard__time { font-family: "Newsreader", Georgia, serif; font-size: 66px; font-weight: 760; line-height: 1; }
.match-scoreboard__date { color: #aab7c6; font-size: 11px; font-weight: 750; }
.match-hero__freshness { position: relative; z-index: 1; margin: 0; padding: 13px 0 15px; border-top: 1px solid rgba(255,255,255,.1); color: #8e9daf; text-align: center; font-size: 10px; }
.match-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 42px; align-items: start; padding-block: 38px 70px; }
.match-detail-main { min-width: 0; display: grid; gap: 28px; }
.match-facts { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.match-facts > div { min-width: 0; display: flex; align-items: center; gap: 12px; padding: 18px; border-right: 1px solid var(--line); }
.match-facts > div:last-child { border-right: 0; }
.match-facts svg { width: 22px; height: 22px; color: var(--brand); }
.match-facts span { min-width: 0; display: grid; gap: 3px; }
.match-facts small { color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.match-facts strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.match-section { overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); }
.match-section__heading { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 22px; border-bottom: 1px solid var(--line); }
.match-section__heading .section-kicker { margin-bottom: 4px; }
.match-section__heading h2 { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: 27px; line-height: 1.05; }
.match-section__heading > span { color: var(--muted); font-size: 11px; font-weight: 800; }
.match-section__empty { display: grid; justify-items: center; padding: 55px 24px; text-align: center; }
.match-section__empty svg { width: 32px; height: 32px; color: var(--brand); }
.match-section__empty h3 { margin: 12px 0 5px; font-family: "Newsreader", Georgia, serif; font-size: 24px; }
.match-section__empty p { margin: 0; color: var(--muted); font-size: 13px; }
.match-section__empty--compact { min-height: 150px; align-content: center; padding: 25px; }
.match-pitch-panel__heading { align-items: flex-start; }
.pitch-status-list { max-width: 430px; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.data-chip { min-height: 27px; display: inline-flex; align-items: center; gap: 5px; padding: 0 9px; border: 1px solid #cfe0d7; border-radius: 999px; background: #f1faf5; color: #12643f; font-size: 8px; font-weight: 850; text-transform: uppercase; letter-spacing: .055em; white-space: nowrap; }
.data-chip svg { width: 12px; height: 12px; }
.data-chip.is-estimated { border-color: #eadb9a; background: #fff8d9; color: #735710; }
.data-chip.is-score-only { border-color: #b9ddc9; background: #eaf8f0; color: #075f3b; }
.data-chip.is-muted { border-color: #dfe5e8; background: #f4f6f7; color: #6d7886; }
.match-pitch-panel__body { display: grid; grid-template-columns: minmax(0, 1.55fr) 245px; background: #071b18; color: #fff; }
.match-pitch-stage { position: relative; min-width: 0; display: grid; place-items: center; padding: 27px; background: radial-gradient(circle at 50% 50%, rgba(113,255,185,.08), transparent 55%); }
.match-pitch { width: 100%; height: auto; display: block; overflow: visible; filter: drop-shadow(0 18px 28px rgba(0,0,0,.24)); }
.match-pitch__grass { fill: #0a7650; }
.match-pitch__markings { fill: none; stroke: rgba(255,255,255,.68); stroke-width: .34; vector-effect: non-scaling-stroke; }
.match-pitch__markings .is-filled { fill: rgba(255,255,255,.82); stroke: none; }
.match-pitch__formation circle { stroke: rgba(255,255,255,.92); stroke-width: .42; vector-effect: non-scaling-stroke; filter: drop-shadow(0 1px 2px rgba(0,0,0,.35)); }
.match-pitch__formation-home circle { fill: #d9ff54; }
.match-pitch__formation-away circle { fill: #5ad8ff; }
.match-pitch__formation text { fill: rgba(255,255,255,.72); font-family: "Inter", sans-serif; font-size: 1.55px; font-weight: 800; letter-spacing: .08em; text-anchor: middle; }
.match-pitch__formation text.is-away { fill: rgba(190,238,255,.8); }
.match-pitch__trajectory { stroke: #d9ff54; stroke-width: .8; stroke-linecap: round; stroke-dasharray: 2.2 1.2; vector-effect: non-scaling-stroke; filter: drop-shadow(0 0 3px rgba(217,255,84,.55)); }
.match-pitch__ball { will-change: transform; }
.match-pitch__pulse { fill: rgba(217,255,84,.16); stroke: rgba(217,255,84,.7); stroke-width: .35; animation: pitchPulse 1.8s ease-out infinite; }
.match-pitch__ball-shadow { fill: rgba(0,0,0,.25); }
.match-pitch__ball-core { fill: #fff; stroke: #d9ff54; stroke-width: .55; filter: drop-shadow(0 1px 2px rgba(0,0,0,.5)); }
.match-pitch-empty { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 6px; padding: 25px; background: rgba(5,25,21,.72); text-align: center; backdrop-filter: blur(2px); }
.match-pitch-empty svg { width: 29px; height: 29px; margin-bottom: 4px; color: var(--accent); }
.match-pitch-empty strong { font-family: "Newsreader", Georgia, serif; font-size: 22px; }
.match-pitch-empty span { color: #a8bbb3; font-size: 11px; }
.match-pitch-empty.is-score-only { inset: auto 40px 37px; grid-template-columns: auto minmax(0, auto); place-content: initial; justify-items: start; align-items: center; gap: 1px 10px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.15); border-radius: 8px; background: rgba(3,24,19,.86); text-align: left; backdrop-filter: blur(7px); box-shadow: 0 8px 22px rgba(0,0,0,.2); }
.match-pitch-empty.is-score-only svg { grid-row: 1 / 3; width: 19px; height: 19px; margin: 0; }
.match-pitch-empty.is-score-only strong { font-family: "Inter", sans-serif; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; }
.match-pitch-empty.is-score-only span { font-size: 8px; line-height: 1.35; }
.match-pitch-insight { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 25px 22px; border-left: 1px solid rgba(255,255,255,.1); background: rgba(0,0,0,.12); }
.match-pitch-insight__eyebrow { color: var(--accent); font-size: 8px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.match-pitch-insight h3 { margin: 8px 0 9px; font-family: "Newsreader", Georgia, serif; font-size: 25px; line-height: 1.05; }
.match-pitch-insight > p { margin: 0; color: #a8bbb3; font-size: 11px; line-height: 1.65; }
.match-pitch-insight dl { display: grid; gap: 9px; margin: 23px 0 0; }
.match-pitch-insight dl > div { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding-top: 9px; border-top: 1px solid rgba(255,255,255,.09); }
.match-pitch-insight dt { color: #81978e; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.match-pitch-insight dd { overflow: hidden; margin: 0; color: #e7f0ec; font-size: 9px; font-weight: 750; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
@keyframes pitchPulse { 0% { opacity: .9; transform: scale(.55); } 70%, 100% { opacity: 0; transform: scale(1.25); } }
.event-timeline { position: relative; padding: 8px 22px; }
.event-timeline::before { content: ""; position: absolute; left: 81px; top: 26px; bottom: 26px; width: 1px; background: var(--line); }
.event-row { position: relative; min-height: 76px; display: grid; grid-template-columns: 45px 18px minmax(0, 1fr) minmax(100px, .35fr); gap: 13px; align-items: center; border-bottom: 1px solid #edf0ee; }
.event-row:last-child { border-bottom: 0; }
.event-row time { color: var(--ink); font-family: "Newsreader", Georgia, serif; font-size: 18px; font-weight: 800; text-align: right; }
.event-row__marker { position: relative; z-index: 1; width: 13px; height: 13px; justify-self: center; border: 3px solid var(--surface); border-radius: 50%; background: #9aa6b3; box-shadow: 0 0 0 1px var(--line); }
.event-row.goal .event-row__marker { background: var(--brand); }
.event-row.yellow-card .event-row__marker { border-radius: 2px; background: #f3bd22; }
.event-row.red-card .event-row__marker { border-radius: 2px; background: #d83b4a; }
.event-row > div strong { font-size: 12px; }
.event-row > div p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.event-row > div small { display: block; margin-top: 2px; color: #8c98a7; }
.event-row__team { color: var(--muted); font-size: 11px; font-weight: 750; text-align: right; }
.match-news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.match-news { min-width: 0; display: grid; grid-template-columns: 118px minmax(0, 1fr); gap: 14px; align-items: center; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.match-news:nth-child(even) { border-right: 0; }
.match-news__image { aspect-ratio: 4/3; overflow: hidden; border-radius: 5px; background: var(--ink); }
.match-news__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.match-news__image.has-image-error::after { content: ""; width: 100%; height: 100%; display: block; background: linear-gradient(135deg, rgba(6,23,18,.18), rgba(0,128,86,.28)), url("images/stadium-broadcast.jpg") center/cover no-repeat; }
.match-news:hover img { transform: scale(1.04); }
.match-news > div > span { color: var(--brand); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.match-news h3 { margin: 5px 0; font-family: "Newsreader", Georgia, serif; font-size: 18px; line-height: 1.15; }
.match-news:hover h3 { color: var(--brand); }
.match-news small { color: var(--muted); font-size: 10px; }
.match-detail-aside, .league-aside { position: sticky; top: 102px; display: grid; gap: 24px; }
.standings-panel { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.standings-panel__header { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 17px; border-bottom: 1px solid var(--line); }
.standings-panel__header .section-kicker { margin-bottom: 3px; }
.standings-panel__header h2 { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: 21px; }
.standings-panel__header > a { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; }
.mini-standings__head, .mini-standings__row { display: grid; grid-template-columns: 25px minmax(0, 1fr) 24px 28px; gap: 7px; align-items: center; padding-inline: 13px; }
.mini-standings__head { min-height: 34px; background: #f6f8f6; color: var(--muted); font-size: 8px; font-weight: 850; text-transform: uppercase; }
.mini-standings__row { min-height: 44px; border-top: 1px solid #edf0ee; color: var(--muted); font-size: 10px; }
.mini-standings__row > span:nth-child(2) { min-width: 0; display: flex; align-items: center; gap: 7px; }
.mini-standings__row img { width: 20px; height: 20px; object-fit: contain; }
.mini-standings__row b { overflow: hidden; color: var(--ink); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.mini-standings__row strong { color: var(--ink); text-align: right; }
.mini-standings__row.is-highlighted { background: #edf8f2; }
.standings-panel__empty { padding: 30px 17px; color: var(--muted); text-align: center; font-size: 11px; }

/* League pages */
.league-hero .shell { position: relative; z-index: 1; }
.league-hero__main { min-height: 240px; display: flex; align-items: center; justify-content: space-between; gap: 45px; padding: 30px 0 42px; }
.league-hero__identity { display: flex; align-items: center; gap: 22px; }
.league-hero__identity > span { width: 92px; height: 92px; display: grid; place-items: center; border-radius: 16px; background: #fff; }
.league-hero__identity img { width: 72px; height: 72px; object-fit: contain; }
.league-hero__identity p { margin: 0 0 4px; color: var(--accent); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.league-hero__identity h1 { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: 49px; line-height: 1; }
.league-hero__identity small { display: block; margin-top: 8px; color: #9eacbb; font-size: 12px; }
.league-hero__summary { display: flex; gap: 1px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; background: rgba(255,255,255,.04); }
.league-hero__summary div { min-width: 105px; display: grid; justify-items: center; gap: 3px; padding: 15px; border-right: 1px solid rgba(255,255,255,.1); }
.league-hero__summary div:last-child { border-right: 0; }
.league-hero__summary strong { font-family: "Newsreader", Georgia, serif; font-size: 27px; }
.league-hero__summary span { color: #9fabb9; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.league-switcher { border-bottom: 1px solid var(--line); background: var(--surface); }
.league-switcher .shell { display: flex; gap: 7px; overflow-x: auto; padding-block: 12px; scrollbar-width: none; }
.league-switcher .shell::-webkit-scrollbar { display: none; }
.league-switcher a { flex: 0 0 auto; min-height: 34px; display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; padding: 0 12px; color: var(--muted); font-size: 10px; font-weight: 800; }
.league-switcher a:hover, .league-switcher a.is-active { border-color: var(--ink); background: var(--ink); color: #fff; }
.league-layout { display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 40px; align-items: start; padding-block: 40px 70px; }
.league-layout__main { min-width: 0; display: grid; gap: 28px; }
.standings-table-wrap { overflow-x: auto; }
.standings-table { width: 100%; min-width: 780px; border-collapse: collapse; font-size: 11px; }
.standings-table th { height: 38px; padding: 0 10px; background: #f6f8f6; color: var(--muted); text-align: center; font-size: 8px; text-transform: uppercase; letter-spacing: .06em; }
.standings-table th:nth-child(2) { text-align: left; }
.standings-table td { height: 51px; padding: 0 10px; border-top: 1px solid #edf0ee; color: #576579; text-align: center; }
.standings-table tbody tr:hover { background: #f8faf8; }
.standings-table td:nth-child(2) { min-width: 180px; text-align: left; }
.standing-rank { width: 25px; height: 25px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--surface-muted); color: var(--ink); font-size: 10px; font-weight: 850; }
.standings-table tr:nth-child(-n+4) .standing-rank { background: #e4f3eb; color: var(--brand); }
.standing-team { display: flex; align-items: center; gap: 9px; }
.standing-team img { width: 26px; height: 26px; object-fit: contain; }
.standing-team strong { color: var(--ink); font-size: 11px; }
.standing-form { display: inline-flex; gap: 2px; }
.standing-form i { width: 16px; height: 16px; display: grid; place-items: center; border-radius: 3px; background: #dfe4e1; color: #596576; font-size: 7px; font-style: normal; font-weight: 900; }
.standing-form .is-w { background: #dff2e8; color: #08734a; }
.standing-form .is-d { background: #fff0c9; color: #886000; }
.standing-form .is-l { background: #f8e0e3; color: #a52d3b; }
.league-fixture-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: start; }
.league-fixture-list { display: grid; }
.league-fixture { min-height: 75px; display: grid; grid-template-columns: 50px minmax(0, 1fr) 64px 15px; gap: 12px; align-items: center; padding: 10px 14px; border-bottom: 1px solid var(--line); transition: background .2s ease; }
.league-fixture:last-child { border-bottom: 0; }
.league-fixture:hover { background: #f7faf8; }
.league-fixture > time { display: grid; justify-items: center; color: var(--muted); }
.league-fixture > time b { color: var(--ink); font-size: 10px; }
.league-fixture > time span { font-size: 10px; }
.league-fixture__teams { min-width: 0; display: grid; gap: 5px; }
.league-fixture__teams > span { min-width: 0; display: flex; align-items: center; justify-content: flex-end; gap: 7px; }
.league-fixture__teams b { overflow: hidden; font-size: 10px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.league-fixture__teams img { width: 20px; height: 20px; object-fit: contain; order: 2; }
.league-fixture__result { display: grid; justify-items: center; gap: 4px; }
.league-fixture__result > span { display: grid; grid-template-rows: repeat(2, 20px); align-items: center; }
.league-fixture__result > span b { width: 24px; display: grid; place-items: center; border-radius: 3px; background: var(--ink); color: #fff; font-size: 10px; }
.league-fixture .match-status { min-height: 18px; max-width: 62px; overflow: hidden; padding: 0 5px; font-size: 7px; text-overflow: ellipsis; }
.league-fixture > svg { color: #a5afba; }
.league-page-nav { display: grid; }
.league-page-nav a { display: flex; align-items: center; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); color: #445269; font-size: 12px; font-weight: 750; }
.league-page-nav a:hover { color: var(--brand); }
.league-page-nav svg { color: var(--brand); }

.europe-page { min-height: 70vh; background: #f7f9f7; }
.europe-hero { overflow: hidden; background: radial-gradient(circle at 82% 15%, rgba(69,213,154,.18), transparent 25%), linear-gradient(135deg, #071421, #10283b); color: #fff; }
.europe-hero__inner { min-height: 350px; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.europe-hero__inner > div { max-width: 760px; }
.europe-hero h1 { max-width: 720px; margin: 10px 0 16px; font-family: "Newsreader", Georgia, serif; font-size: clamp(44px, 6vw, 72px); line-height: .98; }
.europe-hero p:not(.section-kicker) { max-width: 660px; margin: 0; color: #b8c4cf; font-size: 17px; line-height: 1.65; }
.europe-content { display: grid; gap: 55px; padding-block: 52px 80px; }
.europe-competitions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.europe-competition-card { position: relative; min-height: 260px; overflow: hidden; padding: 32px; border: 1px solid #dfe6e1; border-radius: 12px; background: linear-gradient(145deg, #fff, #edf8f2); box-shadow: 0 18px 50px rgba(15,34,50,.07); }
.europe-competition-card--orange { background: linear-gradient(145deg, #fff, #fff3e8); }
.europe-competition-card > span { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 50%; background: var(--ink); color: #fff; }
.europe-competition-card--orange > span { background: #db6417; }
.europe-competition-card h2 { margin: 7px 0 8px; color: var(--ink); font-family: "Newsreader", Georgia, serif; font-size: 35px; }
.europe-competition-card > p:not(.section-kicker) { max-width: 440px; margin: 0; color: var(--muted); line-height: 1.65; }
.europe-competition-card > strong { display: inline-flex; align-items: center; gap: 7px; margin-top: 24px; color: var(--brand-dark); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.europe-competition-card > strong svg { width: 15px; }
.qualification-guide { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 55px; align-items: start; }
.qualification-guide__heading h2 { margin: 8px 0 12px; font-family: "Newsreader", Georgia, serif; font-size: 37px; line-height: 1.08; }
.qualification-guide__heading > p:last-child { margin: 0; color: var(--muted); line-height: 1.7; }
.qualification-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }
.qualification-steps article { min-height: 210px; padding: 24px 20px; border-right: 1px solid var(--line); }
.qualification-steps article:last-child { border-right: 0; }
.qualification-steps article > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: #e5f5ec; color: var(--brand-dark); font-weight: 850; }
.qualification-steps h3 { margin: 28px 0 7px; font-size: 14px; }
.qualification-steps p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.uefa-schedule { scroll-margin-top: 100px; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }
.uefa-schedule__heading { min-height: 95px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 26px; border-bottom: 1px solid var(--line); }
.uefa-schedule__heading h2 { margin: 4px 0 0; font-family: "Newsreader", Georgia, serif; font-size: 31px; }
.uefa-schedule__heading > a { display: inline-flex; align-items: center; gap: 7px; color: var(--brand-dark); font-size: 11px; font-weight: 800; }
.uefa-schedule__heading > a svg { width: 15px; }
.uefa-fixture-list { display: grid; }
.uefa-fixture { min-height: 82px; display: grid; grid-template-columns: 190px 75px minmax(0, 1fr) 20px; gap: 22px; align-items: center; padding: 13px 25px; border-bottom: 1px solid var(--line); transition: background .2s ease; }
.uefa-fixture:last-child { border-bottom: 0; }
.uefa-fixture:hover { background: #f4f9f6; }
.uefa-fixture__meta { display: grid; gap: 4px; }
.uefa-fixture__meta span { color: var(--brand-dark); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.uefa-fixture__meta strong { overflow: hidden; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.uefa-fixture > time { display: grid; justify-items: center; gap: 3px; }
.uefa-fixture > time b { font-size: 12px; }
.uefa-fixture > time span { color: var(--muted); font-size: 10px; }
.uefa-fixture__teams { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) 20px minmax(0, 1fr); align-items: center; gap: 10px; }
.uefa-fixture__teams span { overflow: hidden; color: var(--ink); font-size: 12px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.uefa-fixture__teams span:first-child { text-align: right; }
.uefa-fixture__teams i { color: #a3adb7; text-align: center; font-style: normal; }
.uefa-fixture > svg { color: #a5afba; }
.sports-empty--compact { min-height: 280px; }

/* Historical coordinate analysis lab */
.analysis-lab-page main { min-height: 70vh; background: #f3f7f4; }
.analysis-lab-hero { overflow: hidden; background: radial-gradient(circle at 80% 10%, rgba(217,255,84,.12), transparent 28%), linear-gradient(135deg, #061712, #0b2d25); color: #fff; }
.analysis-lab-hero__inner { min-height: 310px; display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 70px; align-items: center; }
.analysis-lab-hero h1 { max-width: 780px; margin: 8px 0 14px; font-family: "Newsreader", Georgia, serif; font-size: clamp(44px, 6vw, 68px); line-height: .97; }
.analysis-lab-hero p:not(.section-kicker) { max-width: 710px; margin: 0; color: #afc4bb; font-size: 16px; line-height: 1.65; }
.analysis-lab-hero__facts { display: grid; gap: 5px; padding: 23px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(255,255,255,.045); }
.analysis-lab-hero__facts span { color: var(--accent); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.analysis-lab-hero__facts strong { font-family: "Newsreader", Georgia, serif; font-size: 24px; }
.analysis-lab-hero__facts small { color: #8fa59c; font-size: 10px; }
.analysis-lab-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 28px; align-items: start; padding-block: 42px 65px; }
.analysis-lab-card, .analysis-lab-events { overflow: hidden; border: 1px solid #dbe5df; border-radius: 12px; background: #fff; box-shadow: 0 18px 60px rgba(13,38,29,.07); }
.analysis-lab-card__heading { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 22px; border-bottom: 1px solid var(--line); }
.analysis-lab-card__heading .section-kicker { margin-bottom: 4px; }
.analysis-lab-card__heading h2 { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: 28px; }
.data-chip.is-exact { border-color: #b9ddc9; background: #eaf8f0; color: #075f3b; }
.analysis-lab-stage { position: relative; padding: 29px; background: radial-gradient(circle at 50% 50%, rgba(100,255,180,.09), transparent 58%), #071b18; }
.analysis-lab-pitch__history { fill: none; stroke: rgba(255,255,255,.34); stroke-width: .5; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.analysis-lab-pitch__action { stroke: #d9ff54; stroke-width: .9; stroke-linecap: round; stroke-dasharray: 2.2 1; vector-effect: non-scaling-stroke; filter: drop-shadow(0 0 3px rgba(217,255,84,.5)); }
.analysis-lab-score { position: absolute; top: 41px; left: 50%; display: flex; align-items: center; gap: 10px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(2,17,13,.72); color: #dce9e3; font-size: 8px; font-weight: 750; transform: translateX(-50%); backdrop-filter: blur(5px); }
.analysis-lab-score strong { color: var(--accent); font-size: 12px; }
.analysis-lab-controls { display: grid; grid-template-columns: auto minmax(0, 1fr) 58px; gap: 18px; align-items: center; padding: 17px 22px; border-bottom: 1px solid var(--line); }
.analysis-lab-play { min-height: 38px; display: inline-flex; align-items: center; gap: 9px; border: 0; border-radius: 999px; padding: 0 15px; background: var(--ink); color: #fff; cursor: pointer; }
.analysis-lab-play > span { width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid var(--accent); }
.analysis-lab-play.is-playing > span { width: 8px; height: 10px; border: 0; border-right: 3px solid var(--accent); border-left: 3px solid var(--accent); }
.analysis-lab-play b { font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.analysis-lab-controls label { min-width: 0; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 12px; align-items: center; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.analysis-lab-controls input { width: 100%; accent-color: var(--brand); }
.analysis-lab-controls output { color: var(--muted); font-size: 10px; font-weight: 800; text-align: right; }
.analysis-lab-current { min-height: 112px; display: grid; grid-template-columns: 68px minmax(0, 1fr); gap: 18px; align-items: center; padding: 20px 23px; }
.analysis-lab-current > time { color: var(--brand); font-family: "Newsreader", Georgia, serif; font-size: 27px; font-weight: 800; }
.analysis-lab-current > div > span { color: var(--brand); font-size: 8px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.analysis-lab-current h3 { margin: 3px 0 4px; font-family: "Newsreader", Georgia, serif; font-size: 24px; }
.analysis-lab-current p { margin: 0; color: var(--muted); font-size: 10px; }
.analysis-lab-events { position: sticky; top: 92px; }
.analysis-lab-events__heading { padding: 21px; border-bottom: 1px solid var(--line); }
.analysis-lab-events__heading h2 { margin: 4px 0 7px; font-family: "Newsreader", Georgia, serif; font-size: 29px; }
.analysis-lab-events__heading > p:last-child { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.analysis-lab-event-list { max-height: 570px; overflow-y: auto; overscroll-behavior: contain; }
.analysis-lab-event { width: 100%; min-height: 57px; display: grid; grid-template-columns: 42px minmax(0, 1fr) 24px; gap: 9px; align-items: center; border: 0; border-bottom: 1px solid #edf1ee; padding: 8px 13px; background: #fff; color: var(--ink); text-align: left; cursor: pointer; }
.analysis-lab-event:hover, .analysis-lab-event.is-active { background: #edf8f2; }
.analysis-lab-event time { color: var(--brand); font-size: 10px; font-weight: 850; }
.analysis-lab-event span { min-width: 0; display: grid; gap: 2px; }
.analysis-lab-event strong, .analysis-lab-event small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.analysis-lab-event strong { font-size: 10px; }.analysis-lab-event small { color: var(--muted); font-size: 9px; }
.analysis-lab-event i { color: #a4afa9; font-size: 8px; font-style: normal; font-weight: 850; text-align: right; }
.analysis-lab-method { padding: 60px 0 70px; border-top: 1px solid #dce6df; background: #fff; }
.analysis-lab-method__heading { max-width: 660px; }.analysis-lab-method__heading h2 { margin: 7px 0 28px; font-family: "Newsreader", Georgia, serif; font-size: 38px; line-height: 1.06; }
.analysis-lab-method__grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 10px; }
.analysis-lab-method__grid article { min-height: 180px; padding: 24px; border-right: 1px solid var(--line); }.analysis-lab-method__grid article:last-child { border-right: 0; }
.analysis-lab-method__grid span { color: var(--brand); font-size: 10px; font-weight: 850; }.analysis-lab-method__grid h3 { margin: 30px 0 7px; font-size: 14px; }.analysis-lab-method__grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.analysis-lab-attribution { margin: 22px 0 0; color: var(--muted); font-size: 10px; line-height: 1.7; }.analysis-lab-attribution a { color: var(--brand-dark); font-weight: 750; text-decoration: underline; text-underline-offset: 2px; }

.live-lab-page .analysis-lab-card,
.live-lab-page .analysis-lab-events { border-radius: 8px; }
.live-lab-layout { grid-template-columns: minmax(0, 1fr) 350px; }
.live-lab-studio { position: relative; min-height: 680px; }
.live-lab-empty { min-height: 680px; display: grid; place-content: center; justify-items: center; padding: 40px; text-align: center; }
.live-lab-empty > span { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 18px; border: 1px solid #cbdad2; border-radius: 50%; background: #edf7f1; color: var(--brand); }
.live-lab-empty > span svg { width: 24px; height: 24px; }
.live-lab-empty h2 { max-width: 560px; margin: 7px 0 10px; font-family: "Newsreader", Georgia, serif; font-size: 34px; }
.live-lab-empty > p:not(.section-kicker) { max-width: 540px; margin: 0 0 22px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.live-lab-heading h2 { display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px; }
.live-lab-heading h2 i { color: #9aa7a0; font-style: normal; }
.live-lab-scoreboard { min-height: 98px; display: grid; grid-template-columns: minmax(0, 1fr) 120px minmax(0, 1fr); align-items: center; gap: 18px; padding: 15px 22px; border-bottom: 1px solid var(--line); background: #f7faf8; }
.live-lab-team { min-width: 0; display: flex; align-items: center; gap: 11px; }
.live-lab-team--away { flex-direction: row-reverse; text-align: right; }
.live-lab-team strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.live-lab-score { display: grid; justify-items: center; gap: 4px; }
.live-lab-score > span { display: flex; align-items: center; gap: 9px; font-family: "Barlow Condensed", sans-serif; font-size: 35px; font-weight: 900; }
.live-lab-score > span i { color: #97a39d; font-size: 20px; font-style: normal; }
.live-lab-score small { color: var(--brand); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.live-lab-studio .match-pitch-panel { border: 0; border-bottom: 1px solid var(--line); border-radius: 0; }
.live-lab-studio .match-pitch-panel > .match-section__heading { min-height: 48px; justify-content: flex-end; padding: 8px 20px; background: #f7faf8; }
.live-lab-studio .match-pitch-panel > .match-section__heading > div:first-child { display: none; }
.live-lab-studio .match-pitch-panel__body { grid-template-columns: minmax(0, 1.65fr) 230px; }
.live-prediction { display: grid; grid-template-columns: minmax(190px,.7fr) minmax(0,1.3fr); gap: 20px 28px; align-items: center; padding: 22px; border-bottom: 1px solid var(--line); background: #f7faf8; }
.live-prediction h2 { margin: 4px 0 0; font-family: "Newsreader", Georgia, serif; font-size: 24px; line-height: 1.08; }
.live-prediction > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.live-prediction__meta { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 12px; border-top: 1px solid var(--line); }
.live-prediction__meta span { color: var(--brand-dark); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.live-prediction__meta small { color: var(--muted); font-size: 9px; }
.live-lab-timeline { border-bottom: 1px solid var(--line); background: #fff; }
.live-lab-timeline .match-section__heading { min-height: 64px; }
.live-lab-timeline .event-timeline { max-height: 360px; overflow-y: auto; }
.live-lab-footer { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 20px; color: var(--muted); font-size: 10px; }
.live-lab-footer a { display: inline-flex; align-items: center; gap: 6px; color: var(--brand-dark); font-weight: 800; }
.live-lab-footer svg { width: 14px; height: 14px; }
.live-lab-selector { border-radius: 8px; }
.live-lab-match-list { max-height: 545px; overflow-y: auto; overscroll-behavior: contain; }
.live-lab-match { width: 100%; min-height: 78px; display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: auto auto; gap: 5px 12px; align-items: center; padding: 12px 14px; border: 0; border-bottom: 1px solid #e5ece8; background: #fff; color: var(--ink); text-align: left; cursor: pointer; }
.live-lab-match:hover,
.live-lab-match.is-active { background: #edf8f2; }
.live-lab-match.is-active { box-shadow: inset 4px 0 0 var(--brand); }
.live-lab-match > span { min-width: 0; display: grid; gap: 4px; }
.live-lab-match small { color: var(--brand); font-size: 8px; font-weight: 850; text-transform: uppercase; }
.live-lab-match strong { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.live-lab-match b { grid-column: 2; grid-row: 1; font-family: "Barlow Condensed", sans-serif; font-size: 22px; }
.live-lab-match em { grid-column: 1 / -1; grid-row: 2; color: var(--muted); font-size: 9px; font-style: normal; font-weight: 750; }
.live-lab-history-link { min-height: 72px; display: grid; grid-template-columns: 30px minmax(0, 1fr) 18px; gap: 10px; align-items: center; padding: 12px 14px; border-top: 1px solid var(--line); background: #071b18; color: #fff; }
.live-lab-history-link > svg { width: 18px; color: var(--accent); }
.live-lab-history-link span { min-width: 0; display: grid; gap: 3px; }
.live-lab-history-link strong { font-size: 10px; }
.live-lab-history-link small { overflow: hidden; color: #92a79e; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }

@media (max-width: 1080px) {
    .live-lab-layout { grid-template-columns: 1fr; }
    .live-lab-selector { position: static; }
    .live-lab-match-list { max-height: 360px; }
    .live-lab-studio .match-pitch-panel__body { grid-template-columns: 1fr; }
    .live-prediction { grid-template-columns: 1fr; }
    .live-prediction__meta { grid-column: 1; align-items: flex-start; flex-direction: column; gap: 6px; }
}

@media (max-width: 640px) {
    .live-lab-studio,
    .live-lab-empty { min-height: 520px; }
    .live-lab-scoreboard { grid-template-columns: minmax(0, 1fr) 76px minmax(0, 1fr); gap: 8px; padding-inline: 12px; }
    .live-lab-team { flex-direction: column; gap: 6px; text-align: center; }
    .live-lab-team--away { flex-direction: column; }
    .live-lab-team strong { width: 100%; font-size: 10px; }
    .live-lab-score > span { font-size: 29px; }
    .live-lab-footer { align-items: flex-start; flex-direction: column; padding-block: 14px; }
}

@media (max-width: 1080px) {
    .sports-layout { grid-template-columns: minmax(0, 1fr) 270px; gap: 30px; }
    .match-card__link { grid-template-columns: minmax(0, 1fr) 110px minmax(0, 1fr) 18px; gap: 11px; }
    .match-scoreboard { gap: 25px; }
    .match-detail-layout, .league-layout { grid-template-columns: minmax(0, 1fr) 280px; gap: 30px; }
    .league-fixture-columns { grid-template-columns: 1fr; }
    .qualification-guide { grid-template-columns: 1fr; gap: 25px; }
}

@media (max-width: 900px) {
    .sports-hero__inner { min-height: 220px; }
    .sports-hero h1 { font-size: 46px; }
    .sports-date-nav { align-items: stretch; flex-direction: column; gap: 0; padding-bottom: 16px; }
    .sports-date-nav__quick { min-height: 76px; }
    .date-chip { flex: 1; min-width: 0; }
    .sports-date-picker { justify-content: flex-end; }
    .sports-layout, .match-detail-layout, .league-layout { grid-template-columns: 1fr; }
    .sports-sidebar, .match-detail-aside, .league-aside { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .match-scoreboard { grid-template-columns: minmax(0, 1fr) 150px minmax(0, 1fr); gap: 20px; }
    .match-scoreboard__score { font-size: 58px; }
    .match-scoreboard__time { font-size: 56px; }
    .match-scoreboard__team h1 { font-size: 27px; }
    .match-pitch-panel__body { grid-template-columns: 1fr; }
    .match-pitch-insight { border-top: 1px solid rgba(255,255,255,.1); border-left: 0; }
    .league-hero__main { min-height: 210px; }
    .league-hero__identity h1 { font-size: 43px; }
    .europe-hero__inner { min-height: 310px; }
    .qualification-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .qualification-steps article:nth-child(2) { border-right: 0; }
    .qualification-steps article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .uefa-fixture { grid-template-columns: 150px 65px minmax(0, 1fr) 18px; gap: 14px; }
}

@media (max-width: 640px) {
    .mobile-nav a.is-active { color: var(--brand); }
    .sports-hero__inner { min-height: 235px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 22px; padding-block: 35px; }
    .sports-hero h1 { font-size: 39px; }
    .sports-hero p:not(.section-kicker) { font-size: 13px; }
    .sports-hero__status { width: 100%; min-width: 0; padding: 12px 14px; }
    .sports-date-nav__quick { min-height: 70px; }
    .sports-date-picker { display: grid; grid-template-columns: minmax(0, 1fr) auto; width: 100%; }
    .sports-date-picker label { grid-column: 1 / -1; }
    .sports-date-picker input { width: 100%; }
    .sports-layout { gap: 28px; padding-block: 28px 50px; }
    .fixture-group__header { min-height: 64px; padding: 0 14px; }
    .fixture-group__header > a { width: 30px; overflow: hidden; white-space: nowrap; }
    .fixture-group__header > a svg { flex: 0 0 auto; }
    .match-card__link { min-height: 106px; grid-template-columns: minmax(0, 1fr) 74px minmax(0, 1fr); gap: 8px; padding: 13px 10px; }
    .match-card__arrow { display: none; }
    .match-card__team { align-items: center; flex-direction: column; gap: 6px; text-align: center; }
    .match-card__team--home { flex-direction: column; }
    .match-card__team--home .team-crest { order: 0; }
    .match-card__team strong { width: 100%; font-size: 10px; white-space: normal; line-height: 1.2; }
    .team-crest { width: 39px; height: 39px; }
    .match-card__kickoff { font-size: 21px; }
    .match-card__score { gap: 4px; font-size: 23px; }
    .match-status { min-height: 19px; max-width: 76px; overflow: hidden; padding-inline: 5px; font-size: 7px; text-overflow: ellipsis; }
    .sports-sidebar, .match-detail-aside, .league-aside { grid-template-columns: 1fr; }
    .sports-empty { min-height: 350px; }
    .match-hero .breadcrumbs { padding-top: 20px; }
    .match-hero__meta { margin-top: 16px; }
    .match-scoreboard { width: 100%; max-width: 100%; min-height: 320px; grid-template-columns: minmax(0, 1fr) 88px minmax(0, 1fr); gap: 8px; overflow: hidden; padding-block: 25px; }
    .match-scoreboard__team { width: 100%; overflow: hidden; }
    .team-crest--large { width: 62px; height: 62px; }
    .match-scoreboard__team h1 { width: 100%; overflow: hidden; font-size: 20px; text-overflow: ellipsis; white-space: nowrap; }
    .match-scoreboard__team small { display: none; }
    .match-scoreboard__score { gap: 5px; font-size: 42px; }
    .match-scoreboard__score i { font-size: 27px; }
    .match-scoreboard__time { font-size: 37px; }
    .match-scoreboard__date { font-size: 9px; }
    .match-detail-layout { gap: 27px; padding-block: 25px 50px; }
    .match-facts { grid-template-columns: 1fr; }
    .match-facts > div { border-right: 0; border-bottom: 1px solid var(--line); }
    .match-facts > div:last-child { border-bottom: 0; }
    .match-section__heading { min-height: 73px; padding: 14px 16px; }
    .match-section__heading h2 { font-size: 24px; }
    .match-pitch-panel__heading { align-items: flex-start; flex-direction: column; }
    .pitch-status-list { max-width: none; justify-content: flex-start; }
    .match-pitch-stage { padding: 14px 10px; }
    .match-pitch-insight { padding: 21px 17px; }
    .match-pitch-insight h3 { font-size: 23px; }
    .event-timeline { padding-inline: 13px; }
    .event-timeline::before { left: 59px; }
    .event-row { grid-template-columns: 31px 17px minmax(0, 1fr); gap: 9px; }
    .event-row__team { display: none; }
    .event-row time { font-size: 15px; }
    .match-news-grid { grid-template-columns: 1fr; }
    .match-news, .match-news:nth-child(even) { grid-template-columns: 100px minmax(0, 1fr); border-right: 0; }
    .league-hero__main { min-height: 260px; align-items: flex-start; flex-direction: column; gap: 24px; padding: 28px 0 35px; }
    .league-hero__identity { gap: 14px; }
    .league-hero__identity > span { width: 70px; height: 70px; }
    .league-hero__identity img { width: 54px; height: 54px; }
    .league-hero__identity h1 { font-size: 36px; }
    .league-hero__summary { width: 100%; }
    .league-hero__summary div { min-width: 0; flex: 1; }
    .league-layout { gap: 27px; padding-block: 28px 50px; }
    .standings-table { min-width: 700px; }
    .league-fixture { grid-template-columns: 42px minmax(0, 1fr) 55px 12px; gap: 8px; padding-inline: 10px; }
    .europe-hero__inner { min-height: 360px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 25px; padding-block: 42px; }
    .europe-hero h1 { font-size: 43px; }
    .europe-hero p:not(.section-kicker) { font-size: 14px; }
    .europe-content { gap: 38px; padding-block: 32px 55px; }
    .europe-competitions { grid-template-columns: 1fr; }
    .europe-competition-card { min-height: 235px; padding: 25px; }
    .europe-competition-card h2 { font-size: 31px; }
    .qualification-guide__heading h2 { font-size: 32px; }
    .qualification-steps { grid-template-columns: 1fr; }
    .qualification-steps article { min-height: 155px; border-right: 0; border-bottom: 1px solid var(--line); }
    .qualification-steps article:last-child { border-bottom: 0; }
    .qualification-steps h3 { margin-top: 18px; }
    .uefa-schedule__heading { align-items: flex-start; flex-direction: column; }
    .uefa-fixture { min-height: 118px; grid-template-columns: 1fr 55px; gap: 10px; padding: 16px; }
    .uefa-fixture__meta { grid-column: 1; }
    .uefa-fixture > time { grid-column: 2; grid-row: 1; }
    .uefa-fixture__teams { grid-column: 1 / -1; }
    .uefa-fixture > svg { display: none; }
}

@media (max-width: 900px) {
    .analysis-lab-hero__inner { min-height: 270px; grid-template-columns: 1fr; gap: 25px; padding-block: 38px; }
    .analysis-lab-hero__facts { max-width: 310px; }
    .analysis-lab-layout { grid-template-columns: 1fr; padding-block: 28px 50px; }
    .analysis-lab-events { position: static; }
    .analysis-lab-event-list { max-height: 360px; }
}
@media (max-width: 640px) {
    .analysis-lab-hero h1 { font-size: 43px; }
    .analysis-lab-hero p:not(.section-kicker) { font-size: 13px; }
    .analysis-lab-card__heading { align-items: flex-start; flex-direction: column; gap: 10px; padding: 16px; }
    .analysis-lab-card__heading h2 { font-size: 25px; }
    .analysis-lab-stage { padding: 14px 10px; }
    .analysis-lab-score { top: 20px; font-size: 7px; }
    .analysis-lab-controls { grid-template-columns: 1fr auto; gap: 12px; padding: 14px 16px; }
    .analysis-lab-play { grid-column: 1 / -1; justify-content: center; }
    .analysis-lab-controls label { grid-column: 1; grid-row: 2; grid-template-columns: 1fr; gap: 5px; }
    .analysis-lab-controls output { grid-column: 2; grid-row: 2; }
    .analysis-lab-current { grid-template-columns: 58px minmax(0, 1fr); gap: 12px; padding: 17px 16px; }
    .analysis-lab-current h3 { font-size: 21px; }
    .analysis-lab-method { padding-block: 38px 50px; }
    .analysis-lab-method__heading h2 { font-size: 32px; }
    .analysis-lab-method__grid { grid-template-columns: 1fr; }
    .analysis-lab-method__grid article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .analysis-lab-method__grid article:last-child { border-bottom: 0; }
    .analysis-lab-method__grid h3 { margin-top: 15px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation-duration: .01ms !important; }
}

/* Broadcast homepage and shared shell */
:root {
    --ink: #07131f;
    --ink-soft: #14283a;
    --brand: #078b58;
    --brand-dark: #05643f;
    --accent: #dfff43;
    --live: #f13d4f;
    --paper: #f2f5f1;
    --surface-muted: #e8ede8;
    --line: #d5ded8;
    --shadow-lg: 0 24px 60px rgba(5, 18, 29, .18);
}

.utility-bar { border-bottom: 1px solid rgba(255,255,255,.08); background: #030b12; color: #aebac7; }
.utility-bar__inner { min-height: 30px; }
.utility-bar .live-dot { background: var(--live); box-shadow: 0 0 0 4px rgba(241,61,79,.14); }
.site-header { border-bottom-color: rgba(255,255,255,.1); background: rgba(7,19,31,.97); color: #fff; backdrop-filter: blur(18px); transition: box-shadow .2s ease, background .2s ease; }
.site-header.is-scrolled { background: rgba(3,11,18,.98); box-shadow: 0 12px 35px rgba(3,11,18,.24); }
.site-header__main { min-height: 70px; }
.brand__mark { border: 1px solid rgba(223,255,67,.5); background: var(--accent); color: var(--ink); transform: rotate(-4deg); }
.brand__copy strong { color: #fff; font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 28px; font-weight: 900; text-transform: uppercase; }
.brand__copy strong span { color: var(--accent); }
.brand__copy small { color: #91a0af; }
.desktop-nav a { color: #b8c3ce; }
.desktop-nav a::after { background: var(--accent); }
.desktop-nav a:hover, .desktop-nav a.is-active { color: #fff; }
.site-header .icon-button { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.04); color: #fff; }
.site-header .icon-button:hover { border-color: var(--accent); background: var(--accent); color: var(--ink); }
.site-header a:focus-visible, .site-header button:focus-visible { outline-color: var(--accent); }
.site-header .button--dark { background: var(--accent); color: var(--ink); }
.site-header .button--dark:hover { background: #fff; }
.mobile-nav { border-top-color: rgba(255,255,255,.1); background: #07131f; }
.mobile-nav a { border-bottom-color: rgba(255,255,255,.1); color: #d6dee5; }

.score-ticker { position: relative; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.12); background: #0c1e2d; color: #fff; }
.score-ticker__inner { min-height: 94px; display: grid; grid-template-columns: 190px minmax(0, 1fr) 88px; align-items: stretch; }
.score-ticker__label { display: flex; align-items: center; gap: 11px; padding-right: 20px; border-right: 1px solid rgba(255,255,255,.12); }
.score-ticker__label .live-dot { background: var(--live); box-shadow: 0 0 0 5px rgba(241,61,79,.13); }
.score-ticker__label span:last-child { display: grid; gap: 2px; }
.score-ticker__label small, .score-ticker__competition { color: #8fa1b0; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.score-ticker__label strong { font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 19px; line-height: 1; text-transform: uppercase; }
.score-ticker__viewport { min-width: 0; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x proximity; }
.score-ticker__viewport::-webkit-scrollbar { display: none; }
.score-ticker__track { min-width: max-content; height: 100%; display: flex; }
.score-ticker__match { width: 330px; display: grid; grid-template-columns: minmax(0, 1fr) 34px 92px; grid-template-rows: 19px 1fr; column-gap: 10px; align-items: center; padding: 11px 16px; border-right: 1px solid rgba(255,255,255,.1); scroll-snap-align: start; transition: background .2s ease; }
.score-ticker__match:hover { background: rgba(255,255,255,.06); }
.score-ticker__competition { grid-column: 1 / 4; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.score-ticker__teams { min-width: 0; display: grid; gap: 3px; }
.score-ticker__teams b { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.score-ticker__result { display: grid; gap: 3px; }
.score-ticker__result b { height: 18px; display: grid; place-items: center; background: #fff; color: var(--ink); font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 14px; }
.score-ticker__timing { min-width: 0; display: grid; justify-items: end; gap: 1px; }
.score-ticker__timing > small { color: #fff; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.score-ticker__timing > time, .score-ticker__timing > span { color: var(--accent); font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 22px; font-style: normal; font-weight: 800; line-height: 1; white-space: nowrap; }
.score-ticker__timing > span { font-size: 13px; }
.score-ticker__status { color: #99a9b7; font-size: 7px; font-style: normal; font-weight: 850; text-align: right; text-transform: uppercase; }
.score-ticker__status.is-live { color: #ff7986; }
.score-ticker__controls { display: flex; align-items: center; justify-content: flex-end; gap: 6px; padding-left: 12px; border-left: 1px solid rgba(255,255,255,.12); }
.score-ticker__empty { min-width: min(720px, calc(100vw - 320px)); display: grid; grid-template-columns: 38px minmax(0, 1fr) 20px; gap: 13px; align-items: center; padding: 14px 20px; color: #fff; }
.score-ticker__empty > svg:first-child { width: 26px; height: 26px; color: var(--accent); }
.score-ticker__empty span { display: grid; gap: 3px; }
.score-ticker__empty strong { font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 18px; text-transform: uppercase; }
.score-ticker__empty small { color: #91a1af; font-size: 10px; }
.score-ticker.is-empty .score-ticker__inner { grid-template-columns: 190px minmax(0, 1fr); }
.icon-button--inverse { width: 36px; height: 36px; border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.04); color: #fff; }
.icon-button--inverse:hover { border-color: var(--accent); background: var(--accent); color: var(--ink); }

.broadcast-hero { position: relative; overflow: hidden; border-bottom: 0; background: #07131f; color: #fff; isolation: isolate; }
.broadcast-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3,10,16,.86) 0%, rgba(3,10,16,.52) 50%, rgba(3,10,16,.18) 72%, rgba(3,10,16,.58) 100%); }
.broadcast-hero::after { content: ""; position: absolute; inset: 45% 0 0; z-index: -1; background: linear-gradient(180deg, transparent, rgba(3,10,16,.88)); }
.broadcast-hero__media { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center 64%; }
.broadcast-stage { min-height: 590px; display: grid; grid-template-rows: 50px minmax(0, 1fr) 44px; }
.broadcast-stage__topbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.82); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.broadcast-stage__topbar p, .broadcast-stage__topbar p:first-child { display: flex; align-items: center; gap: 9px; margin: 0; }
.broadcast-stage__topbar .live-dot { background: var(--live); box-shadow: 0 0 0 5px rgba(241,61,79,.16); }
.broadcast-stage__topbar strong { min-height: 25px; display: inline-flex; align-items: center; padding: 0 8px; background: var(--accent); color: var(--ink); font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 15px; }
.broadcast-stage__topbar svg { width: 15px; color: var(--accent); }
.broadcast-stage__content { min-height: 0; display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 32px; }
.broadcast-stage__primary { min-width: 0; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; padding: 26px 0 25px; }
.broadcast-scorebug { width: min(430px, 100%); display: grid; background: rgba(5,16,25,.94); color: #fff; box-shadow: 0 18px 44px rgba(0,0,0,.28); }
.broadcast-scorebug__header { min-height: 31px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 0 12px; border-left: 5px solid var(--accent); background: #102536; font-size: 8px; text-transform: uppercase; }
.broadcast-scorebug__header b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.broadcast-scorebug__header em { color: #aab8c3; font-style: normal; font-weight: 850; }
.broadcast-scorebug__header em.is-live { color: #ff7986; }
.broadcast-scorebug__teams { min-height: 80px; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); gap: 12px; align-items: center; padding: 10px 14px; }
.broadcast-scorebug__teams > span:not(.broadcast-scorebug__result) { min-width: 0; display: flex; align-items: center; gap: 8px; }
.broadcast-scorebug__teams > span:last-child { flex-direction: row-reverse; text-align: right; }
.broadcast-scorebug__teams > span > b { overflow: hidden; font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 18px; line-height: 1; text-overflow: ellipsis; text-transform: uppercase; }
.broadcast-scorebug .team-crest { width: 40px; height: 40px; flex: 0 0 40px; background: #fff; }
.broadcast-scorebug__result { display: flex; align-items: center; gap: 5px; font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 29px; font-weight: 900; }
.broadcast-scorebug__result i { color: var(--accent); font-size: 18px; font-style: normal; }
.broadcast-scorebug__kickoff { min-height: 35px; display: flex; align-items: center; gap: 8px; padding: 0 12px; background: var(--accent); color: var(--ink); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.broadcast-scorebug__kickoff time { margin-right: auto; font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 20px; font-weight: 900; }
.broadcast-scorebug__kickoff svg { width: 15px; height: 15px; }
.broadcast-scorebug--pending .broadcast-scorebug__kickoff strong { margin-right: auto; }
.broadcast-scorebug__pending { min-height: 82px; display: flex; align-items: center; gap: 14px; padding: 14px; }
.broadcast-scorebug__pending > svg { width: 30px; height: 30px; color: var(--accent); }
.broadcast-scorebug__pending span { display: grid; gap: 3px; }
.broadcast-scorebug__pending strong { font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 20px; text-transform: uppercase; }
.broadcast-scorebug__pending small { color: #a9b5bf; font-size: 10px; }
.broadcast-lower-third { width: min(790px, 100%); text-shadow: 0 2px 16px rgba(0,0,0,.55); }
.broadcast-lower-third__flag { display: flex; align-items: center; gap: 10px; margin: 0 0 8px; font-size: 9px; text-transform: uppercase; }
.broadcast-lower-third__flag span { min-height: 26px; display: inline-flex; align-items: center; padding: 0 10px; background: var(--live); color: #fff; font-weight: 900; }
.broadcast-lower-third__flag strong { color: var(--accent); }
.broadcast-lower-third .story-meta { margin-bottom: 6px; color: rgba(255,255,255,.75); font-size: 9px; }
.broadcast-lower-third h1 { max-width: 780px; margin: 0; font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 55px; font-weight: 800; line-height: .94; text-transform: uppercase; }
.broadcast-lower-third > p:not(.broadcast-lower-third__flag) { max-width: 650px; margin: 10px 0 0; color: rgba(255,255,255,.84); font-size: 13px; line-height: 1.55; }
.broadcast-lower-third .story-link { margin-top: 13px; color: var(--accent); }
.broadcast-rundown { min-width: 0; display: grid; grid-template-rows: 50px minmax(0, 1fr) 44px; margin: 0 -1px 0 0; border-left: 1px solid rgba(255,255,255,.18); background: rgba(5,16,25,.88); backdrop-filter: blur(8px); }
.broadcast-rundown__header { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 0 18px; border-bottom: 1px solid rgba(255,255,255,.13); color: var(--accent); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.broadcast-rundown__header span { display: inline-flex; align-items: center; gap: 8px; }
.broadcast-rundown__header svg { width: 16px; }
.broadcast-rundown__header small { color: #93a3b0; font-size: 8px; }
.broadcast-rundown__list { min-height: 0; display: grid; grid-template-rows: repeat(3, minmax(0, 1fr)); }
.broadcast-rundown__list > a { min-width: 0; display: grid; grid-template-columns: 32px minmax(0, 1fr) 16px; gap: 10px; align-items: center; padding: 14px 17px; border-bottom: 1px solid rgba(255,255,255,.12); }
.broadcast-rundown__list > a:hover { background: rgba(255,255,255,.06); }
.broadcast-rundown__list > a > span:nth-child(2) { min-width: 0; display: grid; gap: 5px; }
.broadcast-rundown__rank { color: var(--accent); font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 23px; font-weight: 900; }
.broadcast-rundown__list small, .broadcast-rundown__list em { color: #8fa1b0; font-size: 8px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.broadcast-rundown__list strong { display: -webkit-box; overflow: hidden; font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 19px; line-height: 1.05; text-transform: uppercase; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.broadcast-rundown__list > a > svg { width: 15px; color: #7f909d; }
.broadcast-rundown__all { display: flex; align-items: center; justify-content: space-between; padding: 0 18px; color: #fff; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.broadcast-rundown__all svg { width: 15px; color: var(--accent); }
.broadcast-stage__crawl { min-width: 0; display: grid; grid-template-columns: 112px minmax(0, 1fr) auto; align-items: center; background: #fff; color: var(--ink); font-size: 10px; font-weight: 750; }
.broadcast-stage__crawl > span { height: 100%; display: grid; place-items: center; background: var(--accent); font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 15px; font-weight: 900; }
.broadcast-stage__crawl p { overflow: hidden; margin: 0; padding: 0 14px; text-overflow: ellipsis; white-space: nowrap; }
.broadcast-stage__crawl a { height: 100%; display: flex; align-items: center; gap: 8px; padding: 0 14px; border-left: 1px solid var(--line); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.broadcast-stage__crawl svg { width: 15px; }

.matchday-hub { padding: 48px 0 54px; background: #e9eee9; }
.matchday-hub__header { align-items: center; }
.matchday-hub .section-heading, .news-section .section-heading { font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 46px; font-weight: 800; text-transform: uppercase; }
.matchday-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr) minmax(260px, .65fr); gap: 16px; align-items: stretch; }
.matchday-grid--without-match { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.matchday-grid--without-table { grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); }
.matchday-grid--without-match.matchday-grid--without-table { grid-template-columns: 1fr; }
.matchday-grid--without-trends { grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); }
.matchday-grid--without-match.matchday-grid--without-trends,
.matchday-grid--without-table.matchday-grid--without-trends { grid-template-columns: 1fr; }
.matchday-grid--trends-only { grid-template-columns: 1fr; }
.matchday-grid--trends-only .trend-panel { min-height: 200px; }
.matchday-grid--trends-only .trend-panel ol { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.matchday-grid--trends-only .trend-panel li a { border-bottom: 0; }
.matchday-hub__news-link { display: inline-flex; align-items: center; gap: 7px; color: var(--brand-dark); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.matchday-scoreboard { min-height: 360px; display: flex; flex-direction: column; padding: 24px; background: #07131f; color: #fff; box-shadow: var(--shadow-lg); }
.matchday-scoreboard__top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.12); color: #9cadba; font-size: 10px; font-weight: 850; text-transform: uppercase; }
.matchday-scoreboard__teams { flex: 1; display: grid; grid-template-columns: minmax(0, 1fr) 116px minmax(0, 1fr); gap: 16px; align-items: center; }
.matchday-scoreboard__teams > div:not(.matchday-scoreboard__center) { min-width: 0; display: grid; justify-items: center; gap: 12px; text-align: center; }
.matchday-scoreboard__teams strong { max-width: 140px; font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 20px; line-height: 1.05; text-transform: uppercase; }
.matchday-scoreboard .team-crest { width: 70px; height: 70px; border-color: rgba(255,255,255,.15); background: #fff; }
.matchday-scoreboard__center { display: grid; justify-items: center; gap: 5px; }
.matchday-scoreboard__score { display: flex; align-items: center; gap: 8px; font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 54px; line-height: 1; font-weight: 800; }
.matchday-scoreboard__score i { color: var(--accent); font-size: 30px; font-style: normal; }
.matchday-scoreboard__center time { color: var(--accent); font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 48px; font-weight: 800; line-height: 1; }
.matchday-scoreboard__center small { color: #8999a7; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.matchday-scoreboard__link { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); color: var(--accent); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.matchday-scoreboard--pending { min-height: 320px; }
.matchday-scoreboard__pending { flex: 1; display: grid; align-content: center; justify-items: center; gap: 9px; padding: 30px; text-align: center; }
.matchday-scoreboard__pending > svg { width: 45px; height: 45px; color: var(--accent); }
.matchday-scoreboard__pending strong { margin-top: 4px; font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 30px; text-transform: uppercase; }
.matchday-scoreboard__pending p { max-width: 330px; margin: 0; color: #9cabb7; font-size: 11px; line-height: 1.55; }
.matchday-panel { min-height: 360px; padding: 22px; background: #fff; border-top: 4px solid var(--ink); }
.matchday-panel__heading { min-height: 57px; display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); }
.matchday-panel__heading h3 { margin: 0; font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 29px; line-height: 1; text-transform: uppercase; }
.matchday-panel__heading > a { display: inline-flex; align-items: center; gap: 5px; color: var(--brand-dark); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.matchday-panel__heading > svg { color: var(--live); }
.standings-mini ol, .trend-panel ol { margin: 0; padding: 0; list-style: none; }
.standings-mini li { min-height: 51px; display: grid; grid-template-columns: 25px minmax(0, 1fr) 28px 28px; gap: 8px; align-items: center; border-bottom: 1px solid #edf0ee; }
.standings-mini__rank { width: 22px; height: 22px; display: grid; place-items: center; background: var(--surface-muted); font-size: 9px; font-weight: 900; }
.standings-mini li:first-child .standings-mini__rank { background: var(--accent); }
.standings-mini__team { min-width: 0; display: flex; align-items: center; gap: 8px; }
.standings-mini__team img { width: 25px; height: 25px; object-fit: contain; }
.standings-mini__team strong { overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.standings-mini li > span:nth-last-child(2) { display: grid; justify-items: center; color: var(--muted); font-size: 9px; }
.standings-mini li > span:nth-last-child(2) small { font-size: 7px; }
.standings-mini li > b { font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 19px; text-align: right; }
.trend-panel li a { min-height: 51px; display: grid; align-content: center; gap: 8px; border-bottom: 1px solid #edf0ee; }
.trend-panel li span { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.trend-panel li strong { font-size: 11px; }
.trend-panel li small { color: var(--muted); font-size: 9px; }
.trend-panel li i { position: relative; height: 3px; overflow: hidden; background: #e8ece9; }
.trend-panel li i::after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--topic-width); background: var(--brand); }

.briefing { border-top: 5px solid var(--accent); background: #07131f; }
.briefing__label strong, .brief-item h2, .brief-item__number { font-family: "Barlow Condensed", "Arial Narrow", sans-serif; }
.brief-item h2 { font-size: 19px; text-transform: uppercase; }

.news-section { background: var(--paper); }
.news-toolbar { align-items: center; flex-wrap: wrap; }
.category-scroller { flex: 1 1 420px; }
.view-switcher { flex: 0 0 auto; display: inline-flex; padding: 3px; border: 1px solid var(--line); background: #fff; }
.view-switcher button { width: 36px; height: 34px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; color: var(--muted); cursor: pointer; }
.view-switcher button:hover, .view-switcher button.is-active { background: var(--ink); color: #fff; }
.news-list--explore.is-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; border-top: 0; }
.news-list--explore.is-grid .news-row { min-width: 0; display: flex; flex-direction: column; padding: 0 0 18px; border: 1px solid var(--line); background: #fff; }
.news-list--explore.is-grid .news-row__image { aspect-ratio: 16/10; border-radius: 0; }
.news-list--explore.is-grid .news-row__body { flex: 1; padding: 19px 19px 0; }
.news-list--explore.is-grid .news-row h3 { font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 27px; font-weight: 800; text-transform: uppercase; }
.news-list--explore.is-grid .news-row__summary { -webkit-line-clamp: 3; }
.news-list--explore.is-grid .empty-state { grid-column: 1 / -1; }
.news-list--explore.is-list { border-top: 4px solid var(--ink); }
.news-list--explore.is-list .news-row h3 { font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 30px; font-weight: 800; text-transform: uppercase; }
.sidebar-panel { border-top-width: 4px; }
.sidebar-panel h2 { font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 28px; text-transform: uppercase; }

.newsletter-band { position: relative; overflow: hidden; border-top: 5px solid var(--accent); background: #0c1e2d; color: #fff; }
.newsletter-band::before { content: "08:00"; position: absolute; right: 5%; bottom: -30px; color: rgba(255,255,255,.035); font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 190px; font-weight: 900; line-height: 1; }
.newsletter-band__inner { position: relative; min-height: 310px; }
.newsletter-band h2 { color: #fff; font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 52px; font-weight: 800; text-transform: uppercase; }
.newsletter-band p { color: #a8b6c2; }
.newsletter-band .section-kicker { color: var(--accent); }
.newsletter-band .section-kicker::before { background: var(--accent); }
.newsletter-band .newsletter-form input[type="email"] { border-color: rgba(255,255,255,.16); background: #fff; }
.newsletter-band .newsletter-form__consent a { color: #fff; }
.newsletter-band .button--dark { background: var(--accent); color: var(--ink); }

.site-footer { border-top: 1px solid rgba(255,255,255,.08); background: #030b12; }
.brand--footer .brand__mark { border-color: rgba(223,255,67,.4); background: var(--accent); color: var(--ink); }
.site-footer__live { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; color: #fff; font-size: 11px; font-weight: 850; text-transform: uppercase; }
.site-footer__live .live-dot { background: var(--live); box-shadow: 0 0 0 4px rgba(241,61,79,.14); }
.site-footer__live svg { color: var(--accent); }

[data-reveal].is-reveal-ready { opacity: 0; transform: translateY(20px); }
[data-reveal].is-reveal-ready.is-revealed { opacity: 1; transform: translateY(0); transition: opacity .65s ease, transform .65s ease; }

@media (max-width: 1080px) {
    .broadcast-hero .lead-layout { grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); }
    .broadcast-hero .lead-story h1 { font-size: 51px; }
    .broadcast-stage__content { grid-template-columns: minmax(0, 1fr) 310px; gap: 22px; }
    .broadcast-lower-third h1 { font-size: 48px; }
    .broadcast-rundown__list strong { font-size: 17px; }
    .matchday-grid { grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr); }
    .trend-panel { grid-column: 1 / -1; min-height: 0; }
    .trend-panel ol { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
    .trend-panel li a { border-bottom: 0; }
}

@media (max-width: 900px) {
    html:not(.js) .mobile-nav { display: block; }
    html:not(.js) .mobile-menu-button { display: none; }
    .score-ticker__inner { grid-template-columns: 130px minmax(0, 1fr); }
    .score-ticker__controls { display: none; }
    .broadcast-hero .lead-layout { grid-template-columns: 1fr; }
    .broadcast-hero .lead-rail { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: none; }
    .broadcast-hero .rail-story { grid-template-columns: 30px minmax(0, 1fr); align-content: start; }
    .broadcast-hero .rail-story__image { grid-column: 1 / -1; grid-row: 1; width: 100%; }
    .broadcast-hero .rail-story__rank { grid-column: 1; grid-row: 2; }
    .broadcast-hero .rail-story > div:last-child { grid-column: 2; grid-row: 2; }
    .broadcast-stage { min-height: 530px; }
    .broadcast-stage__content { grid-template-columns: 1fr; }
    .broadcast-rundown { display: none; }
    .broadcast-stage__primary { padding-right: 0; }
    .matchday-grid { grid-template-columns: 1fr; }
    .trend-panel { grid-column: auto; }
    .trend-panel ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .matchday-grid--trends-only .trend-panel ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .matchday-panel, .matchday-scoreboard { min-height: 330px; }
    .news-list--explore.is-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
    .utility-bar__inner { min-height: 27px; }
    .utility-bar p { font-size: 9px; text-transform: uppercase; }
    .site-header__main { min-height: 62px; }
    .brand__copy strong { font-size: 24px; }
    .score-ticker__inner, .score-ticker.is-empty .score-ticker__inner { width: 100%; min-height: 100px; grid-template-columns: 112px minmax(0, 1fr); }
    .score-ticker__label { padding-left: 12px; padding-right: 10px; }
    .score-ticker__label strong { font-size: 15px; }
    .score-ticker__label small { font-size: 7px; }
    .score-ticker__match { width: 264px; grid-template-columns: minmax(0, 1fr) 30px 78px; padding-inline: 12px; }
    .score-ticker__teams b { font-size: 10px; }
    .score-ticker__timing > time { font-size: 20px; }
    .score-ticker__timing > span { font-size: 11px; }
    .score-ticker__empty { min-width: calc(100vw - 112px); grid-template-columns: 30px minmax(0, 1fr) 16px; padding: 12px; }
    .score-ticker__empty strong { font-size: 15px; }
    .score-ticker__empty small { display: none; }
    .broadcast-hero__media { object-position: center 62%; }
    .broadcast-hero::before { background: rgba(3,10,16,.54); }
    .broadcast-hero::after { inset: 32% 0 0; }
    .broadcast-stage { width: 100%; min-height: 430px; grid-template-rows: 40px minmax(0, 1fr) 40px; padding-inline: 14px; }
    .broadcast-stage__topbar { font-size: 8px; }
    .broadcast-stage__topbar p:last-child span { display: none; }
    .broadcast-stage__topbar strong { min-height: 22px; font-size: 13px; }
    .broadcast-stage__primary { padding: 13px 0 12px; }
    .broadcast-scorebug { width: 100%; }
    .broadcast-scorebug__header { min-height: 27px; }
    .broadcast-scorebug__teams { min-height: 60px; gap: 7px; padding: 7px 9px; }
    .broadcast-scorebug .team-crest { width: 30px; height: 30px; flex-basis: 30px; }
    .broadcast-scorebug__teams > span > b { font-size: 13px; }
    .broadcast-scorebug__result { font-size: 22px; }
    .broadcast-scorebug__kickoff { min-height: 31px; padding-inline: 9px; font-size: 8px; }
    .broadcast-scorebug__kickoff time { font-size: 17px; }
    .broadcast-scorebug__pending { min-height: 58px; padding: 8px 10px; }
    .broadcast-scorebug__pending > svg { width: 24px; height: 24px; }
    .broadcast-scorebug__pending strong { font-size: 16px; }
    .broadcast-scorebug__pending small { display: none; }
    .broadcast-lower-third__flag { margin-bottom: 5px; }
    .broadcast-lower-third__flag span { min-height: 22px; padding-inline: 8px; }
    .broadcast-lower-third .story-meta { display: none; }
    .broadcast-lower-third h1 { font-size: 34px; line-height: .96; }
    .broadcast-lower-third > p:not(.broadcast-lower-third__flag) { display: none; }
    .broadcast-lower-third .story-link { margin-top: 8px; font-size: 9px; }
    .broadcast-stage__crawl { grid-template-columns: 84px minmax(0, 1fr); font-size: 9px; }
    .broadcast-stage__crawl > span { font-size: 13px; }
    .broadcast-stage__crawl p { padding-inline: 10px; }
    .broadcast-stage__crawl a { display: none; }
    .broadcast-hero .lead-story { min-height: 500px; }
    .broadcast-hero .lead-story__body { padding: 24px 20px; }
    .broadcast-hero .lead-story h1 { font-size: 41px; }
    .broadcast-hero .lead-rail { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
    .broadcast-hero .rail-story { min-width: 82%; scroll-snap-align: start; }
    .matchday-hub { padding-block: 36px; }
    .matchday-hub .section-heading, .news-section .section-heading { font-size: 37px; }
    .matchday-hub__header { align-items: flex-start; }
    .matchday-scoreboard { min-height: 315px; padding: 18px; }
    .matchday-scoreboard__teams { grid-template-columns: minmax(0, 1fr) 78px minmax(0, 1fr); gap: 8px; }
    .matchday-scoreboard .team-crest { width: 54px; height: 54px; }
    .matchday-scoreboard__teams strong { font-size: 16px; }
    .matchday-scoreboard__score { font-size: 38px; }
    .matchday-scoreboard__center time { font-size: 38px; }
    .matchday-panel { min-height: 0; padding: 18px; }
    .trend-panel ol { grid-template-columns: 1fr; }
    .matchday-grid--trends-only .trend-panel ol { grid-template-columns: 1fr; }
    .news-toolbar { align-items: stretch; }
    .search-field { flex-basis: calc(100% - 84px); }
    .category-scroller { flex-basis: 100%; order: 3; }
    .view-switcher { margin-left: auto; }
    .news-list--explore.is-grid { grid-template-columns: 1fr; }
    .news-list--explore.is-list .news-row { grid-template-columns: 112px minmax(0, 1fr); gap: 14px; padding: 17px 0; }
    .news-list--explore.is-list .news-row__image { aspect-ratio: 1; }
    .news-list--explore.is-list .news-row h3 { margin-top: 6px; font-size: 21px; }
    .news-list--explore.is-list .news-row__summary, .news-list--explore.is-list .news-row__footer { display: none; }
    .newsletter-band::before { display: none; }
    .newsletter-band h2 { font-size: 40px; }
}

@media (prefers-reduced-motion: reduce) {
    [data-reveal].is-reveal-ready { opacity: 1; transform: none; }
    .button:hover, .lead-story:hover .lead-story__image, .rail-story:hover img, .news-row:hover img { transform: none !important; }
}

@media (min-width: 901px) and (max-height: 850px) {
    .broadcast-stage { min-height: 510px; }
    .broadcast-stage__primary { padding-block: 18px; }
    .broadcast-lower-third h1 { font-size: 46px; }
    .broadcast-lower-third > p:not(.broadcast-lower-third__flag) { display: none; }
    .broadcast-hero .lead-story { min-height: 380px; }
    .broadcast-hero .lead-story h1 { font-size: 49px; }
}

@media (max-width: 640px) and (max-height: 750px) {
    .broadcast-stage { min-height: 410px; }
    .broadcast-lower-third h1 { font-size: 31px; }
    .broadcast-hero .lead-story { min-height: 440px; }
    .broadcast-hero .lead-story h1 { font-size: 37px; }
}

@media (min-width: 901px) {
    .mobile-nav.is-open { display: none; }
}

/* Discovery, search and team SEO surfaces */
.news-search-form { flex: 1; max-width: 680px; display: flex; align-items: center; gap: 9px; }
.news-search-form .search-field { max-width: none; }
.discovery-page { min-height: 65vh; background: var(--surface-muted); }
.discovery-hero { padding: 42px 0 46px; background: linear-gradient(135deg, #071725, #0d2b36); color: #fff; }
.discovery-hero .breadcrumbs { margin-bottom: 30px; }
.discovery-hero h1, .search-hero h1 { margin: 6px 0 12px; font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: clamp(42px, 6vw, 70px); line-height: .94; text-transform: uppercase; }
.discovery-hero > .shell > p:not(.section-kicker) { max-width: 760px; color: #b7c4ce; line-height: 1.7; }
.discovery-hero__meta { margin-top: 24px; display: flex; align-items: baseline; gap: 9px; }
.discovery-hero__meta strong { color: var(--accent); font-family: "Barlow Condensed", sans-serif; font-size: 33px; }
.discovery-hero__meta span { color: #b7c4ce; font-size: 13px; }
.discovery-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 32px; align-items: start; padding-block: 42px 70px; }
.discovery-layout--single { grid-template-columns: minmax(0, 900px); justify-content: center; }
.discovery-main { min-width: 0; padding: 0 28px 20px; border: 1px solid var(--line); background: #fff; }
.discovery-aside { display: grid; gap: 20px; }
.discovery-aside .topic-list a.is-active { background: var(--ink); color: #fff; }
.pagination { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-top: 1px solid var(--line); }
.pagination a { display: inline-flex; align-items: center; gap: 7px; color: var(--brand); font-size: 13px; font-weight: 850; }
.pagination span { color: var(--muted); font-size: 12px; }
.search-hero { padding: 36px 0 40px; border-bottom: 1px solid var(--line); background: #fff; }
.search-hero .breadcrumbs { margin-bottom: 28px; }
.global-search { max-width: 820px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; margin-top: 24px; }
.global-search label { position: relative; display: block; }
.global-search label svg { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); color: var(--muted); }
.global-search input { width: 100%; height: 54px; padding: 0 18px 0 50px; border: 1px solid var(--line); border-radius: 6px; background: var(--surface-muted); color: var(--ink); outline: none; }
.global-search input:focus { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(8,120,76,.09); }
.empty-state--search { margin: 30px 0; }
.story-meta__category { color: var(--brand); font-weight: 850; }
.standing-team, .standings-mini__team, .mini-standings__row > a { color: inherit; }
.standing-team:hover strong, .standings-mini__team:hover strong, .mini-standings__row > a:hover b, .match-scoreboard__team h1 a:hover { color: var(--brand); }
.mini-standings__row > a { min-width: 0; display: flex; align-items: center; gap: 7px; }
.mini-standings__row > a img { width: 22px; height: 22px; object-fit: contain; }
.match-scoreboard__team h1 a { color: inherit; }
.team-page { background: var(--surface-muted); }
.team-hero { padding: 32px 0 38px; background: radial-gradient(circle at 82% 15%, rgba(201,242,105,.14), transparent 27%), linear-gradient(135deg, #071725, #0d2b36); color: #fff; }
.team-hero .breadcrumbs { margin-bottom: 27px; }
.team-hero > .shell { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 26px; align-items: end; }
.team-hero .breadcrumbs { grid-column: 1 / -1; }
.team-hero__main { display: flex; align-items: center; gap: 22px; }
.team-crest--xl { width: 112px; height: 112px; border: 0; background: #fff; font-size: 24px; }
.team-crest--xl img { padding: 13px; }
.team-hero__main p { margin: 0 0 5px; color: var(--accent); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.team-hero__main h1 { margin: 0; font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: clamp(46px, 6vw, 76px); line-height: .9; text-transform: uppercase; }
.team-hero__main small { display: block; margin-top: 10px; color: #aab9c5; }
.team-hero__stats { display: grid; grid-template-columns: repeat(3, minmax(78px, 1fr)); border: 1px solid rgba(255,255,255,.13); background: rgba(0,0,0,.14); }
.team-hero__stats div { min-height: 78px; display: grid; place-items: center; align-content: center; gap: 2px; border-right: 1px solid rgba(255,255,255,.1); }
.team-hero__stats div:last-child { border-right: 0; }
.team-hero__stats strong { color: var(--accent); font-family: "Barlow Condensed", sans-serif; font-size: 28px; }
.team-hero__stats span { color: #aab9c5; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.team-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 28px; align-items: start; padding-block: 38px 70px; }
.team-layout__main { min-width: 0; display: grid; gap: 24px; }
.team-layout__aside { display: grid; gap: 20px; }
.team-competition-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.team-competition-grid > a { min-height: 86px; display: grid; grid-template-columns: minmax(0, 1fr) auto 18px; align-items: center; gap: 12px; padding: 14px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: inherit; }
.team-competition-grid > a:hover { background: #f7faf8; }
.team-competition-grid > a > span { min-width: 0; display: flex; align-items: center; gap: 10px; }
.team-competition-grid img { width: 34px; height: 34px; object-fit: contain; }
.team-competition-grid strong { font-size: 12px; }
.team-competition-grid > a > div { display: grid; justify-items: end; }
.team-competition-grid b { font-family: "Barlow Condensed", sans-serif; font-size: 25px; }
.team-competition-grid small { color: var(--muted); font-size: 9px; white-space: nowrap; }
.team-form { display: flex; gap: 8px; margin: 18px 0; }
.team-form span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: #fff; font-size: 12px; font-weight: 900; }
.team-form .is-w { background: #168556; }
.team-form .is-d { background: #7a8792; }
.team-form .is-l { background: #c53f47; }

@media (max-width: 900px) {
    .discovery-layout, .team-layout { grid-template-columns: 1fr; }
    .discovery-aside, .team-layout__aside { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .team-hero > .shell { grid-template-columns: 1fr; }
    .team-hero__stats { width: min(100%, 390px); }
}

@media (max-width: 640px) {
    .news-search-form { flex-basis: 100%; max-width: none; order: 1; }
    .news-search-form .button { display: none; }
    .discovery-hero, .search-hero { padding-block: 28px 32px; }
    .discovery-layout { padding-block: 22px 45px; }
    .discovery-main { padding-inline: 16px; }
    .discovery-aside, .team-layout__aside { grid-template-columns: 1fr; }
    .global-search { grid-template-columns: 1fr; }
    .global-search .button { width: 100%; }
    .pagination { flex-wrap: wrap; justify-content: center; padding-block: 16px; }
    .team-hero__main { align-items: flex-start; gap: 14px; }
    .team-crest--xl { width: 76px; height: 76px; }
    .team-hero__main h1 { font-size: 43px; }
    .team-hero__stats { width: 100%; }
    .team-layout { padding-block: 22px 45px; }
    .team-competition-grid { grid-template-columns: 1fr; }
}

/* Optimized motion layer: transform/opacity only, activated in the viewport. */
.is-motion-ready { opacity: 0; transform: translate3d(0, 17px, 0) scale(.992); }
.live-lab-match.is-motion-ready,
.uefa-fixture.is-motion-ready,
.league-fixture.is-motion-ready { transform: translate3d(13px, 0, 0); }
.is-motion-ready.is-motion-visible { opacity: 1; transform: translate3d(0, 0, 0) scale(1); transition: opacity .52s ease-out var(--motion-delay, 0ms), transform .68s cubic-bezier(.2,.72,.18,1) var(--motion-delay, 0ms); }
.is-motion-ready .section-kicker::before,
[data-reveal].is-reveal-ready .section-kicker::before { transform: scaleX(0); transform-origin: left center; }
.is-motion-visible .section-kicker::before,
[data-reveal].is-revealed .section-kicker::before { transform: scaleX(1); transition: transform .52s cubic-bezier(.2,.72,.18,1) .12s; }
.broadcast-hero.is-reveal-ready .broadcast-hero__media { transform: scale(1.035); }
.broadcast-hero.is-revealed .broadcast-hero__media { transform: scale(1); transition: transform 1.35s cubic-bezier(.2,.72,.18,1); }
.match-pitch__formation-home circle { animation: scoreModeGlow 3.2s ease-in-out infinite; }
.match-pitch__formation-away circle { animation: scoreModeGlow 3.2s ease-in-out -1.6s infinite; }
@keyframes scoreModeGlow { 0%, 100% { opacity: .68; } 50% { opacity: 1; } }

.brand__mark { transition: transform .32s cubic-bezier(.2,.72,.18,1), box-shadow .32s ease; }
.europe-competition-card > span,
.analysis-lab-method__grid article > span,
.sports-data-note > svg { transition: transform .3s cubic-bezier(.2,.72,.18,1); }
.match-card__arrow,
.league-fixture > svg,
.uefa-fixture > svg,
.team-competition-grid > a > svg,
.europe-competition-card > strong svg { transition: transform .25s cubic-bezier(.2,.72,.18,1); }

@media (hover: hover) and (pointer: fine) {
    .brand:hover .brand__mark { transform: rotate(2deg) scale(1.06); box-shadow: 0 8px 18px rgba(0,0,0,.2); }
    .matchday-panel,
    .europe-competition-card,
    .sports-data-note,
    .analysis-lab-method__grid article { transition: transform .28s cubic-bezier(.2,.72,.18,1), box-shadow .28s ease, border-color .28s ease; }
    .matchday-panel:hover,
    .europe-competition-card:hover,
    .sports-data-note:hover,
    .analysis-lab-method__grid article:hover { border-color: rgba(8,120,76,.3); box-shadow: 0 18px 42px rgba(7,19,31,.1); transform: translate3d(0,-4px,0); }
    .europe-competition-card:hover > span { transform: rotate(-6deg) scale(1.08); }
    .analysis-lab-method__grid article:hover > span { transform: scale(1.13); }
    .sports-data-note:hover > svg { transform: translate3d(0,-3px,0) rotate(-5deg); }
    .match-card:hover .match-card__arrow,
    .league-fixture:hover > svg,
    .uefa-fixture:hover > svg,
    .team-competition-grid > a:hover > svg,
    .europe-competition-card:hover > strong svg { transform: translate3d(4px,0,0); }
}

@media (prefers-reduced-motion: reduce) {
    .is-motion-ready,
    .is-motion-ready.is-motion-visible,
    .broadcast-hero.is-reveal-ready .broadcast-hero__media,
    .broadcast-hero.is-revealed .broadcast-hero__media { opacity: 1; transform: none; transition: none; }
    .match-pitch__formation-home circle,
    .match-pitch__formation-away circle { animation: none; opacity: 1; }
    .brand__mark,
    .europe-competition-card > span,
    .analysis-lab-method__grid article > span,
    .sports-data-note > svg,
    .match-card__arrow,
    .league-fixture > svg,
    .uefa-fixture > svg,
    .team-competition-grid > a > svg,
    .europe-competition-card > strong svg { transition: none; }
}

/* Accountless favorites and personalized homepage feed */
.favorites-header-button { position: relative; }
.favorites-header-button > svg { width: 19px; height: 19px; }
.favorites-header-button [data-favorites-badge] { position: absolute; right: -5px; top: -5px; min-width: 19px; height: 19px; display: grid; place-items: center; padding: 0 5px; border: 2px solid #fff; border-radius: 20px; background: var(--brand); color: #fff; font-size: 9px; font-weight: 900; }
.favorites-header-button [data-favorites-badge][hidden] { display: none; }
.favorites-backdrop { position: fixed; inset: 0; z-index: 70; background: rgba(3, 12, 20, .55); opacity: 0; backdrop-filter: blur(2px); transition: opacity .24s ease; }
.favorites-backdrop.is-visible { opacity: 1; }
.favorites-drawer { position: fixed; inset: 0 0 0 auto; z-index: 80; width: min(440px, 100%); height: 100dvh; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; overflow: hidden; border-left: 1px solid rgba(255,255,255,.12); background: #f7faf8; color: var(--ink); box-shadow: -28px 0 70px rgba(3,12,20,.22); transform: translate3d(102%,0,0); visibility: hidden; transition: transform .34s cubic-bezier(.2,.72,.18,1), visibility 0s linear .34s; }
.favorites-drawer.is-open { transform: translate3d(0,0,0); visibility: visible; transition-delay: 0s; }
.has-favorites-drawer { overflow: hidden; }
.favorites-drawer__header { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 24px; border-bottom: 1px solid var(--line); background: #fff; }
.favorites-drawer__header p { margin: 0 0 3px; color: var(--brand); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.favorites-drawer__header h2 { margin: 0; font-family: "Barlow Condensed", sans-serif; font-size: 34px; line-height: 1; text-transform: uppercase; }
.favorites-drawer__body { min-height: 0; overflow-y: auto; padding: 22px 24px 30px; overscroll-behavior: contain; }
.favorites-drawer__intro { margin: 0 0 18px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.favorites-search { position: relative; display: block; }
.favorites-search > svg { position: absolute; left: 14px; top: 50%; width: 18px; height: 18px; color: var(--muted); transform: translateY(-50%); pointer-events: none; }
.favorites-search input { width: 100%; height: 49px; padding: 0 14px 0 44px; border: 1px solid var(--line); border-radius: 7px; background: #fff; color: var(--ink); outline: none; }
.favorites-search input:focus { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(8,120,76,.09); }
.favorites-drawer__status { min-height: 16px; margin: 9px 1px 12px; color: var(--muted); font-size: 10px; }
.favorites-results { display: grid; max-height: 278px; overflow-y: auto; margin-bottom: 24px; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.favorite-option { width: 100%; min-height: 62px; display: grid; grid-template-columns: 38px minmax(0,1fr) auto; align-items: center; gap: 11px; padding: 9px 12px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: inherit; text-align: left; cursor: pointer; }
.favorite-option:last-child { border-bottom: 0; }
.favorite-option:not(:disabled):hover { background: #f0f7f3; }
.favorite-option:disabled { cursor: default; opacity: .64; }
.favorite-option.is-selected { background: #eff8f3; }
.favorite-option img, .favorite-option__fallback, .favorite-selected-item > img, .favorite-selected-item > .favorite-option__fallback { width: 38px; height: 38px; display: grid; place-items: center; object-fit: contain; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--brand); font-size: 9px; font-weight: 900; }
.favorite-option span:not(.favorite-option__fallback), .favorite-selected-item a { min-width: 0; display: grid; gap: 3px; }
.favorite-option strong, .favorite-selected-item strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.favorite-option small, .favorite-selected-item small { color: var(--muted); font-size: 9px; }
.favorite-option em { color: var(--brand); font-size: 9px; font-style: normal; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.favorites-results__empty { margin: 0; padding: 20px; color: var(--muted); font-size: 11px; text-align: center; }
.favorites-group + .favorites-group { margin-top: 24px; }
.favorites-group__heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 9px; }
.favorites-group__heading h3 { margin: 0; font-size: 12px; text-transform: uppercase; letter-spacing: .07em; }
.favorites-group__heading span { color: var(--muted); font-size: 10px; font-weight: 800; }
.favorites-selected { display: grid; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.favorites-selected > p { margin: 0; padding: 18px; color: var(--muted); font-size: 11px; text-align: center; }
.favorite-selected-item { min-height: 58px; display: grid; grid-template-columns: 38px minmax(0,1fr) 32px; align-items: center; gap: 10px; padding: 9px 9px 9px 12px; border-bottom: 1px solid var(--line); }
.favorite-selected-item:last-child { border-bottom: 0; }
.favorite-selected-item a { color: inherit; }
.favorite-selected-item a:hover strong { color: var(--brand); }
.favorite-selected-item button { width: 30px; height: 30px; display: grid; place-items: center; border: 0; border-radius: 50%; background: transparent; color: var(--muted); cursor: pointer; }
.favorite-selected-item button:hover { background: #f4e8e9; color: #aa2633; }
.favorite-selected-item button svg { width: 15px; height: 15px; }
.favorites-drawer__footer { min-height: 76px; display: flex; justify-content: flex-end; gap: 9px; padding: 17px 24px; border-top: 1px solid var(--line); background: #fff; }
.favorites-drawer__footer [disabled] { opacity: .46; cursor: default; }
.favorite-page-action { min-height: 38px; display: inline-flex; align-items: center; gap: 8px; margin-top: 17px; padding: 0 14px; border: 1px solid rgba(255,255,255,.24); border-radius: 5px; background: rgba(255,255,255,.08); color: #fff; font: inherit; font-size: 10px; font-weight: 850; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.favorite-page-action svg { width: 16px; height: 16px; }
.favorite-page-action:hover { border-color: var(--accent); transform: translateY(-1px); }
.favorite-page-action.is-active { border-color: var(--accent); background: var(--accent); color: var(--ink); }
.favorite-page-action.is-active svg { fill: currentColor; }
.personal-feed { padding: 58px 0 64px; border-top: 1px solid var(--line); background: linear-gradient(180deg, #f1f6f3, #f8faf9); }
.personal-feed__header { margin-bottom: 24px; }
.personal-feed__actions { display: flex; align-items: center; gap: 9px; }
.personal-feed__empty { min-height: 148px; display: grid; grid-template-columns: 62px minmax(0,1fr) auto; align-items: center; gap: 22px; padding: 28px 30px; border: 1px solid rgba(8,120,76,.18); border-radius: 8px; background: #fff; box-shadow: 0 18px 45px rgba(7,19,31,.06); }
.personal-feed__empty[hidden] { display: none; }
.personal-feed__empty > span { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; background: #e6f4ec; color: var(--brand); }
.personal-feed__empty > span svg { width: 28px; height: 28px; }
.personal-feed__empty h3 { margin: 0 0 7px; font-family: "Newsreader", Georgia, serif; font-size: 25px; }
.personal-feed__empty p { max-width: 680px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.personal-feed__content { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(340px,.75fr); gap: 22px; align-items: start; }
.personal-feed__content[hidden] { display: none; }
.personal-news, .personal-fixtures { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 14px 35px rgba(7,19,31,.05); }
.personal-panel-heading { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 20px; border-bottom: 1px solid var(--line); }
.personal-panel-heading .section-kicker { margin-bottom: 3px; font-size: 8px; }
.personal-panel-heading h3 { margin: 0; font-family: "Barlow Condensed", sans-serif; font-size: 27px; line-height: 1; text-transform: uppercase; }
.personal-panel-heading > span { color: var(--muted); font-size: 10px; font-weight: 800; }
.personal-news__list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
.personal-news-card { min-height: 150px; display: grid; grid-template-columns: 116px minmax(0,1fr); gap: 14px; padding: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.personal-news-card:nth-child(2n) { border-right: 0; }
.personal-news-card__image { min-height: 112px; overflow: hidden; border-radius: 5px; background: linear-gradient(135deg,#dce8e1,#f1f5f2); }
.personal-news-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.personal-news-card:hover .personal-news-card__image img { transform: scale(1.04); }
.personal-news-card > div { min-width: 0; }
.personal-news-card p { margin: 1px 0 7px; color: var(--brand); font-size: 8px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.personal-news-card h4 { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: 17px; line-height: 1.15; }
.personal-news-card h4 a { color: inherit; }
.personal-news-card h4 a:hover { color: var(--brand); }
.personal-news-card small { display: -webkit-box; overflow: hidden; margin-top: 9px; color: var(--muted); font-size: 9px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.personal-fixtures__list { display: grid; }
.personal-fixture-card { padding: 15px 18px; border-bottom: 1px solid var(--line); }
.personal-fixture-card:last-child { border-bottom: 0; }
.personal-fixture-card > a:first-child { display: block; color: inherit; }
.personal-fixture-card p { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 0 0 13px; color: var(--muted); font-size: 8px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.personal-fixture-card p em { color: var(--brand); font-style: normal; }
.personal-fixture-card p em.is-live { color: #c92f40; }
.personal-fixture-card > a:first-child > div { display: grid; grid-template-columns: minmax(0,1fr) 46px minmax(0,1fr); align-items: center; gap: 8px; }
.personal-fixture-card > a:first-child > div > span { min-width: 0; display: flex; align-items: center; gap: 7px; }
.personal-fixture-card > a:first-child > div > span:last-child { flex-direction: row-reverse; text-align: right; }
.personal-fixture-card img { width: 28px; height: 28px; object-fit: contain; }
.personal-fixture-card b { overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.personal-fixture-card > a:first-child > div > strong { color: var(--ink); font-family: "Barlow Condensed", sans-serif; font-size: 18px; text-align: center; }
.personal-fixture-card__calendar { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; color: var(--brand); font-size: 9px; font-weight: 800; }
.personal-fixture-card__calendar svg { width: 14px; height: 14px; }
.personal-panel-empty { min-height: 132px; display: grid; place-items: center; align-content: center; gap: 10px; padding: 24px; color: var(--muted); text-align: center; }
.personal-panel-empty svg { width: 26px; height: 26px; color: var(--brand); }
.personal-panel-empty p { margin: 0; font-size: 11px; }
.favorite-reminder { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: min(560px, calc(100% - 44px)); min-height: 88px; display: grid; grid-template-columns: 46px minmax(0,1fr) auto 38px; align-items: center; gap: 13px; padding: 14px; border: 1px solid rgba(217,255,84,.32); border-radius: 9px; background: #081824; color: #fff; box-shadow: 0 24px 60px rgba(3,12,20,.3); }
.favorite-reminder[hidden] { display: none; }
.favorite-reminder__icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: rgba(217,255,84,.12); color: var(--accent); }
.favorite-reminder__icon svg { width: 21px; height: 21px; }
.favorite-reminder p { margin: 0 0 3px; color: var(--accent); font-size: 8px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.favorite-reminder strong { display: block; font-size: 12px; }
.favorite-reminder small { display: block; margin-top: 4px; color: #aab9c5; font-size: 9px; }
.favorite-reminder > .icon-button { border-color: rgba(255,255,255,.14); background: transparent; color: #fff; }

@media (max-width: 1000px) {
    .personal-feed__content { grid-template-columns: 1fr; }
    .personal-fixtures__list { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .personal-fixture-card:nth-child(odd) { border-right: 1px solid var(--line); }
}

@media (max-width: 720px) {
    .personal-feed { padding-block: 38px 44px; }
    .personal-feed__header { flex-direction: column; align-items: flex-start; }
    .personal-feed__actions { width: 100%; }
    .personal-feed__actions .button { flex: 1; justify-content: center; }
    .personal-feed__empty { grid-template-columns: 52px minmax(0,1fr); gap: 15px; padding: 20px; }
    .personal-feed__empty > span { width: 52px; height: 52px; }
    .personal-feed__empty > .button { grid-column: 1 / -1; width: 100%; }
    .personal-news__list { grid-template-columns: 1fr; }
    .personal-news-card { border-right: 0; }
    .personal-fixtures__list { grid-template-columns: 1fr; }
    .personal-fixture-card:nth-child(odd) { border-right: 0; }
    .favorite-reminder { right: 12px; bottom: 12px; width: calc(100% - 24px); grid-template-columns: 40px minmax(0,1fr) 34px; gap: 10px; }
    .favorite-reminder__icon { width: 40px; height: 40px; }
    .favorite-reminder > .button { grid-column: 2 / 3; justify-self: start; }
    .favorite-reminder > .icon-button { grid-column: 3; grid-row: 1; }
}

@media (max-width: 480px) {
    .favorites-drawer__header, .favorites-drawer__body, .favorites-drawer__footer { padding-inline: 17px; }
    .favorites-drawer__footer { justify-content: stretch; }
    .favorites-drawer__footer .button { flex: 1; justify-content: center; }
    .header-subscribe { display: none; }
    .personal-news-card { grid-template-columns: 94px minmax(0,1fr); gap: 12px; padding: 13px; }
    .personal-news-card__image { min-height: 96px; }
    .personal-news-card small { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .favorites-backdrop, .favorites-drawer, .favorite-page-action, .personal-news-card__image img { transition: none; }
}
