/*
 * 英超直播首页
 * 仅在首页加载，用独立层覆盖历史首页样式，避免影响比赛、球队和内容页。
 */

body.sb-template-home {
    background: #f6f6f1;
}

.pl-home {
    --pl-ink: #20251f;
    --pl-muted: #667068;
    --pl-purple: #552064;
    --pl-purple-dark: #3d1649;
    --pl-purple-soft: #f5eff7;
    --pl-mint: #eaf4ed;
    --pl-green: #276548;
    --pl-gold: #c99530;
    --pl-line: #e2e5df;
    gap: 16px;
    color: var(--pl-ink);
}

.pl-home a:focus-visible {
    outline: 3px solid rgba(85, 32, 100, .22);
    outline-offset: 2px;
}

.pl-home-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: center;
    gap: 28px;
    overflow: hidden;
    min-height: 132px;
    padding: 22px 26px;
    border: 1px solid #dedfe0;
    border-left: 5px solid var(--pl-purple);
    border-radius: 16px;
    background:
        radial-gradient(circle at 84% 18%, rgba(85, 32, 100, .1), transparent 28%),
        linear-gradient(120deg, #fff 0%, #fbfaf7 66%, #f7f0f8 100%);
    box-shadow: 0 12px 30px rgba(31, 39, 32, .07);
}

.pl-home-hero::after {
    position: absolute;
    right: 27%;
    bottom: -65px;
    width: 145px;
    height: 145px;
    border: 22px solid rgba(39, 101, 72, .045);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.pl-home-hero-copy,
.pl-home-status {
    position: relative;
    z-index: 1;
}

.pl-home .fl-kicker,
.pl-home .fl-panel-head > div > span,
.pl-section-heading > div > span {
    color: #9b6b18;
    letter-spacing: .08em;
}

.pl-home-hero h1 {
    margin: 0;
    color: var(--pl-ink) !important;
    font-size: clamp(30px, 3.4vw, 44px);
    line-height: 1.08;
    letter-spacing: -.04em !important;
}

.pl-home-hero-copy > p {
    max-width: 760px;
    margin: 8px 0 0;
    color: var(--pl-muted);
    font-size: 13px;
    line-height: 1.75;
}

.pl-home-hero-copy > nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 13px;
}

.pl-home-hero-copy > nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 36px;
    padding: 0 13px;
    color: #4f5650;
    border: 1px solid var(--pl-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, .86);
    font-size: 11px;
    font-weight: 800;
    transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease;
}

.pl-home-hero-copy > nav a:hover {
    color: var(--pl-purple);
    border-color: #d4c1da;
    background: #fff;
    transform: translateY(-1px);
}

.pl-home-hero-copy > nav a.is-primary {
    color: #fff;
    border-color: var(--pl-purple);
    background: var(--pl-purple);
    box-shadow: 0 6px 14px rgba(85, 32, 100, .16);
}

.pl-home-hero-copy > nav a.is-primary:hover {
    border-color: var(--pl-purple-dark);
    background: var(--pl-purple-dark);
}

.pl-home-status {
    padding-left: 24px;
    border-left: 1px solid var(--pl-line);
}

.pl-home-status > strong {
    display: block;
    margin-bottom: 12px;
    color: var(--pl-muted);
    font-size: 11px;
    font-weight: 800;
}

.pl-home-status dl {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 0;
}

.pl-home-status dl > div {
    display: grid;
    gap: 4px;
    min-width: 0;
    text-align: center;
}

.pl-home-status dt {
    color: var(--pl-purple);
    font-size: 24px;
    font-weight: 950;
    line-height: 1;
}

.pl-home-status dd {
    margin: 0;
    color: var(--pl-muted);
    font-size: 10px;
    white-space: nowrap;
}

