.ipl2026-page {
    position: relative;
    padding: 4rem 1.5rem 4.5rem;
    font-kerning: normal;
    text-rendering: optimizeLegibility;
}

.ipl2026-page :is(
    .ipl2026-title,
    .ipl2026-intro,
    .ipl2026-chip,
    .ipl2026-spotlight-pill,
    .ipl2026-spotlight-title,
    .ipl2026-spotlight-meta,
    .ipl2026-spotlight-note,
    .ipl2026-spotlight-countdown,
    .ipl2026-stat-value,
    .ipl2026-stat-note,
    .ipl2026-section-title,
    .ipl2026-snapshot-card strong,
    .ipl2026-snapshot-card em,
    .ipl2026-filter,
    .ipl2026-search input,
    .ipl2026-legend-item,
    .ipl2026-results,
    .ipl2026-match-pill,
    .ipl2026-card-status,
    .ipl2026-date-badge strong,
    .ipl2026-kickoff strong,
    .ipl2026-kickoff span:last-child,
    .ipl2026-countdown,
    .ipl2026-team-mark,
    .ipl2026-team-name,
    .ipl2026-meta-value,
    .ipl2026-meta-subvalue,
    .ipl2026-card-note,
    .ipl2026-empty
) {
    letter-spacing: 0.01em;
    word-spacing: 0.05em;
}

.ipl2026-page::before,
.ipl2026-page::after {
    content: '';
    position: absolute;
    inset: auto;
    border-radius: 999px;
    filter: blur(80px);
    opacity: 0.45;
    pointer-events: none;
}

.ipl2026-page::before {
    top: 6rem;
    left: 8%;
    width: 16rem;
    height: 16rem;
    background: rgba(236, 72, 153, 0.18);
}

.ipl2026-page::after {
    right: 4%;
    bottom: 8rem;
    width: 18rem;
    height: 18rem;
    background: rgba(6, 182, 212, 0.14);
}

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

.ipl2026-hero,
.ipl2026-snapshot,
.ipl2026-controls,
.ipl2026-toolbar,
.ipl2026-empty {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
        rgba(10, 10, 15, 0.64);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    box-shadow: 0 24px 90px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(14px);
}

.ipl2026-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.9fr);
    gap: 1.5rem;
    padding: 1.8rem;
    overflow: hidden;
}

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

.ipl2026-hero-copy::before {
    content: '';
    position: absolute;
    inset: -1rem auto auto -2rem;
    width: 14rem;
    height: 14rem;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.22), transparent 66%);
    pointer-events: none;
}

.ipl2026-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    width: fit-content;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #dbeafe;
    font-size: 0.82rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ipl2026-kicker-dot {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent-orange), var(--accent-pink));
    box-shadow: 0 0 16px rgba(249, 115, 22, 0.5);
}

.ipl2026-title {
    max-width: 13ch;
    font-size: clamp(2.5rem, 5vw, 4.75rem);
    line-height: 1.06;
    letter-spacing: -0.02em;
    word-spacing: 0.04em;
}

.ipl2026-intro {
    max-width: 62ch;
    color: rgba(255, 255, 255, 0.76);
    font-size: 1.02rem;
    line-height: 1.72;
    word-spacing: 0.03em;
}

.ipl2026-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.ipl2026-chip {
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.92rem;
    line-height: 1.45;
}

