:root {
    --bg: #f3f6ee;
    --surface: #ffffff;
    --surface-alt: #f9fbf6;
    --ink: #152126;
    --muted: #5f6d74;
    --line: #d8e2d5;
    --accent: #13795b;
    --accent-strong: #0d5a43;
    --accent-soft: #e4f5ef;
    --warning: #f7b500;
    --shadow: 0 22px 44px rgba(21, 33, 38, 0.08);
    --radius-xl: 28px;
    --radius-lg: 22px;
    --radius-md: 18px;
    --slot-width: 100%;
    --slot-height: auto;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Source Sans 3', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background:
        radial-gradient(circle at top right, rgba(19, 121, 91, 0.14), transparent 28%),
        linear-gradient(180deg, #fbfcf8 0%, var(--bg) 100%);
    color: var(--ink);
}

main {
    flex: 1;
}

h1,
h2,
h3,
.navbar-brand {
    font-family: 'Space Grotesk', sans-serif;
}

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

.site-navbar {
    background: rgba(14, 24, 28, 0.95) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
}

.site-topbar {
    background: #dff1e8;
    border-bottom: 1px solid rgba(13, 90, 67, 0.12);
    color: var(--accent-strong);
    font-size: 0.92rem;
}

.site-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 44px;
}

.site-topbar a {
    font-weight: 700;
}

.flash-wrap {
    padding-top: 1rem;
}

.flash-message {
    padding: 0.9rem 1rem;
    border-radius: var(--radius-md);
    border: 1px solid transparent;
    box-shadow: var(--shadow);
}

.flash-message--success {
    background: rgba(228, 245, 239, 0.9);
    border-color: rgba(13, 90, 67, 0.2);
    color: #0d5a43;
}

.flash-message--danger {
    background: rgba(255, 232, 232, 0.9);
    border-color: rgba(161, 25, 25, 0.2);
    color: #a11919;
}

.site-brand {
    font-weight: 700;
    letter-spacing: 0.02em;
}

.site-footer {
    background: #0e181c;
    color: #f5f7f4;
}

.site-footer-copy {
    color: rgba(245, 247, 244, 0.72);
}

.hero-shell,
.section-shell {
    padding: 2.5rem 0;
}

.page-hero {
    padding: 2.5rem 0 1.25rem;
    background:
        radial-gradient(circle at top left, rgba(19, 121, 91, 0.12), transparent 22%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0));
}

.section-shell--tight {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.section-shell--dense {
    padding-top: 1rem;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
    color: var(--accent-strong);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.section-kicker::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--warning), var(--accent));
}

.hero-title {
    margin: 0;
    font-size: clamp(2.2rem, 5vw, 4.1rem);
    line-height: 0.95;
    max-width: 12ch;
}

.hero-title--detail {
    font-size: clamp(2rem, 4vw, 3.3rem);
    max-width: none;
}

.hero-copy,
.section-copy,
.feature-copy,
.schedule-copy,
.panel-card p {
    color: var(--muted);
    font-size: 1.05rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.hero-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 1.1rem;
    color: var(--muted);
    font-size: 0.95rem;
}

.hero-breadcrumbs a {
    color: var(--accent-strong);
    font-weight: 700;
}

.hero-title--center,
.hero-copy--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.section-heading--compact {
    margin-bottom: 1rem;
}

.section-title {
    margin: 0;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.section-title--small {
    font-size: 1.55rem;
}

.feature-card,
.panel-card,
.schedule-item {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(216, 226, 213, 0.85);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
}

.feature-card,
.panel-card {
    padding: 1.5rem;
}

.panel-card--hero {
    padding: 1.8rem;
}

.panel-card--empty {
    text-align: center;
}

.feature-card-top,
.schedule-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
}

.feature-title,
.panel-title,
.schedule-title {
    margin: 0.5rem 0 0.75rem;
}

.schedule-title span {
    color: var(--muted);
}

.feature-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1rem 0;
    color: var(--muted);
}

.sport-pill,
.tag-chip,
.status-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
}

.sport-pill {
    padding: 0.45rem 0.8rem;
    background: var(--accent-soft);
    color: var(--accent-strong);
}

.tag-row,
.mini-list,
.partner-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.tag-chip,
.mini-list span {
    padding: 0.45rem 0.8rem;
    background: #eef2ea;
    border: 1px solid var(--line);
    color: var(--ink);
}

.status-chip {
    padding: 0.45rem 0.8rem;
    white-space: nowrap;
}