.pl-league-tabs a.is-focus {
    background: linear-gradient(135deg, #f7f0f8, #fff);
    box-shadow: inset 0 -3px 0 var(--pl-purple);
}

.pl-league-tabs a.is-focus span,
.pl-league-tabs a.is-focus small {
    color: var(--pl-purple);
}

.pl-home .fl-match-ticker > strong {
    color: #fff;
    background: var(--pl-purple);
}

.pl-home .fl-match-ticker time {
    color: var(--pl-purple);
}

.pl-match-layout {
    grid-template-columns: minmax(0, 1fr) 306px;
    gap: 16px;
}

.pl-home .fl-panel,
.pl-news-section {
    border-color: var(--pl-line);
    background: #fff;
    box-shadow: 0 10px 26px rgba(31, 39, 32, .055);
}

.pl-home .fl-match-board .fl-panel-head {
    align-items: center;
    padding: 20px 20px 17px;
}

.pl-home .fl-match-board .fl-panel-head nav {
    max-width: 430px;
    border-color: var(--pl-line);
    background: #f5f6f3;
}

.pl-home .fl-match-board .fl-panel-head nav a.is-active {
    color: var(--pl-purple);
    background: var(--pl-purple-soft);
    box-shadow: inset 0 0 0 1px #e5d6ea;
}

.pl-home .fl-match-table-head {
    border-color: var(--pl-line);
    background: #f7f7f3;
}

.pl-home .fl-match-row {
    border-color: var(--pl-line);
    background: #fff;
}

.pl-home .fl-match-row:hover {
    background: #fbfafc;
}

.pl-home .fl-match-row.state-live {
    background: linear-gradient(90deg, rgba(85, 32, 100, .055), #fff 38%);
}

.pl-home .fl-match-data > time strong,
.pl-home .fl-match-score {
    color: var(--pl-purple);
}

.pl-home .fl-match-row > .px-live-button,
body.sb-redesign .pl-home .fl-match-row > .px-live-button {
    color: var(--pl-purple) !important;
    border-color: #d9c6df !important;
    background: #fbf8fc !important;
}

.pl-home .fl-match-row > .px-live-button:hover,
body.sb-redesign .pl-home .fl-match-row > .px-live-button:hover,
.pl-home .fl-match-row.state-live > .px-live-button,
body.sb-redesign .pl-home .fl-match-row.state-live > .px-live-button {
    color: #fff !important;
    border-color: var(--pl-purple) !important;
    background: var(--pl-purple) !important;
}

.pl-home-side {
    gap: 16px;
}

.pl-quick-list {
    display: grid;
    padding: 6px 13px 13px;
}

.pl-quick-list > a {
    display: grid;
    grid-template-columns: 35px minmax(0, 1fr) 16px;
    align-items: center;
    gap: 9px;
    min-height: 57px;
    color: var(--pl-ink);
    border-bottom: 1px dashed var(--pl-line);
}

.pl-quick-list > a:last-child {
    border-bottom: 0;
}

.pl-quick-list > a > i {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    color: var(--pl-green);
    border-radius: 10px;
    background: var(--pl-mint);
}

.pl-quick-list > a.is-featured > i {
    color: var(--pl-purple);
    background: var(--pl-purple-soft);
}

.pl-quick-list > a > span {
    display: grid;
    min-width: 0;
    gap: 2px;
}

.pl-quick-list strong {
    color: var(--pl-ink);
    font-size: 12px;
}

.pl-quick-list small {
    overflow: hidden;
    color: var(--pl-muted);
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 9px;
}

.pl-quick-list > a > b {
    color: #a0a7a1;
    font-size: 18px;
}

.pl-quick-list > a:hover strong,
.pl-quick-list > a:hover > b {
    color: var(--pl-purple);
}

.pl-home .fl-standings-card .fl-empty {
    min-height: 132px;
}

.pl-news-section {
    overflow: hidden;
    padding: 18px;
    border: 1px solid var(--pl-line);
    border-radius: 16px;
}

.pl-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding: 1px 2px 16px;
}

.pl-section-heading h2 {
    margin: 0;
    color: var(--pl-ink);
    font-size: 23px;
    line-height: 1.25;
}

.pl-section-heading p {
    margin: 5px 0 0;
    color: var(--pl-muted);
    font-size: 12px;
}

.pl-section-heading > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
    min-height: 36px;
    padding: 0 12px;
    color: var(--pl-purple);
    border: 1px solid #dfd0e3;
    border-radius: 999px;
    background: var(--pl-purple-soft);
    font-size: 11px;
    font-weight: 800;
}

.pl-news-section .fl-lead-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
    min-height: 345px;
}

.pl-news-section .fl-story-grid {
    background: #25192a;
}

.pl-news-section .fl-story {
    background: #34203b;
}

.pl-news-section .fl-story > span {
    color: #fff;
    background: rgba(85, 32, 100, .9);
}

.pl-news-section .fl-briefs {
    box-shadow: none;
}

.pl-premier-guide .fl-panel-head {
    border-bottom: 1px solid var(--pl-line);
}

.pl-guide-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pl-guide-grid > a {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 112px;
    padding: 18px;
    color: var(--pl-ink);
    border-right: 1px solid var(--pl-line);
    background: #fff;
}

.pl-guide-grid > a:last-child {
    border-right: 0;
}

.pl-guide-grid > a:hover {
    background: #fbfafc;
}

.pl-guide-grid > a > i {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: var(--pl-green);
    border-radius: 13px;
    background: var(--pl-mint);
    font-size: 18px;
}

.pl-guide-grid > a.is-primary > i {
    color: var(--pl-purple);
    background: var(--pl-purple-soft);
}

.pl-guide-grid > a > span {
    display: grid;
    min-width: 0;
    gap: 5px;
}

.pl-guide-grid strong {
    color: var(--pl-ink);
    font-size: 14px;
}

.pl-guide-grid small {
    color: var(--pl-muted);
    font-size: 10px;
    line-height: 1.55;
}

.pl-guide-grid > a > b {
    position: absolute;
    top: 10px;
    right: 12px;
    color: #d7d9d5;
    font-size: 10px;
}

.pl-support-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    align-items: start;
    gap: 16px;
}

.pl-support-grid .fl-search-card.is-wide {
    grid-column: 1 / -1;
}

.pl-support-grid .fl-search-list {
    grid-template-columns: 1fr;
}

.pl-support-grid .fl-search-list a:nth-last-child(-n+2) {
    border-bottom: 1px solid var(--pl-line);
}

.pl-support-grid .fl-search-list a:last-child {
    border-bottom: 0;
}

.pl-home .fl-empty > a {
    justify-self: center;
    margin-top: 12px;
    padding: 8px 12px;
    color: var(--pl-purple);
    border: 1px solid #dfd0e3;
    border-radius: 999px;
    background: var(--pl-purple-soft);
    font-size: 11px;
    font-weight: 800;
}

.pl-home-note {
    padding: 18px 20px;
    border: 1px solid var(--pl-line);
    border-radius: 14px;
    background: #fff;
}

.pl-home-note h2 {
    font-size: 19px;
}