.ipl2026-spotlight {
    position: relative;
    display: grid;
    gap: 1rem;
    align-content: start;
    padding: 1.4rem;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(236, 72, 153, 0.22), transparent 35%),
        radial-gradient(circle at bottom left, rgba(6, 182, 212, 0.16), transparent 38%),
        rgba(15, 23, 42, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.ipl2026-spotlight-label {
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
}

.ipl2026-spotlight-pill {
    width: fit-content;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    background: rgba(6, 182, 212, 0.16);
    color: #a5f3fc;
    font-weight: 700;
    font-size: 0.86rem;
}

.ipl2026-spotlight[data-state="started"] .ipl2026-spotlight-pill {
    background: rgba(249, 115, 22, 0.16);
    color: #fdba74;
    box-shadow: 0 0 0 1px rgba(249, 115, 22, 0.18);
}

.ipl2026-spotlight[data-state="finished"] .ipl2026-spotlight-pill {
    background: rgba(148, 163, 184, 0.16);
    color: #e2e8f0;
}

.ipl2026-spotlight-title {
    font-size: clamp(1.5rem, 3vw, 2.4rem);
    line-height: 1.14;
}

.ipl2026-spotlight-meta,
.ipl2026-spotlight-note {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
}

.ipl2026-spotlight-countdown {
    font-size: clamp(1.4rem, 3.6vw, 2.4rem);
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum" 1;
}

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

.ipl2026-stat-card {
    min-height: 112px;
    display: grid;
    align-content: start;
    gap: 0.25rem;
    padding: 1.1rem 1.25rem;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
        rgba(15, 23, 42, 0.56);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.ipl2026-stat-label {
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.78rem;
}

.ipl2026-stat-value {
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1.08;
}

.ipl2026-stat-note {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.92rem;
    line-height: 1.65;
}

.ipl2026-snapshot {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 1.05fr);
    gap: 1rem;
    align-items: center;
    padding: 1.5rem;
}

.ipl2026-section-label {
    color: var(--accent-cyan);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    margin-bottom: 0.5rem;
}

.ipl2026-section-title {
    font-size: clamp(1.45rem, 2.4vw, 2.25rem);
    line-height: 1.22;
}

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

.ipl2026-snapshot-card {
    display: grid;
    gap: 0.5rem;
    padding: 1.15rem;
    border-radius: 22px;
    background: rgba(15, 23, 42, 0.64);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.ipl2026-snapshot-card span,
.ipl2026-snapshot-card em {
    color: rgba(255, 255, 255, 0.68);
    font-style: normal;
}

.ipl2026-snapshot-card strong {
    font-size: 1.08rem;
    line-height: 1.5;
}

.ipl2026-controls {
    position: sticky;
    top: 1rem;
    z-index: 20;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.2rem;
}

.ipl2026-filter-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.ipl2026-filter {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.58);
    color: var(--text-secondary);
    cursor: pointer;
    transition: var(--transition);
    line-height: 1.35;
}

.ipl2026-filter span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.8rem;
    min-height: 1.8rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--text-primary);
    font-size: 0.82rem;
    font-weight: 700;
}

.ipl2026-filter:hover,
.ipl2026-filter.is-active {
    color: var(--text-primary);
    border-color: rgba(139, 92, 246, 0.5);
    background: rgba(30, 41, 59, 0.86);
    transform: translateY(-1px);
}

.ipl2026-search {
    display: grid;
    gap: 0.35rem;
    min-width: min(100%, 320px);
}

.ipl2026-search span {
    color: var(--text-muted);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ipl2026-search input {
    width: 100%;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(15, 23, 42, 0.72);
    color: var(--text-primary);
}

.ipl2026-search input:focus {
    outline: none;
    border-color: rgba(6, 182, 212, 0.5);
    box-shadow: 0 0 0 4px rgba(6, 182, 212, 0.12);
}

.ipl2026-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.2rem;
}

.ipl2026-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.ipl2026-legend-item {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.65rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    font-size: 0.88rem;
    line-height: 1.4;
}

.ipl2026-legend-item::before {
    content: '';
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
}

.ipl2026-legend-item.upcoming::before {
    background: #22d3ee;
}

.ipl2026-legend-item.started::before {
    background: #fb923c;
}

.ipl2026-legend-item.finished::before {
    background: #94a3b8;
}

.ipl2026-results {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.55;
}

.ipl2026-match-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-left: 4.6rem;
}

.ipl2026-match-grid::before {
    content: '';
    position: absolute;
    top: 0.7rem;
    bottom: 1rem;
    left: 1.55rem;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(
        180deg,
        rgba(249, 115, 22, 0.4),
        rgba(236, 72, 153, 0.28) 34%,
        rgba(139, 92, 246, 0.24) 68%,
        rgba(34, 211, 238, 0.2)
    );
    box-shadow: 0 0 18px rgba(249, 115, 22, 0.08);
    pointer-events: none;
}

.ipl2026-card-wrap {
    position: relative;
    display: grid;
    gap: 0;
    transition: transform 0.25s ease;
}

