body{
    font-family:Arial,sans-serif;
    margin:0;
    padding:0;
    background:#09040b;
    color:#fff;
}
a{
    color:#fff;
    text-decoration:none;
}
.wrap{
    max-width:1200px;
    margin:0 auto;
    padding:20px;
}
.hero-header{
    background:linear-gradient(180deg,#14000f 0%,#09040b 100%);
    border-bottom:1px solid rgba(255,0,128,0.35);
    box-shadow:0 0 24px rgba(255,0,140,0.12);
}
.hero-header__inner{
    max-width:1200px;
    margin:0 auto;
    padding:10px 20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}
.hero-header__logo{
    font-size:24px;
    font-weight:700;
    line-height:1.1;
    color:#ff4fa3;
    letter-spacing:0.4px;
    text-shadow:
        0 0 6px rgba(255,0,120,0.45),
        0 0 14px rgba(255,0,120,0.20);
    white-space:nowrap;
}
.hero-header__actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:12px;
    flex-wrap:wrap;
}
.hero-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:0 22px;
    border-radius:999px;
    font-weight:700;
    font-size:14px;
    line-height:1;
    white-space:nowrap;
    transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.hero-btn:hover{
    transform:translateY(-1px);
}
.hero-btn--live{
    color:#fff;
    border:1px solid rgba(255,110,190,0.65);
    background:linear-gradient(180deg,rgba(255,120,200,0.18) 0%,rgba(255,70,170,0.08) 100%);
    box-shadow:
        inset 0 0 10px rgba(255,120,200,0.18),
        0 0 18px rgba(255,70,170,0.18);
}
.hero-btn--signup{
    color:#fff;
    border:1px solid rgba(255,110,220,0.85);
    background:linear-gradient(90deg,#ff2a8a 0%,#b84dff 100%);
    box-shadow:
        0 0 18px rgba(255,0,140,0.28),
        inset 0 0 12px rgba(255,255,255,0.12);
}
.page-head{
    margin:0 0 8px;
}
.page-lead{
    margin:0 0 24px;
    color:#bbb;
    font-size:14px;
}
.grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(180px,1fr));
    gap:20px;
}
.card{
    background:#1a1a1a;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 0 0 1px rgba(255,255,255,0.04);
}
.thumb{
    display:block;
    width:100%;
    aspect-ratio:3/4;
    object-fit:cover;
    background:#222;
}
.meta{
    padding:12px;
}
.name{
    font-size:15px;
    font-weight:bold;
    word-break:break-word;
}
.country{
    font-size:12px;
    color:#bbb;
    margin-top:6px;
}
.pager{
    display:flex;
    gap:10px;
    margin-top:30px;
    align-items:center;
    flex-wrap:wrap;
}
.pager a,
.pager span{
    display:inline-block;
    padding:10px 14px;
    background:#222;
    border-radius:6px;
}
.country-links{
    margin:0 0 25px;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}
.country-links a{
    display:inline-block;
    padding:8px 10px;
    background:#1d1018;
    border:1px solid rgba(255,0,120,0.16);
    border-radius:999px;
    font-size:12px;
}
.top{
    display:grid;
    grid-template-columns:320px 1fr;
    gap:30px;
}
.image{
    width:100%;
    border-radius:10px;
    background:#222;
}
.detail-meta{
    background:#1a1a1a;
    border-radius:10px;
    padding:20px;
}
.label{
    font-size:12px;
    color:#999;
    margin-top:18px;
}
.value{
    font-size:16px;
    margin-top:6px;
    word-break:break-word;
}
.cta-row{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-top:25px;
}
.cta-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:0 20px;
    border-radius:999px;
    font-weight:700;
    font-size:14px;
    line-height:1;
    white-space:nowrap;
    transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.cta-btn:hover{
    transform:translateY(-1px);
}
.cta-btn--profile{
    background:linear-gradient(90deg,#ff1f7a 0%,#ff4ca3 100%);
    border:1px solid rgba(255,122,190,0.80);
    box-shadow:
        0 0 18px rgba(255,0,120,0.22),
        inset 0 0 12px rgba(255,255,255,0.10);
}
.cta-btn--signup{
    background:linear-gradient(90deg,#ff2a8a 0%,#b84dff 100%);
    border:1px solid rgba(255,110,220,0.85);
    box-shadow:
        0 0 18px rgba(255,0,140,0.28),
        inset 0 0 12px rgba(255,255,255,0.12);
}
.back{
    margin:0 0 20px;
}
.rank-card{
    position:relative;
}
.rank-badge{
    position:absolute;
    top:10px;
    left:10px;
    background:#c62828;
    color:#fff;
    padding:6px 10px;
    border-radius:999px;
    font-size:12px;
    font-weight:bold;
    z-index:2;
}
.sub{
    font-size:12px;
    color:#bbb;
    margin-top:6px;
}
@media (max-width: 768px){
    .hero-header__inner{
        flex-direction:column;
        align-items:stretch;
        gap:14px;
    }
    .hero-header__logo{
        font-size:22px;
        text-align:left;
        white-space:normal;
    }
    .hero-header__actions{
        width:100%;
        justify-content:stretch;
        gap:10px;
    }
    .hero-btn{
        flex:1 1 calc(50% - 5px);
        min-width:0;
        padding:0 14px;
        font-size:13px;
        min-height:44px;
    }
    .top{
        grid-template-columns:1fr;
    }
    .cta-btn{
        flex:1 1 100%;
    }
}
@media (max-width: 480px){
    .hero-header__inner{
        padding:12px 14px;
    }
    .wrap{
        padding:16px 14px 20px;
    }
    .hero-btn{
        flex:1 1 100%;
    }
}