body {
    background: #eef5f3;
}

.sp-worldcup-home,
.sp-worldcup-home * {
    box-sizing: border-box;
}

.sp-worldcup-home {
    padding: 12px 0 34px;
    color: #14233b;
    overflow-x: clip;
}

.sp-worldcup-home .site-container {
    width: min(1200px, calc(100% - 32px));
    margin-right: auto;
    margin-left: auto;
}

.sp-worldcup-home a {
    text-decoration: none;
}

.sp-worldcup-home .sp-score-strip,
.sp-worldcup-home .sp-fixture-board,
.sp-worldcup-home .sp-side-card,
.sp-worldcup-home .sp-ls-section,
.sp-worldcup-home .sp-seo-copy {
    border: 1px solid #d7e5e1;
    border-radius: 10px;
    background: #fff;
}

.sp-worldcup-home .sp-score-strip {
    display: flex;
    align-items: center;
    min-height: 42px;
    margin-bottom: 12px;
    overflow-x: auto;
    scrollbar-width: none;
}

.sp-worldcup-home .sp-score-strip::-webkit-scrollbar {
    display: none;
}

.sp-worldcup-home .sp-score-strip a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    border-right: 1px solid #edf3f1;
    color: #24505a;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.sp-worldcup-home .sp-score-strip a:first-child,
.sp-worldcup-home .sp-score-strip a:hover {
    color: #fff;
    background: #0f766e;
}

.sp-worldcup-home .sp-wc-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 16px;
    align-items: stretch;
    margin-bottom: 12px;
}

.sp-worldcup-home .sp-hero-main-wrap {
    min-width: 0;
    min-height: 240px;
    padding: 26px;
    border: 1px solid #cfe1dc;
    border-radius: 10px;
    background:
        linear-gradient(135deg, rgba(240, 253, 250, .94), rgba(255, 255, 255, .98)),
        radial-gradient(circle at 82% 18%, rgba(225, 29, 72, .13), transparent 30%);
}

.sp-worldcup-home .sp-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 11px;
    border-radius: 999px;
    background: #fff1f3;
    color: #e11d48;
    font-size: 12px;
    font-weight: 900;
}

.sp-worldcup-home .sp-wc-hero h1 {
    max-width: 780px;
    margin: 14px 0 12px;
    color: #071a2f;
    font-size: 34px;
    line-height: 1.25;
    letter-spacing: 0;
}

.sp-worldcup-home .sp-wc-hero p {
    max-width: 760px;
    margin: 0;
    color: #315265;
    font-size: 15px;
    line-height: 1.8;
}

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

.sp-worldcup-home .sp-hero-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    border: 1px solid #b9d3cf;
    border-radius: 7px;
    background: #fff;
    color: #0f766e;
    font-size: 14px;
    font-weight: 900;
}

.sp-worldcup-home .sp-hero-actions a:first-child,
.sp-worldcup-home .sp-hero-actions a:hover {
    border-color: #0f766e;
    background: #0f766e;
    color: #fff;
}

.sp-worldcup-home .sp-wc-stats {
    display: grid;
    gap: 12px;
}

.sp-worldcup-home .sp-wc-stats div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 82px;
    padding: 16px;
    border: 1px solid #d7e5e1;
    border-radius: 10px;
    background: #fff;
}

.sp-worldcup-home .sp-wc-stats strong {
    color: #0f766e;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}

.sp-worldcup-home .sp-wc-stats span {
    margin-top: 8px;
    color: #315265;
    font-size: 13px;
    font-weight: 700;
}

.sp-worldcup-home .sp-worldcup-board {
    margin-bottom: 12px;
    border-top: 4px solid #0f766e;
}

.sp-worldcup-home .sp-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 12px;
    align-items: start;
}

.sp-worldcup-home .sp-fixture-main,
.sp-worldcup-home .sp-ls-side {
    min-width: 0;
}

.sp-worldcup-home .sp-ls-side {
    display: grid;
    gap: 12px;
}

.sp-worldcup-home .sp-board-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 64px;
    padding: 0 14px;
    border-bottom: 1px solid #e5eeeb;
}

.sp-worldcup-home .sp-board-head h2,
.sp-worldcup-home .sp-side-card h2,
.sp-worldcup-home .sp-ls-section-head h2 {
    margin: 0;
    color: #071a2f;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 900;
}