.pl-home-note p {
    color: #626c64;
    font-size: 12px;
    line-height: 1.95;
}

.pl-home-note nav a:first-child,
.pl-home-note nav a:nth-child(2),
.pl-home-note nav a:nth-child(3) {
    color: var(--pl-purple);
    border-color: #dfd0e3;
    background: var(--pl-purple-soft);
}

@media (max-width: 1100px) {
    .pl-home-hero {
        grid-template-columns: minmax(0, 1fr) 280px;
    }

    .pl-match-layout,
    .pl-news-section .fl-lead-layout {
        grid-template-columns: minmax(0, 1fr) 270px;
    }

    .pl-guide-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pl-guide-grid > a:nth-child(2) {
        border-right: 0;
    }

    .pl-guide-grid > a:nth-child(n+3) {
        border-top: 1px solid var(--pl-line);
    }
}

@media (max-width: 900px) {
    .pl-home-hero {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .pl-home-status {
        padding: 15px 0 0;
        border-top: 1px solid var(--pl-line);
        border-left: 0;
    }

    .pl-home-status > strong {
        display: none;
    }

    .pl-match-layout,
    .pl-news-section .fl-lead-layout,
    .pl-support-grid {
        grid-template-columns: 1fr;
    }

    .pl-home-side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pl-support-grid .fl-search-card,
    .pl-support-grid .fl-search-card.is-wide {
        grid-column: auto;
    }
}

@media (max-width: 767px) {
    .pl-home {
        gap: 11px;
    }

    .pl-home-hero {
        padding: 18px 16px;
        border-left-width: 4px;
        border-radius: 13px;
    }

    .pl-home-hero h1 {
        font-size: 31px;
    }

    .pl-home-hero-copy > p {
        font-size: 12px;
        line-height: 1.7;
    }

    .pl-home-hero-copy > nav {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
    }

    .pl-home-hero-copy > nav a {
        min-width: 0;
        min-height: 39px;
        padding: 0 7px;
        font-size: 10px;
        white-space: nowrap;
    }

    .pl-home-status dl {
        gap: 4px;
    }

    .pl-home-status dt {
        font-size: 20px;
    }

    .pl-league-tabs a {
        flex-basis: 106px;
    }

    .pl-home .fl-match-ticker {
        grid-template-columns: 92px minmax(0, 1fr);
    }

    .pl-home .fl-match-ticker > strong {
        padding: 0 11px;
        font-size: 11px;
    }

    .pl-home .fl-match-board .fl-panel-head {
        display: grid;
        align-items: start;
        padding: 17px 14px 13px;
    }

    .pl-home .fl-match-board .fl-panel-head nav {
        width: 100%;
        max-width: none;
        overflow-x: auto;
    }

    .pl-home .fl-match-row {
        display: grid;
        grid-template-columns: 1fr;
        min-width: 0;
        padding: 0;
        background: #fff;
    }

    .pl-home .fl-match-row + .fl-match-row {
        border-top: 7px solid #f5f5f1;
    }

    .pl-home .fl-match-data {
        grid-template-columns: 48px minmax(0, 1fr) 36px minmax(0, 1fr);
        gap: 6px;
        width: 100%;
        min-width: 0;
        padding: 13px 12px 10px;
    }

    .pl-home .fl-match-team b {
        font-size: 11px;
    }

    .pl-home .fl-match-row > .px-live-button,
    body.sb-redesign .pl-home .fl-match-row > .px-live-button {
        width: auto !important;
        min-width: 0;
        min-height: 38px;
        margin: 0 12px 12px !important;
        border-radius: 10px !important;
        font-size: 11px;
    }

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

    .pl-quick-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 12px;
    }

    .pl-quick-list > a {
        grid-template-columns: 33px minmax(0, 1fr);
    }

    .pl-quick-list > a > b,
    .pl-quick-list small {
        display: none;
    }

    .pl-news-section {
        padding: 14px;
        border-radius: 13px;
    }

    .pl-section-heading {
        align-items: flex-start;
        padding-bottom: 13px;
    }

    .pl-section-heading h2 {
        font-size: 20px;
    }

    .pl-section-heading p {
        font-size: 11px;
        line-height: 1.6;
    }

    .pl-section-heading > a {
        min-height: 32px;
        padding: 0 9px;
        font-size: 10px;
    }

    .pl-news-section .fl-story-grid {
        grid-template-rows: 220px repeat(2, 118px);
    }

    .pl-guide-grid {
        grid-template-columns: 1fr;
    }

    .pl-guide-grid > a {
        min-height: 86px;
        padding: 14px;
        border-top: 1px solid var(--pl-line) !important;
        border-right: 0;
    }

    .pl-guide-grid > a:first-child {
        border-top: 0 !important;
    }

    .pl-support-grid .fl-video-card > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pl-support-grid .fl-search-list {
        grid-template-columns: 1fr;
        padding-right: 15px;
        padding-left: 15px;
    }

    .pl-home-note {
        padding: 16px;
    }
}

