:root {
    --ink: #081524;
    --ink-2: #12263a;
    --paper: #f5f7fa;
    --white: #ffffff;
    --line: #d8dee8;
    --muted: #5d6b7c;
    --accent: #ff7448;
    --accent-strong: #e44e25;
    --accent-soft: #fff0e9;
    --blue: #4e8cff;
    --red: #ff5267;
    --shell: min(1180px, calc(100% - 40px));
    --shadow: 0 22px 65px rgba(7, 21, 32, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    word-break: keep-all;
    -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section-space { padding-block: 76px; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; color: var(--white); background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; color: #b43a1c; font-size: .76rem; font-weight: 900; letter-spacing: .16em; }
.eyebrow::before { width: 18px; height: 3px; content: ""; background: var(--accent-strong); }

.signal-bar { color: #dce8ff; background: var(--ink); font-size: .74rem; font-weight: 800; letter-spacing: .08em; }
.signal-bar__inner { display: flex; justify-content: space-between; align-items: center; min-height: 31px; }
.signal-bar__inner span:first-child { display: flex; align-items: center; gap: 8px; }
.signal-bar__inner i { width: 7px; height: 7px; border-radius: 99px; background: var(--accent); box-shadow: 0 0 0 4px rgba(255, 116, 72, .18); animation: pulse 1.8s infinite; }
@keyframes pulse { 50% { opacity: .45; } }

.site-header { position: sticky; z-index: 2147483647; top: 0; overflow: visible; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .97); box-shadow: 0 6px 24px rgba(8, 21, 36, .06); isolation: isolate; }
.header-grid { display: grid; grid-template-columns: 230px 1fr auto; align-items: center; gap: 30px; min-height: 86px; }
.brand img { width: 210px; height: auto; }
.main-nav { display: flex; justify-content: center; align-items: stretch; gap: 30px; height: 86px; }
.main-nav a { position: relative; display: flex; align-items: center; color: #2f414b; font-size: .94rem; font-weight: 800; }
.main-nav a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; content: ""; background: var(--accent-strong); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.site-header ins.adsbygoogle, .main-nav ins.adsbygoogle, .mobile-menu ins.adsbygoogle { display: none !important; }
ins.adsbygoogle[data-anchor-status="displayed"][style*="top: 0px"] { display: none !important; }
ins.adsbygoogle[data-ad-status="unfilled"] { display: none !important; }
.header-cta { padding: 11px 16px; border: 1px solid var(--ink); font-size: .86rem; font-weight: 900; transition: .2s ease; }
.header-cta:hover { color: var(--white); border-color: var(--accent-strong); background: var(--accent-strong); }
.mobile-menu { display: none; }

.section-head--home { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); align-items: end; gap: 70px; margin-bottom: 42px; }
.section-head h1, .page-hero h1 { margin: 0; font-size: clamp(3.2rem, 7vw, 6.6rem); font-weight: 950; line-height: .91; letter-spacing: -.065em; }
.section-head--home > p { max-width: 510px; margin: 0 0 8px; padding-left: 22px; border-left: 3px solid var(--accent-strong); color: #43535c; font-size: 1.03rem; }
.desk-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(340px, .75fr); box-shadow: var(--shadow); }
.lead-panel { min-width: 0; padding: 30px 34px 16px; background: var(--white); }
.panel-kicker { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.panel-kicker h2 { margin: 0; font-size: .84rem; font-weight: 950; letter-spacing: .12em; }
.panel-kicker a, .panel-kicker span { color: var(--muted); font-size: .78rem; font-weight: 800; }
.lead-story { display: block; padding: 30px 0 24px; border-bottom: 1px solid var(--line); }
.lead-story > span { color: #b43a1c; font-size: .76rem; font-weight: 900; }
.lead-story h2 { max-width: 780px; margin: 8px 0 14px; font-size: clamp(1.7rem, 3vw, 2.55rem); line-height: 1.25; letter-spacing: -.035em; transition: color .2s ease; }
.lead-story:hover h2 { color: var(--accent-strong); }
.lead-story small { color: var(--muted); font-size: .8rem; }
.lead-story small b { margin-left: 5px; color: var(--ink); }
.news-list { display: flex; flex-direction: column; }
.news-row { display: grid; grid-template-columns: 38px 1fr 24px; align-items: center; gap: 12px; padding: 16px 0; border-bottom: 1px solid #e5e9e7; }
.news-row:last-child { border-bottom: 0; }
.news-row__number { color: #9aa6a7; font-family: Georgia, serif; font-size: .83rem; font-style: italic; }
.news-row__body { min-width: 0; }
.news-row__body strong { display: block; overflow: hidden; font-size: .96rem; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.news-row__body small { display: block; margin-top: 4px; color: var(--muted); font-size: .75rem; }
.news-row__arrow { color: #8b989e; font-size: .95rem; transition: transform .2s ease, color .2s ease; }
.news-row:hover .news-row__arrow { color: var(--accent-strong); transform: translate(2px, -2px); }
.news-row:hover strong { color: #b43a1c; }

.match-panel { overflow: hidden; padding: 30px 30px 22px; color: var(--white); background: var(--ink); }
.panel-kicker--light { border-color: rgba(255, 255, 255, .16); }
.panel-kicker--light span { color: #94a9b5; }
.fixture-card--featured { padding: 0; background: none; }
.fixture-card--featured .fixture-card__meta { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; margin-top: 22px; }
.fixture-card--featured .fixture-card__meta span { color: var(--accent); font-size: .8rem; font-weight: 900; }
.fixture-card--featured .fixture-card__meta time { color: #b7c4ca; font-size: .82rem; }
.fixture-card__teams { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; margin: 26px 0; }
.fixture-card__teams > div { min-width: 0; text-align: center; }
.fixture-card__teams i, .matchup i { display: grid; place-items: center; width: 62px; height: 62px; margin: 0 auto 11px; border: 1px solid rgba(255, 255, 255, .32); border-radius: 50%; color: var(--accent); background: rgba(255, 255, 255, .05); font-size: 1.35rem; font-style: normal; font-weight: 900; }
.fixture-card__teams strong { display: block; font-size: 1rem; line-height: 1.3; }
.fixture-card__teams > span { color: #6f8794; font-size: .73rem; font-weight: 950; }
.card-link { display: flex; justify-content: space-between; align-items: center; padding: 13px 15px; color: var(--white); background: var(--accent-strong); font-size: .86rem; font-weight: 950; }
.match-queue { margin-top: 20px; border-top: 1px solid rgba(255, 255, 255, .16); }
.match-queue a { display: grid; grid-template-columns: 1fr auto; gap: 5px 12px; padding: 15px 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.match-queue span { color: #93a7b1; font-size: .68rem; font-weight: 900; }
.match-queue strong { grid-column: 1; overflow: hidden; font-size: .83rem; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.match-queue strong i { color: #6f8794; font-style: normal; font-weight: 500; }
.match-queue time { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: #79aaff; font-size: .78rem; font-weight: 800; }

.league-strip { padding-block: 78px; background: #e9edf4; }
.section-title-row { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 28px; }
.section-title-row h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; letter-spacing: -.05em; }
.section-title-row p { max-width: 420px; margin: 0; color: var(--muted); }
.league-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.league-card { position: relative; overflow: hidden; min-height: 315px; padding: 26px; border: 1px solid #d4dcd7; background: var(--white); }
.league-card::before { position: absolute; top: 0; right: 0; left: 0; height: 5px; content: ""; background: var(--league-accent); }
.league-card > span { color: #7b888d; font-size: .72rem; font-weight: 950; letter-spacing: .14em; }
.league-card h3 { margin: 54px 0 12px; font-size: 2rem; line-height: 1; letter-spacing: -.045em; }
.league-card p { min-height: 78px; margin: 0; color: var(--muted); font-size: .92rem; }
.league-card div { display: flex; gap: 8px; margin-top: 24px; }
.league-card a { padding: 8px 12px; border: 1px solid var(--line); font-size: .78rem; font-weight: 900; }
.league-card a:hover { border-color: var(--league-accent); background: var(--league-accent); }

.watch-banner { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; margin-block: 76px; padding: 58px; color: var(--white); background: linear-gradient(120deg, var(--ink), #182c48); box-shadow: inset 5px 0 0 var(--accent); }
.watch-banner h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 4.6rem); line-height: .96; letter-spacing: -.06em; }
.watch-banner .eyebrow, .safe-guide .eyebrow { color: #ff9a79; }
.watch-banner > div:last-child { align-self: end; }
.watch-banner p { margin: 0 0 24px; color: #c0cbd0; }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: 10px 16px; border: 1px solid transparent; font-size: .84rem; font-weight: 950; line-height: 1.25; transition: .2s ease; }
.button--accent { color: var(--white); background: var(--accent-strong); }
.button--accent:hover { background: #c93d1d; }
.button--ghost { border-color: #48606d; color: var(--white); }
.button--ghost:hover { border-color: var(--white); }
.button--dark { color: var(--white); background: var(--ink); }
.button--dark:hover { background: #183448; }
.button--outline { border-color: #aab5b8; background: var(--white); }
.button--outline:hover { border-color: var(--ink); }

.page-hero { position: relative; overflow: hidden; padding-block: 72px; color: var(--white); background: var(--ink); }
.page-hero::after { position: absolute; right: -8vw; bottom: -190px; width: 480px; height: 480px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 50%; content: ""; box-shadow: 0 0 0 48px rgba(255, 255, 255, .025), 0 0 0 96px rgba(255, 255, 255, .02); }
.page-hero--news { background: linear-gradient(115deg, #081524 52%, #173966); }
.page-hero--pitch { background: linear-gradient(115deg, #081524 48%, #202f5e); }
.page-hero--watch { background: linear-gradient(115deg, #081524 50%, #42223b); }
.page-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }
.page-hero .eyebrow { color: #ff9a79; }
.page-hero__grid > p { max-width: 520px; margin: 0 0 8px; color: #c0cbd0; font-size: 1.02rem; }
.page-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .5fr); align-items: start; gap: 55px; }
.filter-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.filter-tabs a { padding: 8px 13px; border: 1px solid var(--line); background: var(--white); font-size: .8rem; font-weight: 900; }
.filter-tabs a[aria-current="page"], .filter-tabs a:hover { border-color: var(--ink); color: var(--white); background: var(--ink); }
.page-layout .news-list { padding: 8px 24px; background: var(--white); box-shadow: 0 16px 45px rgba(7, 21, 32, .06); }
.page-layout .news-row { padding-block: 20px; }
.page-layout .news-row__body strong { font-size: 1.05rem; white-space: normal; }
.side-note { position: sticky; top: 110px; padding: 27px; border-top: 5px solid var(--accent-strong); background: #edf1f7; }
.side-note > span { color: #b43a1c; font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.side-note h2 { margin: 22px 0 12px; font-size: 1.55rem; line-height: 1.25; letter-spacing: -.035em; }
.side-note p { color: var(--muted); font-size: .9rem; }
.side-note a { display: inline-block; margin-top: 10px; font-size: .82rem; font-weight: 950; }
.empty-state { padding: 50px 28px; border: 1px dashed #aeb9b5; text-align: center; background: rgba(255, 255, 255, .55); }
.empty-state strong { font-size: 1.15rem; }
.empty-state p { margin: 8px 0 0; color: var(--muted); }
.empty-state--dark { border-color: #38505d; color: var(--white); background: rgba(255, 255, 255, .04); }
.empty-state--dark p { color: #93a7b1; }

.fixture-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.fixture-grid .fixture-card { padding: 23px; border: 1px solid var(--line); background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
.fixture-grid .fixture-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(7, 21, 32, .09); }
.fixture-grid .fixture-card__meta { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: .72rem; font-weight: 800; }
.fixture-grid .fixture-card__meta span { color: #285cae; }
.fixture-grid .fixture-card__teams { min-height: 150px; }
.fixture-grid .fixture-card__teams i { width: 55px; height: 55px; border-color: #c7d1e3; color: #285cae; background: #edf3ff; }
.fixture-grid .fixture-card__teams > span { color: #859399; }
.fixture-grid .fixture-card__teams strong { font-size: .92rem; }
.fixture-grid .card-link { padding-inline: 0; border-top: 1px solid var(--line); color: var(--ink); background: transparent; }
.fixture-card__summary { min-height: 78px; margin: 0 0 18px; color: var(--muted); font-size: .82rem; line-height: 1.65; }

.match-article__hero { position: relative; overflow: hidden; padding-block: 52px 70px; color: var(--white); background: radial-gradient(circle at 50% 115%, #284d87 0, #172c4c 32%, var(--ink) 70%); }
.match-article__hero::before { position: absolute; bottom: -400px; left: 50%; width: 720px; height: 720px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; content: ""; transform: translateX(-50%); }
.match-article__top { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 30px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.14); color: #b8c7cc; font-size: .82rem; font-weight: 800; }
.matchup { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 130px 1fr; align-items: center; gap: 30px; max-width: 880px; margin: 52px auto 0; }
.matchup > div { display: flex; flex-direction: column; align-items: center; text-align: center; }
.matchup i { width: 90px; height: 90px; font-size: 2rem; }
.matchup strong { font-size: clamp(1.5rem, 3vw, 2.4rem); line-height: 1.1; letter-spacing: -.045em; }
.matchup small { margin-top: 9px; color: #9bb0ba; font-size: .74rem; }
.matchup > span { display: flex; flex-direction: column; align-items: center; gap: 5px; color: var(--accent); }
.matchup > span b { font-family: Georgia, serif; font-size: 2.2rem; font-style: italic; }
.matchup > span small { color: #77909b; font-size: .62rem; font-weight: 900; letter-spacing: .18em; }
.venue { position: relative; z-index: 1; margin: 28px 0 0; color: #9fb0b8; text-align: center; font-size: .78rem; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; align-items: start; gap: 65px; }
.article-body { min-width: 0; color: #334750; font-size: 1.03rem; line-height: 1.9; }
.article-body h2 { margin: 52px 0 18px; color: var(--ink); font-size: 1.85rem; line-height: 1.28; letter-spacing: -.04em; }
.article-body h3 { color: var(--ink); }
.article-body p { margin: 0 0 20px; }
.article-lead { padding-left: 22px; border-left: 4px solid var(--accent-strong); color: var(--ink); font-size: 1.22rem; line-height: 1.75; }
.point-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.point-grid > div { padding: 22px; border: 1px solid var(--line); background: var(--white); }
.point-grid span, .section-number { color: var(--accent-strong); font-family: Georgia, serif; font-size: .8rem; font-style: italic; }
.point-grid h3 { margin: 25px 0 8px; font-size: 1.05rem; }
.point-grid p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.7; }
.article-cta { margin-top: 34px; padding: 28px; border: 1px solid #d8dce5; background: #eef2f8; }
.article-cta > strong { display: block; color: var(--ink); font-size: 1.25rem; }
.article-cta > p { margin: 5px 0 18px; color: var(--muted); font-size: .9rem; }
.article-source { margin-top: 26px !important; color: #7c898f; font-size: .76rem; }
.article-aside { position: sticky; top: 110px; padding: 24px; color: var(--white); background: var(--ink); }
.article-aside > span { color: var(--accent); font-size: .7rem; font-weight: 950; letter-spacing: .12em; }
.article-aside dl { margin: 24px 0; }
.article-aside dl div { display: grid; grid-template-columns: 64px 1fr; gap: 10px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.article-aside dt { color: #8ea3ad; font-size: .75rem; }
.article-aside dd { margin: 0; font-size: .82rem; font-weight: 800; }
.article-aside a { color: #ff9a79; font-size: .8rem; font-weight: 950; }

.news-post__header { position: relative; overflow: hidden; padding-block: 68px; color: var(--white); background: linear-gradient(125deg, var(--ink) 0 66%, #173966 100%); }
.news-post__header::after { position: absolute; top: -100px; right: -90px; width: 380px; height: 380px; border: 1px solid rgba(78, 140, 255, .3); border-radius: 50%; content: ""; box-shadow: 0 0 0 48px rgba(78, 140, 255, .04), 0 0 0 96px rgba(255, 116, 72, .025); }
.news-post__header > div { position: relative; z-index: 1; }
.news-post__meta { display: flex; gap: 8px; margin-bottom: 20px; }
.news-post__meta span { padding: 5px 9px; border: 1px solid rgba(255,255,255,.25); color: #ffb199; font-size: .73rem; font-weight: 900; }
.news-post__header h1 { margin: 0; font-size: clamp(2.25rem, 5.5vw, 4.8rem); line-height: 1.13; letter-spacing: -.055em; }
.news-post__byline { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 24px; color: #97aab4; font-size: .78rem; }
.news-post__byline span { position: relative; padding-left: 16px; }
.news-post__byline span::before { position: absolute; top: .64em; left: 0; width: 4px; height: 4px; border-radius: 50%; content: ""; background: var(--accent); }
.source-box { display: grid; grid-template-columns: 1fr auto; gap: 4px 22px; margin: 34px 0 46px; padding: 25px; border: 1px solid #cbd5d0; background: var(--white); }
.source-box > span { grid-column: 1 / -1; color: #b43a1c; font-size: .68rem; font-weight: 950; letter-spacing: .14em; }
.source-box > strong { color: var(--ink); font-size: 1.15rem; }
.source-box > p { grid-column: 1; margin: 0; color: var(--muted); font-size: .84rem; }
.source-box > a { grid-column: 2; grid-row: 2 / span 2; align-self: center; padding: 10px 13px; color: var(--white); background: var(--ink); font-size: .78rem; font-weight: 950; }
.point-grid--news > div { min-height: 245px; }
.related-match { display: grid; grid-template-columns: 1fr auto; gap: 5px 22px; margin-top: 34px; padding: 25px; color: var(--white); background: var(--ink); box-shadow: inset 4px 0 0 var(--accent); }
.related-match > span { grid-column: 1 / -1; color: var(--accent); font-size: .68rem; font-weight: 950; letter-spacing: .13em; }
.related-match > strong { font-size: 1.18rem; }
.related-match > time { grid-column: 1; color: #9eb0b9; font-size: .8rem; }
.related-match > a { grid-column: 2; grid-row: 2 / span 2; align-self: center; color: #ff9a79; font-size: .8rem; font-weight: 950; }
.news-post__aside dd { overflow-wrap: anywhere; }
.related-news-section { padding-block: 68px; background: #e9edf4; }
.related-news-section .news-list { padding: 8px 24px; background: var(--white); }
.related-news-section .news-row { padding-block: 18px; }
.editorial-matchbar { overflow: hidden; padding: 4px 0 48px; color: var(--white); background: radial-gradient(circle at 50% 130%, #284d87 0, #172c4c 34%, var(--ink) 74%); }
.editorial-matchbar .matchup { margin-top: 42px; }
.editorial-section + .editorial-section { margin-top: 48px; padding-top: 1px; border-top: 1px solid var(--line); }
.player-section { margin-top: 48px; }
.player-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.player-card { overflow: hidden; margin: 0; border: 1px solid #d4dbe5; background: var(--white); }
.player-card img { display: block; width: 100%; aspect-ratio: 3 / 4; object-fit: cover; background: #dce3ec; }
.player-card figcaption { padding: 20px; }
.player-card figcaption > span { display: block; color: var(--accent-strong); font-size: .72rem; font-weight: 950; letter-spacing: .04em; }
.player-card figcaption > strong { display: block; margin-top: 4px; color: var(--ink); font-size: 1.3rem; }
.player-card figcaption > p { margin: 8px 0 13px; color: var(--muted); font-size: .86rem; line-height: 1.65; }
.player-card figcaption small { display: block; color: #78858e; font-size: .67rem; line-height: 1.5; }
.player-card figcaption small a { color: #456cac; text-decoration: underline; text-underline-offset: 2px; }
.article-ad-anchor { min-height: 1px; }
.article-ad { margin: 14px 0 28px; padding: 12px 0; border-block: 1px solid #e1e6ee; text-align: center; }
.article-ad > span { display: block; margin-bottom: 8px; color: #8b959d; font-size: .58rem; font-weight: 800; letter-spacing: .14em; }
.source-notes { margin-top: 54px; padding: 26px; border: 1px solid #cbd5d0; background: var(--white); }
.source-notes h2 { margin: 0 0 8px; font-size: 1.25rem; }
.source-notes p { margin: 0 0 12px; color: var(--muted); font-size: .86rem; }
.source-notes ul { margin: 0; padding-left: 20px; }
.source-notes li { margin: 5px 0; }
.source-notes a { color: #285cae; font-size: .84rem; font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }

.platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.platform-card { padding: 28px; border: 1px solid var(--line); background: var(--white); }
.platform-card > span { color: #285cae; font-size: .7rem; font-weight: 950; letter-spacing: .13em; }
.platform-card h2 { margin: 34px 0 12px; font-size: 1.65rem; letter-spacing: -.04em; }
.platform-card p { min-height: 114px; color: var(--muted); font-size: .9rem; }
.platform-card a { display: flex; justify-content: space-between; padding: 12px 0; border-top: 1px solid var(--line); font-size: .82rem; font-weight: 900; }
.platform-card a:hover { color: var(--accent-strong); }
.safe-guide { margin-top: 50px; padding: 45px; color: var(--white); background: var(--ink); }
.safe-guide > div:first-child { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 30px; }
.safe-guide h2 { margin: 0; font-size: clamp(2.3rem, 5vw, 4.2rem); line-height: .98; letter-spacing: -.06em; }
.safe-guide ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 38px 0; padding: 0; list-style: none; background: #344a56; }
.safe-guide li { min-height: 145px; padding: 20px; background: var(--ink-2); }
.safe-guide li b { display: block; margin-bottom: 30px; color: #ff9a79; font-size: .8rem; }
.safe-guide li span { color: #bac7cd; font-size: .86rem; }
.verification-note { margin: 18px 0 0; color: #7a878d; font-size: .76rem; text-align: center; }

.article-narrow { max-width: 820px; }
.guide-article__header, .legal-page > header { padding-block: 76px; color: var(--white); background: var(--ink); }
.guide-article__header .eyebrow, .legal-page .eyebrow { color: #ff9a79; }
.guide-article__header h1, .legal-page h1 { margin: 0; font-size: clamp(2.5rem, 6vw, 5rem); line-height: 1.06; letter-spacing: -.06em; }
.guide-article__header p, .legal-page header p { max-width: 690px; margin: 24px 0 18px; color: #c0cbd0; font-size: 1.08rem; }
.guide-article__header div > div { display: flex; gap: 8px; color: #8da2ad; font-size: .76rem; }
.article-body--guide > section { position: relative; padding-left: 62px; }
.article-body--guide .section-number { position: absolute; top: 8px; left: 0; }
.article-body--guide > section h2 { margin-top: 0; padding-top: 0; }
.article-body--guide > section + section { margin-top: 54px; padding-top: 46px; border-top: 1px solid var(--line); }
.article-body--guide > section + section .section-number { top: 54px; }
.back-link { display: inline-block; margin-top: 30px; font-size: .84rem; font-weight: 950; }
.legal-page .article-body h2 { margin-top: 45px; }
.not-found { min-height: 560px; text-align: center; }
.not-found > span { color: #95a3a8; font-family: Georgia, serif; font-size: 5rem; font-style: italic; }
.not-found h1 { margin: 0 0 10px; font-size: 2rem; }
.not-found p { margin: 0 0 24px; color: var(--muted); }

.site-footer { padding-top: 58px; border-top: 4px solid var(--accent); color: #c7d2e2; background: #071221; }
.footer-grid { display: grid; grid-template-columns: 1.8fr .6fr .6fr; gap: 60px; }
.footer-brand-mark { display: inline-flex; align-items: center; padding: 14px 17px; border: 1px solid #263a55; background: #0e2036; box-shadow: inset 4px 0 0 var(--accent); }
.footer-logo { width: 190px; padding: 0; background: transparent; filter: brightness(0) invert(1); opacity: .94; }
.footer-grid p { max-width: 520px; margin: 20px 0 0; color: #7f959f; font-size: .84rem; }
.footer-grid strong { display: block; margin-bottom: 14px; color: var(--white); font-size: .8rem; }
.footer-grid a { display: block; margin: 7px 0; color: #93a7b0; font-size: .8rem; }
.footer-grid a:hover { color: #ff9a79; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 48px; padding-block: 18px; border-top: 1px solid #1a2c35; color: #607680; font-size: .7rem; }

@media (max-width: 980px) {
    .header-grid { grid-template-columns: 200px 1fr auto; }
    .brand img { width: 190px; }
    .main-nav { gap: 18px; }
    .header-cta { display: none; }
    .desk-grid { grid-template-columns: 1fr; }
    .match-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
    .match-panel .panel-kicker { grid-column: 1 / -1; }
    .match-queue { margin-top: 0; border-top: 0; }
    .league-grid, .fixture-grid, .platform-grid { grid-template-columns: repeat(2, 1fr); }
    .league-grid article:last-child, .platform-grid article:last-child { grid-column: 1 / -1; }
    .page-layout { grid-template-columns: 1fr; }
    .side-note { position: static; }
    .point-grid { grid-template-columns: 1fr; }
    .article-layout { grid-template-columns: 1fr; }
    .article-aside { position: static; }
    .point-grid--news > div { min-height: 0; }
    .safe-guide ol { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
    :root { --shell: min(100% - 24px, 1180px); }
    body { word-break: normal; overflow-wrap: anywhere; }
    .section-space { padding-block: 50px; }
    .signal-bar__inner { justify-content: center; }
    .signal-bar__inner span:last-child { display: none; }
    .header-grid { grid-template-columns: 1fr auto; min-height: 72px; }
    .brand img { width: 172px; }
    .main-nav { display: none; }
    .mobile-menu { position: relative; z-index: 2147483647; display: block; }
    .mobile-menu summary { position: relative; z-index: 3; display: grid; place-items: center; width: 46px; height: 46px; padding: 0; border: 1px solid #bdc7d5; border-radius: 3px; background: var(--white); list-style: none; cursor: pointer; }
    .mobile-menu summary::-webkit-details-marker { display: none; }
    .mobile-menu summary::marker { display: none; content: ""; }
    .mobile-menu summary span, .mobile-menu summary span::before, .mobile-menu summary span::after { display: block; width: 22px; height: 2px; border-radius: 2px; background: var(--ink); transition: transform .2s ease, opacity .2s ease, background .2s ease; }
    .mobile-menu summary span { position: relative; }
    .mobile-menu summary span::before, .mobile-menu summary span::after { position: absolute; left: 0; content: ""; }
    .mobile-menu summary span::before { top: -7px; }
    .mobile-menu summary span::after { top: 7px; }
    .mobile-menu[open] summary { border-color: var(--accent-strong); }
    .mobile-menu[open] summary span { background: transparent; }
    .mobile-menu[open] summary span::before { top: 0; transform: rotate(45deg); }
    .mobile-menu[open] summary span::after { top: 0; transform: rotate(-45deg); }
    .mobile-menu[open]::before { position: fixed; z-index: 1; inset: 72px 0 0; content: ""; background: rgba(8, 21, 36, .42); backdrop-filter: blur(2px); }
    .mobile-menu nav { position: absolute; z-index: 2; top: 55px; right: 0; display: grid; min-width: 230px; padding: 8px; border: 1px solid #c9d1dc; border-top: 4px solid var(--accent); background: var(--white); box-shadow: 0 22px 55px rgba(8, 21, 36, .28); }
    .mobile-menu nav a { padding: 13px 12px; border-bottom: 1px solid #e5e9ef; font-size: .9rem; font-weight: 850; }
    .mobile-menu nav a:last-child { border-bottom: 0; }
    .mobile-menu nav a[aria-current="page"] { color: var(--accent-strong); }
    body:has(.mobile-menu[open]) ins.adsbygoogle { visibility: hidden !important; }
    .section-head--home, .page-hero__grid, .watch-banner { grid-template-columns: 1fr; gap: 28px; }
    .section-head h1, .page-hero h1 { font-size: clamp(2.8rem, 14vw, 4.5rem); }
    .section-head--home > p { margin: 0; }
    .desk-grid { margin-inline: -12px; }
    .lead-panel { padding: 22px 18px 8px; }
    .lead-story h2 { font-size: 1.65rem; }
    .news-row { grid-template-columns: 27px 1fr 18px; gap: 9px; }
    .news-row__body strong { white-space: normal; }
    .match-panel { display: block; padding: 25px 18px; }
    .match-queue { margin-top: 20px; }
    .section-title-row { display: block; }
    .section-title-row p { margin-top: 16px; }
    .league-grid, .fixture-grid, .platform-grid { grid-template-columns: 1fr; }
    .league-grid article:last-child, .platform-grid article:last-child { grid-column: auto; }
    .league-card { min-height: 280px; }
    .watch-banner { width: 100%; margin-block: 50px 0; padding: 40px 24px; }
    .button-row { flex-direction: column; align-items: stretch; }
    .page-hero { padding-block: 56px; }
    .page-layout .news-list { padding-inline: 15px; }
    .page-layout .news-row__body strong { font-size: .96rem; }
    .match-article__top { flex-direction: column; gap: 4px; }
    .matchup { grid-template-columns: 1fr 55px 1fr; gap: 8px; margin-top: 38px; }
    .matchup i { width: 66px; height: 66px; }
    .matchup strong { font-size: 1.25rem; }
    .matchup > span b { font-size: 1.35rem; }
    .matchup > span small { display: none; }
    .fixture-card__teams { gap: 8px; }
    .fixture-card__summary { min-height: 0; }
    .article-lead { font-size: 1.07rem; }
    .news-post__header { padding-block: 52px; }
    .source-box, .related-match { grid-template-columns: 1fr; }
    .source-box > a, .related-match > a { grid-column: 1; grid-row: auto; justify-self: start; margin-top: 8px; }
    .article-body h2 { font-size: 1.55rem; }
    .player-grid { grid-template-columns: 1fr; }
    .platform-card p { min-height: 0; }
    .safe-guide { margin-inline: -12px; padding: 38px 22px; }
    .safe-guide > div:first-child { grid-template-columns: 1fr; }
    .safe-guide ol { grid-template-columns: 1fr; }
    .safe-guide li { min-height: 0; }
    .safe-guide li b { margin-bottom: 10px; }
    .guide-article__header, .legal-page > header { padding-block: 56px; }
    .article-body--guide > section { padding-left: 0; }
    .article-body--guide .section-number { position: static; display: block; margin-bottom: 12px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; gap: 6px; }
}

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