.wc26-page {
    --wc26-bg: #04160f;
    --wc26-bg-soft: #0b2418;
    --wc26-panel: rgba(7, 20, 14, 0.84);
    --wc26-panel-strong: rgba(10, 28, 19, 0.92);
    --wc26-border: rgba(204, 255, 220, 0.12);
    --wc26-border-strong: rgba(204, 255, 220, 0.2);
    --wc26-text: #f4fff7;
    --wc26-muted: rgba(233, 252, 239, 0.72);
    --wc26-muted-strong: rgba(233, 252, 239, 0.86);
    --wc26-lime: #7cff6b;
    --wc26-gold: #f7d774;
    --wc26-cyan: #6ee7ff;
    --wc26-red: #ff8c8c;
    position: relative;
    padding: 4rem 1.5rem 6rem;
    color: var(--wc26-text);
    color-scheme: dark;
}

.wc26-page::before,
.wc26-page::after {
    content: '';
    position: absolute;
    inset: auto;
    pointer-events: none;
    border-radius: 999px;
    opacity: 0.72;
}

.wc26-page::before {
    top: 5rem;
    left: 4%;
    width: 18rem;
    height: 18rem;
    background: radial-gradient(circle, rgba(84, 255, 118, 0.22) 0%, rgba(84, 255, 118, 0.14) 38%, transparent 72%);
}

.wc26-page::after {
    right: 3%;
    bottom: 10rem;
    width: 22rem;
    height: 22rem;
    background: radial-gradient(circle, rgba(110, 231, 255, 0.2) 0%, rgba(110, 231, 255, 0.12) 36%, transparent 72%);
}

.wc26-page-body .mesh-gradient {
    background:
        radial-gradient(circle at top left, rgba(53, 198, 89, 0.18), transparent 42%),
        radial-gradient(circle at 82% 12%, rgba(247, 215, 116, 0.14), transparent 30%),
        linear-gradient(180deg, rgba(1, 12, 9, 0.96), rgba(4, 22, 15, 0.98));
}

.wc26-page-body .grid-pattern {
    background-image:
        linear-gradient(rgba(175, 255, 197, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(175, 255, 197, 0.045) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.28;
}

.wc26-shell {
    position: relative;
    z-index: 1;
    max-width: 1380px;
    margin: 0 auto;
    display: grid;
    gap: 1.4rem;
}

.wc26-hero,
.wc26-stats .wc26-stat-card,
.wc26-stage-card,
.wc26-timezone-card,
.wc26-watch-card,
.wc26-group-card,
.wc26-controls,
.wc26-toolbar,
.wc26-card,
.wc26-panel,
.wc26-empty {
    border: 1px solid var(--wc26-border);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
        var(--wc26-panel);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
}

.wc26-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.9fr);
    gap: 1.4rem;
    padding: 1.8rem;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
}

.wc26-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent calc(50% - 1px), rgba(213, 255, 225, 0.08) calc(50% - 1px), rgba(213, 255, 225, 0.08) calc(50% + 1px), transparent calc(50% + 1px)),
        radial-gradient(circle at 50% 50%, transparent 0 5.8rem, rgba(213, 255, 225, 0.08) 5.8rem 6rem, transparent 6rem);
    opacity: 0.35;
    pointer-events: none;
}

.wc26-hero-copy,
.wc26-spotlight {
    position: relative;
    z-index: 1;
}

.wc26-hero-copy {
    display: grid;
    align-content: start;
    gap: 1.2rem;
}

.wc26-kicker {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.6rem 0.95rem;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.78rem;
    background: rgba(7, 27, 16, 0.82);
    border: 1px solid rgba(124, 255, 107, 0.18);
    color: #eafff0;
}

.wc26-kicker-ball {
    width: 0.82rem;
    height: 0.82rem;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 30%, #fff 0 18%, transparent 18% 100%),
        linear-gradient(135deg, var(--wc26-lime), var(--wc26-gold));
    box-shadow: 0 0 16px rgba(124, 255, 107, 0.5);
}