.status-chip--scheduled {
    background: #edf5ff;
    color: #2459a8;
}

.status-chip--live {
    background: #ffe8e8;
    color: #a11919;
}

.status-chip--final {
    background: #ecf4ed;
    color: #2e6a42;
}

.status-chip--suspended {
    background: #fff2d8;
    color: #9b6a00;
}

.feature-link,
.schedule-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 1.2rem;
    color: var(--accent-strong);
    font-weight: 700;
}

.schedule-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cluster-card {
    margin-bottom: 1rem;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(216, 226, 213, 0.88);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
}

.cluster-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.cluster-header h3 {
    margin: 0;
}

.cluster-link {
    color: var(--accent-strong);
    font-weight: 700;
}

.schedule-item {
    display: grid;
    grid-template-columns: 92px 1fr auto;
    gap: 1rem;
    padding: 1rem;
}

.schedule-time {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    border-radius: var(--radius-md);
    background: linear-gradient(160deg, #10272f, #18434f);
    color: #f8fbf7;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
}

.schedule-competition {
    color: var(--accent-strong);
    font-size: 0.92rem;
    font-weight: 700;
}

.schedule-body {
    min-width: 0;
}

.schedule-link {
    align-self: center;
    margin-top: 0;
}

.section-link {
    color: var(--accent-strong);
    font-weight: 700;
}

.stats-grid,
.roadmap-stat-grid,
.signal-grid,
.entity-grid,
.roadmap-panel-grid {
    display: grid;
    gap: 1rem;
}

.stats-grid,
.roadmap-stat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stat-card,
.roadmap-stat {
    padding: 1.1rem 1.2rem;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(216, 226, 213, 0.9);
    box-shadow: var(--shadow);
}

.stat-card strong,
.roadmap-stat strong {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.7rem;
    line-height: 1;
}

.stat-card span,
.roadmap-stat span {
    display: block;
    margin-top: 0.45rem;
    color: var(--muted);
}

.pulse-card,
.entity-card,
.signal-card,
.timeline-card,
.roadmap-panel,
.roadmap-teaser-panel {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(216, 226, 213, 0.88);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
}

.pulse-card,
.entity-card,
.signal-card,
.timeline-card,
.roadmap-panel,
.roadmap-teaser-panel {
    padding: 1.4rem;
}

.pulse-card {
    height: 100%;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.pulse-card:hover,
.entity-card:hover,
.signal-card:hover,
.timeline-card:hover,
.roadmap-teaser-panel:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 48px rgba(21, 33, 38, 0.12);
}

.pulse-card-top,
.pulse-meta,
.entity-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.pulse-card-top {
    margin-bottom: 1rem;
}

.pulse-card h3,
.entity-card h3,
.signal-card h3,
.timeline-card h3 {
    margin: 0 0 0.65rem;
}

.pulse-card p,
.entity-card p,
.signal-card p,
.timeline-card p,
.roadmap-teaser-panel p {
    margin: 0;
    color: var(--muted);
}

.pulse-meta,
.entity-meta {
    margin-top: 1rem;
    color: var(--muted);
    font-size: 0.95rem;
}

.date-strip,
.filter-pills,
.team-cloud,
.roadmap-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.date-pill,
.filter-pill,
.team-badge,
.roadmap-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.82);
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.date-pill {
    flex-direction: column;
    align-items: start;
    min-width: 132px;
}

.date-pill span,
.team-badge span {
    color: var(--muted);
    font-size: 0.92rem;
}

.date-pill.is-active,
.filter-pill.is-active {
    background: #10272f;
    border-color: #10272f;
    color: #f8fbf7;
}

.date-pill:hover,
.filter-pill:hover,
.team-badge:hover,
.roadmap-chip:hover {
    transform: translateY(-2px);
    border-color: rgba(13, 90, 67, 0.42);
}

.filter-toolbar {
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(216, 226, 213, 0.9);
    box-shadow: var(--shadow);
}

.filter-input {
    min-height: 52px;
    border-radius: 16px;
    border-color: var(--line);
    margin-bottom: 0.9rem;
}

.filter-pill {
    font-weight: 700;
}

.filter-pill span {
    color: inherit;
    opacity: 0.8;
}

.tag-chip--link {
    transition: background 180ms ease, border-color 180ms ease;
}

.tag-chip--link:hover {
    background: var(--accent-soft);
    border-color: rgba(13, 90, 67, 0.24);
}