.ipl2026-card-wrap::before {
    content: '';
    position: absolute;
    top: 1.55rem;
    left: -3.55rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: radial-gradient(circle at 32% 32%, #fff7ed 0%, #facc15 34%, #f97316 100%);
    border: 1px solid rgba(255, 255, 255, 0.46);
    box-shadow:
        0 0 0 0.45rem rgba(249, 115, 22, 0.09),
        0 0 20px rgba(249, 115, 22, 0.22);
    z-index: 3;
}

.ipl2026-card-wrap::after {
    content: '';
    position: absolute;
    top: 2rem;
    left: -2.58rem;
    width: 1.7rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(249, 115, 22, 0.65), rgba(249, 115, 22, 0));
    pointer-events: none;
}

.ipl2026-card-wrap:hover {
    transform: translateY(-4px);
}

.ipl2026-card-date-label {
    width: fit-content;
    justify-self: start;
    position: relative;
    z-index: 2;
    margin-left: 1rem;
    margin-bottom: 0;
    padding: 0.75rem 1rem 0.72rem;
    border-radius: 16px 16px 0 0;
    background:
        linear-gradient(180deg, rgba(17, 24, 39, 0.98), rgba(15, 23, 42, 0.94)),
        rgba(11, 19, 34, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 0;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
    color: #f8fafc;
    font-weight: 800;
    line-height: 1.3;
    font-size: 1.3rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.ipl2026-card-date-label::before {
    content: '';
    position: absolute;
    inset: 0.18rem 0.55rem auto;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f97316, #facc15);
    opacity: 0.95;
    pointer-events: none;
    z-index: 1;
}

.ipl2026-card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: stretch;
    padding: 1.15rem 1.2rem;
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
        rgba(11, 19, 34, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

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

.ipl2026-date-rail {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-self: stretch;
}

.ipl2026-date-inline {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.8rem;
    line-height: 1.45;
    text-align: center;
}

.ipl2026-card-body {
    min-width: 0;
    display: grid;
    gap: 0.85rem;
}

.ipl2026-card::before {
    content: '';
    position: absolute;
    inset: auto auto 0 -20%;
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.22), transparent 65%);
    pointer-events: none;
    z-index: 0;
}

.ipl2026-card::after {
    content: '';
    position: absolute;
    top: -18%;
    bottom: -18%;
    left: -45%;
    width: 42%;
    background: linear-gradient(
        90deg,
        rgba(34, 211, 238, 0) 0%,
        rgba(34, 211, 238, 0.03) 24%,
        rgba(255, 255, 255, 0.16) 46%,
        rgba(34, 211, 238, 0.28) 58%,
        rgba(34, 211, 238, 0) 100%
    );
    filter: blur(2px);
    opacity: 0;
    pointer-events: none;
    transform: translateX(-140%) skewX(-18deg);
    z-index: 0;
}

.ipl2026-card-wrap:hover .ipl2026-card {
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.ipl2026-card[data-status="upcoming"] {
    box-shadow: inset 0 0 0 1px rgba(34, 211, 238, 0.06);
}

.ipl2026-card[data-status="upcoming"]:not(.is-next-upcoming) {
    border-color: rgba(139, 92, 246, 0.18);
    box-shadow: inset 0 0 0 1px rgba(139, 92, 246, 0.08);
}

.ipl2026-card[data-status="started"] {
    border-color: rgba(249, 115, 22, 0.28);
    box-shadow: 0 26px 70px rgba(249, 115, 22, 0.14);
}

.ipl2026-card[data-status="finished"] {
    border-color: rgba(148, 163, 184, 0.16);
    opacity: 0.9;
}

.ipl2026-card.is-next-upcoming {
    border-color: rgba(34, 211, 238, 0.34);
    box-shadow:
        0 0 0 1px rgba(34, 211, 238, 0.12),
        0 24px 70px rgba(34, 211, 238, 0.12);
}

.ipl2026-card.is-next-upcoming::after {
    opacity: 1;
    animation: ipl2026NextMatchGlow 3.2s linear infinite;
}

.ipl2026-card.is-next-upcoming .ipl2026-match-pill,
.ipl2026-card.is-next-upcoming .ipl2026-countdown {
    box-shadow: 0 0 0 1px rgba(34, 211, 238, 0.18);
}

@keyframes ipl2026NextMatchGlow {
    0% {
        transform: translateX(-140%) skewX(-18deg);
        opacity: 0;
    }
    12% {
        opacity: 0.18;
    }
    46% {
        opacity: 0.72;
    }
    64% {
        opacity: 0.2;
    }
    100% {
        transform: translateX(300%) skewX(-18deg);
        opacity: 0;
    }
}

.ipl2026-card-header {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ipl2026-match-pill,
.ipl2026-card-status {
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.35;
}

.ipl2026-match-pill {
    min-width: 2.5rem;
    min-height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-primary);
}

.ipl2026-card-status {
    background: rgba(139, 92, 246, 0.14);
    color: #ddd6fe;
}

.ipl2026-card.is-next-upcoming .ipl2026-card-status {
    background: rgba(34, 211, 238, 0.14);
    color: #a5f3fc;
}

.ipl2026-card[data-status="started"] .ipl2026-card-status {
    background: rgba(249, 115, 22, 0.14);
    color: #fdba74;
    animation: ipl2026Pulse 1.4s ease-in-out infinite;
}

.ipl2026-card[data-status="finished"] .ipl2026-card-status {
    background: rgba(148, 163, 184, 0.16);
    color: #e2e8f0;
    animation: none;
}

@keyframes ipl2026Pulse {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.15);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(249, 115, 22, 0);
    }
}

