/* =========================================================
   LEAGUE PAGE - DARK PUNTERS STYLE
========================================================= */

:root {
    --pp-bg: #05070b;
    --pp-panel: #0b1320;
    --pp-panel-2: #0d1726;
    --pp-panel-3: #101d30;
    --pp-border: rgba(255, 255, 255, 0.08);
    --pp-border-strong: rgba(245, 166, 35, 0.38);
    --pp-text: #ffffff;
    --pp-muted: #9caabe;
    --pp-soft: #cbd5e1;
    --pp-accent: #f5a623;
    --pp-accent-2: #ffbf3e;
    --pp-blue: #4f8cff;
    --pp-green: #22c55e;
    --pp-red: #ef4444;
    --pp-yellow: #facc15;
    --pp-radius: 14px;
    --pp-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

/* =========================================================
   MAIN LAYOUT
========================================================= */

.pp-league-page {
    width: 100%;
}

.pp-main.pp-league-main {
    display: block;
    width: 100%;
}

.pp-league-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 16px;
    align-items: start;
}

.pp-league-content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pp-league-right {
    position: sticky;
    top: 14px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
}

/* =========================================================
   HERO
========================================================= */

.pp-league-hero-card {
    position: relative;
    overflow: hidden;
    min-height: 190px;
    padding: 18px 20px 16px;
    border-radius: 14px;
    border: 1px solid var(--pp-border);
    background:
        radial-gradient(circle at 15% 25%, rgba(245, 166, 35, 0.18), transparent 24%),
        radial-gradient(circle at 95% 30%, rgba(79, 140, 255, 0.14), transparent 26%),
        linear-gradient(135deg, #091326 0%, #08101d 100%);
    box-shadow: var(--pp-shadow);
}

.pp-league-hero-bg {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 210px;
    height: 170px;
    opacity: 0.16;
    pointer-events: none;
    background:
        radial-gradient(circle, transparent 42%, rgba(255, 255, 255, 0.18) 43%, transparent 45%),
        linear-gradient(45deg, transparent 48%, rgba(255, 255, 255, 0.18) 50%, transparent 52%);
    border-radius: 50%;
}

.pp-league-breadcrumbs {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
    color: #8393aa;
    font-size: 11px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.pp-league-breadcrumbs a {
    color: #b8c6dc;
    text-decoration: none;
}

.pp-league-breadcrumbs strong {
    color: #ffffff;
}

.pp-league-hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 22px;
}

.pp-league-trophy {
    width: 130px;
    height: 130px;
    flex: 0 0 130px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background:
        radial-gradient(circle at center, rgba(245, 166, 35, 0.24), transparent 62%);
}

.pp-league-trophy img {
    max-width: 96px;
    max-height: 106px;
    object-fit: contain;
    filter: drop-shadow(0 18px 18px rgba(0, 0, 0, 0.38));
}

.pp-league-trophy span {
    font-size: 78px;
    filter: drop-shadow(0 18px 18px rgba(0, 0, 0, 0.38));
}

.pp-league-hero-info {
    min-width: 0;
}

.pp-league-hero-info h1 {
    margin: 0;
    color: #ffffff;
    font-size: 42px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.pp-league-hero-info p {
    margin: 10px 0 16px;
    color: #c2cce0;
    font-size: 14px;
    line-height: 1.5;
}

.pp-league-meta-line {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.075);
}

.pp-league-meta-line span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
}

.pp-league-meta-line em {
    color: #8ea0b8;
    font-style: normal;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* =========================================================
   SEASON CARD
========================================================= */

.pp-league-season-card {
    min-height: 46px;
    padding: 8px 14px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 14px;
    background:
        linear-gradient(180deg, rgba(12, 23, 39, 0.96), rgba(8, 15, 27, 0.98));
    border: 1px solid var(--pp-border);
}

.pp-season-label span {
    color: #dce7f7;
    font-size: 13px;
    font-weight: 900;
}

.pp-league-season-card form {
    margin: 0;
}

.pp-league-season-card select {
    height: 30px;
    min-width: 98px;
    padding: 0 28px 0 12px;
    border-radius: 8px;
    outline: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: #101b2d;
}

/* =========================================================
   TABS
========================================================= */

.pp-league-tabs {
    min-height: 50px;
    padding: 8px 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    background:
        linear-gradient(180deg, rgba(13, 25, 43, 0.98), rgba(7, 14, 25, 0.98));
    border: 1px solid var(--pp-border);
}

.pp-league-tabs a {
    height: 36px;
    padding: 0 13px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #c2cede;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
    border: 1px solid transparent;
}

.pp-league-tabs a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.045);
}