.wc26-title {
    max-width: 11ch;
    font-size: clamp(2.7rem, 5vw, 5rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
    font-family: "Merriweather", serif;
}

.wc26-intro {
    max-width: 64ch;
    color: var(--wc26-muted);
    line-height: 1.78;
    font-size: 1.02rem;
}

.wc26-chip-row,
.wc26-hero-actions,
.wc26-filter-bands,
.wc26-legend,
.wc26-watch-split,
.wc26-card-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.wc26-chip,
.wc26-hero-link,
.wc26-hero-button,
.wc26-filter,
.wc26-card-source,
.wc26-card-status,
.wc26-group-pill,
.wc26-group-card-action,
.wc26-stage-card-window,
.wc26-stage-card-note,
.wc26-next-tag {
    border-radius: 999px;
}

.wc26-chip,
.wc26-hero-link {
    padding: 0.72rem 1rem;
    background: rgba(8, 24, 15, 0.82);
    border: 1px solid var(--wc26-border);
    color: var(--wc26-muted-strong);
    font-size: 0.92rem;
}

.wc26-hero-link {
    color: #04220f;
    background: linear-gradient(135deg, var(--wc26-lime), #d7ffa6);
    border-color: transparent;
    font-weight: 700;
}

.wc26-hero-button {
    padding: 0.72rem 1rem;
    border: 1px solid rgba(110, 231, 255, 0.22);
    background: rgba(8, 32, 39, 0.82);
    color: #dffaff;
    font-weight: 700;
}

.wc26-spotlight {
    display: grid;
    align-content: start;
    gap: 1rem;
    padding: 1.35rem;
    border-radius: 28px;
    background:
        radial-gradient(circle at 100% 0%, rgba(124, 255, 107, 0.22), transparent 38%),
        radial-gradient(circle at 0% 100%, rgba(110, 231, 255, 0.15), transparent 42%),
        var(--wc26-panel-strong);
    border: 1px solid var(--wc26-border-strong);
}

.wc26-spotlight-label,
.wc26-stat-label,
.wc26-section-kicker,
.wc26-meta-label,
.wc26-team-side,
.wc26-host-country {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.75rem;
    color: var(--wc26-muted);
}

.wc26-spotlight-state {
    width: fit-content;
    padding: 0.56rem 0.9rem;
    border-radius: 999px;
    background: rgba(124, 255, 107, 0.14);
    border: 1px solid rgba(124, 255, 107, 0.18);
    color: #dfffe3;
    font-weight: 700;
}

.wc26-spotlight-title {
    font-size: clamp(1.7rem, 2.8vw, 2.7rem);
    line-height: 1.08;
    font-family: "Merriweather", serif;
}

.wc26-spotlight-meta,
.wc26-spotlight-note,
.wc26-group-insight,
.wc26-panel-copy,
.wc26-host-card p,
.wc26-timezone-card p,
.wc26-watch-card p,
.wc26-source-note,
.wc26-card-note {
    color: var(--wc26-muted);
    line-height: 1.72;
}

.wc26-spotlight-countdown {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}

.wc26-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.wc26-stat-card {
    padding: 1.2rem 1.25rem;
    border-radius: 24px;
    min-height: 122px;
    display: grid;
    align-content: start;
    gap: 0.3rem;
}

.wc26-stat-value {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    line-height: 1;
}

.wc26-stat-note {
    color: var(--wc26-muted);
    line-height: 1.6;
    font-size: 0.92rem;
}

.wc26-rail {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.85rem;
    align-items: stretch;
}

.wc26-stage-card {
    min-width: 0;
    height: 100%;
    padding: 1rem;
    text-align: left;
    border-radius: 24px;
    display: grid;
    gap: 0.35rem;
    color: var(--wc26-text);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.wc26-stage-card-label {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--wc26-muted);
}

.wc26-stage-card-value {
    font-size: 1.2rem;
}

.wc26-stage-card-window,
.wc26-stage-card-note {
    padding: 0;
    color: var(--wc26-muted);
    font-size: 0.84rem;
}

.wc26-stage-card:hover,
.wc26-group-card:hover,
.wc26-filter:hover,
.wc26-hero-button:hover,
.wc26-floating-next:hover {
    transform: translateY(-2px);
}

.wc26-intelligence,
.wc26-bottom-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 1rem;
}

.wc26-section-head {
    display: grid;
    gap: 0.3rem;
    margin-bottom: 1rem;
}

.wc26-section-title {
    font-size: clamp(1.5rem, 2.8vw, 2.3rem);
    line-height: 1.12;
    font-family: "Merriweather", serif;
}

.wc26-timezone-grid,
.wc26-host-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}

.wc26-timezone-card,
.wc26-host-card {
    padding: 1rem;
    border-radius: 22px;
}

.wc26-timezone-card strong,
.wc26-host-card strong {
    display: block;
    margin: 0.4rem 0;
    font-size: 1.2rem;
}

.wc26-watch-card {
    padding: 1.3rem;
    border-radius: 26px;
    display: grid;
    gap: 0.8rem;
}

.wc26-watch-label {
    color: var(--wc26-gold);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.76rem;
}

.wc26-watch-card h3 {
    font-size: 1.4rem;
    line-height: 1.15;
}

.wc26-watch-meter {
    height: 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

.wc26-watch-meter-before {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--wc26-gold), #fff0b2);
}

.wc26-watch-split {
    justify-content: space-between;
    color: var(--wc26-muted);
    font-size: 0.92rem;
}

.wc26-group-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.95rem;
}

.wc26-group-card {
    text-align: left;
    padding: 1rem;
    border-radius: 24px;
    display: grid;
    gap: 0.9rem;
    color: var(--wc26-text);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.wc26-group-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.wc26-group-pill {
    padding: 0.48rem 0.8rem;
    background: rgba(124, 255, 107, 0.12);
    color: #e2ffe4;
    border: 1px solid rgba(124, 255, 107, 0.16);
    font-size: 0.78rem;
}

.wc26-group-card-action {
    padding: 0.44rem 0.72rem;
    background: rgba(110, 231, 255, 0.12);
    color: #dcfbff;
    border: 1px solid rgba(110, 231, 255, 0.16);
    font-size: 0.76rem;
}

.wc26-group-team-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

.wc26-group-team-list li {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-width: 0;
}

.wc26-group-team-mark {
    flex: 0 0 auto;
    width: 2.35rem;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 0.22rem;
    position: relative;
}

.wc26-group-team-flag {
    width: 2.35rem;
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
    border-radius: 0.52rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 0.45rem 1rem rgba(0, 0, 0, 0.22);
    background: rgba(5, 18, 12, 0.85);
}

.wc26-flag-badge {
    cursor: help;
    outline: none;
}

.wc26-flag-tooltip {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 0.55rem);
    transform: translateX(-50%) translateY(0.35rem);
    min-width: max-content;
    max-width: min(14rem, 72vw);
    padding: 0.45rem 0.62rem;
    border-radius: 0.82rem;
    background:
        linear-gradient(135deg, rgba(124, 255, 107, 0.15), rgba(110, 231, 255, 0.12)),
        rgba(7, 22, 14, 0.98);
    border: 1px solid rgba(124, 255, 107, 0.22);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.35);
    color: #f3fff2;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.01em;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 8;
    transition:
        opacity 180ms ease,
        transform 180ms ease,
        visibility 180ms ease;
}

