    .hero-content {
        text-align: center;
    }

    .hero-subtitle {
        max-width: 760px;
        margin-inline: auto;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-stats {
        margin-top: 26px;
        display: grid;
        grid-template-columns: repeat(3, minmax(170px, 1fr));
        gap: 12px;
        justify-content: center;
        max-width: 760px;
        margin-inline: auto;
    }

    .hero-stat {
        padding: 14px 16px;
        border-radius: 18px;
        background: rgba(255,255,255,0.12);
        border: 1px solid rgba(255,255,255,0.14);
        backdrop-filter: blur(6px);
        color: #fff;
        box-shadow: 0 12px 24px rgba(0,0,0,0.08);
        text-align: center;
    }

    .hero-stat .label {
        display: block;
        font-size: 0.78rem;
        opacity: 0.84;
        margin-bottom: 6px;
    }

    .hero-stat .value {
        display: block;
        font-size: 1.3rem;
        font-weight: 900;
        line-height: 1;
    }

    .home-chip-row {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 12px;
        justify-content: center;
    }

    .home-chip {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 8px 12px;
        border-radius: 999px;
        background: rgba(255,255,255,0.12);
        color: #fff;
        font-size: 0.78rem;
        font-weight: 700;
        border: 1px solid rgba(255,255,255,0.12);
    }

    .home-section-alt {
        background: linear-gradient(180deg, rgba(248,250,252,0.96), rgba(255,255,255,0.98));
    }

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

        .featured-slider-shell.is-static-layout .featured-slider-track {
            display: flex;
            gap: 0;
            padding: 6px 0;
            overflow-x: auto;
            justify-content: flex-start;
            scroll-snap-type: x mandatory;
            cursor: grab;
        }

        .featured-slider-shell.is-static-layout .featured-slider-track.featured-slider-track--1 {
            justify-content: center;
            overflow-x: visible;
        }

        .featured-slider-shell.is-static-layout .featured-slider-track > div {
            width: auto !important;
            margin: 0 !important;
            padding-left: 6px;
            padding-right: 6px;
            flex: 0 0 min(420px, calc(100vw - 28px)) !important;
            max-width: min(420px, calc(100vw - 28px)) !important;
            min-width: min(420px, calc(100vw - 28px)) !important;
        }

        .featured-slider-shell.is-static-layout .featured-slider-track.featured-slider-track--1 > div {
            flex: 0 0 min(420px, 100%) !important;
            max-width: min(420px, 100%) !important;
            min-width: min(420px, 100%) !important;
        }

        .featured-slider-track--2 > div,
        .featured-slider-track--3 > div {
            flex: 0 0 min(420px, calc(100vw - 28px));
            max-width: min(420px, calc(100vw - 28px));
            min-width: min(420px, calc(100vw - 28px));
        }

        .featured-board__match {
            grid-template-columns: 1fr;
            gap: .8rem;
            text-align: right;
        }

        .featured-board__status,
        .featured-board__action {
            display: flex;
            justify-content: flex-start;
        }

        .featured-board__teams {
            grid-template-columns: 1fr;
            gap: .7rem;
        }

        .featured-board__team,
        .featured-board__team--away {
            justify-content: flex-start;
            text-align: right;
        }

        .featured-board__score {
            justify-content: flex-start;
        }
    }

    @media (max-width: 640px) {
        .hero-stats {
            grid-template-columns: 1fr;
        }

        .hero-stat {
            padding: 12px 14px;
            border-radius: 16px;
        }

        .hero-stat .value {
            font-size: 1.15rem;
        }

        .home-chip-row {
            gap: 6px;
        }

        .home-chip {
            width: 100%;
            justify-content: center;
        }

        .overview-item {
            grid-template-columns: 1fr;
            align-items: start;
            gap: 10px;
            padding: 12px 0;
        }

        .overview-item-title {
            font-size: 0.9rem;
            line-height: 1.6;
        }

        .overview-item-meta {
            gap: 6px 10px;
            font-size: 0.72rem;
            line-height: 1.5;
        }

        .overview-stat-box {
            min-width: 0;
            width: 100%;
            text-align: center;
            padding: 10px 12px;
            border-radius: 14px;
        }

        .overview-stat-box strong {
            font-size: 0.98rem;
        }
    }

    .home-date-bar {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: stretch;
        justify-content: center;
        margin-bottom: 20px;
    }

    .home-date-controls {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 14px;
        flex-wrap: wrap;
        margin-bottom: 22px;
    }

    .home-date-form {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 12px;
        background: linear-gradient(180deg, #ffffff, #f8fafc);
        border: 1px solid rgba(226, 232, 240, 0.95);
        border-radius: 20px;
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
    }

    .home-date-form label {
        color: #475569;
        font-size: 0.82rem;
        font-weight: 700;
        margin: 0;
    }

    .home-date-form input[type="date"] {
        border: 1px solid rgba(226, 232, 240, 0.92);
        border-radius: 12px;
        padding: 0.55rem 0.8rem;
        min-width: 180px;
        background: #fff;
        color: #0f172a;
    }

    .home-date-form .btn {
        border-radius: 12px;
        padding-inline: 14px;
        font-weight: 700;
    }

    .home-date-pill {
        min-width: 112px;
        padding: 0.9rem 1.05rem;
        border-radius: 20px;
        background: linear-gradient(180deg, #ffffff, #f8fafc);
        border: 1px solid rgba(226, 232, 240, 0.95);
        color: #0f172a;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: center;
        text-align: center;
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
        transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

    .home-date-pill:hover {
        transform: translateY(-2px);
        box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
        border-color: rgba(37, 99, 235, 0.22);
    }

    .home-date-pill.active {
        background: linear-gradient(135deg, #1d4ed8, #2563eb);
        color: #fff;
        border-color: transparent;
    }

    .home-date-pill strong {
        font-size: 0.95rem;
        line-height: 1;
    }

    .home-date-pill span {
        font-size: 0.82rem;
        opacity: 0.82;
    }

    .home-date-toolbar {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
        width: 100%;
    }

    .home-featured-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px;
        text-align: center;
    }

    .home-featured-meta .badge {
        border-radius: 999px;
        padding: 0.45rem 0.8rem;
    }

    .featured-slider-shell {
        position: relative;
        overflow: hidden;
        padding: 24px 54px 18px;
        border-radius: 28px;
        background:
            radial-gradient(circle at top right, rgba(37, 99, 235, 0.08), transparent 26%),
            linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,250,252,0.98));
        border: 1px solid rgba(226, 232, 240, 0.96);
        box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    }

    .featured-slider-shell::before,
    .featured-slider-shell::after {
        content: "";
        position: absolute;
        top: 18px;
        bottom: 18px;
        width: 42px;
        z-index: 1;
        pointer-events: none;
    }

    .featured-slider-shell::before {
        right: 0;
        background: linear-gradient(270deg, rgba(248,250,252,0.96), rgba(248,250,252,0));
    }

    .featured-slider-shell::after {
        left: 0;
        background: linear-gradient(90deg, rgba(248,250,252,0.96), rgba(248,250,252,0));
    }

    .featured-slider-nav {
        position: absolute;
        inset: 0;
        pointer-events: none;
    }

    .featured-slider-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 46px;
        height: 46px;
        border-radius: 999px;
        border: 1px solid rgba(226, 232, 240, 0.95);
        background: rgba(255,255,255,0.96);
        color: #0f172a;
        box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
        backdrop-filter: blur(8px);
        pointer-events: auto;
        z-index: 2;
        transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease, background-color .25s ease;
    }

    .featured-slider-btn:hover {
        transform: translateY(-50%) scale(1.05);
        box-shadow: 0 18px 34px rgba(15, 23, 42, 0.18);
    }

    .featured-slider-btn:disabled {
        opacity: .35;
        cursor: default;
        box-shadow: none;
    }

    .featured-slider-btn[data-featured-prev] {
        right: 12px;
    }

    .featured-slider-btn[data-featured-next] {
        left: 12px;
    }

    html[dir="ltr"] .featured-slider-btn[data-featured-prev] {
        left: 12px;
        right: auto;
    }

    html[dir="ltr"] .featured-slider-btn[data-featured-next] {
        right: 12px;
        left: auto;
    }

    .featured-slider-track {
        display: flex;
        gap: 0;
        overflow-x: auto;
        scroll-behavior: smooth;
        scrollbar-width: none;
        width: 100%;
        direction: ltr;
        padding: 6px 0;
        scroll-snap-type: x mandatory;
        cursor: grab;
        position: relative;
        z-index: 2;
    }

    .featured-slider-track.is-continuous {
        scroll-behavior: auto;
        scroll-snap-type: none;
    }

    .featured-slider-track.is-dragging {
        scroll-behavior: auto;
        cursor: grabbing;
        user-select: none;
    }

    .featured-slider-track::-webkit-scrollbar {
        display: none;
    }

    .featured-slider-track > div {
        flex: 0 0 min(360px, 86vw);
        max-width: min(360px, 86vw);
        min-width: min(360px, 86vw);
        direction: rtl;
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 0 !important;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .featured-slider-track.is-continuous > div {
        scroll-snap-align: none;
        scroll-snap-stop: normal;
    }

    .featured-slider-shell.is-static-layout .featured-slider-track {
        display: grid;
        overflow: visible;
        justify-content: stretch;
        scroll-snap-type: none;
        cursor: default;
        direction: ltr;
        margin-inline: auto;
        gap: 16px;
        padding: 6px 8px;
    }

    .featured-slider-shell.is-static-layout .featured-slider-track > div {
        scroll-snap-align: unset;
        scroll-snap-stop: normal;
        direction: rtl;
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        flex: none !important;
        margin: 0 !important;
        padding-left: 0;
        padding-right: 0;
    }

    .featured-slider-track--1 {
        grid-template-columns: minmax(0, 560px);
        justify-content: center !important;
    }

    .featured-slider-track--2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .featured-slider-footer {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 16px;
        margin-top: 14px;
        position: relative;
        z-index: 2;
        text-align: center;
    }

    .featured-slider-progress {
        flex: 1 1 280px;
        max-width: 560px;
        height: 6px;
        border-radius: 999px;
        background: rgba(148, 163, 184, 0.18);
        overflow: hidden;
    }

    .featured-slider-progress-bar {
        display: block;
        height: 100%;
        width: 0;
        border-radius: inherit;
        background: linear-gradient(90deg, #1d4ed8, #0ea5e9);
        transition: width .25s ease;
    }

    .featured-slider-meta {
        display: inline-flex;
        align-items: center;
        gap: 14px;
        flex-shrink: 0;
        justify-content: center;
    }

    .featured-slider-count {
        font-size: .86rem;
        font-weight: 800;
        color: #0f172a;
        min-width: 54px;
        text-align: center;
        direction: ltr;
    }

    .featured-slider-dots {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .featured-slider-dot {
        width: 8px;
        height: 8px;
        border-radius: 999px;
        border: 0;
        padding: 0;
        background: rgba(148, 163, 184, 0.45);
        transition: transform .2s ease, background-color .2s ease, width .2s ease;
    }

    .featured-slider-dot.is-active {
        width: 22px;
        background: linear-gradient(90deg, #1d4ed8, #0ea5e9);
    }

    .featured-board {
        display: grid;
        gap: 1.35rem;
    }

    .featured-board__group {
        display: grid;
        gap: 0.85rem;
    }

    .featured-board__group-head {
        padding: 0 0.15rem;
    }

    .featured-board__league {
        display: flex;
        align-items: center;
        gap: .9rem;
    }

    .featured-board__league-logo {
        width: 44px;
        height: 44px;
        border-radius: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border: 1px solid rgba(226, 232, 240, 0.9);
        overflow: hidden;
        flex-shrink: 0;
        color: #0f172a;
    }

    .featured-board__league-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 6px;
    }

    .featured-board__league-name {
        font-weight: 800;
        color: #0f172a;
        font-size: 1.02rem;
    }

    .featured-board__league-meta {
        color: #64748b;
        font-size: .8rem;
        margin-top: .15rem;
    }

    html[dir="ltr"] .featured-board__league {
        text-align: left;
    }

    @media (max-width: 380px) {
        .match-league-logo-center {
            display: none;
        }
    }

    .featured-board__slider-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 34px;
        height: 34px;
        border: 0;
        border-radius: 999px;
        background: rgba(255,255,255,0.96);
        box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
        color: #0f172a;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        pointer-events: auto;
        transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
        z-index: 2;
    }

    .featured-board__slider-btn:hover {
        transform: translateY(-50%) scale(1.04);
        box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16);
    }

    .featured-board__slider-btn:disabled {
        opacity: .35;
        cursor: default;
        box-shadow: none;
    }

    .featured-board__slider-btn[data-board-prev] {
        right: 4px;
    }

    .featured-board__slider-btn[data-board-next] {
        left: 4px;
    }

    html[dir="ltr"] .featured-board__slider-btn[data-board-prev] {
        left: 4px;
        right: auto;
    }

    html[dir="ltr"] .featured-board__slider-btn[data-board-next] {
        right: 4px;
        left: auto;
    }

    .featured-board__rows {
        display: grid;
    }

    .featured-board__rows--slider {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 2px;
        touch-action: pan-x;
        cursor: grab;
    }

    .featured-board__rows--slider::-webkit-scrollbar {
        display: none;
    }

    .featured-board__rows--slider.is-dragging {
        cursor: grabbing;
        scroll-behavior: auto;
        user-select: none;
    }

    .featured-board__match {
        display: grid;
        grid-template-columns: 110px minmax(0, 1.8fr) minmax(0, 1fr) 88px;
        gap: 1rem;
        align-items: center;
        padding: .95rem 1.15rem;
        border-bottom: 1px solid rgba(241, 245, 249, 0.96);
        flex: 0 0 calc(100% - 8px);
        min-width: calc(100% - 8px);
        border: 1px solid rgba(241, 245, 249, 0.96);
        border-radius: 18px;
        background: #fff;
    }

    .featured-board__match-link {
        color: inherit;
        text-decoration: none;
        transition: background-color .2s ease;
    }

    .featured-board__match-link:hover {
        background: rgba(248, 250, 252, 0.92);
    }

    .featured-board__match:last-child {
        border-bottom: 0;
    }

    .featured-board__slider-shell.is-static-layout {
        padding-inline: 0;
    }

    .featured-board__slider-shell.is-static-layout .featured-board__slider-nav,
    .featured-board__slider-shell.is-static-layout .featured-board__slider-footer {
        display: none;
    }

    .featured-board__slider-shell.is-static-layout .featured-board__rows--slider {
        overflow: visible;
        cursor: default;
        justify-content: center;
        flex-wrap: wrap;
    }

    .featured-board__slider-shell.is-static-layout .featured-board__match {
        flex: 1 1 min(560px, 100%);
        min-width: min(560px, 100%);
    }

    .featured-board__status-pill {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 78px;
        padding: .48rem .7rem;
        border-radius: 999px;
        font-size: .78rem;
        font-weight: 800;
    }

    .featured-board__status-pill.is-live {
        background: #fee2e2;
        color: #b91c1c;
    }

    .featured-board__status-pill.is-finished {
        background: #e2e8f0;
        color: #334155;
    }

    .featured-board__status-pill.is-upcoming {
        background: #dbeafe;
        color: #1d4ed8;
    }

    .featured-board__teams {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        gap: .9rem;
        align-items: center;
    }

    .featured-board__team {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: .4rem;
        min-width: 0;
        font-weight: 700;
        color: #0f172a;
        text-align: center;
    }

    .featured-board__team--home,
    .featured-board__team--away {
        justify-content: center;
        text-align: center;
    }

    .featured-board__team-text {
        display: flex;
        flex-direction: column;
        gap: .28rem;
        min-width: 0;
        align-items: center;
    }

    .featured-board__team img,
    .featured-board__team-fallback {
        width: 32px;
        height: 32px;
        border-radius: 10px;
        flex-shrink: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #f8fafc;
        border: 1px solid rgba(226, 232, 240, 0.9);
        color: #64748b;
    }

    .featured-board__team span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    html[dir="ltr"] .featured-board__league-name,
    html[dir="ltr"] .featured-board__league-meta,
    html[dir="ltr"] .featured-board__meta {
        text-align: left;
    }

    .featured-board__event-row {
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
        align-items: center;
    }

    .featured-board__event-row--home,
    .featured-board__event-row--away {
        justify-content: center;
    }

    .featured-board__event-chip {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        padding: .16rem .34rem;
        border-radius: 999px;
        font-size: .64rem;
        font-weight: 800;
        background: #f8fafc;
        border: 1px solid rgba(226, 232, 240, .92);
        color: #475569;
        white-space: nowrap;
    }

    .featured-board__event-chip.is-goal {
        color: #1d4ed8;
    }

    .featured-board__event-chip.is-yellow {
        color: #a16207;
        background: rgba(250, 204, 21, 0.18);
        border-color: rgba(250, 204, 21, 0.42);
    }

    .featured-board__event-chip.is-red {
        color: #b91c1c;
        background: rgba(220, 38, 38, 0.12);
        border-color: rgba(220, 38, 38, 0.25);
    }

    .featured-board__score {
        min-width: 74px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: .4rem;
        color: #0f172a;
        font-weight: 900;
    }

    .featured-board__meta {
        display: flex;
        flex-direction: column;
        gap: .28rem;
        color: #64748b;
        font-size: .82rem;
    }

    .featured-board__slider-footer {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        margin-top: 12px;
    }

    .featured-board__slider-progress {
        width: min(360px, 100%);
        height: 6px;
        border-radius: 999px;
        background: rgba(226, 232, 240, 0.9);
        overflow: hidden;
    }

    .featured-board__slider-progress-bar {
        display: block;
        height: 100%;
        width: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #2563eb, #1d4ed8);
        transition: width .25s ease;
    }

    .featured-board__slider-meta {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .featured-board__slider-count {
        font-size: .8rem;
        font-weight: 800;
        color: #475569;
    }

    .featured-board__slider-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .featured-board__slider-dot {
        width: 10px;
        height: 10px;
        border: 0;
        border-radius: 999px;
        background: rgba(148, 163, 184, .45);
        transition: transform .2s ease, background-color .2s ease;
    }

    .featured-board__slider-dot.is-active {
        background: #2563eb;
        transform: scale(1.08);
    }

    .featured-board__incident-row {
        display: inline-flex;
        align-items: center;
        gap: .5rem;
        flex-wrap: wrap;
    }

    .featured-board__incident-row .is-warning {
        color: #ca8a04;
    }

    .featured-board__incident-row .is-danger {
        color: #b91c1c;
    }

    .featured-board__meta i {
        margin-left: .3rem;
    }

    .featured-board__action {
        display: flex;
        justify-content: flex-end;
    }

    .match-card {
        background: #fff;
        border-radius: 18px;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
        overflow: hidden;
        transition: all 0.3s ease;
        height: 100%;
        display: flex;
        flex-direction: column;
        border: 1px solid rgba(226, 232, 240, 0.9);
    }

    .match-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .match-card-link {
        color: inherit;
        text-decoration: none;
        cursor: pointer;
    }

    .is-live-card {
        border-color: rgba(220, 38, 38, 0.18);
        box-shadow: 0 14px 30px rgba(220, 38, 38, 0.08);
    }

    .is-upcoming-card {
        border-color: rgba(37, 99, 235, 0.14);
    }

    .is-finished-card {
        border-color: rgba(22, 163, 74, 0.14);
        box-shadow: 0 14px 30px rgba(22, 163, 74, 0.05);
    }

    .is-postponed-card {
        border-color: rgba(245, 158, 11, 0.28);
        box-shadow: 0 14px 30px rgba(245, 158, 11, 0.08);
        background: linear-gradient(180deg, #fffdf7, #ffffff);
    }

    .is-cancelled-card {
        border-color: rgba(71, 85, 105, 0.24);
        box-shadow: 0 14px 30px rgba(71, 85, 105, 0.08);
        background: linear-gradient(180deg, #f8fafc, #ffffff);
    }

    .is-interrupted-card {
        border-color: rgba(168, 85, 247, 0.24);
        box-shadow: 0 14px 30px rgba(168, 85, 247, 0.08);
        background: linear-gradient(180deg, #fcfaff, #ffffff);
    }

    .match-card-top {
        padding: 1rem 1rem 0.75rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
    }

    .status-pill {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 0.45rem 0.8rem;
        border-radius: 999px;
        font-size: 0.78rem;
        font-weight: 800;
    }

    .status-pill--icon {
        min-width: 2.35rem;
        justify-content: center;
        padding-inline: 0.65rem;
        gap: 0;
    }

    .status-live {
        background: rgba(220, 38, 38, 0.12);
        color: #b91c1c;
        border: 1px solid rgba(220, 38, 38, 0.18);
    }

    .status-upcoming {
        background: rgba(217, 119, 6, 0.12);
        color: #1d4ed8;
        border: 1px solid rgba(37, 99, 235, 0.18);
    }

    .status-finished {
        background: rgba(22, 163, 74, 0.12);
        color: #15803d;
        border: 1px solid rgba(22, 163, 74, 0.18);
    }

    .status-postponed {
        background: rgba(245, 158, 11, 0.14);
        color: #b45309;
        border: 1px solid rgba(245, 158, 11, 0.24);
    }

    .status-cancelled {
        background: rgba(71, 85, 105, 0.12);
        color: #475569;
        border: 1px solid rgba(71, 85, 105, 0.22);
    }

    .status-interrupted {
        background: rgba(168, 85, 247, 0.12);
        color: #7c3aed;
        border: 1px solid rgba(168, 85, 247, 0.22);
    }

    .match-card-kicker {
        display: flex;
        flex-direction: column;
        text-align: left;
        line-height: 1.2;
        color: #64748b;
        font-size: 0.8rem;
    }

    .match-card-kicker span {
        color: #0f172a;
        font-weight: 700;
    }

    .match-card-main {
        padding: 0 1rem 1rem;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        align-items: center;
        gap: 14px;
    }

    .team-stack {
        display: grid;
        align-items: center;
        align-content: start;
        align-self: start;
        gap: 10px;
        min-width: 0;
        justify-items: center;
    }

    .team-stack--home {
        grid-template-columns: 1fr;
        grid-template-areas:
            "emblem"
            "name";
        text-align: center;
    }

    .team-stack--away {
        grid-template-columns: 1fr;
        grid-template-areas:
            "emblem"
            "name";
        text-align: center;
    }

    .team-meta {
        min-width: 0;
        grid-area: name;
        min-height: 2.8rem;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        text-align: center;
    }

    .team-emblem-stack {
        display: grid;
        grid-template-rows: minmax(54px, auto) 58px minmax(54px, auto);
        align-items: center;
        justify-items: center;
        row-gap: 6px;
        grid-area: emblem;
    }

    .team-logo {
        width: 58px;
        height: 58px;
        border-radius: 18px;
        background: linear-gradient(180deg, #fff, #f8fbff);
        border: 1px solid rgba(226, 232, 240, 0.9);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
    }

    .team-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 7px;
    }

    .team-logo-fallback {
        color: #5c6bc0;
        font-size: 1rem;
    }

    .team-name {
        max-width: 11ch;
        font-weight: 700;
        color: #334155;
        font-size: 0.7rem;
        line-height: 1.22;
        letter-spacing: -0.01em;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: center;
        text-wrap: balance;
    }

    .team-event-row {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        justify-content: center;
        gap: 4px;
        align-items: start;
        align-content: start;
        width: 100%;
        max-width: 116px;
    }

    .team-stack--home .team-event-row,
    .team-stack--away .team-event-row {
        justify-content: center;
    }

    .team-event-row--cards,
    .team-event-row--goals {
        min-height: 54px;
    }

    .team-event-chip {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2px;
        min-width: 0;
        padding: 0.2rem 0.22rem;
        border-radius: 12px;
        font-size: 0.66rem;
        line-height: 1;
        font-weight: 800;
        background: #f8fafc;
        border: 1px solid rgba(226, 232, 240, 0.92);
        color: #475569;
        white-space: nowrap;
        overflow: hidden;
    }

    .team-event-chip.is-goal {
        color: #1d4ed8;
    }

    .team-event-chip i {
        font-size: 0.62rem;
        flex-shrink: 0;
        line-height: 1;
    }

    .team-event-chip.is-yellow {
        color: #a16207;
        background: rgba(250, 204, 21, 0.18);
        border-color: rgba(250, 204, 21, 0.42);
    }

    .team-event-chip.is-red {
        color: #b91c1c;
        background: rgba(220, 38, 38, 0.12);
        border-color: rgba(220, 38, 38, 0.25);
    }

.match-scoreboard {
    text-align: center;
    min-width: 110px;
}

.match-league-logo-center {
    width: 28px;
    height: 28px;
    margin: 0 auto 0.35rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid rgba(226, 232, 240, 0.9);
    overflow: hidden;
}

.match-league-logo-center img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 4px;
}

.match-league-name {
    max-width: 132px;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.35;
    color: #64748b;
    text-align: center;
}

.match-league-name--center {
    margin: 0 auto 0.55rem;
}

    .match-scoreline {
        font-size: 1.5rem;
        font-weight: 900;
        color: #0f172a;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .score-separator {
        color: #94a3b8;
    }

    .match-context-line {
        margin-top: 6px;
        font-size: 0.78rem;
        color: #64748b;
    }

    .match-context-line--state {
        font-weight: 800;
    }

    .is-postponed-card .match-context-line--state {
        color: #b45309;
    }

    .is-cancelled-card .match-context-line--state {
        color: #475569;
    }

    .is-interrupted-card .match-context-line--state {
        color: #7c3aed;
    }

    .match-context-line--primary {
        margin-top: 0;
        margin-bottom: 0.4rem;
        font-size: 0.82rem;
    }

    .match-detail-strip {
        padding: 0 1rem 0.75rem;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }

    .detail-chip {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 0.42rem 0.7rem;
        border-radius: 999px;
        background: #f8fafc;
        color: #475569;
        font-size: 0.76rem;
        border: 1px solid rgba(226, 232, 240, 0.95);
        text-align: center;
    }

    .match-live-summary {
        margin: 0 1rem 1rem;
        padding: 0.9rem;
        border-radius: 16px;
        background: linear-gradient(180deg, #f8fafc, #fff);
        border: 1px solid rgba(226, 232, 240, 0.9);
    }

    .summary-block + .summary-block {
        margin-top: 0.75rem;
    }

    .summary-title {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 0.55rem;
        color: #0f172a;
        font-size: 0.8rem;
        font-weight: 800;
    }

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

    .summary-list {
        display: flex;
        flex-direction: column;
        gap: 4px;
        font-size: 0.76rem;
        color: #475569;
    }

    .summary-inline {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .event-chip {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 0.38rem 0.62rem;
        border-radius: 999px;
        font-size: 0.72rem;
        font-weight: 700;
    }

    .event-card-mark {
        width: 10px;
        height: 14px;
        border-radius: 2px;
        display: inline-block;
        box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
    }

    .event-chip.warning {
        background: rgba(250, 204, 21, 0.18);
        color: #a16207;
    }

    .event-chip.danger {
        background: rgba(220, 38, 38, 0.12);
        color: #b91c1c;
    }

    .event-card-mark.warning {
        background: #facc15;
        box-shadow: inset 0 0 0 1px rgba(161, 98, 7, 0.18);
    }

    .event-card-mark.danger {
        background: #dc2626;
    }

    .muted {
        color: #94a3b8;
    }

    .empty-state {
        text-align: center;
        padding: 4rem 2rem;
    }

    .empty-icon {
        font-size: 4rem;
        color: #cbd5e0;
        margin-bottom: 1rem;
    }

    .home-overview-grid {
        display: grid;
        grid-template-columns: 1.2fr 0.8fr;
        gap: 24px;
    }

    .overview-panel {
        background: #fff;
        border: 1px solid rgba(226, 232, 240, 0.92);
        border-radius: 22px;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
        padding: 22px;
    }

    .overview-list {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .overview-item {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 12px;
        align-items: center;
        padding: 14px 0;
        border-bottom: 1px solid rgba(226, 232, 240, 0.88);
    }

    .overview-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .overview-item:first-child {
        padding-top: 0;
    }

    .overview-item-main {
        display: grid;
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 14px;
        align-items: center;
        min-width: 0;
    }

    .overview-item-thumb {
        width: 76px;
        height: 76px;
        border-radius: 18px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, rgba(0, 47, 167, 0.08), rgba(15, 23, 42, 0.04));
        border: 1px solid rgba(148, 163, 184, 0.18);
        flex: 0 0 auto;
        text-decoration: none;
    }

    .overview-item-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .overview-item-thumb-placeholder {
        color: #002fa7;
        font-size: 1.5rem;
    }

    .overview-item-title {
        color: #0f172a;
        font-size: 0.95rem;
        font-weight: 800;
        text-decoration: none;
        line-height: 1.7;
    }

    .overview-item-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 6px;
        color: #64748b;
        font-size: 0.76rem;
    }

    .overview-stat-box {
        min-width: 88px;
        text-align: center;
        padding: 12px;
        border-radius: 16px;
        background: #f8fafc;
        border: 1px solid rgba(226, 232, 240, 0.9);
    }

    .overview-stat-box strong {
        display: block;
        color: #0f172a;
        font-size: 1.05rem;
    }

    .overview-stat-box span {
        display: block;
        color: #64748b;
        font-size: 0.72rem;
        margin-top: 2px;
    }

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

    .league-compact-item {
        display: grid;
        grid-template-columns: auto 1fr auto;
        gap: 12px;
        align-items: center;
        padding: 14px 16px;
        background: #fff;
        border: 1px solid rgba(226, 232, 240, 0.92);
        border-radius: 18px;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
        text-decoration: none;
        color: inherit;
    }

    .league-compact-logo {
        width: 54px;
        height: 54px;
        border-radius: 16px;
        background: linear-gradient(180deg, #fff, #f8fbff);
        border: 1px solid rgba(226, 232, 240, 0.9);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        color: #64748b;
    }

    .league-compact-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 6px;
    }

    .league-compact-title {
        font-size: 0.95rem;
        font-weight: 800;
        color: #0f172a;
        line-height: 1.5;
    }

    .league-compact-meta {
        margin-top: 4px;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        color: #64748b;
        font-size: 0.76rem;
    }

    .league-compact-count {
        min-width: 72px;
        text-align: center;
        padding: 10px 8px;
        border-radius: 14px;
        background: #f8fafc;
        border: 1px solid rgba(226, 232, 240, 0.9);
    }

    .league-compact-count strong {
        display: block;
        color: #0f172a;
        font-size: 1rem;
    }

    .league-compact-count span {
        display: block;
        color: #64748b;
        font-size: 0.72rem;
    }

    @media (max-width: 767px) {
        .home-date-controls {
            gap: 10px;
            margin-bottom: 18px;
        }

        .home-date-toolbar {
            gap: 10px;
        }

        .home-date-form {
            width: 100%;
            flex-wrap: wrap;
            justify-content: center;
            border-radius: 18px;
            padding: 12px;
        }

        .home-date-form label {
            width: 100%;
            text-align: center;
        }

        .home-date-form input[type="date"] {
            min-width: 0;
            width: 100%;
        }

        .home-date-form .btn {
            width: 100%;
        }

        .home-date-pill {
            flex: 1 1 calc(50% - 10px);
            min-width: 0;
            padding: 0.8rem 0.9rem;
            border-radius: 18px;
        }

        .match-card {
            border-radius: 16px;
            box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
        }

        .match-card-top {
            flex-direction: column;
            align-items: stretch;
            gap: 8px;
            padding-bottom: 0.45rem;
        }

        .status-pill {
            align-self: flex-start;
            padding: 0.3rem 0.58rem;
            font-size: 0.66rem;
        }

        .match-card-kicker {
            width: 100%;
            text-align: right;
        }

        .match-card-main {
            grid-template-columns: minmax(0, 1fr) minmax(88px, auto) minmax(0, 1fr);
            align-items: start;
            gap: 8px;
        }

        .match-scoreboard {
            order: 0;
            min-width: 0;
        }

        .match-league-badge {
            margin-bottom: 0.4rem;
        }

        .match-league-logo {
            width: 30px;
            height: 30px;
            border-radius: 10px;
        }

        .match-league-name {
            max-width: 100%;
            font-size: 0.68rem;
            line-height: 1.25;
        }

        .match-scoreline {
            font-size: 1.14rem;
        }

        .match-card-top,
        .match-card-main,
        .match-detail-strip {
            padding-right: 0.68rem;
            padding-left: 0.68rem;
        }

        .team-stack,
        .team-stack--home,
        .team-stack--away {
            grid-template-columns: 1fr;
            grid-template-areas:
                "emblem"
                "name";
            justify-items: center;
            text-align: center;
            gap: 6px;
        }

        .team-meta {
            grid-area: name;
            min-height: 2.35rem;
            text-align: center;
            align-items: flex-start;
        }

        .team-emblem-stack {
            grid-area: emblem;
            grid-template-rows: minmax(34px, auto) 42px minmax(34px, auto);
            row-gap: 4px;
        }

        .team-logo {
            width: 42px;
            height: 42px;
            margin: 0;
            border-radius: 12px;
            box-shadow: none;
        }

        .team-logo img {
            padding: 4px;
        }

        .team-name {
            margin-top: 2px;
            text-align: center;
        }

        .match-live-summary {
            margin-right: 0.85rem;
            margin-left: 0.85rem;
            padding: 0.8rem;
            border-radius: 14px;
        }

        .team-name {
            font-size: 0.72rem;
            line-height: 1.22;
            max-width: 100%;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .team-stack--away .team-name {
            text-align: center;
        }

        .team-emblem-stack {
            grid-template-rows: minmax(40px, auto) 52px minmax(40px, auto);
        }

        .team-event-row {
            margin-top: 0;
            max-width: 76px;
            gap: 2px;
            align-items: start;
            align-content: start;
        }

        .team-event-row--cards,
        .team-event-row--goals {
            min-height: 40px;
        }

        .team-event-chip {
            padding: 0.12rem 0.08rem;
            border-radius: 9px;
            font-size: 0.53rem;
            gap: 1px;
        }

        .team-event-chip i {
            font-size: 0.46rem;
        }

        .match-context-line {
            line-height: 1.28;
            font-size: 0.72rem;
        }

        .match-league-logo-center {
            width: 20px;
            height: 20px;
            margin-bottom: 0.18rem;
        }

        .match-detail-strip {
            gap: 6px;
            justify-content: center;
            padding-top: 0.2rem;
            padding-bottom: 0.85rem;
        }

        .detail-chip {
            max-width: none;
            font-size: 0.66rem;
            padding: 0.34rem 0.58rem;
        }

        .match-context-line--primary {
            margin-bottom: 0.26rem;
            font-size: 0.72rem;
            font-weight: 800;
        }

        .match-live-summary {
            display: none;
        }


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

        .home-overview-grid {
            grid-template-columns: 1fr;
        }

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

        .overview-item-main {
            grid-template-columns: 60px minmax(0, 1fr);
        }

        .overview-item-thumb {
            width: 60px;
            height: 60px;
            border-radius: 14px;
        }

        .overview-stat-box {
            justify-self: start;
        }

        .league-compact-grid {
            grid-template-columns: 1fr;
        }

        .featured-slider-shell {
            padding: 12px 4px 6px;
            border-radius: 22px;
        }

        .featured-slider-shell::before,
        .featured-slider-shell::after {
            display: none;
        }

        .featured-slider-nav {
            display: none;
        }

        .featured-slider-footer {
            display: none;
        }

        .featured-slider-meta {
            justify-content: center;
            gap: 12px;
        }

        .featured-slider-progress {
            flex-basis: auto;
        }

        .featured-slider-track {
            padding: 4px 0;
            scroll-padding-inline: 8px;
        }

        .featured-slider-track > div {
            flex: 0 0 calc(100vw - 16px);
            max-width: calc(100vw - 16px);
            min-width: calc(100vw - 16px);
            padding-left: 4px;
            padding-right: 4px;
        }

        .featured-slider-shell.is-static-layout .featured-slider-track.featured-slider-track--1 > div {
            flex: 0 0 calc(100vw - 16px) !important;
            max-width: calc(100vw - 16px) !important;
            min-width: calc(100vw - 16px) !important;
        }

        .featured-board__group {
            border-radius: 18px;
        }

        .featured-board__group-head {
            padding: 0.85rem 0.9rem;
        }

        .featured-board__league {
            gap: 0.7rem;
        }

        .featured-board__league-logo {
            width: 36px;
            height: 36px;
            border-radius: 12px;
        }

        .featured-board__league-name {
            font-size: 0.92rem;
        }

        .featured-board__match {
            padding: 0.85rem 0.9rem;
            gap: 0.7rem;
            flex-basis: calc(100vw - 54px);
            min-width: calc(100vw - 54px);
        }

        .featured-board__teams {
            gap: 0.65rem;
        }

        .featured-board__team,
        .featured-board__team--away {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.4rem;
            min-width: 0;
            text-align: center;
        }

        .featured-board__team--home {
            text-align: center;
        }

        .featured-board__team img,
        .featured-board__team-fallback {
            width: 30px;
            height: 30px;
            border-radius: 9px;
        }

        .featured-board__team span {
            white-space: normal;
            line-height: 1.4;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .featured-board__event-row--home {
            justify-content: flex-end;
        }

        .featured-board__event-row--away {
            justify-content: flex-start;
        }

        html[dir="ltr"] .featured-board__event-row--home,
        html[dir="ltr"] .featured-board__event-row--away {
            justify-content: center;
        }

        .featured-board__score,
        .featured-board__meta,
        .featured-board__status {
            justify-content: center;
            text-align: center;
        }

        .featured-board__meta {
            gap: 0.2rem;
            font-size: 0.76rem;
        }

        .featured-board__slider-shell {
            padding: 2px 4px 4px;
        }

        .featured-board__slider-btn {
            display: none;
        }
    }

    @media (max-width: 420px) {
        .match-card-main {
            grid-template-columns: minmax(0, 1fr) minmax(82px, auto) minmax(0, 1fr);
            gap: 6px;
        }

        .team-meta {
            min-height: 2.2rem;
        }

        .team-name,
        .featured-board__team span {
            font-size: 0.68rem;
            max-width: 100%;
        }

        .match-card-top,
        .match-card-main,
        .match-detail-strip {
            padding-right: 0.78rem;
            padding-left: 0.78rem;
        }
    }

    @media (max-width: 360px) {
        .match-scoreline {
            font-size: 1.02rem;
        }

        .team-name,
        .featured-board__team span {
            font-size: 0.62rem;
        }
    }
    }
