.pvm-hero{
    padding:64px 0 36px;
    background:
        radial-gradient(circle at 18% 8%, rgba(0,224,131,.14), transparent 28%),
        radial-gradient(circle at 84% 12%, rgba(255,200,87,.12), transparent 28%),
        linear-gradient(135deg, rgba(2,7,13,.98), rgba(5,14,25,.98));
}

.pvm-hero h1{
    margin:18px 0 12px;
    max-width:900px;
    font-size:clamp(44px,7vw,86px);
    line-height:.94;
    letter-spacing:-.075em;
    color:var(--pv-soft);
}

.pvm-hero p{
    max-width:720px;
    color:var(--pv-muted);
    font-size:17px;
    line-height:1.75;
}

.pvm-section{
    padding:38px 0;
}

.pvm-grid{
    display:grid;
    grid-template-columns:1.4fr .8fr;
    gap:24px;
    align-items:start;
}

.pvm-featured{
    display:grid;
    min-height:430px;
    border-radius:28px;
    overflow:hidden;
    position:relative;
    text-decoration:none;
    background:rgba(255,255,255,.045);
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 28px 90px rgba(0,0,0,.32);
}

.pvm-featured img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    opacity:.56;
}

.pvm-featured::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(2,7,13,.15), rgba(2,7,13,.92));
}

.pvm-featured-body{
    position:relative;
    z-index:2;
    align-self:end;
    padding:30px;
}

.pvm-featured h2{
    margin:14px 0;
    max-width:760px;
    color:var(--pv-soft);
    font-size:clamp(30px,4vw,54px);
    line-height:1;
    letter-spacing:-.055em;
}

.pvm-featured p,
.pvm-card p,
.pvm-side-card p{
    color:var(--pv-muted);
    line-height:1.65;
}

.pvm-side{
    display:grid;
    gap:16px;
}

.pvm-side-card,
.pvm-card{
    display:block;
    text-decoration:none;
    color:inherit;
    border-radius:22px;
    padding:20px;
    background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.018)),rgba(6,16,25,.96);
    border:1px solid rgba(255,255,255,.11);
}

.pvm-side-card h3,
.pvm-card h3{
    margin:10px 0 8px;
    color:var(--pv-soft);
    line-height:1.12;
}

.pvm-card-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}

.pvm-card-img{
    width:100%;
    height:160px;
    object-fit:cover;
    border-radius:18px;
    margin-bottom:14px;
    background:rgba(255,255,255,.06);
}

.pvm-section-head{
    display:flex;
    justify-content:space-between;
    gap:20px;
    align-items:end;
    margin-bottom:20px;
}

.pvm-section-head h2{
    color:var(--pv-soft);
    margin:10px 0 0;
    font-size:34px;
    letter-spacing:-.045em;
}

.pvm-tabs{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.pvm-tab{
    padding:10px 14px;
    border-radius:999px;
    text-decoration:none;
    color:var(--pv-soft);
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.1);
    font-weight:800;
}

.pvm-tab:hover{
    color:var(--pv-green);
    background:rgba(0,224,131,.10);
}

.pvm-article{
    max-width:920px;
    margin:0 auto;
    padding:52px 0;
}

.pvm-article h1{
    color:var(--pv-soft);
    font-size:clamp(38px,6vw,72px);
    line-height:.98;
    letter-spacing:-.07em;
}

.pvm-article-meta{
    color:var(--pv-muted);
    margin:16px 0 24px;
}

.pvm-article-image{
    width:100%;
    max-height:520px;
    object-fit:cover;
    border-radius:26px;
    margin:10px 0 28px;
}

.pvm-article-body{
    color:var(--pv-soft);
    font-size:18px;
    line-height:1.85;
}

.pvm-article-body p{
    margin:0 0 18px;
}

@media(max-width:980px){
    .pvm-grid,
    .pvm-card-grid{
        grid-template-columns:1fr;
    }

    .pvm-featured{
        min-height:360px;
    }

    .pvm-section-head{
        display:grid;
    }
}

.pvm-trending-list{
    display:grid;
    gap:12px;
}

.pvm-trending-row{
    display:grid;
    grid-template-columns:54px 1fr;
    gap:16px;
    align-items:center;
    padding:16px 18px;
    border-radius:18px;
    text-decoration:none;
    background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.018)),rgba(6,16,25,.96);
    border:1px solid rgba(255,255,255,.1);
}

.pvm-trending-row > span{
    color:var(--pv-gold);
    font-family:'JetBrains Mono',monospace;
    font-size:24px;
    font-weight:900;
}

