body{

    margin:0;
    padding:30px;

    font-family:Arial, Helvetica, sans-serif;

    background:#050505;

    color:white;

}

.logo{
    display:block;
    margin:0 auto 20px auto;
    width:220px;
}

.logo img{

    max-width:350px;

    filter:
    drop-shadow(0 0 20px #bb00ff)
    drop-shadow(0 0 40px #bb00ff);

}

h1{

    text-align:center;

    color:white;

    text-shadow:
    0 0 10px #bb00ff,
    0 0 20px #bb00ff;

}

.usuario{

    text-align:center;

    margin-bottom:25px;

    color:#dddddd;

}

.estadisticas{

    background:#111111;

    border:2px solid #bb00ff;

    border-radius:15px;

    padding:25px;

    margin-bottom:30px;

    color:white;

    box-shadow:
    0 0 20px rgba(187,0,255,.4);

}

.estadisticas p{

    color:white;

    font-size:18px;

}

.menu{

    display:flex;

    flex-wrap:wrap;

    justify-content:center;

    gap:20px;

}

.grupos-container{
    display:flex;
    flex-wrap:wrap;
    gap:25px;
    justify-content:center;
    align-items:flex-start;
}

.grupo-card{
    width:380px;
    display:flex;
    flex-direction:column;

    background:#111111;
    border:2px solid #bb00ff;
    border-radius:15px;
    padding:20px;

    box-sizing:border-box;
}

.grupo-card h2{
    text-align:center;
    color:#fff;
    margin-bottom:20px;
}

.partido-mini{
    border-bottom:1px solid #333;
    padding-bottom:15px;
    margin-bottom:15px;
}

.card{
       
    width:260px;

    background:#111111;

    border:2px solid #bb00ff;

    border-radius:15px;

    padding:25px;

    text-align:center;

    text-decoration:none;

    color:white;

    box-shadow:0 0 10px rgba(187,0,255,.3);

    transition:.3s;
}

.card:hover{

    transform:translateY(-5px);

    box-shadow:
    0 0 25px rgba(0,191,255,.8);

    border-color:#00bfff;

}

.card-icon{

    font-size:28px;

    margin-bottom:15px;

}

a{

    color:#00bfff;

}

.card-title{

    font-size:18px;

    font-weight:bold;

}

.stats-grid{
    
    display:grid;
    
    grid-template-columns:repeat(3,1fr);
    
    gap:20px;
    
    margin-top:20px;

}

.stat-card{

       background:#111111 !important;

}

.stat-icon{

    font-size:35px;

    margin-bottom:10px;

}

.stat-label{

    color:#00bfff;

    font-size:16px;

    margin-bottom:10px;

}

.stat-value{

    font-size:32px;

    font-weight:bold;

    color:white;

}

.proximo-partido{

    margin-top:30px;

    background:#111111;

    border:2px solid #00bfff;

    border-radius:15px;

    padding:25px;

    color:white;

    box-shadow:0 0 20px rgba(0,191,255,.4);

}

.proximo-partido h2{

    color:#00bfff;

}

.ranking-dashboard{

    margin-top:30px;

    background:#111111;

    border:2px solid #bb00ff;

    border-radius:15px;

    padding:25px;

    color:white;

    box-shadow:0 0 20px rgba(187,0,255,.4);

}

.ranking-dashboard h2{

    color:#00bfff;

    margin-bottom:20px;

}

.ranking-dashboard table{

    width:100%;

    border-collapse:collapse;

}

.ranking-dashboard th{

    background:#bb00ff;

    color:white;

    padding:12px;

}

.ranking-dashboard td{

    padding:12px;

    border-bottom:1px solid #333;

    text-align:center;

}

/* BRACKET MUNDIAL */

.bracket{

    display:flex;
    gap:25px;
    align-items:flex-start;
    overflow-x:auto;
    padding:20px;

}

.round{

    min-width:250px;

}

.round h2{

    text-align:center;
    margin-bottom:20px;

}

.bracket-card{

    background:#111;
    border:2px solid #d400ff;
    border-radius:12px;
    padding:15px;
    margin-bottom:15px;
    text-align:center;
    box-shadow:0 0 10px #d400ff;

}

.champion{

    border-color:gold;
    box-shadow:0 0 20px gold;

}

/* LANDING PAGE */

.landing-container{

    max-width:900px;

    margin:50px auto;

    text-align:center;

    padding:40px;

    border:2px solid #d400ff;

    border-radius:20px;

    box-shadow:0 0 25px #d400ff;

}

.landing-logo{

    width:300px;

    margin-bottom:20px;

    animation: flotar 4s ease-in-out infinite,
           brillo 3s ease-in-out infinite;

}

.landing-title{

    font-size:3rem;

    color:white;

    text-shadow:0 0 15px #d400ff;

}

.landing-subtitle{

    color:#00d9ff;

    font-size:1.2rem;

    margin-bottom:30px;

}

.landing-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:20px;

    margin-bottom:40px;

}

.landing-features div{

    padding:20px;

    border:1px solid #d400ff;

    border-radius:12px;

    box-shadow:0 0 10px #d400ff;

}

.landing-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.landing-btn{

    display:inline-block;

    padding:15px 30px;

    border-radius:12px;

    text-decoration:none;

    color:white;

    border:2px solid #00d9ff;

    box-shadow:0 0 10px #00d9ff;

    transition:.3s;

}

.landing-btn:hover{

    transform:scale(1.05);

}

.secondary{

    border-color:#d400ff;

    box-shadow:0 0 10px #d400ff;

}

.modal{

    display:none;

    position:fixed;

    top:0;

    left:0;

    width:100%;

    height:100%;

    background:rgba(0,0,0,.8);

    z-index:9999;

}

.modal-content{

    width:400px;

    max-width:90%;

    margin:100px auto;

    background:#111;

    border:2px solid #d400ff;

    border-radius:15px;

    padding:30px;

    text-align:center;

    box-shadow:0 0 25px #d400ff;

}

.modal-content h2{

    color:white;

    margin-bottom:20px;

}

.modal-content input{

    width:90%;

    padding:12px;

    margin:10px 0;

    background:#000;

    color:white;

    border:1px solid #00d9ff;

    border-radius:8px;

}

.modal-content button{

    margin-top:15px;

    padding:12px 25px;

    border:none;

    border-radius:8px;

    background:#d400ff;

    color:white;

    cursor:pointer;

}

.cerrar{

    float:right;

    color:white;

    font-size:28px;

    cursor:pointer;

}

@keyframes flotar{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-12px);
    }

    100%{
        transform:translateY(0px);
    }

}