.pp-league-tabs a.active {
    color: #f5a623;
    background: rgba(245, 166, 35, 0.08);
    border-color: rgba(245, 166, 35, 0.28);
    box-shadow: inset 0 -2px 0 #f5a623;
}

/* =========================================================
   OVERVIEW STRIP
========================================================= */

.pp-league-strip-card {
    min-height: 70px;
    padding: 10px;
    border-radius: 12px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    background:
        linear-gradient(180deg, rgba(12, 23, 39, 0.98), rgba(7, 14, 25, 0.98));
    border: 1px solid var(--pp-border);
}

.pp-strip-stat {
    position: relative;
    min-height: 54px;
    padding: 8px 10px 8px 46px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.035);
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.pp-strip-stat::before {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.06);
}

.pp-strip-stat.green::before {
    content: "▣";
    color: #22c55e;
}

.pp-strip-stat.blue::before {
    content: "⚽";
    color: #8ab6ff;
}

.pp-strip-stat.purple::before {
    content: "⌁";
    color: #a78bfa;
}

.pp-strip-stat.home::before {
    content: "⌂";
    color: #22c55e;
}

.pp-strip-stat.draw::before {
    content: "−";
    color: #cbd5e1;
}

.pp-strip-stat.away::before {
    content: "✈";
    color: #f5a623;
}

.pp-strip-stat span {
    color: #aab7ca;
    font-size: 11px;
    font-weight: 900;
}

.pp-strip-stat strong {
    margin-top: 3px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    font-weight: 950;
}

/* =========================================================
   PANELS
========================================================= */

.pp-league-panels {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 10px;
}

.pp-league-panel {
    border-radius: 12px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(13, 25, 43, 0.98), rgba(7, 14, 25, 0.98));
    border: 1px solid var(--pp-border);
}

.pp-panel-head {
    min-height: 44px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.065);
}

.pp-panel-head h2 {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 950;
}

.pp-panel-head p,
.pp-panel-head span {
    margin: 4px 0 0;
    color: #91a0b4;
    font-size: 11px;
    font-weight: 800;
}

.pp-panel-head a {
    height: 26px;
    padding: 0 10px;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    color: #f5a623;
    text-decoration: none;
    font-size: 11px;
    font-weight: 950;
    border: 1px solid rgba(245, 166, 35, 0.32);
    background: rgba(245, 166, 35, 0.055);
}

.pp-empty {
    margin: 12px;
    padding: 14px;
    border-radius: 10px;
    color: #9aa8bc;
    font-size: 13px;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.035);
    border: 1px dashed rgba(255, 255, 255, 0.10);
}

.pp-empty.small {
    margin: 8px 0 0;
    padding: 8px;
    font-size: 11px;
}

/* =========================================================
   FIXTURE TABLE
========================================================= */

.pp-fixture-table {
    display: flex;
    flex-direction: column;
}

.pp-fixture-line {
    min-height: 46px;
    padding: 6px 10px;
    display: grid;
    grid-template-columns: 62px minmax(120px, 1fr) 46px minmax(120px, 1fr) 118px 18px;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.055);
}

.pp-fixture-line:first-child {
    border-top: 0;
}

.pp-fixture-line:hover {
    background: rgba(255, 255, 255, 0.035);
}

/* Fixtures + Results compact rows */
.pp-fixture-line-clean {
    min-height: 42px;
    grid-template-columns: 74px minmax(360px, 560px) 18px;
    justify-content: start;
    gap: 12px;
}

.pp-match-pair {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(145px, 1fr) 46px minmax(145px, 1fr);
    align-items: center;
    gap: 10px;
}

.pp-match-pair .team {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 7px;
}

.pp-match-pair .team.home {
    justify-content: flex-end;
    text-align: right;
}

.pp-match-pair .team.away {
    justify-content: flex-start;
    text-align: left;
}

.pp-match-pair .team img {
    width: 19px;
    height: 19px;
    object-fit: contain;
    flex: 0 0 19px;
}

