:root {
  --bg: #0d1420;
  --bg-soft: #131d2a;
  --surface: #192635;
  --surface-2: #223244;
  --line: rgba(184, 198, 211, .15);
  --text: #f2eddf;
  --muted: #aeb9c2;
  --green: #83b8b1;
  --green-dark: #527f7a;
  --gold: #d0aa55;
  --danger: #bd6b69;
  --radius-xs: 2px;
  --radius-sm: 3px;
  --radius-md: 4px;
  --radius-lg: 4px;
  --radius: var(--radius-md);
  --shadow: 0 24px 60px rgba(0, 0, 0, .25);
}

* { box-sizing: border-box; }
html { max-width: 100%; scroll-behavior: smooth; }
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
body {
  margin: 0;
  min-width: 320px;
  max-width: 100%;
  color: var(--text);
  background:
    radial-gradient(circle at 85% 4%, rgba(66, 103, 137, .18), transparent 25rem),
    linear-gradient(180deg, #111c2b 0%, var(--bg) 50%, #101721 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { max-width: 100%; }
.shell { width: min(100% - 32px, 1120px); min-width: 0; margin-inline: auto; }
.site-main { min-width: 0; min-height: 70vh; }
.page-stack { display: grid; gap: 28px; padding-block: 18px 64px; }
.eyebrow {
  margin: 0 0 7px;
  color: var(--green);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(13, 20, 32, .94);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 8px; font-size: 1.18rem; font-weight: 720; letter-spacing: -.04em; white-space: nowrap; }
.brand strong { color: var(--green); font-weight: 900; }
.brand-ball { display: grid; place-items: center; width: 25px; height: 25px; color: var(--gold); border: 1px solid rgba(208,170,85,.4); border-radius: 50%; font-size: .62rem; box-shadow: 0 0 16px rgba(208,170,85,.12); }
.primary-nav { display: flex; gap: 5px; overflow: auto; scrollbar-width: none; }
.primary-nav a { padding: 9px 10px; border-radius: 10px; color: #c6d5cd; font-size: .82rem; font-weight: 720; white-space: nowrap; }
.primary-nav a:hover { color: white; background: rgba(255,255,255,.07); }

.data-notice {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 13px;
  color: #dbe7e0;
  border: 1px solid rgba(246,196,83,.24);
  border-radius: 12px;
  background: rgba(246,196,83,.07);
  font-size: .78rem;
}
.data-notice span { color: var(--gold); }
.data-notice p { margin: 0; }

.home-hero, .competition-hero, .argentina-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.home-hero {
  display: grid;
  gap: 26px;
  min-height: 480px;
  padding: 42px 25px 28px;
  background:
    linear-gradient(150deg, rgba(178,183,122,.12), transparent 42%),
    repeating-linear-gradient(100deg, transparent 0 38px, rgba(255,255,255,.018) 39px 40px),
    #0b2118;
}
.home-hero::after {
  content: "";
  position: absolute;
  width: 320px; height: 320px; right: -180px; bottom: -170px;
  border: 1px solid rgba(255,255,255,.12); border-radius: 50%;
  box-shadow: 0 0 0 36px rgba(255,255,255,.025), 0 0 0 74px rgba(255,255,255,.02);
}
.home-hero-copy { position: relative; z-index: 2; align-self: center; }
.home-hero h1, .competition-hero h1, .argentina-hero h1, .page-header h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(2.8rem, 12vw, 6.8rem);
  line-height: .91;
  letter-spacing: -.075em;
}
.home-hero h1 span { color: var(--green); }
.home-hero-copy > p:not(.eyebrow), .hero-copy, .argentina-hero p:last-child, .page-header > p:last-child {
  max-width: 650px;
  margin: 20px 0 0;
  color: #b9cbc1;
  font-size: 1rem;
}
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 28px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 0;
  border-radius: 14px;
  font-size: .9rem;
  font-weight: 850;
}
.button-primary { color: #202319; background: var(--green); box-shadow: 0 12px 30px rgba(178,183,122,.15); }
.button-primary:hover { background: #c2c891; transform: translateY(-1px); }
.button-secondary { border: 1px solid var(--line); background: var(--surface-2); }
.button-gold { color: #1a1506; background: var(--gold); }
.text-link { color: #e6ddc8; font-size: .88rem; font-weight: 800; text-decoration: underline; text-decoration-color: rgba(178,183,122,.5); text-underline-offset: 5px; }
.hero-scoreboard { position: relative; z-index: 2; align-self: end; padding: 18px; border: 1px solid var(--line); border-radius: 19px; background: rgba(3,12,8,.58); backdrop-filter: blur(12px); }
.scoreboard-live { display: block; color: #ff7380; font-size: .62rem; font-weight: 900; letter-spacing: .12em; }
.hero-scoreboard > b { display: block; margin: 5px 0 12px; color: var(--muted); font-size: .7rem; }
.hero-scoreboard div { display: flex; justify-content: space-between; align-items: center; padding: 5px 0; font-size: 1rem; font-weight: 850; }
.hero-scoreboard div strong { font-size: 1.8rem; }

.competition-hero { min-height: 470px; padding: 46px 25px; display: grid; align-items: center; background: linear-gradient(140deg, #123924, #08160f 68%); }
.hero-content { position: relative; z-index: 2; max-width: 760px; }
.hero-glow { position: absolute; inset: auto -80px -180px auto; width: 410px; height: 410px; border-radius: 50%; background: rgba(178,183,122,.1); filter: blur(24px); }
.hero-mark { position: absolute; right: -25px; bottom: -45px; color: rgba(255,255,255,.045); font-size: 13rem; font-weight: 950; line-height: 1; letter-spacing: -.12em; transform: rotate(-8deg); }

.content-section { display: grid; gap: 15px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; padding-inline: 2px; }
.section-heading h2, .fixture-day h2 { margin: 0; font-size: clamp(1.45rem, 6vw, 2rem); line-height: 1; letter-spacing: -.045em; }
.section-heading > a { color: var(--green); font-size: .78rem; font-weight: 850; white-space: nowrap; }
.match-list { display: grid; gap: 12px; }
.match-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255,255,255,.035), transparent 55%), var(--surface);
  box-shadow: 0 12px 34px rgba(0,0,0,.13);
}
.match-card-header, .match-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 15px; color: var(--muted); font-size: .67rem; font-weight: 750; text-transform: uppercase; letter-spacing: .045em; }
.match-card-header { border-bottom: 1px solid var(--line); }
.status-badge { display: inline-flex; align-items: center; gap: 6px; padding: 5px 9px; border-radius: 999px; font-size: .61rem; font-weight: 900; letter-spacing: .07em; }
.status-badge i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 8px currentColor; animation: pulse 1.3s infinite; }
.status-live { color: #d79084; background: rgba(169,95,91,.16); }
.status-finished { color: #c6d2cb; background: rgba(255,255,255,.07); }
.status-upcoming { color: var(--green); background: rgba(178,183,122,.1); }
.status-neutral { color: var(--gold); background: rgba(246,196,83,.1); }
@keyframes pulse { 50% { opacity: .35; } }
.match-card-body { display: grid; gap: 11px; padding: 18px 15px; }
.team-row { display: grid; grid-template-columns: 38px minmax(0,1fr) auto; align-items: center; gap: 11px; min-width: 0; }
.team-row strong { overflow: hidden; font-size: .98rem; text-overflow: ellipsis; white-space: nowrap; }
.team-crest { display: inline-grid; flex: 0 0 auto; place-items: center; width: 38px; height: 38px; color: #eee5d2; border: 1px solid rgba(178,183,122,.24); border-radius: 50%; background: linear-gradient(145deg, #39493a, #263329); font-size: .65rem; font-weight: 900; }
.team-crest-small { width: 29px; height: 29px; font-size: .54rem; }
.score { font-size: 1.55rem; line-height: 1; }
.match-time { grid-row: 3; display: flex; align-items: center; justify-content: center; gap: 7px; padding-top: 4px; color: var(--muted); font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.match-time strong { color: var(--gold); font-size: 1.3rem; letter-spacing: -.03em; }
.match-card-footer { flex-wrap: wrap; justify-content: flex-start; border-top: 1px solid var(--line); text-transform: none; letter-spacing: 0; }
.match-card-footer span + span::before { content: "·"; margin-right: 8px; color: #52655b; }
.broadcast-pill { margin-left: auto; color: #e8f8ed; }

.quick-grid, .groups-grid, .roadmap-grid { display: grid; gap: 12px; }
.quick-link-card {
  position: relative;
  min-height: 210px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  transition: border-color .2s, transform .2s;
}
.quick-link-card:hover { transform: translateY(-3px); border-color: rgba(178,183,122,.4); }
.quick-link-card > strong { display: block; margin-top: 18px; font-size: 1.35rem; letter-spacing: -.04em; }
.quick-link-card p { max-width: 260px; margin: 7px 0 20px; color: var(--muted); font-size: .85rem; }
.quick-icon { position: absolute; top: 20px; right: 20px; display: grid; place-items: center; width: 42px; height: 42px; color: var(--green); border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.035); font-size: 1.1rem; font-weight: 900; }
.quick-arrow { color: var(--green); font-size: .75rem; font-weight: 850; }
.worldcup-promo { display: grid; gap: 24px; align-items: end; min-height: 350px; padding: 35px 25px; overflow: hidden; border-radius: 26px; background: radial-gradient(circle at 90% 15%, rgba(246,196,83,.22), transparent 35%), linear-gradient(135deg, #163f29, #0b1b13); box-shadow: var(--shadow); }
.worldcup-promo h2 { margin: 6px 0 16px; font-size: clamp(3rem, 15vw, 6rem); line-height: .78; letter-spacing: -.08em; }
.worldcup-promo h2 strong { color: var(--gold); }
.worldcup-promo p { max-width: 520px; color: #b9cbc1; }

.page-header { padding: 42px 2px 12px; }
.page-header h1 { font-size: clamp(2.65rem, 11vw, 5.8rem); }
.date-pills { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; }
.date-pills a { flex: 0 0 auto; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); font-size: .74rem; font-weight: 800; }
.fixture-day { display: grid; gap: 14px; scroll-margin-top: 85px; }
.fixture-day > header p { margin: 6px 0 0; color: var(--muted); font-size: .78rem; }
.empty-state { padding: 40px 22px; border: 1px dashed rgba(255,255,255,.18); border-radius: var(--radius); background: rgba(255,255,255,.025); text-align: center; }
.empty-icon { display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 16px; color: var(--green); border: 1px solid rgba(178,183,122,.25); border-radius: 50%; font-size: 1.5rem; }
.empty-state h2 { margin: 0; font-size: 1.35rem; }
.empty-state p { max-width: 560px; margin: 9px auto 22px; color: var(--muted); font-size: .88rem; }

.argentina-hero { min-height: 380px; display: grid; align-items: end; padding: 38px 25px; background: linear-gradient(150deg, #87ccec 0%, #eaf7ff 48%, #86c8ea 100%); color: #071c2a; }
.argentina-hero .eyebrow { color: #07527c; }
.argentina-hero h1 { font-size: clamp(2.7rem, 12vw, 6rem); }
.argentina-hero p:last-child { color: #245168; }
.argentina-sun { position: absolute; right: -25px; top: -35px; color: rgba(246,196,83,.8); font-size: 10rem; }
.roadmap-grid article { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.roadmap-grid article > span { color: var(--green); font-size: .72rem; font-weight: 900; }
.roadmap-grid h2 { margin: 25px 0 8px; font-size: 1.15rem; }
.roadmap-grid p { margin: 0; color: var(--muted); font-size: .84rem; }

.group-card { padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.group-card header, .group-detail-header { display: flex; align-items: center; gap: 15px; }
.group-card h2 { margin: 0; font-size: 1.35rem; }
.group-code { display: grid; flex: 0 0 auto; place-items: center; width: 48px; height: 48px; color: #07140d; border-radius: 15px; background: var(--green); font-size: 1.3rem; font-weight: 950; }
.group-code-large { width: 72px; height: 72px; font-size: 2rem; border-radius: 20px; }
.group-card ul { display: grid; gap: 8px; margin: 20px 0; padding: 0; list-style: none; }
.group-card li { display: flex; align-items: center; gap: 10px; padding: 8px; border-radius: 11px; background: rgba(255,255,255,.025); font-size: .86rem; }
.group-card > a { color: var(--green); font-size: .76rem; font-weight: 850; }
.group-detail-header { padding: 35px 2px 10px; }
.group-detail-header h1 { margin: 0; font-size: clamp(2.5rem, 10vw, 5rem); letter-spacing: -.07em; }
.group-detail-header p:last-child { margin: 7px 0 0; color: var(--muted); }
.standing-table-wrap { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.standing-table { width: 100%; border-collapse: collapse; font-size: .78rem; }
.standing-table th { padding: 12px 8px; color: var(--muted); background: rgba(255,255,255,.025); font-size: .61rem; text-align: center; text-transform: uppercase; }
.standing-table th:nth-child(2), .standing-table td:nth-child(2) { text-align: left; }
.standing-table td { padding: 13px 8px; border-top: 1px solid var(--line); text-align: center; }
.position { display: inline-grid; place-items: center; width: 29px; height: 29px; border: 1px solid transparent; border-radius: 8px; font-size: .82rem; font-weight: 950; box-shadow: inset 0 0 0 1px rgba(255,255,255,.025); }
.position-direct { color: #071a21; border-color: #83c8c3; background: #8fd0ca; box-shadow: 0 0 10px rgba(143,208,202,.16); }
.position-third { color: #201704; border-color: #e0b75d; background: #d7ad50; box-shadow: 0 0 10px rgba(215,173,80,.14); }
.position-neutral { color: #eef1f2; border-color: #566779; background: #3b4a5a; }
.standing-team { display: grid; min-width: 0; }
.standing-team-main { display: flex; align-items: center; min-width: 0; }
.standing-team .team-name { overflow: hidden; font-size: .86rem; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.standing-team small { color: var(--muted); font-size: .6rem; }
.standing-points strong { color: #d6bc79; font-size: .76rem; font-weight: 850; }
.team-flag { display: inline-block; flex: 0 0 auto; width: 24px; height: 16px; margin-right: 5px; overflow: hidden; border: 1px solid rgba(213,198,159,.22); border-radius: 3px; background: #3b332b; object-fit: cover; vertical-align: middle; }
.team-flag-fallback { display: inline-grid; place-items: center; color: #e8ddc2; font-size: .55rem; font-weight: 900; line-height: 1; }
.team-name { min-width: 0; }

.editorial-note, .verification-banner { display: flex; gap: 14px; padding: 17px; border-radius: 16px; background: rgba(246,196,83,.08); border: 1px solid rgba(246,196,83,.2); }
.editorial-note p, .verification-banner p { margin: 3px 0 0; color: #c9d4ce; font-size: .78rem; }
.verification-banner > span { display: grid; place-items: center; flex: 0 0 34px; height: 34px; color: #1b1505; border-radius: 50%; background: var(--gold); font-weight: 950; }
.third-ranking, .broadcast-list { display: grid; gap: 9px; }
.third-row { display: grid; grid-template-columns: 28px minmax(0,1fr) auto auto; gap: 9px; align-items: center; padding: 14px 12px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.third-row.qualified { border-left: 3px solid var(--green); }
.third-row.eliminated { opacity: .68; border-left: 3px solid #526059; }
.ranking-position { color: var(--muted); font-weight: 900; text-align: center; }
.third-team { display: grid; min-width: 0; }
.third-team strong { display: flex; align-items: center; gap: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.third-team small, .third-row div:not(.third-team) small { color: var(--muted); font-size: .56rem; }
.third-row div:not(.third-team) { display: grid; text-align: center; }
.qualification-chip { grid-column: 3 / -1; width: max-content; color: var(--green); font-size: .62rem; font-weight: 900; text-transform: uppercase; }
.eliminated .qualification-chip { color: var(--muted); }
.broadcast-card { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 19px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.broadcast-symbol { display: grid; place-items: center; width: 44px; height: 44px; color: var(--green); border-radius: 14px; background: rgba(178,183,122,.1); }
.broadcast-content h2 { margin: 0; font-size: 1rem; }
.broadcast-content p { margin: 4px 0 0; color: var(--muted); font-size: .75rem; }
.providers { grid-column: 1 / -1; display: grid; gap: 5px; padding-top: 12px; border-top: 1px solid var(--line); }
.providers strong { font-size: .86rem; }
.providers small { color: var(--muted); }

.site-footer { border-top: 1px solid var(--line); background: #050d09; }
.footer-inner { display: grid; gap: 24px; padding-block: 38px; color: var(--muted); }
.brand-footer { color: var(--text); }
.footer-inner p { margin: 8px 0 0; font-size: .8rem; }
.footer-inner nav { display: flex; gap: 18px; color: #dbe7e0; font-size: .8rem; font-weight: 750; }
.footer-inner small { font-size: .68rem; }

@media (min-width: 680px) {
  .shell { width: min(100% - 48px, 1120px); }
  .primary-nav a { padding-inline: 14px; font-size: .88rem; }
  .page-stack { gap: 38px; padding-top: 26px; }
  .home-hero { grid-template-columns: minmax(0,1.3fr) minmax(240px,.7fr); min-height: 520px; padding: 54px; }
  .hero-scoreboard { align-self: center; }
  .competition-hero { padding: 65px 55px; }
  .match-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .quick-grid, .groups-grid, .roadmap-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .worldcup-promo { grid-template-columns: 1fr auto; padding: 48px; }
  .match-card-body { grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); align-items: center; gap: 18px; padding: 23px 18px; }
  .match-time { grid-row: auto; grid-column: 2; display: grid; text-align: center; }
  .team-row-away { grid-column: 3; }
  .third-row { grid-template-columns: 35px minmax(0,1fr) 50px 50px auto; padding: 15px 18px; }
  .qualification-chip { grid-column: auto; }
  .broadcast-card { grid-template-columns: 48px minmax(0,1fr) minmax(210px,.65fr); align-items: center; }
  .providers { grid-column: auto; padding: 0 0 0 18px; border-top: 0; border-left: 1px solid var(--line); }
  .footer-inner { grid-template-columns: 1fr auto; }
  .footer-inner small { grid-column: 1 / -1; }
}

@media (min-width: 980px) {
  .match-list { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .quick-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .quick-grid-large, .groups-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .roadmap-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .home-hero h1 { max-width: 720px; }
}

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

/* Daily dashboard */
.brand-block { display: grid; gap: 2px; }
.brand-block small { display: none; color: var(--muted); font-size: .62rem; font-weight: 600; }
.desktop-top-nav { display: none; gap: 6px; }
.desktop-top-nav a { padding: 8px 11px; color: var(--muted); border-radius: 9px; font-size: .78rem; font-weight: 800; }
.desktop-top-nav a:hover { color: var(--text); background: rgba(255,255,255,.06); }
.mobile-menu { position: relative; }
.mobile-menu summary {
  display: grid;
  gap: 4px;
  width: 38px;
  height: 38px;
  padding: 10px;
  cursor: pointer;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: rgba(255,255,255,.035);
  list-style: none;
}
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { display: block; width: 100%; height: 2px; border-radius: 2px; background: #dce8e1; }
.mobile-menu nav {
  position: absolute;
  z-index: 30;
  top: 46px;
  right: 0;
  display: grid;
  width: min(280px, calc(100vw - 32px));
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #0c1c15;
  box-shadow: var(--shadow);
}
.mobile-menu nav a { padding: 11px 12px; border-radius: 9px; color: #dbe7e0; font-size: .82rem; font-weight: 750; }
.mobile-menu nav a:hover { background: rgba(255,255,255,.055); }

.dashboard-shell { display: grid; width: min(calc(100% - 48px), 1480px); max-width: 1480px; min-width: 0; gap: 18px; padding-block: 17px 58px; }
.dashboard-sidebar { display: none; min-width: 0; }
.dashboard-main { display: grid; min-width: 0; gap: 16px; }
.section-navigation { display: grid; gap: 4px; padding: 14px; border: 1px solid var(--line); border-radius: 17px; background: rgba(25,38,53,.9); }
.section-navigation > p { margin: 4px 10px 10px; color: #6f8479; font-size: .62rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.section-navigation > a { display: flex; align-items: center; gap: 10px; min-height: 42px; padding: 8px 10px; color: #bacbc1; border-radius: 10px; font-size: .78rem; font-weight: 780; }
.section-navigation > a > span:first-child { display: grid; flex: 0 0 27px; place-items: center; height: 27px; color: #84998d; border-radius: 8px; background: rgba(255,255,255,.04); font-size: .66rem; }
.section-navigation > a:hover, .section-navigation .section-nav-current { color: white; background: rgba(255,255,255,.055); }
.section-navigation .section-nav-current > span { color: var(--green); }
.section-navigation .section-nav-featured { margin-top: 6px; color: #fff0c7; border: 1px solid rgba(246,196,83,.17); background: rgba(246,196,83,.075); }
.section-nav-featured > span:last-child { display: grid; }
.section-nav-featured small { color: #a99b74; font-size: .57rem; font-weight: 650; }
.broadcaster-reference { margin-top: 10px; padding: 11px 10px 8px; border-top: 1px solid var(--line); }
.broadcaster-reference > p { margin: 0 0 8px; color: #6f8479; font-size: .58rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.broadcaster-reference-list { display: grid; gap: 5px; }
.broadcaster-reference-list > span { display: flex; align-items: center; gap: 8px; color: #aeb9c2; font-size: .61rem; font-weight: 750; }
.broadcaster-reference-list img { width: 24px; height: 24px; object-fit: contain; }

.today-date-header { display: grid; justify-items: center; gap: 7px; padding-top: 4px; text-align: center; }
.today-date-header .eyebrow { margin-bottom: 0; }
.date-navigation { display: flex; align-items: center; justify-content: center; gap: 12px; }
.date-arrow { display: grid; place-items: center; width: 34px; height: 34px; color: var(--green); border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.025); font-size: 1rem; font-weight: 900; }
.date-arrow svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.date-arrow:hover, .date-arrow:focus-visible { border-color: rgba(178,183,122,.42); background: rgba(178,183,122,.08); outline: none; }
.dashboard-date { display: grid; width: 62px; place-items: center; padding: 6px 5px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); line-height: 1; }
.dashboard-date span, .dashboard-date small { color: var(--muted); font-size: .55rem; font-weight: 850; text-transform: uppercase; }
.dashboard-date strong { margin: 3px 0; color: var(--green); font-size: 1.55rem; }
.mobile-section-links { display: flex; gap: 7px; overflow-x: auto; padding-bottom: 3px; scrollbar-width: none; }
.mobile-section-links a { flex: 0 0 auto; padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: #c9d8d0; font-size: .69rem; font-weight: 820; }
.mobile-section-links .featured { color: #171205; border-color: transparent; background: var(--gold); }

.dashboard-panel { min-width: 0; max-width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 17px; background: rgba(25,38,53,.92); box-shadow: 0 15px 38px rgba(0,0,0,.17); }
.today-panel { display: grid; }
.match-priority-block { display: grid; gap: 10px; }
.match-priority-block + .match-priority-block { padding-top: 17px; border-top: 1px solid var(--line); }
.dashboard-subheading { display: flex; align-items: center; gap: 8px; }
.dashboard-subheading h2 { margin: 0; font-size: .9rem; letter-spacing: -.02em; }
.dashboard-subheading small { display: grid; place-items: center; min-width: 21px; height: 21px; margin-left: auto; border-radius: 7px; background: rgba(255,255,255,.055); color: var(--muted); font-size: .62rem; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--danger); box-shadow: 0 0 10px var(--danger); animation: pulse 1.3s infinite; }
.finished-matches { padding-top: 14px; border-top: 1px solid var(--line); }
.finished-matches summary { margin-bottom: 10px; color: #a9bbb1; cursor: pointer; font-size: .76rem; font-weight: 850; }
.finished-matches summary span { display: inline-grid; place-items: center; min-width: 20px; height: 20px; margin-left: 6px; border-radius: 6px; background: rgba(255,255,255,.05); font-size: .58rem; }
.today-compact-list { display: grid; gap: 4px; }
.today-compact-row { display: grid; grid-template-columns: 70px 36px minmax(0,1fr) 104px; grid-template-rows: auto auto; align-items: center; gap: 3px 4px; min-width: 0; padding: 7px 8px; border: 1px solid rgba(255,255,255,.075); border-radius: 9px; background: rgba(255,255,255,.025); }
.today-status { grid-column: 1; grid-row: 1; min-width: 0; }
.today-status .status-badge { justify-content: center; width: 100%; padding: 4px 4px; font-size: .58rem; letter-spacing: 0; white-space: nowrap; }
.today-compact-row > time { color: var(--gold); font-size: .76rem; font-weight: 900; text-align: center; }
.today-home-team,
.today-away-team { overflow: hidden; min-width: 0; font-size: .82rem; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
.today-home-team, .today-away-team, .match-team-name { display: flex; align-items: center; }
.today-home-team { grid-column: 3; grid-row: 1; }
.today-away-team { grid-column: 3; grid-row: 2; }
.today-away-team { justify-content: flex-end; text-align: right; }
.today-away-team .team-name { order: 1; }
.today-away-team .team-flag { order: 2; margin: 0 0 0 5px; }
.today-score { grid-column: 4; grid-row: 1; display: grid; justify-self: center; place-items: center; width: 48px; font-variant-numeric: tabular-nums; text-align: center; white-space: nowrap; }
.today-score-result { color: #f6eedb; font-size: 1.05rem; font-weight: 950; letter-spacing: -.045em; line-height: 1; }
.today-score-pending { color: #718294; font-size: .78rem; font-weight: 750; }
.today-group { grid-column: 1; grid-row: 2; overflow: hidden; color: var(--muted); font-size: .54rem; text-overflow: ellipsis; white-space: nowrap; }
.today-compact-row .broadcaster-logos { grid-column: 4; grid-row: 2; justify-self: end; }

.match-card-compact { border-radius: 15px; box-shadow: none; }
.match-card-compact .match-card-header { padding: 9px 11px; }
.match-card-compact .match-card-header > span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.status-today { color: #07150d; background: var(--green); }
.compact-match-main { display: grid; grid-template-columns: 68px minmax(0,1fr); align-items: center; gap: 10px; padding: 12px 11px; }
.compact-time { display: grid; align-content: center; min-height: 72px; padding-right: 10px; border-right: 1px solid var(--line); text-align: center; }
.compact-time span { color: var(--muted); font-size: .5rem; font-weight: 850; text-transform: uppercase; }
.compact-time strong { margin-top: 4px; color: var(--gold); font-size: 1.22rem; letter-spacing: -.04em; }
.compact-teams { display: grid; gap: 7px; min-width: 0; }
.compact-teams > div { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 8px; min-width: 0; }
.compact-teams .team-crest { width: 30px; height: 30px; font-size: .5rem; }
.compact-teams strong { overflow: hidden; font-size: .83rem; text-overflow: ellipsis; white-space: nowrap; }
.compact-teams .score { font-size: 1.25rem; }
.compact-match-footer { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; padding: 9px 11px; border-top: 1px solid var(--line); color: var(--muted); font-size: .62rem; }
.match-place { margin-right: auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.channel-badge { display: inline-flex; align-items: center; gap: 5px; max-width: 150px; padding: 4px 7px; color: #e7edf1; border: 1px solid rgba(131,184,177,.17); border-radius: 7px; background: rgba(131,184,177,.07); }
.channel-badge i { color: var(--green); font-size: .5rem; font-style: normal; }
.channel-badge strong { overflow: hidden; font-size: .59rem; text-overflow: ellipsis; white-space: nowrap; }
.channel-badge img { display: block; width: min(82px,100%); height: 20px; object-fit: contain; }
.channel-pending { color: #82968b; border-color: var(--line); background: rgba(255,255,255,.025); }
.broadcaster-logos { position: relative; display: grid; align-items: center; justify-items: center; width: 56px; height: 34px; min-width: 56px; overflow: hidden; }
.broadcaster-logo-item { display: grid; place-items: center; overflow: hidden; box-sizing: border-box; }
.broadcaster-logo-item img { display: block; width: 100%; height: 100%; object-fit: contain; }
.broadcaster-logo-frame--telefe,
.broadcaster-logo-frame--dsports { padding: 2px; border-color: rgba(255,255,255,.72); background: #fff; }
.broadcaster-count-1 { grid-template: 1fr / 1fr; }
.broadcaster-count-1 .broadcaster-logo-item { width: 28px; height: 28px; }
.broadcaster-count-2 { grid-template: repeat(2, 16px) / 1fr; gap: 2px; }
.broadcaster-count-2 .broadcaster-logo-item { width: 16px; height: 16px; }
.broadcaster-count-3 { grid-template: 1fr / repeat(3, 16px); gap: 2px; }
.broadcaster-count-3 .broadcaster-logo-item { width: 16px; height: 16px; }
.broadcaster-logo-rect { display: inline-grid; flex: 0 1 64px; place-items: center; width: 64px; height: 20px; overflow: hidden; border: 1px solid rgba(208,170,85,.2); background: #eef0eb; box-shadow: 0 2px 7px rgba(0,0,0,.14); }
.broadcaster-logo-rect img { display: block; width: 58px; height: 16px; object-fit: contain; }
.broadcaster-text-fallback { display: block; overflow: hidden; max-width: 64px; color: #172231; font-size: .46rem; font-weight: 900; line-height: 1; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.today-compact-row .broadcaster-logos { display: flex; align-items: center; justify-content: flex-end; width: 104px; height: 34px; min-width: 104px; gap: 4px; overflow: visible; }
.today-compact-row .broadcaster-logo-item { flex: 0 0 30px; width: 30px; height: 30px; min-width: 30px; min-height: 30px; border: 1px solid rgba(255,255,255,.22); border-radius: 50% !important; background: #101a28; }
.today-compact-row .broadcaster-logo-item img { border-radius: 50% !important; }
.today-compact-row .broadcaster-logo-frame--telefe,
.today-compact-row .broadcaster-logo-frame--dsports { border-color: rgba(255,255,255,.72); background: #fff; }
.today-panel .match-list, .next-up .match-list { grid-template-columns: 1fr; }
.today-empty { display: grid; gap: 18px; padding: 17px 4px 4px; text-align: center; }
.today-empty > div:first-child > span { display: grid; place-items: center; width: 38px; height: 38px; margin: 0 auto 10px; color: var(--green); border: 1px solid rgba(178,183,122,.2); border-radius: 50%; }
.today-empty strong { display: block; font-size: .95rem; }
.today-empty p { margin: 4px 0 0; color: var(--muted); font-size: .75rem; }
.today-empty-compact { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 14px; padding: 10px 4px; }
.today-empty-compact strong { font-size: .78rem; }
.today-empty-compact a { color: var(--green); font-size: .7rem; font-weight: 850; }
.next-up { display: grid; gap: 8px; padding-top: 16px; border-top: 1px solid var(--line); text-align: left; }

.dashboard-section-header { display: flex; align-items: end; justify-content: space-between; gap: 12px; }
.dashboard-section-header h2 { margin: 0; font-size: 1.45rem; letter-spacing: -.045em; }
.dashboard-section-header > a { color: var(--green); font-size: .7rem; font-weight: 850; white-space: nowrap; }
.dashboard-groups { display: grid; min-width: 0; gap: 12px; }
.dashboard-groups-grid { display: grid; min-width: 0; gap: 10px; }
.dashboard-group-card { min-width: 0; max-width: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: #192635; }
.dashboard-group-card > header { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 10px; border-bottom: 1px solid var(--line); }
.dashboard-group-card h3 { margin: 0; font-size: .95rem; }
.dashboard-group-card > header a { color: var(--green); font-size: .63rem; font-weight: 850; }
.dashboard-group-card .standing-table-wrap { border: 0; border-radius: 0; }
.dashboard-group-card .standing-table { table-layout: fixed; font-size: .65rem; }
.dashboard-group-card .standing-table th { padding: 6px 3px; font-size: .52rem; }
.dashboard-group-card .standing-table td { padding: 6px 3px; }
.dashboard-group-card .standing-table th:nth-child(1),
.dashboard-group-card .standing-table td:nth-child(1) { width: 34px; }
.dashboard-group-card .standing-table th:nth-child(2),
.dashboard-group-card .standing-table td:nth-child(2) { width: 42%; }
.dashboard-group-card .standing-table .team-crest { display: none; }
.dashboard-group-card .standing-team { gap: 4px; min-width: 0; }
.dashboard-group-card .standing-team .team-name { font-size: .73rem; }
.dashboard-group-card .standing-team small { display: none; }
.standing-secondary { display: none; }
.group-fixtures { display: grid; padding: 7px 10px 9px; border-top: 1px solid var(--line); }
.group-fixtures > p { margin: 0 0 7px; color: #72877b; font-size: .56rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.group-fixture-row { display: grid; grid-template-columns: 29px 34px minmax(0,1fr) 24px minmax(0,1fr); align-items: center; gap: 4px; min-width: 0; padding: 4px 0; border-top: 1px solid rgba(255,255,255,.055); font-size: .6rem; }
.group-fixture-row time { color: #71877a; font-size: .51rem; }
.group-fixture-row .group-fixture-time { color: var(--gold); font-size: .55rem; font-weight: 800; }
.group-fixture-row > strong { display: flex; align-items: center; overflow: hidden; font-size: .68rem; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.group-fixture-row .team-flag { width: 21px; height: 14px; font-size: .66rem; }
.group-fixture-row > strong:last-child { text-align: right; }
.group-fixture-row > strong:last-child { justify-content: flex-end; }
.group-fixture-row > strong:last-child .team-name { order: 1; }
.group-fixture-row > strong:last-child .team-flag { order: 2; margin: 0 0 0 5px; }
.group-fixture-row > b { color: #f0e8d8; font-size: .78rem; font-weight: 900; font-variant-numeric: tabular-nums; line-height: 1; text-align: center; }

.projected-knockouts { min-width: 0; max-width: 100%; padding-top: 10px; }
.bracket-scroll { width: 100%; max-width: 100%; min-width: 0; overflow-x: auto; padding: 2px 2px 10px; scrollbar-color: rgba(131,184,177,.35) transparent; }
.tournament-bracket { --bracket-gap: 36px; --bracket-half-gap: 18px; display: grid; grid-template-columns: repeat(5, 188px); gap: var(--bracket-gap); width: max-content; min-width: 1084px; }
.bracket-round { display: grid; grid-template-rows: 26px auto; }
.bracket-round > h3 { margin: 0; color: #91a4b5; font-size: .62rem; font-weight: 950; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.bracket-round-matches { display: grid; grid-template-rows: repeat(16, 66px); min-height: 1056px; }
.bracket-slot { position: relative; z-index: 1; display: flex; grid-row: var(--slot-start) / span var(--slot-span); align-items: center; min-width: 0; }
.bracket-match { position: relative; z-index: 2; width: 100%; min-width: 0; padding: 6px 7px; border: 1px solid rgba(184,198,211,.18); background: linear-gradient(135deg, rgba(208,170,85,.04), transparent 55%), #192635; }
.bracket-round:not(:last-child) .bracket-match::after { content: ""; position: absolute; top: 50%; left: 100%; width: var(--bracket-half-gap); border-top: 1px solid rgba(131,184,177,.48); }
.bracket-round:not(:first-child) .bracket-match::before { content: ""; position: absolute; top: 50%; right: 100%; width: var(--bracket-half-gap); border-top: 1px solid rgba(131,184,177,.48); }
.bracket-round:not(:last-child) .bracket-slot:nth-child(odd)::after { content: ""; position: absolute; z-index: 0; top: 50%; right: calc(var(--bracket-half-gap) * -1); height: 100%; border-right: 1px solid rgba(131,184,177,.48); }
.bracket-match > strong { display: flex; align-items: center; overflow: hidden; min-height: 25px; padding: 3px 0; font-size: .68rem; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
.bracket-match > strong + strong { border-top: 1px solid rgba(255,255,255,.055); }
.bracket-origin { display: inline-grid; flex: 0 0 39px; place-items: center; min-height: 18px; margin-right: 6px; padding: 1px 4px; color: #b6c6d3; border: 1px solid rgba(131,184,177,.22); background: rgba(131,184,177,.08); font-size: .58rem; font-weight: 900; letter-spacing: 0; line-height: 1; }

@media (min-width: 680px) {
  .brand-block small { display: block; }
  .desktop-top-nav { display: flex; }
  .mobile-menu { display: none; }
  .dashboard-main { gap: 25px; }
  .today-panel .match-list, .next-up .match-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .today-compact-row { grid-template-columns: 86px 52px minmax(0,1fr) 68px minmax(0,1fr) 58px 104px; grid-template-rows: auto; gap: 8px; padding-block: 7px; }
  .today-status,
  .today-home-team,
  .today-score,
  .today-away-team,
  .today-group,
  .today-compact-row .broadcaster-logos { grid-row: 1; }
  .today-status { grid-column: 1; }
  .today-compact-row > time { grid-column: 2; }
  .today-home-team { grid-column: 3; text-align: right; }
  .today-score { grid-column: 4; }
  .today-score { width: 68px; }
  .today-score-result { font-size: 1.32rem; }
  .today-away-team { grid-column: 5; }
  .today-group { grid-column: 6; text-align: center; }
  .today-compact-row .broadcaster-logos { grid-column: 7; justify-self: end; }
  .today-compact-row .broadcaster-logos { width: 104px; height: 34px; }
  .today-home-team, .today-away-team { font-size: .9rem; }
}

@media (min-width: 820px) {
  .dashboard-groups-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (min-width: 1280px) {
  .dashboard-shell { grid-template-columns: 205px minmax(0,1fr); align-items: start; gap: 26px; padding-top: 28px; }
  .dashboard-sidebar { position: sticky; top: 90px; display: block; }
  .mobile-section-links { display: none; }
  .dashboard-panel { padding: 14px; }
  .today-panel .match-list, .next-up .match-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .dashboard-groups-grid { grid-template-columns: 1fr; }
  .standing-secondary { display: table-cell; }
  .dashboard-group-card .standing-table th:nth-child(2),
  .dashboard-group-card .standing-table td:nth-child(2) { width: 32%; }
  .bracket-scroll { overflow-x: visible; }
  .tournament-bracket { --bracket-gap: 24px; --bracket-half-gap: 12px; grid-template-columns: repeat(5, minmax(0,1fr)); width: min(100%, 1084px); min-width: 0; margin-inline: auto; }
}

@media (min-width: 1440px) {
  .dashboard-groups-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

/* Editorial geometry: subtle, consistent corners. */
*, *::before, *::after { border-radius: var(--radius-sm) !important; }
