body {
    background: #eef3f6;
}

.sp-home-shell {
    color: #14202b;
}

.sp-hero {
    background:
        radial-gradient(circle at 18% 10%, rgba(20, 184, 166, 0.24), transparent 28%),
        linear-gradient(135deg, #0b1720 0%, #122936 52%, #0f3f3c 100%);
    color: #fff;
    overflow: hidden;
}

.sp-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 36px;
    align-items: center;
    padding: 44px 15px;
}

.sp-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #8cf3df;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 14px;
}

.sp-hero-copy h1 {
    max-width: 780px;
    margin: 0 0 16px;
    color: #fff;
    font-size: 42px;
    line-height: 1.14;
    font-weight: 950;
    letter-spacing: 0;
}

.sp-hero-copy p {
    max-width: 790px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.85;
}

.sp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.sp-hero-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    background: #fff;
    color: #0f2d35;
    font-size: 14px;
    font-weight: 900;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.sp-hero-actions a:hover {
    background: #f59e0b;
    border-color: #f59e0b;
    color: #111827;
    transform: translateY(-2px);
}

.sp-feature-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    padding: 18px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(10px);
}

.sp-feature-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.66);
    margin-bottom: 12px;
}

.sp-feature-body {
    display: block;
    color: #fff;
}

.sp-feature-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.sp-feature-meta span,
.sp-feature-meta time {
    color: rgba(255, 255, 255, 0.74);
    font-size: 12px;
}

.sp-feature-meta em {
    margin-left: auto;
    font-style: normal;
    font-size: 12px;
    font-weight: 900;
    padding: 4px 9px;
    border-radius: 999px;
}

.sp-feature-meta em.live {
    background: #ef4444;
    color: #fff;
}

.sp-feature-meta em.next {
    background: rgba(255, 255, 255, 0.14);
    color: #cbd5e1;
}

.sp-feature-meta em.done {
    background: rgba(20, 184, 166, 0.18);
    color: #99f6e4;
}

.sp-feature-teams {
    display: grid;
    grid-template-columns: 1fr 86px 1fr;
    gap: 12px;
    align-items: center;
}

.sp-feature-teams div {
    min-width: 0;
    text-align: center;
}

.sp-feature-teams img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
    margin: 0 auto 10px;
}

.sp-feature-teams strong {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sp-feature-teams b {
    text-align: center;
    font-size: 24px;
    color: #fbbf24;
    font-family: Arial, sans-serif;
}

.sp-feature-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin-top: 20px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.92);
    color: #0f2d35;
    font-size: 14px;
    font-weight: 900;
}

.sp-feature-body:hover .sp-feature-cta {
    background: #14b8a6;
    color: #fff;
}

.sp-feature-empty {
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.7;
}

.sp-live-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: -24px;
    position: relative;
    z-index: 3;
}

.sp-live-stats div {
    min-height: 86px;
    background: #fff;
    border: 1px solid rgba(15, 118, 110, 0.1);
    border-radius: 8px;
    padding: 16px 18px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.sp-live-stats span {
    display: block;
    color: #64748b;
    font-size: 13px;
    margin-bottom: 10px;
}

.sp-live-stats strong {
    color: #0f766e;
    font-size: 30px;
    line-height: 1;
    font-weight: 950;
}

.sp-channel-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 22px;
}

.sp-channel-card {
    min-height: 128px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px;
    background: #fff;
    border: 1px solid #dbe5ea;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.sp-channel-card:hover {
    transform: translateY(-4px);
    border-color: #14b8a6;
    box-shadow: 0 16px 34px rgba(15, 118, 110, 0.12);
}

.sp-channel-card.primary {
    background: #0f766e;
    border-color: #0f766e;
}

.sp-channel-card span {
    color: #64748b;
    font-size: 12px;
    margin-bottom: 8px;
}

.sp-channel-card strong {
    color: #111827;
    font-size: 22px;
    font-weight: 950;
    margin-bottom: 8px;
}

.sp-channel-card em {
    color: #64748b;
    font-size: 13px;
    font-style: normal;
    line-height: 1.55;
}

.sp-channel-card.primary span,
.sp-channel-card.primary strong,
.sp-channel-card.primary em {
    color: #fff;
}

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

.sp-main-col,
.sp-side-col {
    min-width: 0;
}

.sp-panel,
.sp-side-card,
.sp-seo-section {
    background: #fff;
    border: 1px solid #dbe5ea;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}

.sp-panel {
    margin-bottom: 18px;
}

.sp-panel-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    padding: 20px;
    border-bottom: 1px solid #e8eef2;
}

.sp-panel-head span {
    display: block;
    color: #0f766e;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.sp-panel-head h2 {
    margin: 0;
    color: #14202b;
    font-size: 22px;
    font-weight: 950;
}

.sp-panel-head.compact {
    align-items: center;
}

.sp-panel-head.compact a {
    color: #0f766e;
    font-size: 13px;
    font-weight: 900;
}

.sp-tabs {
    display: inline-flex;
    gap: 6px;
    padding: 4px;
    border-radius: 999px;
    background: #f1f5f9;
}

