/* Manchester World: public website. Same dark-red glass identity as the mobile app. */
@font-face { font-family: 'Anton'; src: url('/fonts/Anton-Regular.woff2') format('woff2'); font-display: swap; }

:root {
  --red: #EE0000; --red-2: #b30000; --red-glow: rgba(238,0,0,.35);
  --bg1: #1E0909; --bg2: #09090D; --gold: #D4AF37;
  --glass: rgba(255,255,255,.06); --glass-2: rgba(255,255,255,.09); --line: rgba(255,255,255,.10);
  --text: #ece9e9; --muted: rgba(255,255,255,.62); --faint: rgba(255,255,255,.38);
  --win: #22c55e; --draw: #f59e0b; --loss: #ef4444;
  --radius: 18px; --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; color: var(--text); background: linear-gradient(180deg, var(--bg1), var(--bg2) 640px) var(--bg2); font: 16px/1.6 -apple-system, BlinkMacSystemFont, 'Segoe UI', Inter, Roboto, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3 { margin: 0; font-weight: 400; }
.display { font-family: 'Anton', Impact, 'Arial Narrow', sans-serif; text-transform: uppercase; letter-spacing: .03em; line-height: 1.08; color: #fff; }
.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 20px; }
.muted { color: var(--muted); } .faint { color: var(--faint); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
[hidden] { display: none !important; }

/* ── Header ───────────────────────────────────────────────── */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(12,6,7,.82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.site-header .bar { display: flex; align-items: center; gap: 22px; height: 68px; }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { width: 40px; height: 40px; border-radius: 10px; border: 1px solid rgba(255,255,255,.22); }
.brand span { font-family: 'Anton', Impact, sans-serif; font-size: 19px; letter-spacing: .06em; text-transform: uppercase; color: #fff; }
.nav { display: flex; align-items: center; gap: 2px; margin-left: 6px; flex: 1; }
.nav a, .nav button.nav-link { padding: 9px 13px; border-radius: 10px; font-size: 14.5px; font-weight: 600; color: var(--muted); background: none; border: 0; cursor: pointer; font-family: inherit; white-space: nowrap; }
.nav a:hover, .nav button.nav-link:hover { color: #fff; background: var(--glass); }
.nav a.active { color: #fff; background: rgba(238,0,0,.18); box-shadow: inset 0 0 0 1px rgba(238,0,0,.4); }
.dropdown { position: relative; }
.dropdown-menu { position: absolute; top: calc(100% + 8px); left: 0; min-width: 190px; background: #150c0d; border: 1px solid var(--line); border-radius: 14px; padding: 6px; box-shadow: 0 24px 60px rgba(0,0,0,.6); display: none; }
.dropdown.open .dropdown-menu { display: block; }
.dropdown-menu a, .dropdown-menu button { display: block; width: 100%; text-align: left; padding: 10px 12px; border-radius: 9px; font-size: 14.5px; }
.header-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.menu-toggle { display: none; background: var(--glass); border: 1px solid var(--line); color: #fff; width: 42px; height: 42px; border-radius: 12px; cursor: pointer; font-size: 20px; }

/* ── Buttons & forms ──────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 20px; border-radius: 13px; border: 1px solid transparent; font: 400 15px 'Anton', Impact, sans-serif; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: transform .15s, box-shadow .15s, background .15s; color: #fff; }
.btn-primary { background: linear-gradient(135deg, var(--red), var(--red-2)); box-shadow: 0 8px 22px var(--red-glow); }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 12px 28px var(--red-glow); }
.btn-ghost { background: var(--glass); border-color: var(--line); }
.btn-ghost:hover { background: var(--glass-2); }
.btn-sm { padding: 8px 14px; font-size: 13px; border-radius: 11px; }
.btn-block { width: 100%; }
.btn-danger { background: rgba(239,68,68,.15); border-color: rgba(239,68,68,.5); color: #ff8a8a; }
label { display: block; font-size: 13px; font-weight: 700; color: var(--muted); margin: 0 0 6px; letter-spacing: .02em; }
input[type=text], input[type=email], input[type=password], textarea, select { width: 100%; padding: 12px 14px; color: #fff; background: rgba(255,255,255,.06); border: 1px solid var(--line); border-radius: 12px; font: inherit; }
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 3px rgba(238,0,0,.22); }
textarea { resize: vertical; min-height: 96px; }
select option { background: #150c0d; }
.field { margin-bottom: 16px; }
.error { color: #ff8a8a; font-size: 13.5px; margin-top: 6px; }
.flash { padding: 13px 16px; border-radius: 13px; margin: 18px 0 0; border: 1px solid; font-weight: 600; font-size: 14.5px; }
.flash.ok { background: rgba(34,197,94,.12); border-color: rgba(34,197,94,.4); color: #86efac; }
.flash.bad { background: rgba(239,68,68,.12); border-color: rgba(239,68,68,.45); color: #fca5a5; }

/* ── Hero / page headers ──────────────────────────────────── */
.hero { position: relative; overflow: hidden; background: repeating-linear-gradient(135deg, rgba(255,255,255,.045) 0 1.2px, transparent 1.2px 26px), linear-gradient(180deg, #9A0F0F 0%, #460909 60%, rgba(30,9,9,0) 100%); }
.hero::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 70% at 50% 35%, rgba(255,255,255,.13), transparent 70%); pointer-events: none; }
.hero > .container { position: relative; z-index: 1; }
.page-head { padding-top: 54px; padding-bottom: 40px; }
.page-head h1 { font-size: clamp(38px, 6vw, 64px); }
.page-head p { margin: 10px 0 0; color: rgba(255,255,255,.75); max-width: 640px; font-size: 17px; }
.eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.7); margin-bottom: 10px; }

/* ── Sections & cards ─────────────────────────────────────── */
.section { padding-top: 34px; padding-bottom: 34px; }
.section-title { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.section-title h2 { font-size: 26px; display: flex; align-items: center; gap: 12px; }
.section-title h2::before { content: ''; width: 5px; height: 1.1em; border-radius: 3px; background: var(--red); }
.section-title a.more { font-size: 13px; font-weight: 800; letter-spacing: .1em; color: #ff5a5a; text-transform: uppercase; }
.card { background: var(--glass); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 30px rgba(0,0,0,.28); }
.card-pad { padding: 22px; }
.grid { display: grid; gap: 18px; }
.g2 { grid-template-columns: repeat(2, 1fr); } .g3 { grid-template-columns: repeat(3, 1fr); } .g4 { grid-template-columns: repeat(4, 1fr); }
.cols-main { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 24px; align-items: start; }
.stack > * + * { margin-top: 14px; }

/* ── Tabs / pills ─────────────────────────────────────────── */
.tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; }
.tab { padding: 9px 16px; border-radius: 999px; font-family: 'Anton', Impact, sans-serif; font-size: 13.5px; letter-spacing: .07em; text-transform: uppercase; background: rgba(0,0,0,.3); border: 1px solid var(--line); color: #fff; }
.tab:hover { background: var(--glass-2); }
.tab.active { background: #fff; color: var(--red); border-color: #fff; }
.badge { display: inline-block; padding: 4px 10px; border-radius: 8px; font: 400 11.5px 'Anton', Impact, sans-serif; letter-spacing: .07em; text-transform: uppercase; background: var(--red); color: #fff; }
.badge.gold { background: var(--gold); color: #111; } .badge.grey { background: rgba(255,255,255,.14); }

/* ── Match components ─────────────────────────────────────── */
.crest { width: 36px; height: 36px; object-fit: contain; flex-shrink: 0; }
.crest.lg { width: 72px; height: 72px; } .crest.md { width: 52px; height: 52px; } .crest.sm { width: 24px; height: 24px; }
.match-row { display: grid; grid-template-columns: 168px 1fr 84px 1fr 30px; align-items: center; gap: 12px; padding: 14px 18px; border-bottom: 1px solid var(--line); transition: background .15s; }
.match-row:last-child { border-bottom: 0; }
a.match-row:hover { background: rgba(238,0,0,.07); }
.match-row .when { font-size: 12.5px; color: var(--muted); line-height: 1.35; }
.match-row .when small { display: block; font-size: 12px; color: var(--faint); }
.match-row .when b { display: block; color: #fff; font-size: 14px; }
.team { display: flex; align-items: center; gap: 11px; font-weight: 700; min-width: 0; }
.team span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.team.right { justify-content: flex-end; text-align: right; }
.team.us { color: #ff6b6b; }
.score { text-align: center; font: 400 22px 'Anton', Impact, sans-serif; letter-spacing: .06em; color: #fff; background: rgba(0,0,0,.35); border-radius: 10px; padding: 5px 0; }
.score.vs { font-size: 14px; color: var(--muted); background: none; }
.res { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; font: 400 12px 'Anton', sans-serif; color: #fff; }
.res.W { background: var(--win); } .res.D { background: var(--draw); } .res.L { background: var(--loss); }
.form { display: flex; gap: 5px; }
.month { padding: 12px 18px; background: rgba(255,255,255,.04); font: 400 13px 'Anton', sans-serif; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); border-bottom: 1px solid var(--line); }
.live-dot { display: inline-flex; align-items: center; gap: 6px; color: #ff5a5a; font-weight: 800; font-size: 12px; letter-spacing: .1em; }
.live-dot::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 0 var(--red-glow); animation: pulse 1.6s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(238,0,0,0); } 100% { box-shadow: 0 0 0 0 rgba(238,0,0,0); } }

.next-match { padding: 30px; text-align: center; }
.next-match .teams { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 26px; margin: 18px 0 20px; }
.next-match .tm { display: flex; flex-direction: column; align-items: center; gap: 12px; font-family: 'Anton', sans-serif; font-size: 22px; text-transform: uppercase; letter-spacing: .04em; color: #fff; }
.next-match .mid .time { font: 400 44px/1 'Anton', sans-serif; color: #fff; }
.countdown { display: flex; gap: 10px; justify-content: center; margin-top: 16px; }
.countdown div { min-width: 64px; padding: 10px 8px; background: rgba(0,0,0,.35); border: 1px solid var(--line); border-radius: 12px; }
.countdown b { display: block; font: 400 28px/1 'Anton', sans-serif; color: #fff; }
.countdown small { font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }

/* ── Tables ───────────────────────────────────────────────── */
.table-wrap { overflow-x: auto; }
table.tbl { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.tbl th { text-align: center; padding: 12px 8px; font: 400 12px 'Anton', sans-serif; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); background: rgba(255,255,255,.04); border-bottom: 1px solid var(--line); white-space: nowrap; }
.tbl td { text-align: center; padding: 11px 8px; border-bottom: 1px solid rgba(255,255,255,.06); white-space: nowrap; }
.tbl th.l, .tbl td.l { text-align: left; }
.tbl tr:last-child td { border-bottom: 0; }
.tbl tr.us td { background: rgba(238,0,0,.13); }
.tbl tr.us .club { color: #ff6b6b; }
.tbl .club { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.tbl .pts { font: 400 16px 'Anton', sans-serif; color: #fff; }
.zone { width: 4px; padding: 0 !important; }
.zone.ucl { background: #2563eb; } .zone.uel { background: #f97316; } .zone.rel { background: var(--loss); } .zone.ko { background: var(--win); }
.legend { display: flex; gap: 18px; flex-wrap: wrap; padding: 14px 18px; font-size: 12.5px; color: var(--muted); }
.legend i { display: inline-block; width: 10px; height: 10px; border-radius: 3px; margin-right: 6px; }

/* ── Squad ────────────────────────────────────────────────── */
.player-card { overflow: hidden; display: block; transition: transform .2s, box-shadow .2s; }
.player-card:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(238,0,0,.22); }
.player-card .ph { position: relative; aspect-ratio: 1 / 1.05; background: radial-gradient(circle at 50% 35%, #fff, #d9d9e1); }
.player-card .ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.player-card .no { position: absolute; top: 10px; left: 10px; z-index: 1; }
.player-card .pos { position: absolute; top: 10px; right: 10px; z-index: 1; padding: 4px 9px; border-radius: 8px; background: rgba(0,0,0,.65); font-size: 11px; font-weight: 800; letter-spacing: .06em; }
.player-card .meta { padding: 13px 15px 15px; background: linear-gradient(180deg, #3A0C0C, #170808); }
.player-card .nm { font: 400 18px 'Anton', sans-serif; letter-spacing: .03em; color: #fff; text-transform: uppercase; }
.stat-tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 12px; }
.stat-tile { padding: 16px; text-align: center; }
.stat-tile b { display: block; font: 400 34px/1 'Anton', sans-serif; color: #fff; }
.stat-tile span { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }

/* ── News / media ─────────────────────────────────────────── */
.news-card { display: flex; flex-direction: column; overflow: hidden; transition: transform .2s, box-shadow .2s; }
.news-card:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(0,0,0,.45); }
.news-card .img { aspect-ratio: 16 / 9; background: #2A1010 center / cover no-repeat; position: relative; }
.news-card .img .badge { position: absolute; top: 12px; left: 12px; }
.news-card .body { padding: 16px 18px 20px; }
.news-card h3 { font: 400 21px/1.2 'Anton', sans-serif; text-transform: uppercase; letter-spacing: .02em; color: #fff; }
.news-card p { margin: 8px 0 0; color: var(--muted); font-size: 14.5px; }
.news-card time { display: block; margin-top: 10px; font-size: 12.5px; color: var(--faint); }
.news-feature { display: grid; grid-template-columns: 1.4fr 1fr; overflow: hidden; }
.news-feature .img { min-height: 340px; background: #2A1010 center / cover no-repeat; position: relative; }
.news-feature .body { padding: 30px; display: flex; flex-direction: column; justify-content: center; }
.news-feature h3 { font: 400 34px/1.1 'Anton', sans-serif; text-transform: uppercase; color: #fff; margin: 12px 0; }
.article { max-width: 780px; margin: 0 auto; }
.article .cover { border-radius: var(--radius); overflow: hidden; margin: -10px 0 28px; border: 1px solid var(--line); }
.article .lead { font-size: 20px; line-height: 1.55; color: #fff; font-weight: 600; border-left: 4px solid var(--red); padding-left: 18px; margin: 0 0 26px; }
.prose { font-size: 17.5px; line-height: 1.8; color: rgba(255,255,255,.86); }
.prose p { margin: 0 0 1.2em; } .prose h2, .prose h3 { font-family: 'Anton', sans-serif; text-transform: uppercase; color: #fff; margin: 1.6em 0 .6em; letter-spacing: .03em; }
.prose a { color: #ff6b6b; text-decoration: underline; } .prose img { border-radius: 14px; margin: 1.4em 0; }
.prose ul, .prose ol { padding-left: 1.3em; margin: 0 0 1.2em; } .prose li::marker { color: var(--red); }
.prose blockquote { margin: 1.4em 0; padding: 4px 20px; border-left: 4px solid var(--red); color: #fff; font-style: italic; }
.video-card .img { aspect-ratio: 16 / 9; background: #2A1010 center / cover no-repeat; position: relative; }
.video-card .play { position: absolute; inset: 0; display: grid; place-items: center; }
.video-card .play i { width: 58px; height: 58px; border-radius: 50%; background: var(--red); display: grid; place-items: center; box-shadow: 0 0 0 8px rgba(238,0,0,.25); }
.video-card .play i::after { content: ''; border-left: 17px solid #fff; border-top: 10px solid transparent; border-bottom: 10px solid transparent; margin-left: 4px; }
.embed { position: relative; aspect-ratio: 16 / 9; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: #000; }
.embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ── Community ────────────────────────────────────────────── */
.post { padding: 20px 22px; }
.post .head { display: flex; align-items: center; gap: 12px; }
.avatar { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, #DA291C, #7A0C0C); font: 400 18px 'Anton', sans-serif; color: #fff; flex-shrink: 0; }
.avatar.sm { width: 34px; height: 34px; font-size: 15px; }
.post .who b { display: block; line-height: 1.2; } .post .who small { color: var(--faint); font-size: 12.5px; }
.post .content { margin: 14px 0 12px; white-space: pre-wrap; word-wrap: break-word; }
.post .actions { display: flex; gap: 8px; align-items: center; padding-top: 12px; border-top: 1px solid var(--line); }
.chip { display: inline-flex; align-items: center; gap: 7px; padding: 7px 13px; border-radius: 999px; background: none; border: 1px solid var(--line); color: var(--muted); font: 700 13.5px inherit; cursor: pointer; font-family: inherit; }
.chip:hover { background: var(--glass-2); color: #fff; } .chip.on { color: #ff6b6b; border-color: rgba(238,0,0,.5); }
.comment { display: flex; gap: 12px; padding: 14px 0; border-top: 1px solid var(--line); }
.comment .bubble { flex: 1; min-width: 0; }
.comment b { font-size: 14.5px; } .comment small { color: var(--faint); margin-left: 8px; }
.comment p { margin: 4px 0 0; white-space: pre-wrap; word-wrap: break-word; }

/* ── Auth ─────────────────────────────────────────────────── */
.auth-wrap { max-width: 440px; margin: 40px auto 70px; }
.auth-wrap .card-pad { padding: 30px; }
.or { display: flex; align-items: center; gap: 12px; color: var(--faint); font-size: 12px; letter-spacing: .12em; margin: 18px 0; } .or::before, .or::after { content: ''; flex: 1; height: 1px; background: var(--line); }

/* ── Footer ───────────────────────────────────────────────── */
.site-footer { margin-top: 60px; border-top: 1px solid var(--line); background: rgba(0,0,0,.35); padding: 46px 0 30px; }
.foot-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 34px; }
.foot-grid h4 { margin: 0 0 12px; font: 400 15px 'Anton', sans-serif; letter-spacing: .1em; text-transform: uppercase; color: #fff; }
.foot-grid a { display: block; padding: 4px 0; color: var(--muted); font-size: 14.5px; } .foot-grid a:hover { color: #fff; }
.foot-note { margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--faint); font-size: 13px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.empty { padding: 50px 20px; text-align: center; color: var(--muted); }
.empty b { display: block; font: 400 22px 'Anton', sans-serif; color: #fff; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 6px; }
.pagination { display: flex; gap: 8px; justify-content: center; margin-top: 28px; flex-wrap: wrap; }
.pagination a, .pagination span { padding: 9px 15px; border-radius: 11px; border: 1px solid var(--line); background: var(--glass); font-weight: 700; font-size: 14px; }
.pagination .current { background: var(--red); border-color: var(--red); } .pagination .disabled { opacity: .35; }

/* ── Events / lineups / stats (match page) ────────────────── */
.scoreboard { padding: 34px 20px 28px; text-align: center; }
.scoreboard .row { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; }
.scoreboard .tm { display: flex; flex-direction: column; align-items: center; gap: 12px; font: 400 26px 'Anton', sans-serif; text-transform: uppercase; letter-spacing: .04em; color: #fff; }
.scoreboard .big { font: 400 72px/1 'Anton', sans-serif; letter-spacing: .06em; color: #fff; }
.timeline .ev { display: grid; grid-template-columns: 1fr 64px 1fr; align-items: center; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.06); font-size: 14.5px; }
.timeline .min { text-align: center; font: 400 14px 'Anton', sans-serif; color: var(--muted); }
.timeline .l { text-align: right; padding-right: 8px; } .timeline .r { padding-left: 8px; }
.timeline small { display: block; color: var(--faint); }
.bar-stat { margin: 14px 0; } .bar-stat .top { display: flex; justify-content: space-between; font-weight: 700; font-size: 14.5px; margin-bottom: 6px; } .bar-stat .top span { color: var(--muted); font-weight: 600; }
.bar-stat .track { display: flex; height: 8px; border-radius: 6px; overflow: hidden; background: rgba(255,255,255,.08); gap: 3px; } .bar-stat .a { background: var(--red); } .bar-stat .b { background: rgba(255,255,255,.4); margin-left: auto; }
.lineup-list li { display: flex; gap: 12px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.06); list-style: none; }
.lineup-list { padding: 0; margin: 0; } .lineup-list .n { width: 26px; font: 400 15px 'Anton', sans-serif; color: var(--red); text-align: center; }
.pitch { position: relative; aspect-ratio: 3 / 4; border-radius: 16px; overflow: hidden; background: repeating-linear-gradient(180deg, #1c6b2f 0 12.5%, #1f7834 12.5% 25%); border: 2px solid rgba(255,255,255,.35); }
.pitch::before { content: ''; position: absolute; left: 0; right: 0; top: 50%; height: 2px; background: rgba(255,255,255,.35); } .pitch::after { content: ''; position: absolute; left: 50%; top: 50%; width: 22%; aspect-ratio: 1; border: 2px solid rgba(255,255,255,.35); border-radius: 50%; transform: translate(-50%, -50%); }
.pitch .pl { position: absolute; transform: translate(-50%, -50%); text-align: center; width: 76px; z-index: 1; }
.pitch .pl i { display: grid; place-items: center; width: 34px; height: 34px; margin: 0 auto 3px; border-radius: 50%; background: var(--red); font: 400 15px 'Anton', sans-serif; font-style: normal; color: #fff; border: 2px solid #fff; }
.pitch .pl.away i { background: #fff; color: #111; border-color: #222; }
.pitch .pl span { font-size: 11.5px; font-weight: 700; color: #fff; text-shadow: 0 1px 3px rgba(0,0,0,.8); display: block; line-height: 1.15; }

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 1060px) {
  .cols-main { grid-template-columns: 1fr; }
  .g4 { grid-template-columns: repeat(2, 1fr); } .g3 { grid-template-columns: repeat(2, 1fr); }
  .news-feature { grid-template-columns: 1fr; } .news-feature .img { min-height: 240px; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .nav { position: fixed; left: 0; right: 0; top: 68px; bottom: 0; background: rgba(9,9,13,.98); flex-direction: column; align-items: stretch; padding: 16px 20px 40px; gap: 4px; overflow-y: auto; margin: 0; transform: translateX(100%); transition: transform .25s; }
  .nav.open { transform: none; }
  .nav a, .nav button.nav-link { padding: 14px 14px; font-size: 17px; }
  .dropdown-menu { position: static; display: block; box-shadow: none; border: 0; background: none; padding: 0 0 0 10px; }
  .header-actions .btn { display: none; } .header-actions .btn.keep { display: inline-flex; }
}
@media (max-width: 640px) {
  .container { padding: 0 16px; }
  .g2, .g3 { grid-template-columns: 1fr; } .g4 { grid-template-columns: repeat(2, 1fr); }
  .match-row { grid-template-columns: 1fr 64px 1fr; padding: 12px 14px; gap: 8px; } .match-row .when { grid-column: 1 / -1; display: flex; gap: 10px; align-items: baseline; } .match-row .res { display: none; }
  .team { font-size: 14px; } .crest { width: 28px; height: 28px; }
  .next-match { padding: 22px 14px; } .next-match .tm { font-size: 16px; } .next-match .mid .time { font-size: 30px; } .crest.lg { width: 56px; height: 56px; }
  .scoreboard .big { font-size: 46px; } .scoreboard .tm { font-size: 17px; }
  .page-head { padding-top: 36px; padding-bottom: 28px; } .foot-grid { grid-template-columns: 1fr; } .section-title h2 { font-size: 22px; }
  .countdown div { min-width: 56px; } .countdown b { font-size: 22px; }
  .tbl { font-size: 13.5px; } .tbl .hide-sm { display: none; }
}

/* ── App download badges, breadcrumbs, content pages ─────────────────────── */
.store-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.store-badge { display: inline-flex; align-items: center; gap: 10px; padding: 9px 16px 9px 13px; border-radius: 12px; background: #000; border: 1px solid rgba(255,255,255,.28); color: #fff; min-width: 158px; transition: transform .15s, border-color .15s; }
a.store-badge:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.6); }
.store-badge span { display: flex; flex-direction: column; line-height: 1.15; text-align: left; }
.store-badge small { font-size: 10.5px; letter-spacing: .04em; opacity: .8; } .store-badge b { font-size: 17px; font-weight: 700; }
.store-badge.soon { opacity: .6; border-style: dashed; cursor: default; }
.store-badges.sm .store-badge { min-width: 0; padding: 7px 12px 7px 10px; } .store-badges.sm .store-badge b { font-size: 14.5px; }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; padding-top: 14px; padding-bottom: 2px; font-size: 13px; color: var(--faint); }
.crumbs a { color: var(--muted); } .crumbs a:hover { color: #fff; } .crumbs span[aria-hidden] { opacity: .5; }
.app-cta { border-color: rgba(238,0,0,.55); }
.copy { max-width: 760px; } .copy p { color: rgba(255,255,255,.82); line-height: 1.8; margin: 0 0 16px; } .copy h2 { margin: 34px 0 12px; }
.copy ul { padding-left: 22px; color: rgba(255,255,255,.82); line-height: 1.8; } .copy li::marker { color: var(--red); }
.faq details { border-top: 1px solid var(--line); padding: 16px 2px; } .faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 700; font-size: 17px; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.faq summary::after { content: '+'; color: var(--red); font-size: 22px; line-height: 1; } .faq details[open] summary::after { content: '–'; }
.faq p { margin: 12px 0 0; color: var(--muted); line-height: 1.75; }
.feature { display: flex; gap: 14px; align-items: flex-start; } .feature .ico { flex: none; width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: rgba(238,0,0,.16); color: #ff6b6b; font-size: 22px; }
.feature h3 { font: 400 20px 'Anton', sans-serif; letter-spacing: .03em; text-transform: uppercase; margin: 0 0 4px; } .feature p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.app-band { border-radius: 22px; padding: 30px; display: grid; grid-template-columns: 1.3fr 1fr; gap: 24px; align-items: center; background: linear-gradient(135deg, rgba(238,0,0,.32), rgba(238,0,0,.06)); border: 1px solid rgba(238,0,0,.4); }
.app-band h2 { font-size: clamp(26px, 3.4vw, 38px); margin: 6px 0 10px; }
.legend-card .yrs { color: var(--gold); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }
@media (max-width: 900px) { .header-actions .btn.app-cta { display: none; } .app-band { grid-template-columns: 1fr; padding: 22px; } }

.cookie-notice { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 60; max-width: 720px; margin: 0 auto; display: flex; gap: 16px; align-items: center; justify-content: space-between; padding: 14px 16px 14px 20px; border-radius: 16px; background: rgba(21,12,13,.94); border: 1px solid var(--line); box-shadow: 0 20px 60px rgba(0,0,0,.6); backdrop-filter: blur(14px); }
.cookie-notice[hidden] { display: none; } .cookie-notice .btn { flex: none; white-space: nowrap; padding-left: 22px; padding-right: 22px; }
.cookie-notice { background: rgba(21,12,13,.98); }
.cookie-notice p { margin: 0; font-size: 14px; line-height: 1.5; color: var(--muted); } .cookie-notice a { color: #fff; text-decoration: underline; }
@media (max-width: 640px) { .cookie-notice { flex-direction: column; align-items: stretch; text-align: left; } .cookie-notice .btn { width: 100%; } }
