.pvl-hero {
    padding: 78px 0 46px;
    background:
        radial-gradient(circle at 18% 24%, rgba(0,230,118,.13), transparent 28%),
        radial-gradient(circle at 84% 18%, rgba(255,64,64,.10), transparent 22%),
        linear-gradient(135deg, #02070d, #071523 58%, #02070d);
    border-bottom: 1px solid rgba(255,255,255,.09);
}

.pvl-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 34px;
    align-items: center;
}

.pvl-hero h1 {
    margin: 18px 0 14px;
    font-size: clamp(42px, 5.4vw, 78px);
    line-height: .96;
    letter-spacing: -.07em;
    font-weight: 950;
}

.pvl-hero p {
    max-width: 760px;
    color: #c7d2df;
    font-size: 17px;
    line-height: 1.7;
}

.pvl-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.pvl-hero-card {
    padding: 26px;
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 24px 70px rgba(0,0,0,.34);
}

.pvl-hero-card strong {
    display: block;
    margin-top: 18px;
    color: #00e676;
    font-size: 58px;
    font-weight: 950;
    letter-spacing: -.07em;
}

.pvl-hero-card > span:last-of-type {
    color: #9da8b8;
    font-weight: 800;
}

.pvl-hero-stat {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,.10);
}

.pvl-hero-stat b {
    display: block;
    color: #ffd21f;
    font-size: 28px;
}

.pvl-hero-stat small {
    color: #9da8b8;
}

.pvl-section {
    padding: 48px 0;
}

.pvl-section-head {
    margin-bottom: 20px;
}

.pvl-section-head h2 {
    margin: 10px 0 6px;
    font-size: clamp(30px, 3vw, 48px);
    line-height: 1.05;
    letter-spacing: -.055em;
}

.pvl-section-head p {
    color: #9da8b8;
}

.pvl-game-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.pvl-game-grid.worldcup {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pvl-game-card {
    padding: 18px;
    border-radius: 20px;
    background: rgba(5,15,24,.94);
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 20px 60px rgba(0,0,0,.28);
}

.pvl-game-card.vip {
    border-color: rgba(255,210,31,.35);
    background:
        radial-gradient(circle at 88% 10%, rgba(255,210,31,.10), transparent 24%),
        rgba(5,15,24,.94);
}

.pvl-card-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-bottom: 18px;
    color: #9da8b8;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.pvl-live-pill {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 999px;
    color: #fff;
    background: rgba(255,50,50,.18);
    border: 1px solid rgba(255,50,50,.38);
    font-size: 11px;
    font-weight: 950;
}

.pvl-scoreline {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 16px;
    align-items: center;
}

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

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

.pvl-team img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.pvl-team strong {
    color: #fff;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pvl-score {
    color: #00e676;
    font-size: 34px;
    font-weight: 950;
    letter-spacing: -.05em;
}

.pvl-meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,.08);
    color: #9da8b8;
    font-size: 12px;
    font-weight: 800;
}

.pvl-league-block {
    margin-bottom: 28px;
}

.pvl-league-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}

.pvl-league-head h3 {
    margin: 0;
    font-size: 24px;
    letter-spacing: -.035em;
}

.pvl-league-head span {
    padding: 7px 11px;
    border-radius: 999px;
    color: #00e676;
    background: rgba(0,230,118,.10);
    border: 1px solid rgba(0,230,118,.25);
    font-size: 12px;
    font-weight: 900;
}

.pvl-empty {
    padding: 22px;
    border-radius: 18px;
    background: rgba(255,255,255,.035);
    border: 1px dashed rgba(255,255,255,.14);
    color: #9da8b8;
}

.pvl-empty strong {
    display: block;
    color: #fff;
    margin-bottom: 6px;
}

@media (max-width: 900px) {
    .pvl-hero-grid,
    .pvl-game-grid,
    .pvl-game-grid.worldcup {
        grid-template-columns: 1fr;
    }

    .pvl-hero {
        padding: 42px 0 28px;
    }

    .pvl-hero h1 {
        font-size: 38px;
    }

    .pvl-scoreline {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .pvl-team.right {
        justify-content: flex-start;
        text-align: left;
    }

    .pvl-score {
        font-size: 28px;
    }
}