.pvm-trending-row strong{
    display:block;
    color:var(--pv-soft);
    font-size:18px;
    line-height:1.25;
}

.pvm-trending-row small{
    display:block;
    margin-top:6px;
    color:var(--pv-muted);
}

.pvm-breaking{
    padding:14px 0;
    background:linear-gradient(90deg, rgba(255,68,68,.22), rgba(255,200,87,.12));
    border-bottom:1px solid rgba(255,255,255,.1);
}

.pvm-breaking-link{
    display:flex;
    gap:14px;
    align-items:center;
    text-decoration:none;
    color:var(--pv-soft);
    font-weight:900;
}

.pvm-breaking-link span{
    color:#ff6b6b;
    letter-spacing:.08em;
}

.pvm-breaking-link strong{
    color:var(--pv-soft);
}

.pv-vote-countdown{
    display:grid;
    grid-template-columns:1fr auto;
    gap:24px;
    align-items:center;
    padding:26px;
    border-radius:28px;
    background:
        radial-gradient(circle at 15% 20%, rgba(255,200,87,.18), transparent 34%),
        linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.018)),
        rgba(6,16,25,.96);
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 26px 90px rgba(0,0,0,.32);
}

.pv-vote-countdown h2{
    margin:12px 0 8px;
    color:var(--pv-soft);
    font-size:clamp(30px,4vw,52px);
    letter-spacing:-.055em;
}

.pv-vote-countdown p{
    color:var(--pv-muted);
    margin:0;
}

.pv-vote-timer{
    display:grid;
    grid-template-columns:repeat(4,90px);
    gap:12px;
}

.pv-vote-timer div{
    text-align:center;
    padding:16px 10px;
    border-radius:18px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.1);
}

.pv-vote-timer strong{
    display:block;
    color:var(--pv-gold);
    font-size:30px;
    font-family:'JetBrains Mono',monospace;
}

.pv-vote-timer span{
    color:var(--pv-muted);
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
}

@media(max-width:900px){
    .pv-vote-countdown{
        grid-template-columns:1fr;
    }

    .pv-vote-timer{
        grid-template-columns:repeat(2,1fr);
    }
}

.pvm-consensus{
    margin:14px 0;
    padding:14px;
    border-radius:16px;
    background:rgba(255,255,255,.045);
    border:1px solid rgba(255,255,255,.1);
}

.pvm-consensus strong{
    display:block;
    color:var(--pv-soft);
    margin-bottom:10px;
}

.pvm-consensus-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
    margin:10px 0;
}

.pvm-consensus-grid span{
    padding:9px 10px;
    border-radius:12px;
    background:rgba(255,255,255,.055);
    color:var(--pv-muted);
    font-size:13px;
}

.pvm-consensus-grid b{
    color:var(--pv-gold);
    display:block;
    margin-top:3px;
    font-size:16px;
}

.pvm-consensus small{
    color:var(--pv-muted);
}

@media(max-width:700px){
    .pvm-consensus-grid{
        grid-template-columns:1fr;
    }
}

.wc-team-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    margin-top:14px;
}

.wc-team-option{
    display:block;
    cursor:pointer;
}

.wc-team-option input{
    display:none;
}

.wc-team-option span{
    display:block;
    padding:12px 14px;
    border-radius:14px;
    background:rgba(255,255,255,.055);
    border:1px solid rgba(255,255,255,.10);
    color:var(--pv-soft);
    transition:.18s ease;
}

.wc-team-option input:checked + span{
    border-color:var(--pv-gold);
    color:var(--pv-gold);
    background:rgba(245,197,24,.12);
}

.wc-team-option span:hover{
    border-color:rgba(245,197,24,.55);
}

.wc-bracket-scroll{
    overflow-x:auto;
    padding-bottom:18px;
}

.wc-bracket{
    display:grid;
    grid-template-columns:repeat(5, minmax(240px, 1fr));
    gap:18px;
    min-width:1100px;
}

.wc-round h3{
    color:var(--pv-soft);
    margin-bottom:14px;
}

.wc-bracket-card{
    display:block;
    margin-bottom:14px;
    padding:14px;
    border-radius:16px;
    background:rgba(255,255,255,.045);
    border:1px solid rgba(255,255,255,.10);
}

.wc-bracket-card label{
    display:block;
    color:var(--pv-muted);
    margin-bottom:8px;
    font-size:13px;
}

.wc-bracket-card button{
    width:100%;
    margin-top:10px;
}

.wc-champion-card{
    border-color:rgba(245,197,24,.45);
    background:rgba(245,197,24,.08);
}
