body{
    background:#0b0f16;
    color:#fff;
    font-family:Inter,sans-serif;
}

/*
|--------------------------------------------------------------------------
| HERO
|--------------------------------------------------------------------------
*/

.hero{
    padding:90px 0;
    position:relative;
    overflow:hidden;
}

.hero::before{
    content:"";
    position:absolute;
    inset:0;

    background:
    radial-gradient(
        circle at center,
        rgba(31,111,235,.25),
        transparent 60%
    );

    pointer-events:none;
    z-index:0;
}

.hero .container{
    position:relative;
    z-index:10;
}

.hero-title{
    font-size:4rem;
    font-weight:900;
    letter-spacing:3px;
}

.hero-subtitle{
    color:#1f6feb;
    font-size:1.2rem;
    font-weight:700;
    letter-spacing:4px;
}

.hero-description{
    color:#9ca3af;
    font-size:1.1rem;
}

.community-badge{
    display:inline-block;
    padding:8px 18px;
    border-radius:30px;
    border:1px solid rgba(31,111,235,.4);
    background:rgba(31,111,235,.1);
    color:#5aa2ff;
    margin-bottom:25px;
}

/*
|--------------------------------------------------------------------------
| CARDS PREMIUM
|--------------------------------------------------------------------------
*/

.premium-card{
    position:relative;

    background:
    linear-gradient(
        145deg,
        #171b24,
        #10141d
    );

    border:1px solid rgba(255,255,255,.05);

    border-radius:22px;

    padding:25px;

    overflow:hidden;

    transition:.25s;
}

.premium-card::before{
    content:"";

    position:absolute;

    top:0;
    left:0;
    right:0;

    height:3px;

    background:
    linear-gradient(
        90deg,
        #1f6feb,
        #4ea1ff
    );
}

.premium-card:hover{
    transform:translateY(-4px);

    border-color:#1f6feb;

    box-shadow:
    0 0 25px rgba(31,111,235,.18),
    0 15px 40px rgba(0,0,0,.45);
}

/*
|--------------------------------------------------------------------------
| KPI
|--------------------------------------------------------------------------
*/

.kpi-card{
    text-align:center;
    min-height:180px;

    display:flex;
    flex-direction:column;
    justify-content:center;
}

.kpi-card i{
    color:#1f6feb;
    margin-bottom:15px;
}

.kpi-card h2{
    font-size:2.4rem;
    font-weight:800;
    color:#fff;
}

.kpi-card span{
    color:#9ca3af;
    text-transform:uppercase;
    font-size:.85rem;
    letter-spacing:1px;
}

/*
|--------------------------------------------------------------------------
| NAV
|--------------------------------------------------------------------------
*/

.community-nav{
    display:flex;
    gap:15px;
    justify-content:center;
    flex-wrap:wrap;

    position:relative;
    z-index:20;
}

.community-link{
    display:inline-flex;
    align-items:center;
    gap:8px;

    background:#171a21;
    border:1px solid #252933;

    color:#fff;
    text-decoration:none;

    padding:14px 24px;

    border-radius:14px;

    transition:.2s;

    cursor:pointer;

    position:relative;
    z-index:21;
}

.community-link:hover{
    background:#1f6feb;
    color:#fff;

    box-shadow:
    0 0 20px rgba(31,111,235,.35);
}

/*
|--------------------------------------------------------------------------
| LIVE
|--------------------------------------------------------------------------
*/

.live-banner{
    background:
    linear-gradient(
        135deg,
        rgba(31,111,235,.25),
        rgba(31,111,235,.05)
    );

    border:1px solid rgba(31,111,235,.35);

    border-radius:20px;

    padding:30px;

    margin-bottom:40px;

    box-shadow:
    0 0 30px rgba(31,111,235,.18);

    display:flex;

    justify-content:space-between;
    align-items:center;
}

.live-dot{
    width:10px;
    height:10px;

    background:#ff3b30;

    border-radius:50%;

    display:inline-block;

    margin-right:8px;

    animation:pulse 1.5s infinite;
}

@keyframes pulse{
    0%{
        box-shadow:0 0 0 0 rgba(255,59,48,.7);
    }

    100%{
        box-shadow:0 0 0 12px rgba(255,59,48,0);
    }
}

/*
|--------------------------------------------------------------------------
| STREAMS
|--------------------------------------------------------------------------
*/

.stream-row{
    display:flex;

    justify-content:space-between;
    align-items:center;

    padding:18px;

    border-radius:14px;

    margin-bottom:12px;

    background:#111722;

    border:1px solid #1d2530;
}

.stream-row:hover{
    border-color:#1f6feb;
}

/*
|--------------------------------------------------------------------------
| HALL OF FAME
|--------------------------------------------------------------------------
*/

.ranking-item{
    display:flex;

    justify-content:space-between;
    align-items:center;

    padding:14px 0;

    border-bottom:1px solid #252933;
}

/*
|--------------------------------------------------------------------------
| SORTEOS
|--------------------------------------------------------------------------
*/

.premium-card img{
    border-radius:14px;

    box-shadow:
    0 10px 25px rgba(0,0,0,.35);
}

/*
|--------------------------------------------------------------------------
| FOOTER
|--------------------------------------------------------------------------
*/

.community-footer{
    margin-top:80px;

    padding:40px 0;

    border-top:1px solid #252933;

    background:#0d1118;
}

.footer-link{
    color:#fff;

    margin:0 10px;

    font-size:1.3rem;
}

.footer-link:hover{
    color:#1f6feb;
}

/*
|--------------------------------------------------------------------------
| TITULOS
|--------------------------------------------------------------------------
*/

.section-title{
    font-size:1.5rem;

    font-weight:700;

    margin-bottom:25px;

    color:#fff;
}

/*
|--------------------------------------------------------------------------
| FAN CLUB
|--------------------------------------------------------------------------
*/

.fanclub-link{
    background:
    linear-gradient(
        135deg,
        #f5c542,
        #d4a017
    );

    color:#111 !important;

    font-weight:700;

    border:none;
}

.fanclub-link:hover{
    color:#111 !important;

    transform:translateY(-2px);

    box-shadow:
    0 0 25px rgba(245,197,66,.45);
}

.fanclub-card{
    position:relative;

    background:
    linear-gradient(
        145deg,
        #1a1a1a,
        #101010
    );

    border:1px solid rgba(245,197,66,.25);

    border-radius:22px;

    padding:30px;
}

.fanclub-card::before{
    content:"";

    position:absolute;

    top:0;
    left:0;
    right:0;

    height:4px;

    background:
    linear-gradient(
        90deg,
        #f5c542,
        #ffd86b
    );
}

.fanclub-title{
    color:#f5c542;

    font-weight:800;

    letter-spacing:2px;

    text-transform:uppercase;
}

.fanclub-feature{
    padding:12px 0;

    border-bottom:1px solid rgba(255,255,255,.08);
}

.fanclub-feature i{
    color:#f5c542;

    margin-right:10px;
}