﻿    :root {
      --wc-green: #00A651;
      --wc-gold: #F5C518;
      --bg: #0a0e14;
      --card: #141b26;
      --text: #e8edf4;
      --muted: #8b9bb4;
      --border: #2a3548;
      --arsenal: #EF0107;
      --psg: #004170;
      --gold: #d4a853;
      --radius: 12px;
    }
    * { box-sizing: border-box; margin: 0; padding: 0; }
    body {
      font-family: "Segoe UI", system-ui, sans-serif;
      background: var(--bg);
      color: var(--text);
      line-height: 1.45;
    }
    .shell {
      max-width: 480px;
      margin: 0 auto;
      min-height: 100vh;
      background: #05080c;
      box-shadow: 0 0 80px rgba(0,0,0,0.45);
    }
    @media (min-width: 900px) { .shell { max-width: 1200px; } }

    .site-header,
    .home-hero-header__bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0.7rem 1rem;
      background: rgba(8, 11, 16, 0.98);
      border-bottom: 1px solid var(--border);
    }
    .site-header {
      position: sticky;
      top: 0;
      z-index: 20;
    }
    .logo.logo--home {
      font-size: clamp(0.82rem, 2.8vw, 1.12rem);
      letter-spacing: 0.11em;
    }
    .logo.logo--home .logo__line--vote {
      letter-spacing: 0.15em;
    }

    .topbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0.65rem 1rem;
      border-bottom: 1px solid var(--border);
      background: rgba(10, 14, 20, 0.95);
      position: sticky;
      top: 0;
      z-index: 10;
    }
    .logo {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      line-height: 1.05;
      font-size: 0.58rem;
      font-weight: 800;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      text-decoration: none;
      color: var(--wc-gold);
    }
    .logo__line--vote {
      color: var(--wc-green);
      letter-spacing: 0.14em;
    }
    .topnav { display: flex; gap: 0.35rem; }
    .topnav a, .topnav span {
      font-size: 0.72rem;
      font-weight: 600;
      padding: 0.3rem 0.55rem;
      border-radius: 6px;
      text-decoration: none;
      color: var(--muted);
      border: 1px solid transparent;
      cursor: pointer;
    }
    .topnav a.is-active, .topnav span.is-active {
      color: var(--text);
      border-color: var(--border);
      background: var(--card);
    }

    .screen { display: none; padding-bottom: 2rem; }
    .screen.is-visible { display: block; }

    .event-hero {
      padding: 1.25rem 1rem 1rem;
      text-align: center;
      background: linear-gradient(180deg, rgba(0,166,81,0.12) 0%, transparent 100%);
    }
    .event-hero__tag {
      font-size: 0.65rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--wc-green);
      font-weight: 700;
    }
    .event-hero__title { font-size: 1.35rem; font-weight: 800; margin: 0.35rem 0 0.25rem; }
    .event-hero__meta { font-size: 0.78rem; color: var(--muted); }

    .tabs {
      display: flex;
      margin: 0.75rem 1rem 0;
      border: 1px solid var(--border);
      border-radius: 10px;
      overflow: hidden;
      background: var(--card);
    }
    .tabs button {
      flex: 1;
      border: none;
      background: transparent;
      color: var(--muted);
      font: inherit;
      font-size: 0.78rem;
      font-weight: 600;
      padding: 0.65rem 0.5rem;
      cursor: pointer;
    }
    .tabs button.is-active {
      background: rgba(0, 166, 81, 0.18);
      color: var(--text);
    }

    .tab-panel { display: none; padding: 0.85rem 1rem 0; }
    .tab-panel.is-active { display: block; }
    .section-label {
      font-size: 0.68rem;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: var(--muted);
      margin: 0.75rem 0 0.5rem;
    }

    .team-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.5rem;
    }
    @media (min-width: 900px) {
      .team-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
    }
    .team-card--expand {
      grid-column: 1 / -1;
    }

    .team-card {
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 0.65rem 0.5rem;
      background: var(--card);
      text-align: center;
      cursor: pointer;
      transition: border-color 0.2s, transform 0.2s;
      font: inherit;
      color: inherit;
      width: 100%;
    }
    .team-card:hover:not(:disabled) {
      border-color: var(--wc-green);
      transform: translateY(-2px);
    }
    .team-card.is-leading {
      border-color: var(--wc-gold);
      box-shadow: 0 0 20px rgba(245, 197, 24, 0.15);
    }
    .team-card.is-selected { border-color: var(--wc-green); background: rgba(0,166,81,0.08); }
    .team-card.is-disabled, .team-card:disabled { cursor: default; opacity: 0.85; }

    /* Volumetric flag (winner grid) */
    .flag-visual {
      position: relative;
      display: block;
      margin: 0.15rem auto 0.45rem;
      perspective: 140px;
    }
    .flag-visual--hero {
      width: 4.25rem;
      height: 2.75rem;
    }
    .flag-visual--sm {
      width: 2.5rem;
      height: 1.65rem;
      margin-bottom: 0.25rem;
    }
    .flag-visual__glow {
      position: absolute;
      inset: -35% -25%;
      background: radial-gradient(ellipse at 50% 60%, rgba(255,255,255,0.22) 0%, rgba(0,166,81,0.08) 35%, transparent 72%);
      filter: blur(10px);
      opacity: 0.9;
      pointer-events: none;
      z-index: 0;
    }
    .flag-visual__pole {
      position: absolute;
      left: -0.15rem;
      top: -0.1rem;
      bottom: -0.1rem;
      width: 0.2rem;
      border-radius: 2px 0 0 2px;
      background: linear-gradient(90deg, #3a3f48 0%, #9aa3b0 45%, #4a5059 100%);
      box-shadow: 1px 0 4px rgba(0,0,0,0.5);
      z-index: 2;
      transform: translateZ(4px);
    }
    .flag-visual__cloth {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 5px;
      overflow: hidden;
      transform: rotateY(-14deg) rotateX(6deg) translateZ(0);
      transform-style: preserve-3d;
      box-shadow:
        0 6px 16px rgba(0,0,0,0.55),
        0 2px 4px rgba(0,0,0,0.35),
        inset 0 1px 0 rgba(255,255,255,0.18);
      z-index: 1;
    }
    .flag-visual__img {
      display: block;
      width: 118%;
      height: 100%;
      max-width: none;
      margin-left: -9%;
      object-fit: cover;
      object-position: center;
      transform-origin: left center;
      animation: flagWave 5s ease-in-out infinite;
      -webkit-mask-image: radial-gradient(ellipse 88% 92% at 52% 48%, #000 52%, transparent 100%);
      mask-image: radial-gradient(ellipse 88% 92% at 52% 48%, #000 52%, transparent 100%);
    }
    .flag-visual__sheen {
      position: absolute;
      inset: 0;
      background: linear-gradient(
        125deg,
        rgba(255,255,255,0.35) 0%,
        rgba(255,255,255,0.06) 28%,
        transparent 45%,
        rgba(0,0,0,0.12) 100%
      );
      pointer-events: none;
      mix-blend-mode: soft-light;
    }
    .flag-visual__edge-blur {
      position: absolute;
      inset: 0;
      border-radius: inherit;
      box-shadow:
        inset 0 0 14px 5px rgba(10,14,20,0.55),
        inset -6px 0 10px rgba(10,14,20,0.35);
      pointer-events: none;
    }
    .team-card:hover:not(:disabled) .flag-visual__cloth {
      transform: rotateY(-10deg) rotateX(4deg) translateY(-1px);
    }
    @keyframes flagWave {
      0%, 100% { transform: skewY(0deg) scaleX(1); }
      50% { transform: skewY(-1.2deg) scaleX(1.025); }
    }
    .flag-fallback { font-size: 1.75rem; line-height: 1; }

    .team-card__name { font-size: 0.72rem; font-weight: 700; margin: 0.35rem 0 0.25rem; display: block; }
    .team-card__pct { font-size: 0.85rem; font-weight: 800; color: var(--wc-gold); display: block; }
    .team-card.team-card--pick {
      position: relative;
      min-height: 4.1rem;
      padding: 0;
      text-align: left;
      overflow: hidden;
    }

    .hub-message, .winner-total {
      font-size: 0.75rem;
      color: var(--muted);
      text-align: center;
      margin-top: 0.65rem;
    }
    .hub-message { color: var(--wc-gold); }
    .hub-notice {
      font-size: 0.72rem;
      color: var(--muted);
      background: rgba(0,166,81,0.06);
      border: 1px solid var(--border);
      border-radius: 8px;
      padding: 0.55rem 0.65rem;
      margin-bottom: 0.65rem;
      line-height: 1.4;
    }
    .hub-empty, .hub-loading { font-size: 0.78rem; color: var(--muted); padding: 0.75rem 0; text-align: center; }

    .matches-toolbar {
      position: relative;
      z-index: 50;
      margin-bottom: 0.5rem;
    }
    .stage-dropdown {
      position: relative;
      width: 100%;
      margin-bottom: 0.75rem;
    }
    .stage-dropdown.is-open::before {
      content: '';
      position: fixed;
      inset: 0;
      background: rgba(10, 14, 20, 0.72);
      z-index: 40;
    }
    .stage-dropdown__trigger {
      position: relative;
      z-index: 52;
      display: flex;
      align-items: center;
      gap: 0.65rem;
      width: 100%;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      background: var(--card);
      color: var(--text);
      font: inherit;
      font-size: 0.85rem;
      font-weight: 600;
      padding: 0.75rem 0.85rem;
      cursor: pointer;
      text-align: left;
      transition: border-color 0.2s, background 0.2s;
    }
    .stage-dropdown__trigger:hover,
    .stage-dropdown.is-open .stage-dropdown__trigger {
      border-color: var(--wc-green);
      background: rgba(0, 166, 81, 0.08);
    }
    .stage-dropdown__icon {
      flex-shrink: 0;
      color: var(--wc-gold);
    }
    .stage-dropdown__text {
      flex: 1;
      min-width: 0;
      display: flex;
      flex-direction: column;
      gap: 0.1rem;
    }
    .stage-dropdown__stage {
      font-size: 0.85rem;
      font-weight: 700;
    }
    .stage-dropdown__hint {
      font-size: 0.65rem;
      font-weight: 500;
      color: var(--muted);
    }
    .stage-dropdown__chevron {
      flex-shrink: 0;
      color: var(--muted);
      transition: transform 0.2s;
    }
    .stage-dropdown.is-open .stage-dropdown__chevron {
      transform: rotate(180deg);
    }
    .stage-dropdown__menu {
      position: absolute;
      z-index: 51;
      top: calc(100% + 0.35rem);
      left: 0;
      right: 0;
      border: 1px solid rgba(0, 166, 81, 0.45);
      border-radius: var(--radius);
      background: #121820;
      box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.85),
        0 18px 48px rgba(0, 0, 0, 0.75);
      overflow: hidden;
      max-height: min(18rem, 60vh);
      overflow-y: auto;
    }
    .stage-dropdown__menu[hidden] { display: none; }
    .stage-dropdown__item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.5rem;
      width: 100%;
      border: none;
      border-bottom: 1px solid var(--border);
      background: #121820;
      color: var(--text);
      font: inherit;
      font-size: 0.8rem;
      font-weight: 600;
      padding: 0.7rem 0.85rem;
      cursor: pointer;
      text-align: left;
    }
    .stage-dropdown__item:last-child { border-bottom: none; }
    .stage-dropdown__item:hover:not(:disabled) {
      background: #1a2836;
    }
    .stage-dropdown__item.is-selected {
      background: #1e3a2f;
      color: var(--text);
    }
    .stage-dropdown__item.is-past { opacity: 0.85; }
    .stage-dropdown__item.is-future,
    .stage-dropdown__item:disabled {
      opacity: 0.45;
      cursor: not-allowed;
    }
    .stage-dropdown__badge {
      font-size: 0.58rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      flex-shrink: 0;
    }
    .stage-dropdown__badge--live { color: var(--wc-gold); }
    .stage-dropdown__badge--soon { color: var(--muted); }
    .stage-filter__live,
    .stage-filter__soon {
      display: inline-block;
      margin-left: 0.25rem;
      font-size: 0.58rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      vertical-align: middle;
    }
    .voting-phase {
      display: flex;
      align-items: flex-start;
      gap: 0.45rem;
      font-size: 0.72rem;
      color: var(--muted);
      margin-bottom: 0.65rem;
      line-height: 1.35;
    }
    .voting-phase__indicator {
      flex-shrink: 0;
      width: 0.5rem;
      height: 0.5rem;
      margin-top: 0.2rem;
      border-radius: 50%;
      background: var(--wc-green);
      box-shadow: 0 0 0 3px rgba(0, 166, 81, 0.25);
    }
    .voting-phase__text strong { color: var(--text); }
    .hub-notice--live {
      border-color: rgba(0, 166, 81, 0.35);
      background: rgba(0, 166, 81, 0.08);
    }
    .hub-notice--past {
      border-color: rgba(245, 197, 24, 0.25);
      background: rgba(245, 197, 24, 0.06);
    }

    .match-list { display: flex; flex-direction: column; gap: 0.55rem; }
    .match-card {
      border: 1px solid var(--border);
      border-radius: var(--radius);
      background: var(--card);
      overflow: hidden;
    }
    .match-card.is-live { border-color: rgba(245, 197, 24, 0.5); }
    .match-card.is-match-live { border-color: rgba(0, 166, 81, 0.55); }
    .match-card.is-finished { border-color: rgba(255, 255, 255, 0.12); }
    .match-card.is-closed { opacity: 0.85; }
    .match-card__head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 0.5rem;
      padding: 0.45rem 0.65rem;
      font-size: 0.65rem;
      color: var(--muted);
      background: rgba(0,0,0,0.25);
      border-bottom: 1px solid var(--border);
    }
    .match-card__meta {
      flex: 1;
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .match-card__actions {
      display: flex;
      align-items: center;
      gap: 0.4rem;
      flex-shrink: 0;
    }
    .match-card__info {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 1.35rem;
      height: 1.35rem;
      padding: 0;
      border: 1px solid rgba(245, 197, 24, 0.45);
      border-radius: 50%;
      background: rgba(245, 197, 24, 0.08);
      color: var(--wc-gold);
      cursor: pointer;
      transition: background 0.15s, border-color 0.15s;
    }
    .match-card__info:hover {
      background: rgba(245, 197, 24, 0.18);
      border-color: var(--wc-gold);
    }
    .match-card__info:focus-visible {
      outline: 2px solid var(--wc-green);
      outline-offset: 2px;
    }
    .match-card__badge { font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; }
    .match-card__badge--open { color: var(--wc-green); }
    .match-card__badge--soon { color: var(--wc-gold); }
    .match-card__badge--closed { color: var(--muted); }
    .match-card__score {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      padding: 0.35rem 0.65rem;
      border-bottom: 1px solid var(--border);
      background: rgba(0, 0, 0, 0.15);
    }
    .match-card__score-val {
      font-size: 1rem;
      font-weight: 800;
      letter-spacing: 0.04em;
      color: var(--text);
    }
    .match-card__score-meta {
      font-size: 0.58rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      color: var(--muted);
    }
    .match-card__score-meta--live { color: var(--wc-green); }
    .match-card__score-note {
      font-weight: 600;
      text-transform: none;
      letter-spacing: 0;
      color: var(--wc-gold);
    }
    .match-card__body {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      gap: 0.35rem;
      padding: 0.75rem 0.65rem;
    }
    .match-team { text-align: center; font-size: 0.72rem; font-weight: 700; }
    .match-team__flag-img {
      display: block;
      width: 2.35rem;
      height: auto;
      margin: 0 auto 0.2rem;
    }
    .match-vs { font-size: 0.65rem; font-weight: 800; color: var(--muted); }
    .match-card__vote {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0.35rem;
      padding: 0.65rem;
    }
    .match-card__vote--two {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .vote-chip {
      border: 1px solid var(--border);
      border-radius: 8px;
      font: inherit;
      color: var(--text);
      cursor: pointer;
      min-width: 0;
    }
    .vote-chip--pick,
    .team-card.team-card--pick {
      position: relative;
      min-height: 4.1rem;
      padding: 0;
      background: var(--card);
      overflow: hidden;
      text-align: left;
    }
    .vote-chip--pick .vote-chip__flag,
    .team-card--pick .vote-chip__flag {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: left center;
      border-radius: 7px;
      pointer-events: none;
      -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cfilter id='b' x='-25%25' y='-25%25' width='150%25' height='150%25'%3E%3CfeGaussianBlur stdDeviation='3.5'/%3E%3C/filter%3E%3Cpolygon points='0,0 85,0 50,100 0,100' fill='white' filter='url(%23b)'/%3E%3C/svg%3E");
      mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cfilter id='b' x='-25%25' y='-25%25' width='150%25' height='150%25'%3E%3CfeGaussianBlur stdDeviation='3.5'/%3E%3C/filter%3E%3Cpolygon points='0,0 85,0 50,100 0,100' fill='white' filter='url(%23b)'/%3E%3C/svg%3E");
      -webkit-mask-size: 100% 100%;
      mask-size: 100% 100%;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
    }
    .vote-chip__meta {
      position: absolute;
      right: 0.36rem;
      bottom: 0.32rem;
      text-align: right;
      max-width: 50%;
      z-index: 1;
    }
    .vote-chip__name {
      display: block;
      font-size: 0.6rem;
      font-weight: 700;
      line-height: 1.2;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .vote-chip__pct {
      display: block;
      font-size: 0.58rem;
      font-weight: 600;
      color: var(--wc-gold);
      margin-top: 0.1rem;
    }
    .vote-chip--draw {
      position: relative;
      min-height: 4.1rem;
      padding: 0;
      background: rgba(255, 255, 255, 0.02);
      border-style: dashed;
    }
    .vote-chip--draw .vote-chip__icon {
      position: absolute;
      top: 0.38rem;
      left: 0.38rem;
      font-size: 1rem;
      opacity: 0.45;
      line-height: 1;
    }
    .vote-chip:hover:not(:disabled) { border-color: var(--wc-green); }
    .vote-chip.is-selected { border-color: var(--wc-green); box-shadow: 0 0 0 1px rgba(0, 166, 81, 0.35); }
    .vote-chip:disabled { opacity: 0.7; cursor: default; }
    .match-card__vote--readonly .vote-chip { cursor: default; }

    body.match-info-modal-open { overflow: hidden; }
    .match-info-modal {
      position: fixed;
      inset: 0;
      z-index: 200;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      padding: 0;
    }
    .match-info-modal[hidden] { display: none !important; }
    .match-info-modal__backdrop {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.65);
    }
    .match-info-modal__panel {
      position: relative;
      z-index: 1;
      width: 100%;
      max-width: 28rem;
      max-height: 85vh;
      overflow-y: auto;
      margin: 0 auto;
      padding: 1rem 1rem 1.25rem;
      border-radius: var(--radius) var(--radius) 0 0;
      border: 1px solid var(--border);
      border-bottom: none;
      background: var(--card);
      box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.45);
    }
    @media (min-width: 520px) {
      .match-info-modal { align-items: center; padding: 1rem; }
      .match-info-modal__panel {
        border-radius: var(--radius);
        border-bottom: 1px solid var(--border);
        max-height: 90vh;
      }
    }
    .match-info-modal__close {
      position: absolute;
      top: 0.5rem;
      right: 0.5rem;
      width: 2rem;
      height: 2rem;
      border: none;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.06);
      color: var(--muted);
      font-size: 1.35rem;
      line-height: 1;
      cursor: pointer;
    }
    .match-info-modal__close:hover { color: var(--text); }
    .match-info-modal__title {
      font-size: 1rem;
      font-weight: 800;
      padding-right: 2rem;
      margin-bottom: 0.2rem;
    }
    .match-info-modal__stage {
      font-size: 0.68rem;
      color: var(--wc-gold);
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      margin-bottom: 0.35rem;
    }
    .match-info-modal__votes {
      font-size: 0.72rem;
      color: var(--wc-green);
      font-weight: 600;
      margin-bottom: 0.75rem;
      line-height: 1.4;
    }
    .match-info-modal__correct {
      font-size: 0.72rem;
      color: var(--text);
      font-weight: 600;
      margin: -0.35rem 0 0.75rem;
      padding: 0.5rem 0.65rem;
      border-radius: 8px;
      background: rgba(0, 166, 81, 0.1);
      border: 1px solid rgba(0, 166, 81, 0.28);
      line-height: 1.4;
    }
    .match-info-modal__correct strong {
      color: var(--wc-green);
    }
    .match-info-modal__times {
      display: grid;
      gap: 0.45rem;
      margin: 0 0 0.75rem;
      font-size: 0.72rem;
    }
    .match-info-modal__times > div {
      display: flex;
      justify-content: space-between;
      gap: 0.75rem;
      padding: 0.4rem 0.55rem;
      border-radius: 6px;
      background: rgba(0, 0, 0, 0.2);
    }
    .match-info-modal__times dt {
      color: var(--muted);
      font-weight: 600;
    }
    .match-info-modal__times dd {
      margin: 0;
      font-weight: 700;
      text-align: right;
    }
    .match-info-modal__venue {
      font-size: 0.72rem;
      margin-bottom: 0.85rem;
      line-height: 1.45;
    }
    .match-info-modal__result {
      display: flex;
      align-items: baseline;
      justify-content: center;
      gap: 0.55rem;
      margin-bottom: 0.65rem;
      padding: 0.55rem 0.65rem;
      border-radius: 8px;
      background: rgba(0, 0, 0, 0.22);
      border: 1px solid var(--border);
    }
    .match-info-modal__result-score {
      font-size: 1.35rem;
      font-weight: 800;
      letter-spacing: 0.05em;
    }
    .match-info-modal__result-meta {
      font-size: 0.62rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      color: var(--muted);
    }
    .match-info-modal__goals {
      margin: 0 0 0.85rem;
      padding: 0;
      list-style: none;
      font-size: 0.72rem;
      border: 1px solid var(--border);
      border-radius: 8px;
      overflow: hidden;
    }
    .match-info-modal__goals li {
      display: flex;
      align-items: center;
      gap: 0.55rem;
      padding: 0.4rem 0.55rem;
      border-bottom: 1px solid var(--border);
    }
    .match-info-modal__goals li:last-child { border-bottom: none; }
    .match-info-modal__goal-min {
      flex-shrink: 0;
      width: 2rem;
      font-weight: 800;
      color: var(--wc-gold);
      font-variant-numeric: tabular-nums;
    }
    .match-info-modal__goal-text { font-weight: 600; }
    .match-info-modal__watch {
      padding-top: 0.75rem;
      border-top: 1px solid var(--border);
    }
    .match-info-modal__watch-title {
      font-size: 0.72rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      color: var(--wc-gold);
      margin-bottom: 0.35rem;
    }
    .match-info-modal__watch-note {
      font-size: 0.62rem;
      color: var(--muted);
      margin-bottom: 0.55rem;
      line-height: 1.45;
    }
    .match-info-modal__links {
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 0.72rem;
    }
    .match-info-modal__links li { margin-bottom: 0.35rem; }
    .match-info-modal__links a {
      color: var(--wc-green);
      font-weight: 600;
      text-decoration: none;
    }
    .match-info-modal__links a:hover { text-decoration: underline; }

    .group-block {
      border: 1px solid var(--border);
      border-radius: var(--radius);
      margin-bottom: 0.5rem;
      overflow: hidden;
    }
    .group-block summary {
      cursor: pointer;
      list-style: none;
      padding: 0.65rem 0.75rem;
      font-size: 0.8rem;
      font-weight: 700;
      background: var(--card);
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }
    .group-block__title {
      flex: 1;
      min-width: 0;
    }
    .group-block__count {
      color: var(--muted);
      font-weight: 400;
    }
    .group-block__table {
      flex-shrink: 0;
      margin-right: 0.15rem;
      padding: 0.2rem 0.55rem;
      border: 1px solid rgba(245, 197, 24, 0.45);
      border-radius: 999px;
      background: rgba(245, 197, 24, 0.08);
      color: var(--wc-gold);
      font-size: 0.65rem;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      cursor: pointer;
      transition: background 0.15s, border-color 0.15s;
    }
    .group-block__table:hover {
      background: rgba(245, 197, 24, 0.18);
      border-color: var(--wc-gold);
    }
    .group-block__table:focus-visible {
      outline: 2px solid var(--wc-green);
      outline-offset: 2px;
    }
    .group-block summary::-webkit-details-marker { display: none; }
    .group-block summary::after {
      content: "";
      flex-shrink: 0;
      width: 0.45rem;
      height: 0.45rem;
      margin-top: 0.2rem;
      border-right: 2px solid var(--wc-gold);
      border-bottom: 2px solid var(--wc-gold);
      transform: rotate(45deg);
      transition: transform 0.15s ease;
    }
    .group-block[open] summary::after {
      transform: rotate(-135deg);
      margin-top: 0.35rem;
    }
    .group-block__inner {
      padding: 0.5rem 0.65rem 0.65rem;
      border-top: 1px solid var(--border);
    }

    .group-standings-modal__note {
      margin: 0.85rem 0 0.5rem;
      font-size: 0.72rem;
      line-height: 1.45;
      color: var(--muted);
    }
    .group-standings-table-wrap {
      margin-top: 0.35rem;
      overflow-x: auto;
    }
    .group-standings-table {
      width: 100%;
      table-layout: fixed;
      border-collapse: collapse;
      font-size: 0.72rem;
    }
    .group-standings-table th,
    .group-standings-table td {
      padding: 0.35rem 0.2rem;
      border-bottom: 1px solid var(--border);
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
    }
    .group-standings-table th:first-child,
    .group-standings-table td:first-child {
      width: auto;
      text-align: left;
      padding-left: 0;
      padding-right: 0.35rem;
    }
    .group-standings-table th:not(:first-child),
    .group-standings-table td:not(:first-child) {
      width: 1.65rem;
    }
    .group-standings-table thead th {
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: var(--muted);
    }
    .group-standings-table__team {
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      gap: 0.4rem;
      max-width: 100%;
    }
    .group-standings-table__team .match-team__flag-img {
      display: block;
      width: 1.35rem;
      height: auto;
      margin: 0;
      flex-shrink: 0;
    }
    .group-standings-table__name {
      font-weight: 600;
      line-height: 1.2;
      text-align: left;
      flex: 0 1 auto;
    }
    .group-standings-table__pts {
      font-weight: 700;
      color: var(--wc-gold);
    }

    .archive-intro {
      padding: 1rem;
      font-size: 0.8rem;
      color: var(--muted);
      text-align: center;
    }
    .archive-card {
      margin: 0 1rem 0.65rem;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      background: var(--card);
      overflow: hidden;
    }
    .archive-card__banner {
      height: 72px;
      background: linear-gradient(135deg, var(--psg) 40%, var(--arsenal));
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2rem;
    }
    .archive-card__body { padding: 0.75rem; }
    .archive-card__title { font-size: 0.9rem; font-weight: 700; }
    .archive-card__result { font-size: 0.78rem; color: var(--gold); margin: 0.25rem 0 0.5rem; }
    .archive-card__stats {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 0.35rem;
      font-size: 0.72rem;
      color: var(--muted);
    }
    .archive-card__link {
      display: block;
      text-align: center;
      padding: 0.55rem;
      font-size: 0.72rem;
      font-weight: 600;
      color: var(--wc-gold);
      border-top: 1px solid var(--border);
      text-decoration: none;
    }

    .topnav--split {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      flex-wrap: wrap;
      justify-content: flex-end;
    }
    .topnav-polls {
      display: flex;
      border: 1px solid var(--border);
      border-radius: 8px;
      overflow: hidden;
      background: var(--card);
    }
    .topnav-polls a {
      font-size: 0.68rem;
      font-weight: 600;
      padding: 0.35rem 0.55rem;
      text-decoration: none;
      color: var(--muted);
      border-right: 1px solid var(--border);
    }
    .topnav-polls a:last-child { border-right: none; }
    .topnav-polls a.is-active {
      background: rgba(0, 166, 81, 0.18);
      color: var(--text);
    }
    .topnav-arch {
      font-size: 0.68rem;
      font-weight: 600;
      color: var(--muted);
      text-decoration: none;
      padding: 0.35rem 0.5rem;
    }
    .topnav-arch.is-active { color: var(--text); }
    .topnav-link {
      font-size: 0.68rem;
      font-weight: 600;
      color: var(--muted);
      text-decoration: none;
    }
    .topnav-link:hover { color: var(--text); }
    .topnav-link.is-active { color: var(--wc-gold); }
    @media (max-width: 639px) {
      .site-header,
      .home-hero-header__bar {
        flex-wrap: nowrap;
        gap: 0.25rem;
        padding: 0.35rem 0.4rem;
      }
      .logo.logo--home {
        flex-shrink: 0;
        font-size: 0.5rem;
        letter-spacing: 0.06em;
      }
      .logo.logo--home .logo__line--vote {
        letter-spacing: 0.09em;
      }
      .site-header .topnav,
      .home-hero-header__bar .topnav {
        flex: 1;
        min-width: 0;
        flex-wrap: nowrap;
        justify-content: flex-end;
        gap: 0.15rem;
      }
      .topnav--split {
        flex-wrap: nowrap;
        gap: 0.15rem;
      }
      .topnav-polls {
        border-radius: 6px;
      }
      .topnav-polls a {
        font-size: 0.58rem;
        padding: 0.22rem 0.3rem;
      }
      .topnav-link,
      .topnav-arch {
        font-size: 0.58rem;
        padding: 0.22rem 0.28rem;
        white-space: nowrap;
      }
    }

    .page-main { padding-bottom: 2rem; }
    .page-head {
      padding: 0.85rem 1rem 0.5rem;
      text-align: center;
    }
    .page-head__title {
      font-size: 1.05rem;
      font-weight: 800;
    }
    .page-head__sub {
      font-size: 0.75rem;
      color: var(--muted);
      margin-top: 0.2rem;
      text-align: justify;
      text-wrap: pretty;
      max-width: 36rem;
      margin-left: auto;
      margin-right: auto;
    }
    .page-head__note {
      font-size: 0.72rem;
      color: var(--muted);
      margin-top: 0.45rem;
      max-width: 36rem;
    }
    .page-head__note a {
      color: var(--accent);
      text-decoration: none;
    }
    .page-head__note a:hover {
      text-decoration: underline;
    }

    .shell--home {
      max-width: 1200px;
      position: relative;
      overflow-x: clip;
    }
    .shell--home.shell--home-v2 {
      overflow-x: visible;
    }
    body[data-page="home"] {
      overflow-x: clip;
    }
    .shell--home .topbar {
      z-index: 10;
    }
    .home-main {
      flex: 1;
      display: flex;
      flex-direction: column;
      min-height: calc(100vh - 3.25rem);
      padding-top: 0;
    }
    .shell--home {
      display: flex;
      flex-direction: column;
      min-height: 100vh;
    }
    .home-stage {
      position: relative;
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      gap: 0.5rem;
      padding: 0 0 1rem;
      min-height: calc(100vh - 3.25rem);
      overflow: hidden;
      overflow-x: clip;
      width: 100%;
      max-width: 100%;
    }
    .home-stage__center {
      flex: 1 1 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      max-width: min(92vw, 20rem);
      margin: -3.25rem auto 0;
      padding-top: calc(3.25rem + 15px);
      z-index: 11;
      pointer-events: none;
      min-width: 0;
    }
    .home-stage__backdrop {
      position: relative;
      width: 100%;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      pointer-events: none;
    }
    .home-stage__trophy {
      height: calc(100vh - 11rem);
      width: auto;
      max-width: 100%;
      object-fit: contain;
      object-position: top center;
      filter: drop-shadow(0 8px 32px rgba(0, 0, 0, 0.5));
    }
    .home-stage__copy {
      position: relative;
      z-index: 12;
      width: 100%;
      text-align: center;
      padding: 0.35rem 0 0.5rem;
      pointer-events: none;
    }
    .home-stage__tag {
      font-size: 0.65rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--wc-gold);
      font-weight: 700;
    }
    .home-stage__title {
      font-size: clamp(1.2rem, 3.5vw, 1.6rem);
      font-weight: 800;
      margin: 0.25rem 0 0.15rem;
      text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
    }
    .home-stage__meta {
      font-size: 0.8rem;
      color: var(--text);
      text-shadow: 0 1px 8px rgba(0, 0, 0, 0.85);
    }
    .home-stage__disclaimer {
      font-size: 0.58rem;
      color: var(--muted);
      margin-top: 0.35rem;
    }

    .home-portals {
      position: relative;
      z-index: 12;
      display: grid;
      grid-template-columns: 1fr;
      gap: 0.65rem;
      width: 100%;
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 0.75rem;
    }

    .portal-btn {
      position: relative;
      z-index: 12;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      gap: 0.35rem;
      width: 100%;
      max-width: 11.5rem;
      min-height: 10.5rem;
      padding: 1.1rem 0.85rem;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      background: rgba(20, 27, 38, 0.92);
      backdrop-filter: blur(8px);
      text-decoration: none;
      color: inherit;
      transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
    }
    .portal-btn:hover {
      border-color: var(--wc-gold);
      transform: translateY(-4px);
      box-shadow: 0 14px 36px rgba(0, 0, 0, 0.45);
    }
    .portal-btn__icon {
      font-size: 2rem;
      line-height: 1;
    }
    .portal-btn__title {
      font-size: 0.95rem;
      font-weight: 800;
      line-height: 1.2;
    }
    .portal-btn__desc {
      font-size: 0.72rem;
      color: var(--muted);
      line-height: 1.3;
    }
    .portal-btn__cta {
      margin-top: 0.35rem;
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--wc-green);
    }
    .portal-btn--left,
    .portal-btn--right {
      grid-row: 2;
    }

    /* Tournament winner — large image chip (UCL-style), text below */
    .portal-chip {
      position: relative;
      z-index: 12;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      width: 100%;
      max-width: 100%;
      min-height: 0;
      padding: 0;
      border: none;
      border-radius: 0;
      background: transparent;
      backdrop-filter: none;
      text-decoration: none;
      color: inherit;
      gap: 0;
      -webkit-tap-highlight-color: transparent;
    }
    .portal-chip:focus { outline: none; }
    .portal-chip:focus-visible .portal-chip__frame {
      outline: 2px solid var(--wc-gold);
      outline-offset: 3px;
    }
    .portal-chip__frame {
      display: block;
      border-radius: var(--radius);
      overflow: hidden;
      background: #05080c;
      border: 2px solid var(--border);
      transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    }
    .portal-chip__frame--trophy {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 8.5rem;
      background: radial-gradient(ellipse at center, rgba(245, 197, 24, 0.12) 0%, #05080c 70%);
    }
    .portal-chip__img {
      display: block;
      width: 100%;
      height: auto;
      max-height: min(50vh, 26rem);
      object-fit: contain;
      object-position: center;
      background: #05080c;
      transition: transform 0.4s ease, filter 0.35s ease;
    }
    .portal-chip__img--trophy {
      width: auto;
      height: min(36vw, 7.5rem);
      max-height: 7.5rem;
      object-fit: contain;
      filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.5));
    }
    .portal-chip__caption {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 0.2rem;
      padding: 0.65rem 0.35rem 0;
    }
    .portal-chip__title {
      font-size: 0.95rem;
      font-weight: 800;
      line-height: 1.2;
    }
    .portal-chip__desc {
      font-size: 0.72rem;
      color: var(--muted);
      line-height: 1.3;
    }
    .portal-chip__cta {
      margin-top: 0.25rem;
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--wc-green);
    }
    @media (hover: hover) and (pointer: fine) {
      .portal-chip--winner:hover .portal-chip__frame {
        border-color: var(--wc-gold);
        box-shadow:
          0 0 0 1px rgba(245, 197, 24, 0.25),
          0 12px 36px rgba(0, 0, 0, 0.45),
          0 0 40px rgba(245, 197, 24, 0.2);
      }
      .portal-chip--favorite:hover .portal-chip__frame {
        border-color: var(--wc-gold);
        box-shadow:
          0 0 0 1px rgba(245, 197, 24, 0.2),
          0 12px 36px rgba(0, 0, 0, 0.45),
          0 0 36px rgba(245, 197, 24, 0.15);
      }
      .portal-chip--matches:hover .portal-chip__frame {
        border-color: var(--wc-green);
        box-shadow:
          0 0 0 1px rgba(0, 166, 81, 0.25),
          0 12px 36px rgba(0, 0, 0, 0.45),
          0 0 40px rgba(0, 166, 81, 0.2);
      }
      .portal-chip:hover .portal-chip__img {
        transform: scale(1.02);
        filter: brightness(1.06) saturate(1.08);
      }
    }
    @media (hover: none) {
      .portal-chip--winner:active .portal-chip__frame {
        transform: scale(0.99);
        border-color: var(--wc-gold);
      }
      .portal-chip--favorite:active .portal-chip__frame {
        transform: scale(0.99);
        border-color: var(--wc-gold);
      }
      .portal-chip--matches:active .portal-chip__frame {
        transform: scale(0.99);
        border-color: var(--wc-green);
      }
    }

    @media (max-width: 639px) {
      .home-stage__center {
        max-width: min(78vw, 16rem);
      }
      .home-stage__trophy {
        height: min(44vh, 18rem);
      }
      .portal-chip__img {
        max-height: min(36vh, 16rem);
      }
      .portal-chip__frame--trophy {
        min-height: 7rem;
      }
    }
    @media (min-width: 640px) {
      .home-portals {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.5rem;
        padding: 0 1rem 0.25rem;
      }
      .home-stage__center {
        max-width: 22rem;
      }
      .home-stage__trophy {
        height: min(48vh, 22rem);
      }
      .portal-chip__img {
        max-height: min(28vh, 14rem);
      }
      .portal-chip__frame--trophy {
        min-height: 9rem;
      }
      .portal-chip__img--trophy {
        height: min(18vh, 6.5rem);
      }
    }
    @media (min-width: 1000px) {
      .home-stage__center {
        max-width: 24rem;
      }
      .home-stage__trophy {
        height: min(52vh, 26rem);
      }
      .portal-chip__img {
        max-height: min(32vh, 16rem);
      }
      .portal-chip__title { font-size: 1rem; }
    }
    .portal-card {
      display: block;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      background: var(--card);
      overflow: hidden;
      text-decoration: none;
      color: inherit;
      transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
    }
    .portal-card:hover {
      border-color: var(--wc-green);
      transform: translateY(-3px);
      box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
    }
    .portal-card--side .portal-card__visual {
      height: 5.5rem;
    }
    .portal-trophy--sm {
      width: 3.25rem;
      height: 3.25rem;
    }
    .portal-bracket--sm {
      max-width: 9rem;
      gap: 0.2rem;
    }
    .portal-bracket--sm span {
      font-size: 0.5rem;
    }
    .portal-card__visual {
      height: 7.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
    }
    .portal-card__visual--winner {
      background: linear-gradient(135deg, rgba(245, 197, 24, 0.15) 0%, rgba(10, 14, 20, 0.9) 100%);
    }
    .portal-card__visual--matches {
      background: linear-gradient(160deg, rgba(0, 166, 81, 0.12) 0%, #0a0e14 100%);
    }
    .portal-trophy {
      width: 4.5rem;
      height: 4.5rem;
      color: var(--wc-gold);
      filter: drop-shadow(0 4px 12px rgba(245, 197, 24, 0.35));
    }
    .portal-bracket {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0.25rem;
      width: 85%;
      max-width: 11rem;
    }
    .portal-bracket span {
      aspect-ratio: 1;
      border-radius: 4px;
      background: rgba(0, 166, 81, 0.25);
      border: 1px solid rgba(0, 166, 81, 0.45);
      font-size: 0.55rem;
      font-weight: 800;
      color: var(--wc-gold);
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .portal-card__body {
      padding: 0.85rem 0.9rem 1rem;
      border-top: 1px solid var(--border);
    }
    .portal-card__title {
      font-size: 0.95rem;
      font-weight: 800;
    }
    .portal-card__desc {
      font-size: 0.72rem;
      color: var(--muted);
      margin-top: 0.25rem;
      line-height: 1.35;
    }
    .portal-card__cta {
      display: inline-block;
      margin-top: 0.55rem;
      font-size: 0.68rem;
      font-weight: 700;
      color: var(--wc-green);
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    .home-seo {
      position: relative;
      z-index: 12;
      margin: 0 1rem 1.25rem;
      padding: 1rem 0 0.5rem;
      border-top: 1px solid var(--border);
      font-size: 0.72rem;
      color: var(--muted);
      line-height: 1.5;
    }
    .home-seo__lead {
      margin-bottom: 0.85rem;
      text-align: center;
    }
    .home-seo__lead a {
      color: var(--wc-green);
      text-decoration: none;
      font-weight: 600;
    }
    .home-seo__lead a:hover {
      text-decoration: underline;
    }
    .home-seo__faq-title {
      font-size: 0.7rem;
      font-weight: 800;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--wc-gold);
      text-align: center;
      margin-bottom: 0.5rem;
    }
    .home-seo__item {
      border-bottom: 1px solid rgba(42, 53, 72, 0.6);
    }
    .home-seo__item summary {
      cursor: pointer;
      padding: 0.45rem 0;
      font-weight: 600;
      color: var(--text);
      list-style: none;
    }
    .home-seo__item summary::-webkit-details-marker { display: none; }
    .home-seo__item summary::after {
      content: "+";
      float: right;
      color: var(--muted);
      font-weight: 400;
    }
    .home-seo__item[open] summary::after { content: "−"; }
    .home-seo__item p {
      padding: 0 0 0.55rem;
      font-size: 0.68rem;
    }
    .home-seo__item a {
      color: var(--wc-green);
      text-decoration: none;
    }

    .home-footer-link {
      display: block;
      margin: 0 1rem 1.5rem;
      padding: 0.75rem;
      text-align: center;
      font-size: 0.75rem;
      font-weight: 600;
      color: var(--muted);
      border: 1px dashed var(--border);
      border-radius: var(--radius);
      text-decoration: none;
    }
    .page-seo {
      margin: 1.25rem 1rem 1.5rem;
      padding-top: 1rem;
      border-top: 1px solid var(--border);
      font-size: 0.68rem;
      color: var(--muted);
      line-height: 1.55;
    }
    .page-seo__title {
      font-size: 0.72rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--wc-gold);
      margin-bottom: 0.45rem;
    }
    .page-seo__lead {
      margin-bottom: 0.65rem;
    }
    .page-seo__teams,
    .page-seo__groups,
    .page-seo__fixtures {
      margin: 0;
      padding: 0;
      list-style: none;
      columns: 2;
      column-gap: 1rem;
    }
    .page-seo__teams li,
    .page-seo__groups li,
    .page-seo__fixtures li {
      break-inside: avoid;
      margin-bottom: 0.35rem;
    }
    .page-seo__fixture-meta {
      display: block;
      font-size: 0.6rem;
      color: var(--muted);
      margin-top: 0.15rem;
    }
    .page-seo a {
      color: var(--wc-green);
      text-decoration: none;
      font-weight: 600;
    }
    .page-seo a:hover { text-decoration: underline; }
    @media (min-width: 640px) {
      .page-seo__teams { columns: 3; }
    }
    .home-seo .page-seo,
    .home-footer .page-seo {
      margin: 1rem 0 0;
      padding-top: 0.85rem;
      border-top: 1px solid rgba(42, 53, 72, 0.6);
      text-align: left;
    }

    .home-footer-link:hover {
      color: var(--text);
      border-color: var(--wc-gold);
    }

    /* Floating share (WC hub) — docked to viewport right edge */
    .hub-share {
      position: fixed;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 160;
      display: flex;
      align-items: center;
      gap: 0;
      padding-right: env(safe-area-inset-right, 0px);
    }
    .hub-share__fab {
      width: 2.5rem;
      height: 3.1rem;
      border-radius: 10px 0 0 10px;
      border: 1px solid rgba(245, 197, 24, 0.55);
      border-right: none;
      background: linear-gradient(145deg, #1a2433, #0f151e);
      color: var(--wc-gold);
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: -4px 0 20px rgba(0, 0, 0, 0.35);
      transition: border-color 0.15s, background 0.15s, width 0.15s;
    }
    .hub-share__fab svg { width: 1.15rem; height: 1.15rem; }
    .hub-share__fab:hover,
    .hub-share__fab[aria-expanded="true"] {
      width: 2.65rem;
      border-color: var(--wc-gold);
      background: rgba(245, 197, 24, 0.12);
    }
    .hub-share__fab:focus-visible {
      outline: 2px solid var(--wc-green);
      outline-offset: 2px;
    }
    .hub-share__panel {
      position: absolute;
      right: 100%;
      top: 50%;
      transform: translateY(-50%);
      margin-right: 0.35rem;
      width: min(17.5rem, calc(100vw - 5rem));
      max-height: min(24rem, 70vh);
      overflow-y: auto;
      padding: 0.65rem;
      border-radius: var(--radius);
      border: 1px solid var(--border);
      background: var(--card);
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    }
    .hub-share__panel[hidden] { display: none !important; }
    .hub-share__panel-title {
      font-size: 0.65rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--wc-gold);
      margin-bottom: 0.5rem;
      padding-right: 0.25rem;
    }
    .hub-share__grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.35rem;
    }
    .hub-share__item {
      display: flex;
      align-items: center;
      gap: 0.4rem;
      padding: 0.4rem 0.45rem;
      border-radius: 8px;
      border: 1px solid var(--border);
      background: rgba(0, 0, 0, 0.2);
      color: var(--text);
      font-size: 0.62rem;
      font-weight: 600;
      text-decoration: none;
      cursor: pointer;
      text-align: left;
      font-family: inherit;
    }
    .hub-share__item:hover,
    .hub-share__item:focus-visible {
      border-color: var(--wc-green);
      outline: none;
      background: rgba(0, 166, 81, 0.08);
    }
    .hub-share__item svg {
      width: 1rem;
      height: 1rem;
      flex-shrink: 0;
    }
    .hub-share__item--x svg { color: #e8edf4; }
    .hub-share__item--facebook svg { color: #1877f2; }
    .hub-share__item--whatsapp svg { color: #25d366; }
    .hub-share__item--telegram svg { color: #29a8e0; }
    .hub-share__item--instagram svg { color: #e4405f; }
    .hub-share__item--linkedin svg { color: #0a66c2; }
    .hub-share__item--threads svg { color: #e8edf4; }
    .hub-share__item--bluesky svg { color: #0085ff; }
    .hub-share__item--reddit svg { color: #ff4500; }
    .hub-share__item--pinterest svg { color: #e60023; }
    .hub-share__item--messenger svg { color: #0084ff; }
    .hub-share__item--vk svg { color: #4c75a3; }
    .hub-share__item--line svg { color: #06c755; }
    .hub-share__item--viber svg { color: #7360f2; }
    .hub-share__item--snapchat svg { color: #fffc00; }
    .hub-share__item--email svg { color: var(--muted); }
    .hub-share__item--native svg { color: var(--wc-gold); }
    .hub-share__feedback {
      margin-top: 0.45rem;
      font-size: 0.62rem;
      color: var(--wc-green);
      text-align: center;
      line-height: 1.35;
    }
    .hub-share__feedback[hidden] { display: none !important; }
    body.match-info-modal-open .hub-share { z-index: 150; }

    /* News & fan guide */
    .news-banners {
      display: flex;
      flex-wrap: nowrap;
      align-items: stretch;
      justify-content: flex-start;
      gap: 0.65rem;
      overflow-x: auto;
      padding: 0 1rem 1rem;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: thin;
      max-width: 1100px;
      margin: 0 auto;
    }
    .news-banners::-webkit-scrollbar { height: 4px; }
    .news-banners::-webkit-scrollbar-thumb {
      background: var(--border);
      border-radius: 4px;
    }
    .news-banner {
      flex: 0 0 min(85%, 16.5rem);
      scroll-snap-align: center;
      display: flex;
      flex-direction: column;
      text-decoration: none;
      color: inherit;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      overflow: hidden;
      background: var(--card);
      transition: border-color 0.2s, transform 0.2s;
    }
    .news-banner:hover {
      border-color: rgba(245, 197, 24, 0.45);
      transform: translateY(-2px);
    }
    .news-banner__img {
      display: block;
      width: 100%;
      height: 5.5rem;
      object-fit: cover;
      object-position: center;
    }
    .news-banner__body {
      flex: 1;
      padding: 0.55rem 0.65rem 0.65rem;
      text-align: center;
    }
    .news-banner__tag {
      font-size: 0.58rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--wc-green);
      margin-bottom: 0.2rem;
    }
    .news-banner__title {
      font-size: 0.82rem;
      font-weight: 800;
      line-height: 1.25;
      margin-bottom: 0.25rem;
    }
    .news-banner__desc {
      font-size: 0.68rem;
      color: var(--muted);
      line-height: 1.35;
      text-align: justify;
      text-wrap: pretty;
    }
    .news-article {
      padding: 0 1rem 2rem;
      max-width: 42rem;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }
    .news-article__tag {
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--wc-green);
      margin-bottom: 0.35rem;
    }
    .news-article__title {
      font-size: 1.35rem;
      font-weight: 800;
      line-height: 1.2;
      margin-bottom: 0.5rem;
    }
    .news-article__meta {
      font-size: 0.72rem;
      color: var(--muted);
      margin-bottom: 1rem;
    }
    .news-article__hero {
      margin: 0 0 1.25rem;
      border-radius: var(--radius);
      overflow: hidden;
      border: 1px solid var(--border);
    }
    .news-article__hero img {
      display: block;
      width: 100%;
      height: auto;
      max-height: 14rem;
      object-fit: cover;
    }
    .news-article__body {
      font-size: 0.88rem;
      line-height: 1.55;
      text-align: justify;
      text-wrap: pretty;
    }
    .news-article__body h2 {
      font-size: 1rem;
      font-weight: 800;
      margin: 1.35rem 0 0.5rem;
      color: var(--text);
      text-align: center;
    }
    .news-article__body h2:first-child { margin-top: 0; }
    .news-article__body p { margin-bottom: 0.75rem; text-align: justify; text-wrap: pretty; }
    .news-article__body ul,
    .news-article__body ol {
      margin: 0 0 0.85rem;
      padding-left: 1.25rem;
      text-align: justify;
      text-wrap: pretty;
    }
    .news-article__body li {
      margin-bottom: 0.35rem;
      text-align: justify;
      text-wrap: pretty;
    }
    .news-article__body a {
      color: var(--wc-green);
      text-decoration: none;
    }
    .news-article__body a:hover { text-decoration: underline; }
    .news-article__body table {
      width: 100%;
      border-collapse: collapse;
      font-size: 0.75rem;
      margin: 0.75rem 0 1rem;
    }
    .news-article__body th,
    .news-article__body td {
      border: 1px solid var(--border);
      padding: 0.4rem 0.5rem;
      text-align: left;
    }
    .news-article__body th {
      background: rgba(0, 0, 0, 0.35);
      font-weight: 700;
    }
    .news-cta {
      margin: 1.5rem 0;
      padding: 0.85rem 1rem;
      border: 1px solid rgba(0, 166, 81, 0.35);
      border-radius: var(--radius);
      background: rgba(0, 166, 81, 0.08);
    }
    .news-cta__title {
      font-size: 0.85rem;
      font-weight: 800;
      margin-bottom: 0.35rem;
    }
    .news-cta__text {
      font-size: 0.78rem;
      color: var(--muted);
      margin-bottom: 0.65rem;
      line-height: 1.4;
      text-align: justify;
      text-wrap: pretty;
    }
    .news-cta__links {
      display: flex;
      flex-wrap: wrap;
      gap: 0.4rem;
      justify-content: center;
    }
    .news-cta__links a {
      font-size: 0.72rem;
      font-weight: 700;
      padding: 0.35rem 0.65rem;
      border-radius: 6px;
      text-decoration: none;
      border: 1px solid var(--wc-green);
      color: var(--wc-green);
    }
    .news-cta__links a:hover {
      background: rgba(0, 166, 81, 0.15);
    }
    .news-sources {
      margin-top: 1.5rem;
      padding-top: 1rem;
      border-top: 1px solid var(--border);
      font-size: 0.72rem;
      color: var(--muted);
    }
    .news-sources h2 {
      font-size: 0.78rem;
      font-weight: 700;
      color: var(--text);
      margin-bottom: 0.5rem;
    }
    .news-sources ul {
      margin: 0;
      padding-left: 1.1rem;
    }
    .news-sources li { margin-bottom: 0.3rem; }
    .news-sources a { color: var(--wc-green); }
    .news-disclaimer {
      margin-top: 1rem;
      font-size: 0.68rem;
      line-height: 1.4;
      color: var(--muted);
      text-align: justify;
      text-wrap: pretty;
    }
    .news-breadcrumb {
      font-size: 0.68rem;
      color: var(--muted);
      margin-bottom: 0.85rem;
      line-height: 1.45;
    }
    .news-breadcrumb a {
      color: var(--wc-green);
      text-decoration: none;
    }
    .news-breadcrumb a:hover { text-decoration: underline; }
    .news-breadcrumb__sep {
      margin: 0 0.25rem;
      color: var(--border);
    }
    .news-locale-link {
      margin-top: 0.65rem;
      font-size: 0.72rem;
      color: var(--muted);
    }
    .news-locale-link a {
      color: var(--wc-gold);
      text-decoration: none;
    }
    .news-locale-link a:hover { text-decoration: underline; }
    .page-seo__aside {
      margin-top: 0.65rem;
      font-size: 0.72rem;
      line-height: 1.45;
      color: var(--muted);
    }
    .page-seo__aside a {
      color: var(--wc-green);
      text-decoration: none;
    }
    .page-seo__aside a:hover { text-decoration: underline; }
    .home-news__locale {
      margin-top: 0.65rem;
      font-size: 0.72rem;
      color: var(--muted);
      text-align: center;
    }
    .home-news__locale a {
      color: var(--wc-gold);
      text-decoration: none;
    }
    .home-news__locale a:hover { text-decoration: underline; }
    .news-nav {
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem;
      margin-top: 1.25rem;
      font-size: 0.72rem;
    }
    .news-nav a {
      color: var(--wc-gold);
      text-decoration: none;
    }
    .news-nav a:hover { text-decoration: underline; }
    .news-vote-bar {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 0.35rem 0.45rem;
      max-width: 42rem;
      margin: 0 auto 1rem;
      padding: 0.75rem 1rem 0;
    }
    .news-vote-bar__label {
      font-size: 0.58rem;
      font-weight: 800;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--wc-gold);
      margin-right: 0.1rem;
    }
    .news-vote-bar a {
      font-size: 0.68rem;
      font-weight: 700;
      padding: 0.35rem 0.6rem;
      border-radius: 6px;
      text-decoration: none;
      border: 1px solid var(--wc-green);
      color: var(--wc-green);
    }
    .news-vote-bar a:hover {
      background: rgba(0, 166, 81, 0.15);
    }
    .news-section {
      margin-bottom: 2rem;
      padding-bottom: 1.5rem;
      border-bottom: 1px solid var(--border);
    }
    .news-section:last-of-type { border-bottom: none; }
    .news-section__label {
      font-size: 0.62rem;
      font-weight: 800;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--wc-gold);
      margin-bottom: 0.35rem;
    }
    .news-figure {
      margin: 1rem 0 1.15rem;
      border-radius: var(--radius);
      overflow: hidden;
      border: 1px solid var(--border);
      background: #0a0e14;
    }
    .news-figure img {
      display: block;
      width: 100%;
      height: auto;
      max-height: 13rem;
      object-fit: cover;
    }
    .news-figure--full img {
      max-height: none;
      object-fit: contain;
    }
    .news-figure__caption {
      padding: 0.45rem 0.65rem;
      font-size: 0.68rem;
      line-height: 1.4;
      color: var(--muted);
      border-top: 1px solid var(--border);
      text-align: justify;
      text-wrap: pretty;
    }
    .news-figure__caption a {
      color: var(--wc-green);
      text-decoration: none;
    }
    .news-figure__caption a:hover { text-decoration: underline; }
    .news-pullquote {
      margin: 1rem 0;
      padding: 0.75rem 1rem;
      border-left: 3px solid var(--wc-gold);
      background: rgba(245, 197, 24, 0.06);
      font-size: 0.9rem;
      font-style: italic;
      line-height: 1.45;
      text-align: justify;
      text-wrap: pretty;
    }
    .news-banner--feature {
      flex: 0 0 min(88%, 20rem);
      border-color: rgba(245, 197, 24, 0.35);
    }
    .news-banner--feature .news-banner__img { height: 6.5rem; }
    /* News index: equal cards in a 2×2 grid (not home hero chips) */
    .news-banners .news-banner,
    .news-banners .news-banner--feature {
      flex: 0 0 min(85%, 16.5rem);
    }
    .news-banners .news-banner--feature .news-banner__img {
      height: 5.5rem;
    }
    @media (min-width: 640px) {
      .news-banners {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow-x: visible;
        scroll-snap-type: none;
        max-width: 36rem;
      }
      .news-banners .news-banner,
      .news-banners .news-banner--feature {
        flex: unset;
        width: 100%;
        min-width: 0;
      }
    }

    /* —— Home v2 layout —— */
    .shell--home-v2 {
      display: flex;
      flex-direction: column;
      min-height: 100vh;
      overflow-x: clip;
    }
    .shell--home-v2 .home-main {
      flex: 1;
      display: flex;
      flex-direction: column;
      min-height: 0;
      padding-top: 0;
      overflow-x: visible;
    }
    .home-hero-header {
      position: sticky;
      top: 0;
      z-index: 20;
    }
    .home-hero-header__strip {
      position: relative;
      display: flex;
      flex-direction: column;
      overflow: hidden;
    }
    .home-hero-header__bar {
      position: relative;
      z-index: 1;
    }
    .home-hero-header__copy {
      position: relative;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      min-height: clamp(11.5rem, 34vw, 17rem);
      overflow: hidden;
      background-color: #0a0e14;
      background-image: url("../assets/favorite-fans-800.jpg");
      background-size: cover;
      background-position: center bottom;
      background-repeat: no-repeat;
    }
    @media (min-width: 640px) {
      .home-hero-header__copy {
        background-image: url("../assets/favorite-fans-1280.jpg");
        min-height: clamp(12.5rem, 28vw, 16.5rem);
      }
    }
    .home-hero-header__copy-overlay {
      position: absolute;
      inset: 0;
      pointer-events: none;
      background:
        linear-gradient(90deg, rgba(5, 8, 12, 0.45) 0%, transparent 15%, transparent 85%, rgba(5, 8, 12, 0.45) 100%),
        linear-gradient(180deg, rgba(5, 8, 12, 0.55) 0%, rgba(5, 8, 12, 0.12) 35%, rgba(5, 8, 12, 0.72) 100%);
    }
    .home-hero-header__copy-inner {
      position: relative;
      z-index: 1;
      width: 100%;
      max-width: 28rem;
      margin: 0 auto;
      text-align: center;
      padding: 0.75rem 1rem 1.1rem;
    }
    .home-hero-header__tag {
      font-size: 0.68rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--wc-gold);
      font-weight: 700;
      margin: 0;
    }
    .home-hero-header__title {
      font-size: clamp(1.45rem, 4.5vw, 2rem);
      font-weight: 800;
      margin: 0.25rem 0 0.15rem;
      text-shadow: 0 2px 16px rgba(0, 0, 0, 0.85);
    }
    .home-hero-header__meta {
      font-size: 0.82rem;
      color: var(--text);
      margin: 0;
      text-shadow: 0 1px 10px rgba(0, 0, 0, 0.9);
    }
    .home-hero-header__disclaimer {
      font-size: 0.6rem;
      color: var(--muted);
      margin: 0.3rem 0 0;
    }
    .home-chips-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      gap: 0.65rem;
      width: 100%;
      min-width: 0;
    }
    @media (min-width: 640px) {
      .home-chips-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.55rem;
      }
    }
    .home-canvas {
      position: relative;
      flex: 1;
      padding: 0.85rem 0 1.25rem;
      overflow: visible;
    }
    .home-canvas__inner {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 1100px;
      margin: 0 auto;
      min-width: 0;
      padding: 0 0.75rem;
    }
    .home-vote { margin-bottom: 1.25rem; }
    .home-vote__label {
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--muted);
      margin: 0 0 0.55rem 0.15rem;
    }
    .shell--home-v2 .home-portals {
      position: relative;
      z-index: 2;
      margin: 0;
      padding: 0;
    }
    .shell--home-v2 .portal-chip__img {
      max-height: min(34vh, 15rem);
    }
    .home-news {
      position: relative;
      z-index: 2;
      padding-top: 0.25rem;
      border-top: 1px solid var(--border);
      min-width: 0;
      text-align: center;
    }
    .home-news__head {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 0.35rem;
      margin-bottom: 0.65rem;
      padding: 0 0.15rem;
      text-align: center;
    }
    .home-news__title {
      font-size: 1rem;
      font-weight: 800;
      margin: 0;
    }
    .home-news__sub {
      font-size: 0.68rem;
      color: var(--muted);
      margin: 0;
      flex: unset;
      width: 100%;
      max-width: 40rem;
      text-align: justify;
      text-wrap: pretty;
      line-height: 1.35;
    }
    .home-news__all {
      font-size: 0.68rem;
      font-weight: 700;
      color: var(--wc-gold);
      text-decoration: none;
      white-space: nowrap;
    }
    .home-news__all:hover { text-decoration: underline; }
    .shell--home-v2 .home-news__grid {
      overflow: visible;
      padding: 0;
      scroll-snap-type: none;
      justify-items: stretch;
    }
    .shell--home-v2 .home-news__grid .news-banner {
      flex: unset;
      width: 100%;
      min-width: 0;
      max-width: none;
    }
    .shell--home-v2 .home-news__grid .news-banner--feature {
      flex: unset;
      border-color: rgba(245, 197, 24, 0.35);
    }
    .shell--home-v2 .news-banner__img {
      width: 100%;
      height: auto;
      aspect-ratio: 800 / 533;
      max-height: min(34vh, 15rem);
      object-fit: cover;
      object-position: center;
    }
    @media (min-width: 640px) {
      .shell--home-v2 .portal-chip__img,
      .shell--home-v2 .news-banner__img {
        max-height: min(26vh, 13rem);
      }
    }
    .home-footer {
      position: relative;
      z-index: 2;
      margin: 0.5rem 0.75rem 1.25rem;
      padding-top: 1rem;
      border-top: 1px solid var(--border);
      min-width: 0;
    }
    .home-footer__grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      gap: 0;
    }
    @media (min-width: 720px) {
      .home-footer__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem 1.25rem;
        align-items: start;
      }
    }
    .home-footer__panel {
      border-bottom: 1px solid rgba(42, 53, 72, 0.6);
    }
    @media (min-width: 720px) {
      .home-footer__panel { border-bottom: none; }
    }
    .home-footer__panel > summary {
      list-style: none;
      cursor: pointer;
      padding: 0.65rem 0;
      margin: 0;
    }
    .home-footer__panel > summary::-webkit-details-marker { display: none; }
    .home-footer__panel > summary::after {
      content: "+";
      float: right;
      color: var(--muted);
      font-weight: 400;
      font-size: 0.85rem;
    }
    .home-footer__panel[open] > summary::after { content: "−"; }
    @media (min-width: 720px) {
      .home-footer__panel > summary {
        pointer-events: none;
        cursor: default;
        padding: 0 0 0.55rem;
      }
      .home-footer__panel > summary::after { display: none; }
    }
    .home-footer__panel-body { padding-bottom: 0.85rem; }
    @media (min-width: 720px) {
      .home-footer__panel-body { padding-bottom: 0; }
    }
    .home-footer__title {
      font-size: 0.7rem;
      font-weight: 800;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--wc-gold);
      margin: 0;
      display: block;
    }
    .home-footer__text {
      font-size: 0.72rem;
      color: var(--muted);
      line-height: 1.55;
      margin: 0 0 0.65rem;
    }
    .home-footer__text--muted {
      font-size: 0.68rem;
      margin-bottom: 0;
    }
    .home-footer__text a {
      color: var(--wc-green);
      text-decoration: none;
      font-weight: 600;
    }
    .home-footer__text a:hover { text-decoration: underline; }
    .home-footer__item {
      border-bottom: 1px solid rgba(42, 53, 72, 0.6);
    }
    .home-footer__item summary {
      cursor: pointer;
      padding: 0.4rem 0;
      font-size: 0.72rem;
      font-weight: 600;
      color: var(--text);
      list-style: none;
    }
    .home-footer__item summary::-webkit-details-marker { display: none; }
    .home-footer__item summary::after {
      content: "+";
      float: right;
      color: var(--muted);
      font-weight: 400;
    }
    .home-footer__item[open] summary::after { content: "−"; }
    .home-footer__item p {
      padding: 0 0 0.5rem;
      font-size: 0.68rem;
      color: var(--muted);
      line-height: 1.45;
      margin: 0;
    }
    .home-footer__item a {
      color: var(--wc-green);
      text-decoration: none;
    }
    .home-footer__item a:hover { text-decoration: underline; }
    .home-footer__legal {
      margin: 1rem 0 0;
      padding-top: 0.75rem;
      border-top: 1px solid rgba(42, 53, 72, 0.5);
      font-size: 0.62rem;
      color: var(--muted);
      text-align: center;
    }
    .home-footer__panel--teams {
      margin-top: 0.75rem;
      padding-top: 0.25rem;
      border-top: 1px solid rgba(42, 53, 72, 0.5);
    }
    @media (min-width: 720px) {
      .home-footer__panel--teams > summary {
        pointer-events: auto;
        cursor: pointer;
        padding: 0.65rem 0;
      }
      .home-footer__panel--teams > summary::after {
        display: block;
      }
    }
    .home-footer__panel--teams .page-seo {
      margin: 0;
      padding-top: 0;
      border-top: none;
    }
    .home-footer__panel--teams .page-seo__lead {
      margin-top: 0;
    }