.ipl2026-card-band {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr) max-content;
    gap: 0.75rem;
    align-items: stretch;
}

.ipl2026-date-badge {
    min-width: 0;
    width: 100%;
    flex: 1 1 auto;
    min-height: 100%;
    display: grid;
    justify-items: center;
    align-content: center;
    padding: 0.85rem 0.6rem;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.95), rgba(30, 41, 59, 0.76));
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.ipl2026-date-month,
.ipl2026-date-weekday,
.ipl2026-kickoff-label,
.ipl2026-meta-label,
.ipl2026-team-role {
    color: var(--text-muted);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.ipl2026-date-badge strong {
    font-size: 1.65rem;
    line-height: 1.08;
    margin: 0.12rem 0;
}

.ipl2026-kickoff {
    display: grid;
    gap: 0.22rem;
    min-width: 175px;
    padding: 0.82rem 0.95rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.ipl2026-kickoff strong {
    font-size: 1.32rem;
    line-height: 1.14;
}

.ipl2026-kickoff span:last-child {
    color: rgba(255, 255, 255, 0.76);
}

.ipl2026-countdown {
    width: max-content;
    max-width: 100%;
    min-width: 214px;
    justify-self: end;
    padding: 0.82rem 1rem;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.45;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum" 1;
    background: rgba(34, 211, 238, 0.12);
    color: #a5f3fc;
}

.ipl2026-card[data-status="upcoming"]:not(.is-next-upcoming) .ipl2026-countdown {
    background: rgba(139, 92, 246, 0.14);
    color: #ddd6fe;
}

.ipl2026-card[data-status="started"] .ipl2026-countdown {
    background: rgba(249, 115, 22, 0.14);
    color: #fdba74;
}

.ipl2026-card[data-status="finished"] .ipl2026-countdown {
    background: rgba(148, 163, 184, 0.16);
    color: #e2e8f0;
}

.ipl2026-fixture {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
    padding: 0.8rem;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(17, 24, 39, 0.88), rgba(15, 23, 42, 0.72)),
        rgba(10, 14, 26, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 16px 34px rgba(0, 0, 0, 0.16);
}

.ipl2026-team {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.28rem 0.75rem;
    align-items: center;
    align-self: start;
    padding: 0.95rem 1rem;
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent),
        rgba(12, 19, 33, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.ipl2026-team::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(90deg, var(--team-accent), var(--team-secondary));
}

.ipl2026-team-mark {
    width: fit-content;
    padding: 0.42rem 0.62rem;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--team-accent), var(--team-secondary));
    color: #fff;
    font-weight: 800;
    line-height: 1.2;
    grid-column: 1;
    grid-row: 2;
}

.ipl2026-team-name {
    font-size: 1.04rem;
    line-height: 1.32;
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    margin: 0;
}

.ipl2026-team-role {
    grid-column: 1 / -1;
    margin-bottom: 0.05rem;
}

.ipl2026-versus {
    width: 2.85rem;
    height: 2.85rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.32), rgba(236, 72, 153, 0.22));
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
    color: #fff;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    align-self: center;
}