@keyframes brillo{

    0%{
        filter: drop-shadow(0 0 10px #d400ff);
    }

    50%{
        filter: drop-shadow(0 0 30px #d400ff);
    }

    100%{
        filter: drop-shadow(0 0 10px #d400ff);
    }

}

.reglas-card{
    background:#111;
    border:2px solid #bb00ff;
    border-radius:20px;
    padding:25px;
    margin:30px auto;
    max-width:900px;
    color:white;
    box-shadow:0 0 20px rgba(187,0,255,.5);
}

.reglas-card h2,
.reglas-card h3{
    color:#fff;
    text-shadow:0 0 10px #bb00ff;
}

.reglas-card ul{
    padding-left:25px;
    line-height:1.8;
}

.reglas-card li{
    margin-bottom:8px;
}

.fase-contenedor{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    justify-content:center;
    margin-bottom:40px;
}

.fase-titulo{
    width:100%;
    text-align:left;
    margin-top:30px;
}

.campeon-centro{
    background:#111;
    border:3px solid #ffd700;
    border-radius:20px;
    padding:25px;
    text-align:center;
    color:white;
    box-shadow:0 0 30px rgba(255,215,0,.9);
    margin-bottom:25px;
}

.campeon-label{
    font-size:20px;
    color:#ffd700;
    margin-bottom:15px;
    text-shadow:0 0 15px #ffd700;
}

.campeon-nombre{
    font-size:38px;
    font-weight:bold;
    color:#00d9ff;
    text-shadow:0 0 18px #00d9ff;
}

.card-text{
    margin-top:10px;
    color:#fff;
    font-size:14px;
    line-height:1.6;
}

.card-text strong{
    color:#ffd700;
    text-shadow:0 0 8px gold;
}

.btn-compartir{
    padding:12px 22px;
    border:none;
    border-radius:12px;
    background:#bb00ff;
    color:white;
    font-weight:bold;
    cursor:pointer;
    box-shadow:0 0 12px #bb00ff;
}

.logo-share{
    width:130px;
    display:block;
    margin:0 auto 15px;
}

.share-subtitle{
    text-align:center;
    color:#d39cff;
    letter-spacing:3px;
    font-size:18px;
    font-weight:bold;
    margin-bottom:25px;
}

.share-user{
    margin-top:20px;
    margin-bottom:15px;
    font-size:22px;
    text-align:center;
    color:#ffffff;
}

.share-line{
    width:80%;
    height:2px;
    margin:20px auto;
    background:linear-gradient(to right,#bb00ff,#ffffff,#bb00ff);
}