.schedule-page {
    background: #eef3f6;
    padding: 18px 0 42px;
    color: #14202b;
}

.schedule-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: #64748b;
    font-size: 13px;
    margin-bottom: 14px;
}

.schedule-breadcrumb a {
    color: #475569;
    font-weight: 750;
}

.schedule-breadcrumb a:hover {
    color: #0f766e;
}

.schedule-breadcrumb em {
    font-style: normal;
    color: #94a3b8;
}

.schedule-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: linear-gradient(135deg, #0b1720 0%, #12333a 54%, #0f766e 100%);
    color: #fff;
    border-radius: 8px;
    padding: 26px 28px;
    margin-bottom: 16px;
    overflow: hidden;
}

.schedule-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.1);
    color: #99f6e4;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 10px;
}

.schedule-hero h1 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 950;
}

.schedule-hero p {
    margin: 0;
    max-width: 720px;
    color: rgba(255,255,255,0.78);
    line-height: 1.75;
    font-size: 14px;
}

.schedule-summary {
    width: 150px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 8px;
    background: rgba(255,255,255,0.08);
}

.schedule-summary strong {
    color: #fbbf24;
    font-size: 34px;
    line-height: 1;
    font-weight: 950;
}

.schedule-summary span {
    margin-top: 8px;
    color: rgba(255,255,255,0.72);
    font-size: 13px;
}

.schedule-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 18px;
    align-items: start;
}

.schedule-main,
.schedule-widget,
.schedule-seo-box {
    background: #fff;
    border: 1px solid #dbe5ea;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(15,23,42,0.04);
}

.schedule-tabs {
    display: flex;
    gap: 8px;
    padding: 14px 16px 0;
}

.schedule-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 14px;
    font-weight: 900;
}

.schedule-tabs a.active,
.schedule-tabs a:hover {
    background: #0f766e;
    color: #fff;
}

.schedule-date-strip {
    display: flex;
    gap: 10px;
    padding: 14px 16px;
    border-bottom: 1px solid #edf2f7;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.schedule-date-strip a {
    flex: 0 0 auto;
    width: 96px;
    min-height: 54px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #dbe5ea;
    background: #fff;
    color: #334155;
}

.schedule-date-strip a strong {
    font-size: 15px;
    line-height: 1.2;
}

.schedule-date-strip a span {
    margin-top: 4px;
    color: #94a3b8;
    font-size: 12px;
}

.schedule-date-strip a.active {
    background: #0f766e;
    border-color: #0f766e;
    color: #fff;
}

.schedule-date-strip a.active span {
    color: rgba(255,255,255,0.76);
}

.schedule-filter {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 16px;
    background: rgba(248,250,252,0.96);
    border-bottom: 1px solid #edf2f7;
    backdrop-filter: blur(8px);
}

.schedule-filter span {
    color: #475569;
    font-size: 13px;
    font-weight: 900;
    margin-right: 4px;
}

.league-filter-btn {
    min-height: 30px;
    border: 1px solid #dbe5ea;
    border-radius: 999px;
    padding: 0 12px;
    background: #fff;
    color: #475569;
    font-size: 12px;
    font-weight: 850;
    cursor: pointer;
}

.league-filter-btn.active,
.league-filter-btn:hover {
    background: #0f766e;
    color: #fff;
    border-color: #0f766e;
}

.schedule-card-list {
    padding: 14px;
}

.schedule-league-group {
    border: 1px solid #dbe5ea;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 14px;
    background: #fff;
}

.schedule-league-group:last-child {
    margin-bottom: 0;
}

.schedule-league-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    background: #f8fbfb;
    border-bottom: 1px solid #e2e8f0;
}

.schedule-league-head span {
    display: block;
    color: #0f766e;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.schedule-league-head h2 {
    margin: 0;
    color: #14202b;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 950;
}

.schedule-league-head a {
    color: #0f766e;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.schedule-match-row {
    display: grid;
    grid-template-columns: 70px 70px minmax(0, 1fr) 86px minmax(0, 1fr) 168px;
    gap: 12px;
    align-items: center;
    min-height: 74px;
    padding: 12px 16px;
    border-bottom: 1px solid #edf2f7;
}