.sp-tabs button {
    border: 0;
    border-radius: 999px;
    padding: 8px 14px;
    background: transparent;
    color: #64748b;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

.sp-tabs button.active {
    background: #0f766e;
    color: #fff;
}

.sp-match-list {
    padding: 8px 14px 14px;
}

.sp-match-card {
    display: grid;
    grid-template-columns: 66px 64px minmax(0, 1fr) 86px minmax(0, 1fr) 76px;
    gap: 12px;
    align-items: center;
    min-height: 72px;
    padding: 12px 8px;
    border-bottom: 1px solid #edf2f7;
    color: #14202b;
}

.sp-match-card:last-child {
    border-bottom: none;
}

.sp-match-card:hover {
    background: #f8fbfb;
}

.sp-match-time time,
.sp-match-time strong {
    display: block;
    text-align: center;
}

.sp-match-time time {
    color: #94a3b8;
    font-size: 12px;
}

.sp-match-time strong {
    color: #14202b;
    font-size: 15px;
}

.sp-match-league {
    text-align: center;
    color: #0f766e;
    font-size: 13px;
    font-weight: 900;
}

.sp-match-team {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    font-size: 15px;
    font-weight: 900;
}

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

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

.sp-match-team span {
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.sp-match-score.live {
    color: #ef4444;
}

.sp-match-state {
    justify-self: end;
    min-width: 62px;
    padding: 5px 9px;
    border-radius: 999px;
    text-align: center;
    font-size: 12px;
    font-weight: 900;
}

.sp-match-state.live {
    color: #fff;
    background: #ef4444;
}

.sp-match-state.next {
    color: #64748b;
    background: #f1f5f9;
}

.sp-match-state.done {
    color: #0f766e;
    background: #ccfbf1;
}

.sp-two-panels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.sp-mini-list,
.sp-keyword-grid,
.sp-news-grid,
.sp-rank-list,
.sp-team-grid,
.sp-side-links {
    padding: 16px 20px 20px;
}

.sp-mini-list a {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 54px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    padding: 11px 0;
    border-bottom: 1px dashed #e8eef2;
}

.sp-mini-list a:last-child {
    border-bottom: none;
}

.sp-mini-list time {
    color: #94a3b8;
    font-size: 12px;
}

.sp-mini-list span {
    min-width: 0;
    color: #14202b;
    font-size: 13px;
    font-weight: 850;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sp-mini-list strong {
    text-align: center;
    color: #0f766e;
    font-size: 13px;
}

.sp-mini-list p,
.sp-rank-list p {
    margin: 0;
    color: #64748b;
    line-height: 1.7;
}

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

.sp-keyword-grid a,
.sp-side-links a {
    display: block;
    padding: 9px 11px;
    border-radius: 6px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #334155;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sp-keyword-grid a:hover,
.sp-side-links a:hover {
    background: #0f766e;
    border-color: #0f766e;
    color: #fff;
}

.sp-news-grid {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 18px;
}

.sp-news-feature {
    display: block;
    border-radius: 8px;
    background: #f8fafc;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.sp-news-feature img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.sp-news-feature div {
    padding: 14px;
}

.sp-news-feature strong {
    display: block;
    color: #14202b;
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 8px;
}

.sp-news-feature p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.7;
}

.sp-news-list a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px dashed #e8eef2;
}

.sp-news-list a:last-child {
    border-bottom: none;
}

.sp-news-list span {
    flex: 1;
    min-width: 0;
    color: #14202b;
    font-size: 14px;
    font-weight: 750;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sp-news-list time {
    color: #94a3b8;
    font-size: 12px;
}

.sp-side-col {
    display: grid;
    gap: 18px;
}

.sp-side-card {
    padding: 18px;
}

.sp-side-card h2 {
    margin: 0 0 14px;
    color: #14202b;
    font-size: 18px;
    font-weight: 950;
}

.sp-rank-list,
.sp-team-grid,
.sp-side-links {
    padding: 0;
}

.sp-rank-list a {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) 56px;
    gap: 10px;
    align-items: center;
    padding: 9px 0;
    border-bottom: 1px dashed #e8eef2;
}

.sp-rank-list b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: #e6fffb;
    color: #0f766e;
    font-size: 12px;
}

.sp-rank-list span {
    min-width: 0;
    font-size: 13px;
    font-weight: 850;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sp-rank-list em {
    color: #64748b;
    font-style: normal;
    text-align: right;
    font-size: 12px;
}

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

.sp-team-grid a {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 9px;
    border-radius: 6px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.sp-team-grid img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex-shrink: 0;
}

.sp-team-grid span {
    min-width: 0;
    font-size: 13px;
    font-weight: 850;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sp-side-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.sp-seo-section {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 22px;
    padding: 24px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.sp-seo-copy h2 {
    margin: 0 0 12px;
    color: #14202b;
    font-size: 22px;
    font-weight: 950;
}

.sp-seo-copy p {
    color: #475569;
    font-size: 14px;
    line-height: 1.85;
    margin: 0 0 10px;
}

.sp-topic-cloud {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 10px;
}

.sp-topic-cloud a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #334155;
    font-size: 13px;
    font-weight: 750;
}

.sp-topic-cloud a:hover {
    background: #0f766e;
    color: #fff;
    border-color: #0f766e;
}

.sp-empty {
    padding: 34px 15px;
    text-align: center;
    color: #64748b;
}

@media (max-width: 992px) {
    .sp-hero-grid {
        grid-template-columns: 1fr;
    }
    .sp-feature-card {
        max-width: 520px;
    }
    .sp-main-layout {
        grid-template-columns: 1fr;
    }
    .sp-side-col {
        grid-template-columns: repeat(3, 1fr);
    }
    .sp-news-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    html,
    body {
        overflow-x: hidden;
    }

    .site-container {
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .sp-hero-grid {
        gap: 20px;
        padding: 28px 12px 34px;
    }

    .sp-hero-copy h1 {
        font-size: 28px;
        line-height: 1.22;
    }

    .sp-hero-copy p {
        font-size: 14px;
        line-height: 1.75;
    }

    .sp-hero-actions {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .sp-hero-actions a {
        min-height: 38px;
        padding: 0 10px;
        font-size: 13px;
        white-space: nowrap;
    }

    .sp-feature-card {
        padding: 14px;
    }

    .sp-feature-teams {
        grid-template-columns: 1fr 64px 1fr;
        gap: 8px;
    }

    .sp-feature-teams img {
        width: 36px;
        height: 36px;
    }

    .sp-feature-teams strong {
        font-size: 12px;
    }

    .sp-feature-teams b {
        font-size: 18px;
    }

    .sp-live-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-top: -18px;
    }

    .sp-live-stats div {
        min-height: 76px;
        padding: 13px;
    }

    .sp-live-stats strong {
        font-size: 24px;
    }

    .sp-channel-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-top: 14px;
    }

    .sp-channel-card {
        min-height: 116px;
        padding: 13px;
    }

    .sp-channel-card strong {
        font-size: 17px;
    }

    .sp-channel-card em {
        font-size: 12px;
    }

    .sp-main-layout {
        gap: 12px;
        margin-top: 12px;
    }

    .sp-panel,
    .sp-side-card,
    .sp-seo-section {
        border-radius: 8px;
        margin-bottom: 12px;
    }

    .sp-panel-head {
        display: block;
        padding: 15px;
    }

    .sp-panel-head h2 {
        font-size: 18px;
    }

    .sp-tabs {
        width: 100%;
        overflow-x: auto;
        margin-top: 12px;
        justify-content: flex-start;
    }

    .sp-tabs button {
        flex: 0 0 auto;
        padding: 8px 13px;
    }

    .sp-match-list {
        padding: 8px 10px 12px;
    }

    .sp-match-card {
        position: relative;
        grid-template-columns: 1fr 64px 1fr;
        gap: 8px;
        min-height: 118px;
        margin-bottom: 10px;
        padding: 38px 10px 14px;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        background: #fff;
    }

    .sp-match-time {
        position: absolute;
        top: 11px;
        left: 11px;
        display: flex;
        gap: 5px;
    }

    .sp-match-time time,
    .sp-match-time strong {
        font-size: 12px;
    }

    .sp-match-league {
        position: absolute;
        top: 11px;
        left: 92px;
        font-size: 12px;
    }

    .sp-match-state {
        position: absolute;
        top: 9px;
        right: 10px;
        min-width: auto;
        padding: 4px 7px;
        font-size: 11px;
    }

    .sp-match-team {
        flex-direction: column;
        gap: 7px;
        text-align: center;
        justify-content: center;
        font-size: 12px;
    }

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

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

    .sp-match-team span {
        width: 100%;
        max-width: 92px;
        order: 2;
    }

    .sp-match-score {
        font-size: 18px;
    }

    .sp-two-panels {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .sp-mini-list,
    .sp-keyword-grid,
    .sp-news-grid {
        padding: 12px;
    }

    .sp-mini-list a {
        grid-template-columns: 64px minmax(0, 1fr) 46px minmax(0, 1fr);
        gap: 6px;
    }

    .sp-mini-list span,
    .sp-mini-list strong {
        font-size: 12px;
    }

    .sp-keyword-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .sp-keyword-grid a {
        font-size: 12px;
        padding: 8px;
    }

    .sp-news-feature strong {
        font-size: 15px;
    }

    .sp-news-list span {
        font-size: 13px;
    }

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

    .sp-team-grid,
    .sp-side-links {
        grid-template-columns: repeat(2, 1fr);
    }

    .sp-seo-section {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 16px;
        margin-top: 0;
        margin-bottom: 16px;
    }

    .sp-seo-copy h2 {
        font-size: 18px;
    }

    .sp-seo-copy p {
        font-size: 13px;
        line-height: 1.75;
    }

    .sp-topic-cloud {
        gap: 8px;
    }

    .sp-topic-cloud a {
        max-width: 100%;
        font-size: 12px;
        min-height: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