.sp-worldcup-home .sp-board-head h2::before,
.sp-worldcup-home .sp-side-card h2::before,
.sp-worldcup-home .sp-ls-section-head h2::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 16px;
    margin-right: 8px;
    background: #e11d48;
    vertical-align: -2px;
}

.sp-worldcup-home .sp-board-head p {
    margin: 5px 0 0;
    color: #607483;
    font-size: 12px;
}

.sp-worldcup-home .sp-board-more,
.sp-worldcup-home .sp-side-card header a,
.sp-worldcup-home .sp-ls-section-head a,
.sp-worldcup-home .sp-ls-section-head nav a {
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.sp-worldcup-home .sp-board-more:hover,
.sp-worldcup-home .sp-side-card header a:hover,
.sp-worldcup-home .sp-ls-section-head a:hover {
    color: #e11d48;
}

.sp-worldcup-home .sp-board-head nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
}

.sp-worldcup-home .sp-board-head button {
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid #d5e2df;
    border-radius: 7px;
    background: #fff;
    color: #24505a;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}

.sp-worldcup-home .sp-board-head button.active,
.sp-worldcup-home .sp-board-head button:hover {
    border-color: #0f766e;
    background: #0f766e;
    color: #fff;
}

.sp-worldcup-home .sp-fixture-head,
.sp-worldcup-home .sp-fixture-row {
    display: grid;
    grid-template-columns: 64px 74px 70px minmax(150px, 1fr) 58px minmax(150px, 1fr) 98px;
    gap: 10px;
    align-items: center;
}

.sp-worldcup-home .sp-fixture-row > * {
    min-width: 0;
}

.sp-worldcup-home .sp-fixture-head {
    min-height: 36px;
    padding: 0 12px;
    border-bottom: 1px solid #e9f0ee;
    background: #f7fbfa;
    color: #607483;
    font-size: 12px;
    font-weight: 900;
}

.sp-worldcup-home .sp-fixture-head span:nth-child(4) {
    text-align: right;
}

.sp-worldcup-home .sp-fixture-head span:nth-child(5) {
    text-align: center;
}

.sp-worldcup-home .sp-fixture-head span:nth-child(6) {
    text-align: left;
}

.sp-worldcup-home .sp-fixture-head span:nth-child(7) {
    text-align: right;
}

.sp-worldcup-home .sp-fixture-list {
    max-height: 1360px;
    overflow-y: auto;
}

.sp-worldcup-home .sp-fixture-row {
    min-height: 50px;
    padding: 8px 12px;
    border-bottom: 1px solid #edf3f1;
    background: #fff;
}

.sp-worldcup-home .sp-fixture-row:hover {
    background: #f8fffd;
}

.sp-worldcup-home .filter-worldcup {
    background: linear-gradient(90deg, rgba(240, 253, 250, .95), #fff 36%);
}

.sp-worldcup-home .sp-fixture-row time {
    display: flex;
    flex-direction: column;
    color: #e11d48;
    line-height: 1.15;
}

.sp-worldcup-home .sp-fixture-row time b {
    font-size: 14px;
    font-weight: 900;
}

.sp-worldcup-home .sp-fixture-row time span {
    margin-top: 2px;
    color: #8193a1;
    font-size: 11px;
}

.sp-worldcup-home .sp-league {
    color: #163b4b;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sp-worldcup-home .filter-worldcup .sp-league {
    color: #0f766e;
}

.sp-worldcup-home .sp-status {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    background: #eef2f7;
    color: #64748b;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.sp-worldcup-home .sp-status.live {
    background: #e11d48;
    color: #fff;
}

.sp-worldcup-home .sp-status.next {
    background: #fff1f3;
    color: #e11d48;
}

.sp-worldcup-home .sp-status.done {
    background: #eef2f7;
    color: #64748b;
}

.sp-worldcup-home .sp-status.delay {
    background: #fff7df;
    color: #92400e;
}

.sp-worldcup-home .sp-team {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    width: max-content;
    max-width: 190px;
    color: #14233b;
    font-size: 13px;
    font-weight: 800;
}

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

.sp-worldcup-home .sp-team.away {
    justify-self: start;
    justify-content: flex-start;
}

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

.sp-worldcup-home .sp-team img,
.sp-worldcup-home .sp-logo-fallback {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.sp-worldcup-home .sp-logo-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef7f5;
    color: #0f766e;
    font-size: 12px;
    font-weight: 900;
}

.sp-worldcup-home .sp-score {
    color: #071a2f;
    text-align: center;
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
}

.sp-worldcup-home .sp-score.live {
    color: #e11d48;
}

.sp-worldcup-home .sp-live-action {
    text-align: right;
}

.sp-worldcup-home .sp-schedule-live-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 78px;
    min-height: 28px;
    padding: 0 10px;
    border: 1px solid #e11d48;
    border-radius: 999px;
    background: #fff;
    color: #e11d48;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.sp-worldcup-home .sp-schedule-live-btn:hover {
    background: #e11d48;
    color: #fff;
}

.sp-worldcup-home .sp-side-card {
    padding: 14px;
}

.sp-worldcup-home .sp-side-card header,
.sp-worldcup-home .sp-ls-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.sp-worldcup-home .sp-topic-cloud,
.sp-worldcup-home .sp-news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sp-worldcup-home .sp-topic-cloud.small {
    padding-top: 12px;
}

.sp-worldcup-home .sp-topic-cloud a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    max-width: 100%;
    padding: 0 10px;
    border: 1px solid #dce8e5;
    border-radius: 999px;
    background: #f7fbfa;
    color: #315265;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sp-worldcup-home .sp-topic-cloud a:hover {
    border-color: #e11d48;
    background: #fff1f3;
    color: #e11d48;
}