@media (max-width: 430px) {
    .pl-home-hero-copy > nav {
        grid-template-columns: 1fr 1fr;
    }

    .pl-home-hero-copy > nav a.is-primary {
        grid-column: 1 / -1;
    }

    .pl-home .fl-match-data {
        grid-template-columns: 43px minmax(0, 1fr) 32px minmax(0, 1fr);
        padding-right: 9px;
        padding-left: 9px;
    }

    .pl-home .fl-match-team img,
    .pl-home .fl-match-team .px-team-fallback {
        display: block;
        flex-basis: 22px;
        width: 22px;
        height: 22px;
    }

    .pl-home .fl-match-team b {
        font-size: 10px;
    }

    .pl-home .fl-match-row > .px-live-button,
    body.sb-redesign .pl-home .fl-match-row > .px-live-button {
        margin-right: 9px !important;
        margin-left: 9px !important;
    }

    .pl-section-heading {
        display: grid;
        gap: 10px;
    }

    .pl-section-heading > a {
        justify-self: start;
    }

    .pl-quick-list {
        grid-template-columns: 1fr;
    }

    .pl-quick-list > a {
        min-height: 52px;
    }

    .pl-support-grid .fl-video-card > div {
        gap: 9px;
    }
}

/* 2026-08 homepage refinement: consistent corners, richer kickoff table and mobile-first match access. */

.pl-home {
    --pl-radius-lg: 17px;
    --pl-radius-md: 13px;
    --pl-shadow-card: 0 9px 26px rgba(26, 39, 31, .055), 0 1px 2px rgba(26, 39, 31, .025);
}

.pl-home > .fl-panel,
.pl-home .pl-match-layout > .fl-panel,
.pl-home .pl-home-side > .fl-panel,
.pl-home .pl-support-grid > .fl-panel,
.pl-home > .pl-news-section {
    position: relative;
    overflow: hidden;
    border: 1px solid #e1e5df;
    border-radius: var(--pl-radius-lg);
    background: #fff;
    box-shadow: var(--pl-shadow-card);
}

.pl-home > .fl-panel::before,
.pl-home .pl-match-layout > .fl-panel::before,
.pl-home .pl-home-side > .fl-panel::before,
.pl-home .pl-support-grid > .fl-panel::before,
.pl-home > .pl-news-section::before {
    position: absolute;
    top: 0;
    left: 22px;
    z-index: 2;
    width: 42px;
    height: 3px;
    border-radius: 0 0 4px 4px;
    background: linear-gradient(90deg, var(--pl-purple), #a56f35);
    content: "";
    pointer-events: none;
}

.pl-home .fl-panel-head,
.pl-home .fl-side-head,
.pl-home .pl-section-heading {
    background: linear-gradient(180deg, #fff, #fdfdfb);
}

.pl-home .fl-panel-head > a,
.pl-home .fl-side-head > a,
.pl-home .fl-briefs > header > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 10px;
    color: #526259;
    border: 1px solid #e0e6e1;
    border-radius: 999px;
    background: #fafbf9;
    font-size: 10px;
    font-weight: 800;
}

.pl-home .fl-panel-head > a:hover,
.pl-home .fl-side-head > a:hover,
.pl-home .fl-briefs > header > a:hover {
    color: var(--pl-purple);
    border-color: #dac9df;
    background: #faf5fb;
}

.pl-home .fl-story-grid,
.pl-home .fl-story,
.pl-home .fl-video-card > div > a > span {
    border-radius: var(--pl-radius-md);
}

.pl-home .fl-story-grid {
    gap: 4px;
    padding: 4px;
}

.pl-home .fl-story {
    isolation: isolate;
}

.pl-home .fl-match-row {
    transition: background .18s ease, box-shadow .18s ease;
}

.pl-home .fl-match-row:hover {
    box-shadow: inset 3px 0 0 rgba(85, 32, 100, .35);
}

.pl-home .fl-match-row > .px-live-button {
    transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}

.pl-home .fl-match-row > .px-live-button:hover {
    transform: translateY(-1px);
}

.pl-kickoff-card {
    scroll-margin-top: 90px;
}

.pl-kickoff-card .fl-panel-head {
    align-items: center;
    border-bottom: 1px solid var(--pl-line);
}

.pl-kickoff-table {
    display: grid;
}

.pl-kickoff-head,
.pl-kickoff-row {
    display: grid;
    grid-template-columns: 190px 105px 105px minmax(230px, 1fr) 220px;
    align-items: center;
    gap: 14px;
}

.pl-kickoff-head {
    min-height: 39px;
    padding: 0 20px;
    color: #7a847d;
    border-bottom: 1px solid var(--pl-line);
    background: #f7f8f5;
    font-size: 10px;
    font-weight: 800;
}

.pl-kickoff-row {
    position: relative;
    min-height: 92px;
    padding: 13px 20px;
    border-bottom: 1px solid var(--pl-line);
    background: #fff;
    transition: background .18s ease;
}

.pl-kickoff-row:last-child {
    border-bottom: 0;
}

.pl-kickoff-row:hover {
    background: #fcfcfa;
}

.pl-kickoff-row::before {
    position: absolute;
    top: 22%;
    bottom: 22%;
    left: 0;
    width: 3px;
    border-radius: 0 4px 4px 0;
    background: var(--league-color, var(--pl-purple));
    content: "";
}

.pl-kickoff-league {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
}

.pl-kickoff-league > i {
    flex: 0 0 31px;
    width: 31px;
    height: 31px;
    border: 8px solid color-mix(in srgb, var(--league-color, var(--pl-purple)) 14%, #fff);
    border-radius: 50%;
    background: var(--league-color, var(--pl-purple));
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--league-color, var(--pl-purple)) 24%, #fff);
}

.pl-kickoff-league > span,
.pl-kickoff-row time,
.pl-kickoff-scale,
.pl-kickoff-season {
    display: grid;
    min-width: 0;
    gap: 4px;
}

.pl-kickoff-league strong {
    color: var(--pl-ink);
    font-size: 16px;
    line-height: 1.2;
}

.pl-kickoff-league small,
.pl-kickoff-row time small,
.pl-kickoff-scale small,
.pl-kickoff-season small {
    color: #7a847d;
    font-size: 9px;
    line-height: 1.45;
}

.pl-kickoff-row time strong {
    color: #9b6b18;
    font-size: 14px;
}

.pl-kickoff-scale strong,
.pl-kickoff-season strong {
    color: #354039;
    font-size: 11px;
}

.pl-kickoff-season small {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pl-kickoff-row > nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
}

.pl-kickoff-row > nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 34px;
    padding: 0 8px;
    overflow: hidden;
    color: #4c5a52;
    border: 1px solid #dfe5e0;
    border-radius: 9px;
    background: #fafbf9;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 9px;
    font-weight: 800;
}