.wc26-flag-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0.38rem 0.34rem 0;
    border-style: solid;
    border-color: rgba(7, 22, 14, 0.98) transparent transparent;
}

.wc26-flag-badge:hover .wc26-flag-tooltip,
.wc26-flag-badge:focus-visible .wc26-flag-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.wc26-flag-badge:focus-visible .wc26-group-team-flag,
.wc26-flag-badge:focus-visible .wc26-team-flag {
    box-shadow:
        0 0 0 2px rgba(124, 255, 107, 0.42),
        0 0.7rem 1.4rem rgba(0, 0, 0, 0.24);
}

.wc26-group-team-code {
    min-width: 1.72rem;
    padding: 0.15rem 0.36rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.58rem;
    font-weight: 800;
    color: #04160f;
    background: linear-gradient(135deg, var(--wc26-lime), #d8ff9c);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.wc26-group-team-mark.is-fallback .wc26-group-team-code {
    width: 2.35rem;
    min-width: 2.35rem;
    height: 2.35rem;
    padding: 0;
    border-radius: 50%;
    font-size: 0.72rem;
}

.wc26-group-team-name {
    color: var(--wc26-text);
    min-width: 0;
    line-height: 1.45;
}

.wc26-controls {
    border-radius: 28px;
    padding: 1.25rem;
    display: grid;
    gap: 1rem;
}

.wc26-control-stack {
    display: grid;
    gap: 1rem;
}

.wc26-search,
.wc26-select {
    display: grid;
    gap: 0.45rem;
}

.wc26-search span,
.wc26-select span {
    color: var(--wc26-muted);
    font-size: 0.88rem;
}

.wc26-search input,
.wc26-select select {
    width: 100%;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    border: 1px solid var(--wc26-border);
    background: rgba(6, 18, 12, 0.88);
    color: var(--wc26-text);
}

.wc26-selects {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.wc26-filter-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.wc26-filter {
    padding: 0.72rem 0.95rem;
    background: rgba(7, 22, 14, 0.75);
    border: 1px solid var(--wc26-border);
    color: var(--wc26-muted-strong);
    font-weight: 600;
}

.wc26-filter.is-active,
.wc26-stage-card.is-active,
.wc26-group-card.is-active {
    border-color: rgba(124, 255, 107, 0.34);
    box-shadow: 0 0 0 1px rgba(124, 255, 107, 0.16) inset;
    background:
        linear-gradient(135deg, rgba(124, 255, 107, 0.16), rgba(110, 231, 255, 0.08)),
        rgba(8, 27, 16, 0.92);
}

.wc26-source-note {
    margin: 0;
    font-size: 0.94rem;
}

.wc26-toolbar {
    border-radius: 24px;
    padding: 1rem 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.wc26-legend-item {
    padding: 0.52rem 0.78rem;
    border-radius: 999px;
    font-size: 0.82rem;
    border: 1px solid transparent;
}

.wc26-legend-item.exact {
    background: rgba(124, 255, 107, 0.14);
    border-color: rgba(124, 255, 107, 0.18);
}

.wc26-legend-item.draw {
    background: rgba(110, 231, 255, 0.12);
    border-color: rgba(110, 231, 255, 0.18);
}

.wc26-legend-item.bracket {
    background: rgba(247, 215, 116, 0.12);
    border-color: rgba(247, 215, 116, 0.18);
}

.wc26-results {
    color: var(--wc26-muted);
    margin: 0;
}

.wc26-fixtures {
    display: grid;
    gap: 1rem;
}

.wc26-card {
    position: relative;
    isolation: isolate;
    border-radius: 28px;
    padding: 1.2rem;
    display: grid;
    gap: 1rem;
    scroll-margin-top: 6rem;
    transition:
        border-color 220ms ease,
        box-shadow 220ms ease,
        transform 220ms ease;
}

.wc26-card > * {
    position: relative;
    z-index: 1;
}

.wc26-card.is-next-upcoming {
    border-color: rgba(124, 255, 107, 0.34);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
        linear-gradient(135deg, rgba(124, 255, 107, 0.1), rgba(110, 231, 255, 0.08) 48%, rgba(247, 215, 116, 0.07)),
        var(--wc26-panel-strong);
    box-shadow:
        0 0 0 1px rgba(124, 255, 107, 0.16) inset,
        0 0 0 8px rgba(124, 255, 107, 0.035),
        0 24px 70px rgba(0, 0, 0, 0.35),
        0 0 42px rgba(124, 255, 107, 0.14);
    transform: translateY(-2px);
}

.wc26-card.is-next-upcoming::before,
.wc26-card.is-next-upcoming::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    z-index: 0;
}

.wc26-card.is-next-upcoming::before {
    background:
        radial-gradient(circle at 10% 50%, rgba(124, 255, 107, 0.3), transparent 18%),
        radial-gradient(circle at 38% 18%, rgba(110, 231, 255, 0.2), transparent 17%),
        radial-gradient(circle at 80% 74%, rgba(247, 215, 116, 0.16), transparent 18%),
        linear-gradient(112deg, transparent 12%, rgba(124, 255, 107, 0.12) 34%, transparent 56%, rgba(110, 231, 255, 0.1) 76%, transparent 100%);
    background-size: 180% 180%, 170% 170%, 180% 180%, 220% 100%;
    background-position: 0% 52%, 10% 6%, 100% 82%, -35% 0%;
    opacity: 0.62;
    animation:
        wc26-next-orbit 8.4s ease-in-out infinite alternate,
        wc26-next-glow-drift 9.6s linear infinite;
}

.wc26-card.is-next-upcoming::after {
    inset: 0;
    background:
        linear-gradient(115deg, transparent 12%, rgba(255, 255, 255, 0.18) 35%, transparent 54%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 40%, rgba(124, 255, 107, 0.08) 100%);
    opacity: 0.18;
    transform: translateX(-60%) skewX(-18deg);
    animation: wc26-next-sheen 5.6s ease-in-out infinite;
}

.wc26-card.is-next-upcoming .wc26-countdown {
    color: #f2ffd6;
    text-shadow: 0 0 18px rgba(124, 255, 107, 0.22);
}

.wc26-card.is-next-upcoming .wc26-card-status {
    background:
        linear-gradient(135deg, rgba(124, 255, 107, 0.18), rgba(110, 231, 255, 0.16)),
        rgba(8, 31, 18, 0.88);
    border-color: rgba(124, 255, 107, 0.24);
}

.wc26-card.is-next-upcoming .wc26-meta-item,
.wc26-card.is-next-upcoming .wc26-team-block {
    background-color: rgba(9, 28, 17, 0.78);
}

.wc26-card-topline,
.wc26-card-round,
.wc26-card-body {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.wc26-card-topline {
    justify-content: space-between;
}

.wc26-card-round {
    flex-wrap: wrap;
}

.wc26-card-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 4rem;
    padding: 0.52rem 0.82rem;
    border-radius: 999px;
    background: rgba(7, 27, 16, 0.9);
    border: 1px solid rgba(124, 255, 107, 0.18);
    color: #edffee;
    font-weight: 700;
    font-size: 0.84rem;
}

.wc26-card-round-label {
    color: var(--wc26-muted-strong);
    line-height: 1.5;
}

.wc26-card-source,
.wc26-card-status {
    padding: 0.52rem 0.8rem;
    font-size: 0.78rem;
    border: 1px solid transparent;
}

.wc26-card-source-documented {
    background: rgba(124, 255, 107, 0.14);
    border-color: rgba(124, 255, 107, 0.18);
}

.wc26-card-source-draw {
    background: rgba(110, 231, 255, 0.12);
    border-color: rgba(110, 231, 255, 0.18);
}

.wc26-card-source-bracket {
    background: rgba(247, 215, 116, 0.12);
    border-color: rgba(247, 215, 116, 0.18);
}

.wc26-card-status {
    background: rgba(255, 255, 255, 0.06);
    color: var(--wc26-text);
}

.wc26-card[data-state="live"] .wc26-card-status,
.wc26-card[data-state="window-live"] .wc26-card-status {
    background: rgba(255, 140, 140, 0.16);
    border-color: rgba(255, 140, 140, 0.18);
}

.wc26-card[data-state="finished"] .wc26-card-status,
.wc26-card[data-state="window-finished"] .wc26-card-status {
    background: rgba(148, 163, 184, 0.16);
}

.wc26-team-block {
    flex: 1 1 0;
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.9rem;
    align-items: center;
    padding: 1rem;
    border-radius: 22px;
    background:
        linear-gradient(135deg, var(--team-soft), rgba(255, 255, 255, 0.02)),
        rgba(8, 24, 15, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.wc26-team-mark {
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 0.34rem;
    position: relative;
}

.wc26-team-flag {
    width: 3.3rem;
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
    border-radius: 0.82rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 0.7rem 1.4rem rgba(0, 0, 0, 0.24);
    background: rgba(5, 18, 12, 0.9);
}

.wc26-team-code {
    min-width: 2.2rem;
    padding: 0.2rem 0.48rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.64rem;
    font-weight: 800;
    color: #02160c;
    background: linear-gradient(135deg, var(--team-accent), var(--team-secondary));
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.03);
}

.wc26-team-mark.is-fallback .wc26-team-code {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    padding: 0;
    border-radius: 50%;
    font-size: 0.82rem;
}

.wc26-team-name {
    font-size: clamp(1.1rem, 1.8vw, 1.5rem);
    line-height: 1.18;
}

.wc26-versus {
    flex: 0 0 auto;
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 0.98rem;
    font-weight: 800;
    color: #062012;
    background: linear-gradient(135deg, var(--wc26-gold), #fff2ba);
}

.wc26-card-meta {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}

.wc26-meta-item {
    padding: 0.95rem;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(6, 18, 12, 0.72);
    display: grid;
    gap: 0.35rem;
}

.wc26-meta-value {
    line-height: 1.45;
}

.wc26-card-footer {
    display: grid;
    gap: 0.4rem;
}

.wc26-countdown {
    font-size: 1.08rem;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}

@keyframes wc26-next-orbit {
    0% {
        transform: translate3d(-1%, -1%, 0) scale(0.98);
    }

    50% {
        transform: translate3d(2%, 1%, 0) scale(1.04);
    }

    100% {
        transform: translate3d(-2%, 3%, 0) scale(1.02);
    }
}

@keyframes wc26-next-glow-drift {
    0% {
        background-position: 0% 52%, 10% 6%, 100% 82%, -35% 0%;
        opacity: 0.78;
    }

    50% {
        background-position: 48% 48%, 72% 14%, 46% 76%, 42% 0%;
        opacity: 0.98;
    }

    100% {
        background-position: 100% 44%, 118% 22%, 0% 68%, 122% 0%;
        opacity: 0.82;
    }
}

@keyframes wc26-next-sheen {
    0%,
    24% {
        transform: translateX(-68%) skewX(-18deg);
        opacity: 0;
    }

    44% {
        opacity: 0.42;
    }

    68% {
        transform: translateX(30%) skewX(-18deg);
        opacity: 0.24;
    }

    100% {
        transform: translateX(62%) skewX(-18deg);
        opacity: 0;
    }
}

@keyframes wc26-float-glow-drift {
    0% {
        background-position: 0% 52%, 100% 18%, 46% 100%, -40% 0%;
    }

    50% {
        background-position: 54% 48%, 48% 14%, 88% 44%, 42% 0%;
    }

    100% {
        background-position: 100% 44%, 0% 32%, 12% 70%, 126% 0%;
    }
}

@keyframes wc26-float-glow-breathe {
    0%,
    100% {
        opacity: 0.76;
        transform: scale(0.98);
    }

    50% {
        opacity: 0.98;
        transform: scale(1.04);
    }
}

@keyframes wc26-float-sheen {
    0%,
    22% {
        transform: translateX(-72%) skewX(-18deg);
        opacity: 0;
    }

    44% {
        opacity: 0.34;
    }

    68% {
        transform: translateX(26%) skewX(-18deg);
        opacity: 0.2;
    }

    100% {
        transform: translateX(62%) skewX(-18deg);
        opacity: 0;
    }
}

@keyframes wc26-float-button-hover {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-2px);
    }
}

.wc26-page.is-scrolling .wc26-card.is-next-upcoming::before,
.wc26-page.is-scrolling .wc26-card.is-next-upcoming::after,
.wc26-page.is-scrolling .wc26-floating-next,
.wc26-page.is-scrolling .wc26-floating-next::before,
.wc26-page.is-scrolling .wc26-floating-next::after {
    animation-play-state: paused;
}

.wc26-page.is-scrolling .wc26-card.is-next-upcoming::before,
.wc26-page.is-scrolling .wc26-floating-next::before {
    opacity: 0.3;
}

.wc26-page.is-scrolling .wc26-card.is-next-upcoming::after,
.wc26-page.is-scrolling .wc26-floating-next::after {
    opacity: 0.08;
}

.wc26-page.is-scrolling .wc26-floating-next {
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .wc26-card,
    .wc26-card.is-next-upcoming::before,
    .wc26-card.is-next-upcoming::after,
    .wc26-floating-next,
    .wc26-floating-next::before,
    .wc26-floating-next::after {
        animation: none !important;
        transition: none !important;
    }

    .wc26-card.is-next-upcoming {
        transform: none;
        box-shadow:
            0 0 0 1px rgba(124, 255, 107, 0.16) inset,
            0 0 0 8px rgba(124, 255, 107, 0.035),
            0 24px 70px rgba(0, 0, 0, 0.35);
    }

    .wc26-card.is-next-upcoming::after {
        opacity: 0.26;
        transform: none;
    }

    .wc26-floating-next {
        transform: none;
        box-shadow:
            0 22px 40px rgba(0, 0, 0, 0.34),
            0 0 0 1px rgba(124, 255, 107, 0.08) inset,
            0 0 22px rgba(124, 255, 107, 0.14);
    }

    .wc26-floating-next::before {
        opacity: 0.82;
        transform: none;
    }

    .wc26-floating-next::after {
        opacity: 0.18;
        transform: none;
    }
}

.wc26-empty {
    border-radius: 24px;
    padding: 1.2rem;
    text-align: center;
}

.wc26-panel {
    padding: 1.25rem;
    border-radius: 28px;
}

.wc26-panel-highlight {
    min-height: 100%;
}

.wc26-matrix-table-wrap {
    overflow-x: auto;
}

.wc26-matrix-table {
    width: 100%;
    border-collapse: collapse;
}

.wc26-matrix-table th,
.wc26-matrix-table td {
    padding: 0.85rem 0.95rem;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    vertical-align: top;
}

.wc26-matrix-table th {
    color: var(--wc26-muted);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.74rem;
}

.wc26-host-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wc26-host-card {
    background: rgba(6, 18, 12, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.wc26-floating-next {
    position: fixed;
    right: 1.1rem;
    bottom: 1.2rem;
    z-index: 40;
    isolation: isolate;
    overflow: hidden;
    cursor: pointer;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 0.82rem;
    min-width: 246px;
    padding: 0.9rem 1rem;
    border-radius: 20px;
    border: 1px solid rgba(124, 255, 107, 0.28);
    background:
        linear-gradient(135deg, rgba(124, 255, 107, 0.24), rgba(110, 231, 255, 0.16)),
        rgba(6, 18, 12, 0.94);
    color: #f4fff7;
    box-shadow:
        0 22px 40px rgba(0, 0, 0, 0.34),
        0 0 0 1px rgba(124, 255, 107, 0.08) inset;
    transition:
        transform 220ms ease,
        box-shadow 220ms ease,
        border-color 220ms ease;
}

.wc26-floating-next::before,
.wc26-floating-next::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    z-index: 0;
}

.wc26-floating-next::before {
    inset: -36%;
    background:
        radial-gradient(circle at 18% 48%, rgba(124, 255, 107, 0.34), transparent 18%),
        radial-gradient(circle at 76% 26%, rgba(110, 231, 255, 0.24), transparent 20%),
        radial-gradient(circle at 58% 82%, rgba(247, 215, 116, 0.18), transparent 18%),
        linear-gradient(118deg, transparent 10%, rgba(124, 255, 107, 0.12) 34%, transparent 56%, rgba(110, 231, 255, 0.1) 76%, transparent 100%);
    background-size: 180% 180%, 180% 180%, 170% 170%, 220% 100%;
    background-position: 0% 52%, 100% 18%, 46% 100%, -40% 0%;
    opacity: 0.56;
    animation:
        wc26-float-glow-drift 8.8s linear infinite,
        wc26-float-glow-breathe 4.2s ease-in-out infinite;
}

.wc26-floating-next::after {
    background:
        linear-gradient(112deg, transparent 16%, rgba(255, 255, 255, 0.22) 38%, transparent 58%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 42%, rgba(124, 255, 107, 0.08) 100%);
    opacity: 0.16;
    transform: translateX(-70%) skewX(-18deg);
    animation: wc26-float-sheen 5.8s ease-in-out infinite;
}

.wc26-floating-next > * {
    position: relative;
    z-index: 1;
}

.wc26-floating-next-icon {
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.86) 0 9%, transparent 10% 100%),
        linear-gradient(135deg, rgba(124, 255, 107, 0.92), rgba(110, 231, 255, 0.92));
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.12) inset,
        0 0 18px rgba(124, 255, 107, 0.18);
}

