:root {
    --ink: #172026;
    --muted: #5d6b73;
    --line: #d9e1e5;
    --paper: #f7f6f1;
    --panel: #ffffff;
    --night: #0c2632;
    --green: #13795b;
    --red: #c83f3f;
    --gold: #c99b39;
    --blue: #2868a6;
    --shadow: 0 16px 40px rgba(16, 32, 38, 0.12);
    --radius: 8px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background:
        linear-gradient(180deg, rgba(247, 246, 241, 0.96), rgba(239, 242, 239, 0.98)),
        url("../img/stadium-grid.png") center top / 1120px auto fixed;
}

a {
    color: inherit;
    text-decoration: none;
}

main {
    width: min(1440px, calc(100% - 32px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 72px;
    padding: 12px max(16px, calc((100vw - 1440px) / 2 + 16px));
    background: rgba(247, 246, 241, 0.92);
    border-bottom: 1px solid rgba(23, 32, 38, 0.12);
    backdrop-filter: blur(16px);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 220px;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    color: #fff;
    font-weight: 850;
    background: conic-gradient(from 210deg, var(--green), var(--blue), var(--red), var(--gold), var(--green));
    border-radius: 50%;
}

.brand strong,
.brand small {
    display: block;
}

.brand strong {
    font-size: 16px;
    line-height: 1.1;
}

.brand small {
    margin-top: 2px;
    color: var(--muted);
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.primary-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    flex-wrap: wrap;
}

.primary-nav a {
    padding: 9px 12px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
    border-radius: 999px;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
    color: var(--ink);
    background: rgba(19, 121, 91, 0.12);
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: var(--radius);
}

.nav-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: var(--ink);
}

.hero,
.page-head,
.entity-head {
    margin: 24px 0;
    border-radius: var(--radius);
}

.hero {
    min-height: 430px;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    align-items: end;
    gap: 24px;
    padding: clamp(24px, 5vw, 64px);
    color: #fff;
    background:
        linear-gradient(110deg, rgba(12, 38, 50, 0.93), rgba(12, 38, 50, 0.68) 52%, rgba(19, 121, 91, 0.58)),
        url("../img/stadium-grid.png") center / cover;
    overflow: hidden;
}

.hero h1,
.page-head h1,
.entity-head h1 {
    max-width: 900px;
    margin: 0;
    font-size: clamp(40px, 7vw, 86px);
    line-height: 0.96;
    letter-spacing: 0;
}

.hero__lead {
    max-width: 760px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 18px;
    line-height: 1.6;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.hero-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    align-self: stretch;
    min-height: 260px;
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius);
}

.hero-panel div {
    display: grid;
    align-content: center;
    padding: 22px;
    background: rgba(255, 255, 255, 0.1);
}

.hero-panel span {
    font-size: 42px;
    font-weight: 850;
    line-height: 1;
}