.sidebar-stack {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.stack-list {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.admin-sync-card {
    display: grid;
    gap: 0.35rem;
    margin-bottom: 1rem;
    padding: 1rem 1.1rem;
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, rgba(12, 74, 110, 0.08), rgba(13, 90, 67, 0.08));
    border: 1px solid rgba(12, 74, 110, 0.12);
}

.admin-sync-card strong {
    font-size: 0.98rem;
}

.admin-sync-card span {
    color: var(--muted);
    font-size: 0.92rem;
}

.stack-item {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-radius: var(--radius-md);
    background: var(--surface-alt);
    border: 1px solid var(--line);
}

.stack-item--soft {
    background: rgba(228, 245, 239, 0.4);
}

.stack-item strong {
    display: block;
}

.stack-item span {
    display: block;
    margin-top: 0.2rem;
    color: var(--muted);
}

.stack-arrow {
    color: var(--accent-strong);
    font-weight: 700;
}

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

.entity-card {
    height: 100%;
}

.team-cloud {
    margin-top: 1rem;
}

.team-badge {
    min-width: 180px;
    justify-content: space-between;
}

.footer-title {
    margin: 0 0 0.75rem;
    font-size: 1.5rem;
}

.footer-copy {
    color: rgba(245, 247, 244, 0.72);
}

.footer-links {
    display: grid;
    gap: 0.6rem;
}

.footer-links a {
    color: rgba(245, 247, 244, 0.92);
}

.footer-badge {
    display: inline-flex;
    padding: 1rem 1.1rem;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(245, 247, 244, 0.88);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(245, 247, 244, 0.72);
    font-size: 0.92rem;
}

.roadmap-teaser {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 1.25rem;
    padding: 1.6rem;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(216, 226, 213, 0.88);
    background:
        radial-gradient(circle at top right, rgba(247, 181, 0, 0.14), transparent 36%),
        linear-gradient(140deg, rgba(255, 255, 255, 0.94), rgba(244, 249, 242, 0.92));
    box-shadow: var(--shadow);
}

.roadmap-teaser-copy {
    max-width: 56ch;
}

.roadmap-teaser-grid {
    display: grid;
    gap: 1rem;
}

.roadmap-teaser-panel strong,
.signal-eyebrow,
.timeline-step,
.roadmap-mini-label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.7rem;
    color: var(--accent-strong);
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.roadmap-hero {
    padding: 3.2rem 0 2rem;
    background:
        radial-gradient(circle at top left, rgba(247, 181, 0, 0.16), transparent 28%),
        radial-gradient(circle at bottom right, rgba(19, 121, 91, 0.16), transparent 30%);
}

.roadmap-title {
    margin: 0;
    font-size: clamp(2.3rem, 5vw, 4.6rem);
    line-height: 0.94;
    max-width: 12ch;
}

.roadmap-copy {
    max-width: 56ch;
    margin-top: 1rem;
    color: var(--muted);
    font-size: 1.08rem;
}

.roadmap-brief {
    height: 100%;
    padding: 1.7rem;
    border-radius: var(--radius-xl);
    background: #10272f;
    color: #f8fbf7;
    box-shadow: 0 30px 55px rgba(16, 39, 47, 0.2);
}

.roadmap-brief h2 {
    margin: 0 0 0.8rem;
    font-size: clamp(1.7rem, 3vw, 2.3rem);
}

.roadmap-brief p {
    color: rgba(248, 251, 247, 0.76);
}

.roadmap-mini-label {
    color: rgba(248, 251, 247, 0.66);
}

.roadmap-chip-grid {
    margin-top: 1.2rem;
}

.roadmap-chip {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    color: #f8fbf7;
}

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

.comparison-table {
    overflow: hidden;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(216, 226, 213, 0.88);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow);
}

.comparison-head,
.comparison-row {
    display: grid;
    grid-template-columns: minmax(140px, 0.8fr) 1fr 1fr;
}

.comparison-head {
    background: #10272f;
    color: #f8fbf7;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.95rem;
    letter-spacing: 0.03em;
}

.comparison-head span,
.comparison-cell {
    padding: 1rem 1.1rem;
}

.comparison-row + .comparison-row {
    border-top: 1px solid rgba(216, 226, 213, 0.9);
}

.comparison-label {
    font-weight: 700;
}

.comparison-negative {
    background: rgba(255, 242, 216, 0.54);
    color: #7a5612;
}

.comparison-positive {
    background: rgba(228, 245, 239, 0.46);
    color: #0d5a43;
}

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