.wc26-floating-next-icon::before {
    content: "";
    width: 0.66rem;
    height: 0.66rem;
    border-top: 2px solid #04200e;
    border-right: 2px solid #04200e;
    transform: rotate(45deg) translate(-0.06rem, 0.06rem);
}

.wc26-floating-next-copy {
    min-width: 0;
    display: grid;
    gap: 0.1rem;
    text-align: left;
}

.wc26-floating-next-label {
    font-weight: 800;
    font-size: 0.97rem;
    text-shadow: 0 0 16px rgba(124, 255, 107, 0.14);
}

.wc26-floating-next-meta {
    color: var(--wc26-muted);
    font-size: 0.85rem;
}

.wc26-floating-next-cta {
    align-self: center;
    padding: 0.46rem 0.72rem;
    border-radius: 999px;
    background: rgba(4, 19, 11, 0.66);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #f4fff7;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 0 0 1px rgba(124, 255, 107, 0.08) inset;
}

.wc26-floating-next:not(:disabled) {
    animation: wc26-float-button-hover 3.8s ease-in-out infinite;
}

.wc26-floating-next:hover,
.wc26-floating-next:focus-visible {
    border-color: rgba(124, 255, 107, 0.42);
    box-shadow:
        0 26px 48px rgba(0, 0, 0, 0.38),
        0 0 0 1px rgba(124, 255, 107, 0.16) inset,
        0 0 28px rgba(124, 255, 107, 0.18);
}