.ipl2026-meta {
    display: grid;
    gap: 0.22rem;
    min-width: 0;
    padding: 0.82rem 0.95rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.ipl2026-meta-value {
    font-size: 1rem;
    line-height: 1.42;
}

.ipl2026-meta-subvalue {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.9rem;
    line-height: 1.5;
}

.ipl2026-meta-inline {
    display: block;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ipl2026-meta-separator {
    color: rgba(255, 255, 255, 0.46);
}

.ipl2026-meta-inline > * {
    display: inline;
}

.ipl2026-card-note {
    padding-top: 0.05rem;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.84rem;
    line-height: 1.45;
    margin: 0;
}

.ipl2026-empty {
    padding: 1.4rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.6;
}

@media (max-width: 1199px) {
    .ipl2026-hero,
    .ipl2026-snapshot,
    .ipl2026-overview {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .ipl2026-card {
        grid-template-columns: 1fr;
    }

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

    .ipl2026-countdown {
        grid-column: 1 / -1;
        width: 100%;
        max-width: none;
        min-width: 0;
        justify-self: stretch;
    }

    .ipl2026-fixture {
        grid-template-columns: 1fr;
    }

    .ipl2026-versus {
        margin: -0.1rem auto;
    }
}

@media (max-width: 767px) {
    .ipl2026-page {
        padding: 2rem 1rem 4rem;
    }

    .ipl2026-hero,
    .ipl2026-snapshot {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .ipl2026-title {
        max-width: none;
        font-size: clamp(2rem, 9vw, 2.8rem);
    }

    .ipl2026-intro {
        max-width: none;
        font-size: 0.96rem;
        line-height: 1.65;
    }

    .ipl2026-hero,
    .ipl2026-snapshot,
    .ipl2026-controls,
    .ipl2026-toolbar {
        padding: 1.15rem;
    }

    .ipl2026-overview,
    .ipl2026-snapshot-grid {
        grid-template-columns: 1fr;
    }

    .ipl2026-chip-row {
        gap: 0.6rem;
    }

    .ipl2026-chip {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .ipl2026-spotlight {
        min-width: 0;
        padding: 1.15rem;
    }

    .ipl2026-spotlight-title {
        font-size: clamp(1.35rem, 6.6vw, 1.8rem);
    }

    .ipl2026-spotlight-meta,
    .ipl2026-spotlight-note {
        line-height: 1.55;
    }

    .ipl2026-spotlight-countdown {
        white-space: normal;
        overflow-wrap: anywhere;
        font-size: clamp(1.1rem, 6vw, 1.45rem);
        line-height: 1.28;
    }

    .ipl2026-controls {
        position: static;
    }

    .ipl2026-match-grid {
        gap: 1.6rem;
        padding-left: 2.6rem;
    }

    .ipl2026-match-grid::before {
        left: 0.85rem;
        top: 0.65rem;
        bottom: 0.7rem;
    }

    .ipl2026-card {
        padding: 1rem;
        grid-template-columns: 1fr;
        gap: 0.9rem;
        align-items: start;
    }

    .ipl2026-card-wrap {
        gap: 0;
    }

    .ipl2026-card-wrap::before {
        top: 1.4rem;
        left: -1.95rem;
        width: 0.84rem;
        height: 0.84rem;
        box-shadow:
            0 0 0 0.32rem rgba(249, 115, 22, 0.09),
            0 0 16px rgba(249, 115, 22, 0.18);
    }

    .ipl2026-card-wrap::after {
        top: 1.78rem;
        left: -1.15rem;
        width: 0.85rem;
    }

    .ipl2026-card-date-label {
        margin-left: 0.55rem;
        padding: 0.75rem 0.9rem 0.68rem;
        font-size: 0.86rem;
        letter-spacing: 0.06em;
    }

    .ipl2026-meta-inline {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        line-height: 1.55;
    }

    .ipl2026-date-rail {
        display: block;
        align-self: auto;
    }

    .ipl2026-date-badge {
        width: 100%;
        height: auto;
        min-height: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.55rem;
        padding: 0.72rem 0.9rem;
        border-radius: 18px;
    }

    .ipl2026-date-month,
    .ipl2026-date-weekday {
        font-size: 0.74rem;
        letter-spacing: 0.08em;
    }

    .ipl2026-date-badge strong {
        font-size: 1.3rem;
        margin: 0;
    }

    .ipl2026-card-band,
    .ipl2026-fixture {
        grid-template-columns: 1fr;
    }

    .ipl2026-countdown {
        width: 100%;
        max-width: none;
        min-width: 0;
        justify-self: stretch;
        justify-content: flex-start;
    }

    .ipl2026-versus {
        margin: 0 auto;
    }
}