.sp-worldcup-home .sp-news-list {
    display: grid;
    gap: 0;
    padding-top: 8px;
}

.sp-worldcup-home .sp-news-list a {
    display: flex;
    gap: 8px;
    align-items: center;
    min-width: 0;
    min-height: 32px;
    border-bottom: 1px dashed #e5eeeb;
    color: #315265;
    font-size: 13px;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sp-worldcup-home .sp-news-list a:last-child {
    border-bottom: 0;
}

.sp-worldcup-home .sp-news-list span {
    flex: 0 0 auto;
    color: #e11d48;
    font-size: 11px;
    font-weight: 900;
}

.sp-worldcup-home .sp-ls-section,
.sp-worldcup-home .sp-seo-copy {
    margin-top: 12px;
    padding: 0 14px 14px;
}

.sp-worldcup-home .sp-ls-section-head {
    min-height: 52px;
    border-bottom: 1px solid #e5eeeb;
}

.sp-worldcup-home .sp-ls-section-head nav {
    display: flex;
    gap: 16px;
    overflow-x: auto;
}

.sp-worldcup-home .sp-ls-section .sp-topic-cloud {
    padding-top: 14px;
}

.sp-worldcup-home .sp-seo-copy {
    color: #315265;
    font-size: 13px;
    line-height: 1.9;
}

.sp-worldcup-home .sp-seo-copy p {
    margin: 0 0 8px;
}

.sp-worldcup-home .sp-empty {
    padding: 26px;
    color: #64748b;
    text-align: center;
}

@media (max-width: 1120px) {
    .sp-worldcup-home .sp-wc-hero,
    .sp-worldcup-home .sp-content-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .sp-worldcup-home .sp-wc-stats {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 920px) {
    .sp-worldcup-home .sp-fixture-head {
        display: none;
    }

    .sp-worldcup-home .sp-fixture-list {
        max-height: none;
        padding: 10px;
        background: #f5faf8;
    }

    .sp-worldcup-home .sp-fixture-row {
        grid-template-columns: 58px minmax(0, 1fr) 64px;
        gap: 8px;
        margin-bottom: 9px;
        padding: 10px;
        border: 1px solid #dce8e5;
        border-radius: 8px;
    }

    .sp-worldcup-home .sp-fixture-row time,
    .sp-worldcup-home .sp-league,
    .sp-worldcup-home .sp-status {
        grid-row: 1;
    }

    .sp-worldcup-home .sp-league {
        text-align: center;
    }

    .sp-worldcup-home .sp-team.home {
        grid-column: 1;
        justify-self: center;
        justify-content: center;
        text-align: center;
        flex-direction: column-reverse;
        width: 100%;
        max-width: none;
    }

    .sp-worldcup-home .sp-score {
        grid-column: 2;
    }

    .sp-worldcup-home .sp-team.away {
        grid-column: 3;
        justify-self: center;
        justify-content: center;
        text-align: center;
        flex-direction: column;
        width: 100%;
        max-width: none;
    }

    .sp-worldcup-home .sp-live-action {
        grid-column: 1 / -1;
        text-align: center;
    }

    .sp-worldcup-home .sp-schedule-live-btn {
        width: 100%;
    }
}

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

    .sp-worldcup-home {
        padding-top: 8px;
    }

    .sp-worldcup-home .site-container {
        width: calc(100% - 16px);
        max-width: calc(100% - 16px);
    }

    .sp-worldcup-home .sp-score-strip {
        min-height: 38px;
    }

    .sp-worldcup-home .sp-score-strip a {
        min-height: 38px;
        padding: 0 12px;
        font-size: 12px;
    }

    .sp-worldcup-home .sp-wc-hero {
        gap: 8px;
        margin-bottom: 8px;
    }

    .sp-worldcup-home .sp-hero-main-wrap {
        min-height: 0;
        padding: 12px;
    }

    .sp-worldcup-home .sp-kicker {
        min-height: 22px;
        padding: 0 8px;
        font-size: 11px;
    }

    .sp-worldcup-home .sp-wc-hero h1 {
        margin: 8px 0 6px;
        font-size: 21px;
        line-height: 1.28;
    }

    .sp-worldcup-home .sp-wc-hero p {
        display: -webkit-box;
        font-size: 12px;
        line-height: 1.55;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .sp-worldcup-home .sp-hero-actions {
        gap: 6px;
        margin-top: 10px;
    }

    .sp-worldcup-home .sp-hero-actions a {
        flex: 1 1 auto;
        min-width: 104px;
        min-height: 32px;
        padding: 0 10px;
        font-size: 12px;
    }

    .sp-worldcup-home .sp-wc-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
    }

    .sp-worldcup-home .sp-wc-stats div {
        min-height: 48px;
        padding: 7px 6px;
        border-radius: 8px;
    }

    .sp-worldcup-home .sp-wc-stats strong {
        font-size: 19px;
    }

    .sp-worldcup-home .sp-wc-stats span {
        margin-top: 4px;
        font-size: 10px;
        line-height: 1.2;
    }

    .sp-worldcup-home .sp-board-head {
        display: block;
        min-height: 0;
        padding: 10px;
    }

    .sp-worldcup-home .sp-board-head h2,
    .sp-worldcup-home .sp-side-card h2,
    .sp-worldcup-home .sp-ls-section-head h2 {
        font-size: 16px;
    }

    .sp-worldcup-home .sp-board-head p {
        font-size: 11px;
        line-height: 1.55;
    }

    .sp-worldcup-home .sp-board-head nav {
        justify-content: flex-start;
        flex-wrap: nowrap;
        margin-top: 10px;
        overflow-x: auto;
    }

    .sp-worldcup-home .sp-board-head button {
        flex: 0 0 auto;
    }

    .sp-worldcup-home .sp-fixture-row {
        grid-template-columns: 54px minmax(0, 1fr) 58px;
        padding: 9px 8px;
    }

    .sp-worldcup-home .sp-team span {
        max-width: 86px;
        font-size: 12px;
        text-align: center;
    }

    .sp-worldcup-home .sp-team img,
    .sp-worldcup-home .sp-logo-fallback {
        width: 24px;
        height: 24px;
    }

    .sp-worldcup-home .sp-score {
        font-size: 15px;
    }

    .sp-worldcup-home .sp-ls-section-head {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        padding: 10px 0;
    }
}

@media (max-width: 460px) {
    .sp-worldcup-home .sp-hero-main-wrap {
        padding: 10px;
    }

    .sp-worldcup-home .sp-wc-hero h1 {
        font-size: 19px;
    }

    .sp-worldcup-home .sp-wc-hero p {
        display: none;
    }

    .sp-worldcup-home .sp-hero-actions {
        margin-top: 8px;
    }

    .sp-worldcup-home .sp-hero-actions a {
        min-width: 96px;
        min-height: 30px;
        padding: 0 8px;
        font-size: 12px;
    }

    .sp-worldcup-home .sp-wc-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
    }

    .sp-worldcup-home .sp-wc-stats div {
        min-height: 46px;
        padding: 6px 4px;
    }

    .sp-worldcup-home .sp-fixture-row {
        grid-template-columns: 52px minmax(0, 1fr) 52px;
    }

    .sp-worldcup-home .sp-status,
    .sp-worldcup-home .sp-league {
        font-size: 11px;
    }

    .sp-worldcup-home .sp-team span {
        max-width: 68px;
    }
}