.hero-panel small {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.eyebrow {
    margin: 0 0 8px;
    color: var(--green);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero .eyebrow,
.entity-head .eyebrow {
    color: #9fe6c7;
}

.page-head,
.entity-head {
    padding: clamp(24px, 5vw, 56px);
    background: var(--panel);
    border: 1px solid var(--line);
}

.page-head p:last-child,
.entity-head p:last-child {
    max-width: 780px;
    margin: 16px 0 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.6;
}

.page-head--image,
.entity-head--venue {
    color: #fff;
    background:
        linear-gradient(115deg, rgba(12, 38, 50, 0.95), rgba(40, 104, 166, 0.62)),
        url("../img/stadium-grid.png") center / cover;
    border: 0;
}

.page-head--image p,
.entity-head--venue p {
    color: rgba(255, 255, 255, 0.82);
}

.entity-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    color: #fff;
    background:
        linear-gradient(120deg, rgba(12, 38, 50, 0.88), rgba(12, 38, 50, 0.72)),
        linear-gradient(90deg, var(--team-color), var(--team-alt));
}

.entity-flag {
    display: grid;
    justify-items: end;
    gap: 12px;
    min-width: min(360px, 38vw);
}

.entity-flag__image {
    width: min(360px, 38vw);
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 24px 0;
}

.content-band {
    margin: 24px 0;
    padding: clamp(18px, 3vw, 28px);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.panel {
    min-width: 0;
    padding: clamp(16px, 3vw, 24px);
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 10px 26px rgba(23, 32, 38, 0.05);
}

.panel--accent {
    background: linear-gradient(180deg, #ffffff, #f0faf5);
    border-color: rgba(19, 121, 91, 0.24);
}

.panel--image {
    color: #fff;
    background:
        linear-gradient(135deg, rgba(12, 38, 50, 0.92), rgba(23, 32, 38, 0.5)),
        url("../img/stadium-grid.png") center / cover;
    border: 0;
}

.panel--image .eyebrow,
.panel--image a,
.panel--image h2 {
    color: #fff;
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.section-head h2,
.knockout-column h2,
.mini-table h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.1;
}

.section-head a {
    flex: none;
    color: var(--green);
    font-size: 14px;
    font-weight: 800;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    color: var(--ink);
    font-weight: 800;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.button--primary {
    color: #fff;
    background: var(--green);
    border-color: var(--green);
}

.match-grid,
.group-preview-grid,
.team-grid,
.venue-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.group-preview-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.match-card {
    position: relative;
    min-width: 0;
    padding: 15px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.match-card__meta,
.match-card__details,
.broadcasts {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
}

.match-card__teams {
    position: relative;
    display: grid;
    gap: 9px;
    margin: 14px 0;
}

.team-line {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 34px;
}

.team-line span {
    min-width: 0;
    overflow: hidden;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.team-line strong {
    font-size: 22px;
    line-height: 1;
}

.team-line--winner span,
.team-line--winner strong {
    color: var(--green);
}

.match-card__versus {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 4px 8px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 850;
    background: #eef3f0;
    border-radius: 999px;
    transform: translateY(-50%);
}

.match-card__details a {
    color: var(--blue);
}

.match-card__headline {
    margin: 12px 0 0;
    color: var(--ink);
    font-size: 13px;
    line-height: 1.45;
}

.broadcasts {
    margin-top: 12px;
}

.broadcasts span {
    padding: 4px 7px;
    background: #f1f4f5;
    border-radius: 999px;
}

.pill {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 8px;
    color: var(--muted);
    background: #eef2f2;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 850;
}

.pill--post {
    color: #fff;
    background: var(--green);
}

.pill--in {
    color: #fff;
    background: var(--red);
}

.pill--pre {
    color: var(--ink);
    background: #f3d98b;
}

.team-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: auto;
    min-width: 78px;
    height: 38px;
    padding: 3px 8px 3px 3px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 900;
    background: #fff;
    border: 1px solid rgba(23, 32, 38, 0.14);
    border-radius: 6px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.team-badge img {
    width: 44px;
    height: 30px;
    object-fit: cover;
    background: #f5f7f6;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(23, 32, 38, 0.14);
}

.team-badge__code {
    line-height: 1;
}

.team-badge__fallback {
    display: grid;
    place-items: center;
    width: 44px;
    height: 30px;
    color: var(--team-alt);
    background: var(--team-color);
    border-radius: 3px;
}

.team-badge--sm {
    min-width: 58px;
    height: 28px;
    gap: 5px;
    padding: 2px 6px 2px 2px;
    font-size: 10px;
}

.team-badge--sm img,
.team-badge--sm .team-badge__fallback {
    width: 34px;
    height: 22px;
}

.team-badge--slot {
    min-width: 52px;
    padding: 2px 7px;
    color: var(--muted);
    background: #f3f6f5;
    border-style: dashed;
    box-shadow: none;
}

.team-badge__slot {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mini-table {
    padding: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.mini-table h3 {
    margin-bottom: 10px;
    font-size: 15px;
}

.mini-table a,
.third-list a,
.venue-mini-grid a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 6px 0;
    border-top: 1px solid #eef2f2;
}

.mini-table a:first-of-type,
.third-list a:first-child,
.venue-mini-grid a:first-child {
    border-top: 0;
}

.mini-table span,
.third-list span {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    gap: 7px;
    font-weight: 800;
}

.third-list small {
    color: var(--muted);
    font-weight: 700;
}

.venue-mini-grid {
    display: grid;
    gap: 4px;
}

.venue-mini-grid a {
    align-items: start;
    flex-direction: column;
}

.venue-mini-grid span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
}

.filters {
    display: grid;
    grid-template-columns: minmax(220px, 1.4fr) repeat(5, minmax(140px, 1fr)) auto auto;
    gap: 10px;
    align-items: end;
    margin: 24px 0;
    padding: 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.filters label {
    display: grid;
    gap: 6px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 850;
    text-transform: uppercase;
}

.filters input,
.filters select {
    width: 100%;
    min-height: 42px;
    padding: 9px 10px;
    color: var(--ink);
    font: inherit;
    font-size: 14px;
    text-transform: none;
    background: #f9fbfa;
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.timeline {
    display: grid;
    gap: 12px;
}

.timeline h3 {
    position: sticky;
    top: 78px;
    z-index: 3;
    margin: 14px 0 0;
    padding: 10px 12px;
    color: #fff;
    font-size: 15px;
    background: var(--night);
    border-radius: var(--radius);
}

.standings-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.table-wrap {
    width: 100%;
    overflow-x: auto;
}

.standings-table {
    width: 100%;
    min-width: 620px;
    border-collapse: collapse;
    font-size: 14px;
}

.standings-table th,
.standings-table td {
    padding: 10px 8px;
    text-align: right;
    border-bottom: 1px solid #edf1f1;
}

.standings-table th {
    color: var(--muted);
    font-size: 11px;
    text-transform: uppercase;
}

.standings-table th:nth-child(2),
.standings-table td:nth-child(2) {
    text-align: left;
}

.table-team {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 180px;
    font-weight: 800;
}

.team-grid,
.venue-grid {
    margin: 24px 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.team-card,
.venue-card {
    position: relative;
    overflow: hidden;
    min-height: 170px;
    padding: 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.team-card:hover,
.venue-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

.team-card {
    border-top: 5px solid var(--team-color);
}

.team-card__flag {
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    min-width: 150px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    opacity: 0.16;
    transform: translate(16%, -20%) rotate(-4deg);
    transform-origin: center;
}

.team-card div,
.venue-card div {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
}

.team-card h2,
.venue-card h2 {
    position: relative;
    z-index: 1;
    margin: 18px 0 8px;
    font-size: 22px;
    line-height: 1.1;
}

.team-card p,
.venue-card p,
.venue-card small {
    position: relative;
    z-index: 1;
    color: var(--muted);
    line-height: 1.5;
}

.venue-card {
    color: #fff;
    background:
        linear-gradient(145deg, rgba(12, 38, 50, 0.94), rgba(19, 121, 91, 0.7)),
        url("../img/stadium-grid.png") center / cover;
    border: 0;
}

.venue-card div,
.venue-card p,
.venue-card small {
    color: rgba(255, 255, 255, 0.82);
}

.stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.stat-grid div {
    min-height: 96px;
    display: grid;
    align-content: center;
    padding: 14px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(19, 121, 91, 0.18);
    border-radius: var(--radius);
}

.stat-grid span {
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

.stat-grid small {
    margin-top: 6px;
    color: var(--muted);
    font-weight: 800;
    text-transform: uppercase;
}

.knockout-board {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 14px;
    margin: 24px 0;
    overflow-x: visible;
    padding: 0;
}

.knockout-column {
    display: grid;
    align-content: start;
    gap: 8px;
    min-width: 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.knockout-column__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 6px;
    min-height: 38px;
    padding: 0 0 8px;
    border-bottom: 1px solid var(--line);
}

.knockout-column__head h2 {
    margin: 0;
    font-size: 16px;
    line-height: 1.05;
}

.knockout-column__head span {
    flex: none;
    color: var(--muted);
    font-size: 10px;
    font-weight: 850;
    text-transform: uppercase;
}

.bracket-match {
    position: relative;
    display: grid;
    gap: 6px;
    min-width: 0;
    padding: 8px;
    background: #fff;
    border: 1px solid rgba(23, 32, 38, 0.12);
    border-radius: var(--radius);
    box-shadow: 0 8px 18px rgba(23, 32, 38, 0.05);
}

.bracket-match::before {
    content: "";
    position: absolute;
    left: -11px;
    top: 50%;
    width: 10px;
    border-top: 1px solid rgba(19, 121, 91, 0.35);
}

.knockout-column:first-child .bracket-match::before {
    display: none;
}

.bracket-match__head,
.bracket-match__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-width: 0;
    color: var(--muted);
    font-size: 11px;
    font-weight: 850;
    text-transform: uppercase;
}

.bracket-match__head strong {
    color: var(--green);
}

.bracket-side {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 6px;
    min-height: 30px;
    padding: 3px;
    background: #f8faf9;
    border: 1px solid #eef2f2;
    border-radius: 6px;
}

.bracket-side > span:not(.team-badge) {
    min-width: 0;
    color: var(--ink);
    font-size: 12px;
    font-weight: 850;
    line-height: 1.15;
    white-space: normal;
}

.bracket-side > strong {
    min-width: 18px;
    text-align: right;
    font-size: 16px;
}

.bracket-side--winner {
    border-color: rgba(19, 121, 91, 0.35);
    background: #f0faf5;
}

.bracket-side--winner > span:not(.team-badge),
.bracket-side--winner > strong {
    color: var(--green);
}

.bracket-versus {
    justify-self: center;
    min-width: 34px;
    padding: 2px 8px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    background: #eef3f0;
    border-radius: 999px;
}

.bracket-match__meta {
    padding-top: 2px;
    text-transform: none;
    font-size: 10px;
}

.bracket-match__meta a {
    min-width: 0;
    color: var(--blue);
    text-align: right;
    white-space: normal;
}

@media (min-width: 1680px) {
    .knockout-board {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

.data-list {
    display: grid;
    gap: 12px;
    margin: 0;
}

.data-list div {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #edf1f1;
}

.data-list dt {
    color: var(--muted);
    font-weight: 850;
}

.data-list dd {
    margin: 0;
}

.data-list a,
.prose a {
    color: var(--blue);
    font-weight: 800;
}

.prose {
    max-width: 900px;
}

.prose h2 {
    margin: 0 0 10px;
}

.prose h2 + p {
    margin-top: 0;
}

.prose pre {
    overflow-x: auto;
    padding: 14px;
    color: #e8fff4;
    background: var(--night);
    border-radius: var(--radius);
}

.empty-state {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

.site-footer {
    width: min(1440px, calc(100% - 32px));
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 40px auto 0;
    padding: 24px 0 36px;
    color: var(--muted);
    border-top: 1px solid var(--line);
}

.site-footer div {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.site-footer a {
    color: var(--green);
    font-weight: 800;
}

@media (max-width: 1180px) {
    .filters {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .match-grid,
    .team-grid,
    .venue-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

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

    .knockout-column {
        min-width: 0;
    }
}

@media (max-width: 860px) {
    main {
        width: min(100% - 20px, 720px);
    }

    .site-header {
        min-height: 64px;
    }

    .brand {
        min-width: 0;
    }

    .nav-toggle {
        display: block;
    }

    .primary-nav {
        position: absolute;
        left: 10px;
        right: 10px;
        top: calc(100% + 8px);
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 10px;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: var(--radius);
        box-shadow: var(--shadow);
    }

    .primary-nav.is-open {
        display: flex;
    }

    .primary-nav a {
        border-radius: var(--radius);
    }

    .hero,
    .dashboard-grid,
    .standings-grid {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: 0;
        padding: 28px 18px;
    }

    .hero h1,
    .page-head h1,
    .entity-head h1 {
        font-size: 42px;
    }

    .hero-panel {
        min-height: 180px;
    }

    .filters,
    .match-grid,
    .group-preview-grid,
    .team-grid,
    .venue-grid {
        grid-template-columns: 1fr;
    }

    .knockout-board {
        display: grid;
        grid-template-columns: 1fr;
        overflow-x: visible;
    }

    .knockout-column {
        min-width: 0;
    }

    .knockout-column__head {
        min-height: 44px;
    }

    .bracket-match::before {
        display: none;
    }

    .section-head {
        align-items: start;
        flex-direction: column;
    }

    .entity-head {
        align-items: start;
        flex-direction: column;
    }

    .entity-flag {
        justify-items: start;
        min-width: 100%;
    }

    .entity-flag__image {
        width: min(100%, 420px);
    }

    .timeline h3 {
        top: 68px;
    }

    .site-footer {
        width: min(100% - 20px, 720px);
        flex-direction: column;
    }
}

@media (max-width: 520px) {
    .hero h1,
    .page-head h1,
    .entity-head h1 {
        font-size: 34px;
    }

    .hero-panel {
        grid-template-columns: 1fr 1fr;
    }

    .hero-panel span {
        font-size: 30px;
    }

    .page-head,
    .entity-head,
    .content-band,
    .panel {
        padding: 16px;
    }

    .team-line span {
        white-space: normal;
    }

    .bracket-side > span:not(.team-badge) {
        white-space: normal;
    }

    .data-list div {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}