.timeline-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.timeline-time {
    display: inline-flex;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: rgba(16, 39, 47, 0.08);
    color: var(--ink);
    font-size: 0.85rem;
    font-weight: 700;
}

.timeline-list {
    display: grid;
    gap: 0.7rem;
    margin: 1rem 0 0;
    padding-left: 1.1rem;
    color: var(--muted);
}

.timeline-list--compact {
    margin-top: 1.2rem;
}

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

.roadmap-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.6rem;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(216, 226, 213, 0.88);
    background:
        radial-gradient(circle at top right, rgba(19, 121, 91, 0.14), transparent 26%),
        rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow);
}

.admin-auth-shell {
    display: flex;
    justify-content: center;
}

.admin-auth-card {
    width: min(100%, 560px);
}

.admin-menu-shell {
    padding: 1rem 0 0;
}

.admin-menu {
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow);
}

.admin-menu-head {
    display: grid;
    gap: 0.2rem;
}

.admin-menu-head .section-kicker {
    margin-bottom: 0.1rem;
}

.admin-menu-head strong {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.1rem;
}

.admin-menu-head span:last-child {
    color: var(--muted);
    font-size: 0.94rem;
}

.admin-menu .nav-pills {
    --bs-nav-pills-link-active-bg: #10272f;
    --bs-nav-pills-link-active-color: #f8fbf7;
}

.admin-menu-nav,
.admin-menu-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.admin-menu .nav-link,
.admin-menu-actions .btn {
    border-radius: 999px;
    border: 1px solid var(--line);
    font-weight: 700;
    min-height: 44px;
}

.admin-menu .nav-link {
    padding: 0.7rem 1rem;
    background: var(--surface-alt);
    color: var(--ink);
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.admin-menu .nav-link:hover,
.admin-menu-actions .btn:hover {
    transform: translateY(-2px);
    border-color: rgba(13, 90, 67, 0.32);
}

.admin-menu .nav-link:hover {
    color: var(--ink);
}

.admin-menu .nav-link.active {
    border-color: #10272f;
}

.admin-menu-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.admin-form .form-control,
.admin-form .form-select,
.admin-table {
    border-color: var(--line);
}

.admin-table-wrap {
    overflow-x: auto;
}

.admin-table th {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.admin-table td,
.admin-table th {
    vertical-align: middle;
}

.admin-actions-cell {
    min-width: 320px;
}

.admin-checkbox-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.admin-check {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 0.95rem;
    border-radius: var(--radius-md);
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.72);
}

.partner-item,
.related-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1rem;
    border-radius: var(--radius-md);
    background: var(--surface-alt);
    border: 1px solid var(--line);
}

.partner-item span,
.related-item span {
    color: var(--muted);
}

.related-list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.related-arrow {
    font-weight: 700;
    color: var(--accent-strong);
}

.detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.detail-item {
    padding: 1rem;
    background: var(--surface-alt);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
}

.detail-item span {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--muted);
    font-size: 0.92rem;
}

.channel-player-card {
    display: grid;
    gap: 1rem;
}

.channel-player-trigger,
.channel-player-switch .btn {
    min-height: 52px;
}

.channel-player-switch {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.channel-player-trigger.is-active,
.channel-player-switch .btn.is-active {
    box-shadow: 0 18px 32px rgba(19, 121, 91, 0.18);
}

.channel-player-frame {
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: #0e181c;
}

.channel-player-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.channel-player-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.channel-player-note {
    color: var(--muted);
}

.admin-player-grid {
    display: grid;
    gap: 1rem;
}

.admin-player-source {
    padding: 1rem;
    border-radius: var(--radius-md);
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.72);
}

.admin-player-source-title {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
}

.team-vs {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 1rem;
    align-items: center;
    margin-top: 1.5rem;
}

.team-vs-card,
.broadcast-card {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    justify-content: space-between;
    min-height: 100%;
    padding: 1rem 1.1rem;
    border-radius: var(--radius-md);
    background: var(--surface-alt);
    border: 1px solid var(--line);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.team-vs-card span,
.broadcast-card span {
    color: var(--muted);
}

.broadcast-card:hover {
    transform: translateY(-3px);
    border-color: rgba(13, 90, 67, 0.28);
    box-shadow: 0 18px 34px rgba(21, 33, 38, 0.08);
}

.broadcast-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    width: fit-content;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.broadcast-badge--scheduled {
    background: rgba(19, 121, 91, 0.1);
    color: var(--accent-strong) !important;
}

.broadcast-badge--live {
    background: rgba(161, 25, 25, 0.1);
    color: #a11919 !important;
}

.broadcast-badge-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: currentColor;
    box-shadow: 0 0 0 0 rgba(161, 25, 25, 0.42);
    animation: broadcastPulse 1.4s ease-out infinite;
}