.schedule-match-row:last-child {
    border-bottom: none;
}

.schedule-match-row:hover {
    background: #f8fbfb;
}

.sm-time time,
.sm-time span {
    display: block;
    text-align: center;
}

.sm-time time {
    color: #14202b;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 950;
}

.sm-time span {
    color: #94a3b8;
    font-size: 12px;
    margin-top: 3px;
}

.sm-state {
    text-align: center;
}

.sm-state span,
.sm-state em {
    display: block;
}

.sm-state span {
    color: #64748b;
    font-size: 12px;
}

.sm-state em {
    width: 48px;
    margin: 5px auto 0;
    padding: 2px 0;
    border-radius: 999px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 10px;
    font-style: normal;
    font-weight: 950;
}

.sm-state.live span {
    color: #ef4444;
    font-weight: 900;
}

.sm-state.live em {
    background: #fee2e2;
    color: #ef4444;
}

.sm-state.done em {
    background: #ccfbf1;
    color: #0f766e;
}

.sm-team {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.sm-team.home {
    justify-content: flex-end;
    text-align: right;
}

.sm-team.away {
    justify-content: flex-start;
}

.sm-team img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    flex-shrink: 0;
}

.sm-team a {
    min-width: 0;
    color: #14202b;
    font-size: 15px;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sm-team a:hover {
    color: #0f766e;
}

.sm-score {
    text-align: center;
    color: #14202b;
    font-size: 21px;
    font-weight: 950;
    font-family: Arial, sans-serif;
}

.sm-score.live {
    color: #ef4444;
}

.sm-score.done {
    color: #0f766e;
}

.sm-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}

.schedule-live-btn,
.schedule-detail-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 950;
    white-space: nowrap;
}

.schedule-live-btn {
    min-width: 96px;
    padding: 0 14px;
    background: #0f766e;
    color: #fff;
    box-shadow: 0 8px 18px rgba(15,118,110,0.18);
}

.schedule-live-btn:hover {
    background: #115e59;
    color: #fff;
    transform: translateY(-1px);
}

.schedule-live-btn i {
    margin-right: 5px;
}

.schedule-detail-btn {
    min-width: 52px;
    padding: 0 12px;
    border: 1px solid #dbe5ea;
    color: #475569;
    background: #fff;
}

.schedule-detail-btn:hover {
    color: #0f766e;
    border-color: #0f766e;
}

.schedule-empty {
    padding: 42px 16px;
    text-align: center;
    color: #64748b;
}

.schedule-empty strong {
    display: block;
    color: #14202b;
    font-size: 17px;
    margin-bottom: 8px;
}

.schedule-empty p {
    margin: 0 0 14px;
}

.schedule-empty a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: #0f766e;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.schedule-seo-box {
    padding: 20px;
    margin: 0 14px 14px;
    border-style: dashed;
}

.schedule-seo-box h2 {
    margin: 0 0 10px;
    color: #14202b;
    font-size: 17px;
    font-weight: 950;
}

.schedule-seo-box p {
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.8;
}

.schedule-side {
    display: grid;
    gap: 16px;
}

.schedule-widget {
    overflow: hidden;
}

.schedule-widget header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 15px 16px;
    border-bottom: 1px solid #edf2f7;
}

.schedule-widget h2 {
    margin: 0;
    color: #14202b;
    font-size: 17px;
    font-weight: 950;
}

.schedule-widget header a {
    color: #0f766e;
    font-size: 12px;
    font-weight: 900;
}

.schedule-widget ul {
    list-style: none;
    margin: 0;
    padding: 8px 16px 16px;
}

.schedule-widget li {
    border-bottom: 1px dashed #e2e8f0;
}

.schedule-widget li:last-child {
    border-bottom: none;
}

.schedule-widget li a {
    display: block;
    padding: 10px 0;
    color: #334155;
    font-size: 14px;
    line-height: 1.55;
}

.schedule-widget li a:hover {
    color: #0f766e;
}