.wc26-floating-next:hover .wc26-floating-next-cta,
.wc26-floating-next:focus-visible .wc26-floating-next-cta {
    background: rgba(124, 255, 107, 0.18);
    border-color: rgba(124, 255, 107, 0.2);
}

.wc26-floating-next:active {
    transform: translateY(0);
}

.wc26-floating-next:disabled {
    opacity: 0.7;
    cursor: default;
}

.wc26-stage-card:focus-visible,
.wc26-group-card:focus-visible,
.wc26-filter:focus-visible,
.wc26-hero-button:focus-visible,
.wc26-floating-next:focus-visible {
    outline: 2px solid rgba(124, 255, 107, 0.72);
    outline-offset: 3px;
}

@media (max-width: 1240px) {
    .wc26-stats,
    .wc26-group-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wc26-timezone-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wc26-rail {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1080px) {
    .wc26-hero,
    .wc26-intelligence,
    .wc26-bottom-grid {
        grid-template-columns: 1fr;
    }

    .wc26-card-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wc26-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .wc26-rail {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .wc26-page {
        padding: 2.6rem 0.8rem 5.2rem;
    }

    .wc26-shell {
        gap: 0.9rem;
    }

    .wc26-stats,
    .wc26-group-grid,
    .wc26-host-grid,
    .wc26-selects,
    .wc26-timezone-grid {
        grid-template-columns: 1fr;
    }

    .wc26-hero {
        gap: 1rem;
        padding: 1.2rem;
    }

    .wc26-hero-copy {
        gap: 0.9rem;
    }

    .wc26-intro {
        font-size: 0.96rem;
        line-height: 1.65;
    }

    .wc26-chip-row,
    .wc26-hero-actions,
    .wc26-filter-bands,
    .wc26-legend,
    .wc26-watch-split,
    .wc26-card-badges {
        gap: 0.55rem;
    }

    .wc26-chip,
    .wc26-hero-link,
    .wc26-hero-button,
    .wc26-filter {
        padding: 0.62rem 0.86rem;
        font-size: 0.86rem;
    }

    .wc26-spotlight {
        gap: 0.75rem;
        padding: 1rem;
    }

    .wc26-stats {
        gap: 0.8rem;
    }

    .wc26-stat-card {
        min-height: 0;
        padding: 0.95rem 1rem;
    }

    .wc26-stat-value {
        font-size: clamp(1.55rem, 5vw, 2.1rem);
    }

    .wc26-stat-note {
        font-size: 0.84rem;
        line-height: 1.5;
    }

    .wc26-rail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem;
    }

    .wc26-stage-card {
        min-width: 0;
        padding: 0.85rem;
    }

    .wc26-intelligence,
    .wc26-bottom-grid {
        gap: 0.85rem;
    }

    .wc26-timezone-card,
    .wc26-host-card,
    .wc26-watch-card,
    .wc26-group-card {
        padding: 0.9rem;
    }

    .wc26-watch-card h3,
    .wc26-section-title {
        line-height: 1.08;
    }

    .wc26-group-grid {
        gap: 0.8rem;
    }

    .wc26-group-card {
        gap: 0.75rem;
    }

    .wc26-group-team-list {
        gap: 0.55rem;
    }

    .wc26-group-team-code {
        min-width: 1.52rem;
        padding: 0.12rem 0.32rem;
        font-size: 0.54rem;
    }

    .wc26-group-team-mark {
        width: 2rem;
        gap: 0.18rem;
    }

    .wc26-group-team-flag {
        width: 2rem;
        border-radius: 0.46rem;
    }

    .wc26-group-team-mark.is-fallback .wc26-group-team-code {
        width: 2rem;
        min-width: 2rem;
        height: 2rem;
        font-size: 0.66rem;
    }

    .wc26-flag-tooltip {
        padding: 0.4rem 0.58rem;
        border-radius: 0.72rem;
        font-size: 0.64rem;
    }

    .wc26-controls {
        padding: 1rem;
        gap: 0.85rem;
    }

    .wc26-control-stack {
        gap: 0.8rem;
    }

    .wc26-search input,
    .wc26-select select {
        padding: 0.8rem 0.9rem;
        border-radius: 15px;
    }

    .wc26-source-note,
    .wc26-results {
        font-size: 0.88rem;
    }

    .wc26-toolbar {
        padding: 0.85rem 1rem;
        gap: 0.7rem;
    }

    .wc26-fixtures {
        gap: 0.8rem;
    }

    .wc26-card {
        padding: 1rem;
        gap: 0.8rem;
    }

    .wc26-card-topline,
    .wc26-card-round,
    .wc26-card-body {
        gap: 0.8rem;
    }

    .wc26-card-number {
        min-width: 3.4rem;
        padding: 0.44rem 0.72rem;
        font-size: 0.76rem;
    }

    .wc26-card-round-label {
        font-size: 0.92rem;
        line-height: 1.4;
    }

    .wc26-card-source,
    .wc26-card-status {
        padding: 0.44rem 0.68rem;
        font-size: 0.72rem;
    }

    .wc26-team-block {
        gap: 0.75rem;
        padding: 0.85rem;
        border-radius: 18px;
    }

    .wc26-team-code {
        min-width: 1.95rem;
        padding: 0.16rem 0.42rem;
        font-size: 0.58rem;
    }

    .wc26-team-mark {
        gap: 0.28rem;
    }

    .wc26-team-flag {
        width: 2.75rem;
        border-radius: 0.68rem;
    }

    .wc26-team-mark.is-fallback .wc26-team-code {
        width: 2.55rem;
        min-width: 2.55rem;
        height: 2.55rem;
        font-size: 0.72rem;
    }

    .wc26-team-name {
        font-size: 1.02rem;
        line-height: 1.14;
    }

    .wc26-card-body {
        flex-direction: column;
        align-items: stretch;
    }

    .wc26-versus {
        width: 3.3rem;
        height: 3.3rem;
        font-size: 0.85rem;
        align-self: center;
    }

    .wc26-card-meta {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .wc26-meta-item {
        padding: 0.75rem 0.8rem;
        border-radius: 15px;
    }

    .wc26-meta-value {
        font-size: 0.92rem;
    }

    .wc26-countdown {
        font-size: 0.98rem;
    }

    .wc26-card-note,
    .wc26-panel-copy,
    .wc26-host-card p,
    .wc26-timezone-card p,
    .wc26-watch-card p {
        font-size: 0.92rem;
        line-height: 1.58;
    }

    .wc26-panel {
        padding: 1rem;
    }

    .wc26-matrix-table th,
    .wc26-matrix-table td {
        padding: 0.7rem 0.75rem;
    }
}

@media (max-width: 640px) {
    .wc26-hero,
    .wc26-controls,
    .wc26-card,
    .wc26-panel,
    .wc26-watch-card {
        border-radius: 22px;
    }

    .wc26-title {
        max-width: none;
        font-size: clamp(1.95rem, 10vw, 2.8rem);
        line-height: 1.02;
    }

    .wc26-kicker {
        padding: 0.48rem 0.78rem;
        font-size: 0.68rem;
        gap: 0.45rem;
    }

    .wc26-kicker-ball {
        width: 0.66rem;
        height: 0.66rem;
    }

    .wc26-spotlight-title {
        font-size: 1.38rem;
    }

    .wc26-spotlight-countdown {
        font-size: 1.28rem;
    }

    .wc26-rail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wc26-stage-card {
        min-width: 0;
        padding: 0.78rem;
    }

    .wc26-stage-card-label,
    .wc26-stage-card-window,
    .wc26-stage-card-note {
        font-size: 0.74rem;
    }

    .wc26-stage-card-value {
        font-size: 1.06rem;
    }

    .wc26-card-topline {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.6rem;
    }

    .wc26-card-badges {
        gap: 0.45rem;
    }

    .wc26-group-team-list {
        grid-template-columns: 1fr 1fr;
    }

    .wc26-watch-split {
        font-size: 0.84rem;
    }

    .wc26-floating-next {
        left: 0.8rem;
        right: 0.8rem;
        min-width: 0;
        padding: 0.78rem 0.9rem;
        column-gap: 0.68rem;
        border-radius: 16px;
    }

    .wc26-floating-next-icon {
        width: 2.2rem;
        height: 2.2rem;
    }

    .wc26-floating-next-icon::before {
        width: 0.56rem;
        height: 0.56rem;
    }

    .wc26-floating-next-label {
        font-size: 0.92rem;
    }

    .wc26-floating-next-meta {
        font-size: 0.78rem;
    }

    .wc26-floating-next-cta {
        padding: 0.4rem 0.62rem;
        font-size: 0.7rem;
    }
}

@media (max-width: 430px) {
    .wc26-page {
        padding: 2.2rem 0.7rem 4.8rem;
    }

    .wc26-shell {
        gap: 0.75rem;
    }

    .wc26-hero,
    .wc26-controls,
    .wc26-card,
    .wc26-panel,
    .wc26-watch-card,
    .wc26-timezone-card,
    .wc26-host-card,
    .wc26-group-card,
    .wc26-stat-card,
    .wc26-toolbar {
        border-radius: 18px;
    }

    .wc26-hero {
        padding: 1rem;
        gap: 0.85rem;
    }

    .wc26-intro,
    .wc26-card-note,
    .wc26-panel-copy,
    .wc26-host-card p,
    .wc26-timezone-card p,
    .wc26-watch-card p {
        font-size: 0.88rem;
    }

    .wc26-chip,
    .wc26-hero-link,
    .wc26-hero-button,
    .wc26-filter {
        padding: 0.54rem 0.74rem;
        font-size: 0.8rem;
    }

    .wc26-stats,
    .wc26-group-grid,
    .wc26-timezone-grid,
    .wc26-host-grid,
    .wc26-selects {
        gap: 0.7rem;
    }

    .wc26-stat-card,
    .wc26-controls,
    .wc26-card,
    .wc26-panel {
        padding: 0.88rem;
    }

    .wc26-rail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.55rem;
    }

    .wc26-stage-card {
        padding: 0.72rem;
        border-radius: 16px;
    }

    .wc26-stage-card-label,
    .wc26-stage-card-window,
    .wc26-stage-card-note {
        font-size: 0.7rem;
    }

    .wc26-stage-card-value {
        font-size: 0.98rem;
    }

    .wc26-card-round-label {
        font-size: 0.86rem;
    }

    .wc26-team-block {
        padding: 0.75rem;
        gap: 0.68rem;
    }

    .wc26-team-code {
        min-width: 1.8rem;
        padding: 0.14rem 0.38rem;
        font-size: 0.54rem;
    }

    .wc26-team-flag {
        width: 2.45rem;
        border-radius: 0.58rem;
    }

    .wc26-team-mark.is-fallback .wc26-team-code {
        width: 2.3rem;
        min-width: 2.3rem;
        height: 2.3rem;
        font-size: 0.68rem;
    }

    .wc26-team-name {
        font-size: 0.96rem;
    }

    .wc26-versus {
        width: 2.95rem;
        height: 2.95rem;
        font-size: 0.8rem;
    }

    .wc26-meta-item {
        padding: 0.68rem 0.72rem;
    }

    .wc26-meta-label {
        font-size: 0.68rem;
    }

    .wc26-meta-value {
        font-size: 0.88rem;
    }

    .wc26-countdown {
        font-size: 0.92rem;
    }

    .wc26-source-note,
    .wc26-results,
    .wc26-watch-split,
    .wc26-floating-next-meta {
        font-size: 0.8rem;
    }
}

@media (max-width: 340px) {
    .wc26-rail {
        grid-template-columns: 1fr;
    }
}