.broadcast-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 0.9rem;
    padding-top: 0.9rem;
    border-top: 1px dashed rgba(19, 121, 91, 0.22);
    color: var(--accent-strong) !important;
    font-weight: 700;
}

.broadcast-cta i {
    font-size: 0.95rem;
    transition: transform 180ms ease;
}

.broadcast-card:hover .broadcast-cta i {
    transform: translateX(4px);
}

@keyframes broadcastPulse {
    0% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(161, 25, 25, 0.42);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(161, 25, 25, 0);
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(161, 25, 25, 0);
    }
}

.team-vs-separator {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--accent-strong);
}

.broadcast-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.25rem;
}

.schedule-empty-state {
    padding: 1rem 1.1rem;
    border-radius: var(--radius-md);
    background: rgba(255, 242, 216, 0.65);
    border: 1px solid rgba(155, 106, 0, 0.18);
    color: #7a5612;
    font-weight: 700;
}

[hidden] {
    display: none !important;
}

.ad-slot-block {
    width: 100%;
}

.ad-slot-meta {
    margin-bottom: 0.5rem;
}

.ad-slot-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(19, 121, 91, 0.12);
    color: var(--accent-strong);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ad-slot-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: var(--slot-height, 160px);
    border-radius: var(--radius-lg);
    border: 1px dashed rgba(19, 121, 91, 0.34);
    background:
        linear-gradient(135deg, rgba(19, 121, 91, 0.05), rgba(247, 181, 0, 0.08)),
        var(--surface);
    overflow: hidden;
}

.ad-slot-placeholder {
    width: min(100%, var(--slot-width, 100%));
    padding: 1.25rem;
    text-align: center;
}

.ad-slot-title {
    margin: 0 0 0.4rem;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.1rem;
}

.ad-slot-copy {
    margin: 0;
    color: var(--muted);
}

.ad-slot-cta {
    display: inline-flex;
    margin-top: 0.9rem;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    background: #10272f;
    color: #f8fbf7;
    font-size: 0.82rem;
    font-weight: 700;
}

.ad-slot-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.ad-slot--sticky {
    position: sticky;
    top: 92px;
}

@media (max-width: 991.98px) {
    .section-heading,
    .schedule-item,
    .feature-card-top,
    .schedule-header {
        display: block;
    }

    .hero-title {
        max-width: none;
    }

    .section-heading {
        margin-bottom: 1.25rem;
    }

    .site-topbar-inner,
    .roadmap-teaser,
    .comparison-head,
    .comparison-row,
    .roadmap-cta,
    .footer-bottom {
        display: block;
    }

    .stats-grid,
    .roadmap-stat-grid,
    .signal-grid,
    .entity-grid,
    .roadmap-panel-grid,
    .timeline-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .schedule-item {
        grid-template-columns: 1fr;
    }

    .cluster-header,
    .team-vs,
    .channel-player-meta {
        display: block;
    }

    .team-vs-separator {
        display: block;
        margin: 0.75rem 0;
        text-align: center;
    }

    .schedule-link {
        margin-top: 0.5rem;
    }

    .ad-slot--sticky {
        position: static;
    }
}

@media (min-width: 992px) {
    .admin-menu-actions {
        justify-content: flex-end;
    }
}

@media (max-width: 767.98px) {
    .hero-shell,
    .section-shell {
        padding: 1.6rem 0;
    }

    .stats-grid,
    .roadmap-stat-grid,
    .signal-grid,
    .entity-grid,
    .roadmap-panel-grid,
    .timeline-grid,
    .broadcast-grid {
        grid-template-columns: 1fr;
    }

    .admin-checkbox-grid {
        grid-template-columns: 1fr;
    }

    .feature-card,
    .panel-card {
        padding: 1.2rem;
    }

    .roadmap-hero {
        padding-top: 2rem;
    }

    .roadmap-title,
    .hero-title {
        max-width: none;
    }

    .date-pill,
    .team-badge {
        width: 100%;
    }

    .channel-player-switch .btn,
    .channel-player-trigger {
        width: 100%;
    }

    .detail-grid {
        grid-template-columns: 1fr;
    }
}
