:root {
    --ink: #071927;
    --ink-2: #0d2637;
    --ink-3: #15384b;
    --lime: #caff46;
    --lime-dark: #9fd51d;
    --blue: #2f7bff;
    --paper: #f2f4ee;
    --white: #fff;
    --line: #dbe0d7;
    --muted: #68737a;
    --danger: #e5484d;
    --radius: 22px;
    --shadow: 0 20px 60px rgba(7, 25, 39, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img, svg { display: block; max-width: 100%; }
.shell { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.narrow-shell { width: min(940px, calc(100% - 40px)); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -60px; padding: 12px 18px; background: var(--lime); color: var(--ink); border-radius: 8px; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }

.data-ribbon { background: var(--lime); color: var(--ink); font-size: 12px; }
.data-ribbon__inner { min-height: 32px; display: flex; align-items: center; justify-content: center; gap: 18px; }
.data-ribbon span { display: flex; align-items: center; gap: 7px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.data-ribbon i { width: 7px; height: 7px; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 4px rgba(7,25,39,.1); }
.data-ribbon strong { font-weight: 650; opacity: .72; }
.data-ribbon a { margin-left: 6px; font-weight: 800; border-bottom: 1px solid currentColor; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(7,25,39,.96); color: #fff; border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(16px); }
.header-inner { min-height: 80px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; color: #fff; font-size: 21px; font-weight: 500; letter-spacing: -.04em; }
.brand > span:last-child { display: flex; flex-wrap: wrap; align-items: baseline; line-height: .9; width: 92px; }
.brand strong { font-weight: 900; }
.brand small { display: block; width: 100%; margin-top: 6px; color: rgba(255,255,255,.48); font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.brand-mark { position: relative; width: 42px; height: 42px; display: block; flex: 0 0 auto; overflow: hidden; border-radius: 11px; box-shadow: 0 7px 18px rgba(2,13,21,.22); }
.brand-mark img { display: block; width: 100%; height: 100%; }
.main-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.main-nav a { position: relative; color: rgba(255,255,255,.73); font-size: 13px; font-weight: 700; white-space: nowrap; transition: color .2s; }
.main-nav a:hover { color: var(--lime); }
.main-nav a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -10px; background: var(--lime); transition: right .2s; }
.main-nav a:hover::after { right: 0; }
.header-search { width: 230px; height: 42px; display: flex; align-items: center; gap: 9px; padding: 0 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(255,255,255,.06); }
.header-search svg { width: 17px; fill: none; stroke: rgba(255,255,255,.5); stroke-linecap: round; stroke-width: 1.8; }
.header-search input { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; color: #fff; font-size: 12px; }
.header-search input::placeholder { color: rgba(255,255,255,.42); }
.menu-toggle { display: none; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: transparent; color: #fff; padding: 9px 12px; font-size: 12px; font-weight: 800; }
.mobile-nav { padding: 5px 20px 20px; background: var(--ink); }
.mobile-nav a { display: block; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-weight: 700; }
.mobile-nav form { display: flex; gap: 8px; margin-top: 14px; }
.mobile-nav input { flex: 1; min-width: 0; padding: 11px; border: 0; border-radius: 8px; }
.mobile-nav button { padding: 0 16px; border: 0; border-radius: 8px; background: var(--lime); font-weight: 900; }

.league-strip { background: var(--ink-2); color: #fff; border-bottom: 1px solid rgba(255,255,255,.07); }
.league-strip__inner { min-height: 58px; display: flex; align-items: center; gap: 10px; overflow-x: auto; scrollbar-width: none; }
.league-strip__inner::-webkit-scrollbar { display: none; }
.strip-label { margin-right: 3px; color: rgba(255,255,255,.35); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.league-pill { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; min-height: 32px; padding: 0 12px; border: 1px solid rgba(255,255,255,.09); border-radius: 999px; color: rgba(255,255,255,.65); font-size: 11px; font-weight: 800; }
.league-pill span { color: var(--lime); font-size: 9px; letter-spacing: .08em; }
.league-pill:hover, .league-pill--active { color: #fff; border-color: rgba(202,255,70,.5); background: rgba(202,255,70,.08); }
.league-pill--more { margin-left: auto; border-color: transparent; }

.hero { position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, #000, transparent 68%); }
.hero::after { content: ""; position: absolute; width: 580px; height: 580px; left: -240px; bottom: -420px; border-radius: 50%; border: 85px solid rgba(47,123,255,.12); }
.hero-grid { position: relative; z-index: 1; min-height: 650px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 76px; align-items: center; padding-block: 70px 78px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > i { width: 24px; height: 2px; background: currentColor; }
.hero-copy h1, .page-hero h1, .entity-hero h1, .not-found h1 { margin: 20px 0 22px; font-size: clamp(50px, 5.7vw, 82px); line-height: .94; letter-spacing: -.072em; }
.hero-copy h1 em, .page-hero h1 em, .entity-hero h1 em, .not-found h1 em { position: relative; color: var(--lime); font-style: normal; font-weight: 850; }
.hero-copy h1 em::after { content: ""; position: absolute; height: 8px; left: 3px; right: 4px; bottom: -7px; opacity: .25; background: var(--lime); transform: rotate(-1deg); }
.hero-copy > p { max-width: 590px; margin: 0; color: rgba(255,255,255,.63); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 20px; border: 1px solid transparent; border-radius: 12px; cursor: pointer; font-size: 12px; font-weight: 900; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button--lime { color: var(--ink); background: var(--lime); box-shadow: 0 12px 30px rgba(202,255,70,.12); }
.button--lime:hover { background: #d6ff6e; }
.button--ghost { border-color: rgba(255,255,255,.15); color: #fff; background: rgba(255,255,255,.04); }
.button--dark { color: #fff; background: var(--ink); }
.hero-metrics { display: flex; gap: 34px; margin-top: 43px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); }
.hero-metrics span { display: flex; flex-direction: column; }
.hero-metrics strong { color: #fff; font-size: 24px; letter-spacing: -.04em; }
.hero-metrics small { margin-top: 4px; color: rgba(255,255,255,.38); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

.feature-card { position: relative; overflow: hidden; min-height: 450px; padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 26px; background: linear-gradient(145deg, rgba(22,56,75,.98), rgba(8,28,42,.97)); box-shadow: 0 40px 100px rgba(0,0,0,.27); }
.feature-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 15%, rgba(202,255,70,.13), transparent 35%), linear-gradient(135deg, transparent 50%, rgba(255,255,255,.025) 50%); }
.feature-card__top { position: relative; display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,.46); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.feature-card__top > span { display: flex; align-items: center; gap: 8px; color: var(--lime); }
.feature-card__top i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(202,255,70,.1); }
.feature-card__top a:hover { color: #fff; }
.feature-match { position: relative; display: grid; grid-template-columns: 1fr 100px 1fr; gap: 12px; align-items: center; margin: 48px 0 38px; }
.feature-team { display: flex; flex-direction: column; align-items: center; min-width: 0; text-align: center; }
.feature-team strong { max-width: 130px; margin-top: 13px; overflow: hidden; color: #fff; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.feature-team small { margin-top: 4px; color: rgba(255,255,255,.35); font-size: 9px; text-transform: uppercase; }
.team-badge { flex: 0 0 auto; position: relative; display: inline-grid; place-items: center; overflow: hidden; width: 46px; height: 46px; border: 3px solid rgba(255,255,255,.72); border-radius: 50% 50% 48% 48% / 38% 38% 62% 62%; color: var(--team-secondary); background: conic-gradient(from 35deg, var(--team-primary) 0 28%, var(--team-secondary) 28% 42%, var(--team-primary) 42% 72%, var(--team-secondary) 72% 82%, var(--team-primary) 82%); box-shadow: inset 0 0 0 3px var(--team-primary), 0 8px 18px rgba(0,0,0,.14); font-size: 10px; font-weight: 950; letter-spacing: -.06em; text-shadow: 0 1px 3px rgba(0,0,0,.45); }
.team-badge::after { content: ""; position: absolute; width: 70%; height: 35%; top: 6%; left: 15%; border-radius: 50%; background: rgba(255,255,255,.13); transform: rotate(-16deg); }
.team-badge--large { width: 78px; height: 84px; border-width: 4px; font-size: 16px; }
.team-badge--small { width: 34px; height: 36px; border-width: 2px; font-size: 8px; }
.team-badge--tiny { width: 27px; height: 29px; border-width: 2px; font-size: 7px; box-shadow: none; }
.team-badge--hero { width: 110px; height: 118px; border-width: 5px; font-size: 23px; }
.team-badge--scoreboard { width: 102px; height: 110px; border-width: 5px; font-size: 21px; }
.team-badge > span { position: relative; z-index: 1; }
.team-badge img { position: absolute; z-index: 3; inset: 0; width: 100%; height: 100%; padding: 8%; object-fit: contain; background: #fff; }
.team-badge--image { border-color: rgba(255,255,255,.88); background: #fff; box-shadow: 0 8px 18px rgba(0,0,0,.14); text-shadow: none; }
.team-badge--image::after { display: none; }
.feature-score { display: flex; flex-direction: column; align-items: center; }
.feature-score small { display: inline-flex; padding: 5px 9px; border-radius: 999px; color: var(--lime); background: rgba(202,255,70,.1); font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.feature-score strong { display: flex; gap: 8px; margin: 8px 0 1px; font-size: 38px; letter-spacing: -.07em; }
.feature-score strong i { color: rgba(255,255,255,.25); font-style: normal; font-weight: 400; }
.feature-score span { color: rgba(255,255,255,.35); font-size: 9px; }
.event-ticker { position: relative; display: grid; gap: 0; border-block: 1px solid rgba(255,255,255,.09); }
.event-ticker span { display: grid; grid-template-columns: 34px 24px 1fr; align-items: center; min-height: 37px; border-bottom: 1px solid rgba(255,255,255,.055); color: rgba(255,255,255,.64); font-size: 10px; }
.event-ticker span:last-child { border: 0; }
.event-ticker b { color: var(--lime); font-size: 9px; }
.event-ticker i { font-style: normal; font-size: 10px; }
.feature-link { position: relative; display: flex; justify-content: space-between; align-items: center; margin-top: 18px; color: #fff; font-size: 11px; font-weight: 850; }
.feature-link b { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: var(--ink); background: var(--lime); }
.feature-card__glow { position: absolute; width: 190px; height: 190px; right: -95px; bottom: -95px; border-radius: 50%; background: rgba(47,123,255,.13); filter: blur(15px); }

.section { padding-block: 78px; }
.section--light { background: var(--paper); }
.section--paper { background: #e9ede5; }
.section-heading, .panel-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.section-heading h2, .panel-heading h2 { margin: 7px 0 0; font-size: 30px; line-height: 1.1; letter-spacing: -.045em; }
.section-heading > a, .panel-heading > a { flex: 0 0 auto; color: var(--ink); font-size: 11px; font-weight: 900; }
.section-heading > a:hover, .panel-heading > a:hover { color: var(--blue); }
.kicker { color: var(--blue); font-size: 9px; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
.panel { overflow: hidden; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.8); box-shadow: 0 10px 35px rgba(7,25,39,.035); }
.panel--table { padding-bottom: 18px; }
.panel-heading { margin-bottom: 20px; }
.panel-heading h2 { font-size: 23px; }
.source-chip { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 9px; font-weight: 800; }

.match-list { display: grid; gap: 8px; }
.match-row { display: grid; grid-template-columns: 150px minmax(260px,1fr) 78px 26px; align-items: center; gap: 18px; min-height: 78px; padding: 12px 18px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.8); transition: border-color .2s, transform .2s, box-shadow .2s; }
.match-row:hover { z-index: 2; border-color: rgba(47,123,255,.4); transform: translateY(-2px); box-shadow: var(--shadow); }
.match-meta, .match-score { display: flex; flex-direction: column; }
.match-meta b { color: var(--blue); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.match-meta small { margin-top: 6px; color: var(--muted); font-size: 10px; }
.match-teams { display: grid; gap: 7px; }
.match-teams > span { display: grid; grid-template-columns: 1fr 34px; align-items: center; justify-items: end; gap: 12px; font-size: 12px; }
.match-teams b { overflow: hidden; max-width: 180px; text-overflow: ellipsis; white-space: nowrap; }
.match-score { align-items: center; }
.match-score strong { font-size: 18px; letter-spacing: -.04em; }
.match-score small { margin-top: 4px; color: var(--muted); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.match-score--live strong, .match-score--live small { color: var(--danger); }
.row-arrow { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: var(--muted); background: #edf0eb; font-size: 10px; }
.match-row:hover .row-arrow, .scorer-row:hover .row-arrow { color: #fff; background: var(--blue); }
.empty-state { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 130px; padding: 24px; color: var(--muted); text-align: center; }
.empty-state strong { color: var(--ink); }
.empty-state span { margin-top: 7px; font-size: 12px; }
.empty-state--large { min-height: 280px; }

.split-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 22px; align-items: start; }
.table-scroll { overflow-x: auto; }
.data-table { width: 100%; border-collapse: collapse; text-align: center; }
.data-table th { padding: 9px 10px; border-bottom: 1px solid var(--line); color: #8a9396; font-size: 8px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.data-table td { height: 48px; padding: 7px 10px; border-bottom: 1px solid #edf0eb; font-size: 11px; }
.data-table tr:last-child td { border-bottom: 0; }
.data-table th:nth-child(2), .data-table td:nth-child(2) { text-align: left; }
.data-table tbody tr:hover { background: rgba(47,123,255,.035); }
.position { display: inline-grid; place-items: center; width: 23px; height: 23px; border-radius: 7px; color: var(--muted); background: #edf0eb; font-size: 9px; font-weight: 900; }
.position--top { color: #166e3b; background: rgba(202,255,70,.45); }
.position--drop { color: #ae252b; background: rgba(229,72,77,.1); }
.table-team { display: inline-flex; align-items: center; gap: 9px; }
.table-team strong { font-size: 11px; white-space: nowrap; }
.scorer-list { display: grid; }
.scorer-row { display: grid; grid-template-columns: 25px 38px 1fr 45px 25px; align-items: center; gap: 10px; min-height: 62px; border-bottom: 1px solid #e9ece7; transition: background .2s; }
.scorer-row:hover { background: rgba(47,123,255,.035); }
.scorer-rank { color: #99a0a3; font-size: 9px; font-weight: 900; text-align: center; }
.avatar { flex: 0 0 auto; position: relative; display: grid; place-items: center; overflow: hidden; width: 38px; height: 38px; border-radius: 50%; color: #fff; background: linear-gradient(145deg, var(--ink-3), var(--blue)); font-size: 9px; font-weight: 900; letter-spacing: -.05em; }
.avatar--small { width: 34px; height: 34px; font-size: 8px; }
.avatar > span { position: relative; z-index: 1; }
.avatar img { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.avatar--photo { box-shadow: inset 0 0 0 1px rgba(7,25,39,.08); }
.scorer-person, .scorer-number { display: flex; flex-direction: column; min-width: 0; }
.scorer-person strong { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.scorer-person small, .scorer-number small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.scorer-number { align-items: center; }
.scorer-number strong { font-size: 17px; }

.system-section { color: #fff; background: var(--ink); }
.section-heading--dark h2 { color: #fff; }
.system-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid rgba(255,255,255,.09); border-radius: var(--radius); overflow: hidden; }
.system-grid article { position: relative; min-height: 260px; padding: 36px; border-right: 1px solid rgba(255,255,255,.09); background: linear-gradient(145deg, rgba(255,255,255,.03), transparent); }
.system-grid article:last-child { border-right: 0; }
.system-grid article > span { color: var(--lime); font-size: 10px; font-weight: 950; letter-spacing: .15em; }
.system-grid h3 { margin: 68px 0 12px; font-size: 20px; letter-spacing: -.035em; }
.system-grid p { margin: 0; color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.75; }

.page-hero, .entity-hero, .match-hero { position: relative; overflow: hidden; color: #fff; background: var(--ink); }
.page-hero::before, .entity-hero::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right,#000,transparent 80%); }
.page-hero__inner { position: relative; padding-block: 80px 90px; }
.page-hero h1 { margin-block: 18px; font-size: clamp(46px,5vw,70px); }
.page-hero p { max-width: 680px; margin: 0; color: rgba(255,255,255,.58); font-size: 16px; line-height: 1.7; }
.league-card-grid { display: grid; gap: 16px; }
.league-card { display: grid; grid-template-columns: 78px 1fr auto; gap: 25px; align-items: center; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 25px rgba(7,25,39,.035); }
.league-card__flag { display: grid; place-items: center; width: 68px; height: 68px; border-radius: 20px 6px 20px 6px; color: var(--lime); background: var(--ink); font-size: 16px; font-weight: 950; letter-spacing: .08em; }
.league-card h2 { margin: 7px 0 8px; font-size: 25px; letter-spacing: -.04em; }
.league-card p { margin: 0; color: var(--muted); font-size: 12px; }
.league-card__links { display: flex; align-items: center; gap: 17px; }
.league-card__links > a:not(.button) { color: var(--muted); font-size: 10px; font-weight: 800; }

.entity-hero > .shell, .entity-hero .shell { position: relative; padding-block: 32px 0; }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; color: rgba(255,255,255,.38); font-size: 9px; font-weight: 800; }
.breadcrumbs a:hover { color: var(--lime); }
.breadcrumbs b { color: rgba(255,255,255,.65); }
.entity-hero__row { display: grid; grid-template-columns: 100px 1fr auto; gap: 25px; align-items: center; padding-block: 49px 46px; }
.league-emblem { display: grid; place-items: center; align-content: center; width: 90px; height: 100px; border-radius: 27px 8px 27px 8px; color: var(--ink); background: var(--lime); box-shadow: inset -22px -20px 0 rgba(7,25,39,.07); }
.league-emblem span { font-size: 10px; font-weight: 950; letter-spacing: .15em; }
.league-emblem strong { font-size: 38px; line-height: 1; }
.entity-hero h1 { margin: 13px 0 12px; font-size: clamp(40px,4vw,60px); }
.entity-hero__row p, .entity-hero--compact p { margin: 0; color: rgba(255,255,255,.5); font-size: 13px; }
.entity-hero__stat { min-width: 170px; display: flex; flex-direction: column; align-items: flex-end; padding-left: 25px; border-left: 1px solid rgba(255,255,255,.1); }
.entity-hero__stat small, .identity-facts small { color: rgba(255,255,255,.35); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.entity-hero__stat strong { margin: 7px 0; color: #fff; font-size: 23px; }
.entity-hero__stat span { color: var(--lime); font-size: 9px; font-weight: 800; }
.subnav { display: flex; gap: 7px; overflow-x: auto; scrollbar-width: none; }
.subnav a { flex: 0 0 auto; min-height: 42px; display: inline-flex; align-items: center; padding: 0 15px; border-radius: 11px 11px 0 0; color: rgba(255,255,255,.45); font-size: 10px; font-weight: 850; }
.subnav a:hover, .subnav a.active { color: var(--ink); background: var(--paper); }
.league-layout { display: grid; grid-template-columns: minmax(0,1.28fr) minmax(320px,.72fr); gap: 22px; align-items: start; }
.league-side .scorer-row { grid-template-columns: 22px 34px 1fr 38px 22px; }
.table-legend { display: flex; align-items: center; gap: 17px; margin-top: 16px; color: var(--muted); font-size: 9px; }
.table-legend span { display: flex; align-items: center; gap: 6px; }
.table-legend i { width: 8px; height: 8px; border-radius: 3px; }
.legend-top { background: var(--lime); }.legend-drop { background: rgba(229,72,77,.55); }.table-legend small { margin-left: auto; }
.fixtures-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: start; }
.fixtures-grid .match-row, .team-layout .match-row { grid-template-columns: 105px 1fr 65px 23px; gap: 10px; padding-inline: 13px; }
.fixtures-grid .match-teams > span, .team-layout .match-teams > span { font-size: 10px; }

.entity-hero--compact .shell { padding-bottom: 64px; }
.entity-hero--compact h1 { margin-block: 27px 13px; }
.scorers-table td { height: 62px; }
.player-cell { display: inline-flex; align-items: center; gap: 10px; }
.player-cell > span:last-child { display: flex; flex-direction: column; }
.player-cell small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.goal-total { display: inline-grid; place-items: center; min-width: 35px; height: 35px; padding: 0 8px; border-radius: 11px; color: var(--ink); background: var(--lime); font-size: 16px; }
.method-note { margin: 17px 5px 0; color: var(--muted); font-size: 10px; line-height: 1.65; }

.entity-hero--team::after { content: ""; position: absolute; width: 450px; height: 450px; right: -140px; top: -220px; border-radius: 50%; background: color-mix(in srgb, var(--entity-primary) 32%, transparent); filter: blur(12px); }
.team-identity, .player-identity { position: relative; z-index: 1; display: grid; grid-template-columns: 125px 1fr auto; gap: 28px; align-items: center; padding-block: 48px 61px; }
.team-identity h1, .player-identity h1 { margin-block: 11px; }
.team-identity p, .player-identity p { margin: 0; color: rgba(255,255,255,.52); font-size: 12px; }
.player-identity p a { color: var(--lime); font-weight: 800; }
.identity-facts { display: flex; gap: 31px; }
.identity-facts span { min-width: 74px; display: flex; flex-direction: column; gap: 7px; }
.identity-facts strong { color: #fff; font-size: 13px; }
.team-layout { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(330px,.88fr); gap: 22px; align-items: start; }
.squad-list { display: grid; max-height: 690px; overflow-y: auto; padding-right: 5px; }
.squad-list > a { display: grid; grid-template-columns: 36px 1fr 38px; align-items: center; gap: 10px; min-height: 57px; border-bottom: 1px solid #e9ece7; }
.squad-list > a > span:nth-child(2), .squad-list > a > span:last-child { display: flex; flex-direction: column; }
.squad-list strong { font-size: 10px; }.squad-list small { margin-top: 3px; color: var(--muted); font-size: 8px; }.squad-list > a > span:last-child { align-items: center; }

.player-portrait { position: relative; width: 112px; height: 124px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 44px 16px 44px 16px; color: #fff; background: linear-gradient(145deg, var(--blue), var(--ink-3)); font-size: 25px; font-weight: 900; }
.player-portrait i { position: absolute; width: 80px; height: 80px; right: -25px; bottom: -30px; border-radius: 50%; background: var(--lime); opacity: .22; }
.player-layout { display: grid; grid-template-columns: 1fr .75fr; gap: 22px; align-items: start; }
.stat-card-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-bottom: 22px; }
.stat-card-grid article { min-height: 128px; display: flex; flex-direction: column; padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.stat-card-grid article.accent { color: #fff; border-color: var(--ink); background: var(--ink); }
.stat-card-grid small { color: var(--muted); font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }.stat-card-grid .accent small { color: rgba(255,255,255,.4); }
.stat-card-grid strong { margin: auto 0 2px; font-size: 34px; letter-spacing: -.07em; }.stat-card-grid .accent strong { color: var(--lime); }
.stat-card-grid span { color: var(--muted); font-size: 8px; }.stat-card-grid .accent span { color: rgba(255,255,255,.4); }
.biography-panel h2 { margin: 8px 0 15px; font-size: 25px; letter-spacing: -.04em; }.biography-panel p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.timeline-list { display: grid; }
.timeline-list a { display: grid; grid-template-columns: 42px 1fr 20px; gap: 12px; align-items: center; min-height: 66px; border-bottom: 1px solid #e9ece7; }
.timeline-minute { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: var(--ink); background: var(--lime); font-size: 10px; font-weight: 900; }
.timeline-list a > span:nth-child(2) { display: flex; flex-direction: column; }.timeline-list strong { font-size: 10px; }.timeline-list small { margin-top: 5px; color: var(--muted); font-size: 8px; }.timeline-list a > b { color: var(--muted); font-size: 10px; }

.match-hero { background: radial-gradient(circle at 50% 0, #173a4d 0, var(--ink) 57%); }
.match-hero .shell { padding-block: 32px 45px; }
.match-context { display: flex; justify-content: center; align-items: center; gap: 9px; margin-top: 33px; color: rgba(255,255,255,.45); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.match-context b { color: var(--lime); }
.scoreboard { display: grid; grid-template-columns: 1fr 180px 1fr; gap: 38px; align-items: center; width: min(900px,100%); margin: 35px auto 44px; }
.scoreboard-team { display: flex; align-items: center; gap: 24px; }
.scoreboard-team--away { flex-direction: row-reverse; text-align: right; }
.scoreboard-team > span { display: flex; flex-direction: column; }.scoreboard-team strong { max-width: 230px; color: #fff; font-size: 22px; line-height: 1.1; letter-spacing: -.04em; }.scoreboard-team small { margin-top: 8px; color: rgba(255,255,255,.35); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.scoreboard-result { display: flex; flex-direction: column; align-items: center; }
.status-chip { padding: 6px 11px; border-radius: 999px; color: var(--lime); background: rgba(202,255,70,.1); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.status-chip--live { color: #fff; background: var(--danger); }
.scoreboard-result > strong { display: flex; gap: 11px; margin: 9px 0 1px; color: #fff; font-size: 54px; letter-spacing: -.08em; }.scoreboard-result strong i { color: rgba(255,255,255,.22); font-style: normal; font-weight: 300; }.scoreboard-result > small { color: rgba(255,255,255,.35); font-size: 9px; }.scoreboard-result .scoreboard-time { color: var(--lime); font-size: 46px; }
.match-facts { display: grid; grid-template-columns: repeat(4,1fr); width: min(900px,100%); margin: 0 auto; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; overflow: hidden; }
.match-facts span { min-height: 64px; display: flex; flex-direction: column; justify-content: center; padding: 0 18px; border-right: 1px solid rgba(255,255,255,.09); }.match-facts span:last-child { border: 0; }.match-facts small { color: rgba(255,255,255,.3); font-size: 7px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }.match-facts strong { margin-top: 6px; overflow: hidden; color: rgba(255,255,255,.78); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.match-layout { display: grid; grid-template-columns: 1fr 350px; gap: 22px; align-items: start; }
.event-list { display: grid; }
.event-row { display: grid; grid-template-columns: 43px 32px 1fr auto; gap: 12px; align-items: center; min-height: 66px; border-bottom: 1px solid #e9ece7; }
.event-minute { color: var(--blue); font-size: 10px; font-weight: 900; }.event-icon { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 9px; background: #eef1ec; font-size: 11px; }.event-row--card .event-icon { color: #f1be25; }.event-row > span:nth-child(3) { display: flex; flex-direction: column; }.event-row strong { font-size: 10px; }.event-row small { margin-top: 4px; color: var(--muted); font-size: 9px; }.event-row small a { font-weight: 800; color: var(--ink); }.event-score { font-size: 11px; }
.facts-list { display: grid; margin: 0; }.facts-list div { display: flex; justify-content: space-between; gap: 12px; padding: 13px 0; border-bottom: 1px solid #e9ece7; font-size: 10px; }.facts-list dt { color: var(--muted); }.facts-list dd { margin: 0; max-width: 190px; font-weight: 800; text-align: right; }
.source-box { display: flex; flex-direction: column; margin-top: 20px; padding: 17px; border-radius: 14px; background: var(--ink); color: #fff; }.source-box > span { display: flex; align-items: center; gap: 7px; color: var(--lime); font-size: 8px; font-weight: 900; text-transform: uppercase; }.source-box i { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); }.source-box strong { margin-top: 11px; color: rgba(255,255,255,.7); font-size: 10px; line-height: 1.55; }.source-box small { margin-top: 8px; color: rgba(255,255,255,.34); font-size: 8px; line-height: 1.5; }
.lineups-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }.lineup-card h3 { margin: 0 0 14px; font-size: 17px; }.lineup-card h4 { display: flex; justify-content: space-between; align-items: center; margin: 18px 0 4px; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }.lineup-card h4:first-of-type { margin-top: 0; }.lineup-card h4 small { margin: 0; font-size: 7px; letter-spacing: 0; text-transform: none; }.lineup-card > div { display: grid; grid-template-columns: 1fr 1fr; gap: 0 15px; }.lineup-card a { display: grid; grid-template-columns: 28px 1fr; gap: 8px; align-items: center; min-height: 51px; border-bottom: 1px solid #e9ece7; }.lineup-card a > b { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 8px; color: var(--ink); background: var(--lime); font-size: 9px; }.lineup-card a > span { display: flex; flex-direction: column; }.lineup-card strong { font-size: 9px; }.lineup-card small { margin-top: 3px; color: var(--muted); font-size: 7px; }

.date-nav { max-width: 620px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; margin-top: 32px; padding: 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; }.date-nav a { color: rgba(255,255,255,.55); font-size: 9px; font-weight: 850; }.date-nav a:last-child { text-align: right; }.date-nav time { color: var(--lime); font-size: 10px; font-weight: 900; }
.search-hero-form { display: flex; gap: 10px; max-width: 700px; margin-top: 32px; }.search-hero-form input { flex: 1; min-width: 0; height: 52px; padding: 0 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; outline: 0; color: #fff; background: rgba(255,255,255,.07); }.search-hero-form input:focus { border-color: var(--lime); }
.search-results { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; align-items: start; }.search-results > .empty-state { grid-column: 1/-1; }.result-list { display: grid; }.result-list > a { display: grid; grid-template-columns: 38px 1fr 20px; gap: 10px; align-items: center; min-height: 61px; border-bottom: 1px solid #e9ece7; }.result-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: var(--lime); background: var(--ink); font-size: 8px; font-weight: 900; }.result-list > a > span:nth-child(2) { display: flex; flex-direction: column; }.result-list strong { font-size: 10px; }.result-list small { margin-top: 4px; color: var(--muted); font-size: 8px; }.result-list > a > b { color: var(--muted); font-size: 9px; }.mini-empty { display: block; padding: 25px 0; color: var(--muted); font-size: 10px; text-align: center; }

.page-hero--editorial .page-hero__inner { padding-block: 75px; }.page-hero--editorial h1 { font-size: clamp(42px,5vw,68px); }.editorial { width: min(790px,calc(100% - 40px)); }.editorial h2 { margin: 35px 0 10px; font-size: 24px; letter-spacing: -.04em; }.editorial h2:first-child { margin-top: 0; }.editorial p { color: var(--muted); font-size: 14px; line-height: 1.85; }.editorial-callout { display: flex; flex-direction: column; margin-top: 38px; padding: 24px; border-radius: 17px; color: #fff; background: var(--ink); }.editorial-callout strong { color: var(--lime); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }.editorial-callout span { margin-top: 10px; color: rgba(255,255,255,.65); font-size: 12px; }
.not-found { min-height: 650px; display: grid; place-items: center; color: #fff; background: var(--ink); text-align: center; }.not-found .shell > span { color: var(--lime); font-size: 11px; font-weight: 950; letter-spacing: .2em; }.not-found h1 { margin-block: 20px; font-size: clamp(48px,6vw,76px); }.not-found p { color: rgba(255,255,255,.55); }.not-found .shell > div { display: flex; justify-content: center; gap: 10px; margin-top: 27px; }.not-found small { display: block; margin-top: 30px; color: rgba(255,255,255,.25); font-family: monospace; }

.site-footer { padding: 62px 0 25px; color: #fff; background: #04121d; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr; gap: 70px; padding-bottom: 45px; }
.brand--footer { margin-bottom: 18px; }
.footer-grid > div:first-child p { max-width: 400px; margin: 0; color: rgba(255,255,255,.4); font-size: 11px; line-height: 1.75; }
.footer-grid h2 { margin: 0 0 16px; color: rgba(255,255,255,.35); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-grid > div:not(:first-child) a, .footer-grid > div:not(:first-child) span { color: rgba(255,255,255,.58); font-size: 10px; }
.footer-grid a:hover { color: var(--lime) !important; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.25); font-size: 8px; }

/* Lig kataloğu */
.catalog-metrics { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.catalog-metrics span { min-width: 135px; display: flex; flex-direction: column; padding: 14px 17px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: rgba(255,255,255,.04); }
.catalog-metrics strong { color: var(--lime); font-size: 22px; }.catalog-metrics small { margin-top: 3px; color: rgba(255,255,255,.42); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.catalog-section .section-heading > div { max-width: 760px; }.catalog-section .section-heading p { margin: 9px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.league-card--catalog { border-style: dashed; background: rgba(255,255,255,.67); }
.league-card__flag { display: flex; flex-direction: column; }.league-card__flag small { color: rgba(255,255,255,.5); font-size: 7px; letter-spacing: .12em; }.league-card__flag strong { color: var(--lime); font-size: 27px; }
.coverage-chip { width: max-content; display: inline-flex; margin-bottom: 10px; padding: 5px 8px; border-radius: 999px; color: #34521b; background: #e7f6cf; font-size: 7px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.coverage-chip--catalog { color: #32517a; background: #e5eefb; }.coverage-chip--draft { color: #855b19; background: #fff0cd; }
.league-groups { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.league-groups a { display: flex; flex-direction: column; padding: 9px 11px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.league-groups span { font-size: 9px; font-weight: 850; }.league-groups small { margin-top: 3px; color: var(--muted); font-size: 7px; }

/* Bugünkü maçlar */
.today-hero p { max-width: 730px; }
.match-day-layout { display: grid; gap: 22px; }
.match-day-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.match-day-summary article { min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 20px 24px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 10px 30px rgba(7,25,39,.035); }
.match-day-summary small { color: var(--muted); font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }.match-day-summary strong { margin-top: 5px; font-size: 30px; letter-spacing: -.06em; }.match-day-summary span { color: var(--muted); font-size: 8px; }
.match-league-stack { display: grid; gap: 17px; }.match-league-card { padding-bottom: 12px; }.match-league-card .match-list { border-top: 1px solid var(--line); }

/* Lig kapsamı ve asist tabloları */
.coverage-notice { border-bottom: 1px solid #f0d99e; background: #fff5d9; }
.coverage-notice .shell { min-height: 83px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 16px; }
.coverage-notice .shell > div { display: grid; grid-template-columns: auto 1fr; gap: 3px 13px; align-items: center; }.coverage-notice span { grid-row: 1/3; padding: 7px 9px; border-radius: 8px; background: #f2c85b; font-size: 7px; font-weight: 950; text-transform: uppercase; }.coverage-notice strong { font-size: 11px; }.coverage-notice small { color: #755f2c; font-size: 8px; }.coverage-notice a { font-size: 9px; font-weight: 900; white-space: nowrap; }
.league-children-section { padding-block: 42px; }.child-league-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }.child-league-card { position: relative; min-height: 126px; display: flex; flex-direction: column; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }.child-league-card > span { color: var(--blue); font-size: 8px; font-weight: 900; text-transform: uppercase; }.child-league-card strong { margin-top: 14px; font-size: 17px; }.child-league-card small { margin-top: 4px; color: var(--muted); font-size: 8px; }.child-league-card b { position: absolute; right: 18px; top: 18px; color: var(--muted); }
.league-hub-summary { margin-bottom: 34px; }.league-hub-panels { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; align-items: start; }.league-hub-panel { overflow: hidden; }.hub-leader { display: flex; justify-content: space-between; gap: 16px; margin: 0; padding: 15px 18px; border-block: 1px solid var(--line); background: #f8faf7; }.hub-leader span { color: var(--muted); font-size: 8px; font-weight: 800; text-transform: uppercase; }.hub-leader strong { font-size: 9px; }.panel-actions { display: flex; gap: 8px; padding: 16px 18px 4px; }.league-round-stack { gap: 22px; }
.pending-league-summary { margin-bottom: 24px; }.pending-league-panel { padding: 28px; }.pending-league-panel h2 { margin-block: 12px; }.pending-league-panel p { max-width: 760px; color: var(--muted); line-height: 1.75; }
.panel-heading--sub { margin-top: 25px; padding-top: 22px; border-top: 1px solid var(--line); }
.assist-mini-list { display: grid; }.assist-mini-list a { display: grid; grid-template-columns: 24px 1fr 36px; align-items: center; gap: 9px; min-height: 49px; border-bottom: 1px solid #e9ece7; }.assist-mini-list a > b { color: var(--muted); font-size: 8px; }.assist-mini-list a > span { display: flex; flex-direction: column; }.assist-mini-list strong { font-size: 9px; }.assist-mini-list small { margin-top: 2px; color: var(--muted); font-size: 7px; }.assist-mini-list em { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 10px; color: var(--ink); background: #e5eefb; font-size: 12px; font-style: normal; font-weight: 900; }
.leaderboard-switch { display: inline-flex; padding: 3px; border-radius: 10px; background: #edf0eb; }.leaderboard-switch a { padding: 7px 10px; border-radius: 8px; color: var(--muted); font-size: 8px; font-weight: 900; }.leaderboard-switch a.active { color: #fff; background: var(--ink); }
.assist-total { display: inline-grid; place-items: center; min-width: 35px; height: 35px; padding: 0 8px; border-radius: 11px; color: #fff; background: var(--blue); font-size: 16px; }

/* Zengin futbolcu profili */
.player-identity--rich { grid-template-columns: 150px 1fr auto; }.player-identity--rich .player-portrait { width: 140px; height: 158px; margin: 0; border-radius: 46px 16px 46px 16px; }.player-portrait--photo { background: #102b3e; }.player-portrait--photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 16%; }.player-title { min-width: 0; }.photo-credit { display: block; margin-top: 13px; color: rgba(255,255,255,.58); font-size: 10px; }.photo-credit a { color: rgba(202,255,70,.9); }.crest-credit { display: block; margin-top: 12px; color: rgba(255,255,255,.64); font-size: 10px; }.crest-credit a { color: rgba(202,255,70,.9); text-decoration: underline; text-underline-offset: 3px; }
.player-quickbar { position: sticky; top: 80px; z-index: 40; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.95); backdrop-filter: blur(13px); }.player-quickbar .shell { min-height: 51px; display: flex; align-items: center; gap: 22px; overflow-x: auto; }.player-quickbar a { flex: 0 0 auto; color: var(--muted); font-size: 8px; font-weight: 850; }.player-quickbar a.active { color: var(--ink); }.verification-chip { flex: 0 0 auto; margin-left: auto; padding: 6px 9px; border-radius: 999px; color: #426522; background: #e7f6cf; font-size: 7px; font-weight: 900; text-transform: uppercase; }.verification-chip--partial { color: #7b5a1b; background: #fff0cd; }.verification-chip--unverified { color: #7a3b3b; background: #fce4e4; }
.player-profile-grid { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 22px; align-items: start; }.player-main-column, .player-side-column { display: grid; gap: 22px; }.player-side-column { position: sticky; top: 153px; }
.position-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 19px; padding-top: 17px; border-top: 1px solid var(--line); }.position-tags strong { width: 100%; margin-bottom: 2px; font-size: 8px; text-transform: uppercase; letter-spacing: .09em; }.position-tags span { padding: 7px 9px; border-radius: 8px; color: var(--muted); background: #edf0eb; font-size: 8px; font-weight: 800; }.position-tags span.active { color: var(--ink); background: var(--lime); }
.contract-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--line); }.contract-grid span { min-height: 92px; display: flex; flex-direction: column; justify-content: center; padding: 16px; background: #fff; }.contract-grid small { color: var(--muted); font-size: 7px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }.contract-grid strong { margin-top: 8px; font-size: 10px; line-height: 1.45; }.contract-alert { display: flex; justify-content: space-between; gap: 12px; margin-top: 12px; padding: 13px 15px; border-radius: 11px; color: #6d4a10; background: #fff0cd; font-size: 9px; }
.career-table td { white-space: nowrap; }.career-table td:nth-child(2), .career-table td:nth-child(3) { white-space: normal; }.career-status { display: inline-flex; padding: 5px 7px; border-radius: 7px; color: #355e2b; background: #e7f6cf; font-size: 7px; font-weight: 900; }.career-status--loan { color: #755618; background: #fff0cd; }
.movement-list { display: grid; }.movement-row { display: grid; grid-template-columns: 95px minmax(0,1fr) 165px 24px; gap: 13px; align-items: center; min-height: 78px; border-bottom: 1px solid #e9ece7; }.movement-row time { color: var(--muted); font-size: 8px; font-weight: 800; }.movement-route { display: grid; grid-template-columns: minmax(0,1fr) 18px minmax(0,1fr); gap: 7px; align-items: center; }.movement-route small { color: var(--muted); font-size: 8px; }.movement-route i { color: var(--blue); font-style: normal; }.movement-route strong { font-size: 9px; }.movement-kind { display: flex; flex-direction: column; }.movement-kind b { font-size: 8px; }.movement-kind small { margin-top: 4px; color: var(--muted); font-size: 7px; }.movement-row > a { color: var(--blue); font-size: 10px; font-weight: 900; }
.source-audit-card { color: #fff; background: var(--ink); }.source-audit-card h2 { margin: 10px 0 13px; font-size: 20px; }.source-audit-card p { margin: 0; color: rgba(255,255,255,.53); font-size: 10px; line-height: 1.75; }.source-audit-card > small { display: block; margin-top: 18px; color: var(--lime); font-size: 7px; }
.source-audit-list { display: grid; gap: 8px; margin: 16px 0 0; padding: 0; list-style: none; }.source-audit-list a { display: grid; gap: 4px; padding: 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; color: #fff; background: rgba(255,255,255,.04); }.source-audit-list strong { color: var(--lime); font-size: 8px; }.source-audit-list span { color: rgba(255,255,255,.58); font-size: 7px; line-height: 1.55; }

@media (max-width: 1050px) {
    .main-nav { display: none; }.header-search { margin-left: auto; }.menu-toggle { display: block; }
    .hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }.feature-card { padding: 20px; }.feature-match { grid-template-columns: 1fr 80px 1fr; }
    .league-layout, .team-layout { grid-template-columns: 1fr; }.league-side, .squad-panel { width: 100%; }
    .fixtures-grid .match-row, .team-layout .match-row { grid-template-columns: 130px 1fr 70px 23px; }
    .player-layout, .player-profile-grid { grid-template-columns: 1fr; }.player-side-column { position: static; grid-template-columns: 1fr 1fr; }.match-layout { grid-template-columns: 1fr 320px; }
    .scoreboard { grid-template-columns: 1fr 130px 1fr; gap: 20px; }.scoreboard-team { gap: 15px; }.scoreboard-team strong { font-size: 17px; }.team-badge--scoreboard { width: 82px; height: 88px; }
    .search-results { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 800px) {
    .shell, .narrow-shell, .editorial { width: min(100% - 28px,1240px); }
    .data-ribbon__inner { justify-content: flex-start; overflow-x: auto; white-space: nowrap; }.data-ribbon strong { display: none; }
    .header-inner { min-height: 68px; gap: 12px; }.header-search { display: none; }.brand { font-size: 18px; }.brand-mark { width: 38px; height: 38px; }.brand small { display: none; }
    .hero-grid { grid-template-columns: 1fr; padding-block: 58px; }.hero-copy h1 { font-size: clamp(49px,14vw,70px); }.hero-copy > p { font-size: 15px; }.feature-card { min-height: auto; }.hero-metrics { gap: 22px; }
    .section { padding-block: 54px; }.section-heading { align-items: flex-start; }.section-heading h2 { font-size: 26px; }
    .split-grid, .fixtures-grid, .system-grid, .lineups-grid, .match-day-summary, .child-league-grid, .league-hub-panels { grid-template-columns: 1fr; }.system-grid article { min-height: 220px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.09); }.system-grid article:last-child { border-bottom: 0; }.system-grid h3 { margin-top: 45px; }
    .match-row { grid-template-columns: 92px 1fr 58px 20px; gap: 8px; padding-inline: 11px; }.match-meta small { font-size: 8px; }.match-teams > span { grid-template-columns: 1fr 28px; gap: 7px; font-size: 9px; }.team-badge--small { width: 28px; height: 30px; }.match-score strong { font-size: 15px; }.match-score small { font-size: 7px; }
    .league-card { grid-template-columns: 60px 1fr; padding: 21px; }.league-card__flag { width: 55px; height: 58px; }.league-card__links { grid-column: 1/-1; }.league-card h2 { font-size: 20px; }
    .entity-hero__row { grid-template-columns: 75px 1fr; gap: 15px; }.league-emblem { width: 68px; height: 75px; border-radius: 20px 6px 20px 6px; }.league-emblem strong { font-size: 30px; }.entity-hero__stat { grid-column: 1/-1; align-items: flex-start; padding: 18px 0 0; border: 0; border-top: 1px solid rgba(255,255,255,.1); }.entity-hero h1 { font-size: 39px; }
    .team-identity, .player-identity, .player-identity--rich { grid-template-columns: 90px 1fr; gap: 18px; padding-block: 38px 45px; }.team-badge--hero, .player-portrait, .player-identity--rich .player-portrait { width: 84px; height: 96px; font-size: 17px; }.identity-facts { grid-column: 1/-1; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.1); }.player-quickbar { top: 68px; }.player-side-column { grid-template-columns: 1fr; }.contract-grid { grid-template-columns: 1fr 1fr; }.movement-row { grid-template-columns: 82px 1fr 22px; }.movement-kind { grid-column: 2; }.movement-row > a { grid-column: 3; grid-row: 1/3; }
    .stat-card-grid { grid-template-columns: 1fr 1fr; }
    .match-layout { grid-template-columns: 1fr; }.scoreboard { grid-template-columns: 1fr 95px 1fr; gap: 10px; }.scoreboard-team { flex-direction: column; text-align: center; }.scoreboard-team--away { flex-direction: column; text-align: center; }.team-badge--scoreboard { width: 68px; height: 73px; font-size: 13px; }.scoreboard-team strong { font-size: 13px; }.scoreboard-result > strong { font-size: 40px; }.match-facts { grid-template-columns: 1fr 1fr; }.match-facts span:nth-child(2) { border-right: 0; }.match-facts span:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.09); }
    .search-results { grid-template-columns: 1fr; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }.footer-grid > div:first-child { grid-column: 1/-1; }
}

@media (max-width: 520px) {
    .hero-metrics strong { font-size: 20px; }.hero-metrics small { font-size: 7px; }
    .feature-card__top > a { display: none; }.feature-match { margin-top: 34px; grid-template-columns: 1fr 65px 1fr; }.team-badge--large { width: 60px; height: 65px; font-size: 12px; }.feature-score strong { font-size: 30px; }.feature-team strong { font-size: 10px; }
    .panel { padding: 20px 15px; border-radius: 17px; }.panel-heading h2 { font-size: 20px; }.panel-heading > a, .source-chip { display: none; }
    .match-row, .fixtures-grid .match-row, .team-layout .match-row { grid-template-columns: 1fr 55px 18px; min-height: 75px; }.match-meta { display: none; }.match-teams > span { max-width: none; }.row-arrow { width: 20px; height: 20px; }
    .standings-table th:nth-child(4), .standings-table td:nth-child(4), .standings-table th:nth-child(5), .standings-table td:nth-child(5), .standings-table th:nth-child(6), .standings-table td:nth-child(6) { display: none; }
    .data-table th, .data-table td { padding-inline: 7px; }.table-legend small { display: none; }
    .scorer-row { grid-template-columns: 21px 34px 1fr 36px 20px; }
    .league-card__links { flex-direction: column; align-items: stretch; }.league-card__links .button { width: 100%; }
    .identity-facts { gap: 18px; overflow-x: auto; }.identity-facts span { min-width: 68px; }.team-identity h1, .player-identity h1 { font-size: 33px; }.contract-grid { grid-template-columns: 1fr; }.coverage-notice .shell { align-items: flex-start; flex-direction: column; }.coverage-notice .shell > div { grid-template-columns: 1fr; }.coverage-notice span { grid-row: auto; width: max-content; }.movement-row { grid-template-columns: 1fr 20px; }.movement-row time, .movement-route, .movement-kind { grid-column: 1; }.movement-row > a { grid-column: 2; grid-row: 1/4; }.player-quickbar .verification-chip { display: none; }
    .scoreboard { grid-template-columns: 1fr 72px 1fr; }.scoreboard-team strong { font-size: 10px; }.scoreboard-team small { display: none; }.team-badge--scoreboard { width: 55px; height: 60px; }.scoreboard-result > strong { font-size: 31px; }.status-chip { font-size: 6px; }.match-context { font-size: 7px; flex-wrap: wrap; }.match-facts { margin-top: 15px; }
    .event-row { grid-template-columns: 35px 28px 1fr auto; gap: 8px; }.event-score { display: none; }.lineup-card > div { grid-template-columns: 1fr; }
    .date-nav { grid-template-columns: 1fr 1fr; }.date-nav time { grid-column: 1/-1; grid-row: 1; text-align: center; }.search-hero-form { flex-direction: column; }.search-hero-form .button { width: 100%; }
    .scorers-table th:nth-child(4), .scorers-table td:nth-child(4), .scorers-table th:nth-child(5), .scorers-table td:nth-child(5) { display: none; }
    .not-found .shell > div { flex-direction: column; }.footer-grid { grid-template-columns: 1fr; }.footer-grid > div:first-child { grid-column: auto; }.footer-bottom { gap: 20px; flex-direction: column; }
}

/* Search-intent hubs: one canonical entity page, visible answers and FAQ. */
.match-intent-title { width: min(980px,100%); margin: 26px auto 0; color: #fff; font-size: clamp(25px,3vw,43px); line-height: 1.08; letter-spacing: -.045em; text-align: center; }
.team-intent-strip { padding: 30px 0 0; }
.intent-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.intent-card-grid .panel { min-height: 170px; display: flex; flex-direction: column; }
.intent-card-grid h2 { margin: 10px 0 8px; font-size: 18px; line-height: 1.2; letter-spacing: -.035em; }
.intent-card-grid p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.7; }
.intent-card-grid a { width: max-content; margin-top: auto; padding-top: 16px; color: var(--blue); font-size: 9px; font-weight: 900; }
.fixtures-today { grid-column: 1/-1; }
.mini-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; margin: 2px 0 0; border: 1px solid var(--line); border-radius: 10px; background: var(--line); }
.mini-facts div { display: flex; flex-direction: column; padding: 10px; background: #fff; }
.mini-facts dt { color: var(--muted); font-size: 7px; text-transform: uppercase; }
.mini-facts dd { margin: 4px 0 0; font-size: 9px; font-weight: 850; }
.team-scorer-list { display: grid; }
.team-scorer-list a { min-height: 58px; display: grid; grid-template-columns: 28px 1fr auto; gap: 12px; align-items: center; border-bottom: 1px solid #e9ece7; }
.team-scorer-list a > b { color: var(--muted); font-size: 9px; }
.team-scorer-list a > span { display: flex; flex-direction: column; }
.team-scorer-list strong { font-size: 10px; }.team-scorer-list small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.team-scorer-list em { color: var(--blue); font-size: 10px; font-style: normal; font-weight: 900; }
.intent-faq { padding-top: 0; }
.faq-panel { width: min(920px,100%); margin: 0 auto; }
.faq-list { display: grid; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 18px 42px 18px 0; cursor: pointer; color: var(--ink); font-size: 11px; font-weight: 900; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 7px; top: 13px; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 9px; color: var(--blue); background: #edf2f5; font-size: 16px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 780px; margin: -3px 0 18px; color: var(--muted); font-size: 11px; line-height: 1.75; }
.source-freshness { width: min(1240px,calc(100% - 40px)); display: grid; grid-template-columns: auto minmax(180px,1fr) minmax(240px,1.4fr) minmax(300px,1fr); gap: 14px 20px; align-items: center; margin: 24px auto; padding: 16px 20px; border: 1px solid #dce5d8; border-radius: 15px; background: #f8fbf6; }
.source-freshness > span { display: flex; align-items: center; gap: 7px; color: #426522; font-size: 7px; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }.source-freshness > span i { width: 7px; height: 7px; border-radius: 50%; background: #63a12c; }
.source-freshness > strong { font-size: 10px; }.source-freshness > small { color: var(--muted); font-size: 8px; line-height: 1.55; }
.source-freshness > p { grid-column: 1/-1; margin: 0; padding: 10px 12px; border-radius: 10px; color: #725518; background: #fff0cd; font-size: 9px; line-height: 1.6; }
.source-freshness--stale { border-color: #ead49b; background: #fffaf0; }
.source-freshness--stale > span { color: #725518; }.source-freshness--stale > span i { background: #d39b24; }
.source-freshness dl { display: flex; justify-content: flex-end; gap: 20px; margin: 0; }.source-freshness dl div { display: flex; flex-direction: column; }.source-freshness dt { color: var(--muted); font-size: 7px; text-transform: uppercase; }.source-freshness dd { margin: 4px 0 0; font-size: 8px; font-weight: 850; }
.ad-slot { width: min(970px,calc(100% - 40px)); min-height: 126px; display: grid; place-items: center; position: relative; margin: 30px auto; overflow: hidden; border: 1px solid #e3e7e1; border-radius: 14px; background: #f6f7f4; }
.ad-slot > span { position: absolute; left: 50%; top: 9px; transform: translateX(-50%); color: #8b9387; font-size: 7px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.ad-slot > div { width: min(728px,calc(100% - 28px)); height: 90px; }

@media (max-width: 800px) {
    .intent-card-grid { grid-template-columns: 1fr; }
    .intent-card-grid .panel { min-height: 145px; }
    .match-intent-title { margin-top: 21px; font-size: 25px; }
    .source-freshness { width: min(100% - 28px,1240px); grid-template-columns: 1fr; align-items: start; }.source-freshness dl { justify-content: flex-start; flex-wrap: wrap; }
    .ad-slot { width: min(100% - 28px,970px); min-height: 118px; }.ad-slot > div { width: 320px; max-width: calc(100% - 20px); height: 100px; }
}
