.vpx-r32-wrapper{
    max-width:1580px;
    margin:35px auto;
    padding:30px 18px 36px;
    font-family:Arial, Helvetica, sans-serif;
    background:linear-gradient(180deg,#ffffff 0%,#f7f9fc 100%);
    border:1px solid #e5e9f2;
    border-radius:18px;
    box-shadow:0 16px 45px rgba(7,20,38,.10);
    color:#071426;
}

.vpx-r32-wrapper h2{
    text-align:center;
    text-transform:uppercase;
    font-size:40px;
    line-height:1.15;
    font-weight:900;
    letter-spacing:1px;
    margin:0 0 10px;
    color:#071426;
}

.vpx-r32-subtitle{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:22px;
    font-size:24px;
    font-weight:700;
    margin-bottom:26px;
}

.vpx-r32-subtitle span{
    width:210px;
    height:2px;
    background:linear-gradient(90deg,transparent,#f4b400,transparent);
}

.vpx-r32-grid{
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:14px;
}

.vpx-r32-card{
    min-height:720px;
    border-radius:12px;
    overflow:hidden;
    border:1px solid #dde4ee;
    background:#fff;
    box-shadow:0 10px 25px rgba(7,20,38,.10);
}

.vpx-r32-header{
    height:88px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
    font-size:22px;
    font-weight:800;
    line-height:1.1;
}

.vpx-r32-header small{
    display:block;
    font-size:14px;
    font-weight:600;
    margin-top:5px;
}

.vpx-r32-headrow,
.vpx-r32-row{
    display:grid;
    grid-template-columns:34px 1fr 52px;
    align-items:center;
}

.vpx-r32-headrow{
    height:50px;
    padding:0 14px;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    color:#1f2937;
    background:linear-gradient(180deg,#ffffff,#f3f6fb);
    border-bottom:1px solid #e2e8f0;
}

.vpx-r32-row{
    min-height:54px;
    padding:0 14px;
    font-size:15px;
    font-weight:400;
    border-bottom:1px solid #eef2f7;
    background:rgba(255,255,255,.82);
}

.vpx-r32-row:nth-child(even){
    background:#f8fbff;
}

.vpx-r32-row a{
    display:flex;
    align-items:center;
    gap:9px;
    color:#071426;
    text-decoration:none;
    font-weight:400;
}

.vpx-r32-row a:hover{
    color:#d30861;
}

.vpx-flag-img{
    width:24px;
    height:16px;
    object-fit:cover;
    border-radius:2px;
    box-shadow:0 1px 3px rgba(0,0,0,.22);
    flex-shrink:0;
}

.vpx-dot{
    display:inline-block;
    width:13px;
    height:13px;
    border-radius:50%;
    box-shadow:0 2px 5px rgba(0,0,0,.22);
}

.vpx-dot.active{background:#188b34;}
.vpx-dot.out{background:#e00000;}

.vpx-r32-legend{
    width:max-content;
    margin:26px auto 0;
    padding:12px 34px;
    display:flex;
    gap:60px;
    align-items:center;
    justify-content:center;
    background:#fff;
    border:1px solid #e1e7f0;
    border-radius:12px;
    box-shadow:0 8px 20px rgba(7,20,38,.08);
    font-size:16px;
}

.vpx-r32-legend div{
    display:flex;
    align-items:center;
    gap:10px;
}

.vpx-uefa{background:linear-gradient(135deg,#0b3f9b,#1f5fc8);}
.vpx-conmebol{background:linear-gradient(135deg,#08752d,#12a24c);}
.vpx-concacaf{background:linear-gradient(135deg,#d98900,#f4b000);}
.vpx-caf{background:linear-gradient(135deg,#582084,#8b35a4);}
.vpx-afc{background:linear-gradient(135deg,#0b3e87,#2463b5);}
.vpx-ofc{background:linear-gradient(135deg,#6a3f1d,#9a6531);}

/* fond clair par continent */
.vpx-card-uefa{background:linear-gradient(180deg,#ffffff 0%,#eef5ff 100%);}
.vpx-card-conmebol{background:linear-gradient(180deg,#ffffff 0%,#eefbf3 100%);}
.vpx-card-concacaf{background:linear-gradient(180deg,#ffffff 0%,#fff8e5 100%);}
.vpx-card-caf{background:linear-gradient(180deg,#ffffff 0%,#f8f0ff 100%);}
.vpx-card-afc{background:linear-gradient(180deg,#ffffff 0%,#eef6ff 100%);}
.vpx-card-ofc{background:linear-gradient(180deg,#ffffff 0%,#fff4e8 100%);}

@media(max-width:1300px){
    .vpx-r32-grid{grid-template-columns:repeat(3,1fr);}
    .vpx-r32-card{min-height:auto;}
}

@media(max-width:800px){
    .vpx-r32-wrapper h2{font-size:26px;}
    .vpx-r32-subtitle{font-size:19px;}
    .vpx-r32-subtitle span{width:70px;}
    .vpx-r32-grid{grid-template-columns:repeat(2,1fr);}
}

@media(max-width:540px){
    .vpx-r32-grid{grid-template-columns:1fr;}
    .vpx-r32-legend{
        width:auto;
        flex-direction:column;
        gap:12px;
    }
}