.schedule-widget .muted {
    padding: 18px 0;
    color: #94a3b8;
    text-align: center;
}

.schedule-video-list {
    display: grid;
    gap: 12px;
    padding: 0 16px 16px;
}

.schedule-video-list a {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}

.schedule-video-list img {
    width: 96px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 6px;
    background: #e2e8f0;
}

.schedule-video-list span {
    color: #334155;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 800;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.schedule-video-list a:hover span {
    color: #0f766e;
}

@media (max-width: 1080px) {
    .schedule-layout {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 768px) {
    .schedule-page {
        padding: 10px 0 24px;
    }

    .schedule-breadcrumb {
        padding: 0 2px;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .schedule-hero {
        display: block;
        padding: 20px 16px;
        margin-bottom: 12px;
    }

    .schedule-hero h1 {
        font-size: 22px;
        line-height: 1.28;
    }

    .schedule-hero p {
        font-size: 13px;
    }

    .schedule-summary {
        width: 100%;
        min-height: 66px;
        margin-top: 16px;
        flex-direction: row;
        gap: 10px;
    }

    .schedule-summary strong {
        font-size: 26px;
    }

    .schedule-tabs {
        padding: 12px 12px 0;
        overflow-x: auto;
    }

    .schedule-tabs a {
        flex: 0 0 auto;
        min-height: 34px;
        padding: 0 13px;
        font-size: 13px;
    }

    .schedule-date-strip {
        gap: 8px;
        padding: 12px;
    }

    .schedule-date-strip a {
        width: 78px;
        min-height: 48px;
    }

    .schedule-date-strip a strong {
        font-size: 13px;
    }

    .schedule-filter {
        position: static;
        padding: 10px 12px;
        gap: 6px;
    }

    .schedule-filter span {
        width: 100%;
        margin-bottom: 2px;
    }

    .league-filter-btn {
        min-height: 28px;
        padding: 0 10px;
        font-size: 11px;
    }

    .schedule-card-list {
        padding: 10px;
    }

    .schedule-league-head {
        padding: 12px;
    }

    .schedule-league-head h2 {
        font-size: 15px;
    }

    .schedule-match-row {
        position: relative;
        grid-template-columns: 1fr 58px 1fr;
        gap: 8px;
        min-height: 132px;
        padding: 40px 10px 48px;
        border-bottom: 1px solid #edf2f7;
    }

    .sm-time {
        position: absolute;
        left: 10px;
        top: 10px;
        display: flex;
        gap: 6px;
        align-items: baseline;
    }

    .sm-time time {
        font-size: 14px;
    }

    .sm-time span {
        margin-top: 0;
        font-size: 11px;
    }

    .sm-state {
        position: absolute;
        right: 10px;
        top: 9px;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .sm-state span {
        font-size: 11px;
    }

    .sm-state em {
        width: auto;
        margin: 0;
        padding: 2px 7px;
    }

    .sm-team {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 7px;
    }

    .sm-team.home,
    .sm-team.away {
        justify-content: center;
        text-align: center;
    }

    .sm-team img {
        width: 30px;
        height: 30px;
        order: 1;
    }

    .sm-team a {
        width: 100%;
        max-width: 110px;
        order: 2;
        font-size: 12px;
    }

    .sm-score {
        align-self: center;
        font-size: 17px;
    }

    .sm-actions {
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 10px;
        display: grid;
        grid-template-columns: 1fr 72px;
        gap: 8px;
    }

    .schedule-live-btn,
    .schedule-detail-btn {
        width: 100%;
        min-height: 32px;
        font-size: 12px;
    }

    .schedule-seo-box {
        margin: 0 10px 10px;
        padding: 15px;
    }

    .schedule-seo-box h2 {
        font-size: 15px;
    }

    .schedule-seo-box p {
        font-size: 13px;
        line-height: 1.75;
    }

    .schedule-side {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .schedule-widget header {
        padding: 13px 14px;
    }

    .schedule-widget h2 {
        font-size: 15px;
    }

    .schedule-video-list {
        padding: 0 14px 14px;
    }
}