.pl-kickoff-row > nav a:first-child {
    color: var(--league-color, var(--pl-purple));
    border-color: color-mix(in srgb, var(--league-color, var(--pl-purple)) 25%, #e4e7e3);
    background: color-mix(in srgb, var(--league-color, var(--pl-purple)) 5%, #fff);
}

.pl-kickoff-row > nav a:hover {
    color: #fff;
    border-color: var(--league-color, var(--pl-purple));
    background: var(--league-color, var(--pl-purple));
}

.pl-kickoff-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 48px;
    padding: 0 20px;
    color: #737d76;
    border-top: 1px solid var(--pl-line);
    background: #fafaf7;
    font-size: 10px;
}

.pl-kickoff-foot span,
.pl-kickoff-foot a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.pl-kickoff-foot a {
    color: var(--pl-purple);
    font-weight: 800;
}

@media (max-width: 1100px) {
    .pl-kickoff-head,
    .pl-kickoff-row {
        grid-template-columns: 160px 92px 90px minmax(190px, 1fr) 190px;
        gap: 10px;
    }
}

@media (max-width: 900px) {
    .pl-kickoff-head {
        display: none;
    }

    .pl-kickoff-row {
        grid-template-columns: minmax(170px, 1fr) 92px 92px minmax(0, 1.4fr);
        min-height: 0;
        padding: 15px 17px;
    }

    .pl-kickoff-row > nav {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    /* Remove secondary blocks before the match board so the first viewport always reaches today's schedule. */
    .pl-home > .pl-league-tabs,
    .pl-home > .fl-match-ticker,
    .pl-home .pl-home-status {
        display: none;
    }

    .pl-home-hero {
        min-height: 0;
        padding: 13px 14px 14px;
        border-radius: 12px;
        box-shadow: 0 6px 18px rgba(31, 39, 32, .05);
    }

    .pl-home-hero::after {
        display: none;
    }

    .pl-home-hero .fl-kicker {
        margin-bottom: 3px;
        font-size: 9px;
    }

    .pl-home-hero h1 {
        font-size: 26px;
    }

    .pl-home-hero-copy > p {
        display: -webkit-box;
        overflow: hidden;
        margin-top: 5px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 11px;
        line-height: 1.55;
    }

    .pl-home-hero-copy > nav {
        display: block;
        margin-top: 8px;
    }

    .pl-home-hero-copy > nav a {
        display: none;
    }

    .pl-home-hero-copy > nav a.is-primary {
        display: inline-flex;
        min-height: 34px;
        padding: 0 12px;
    }

    .pl-home .fl-match-board .fl-panel-head {
        gap: 8px;
        padding: 13px 12px 10px;
    }

    .pl-home .fl-match-board .fl-panel-head > div > span {
        margin-bottom: 2px;
        font-size: 9px;
    }

    .pl-home .fl-match-board .fl-panel-head h2 {
        font-size: 19px;
    }

    .pl-home .fl-match-board .fl-panel-head p {
        display: none;
    }

    .pl-home .fl-match-board .fl-panel-head nav {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        width: 100%;
        max-width: 100%;
        min-height: 38px;
        gap: 3px;
        padding: 4px;
        overflow: hidden;
    }

    .pl-home > .fl-panel::before,
    .pl-home .pl-match-layout > .fl-panel::before,
    .pl-home .pl-home-side > .fl-panel::before,
    .pl-home .pl-support-grid > .fl-panel::before,
    .pl-home > .pl-news-section::before {
        left: 15px;
        width: 32px;
    }

    .pl-home .pl-home-side .fl-standings-card,
    .pl-home .pl-premier-guide,
    .pl-news-section .fl-briefs {
        display: none;
    }

    .pl-kickoff-card .fl-panel-head {
        padding-bottom: 12px;
    }

    .pl-kickoff-row {
        grid-template-columns: minmax(0, 1fr) 84px;
        gap: 10px;
        padding: 14px;
    }

    .pl-kickoff-league {
        grid-column: 1;
    }

    .pl-kickoff-row time {
        grid-column: 2;
        text-align: right;
    }

    .pl-kickoff-scale {
        grid-column: 1;
        grid-template-columns: auto auto;
        justify-content: start;
        gap: 8px;
    }

    .pl-kickoff-season {
        grid-column: 2;
        text-align: right;
    }

    .pl-kickoff-season small {
        display: none;
    }

    .pl-kickoff-row > nav {
        grid-column: 1 / -1;
    }

    .pl-kickoff-row > nav a {
        min-height: 38px;
        font-size: 10px;
    }

    .pl-kickoff-foot {
        display: grid;
        gap: 6px;
        padding: 12px 14px;
    }
}

@media (max-width: 430px) {
    .pl-home {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .pl-home-hero,
    .pl-home .fl-panel,
    .pl-home .pl-news-section,
    .pl-home .pl-support-grid,
    .pl-home .pl-match-layout,
    .pl-home-note {
        max-width: 100%;
        box-sizing: border-box;
    }

    .pl-home .fl-match-row,
    .pl-home .fl-match-data,
    .pl-home .fl-match-row > .px-live-button {
        max-width: 100%;
        box-sizing: border-box;
    }

    .pl-kickoff-league > i {
        flex-basis: 27px;
        width: 27px;
        height: 27px;
        border-width: 7px;
    }

    .pl-kickoff-league strong {
        font-size: 14px;
    }

    .pl-kickoff-league small {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

/* 2026-08-10 visual polish: readable type scale and deliberately crafted module details. */

.pl-home {
    gap: 20px;
    font-size: 14px;
}

.pl-home .fl-kicker,
.pl-home .fl-panel-head > div > span,
.pl-home .pl-section-heading > div > span {
    margin-bottom: 7px;
    color: #996819;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: .055em;
}

.pl-home-hero {
    min-height: 154px;
    padding: 26px 30px;
    border-color: #dfdfe0;
    border-left-width: 4px;
    border-radius: 19px;
    box-shadow: 0 14px 38px rgba(36, 32, 38, .075), 0 2px 5px rgba(36, 32, 38, .03);
}

.pl-home-hero h1 {
    font-size: clamp(36px, 3.15vw, 46px);
    font-weight: 820;
    line-height: 1.08;
}

.pl-home-hero-copy > p {
    max-width: 790px;
    margin-top: 10px;
    color: #5f6a62;
    font-size: 15px;
    line-height: 1.75;
}

.pl-home-hero-copy > nav {
    gap: 9px;
    margin-top: 16px;
}

.pl-home-hero-copy > nav a {
    min-height: 39px;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 750;
}

.pl-home-status > strong {
    margin-bottom: 14px;
    font-size: 12px;
}

.pl-home-status dt {
    font-size: 27px;
    font-weight: 850;
}

.pl-home-status dd {
    margin-top: 5px;
    font-size: 11px;
}

.pl-league-tabs {
    border-radius: 15px;
}

.pl-league-tabs a {
    min-height: 65px;
    padding: 14px 16px;
    transition: background .18s ease, box-shadow .18s ease;
}

.pl-league-tabs a::after {
    width: 7px;
    height: 7px;
}

.pl-league-tabs a:hover {
    background: #faf9fb;
    box-shadow: inset 0 -3px 0 var(--league-color, #7a3a86);
}

.pl-league-tabs span {
    font-size: 16px;
    font-weight: 800;
}

.pl-league-tabs small {
    color: #69746c;
    font-size: 11px;
    line-height: 1.4;
}

.pl-home .fl-match-ticker {
    min-height: 48px;
    border-radius: 13px;
}

.pl-home .fl-match-ticker > strong {
    padding: 0 20px;
    font-size: 13px;
}

.pl-home .fl-match-ticker a {
    min-height: 48px;
    padding: 0 16px;
    font-size: 13px;
}

.pl-home .fl-match-ticker em {
    padding: 4px 7px;
    font-size: 11px;
}

.pl-home > .fl-panel,
.pl-home .pl-match-layout > .fl-panel,
.pl-home .pl-home-side > .fl-panel,
.pl-home .pl-support-grid > .fl-panel,
.pl-home > .pl-news-section {
    border-color: #dde2dc;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(27, 40, 32, .065), 0 2px 5px rgba(27, 40, 32, .025);
}

.pl-home .fl-panel-head {
    padding: 22px 22px 18px;
}

.pl-home .fl-match-board .fl-panel-head {
    align-items: flex-end;
    gap: 20px;
    padding: 18px 20px 14px;
}

.pl-home .fl-match-board .fl-panel-head > div {
    min-width: 0;
}

.pl-home .fl-match-board .fl-panel-head p {
    font-size: 13px;
    line-height: 1.65;
}

.pl-home .fl-panel-head h2,
.pl-home .pl-section-heading h2 {
    color: #1c2922;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -.02em;
}

.pl-home .fl-panel-head p,
.pl-home .pl-section-heading p {
    margin-top: 7px;
    color: #68736b;
    font-size: 14px;
    line-height: 1.7;
}

.pl-home .fl-panel-head > a,
.pl-home .fl-side-head > a,
.pl-home .fl-briefs > header > a {
    min-height: 34px;
    padding: 0 13px;
    font-size: 11px;
}

.pl-home .fl-match-board .fl-panel-head nav {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    flex: 0 1 440px;
    width: 440px;
    max-width: 100%;
    gap: 4px;
    padding: 5px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 14px;
}

.pl-home .fl-match-board .fl-panel-head nav a {
    min-width: 0;
    min-height: 35px;
    padding: 0 6px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 750;
}

.pl-home .fl-match-table-head {
    align-items: center;
    box-sizing: border-box;
    min-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    color: #6b766e;
    font-size: 11px;
    font-weight: 700;
}

.pl-home .fl-match-row {
    min-height: 70px;
}

.pl-home .fl-match-data {
    padding-top: 12px;
    padding-bottom: 12px;
}

.pl-home .fl-match-data > time strong {
    font-size: 16px;
    font-weight: 800;
}

.pl-home .fl-match-data > time small {
    margin-top: 2px;
    color: #7b867e;
    font-size: 11px;
}

.pl-home .fl-match-league {
    color: #536159;
    font-size: 12px;
    font-weight: 700;
}

.pl-home .fl-match-team {
    gap: 9px;
}

.pl-home .fl-match-team b {
    color: #202b24;
    font-size: 13px;
    font-weight: 750;
}

.pl-home .fl-match-team img,
.pl-home .fl-match-team .px-team-fallback {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
}

.pl-home .fl-match-score {
    font-size: 15px;
    font-weight: 850;
}

.pl-home .fl-match-data > em {
    padding: 5px 8px;
    font-size: 11px;
    font-weight: 700;
}

.pl-home .fl-match-row > .px-live-button,
body.sb-redesign .pl-home .fl-match-row > .px-live-button {
    min-width: 86px;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 11px;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 4px 12px rgba(85, 32, 100, .06);
}

.pl-home .fl-side-head {
    min-height: 62px;
    padding: 0 16px;
}

.pl-home .fl-side-head h2,
.pl-home .fl-briefs > header h2 {
    color: #1f2c24;
    font-size: 18px;
    font-weight: 800;
}

.pl-quick-list {
    gap: 0;
    padding: 6px 14px 10px;
}

.pl-quick-list > a {
    position: relative;
    grid-template-columns: 38px minmax(0, 1fr) 24px;
    gap: 11px;
    min-height: 72px;
    padding: 10px 6px;
    border: 0;
    border-bottom: 1px solid #e7ebe7;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transition: color .18s ease, background .18s ease, padding .18s ease;
}

.pl-quick-list > a:hover {
    padding-right: 4px;
    padding-left: 8px;
    border-color: #e2e8e3;
    background: linear-gradient(90deg, #f8faf8, rgba(248, 250, 248, 0));
    box-shadow: none;
    transform: none;
}

.pl-quick-list > a.is-featured {
    border-color: #e7ddea;
    background: linear-gradient(90deg, #fbf7fc, rgba(251, 247, 252, 0));
}

.pl-quick-list > a > i {
    width: 34px;
    height: 34px;
    color: #2c654c;
    border: 1px solid #d8e7dc;
    border-radius: 50%;
    background: #f0f7f2;
    box-shadow: 0 0 0 5px rgba(232, 243, 235, .62);
    font-size: 12px;
    font-style: normal;
    font-weight: 850;
}

.pl-quick-list > a.is-featured > i {
    color: #6a2b76;
    border-color: #e5d6ea;
    background: #f8f0fa;
    box-shadow: 0 0 0 5px rgba(242, 229, 246, .7);
}

.pl-quick-list strong {
    font-size: 14px;
    font-weight: 780;
}

.pl-quick-list small {
    overflow: visible;
    color: #6b766e;
    white-space: normal;
    text-overflow: clip;
    font-size: 11px;
    line-height: 1.4;
}

.pl-quick-list > a > b {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    color: #7a867e;
    border-radius: 50%;
    background: #f2f5f2;
    font-size: 15px;
    font-weight: 650;
}

.pl-home .fl-standings-card li {
    min-height: 47px;
}

.pl-home .fl-standings-card li > b,
.pl-home .fl-standings-card li > small {
    font-size: 11px;
}

.pl-home .fl-standings-card li > a {
    font-size: 12px;
}

.pl-news-section {
    padding: 20px;
}

.pl-section-heading {
    padding: 3px 3px 18px;
}

.pl-news-section .fl-story > span {
    padding: 5px 9px;
    font-size: 11px;
    font-weight: 750;
}

.pl-news-section .fl-story > strong {
    font-size: 16px;
    font-weight: 750;
    line-height: 1.5;
}

.pl-news-section .fl-story.is-lead > strong {
    font-size: 24px;
    line-height: 1.42;
}

.pl-news-section .fl-briefs > div > a {
    min-height: 45px;
    font-size: 13px;
}

.pl-news-section .fl-briefs > div time {
    font-size: 11px;
}

.pl-kickoff-card .fl-panel-head {
    padding-bottom: 20px;
}

.pl-kickoff-head,
.pl-kickoff-row {
    grid-template-columns: 200px 115px 115px minmax(260px, 1fr) 230px;
    gap: 16px;
}

.pl-kickoff-head {
    min-height: 44px;
    padding: 0 22px;
    font-size: 11px;
    font-weight: 750;
}

.pl-kickoff-row {
    min-height: 106px;
    padding: 16px 22px;
}

.pl-kickoff-row:nth-child(odd) {
    background: #fdfdfb;
}

.pl-kickoff-league > i {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
}

.pl-kickoff-league strong {
    font-size: 18px;
    font-weight: 800;
}

.pl-kickoff-league small,
.pl-kickoff-row time small,
.pl-kickoff-scale small,
.pl-kickoff-season small {
    color: #667169;
    font-size: 11px;
    line-height: 1.5;
}

.pl-kickoff-row time strong {
    font-size: 16px;
    font-weight: 800;
}

.pl-kickoff-scale strong,
.pl-kickoff-season strong {
    font-size: 12px;
    font-weight: 750;
}

.pl-kickoff-row > nav {
    gap: 9px;
}

.pl-kickoff-row > nav a {
    min-height: 39px;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 750;
}

.pl-kickoff-foot {
    min-height: 54px;
    padding: 0 22px;
    font-size: 11px;
}

.pl-guide-grid > a {
    min-height: 124px;
    padding: 20px;
}

.pl-guide-grid strong {
    font-size: 15px;
    font-weight: 780;
}

.pl-guide-grid small {
    font-size: 11px;
    line-height: 1.55;
}

.pl-guide-grid > a > b {
    font-size: 11px;
}

.pl-support-grid .fl-search-list a {
    min-height: 72px;
}

.pl-support-grid .fl-search-list a > b,
.pl-support-grid .fl-search-list small {
    font-size: 11px;
}

.pl-support-grid .fl-search-list strong {
    font-size: 13px;
}

.pl-home-note {
    padding: 22px 24px;
}

.pl-home-note h2 {
    font-size: 21px;
    font-weight: 800;
}

.pl-home-note p {
    font-size: 14px;
    line-height: 1.9;
}

.pl-home-note nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 34px;
    padding: 0 11px;
    font-size: 11px;
    line-height: 1.2;
    vertical-align: middle;
}

@media (max-width: 1100px) {
    .pl-kickoff-head,
    .pl-kickoff-row {
        grid-template-columns: 170px 100px 100px minmax(210px, 1fr) 205px;
        gap: 11px;
    }
}

@media (max-width: 900px) {
    .pl-kickoff-row {
        grid-template-columns: minmax(180px, 1fr) 100px 100px minmax(0, 1.35fr);
    }
}

@media (max-width: 767px) {
    .pl-home {
        gap: 13px;
        font-size: 13px;
    }

    .pl-home-hero {
        padding: 15px 15px 16px;
    }

    .pl-home-hero .fl-kicker {
        margin-bottom: 4px;
        font-size: 10px;
    }

    .pl-home-hero h1 {
        font-size: 28px;
        font-weight: 820;
    }

    .pl-home-hero-copy > p {
        font-size: 12px;
        line-height: 1.6;
    }

    .pl-home-hero-copy > nav a.is-primary {
        min-height: 36px;
        font-size: 11px;
    }

    .pl-home .fl-match-board .fl-panel-head {
        padding: 15px 13px 12px;
    }

    .pl-home .fl-match-board .fl-panel-head > div > span {
        font-size: 10px;
    }

    .pl-home .fl-match-board .fl-panel-head h2 {
        font-size: 21px;
    }

    .pl-home .fl-match-board .fl-panel-head nav a {
        min-width: 0;
        padding-right: 3px;
        padding-left: 3px;
        font-size: 11px;
    }

    .pl-home .fl-match-row {
        min-height: 0;
        border-radius: 13px;
    }

    .pl-home .fl-match-data {
        grid-template-columns: 49px minmax(0, 1fr) 37px minmax(0, 1fr);
        gap: 7px;
        padding: 14px 11px 11px;
    }

    .pl-home .fl-match-data > time strong {
        font-size: 14px;
    }

    .pl-home .fl-match-data > time small {
        font-size: 10px;
    }

    .pl-home .fl-match-league {
        font-size: 10px;
    }

    .pl-home .fl-match-team b {
        font-size: 11px;
        line-height: 1.35;
    }

    .pl-home .fl-match-team img,
    .pl-home .fl-match-team .px-team-fallback {
        flex-basis: 25px;
        width: 25px;
        height: 25px;
    }

    .pl-home .fl-match-score {
        font-size: 12px;
    }

    .pl-home .fl-match-row > .px-live-button,
    body.sb-redesign .pl-home .fl-match-row > .px-live-button {
        min-height: 42px;
        font-size: 12px;
    }

    .pl-quick-list {
        gap: 0;
        padding: 6px 12px 10px;
    }

    .pl-quick-list > a {
        grid-template-columns: 36px minmax(0, 1fr) 22px;
        min-height: 68px;
        padding: 9px 5px;
    }

    .pl-quick-list > a > i {
        display: grid;
        width: 32px;
        height: 32px;
        font-size: 11px;
    }

    .pl-quick-list strong {
        font-size: 13px;
    }

    .pl-quick-list > a > b {
        display: grid;
        font-size: 14px;
    }

    .pl-news-section {
        padding: 15px;
    }

    .pl-news-section .fl-story > strong {
        font-size: 14px;
    }

    .pl-news-section .fl-story.is-lead > strong {
        font-size: 21px;
    }

    .pl-kickoff-row {
        grid-template-columns: minmax(0, 1fr) 91px;
        gap: 11px;
        padding: 16px 14px;
    }

    .pl-kickoff-league strong {
        font-size: 16px;
    }

    .pl-kickoff-league small,
    .pl-kickoff-row time small,
    .pl-kickoff-scale small,
    .pl-kickoff-season small {
        font-size: 10px;
    }

    .pl-kickoff-row time strong {
        font-size: 15px;
    }

    .pl-kickoff-scale strong,
    .pl-kickoff-season strong {
        font-size: 11px;
    }

    .pl-kickoff-row > nav a {
        min-height: 41px;
        font-size: 11px;
    }

    .pl-kickoff-foot {
        font-size: 11px;
    }

    .pl-home-note p {
        font-size: 13px;
    }
}

@media (max-width: 430px) {
    .pl-home .fl-match-data {
        grid-template-columns: 46px minmax(0, 1fr) 34px minmax(0, 1fr);
        gap: 6px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .pl-home .fl-match-team b {
        font-size: 10.5px;
    }

    .pl-quick-list {
        grid-template-columns: 1fr;
    }
}