.pp-match-pair .team span {
    min-width: 0;
    color: #f3f7ff;
    font-size: 12px;
    font-weight: 950;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pp-match-pair .mid {
    justify-self: center;
}

.pp-fixture-line .time {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pp-fixture-line .time strong {
    color: #e8effb;
    font-size: 12px;
    font-weight: 950;
    line-height: 1.05;
}

.pp-fixture-line .time strong.finished {
    width: 34px;
    height: 20px;
    border-radius: 6px;
    display: inline-grid;
    place-items: center;
    color: #87ffb4;
    background: rgba(34, 197, 94, 0.18);
}

.pp-fixture-line .time strong.live {
    width: 34px;
    height: 20px;
    border-radius: 6px;
    display: inline-grid;
    place-items: center;
    color: #ff9ca6;
    background: rgba(239, 68, 68, 0.18);
}

.pp-fixture-line .time span {
    color: #6f7f96;
    font-size: 10px;
    font-weight: 800;
}

.pp-fixture-line .team {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 7px;
}

.pp-fixture-line .team.home,
.pp-fixture-line .team.away {
    justify-content: flex-start;
}

.pp-fixture-line .team img {
    width: 19px;
    height: 19px;
    object-fit: contain;
    flex: 0 0 19px;
}

.pp-fixture-line .team span {
    min-width: 0;
    color: #f3f7ff;
    font-size: 12px;
    font-weight: 950;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pp-fixture-line .mid {
    justify-self: center;
    min-width: 36px;
    height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #c7d2e2;
    font-size: 11px;
    font-weight: 950;
}

.pp-fixture-line .mid.score {
    color: #f5a623;
    background: rgba(245, 166, 35, 0.12);
}

.pp-fixture-line .mid.vs {
    color: #b6c2d3;
    background: transparent;
}

.pp-fixture-line .pick {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.pp-fixture-line .pick span {
    max-width: 88px;
    height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    color: #9fffc2;
    font-size: 10px;
    font-weight: 950;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(34, 197, 94, 0.18);
}

.pp-fixture-line .pick em {
    height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    color: #9dc2ff;
    font-size: 10px;
    font-weight: 950;
    font-style: normal;
    background: rgba(79, 140, 255, 0.16);
}

.pp-fixture-line .arrow {
    color: #75869d;
    font-size: 18px;
    text-align: right;
    justify-self: end;
}

/* =========================================================
   RESULTS SMALL LIST
========================================================= */

.pp-result-list {
    display: flex;
    flex-direction: column;
}

.pp-result-line {
    min-height: 44px;
    padding: 7px 10px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr) 50px;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
    border-top: 1px solid rgba(255, 255, 255, 0.055);
}

.pp-result-line:first-child {
    border-top: 0;
}

.pp-result-line:hover {
    background: rgba(255, 255, 255, 0.035);
}

.pp-result-line .team {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 7px;
}

.pp-result-line .team img {
    width: 19px;
    height: 19px;
    object-fit: contain;
}

.pp-result-line .team span {
    min-width: 0;
    font-size: 12px;
    font-weight: 950;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pp-result-line strong {
    height: 22px;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    color: #b9ffd1;
    font-size: 11px;
    background: rgba(34, 197, 94, 0.19);
}

.pp-result-line em {
    color: #8b9bb2;
    font-size: 10px;
    font-weight: 800;
    font-style: normal;
    text-align: right;
}

/* =========================================================
   MINI STANDINGS PREVIEW
========================================================= */

.pp-mini-standings,
.pp-standings-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.pp-mini-head,
.pp-mini-row {
    min-width: 880px;
    display: grid;
    grid-template-columns: 36px minmax(180px, 1fr) 44px 44px 44px 44px 50px 50px 50px 54px 140px;
    align-items: center;
    gap: 6px;
}

.pp-mini-head {
    padding: 8px 12px;
    color: #7f8ca2;
    font-size: 10px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.pp-mini-row {
    min-height: 36px;
    padding: 6px 12px;
    color: #ffffff;
    text-decoration: none;
    border-top: 1px solid rgba(255, 255, 255, 0.055);
}

.pp-mini-row:hover {
    background: rgba(255, 255, 255, 0.035);
}

.pp-mini-row > span:not(.team):not(.form) {
    color: #dce7f7;
    font-size: 12px;
    font-weight: 850;
}

.pp-mini-row .rank {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
}

.pp-mini-row .team {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pp-mini-row .team img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.pp-mini-row .team strong {
    min-width: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 950;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pp-mini-row .pts,
.pts {
    color: #ffffff !important;
    font-weight: 950 !important;
}

.pp-mini-row .form,
.form-list {
    display: flex;
    align-items: center;
    gap: 4px;
}

.pp-mini-row .form em,
.form-list em {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    display: inline-grid;
    place-items: center;
    color: #ffffff;
    font-size: 9px;
    font-weight: 950;
    font-style: normal;
    background: rgba(255, 255, 255, 0.10);
}

.pp-mini-row .form em.w,
.form-list em.w {
    background: rgba(34, 197, 94, 0.32);
    color: #a8ffc6;
}

.pp-mini-row .form em.d,
.form-list em.d {
    background: rgba(148, 163, 184, 0.28);
    color: #e3ebf7;
}

.pp-mini-row .form em.l,
.form-list em.l {
    background: rgba(239, 68, 68, 0.30);
    color: #ffabb2;
}

/* =========================================================
   PLAYER PREVIEW CARDS
========================================================= */

.pp-player-preview-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.pp-stats-full-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pp-player-preview-card {
    min-width: 0;
    border-radius: 12px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(13, 25, 43, 0.98), rgba(7, 14, 25, 0.98));
    border: 1px solid var(--pp-border);
}

.pp-player-preview-head {
    min-height: 42px;
    padding: 9px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pp-player-preview-head h3 {
    margin: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 950;
}

.pp-player-preview-head span {
    display: block;
    margin-bottom: 3px;
    color: #8796ad;
    font-size: 9px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.pp-player-preview-head a,
.pp-player-preview-head em {
    height: 24px;
    padding: 0 8px;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    color: #f5a623;
    text-decoration: none;
    font-size: 10px;
    font-weight: 950;
    font-style: normal;
    border: 1px solid rgba(245, 166, 35, 0.28);
}

.pp-player-small-row {
    min-height: 39px;
    padding: 7px 10px;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 34px;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
    border-top: 1px solid rgba(255, 255, 255, 0.055);
}

.pp-player-small-row:hover {
    background: rgba(255, 255, 255, 0.035);
}

.pp-player-small-row .pos {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    color: #101010;
    font-size: 10px;
    font-weight: 950;
    background: #f5a623;
}

.pp-player-small-row .name {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pp-player-small-row .name strong {
    min-width: 0;
    color: #ffffff;
    font-size: 11px;
    font-weight: 950;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pp-player-small-row .name em {
    min-width: 0;
    color: #8b9bb2;
    font-size: 10px;
    font-weight: 800;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pp-player-small-row .value {
    color: #ffffff;
    font-size: 13px;
    font-weight: 950;
    text-align: right;
}

.pp-ranking-loadmore-wrap {
    padding: 10px;
}

.pp-ranking-loadmore {
    width: 100%;
    height: 32px;
    border-radius: 8px;
    cursor: pointer;
    color: #f5a623;
    font-size: 11px;
    font-weight: 950;
    border: 1px solid rgba(245, 166, 35, 0.30);
    background: rgba(245, 166, 35, 0.06);
}

.is-hidden {
    display: none !important;
}

/* =========================================================
   FULL STANDINGS TAB
========================================================= */

.pp-standings-tabs {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
}

.pp-standings-tabs a {
    height: 28px;
    padding: 0 10px;
    border-radius: 8px;
    color: #cbd5e1;
    text-decoration: none;
    font-size: 11px;
    font-weight: 950;
    background: rgba(255, 255, 255, 0.05);
}

.pp-standings-tabs a.active {
    color: #111827;
    background: #ffffff;
}

.pp-group-title {
    margin: 10px 12px 0;
    padding: 9px 12px;
    border-radius: 9px;
    color: #f5a623;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background: rgba(245, 166, 35, 0.07);
}

.pp-standings-table {
    width: 100%;
    min-width: 840px;
    border-collapse: collapse;
}

.pp-standings-table th {
    padding: 10px 9px;
    color: #8493aa;
    font-size: 10px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-align: center;
    background: rgba(255, 255, 255, 0.03);
}

.pp-standings-table th:nth-child(2) {
    text-align: left;
}

.pp-standings-table td {
    padding: 9px;
    color: #e5eefb;
    font-size: 12px;
    font-weight: 850;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.055);
}

.pp-standings-table td:nth-child(2) {
    text-align: left;
}

.rank-badge {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    font-size: 11px;
    font-weight: 950;
}

.team-cell {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
}

.team-cell img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.team-cell strong {
    min-width: 0;
    font-size: 12px;
    font-weight: 950;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* =========================================================
   RIGHT SIDEBAR
========================================================= */

.pp-side-card {
    padding: 14px;
    border-radius: 12px;
    background:
        linear-gradient(180deg, rgba(13, 25, 43, 0.98), rgba(7, 14, 25, 0.98));
    border: 1px solid var(--pp-border);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.20);
}

.pp-side-card h3 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 950;
}

.pp-side-league {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.pp-side-league img,
.pp-side-league > span {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: grid;
    place-items: center;
    font-size: 28px;
}

.pp-side-league strong {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 950;
}

.pp-side-league em {
    display: block;
    margin-top: 4px;
    color: #6fa3ff;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
}

.pp-side-info-list,
.pp-side-stats {
    display: flex;
    flex-direction: column;
}

.pp-side-info-list div,
.pp-side-stats div {
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.065);
}

.pp-side-info-list div:first-child,
.pp-side-stats div:first-child {
    border-top: 0;
}

.pp-side-info-list span,
.pp-side-stats span {
    color: #9aa9bd;
    font-size: 12px;
    font-weight: 850;
}

.pp-side-info-list strong,
.pp-side-stats strong {
    color: #ffffff;
    font-size: 12px;
    font-weight: 950;
    text-align: right;
}

.pp-side-fixtures {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pp-side-fixtures a {
    display: block;
    padding: 10px;
    border-radius: 10px;
    color: #ffffff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.055);
}

.pp-side-fixtures a:hover {
    border-color: rgba(245, 166, 35, 0.22);
}

.pp-side-fixtures span {
    display: block;
    margin-bottom: 6px;
    color: #9aa9bd;
    font-size: 11px;
    font-weight: 850;
}

.pp-side-fixtures strong {
    display: block;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 950;
}

.pp-side-fixtures strong em {
    color: #9aa9bd;
    font-style: normal;
    margin: 0 4px;
}

.pp-side-view-all {
    margin-top: 10px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f5a623;
    text-decoration: none;
    font-size: 11px;
    font-weight: 950;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1400px) {
    .pp-league-layout {
        grid-template-columns: minmax(0, 1fr) 290px;
    }

    .pp-league-strip-card {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pp-player-preview-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1150px) {
    .pp-league-layout {
        grid-template-columns: 1fr;
    }

    .pp-league-right {
        position: static;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        display: grid;
    }

    .pp-league-panels {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .pp-league-hero-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .pp-league-trophy {
        width: 100px;
        height: 100px;
        flex: 0 0 100px;
    }

    .pp-league-trophy img {
        max-width: 84px;
        max-height: 92px;
    }

    .pp-league-hero-info h1 {
        font-size: 32px;
    }

    .pp-league-right {
        grid-template-columns: 1fr;
    }

    .pp-league-strip-card {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pp-fixture-line {
        grid-template-columns: 52px minmax(0, 1fr) 40px minmax(0, 1fr) 92px 14px;
    }

    .pp-fixture-line-clean {
        grid-template-columns: 64px minmax(320px, 1fr) 14px;
    }

    .pp-fixture-line .pick em {
        display: none;
    }
}

@media (max-width: 700px) {
    .pp-league-hero-card {
        padding: 14px;
    }

    .pp-league-tabs {
        overflow-x: auto;
        white-space: nowrap;
    }

    .pp-league-tabs a {
        flex: 0 0 auto;
    }

    .pp-fixture-table,
    .pp-result-list,
    .pp-mini-standings,
    .pp-standings-table-wrap {
        overflow-x: auto;
    }

    .pp-fixture-line {
        min-width: 690px;
    }

    .pp-fixture-line-clean {
        min-width: 560px;
    }

    .pp-result-line {
        min-width: 520px;
    }

    .pp-player-preview-grid,
    .pp-stats-full-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .pp-league-strip-card {
        grid-template-columns: 1fr;
    }

    .pp-league-hero-info h1 {
        font-size: 28px;
    }

    .pp-league-season-card {
        align-items: stretch;
        flex-direction: column;
        gap: 8px;
    }

    .pp-league-season-card select {
        width: 100%;
    }
}