/* ===========================
   MCdiamond v1.1
=========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial, Helvetica, sans-serif;
}

html{
    scroll-behavior:smooth;
}

body{

    color:white;

    background:
    radial-gradient(circle at top,#3b1b7a 0%,transparent 35%),
    radial-gradient(circle at bottom right,#0099ff 0%,transparent 40%),
    linear-gradient(180deg,#050816,#090b1f,#0f1035,#050816);

    background-attachment:fixed;

    overflow-x:hidden;

}

/* ===========================
   Barra Superior
=========================== */

.navbar{

    position:fixed;

    top:20px;

    left:50%;

    transform:translateX(-50%);

    width:95%;

    max-width:1550px;

    height:80px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:0 35px;

    background:rgba(15,20,45,.45);

    backdrop-filter:blur(18px);

    -webkit-backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.10);

    border-radius:28px;

    box-shadow:0 0 35px rgba(0,170,255,.18);

    z-index:1000;

    transition:.35s;

}

.logo{

    display:flex;

    align-items:center;

    gap:15px;

}

.logo img{

    width:120px;

    transition:.35s;

    filter:drop-shadow(0 0 10px #00bfff);

}

.logo img:hover{

    transform:scale(1.05);

}

.logo h1{

    color:#6dd5ff;

    font-size:24px;

    text-shadow:
        0 0 12px #00bfff;

}

nav{

    display:flex;

    gap:25px;

}

nav a{

    color:white;

    text-decoration:none;

    font-size:20px;

    font-weight:700;

    padding:10px 15px;

    border-radius:12px;

    transition:.35s;

}

nav a:hover{

    color:#53bfff;

    background:rgba(255,255,255,.05);

    text-shadow:
        0 0 10px #53bfff;

}

/* ===========================
   Hero (Portada)
=========================== */

.hero{

    min-height:100vh;

    display:flex;

    justify-content:center;

    align-items:center;

    padding:220px 40px 120px;

}

.hero-content{

    width:100%;

    max-width:1400px;

    margin:auto;

    animation:fadeUp 1s ease;

}

.hero h2{

    font-size:72px;

    line-height:90px;

    font-weight:900;

    text-shadow:
        0 0 15px #00bfff,
        0 0 35px #44d6ff,
        0 0 60px #5fe1ff;

}

.mcdiamond{

    color:#6dd5ff;

    text-shadow:
        0 0 15px #00bfff,
        0 0 35px #44d6ff;

}

.hero p{

    margin-top:25px;

    font-size:22px;

    line-height:40px;

    color:#e6f7ff;

}

/* Animación */

@keyframes fadeUp{

    from{

        opacity:0;

        transform:translateY(40px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}

/* ===========================
   Botones
=========================== */

.buttons{

    margin-top:45px;

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.buttons button{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    border:2px solid rgba(80,180,255,.45);

    border-radius:50px;

    padding:18px 35px;

    min-width:220px;

    font-size:19px;

    font-weight:bold;

    cursor:pointer;

    color:white;

    background:rgba(15,25,45,.55);

    backdrop-filter:blur(12px);

    transition:.35s;

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

}

.buttons button:hover{

    transform:translateY(-6px) scale(1.05);

    border-color:#53cfff;

    box-shadow:

        0 0 25px #00bfff,

        0 0 45px rgba(0,191,255,.45);

}


/* ===========================
   Fondo Galaxia
=========================== */

body::before{

    content:"";

    position:fixed;

    inset:0;

    background:

    radial-gradient(circle,#ffffff 1px,transparent 2px),
    radial-gradient(circle,#7dd3fc 1px,transparent 2px),
    radial-gradient(circle,#a855f7 1px,transparent 2px);

    background-size:
        180px 180px,
        260px 260px,
        340px 340px;

    opacity:.35;

    animation:starsMove 70s linear infinite;

    pointer-events:none;

    z-index:-2;

}

@keyframes starsMove{

    from{

        transform:translateY(0);

    }

    to{

        transform:translateY(-800px);

    }

}
/* ===========================
   Diamantes flotando
=========================== */

.diamond{

    position:fixed;

    top:-60px;

    color:#7dd3fc;

    pointer-events:none;

    z-index:999;

    animation:floatDiamond linear infinite;

    filter:drop-shadow(0 0 8px cyan);

}

@keyframes floatDiamond{

    from{

        transform:
        translateY(110vh)
        rotate(0deg);

    }

    to{

        transform:
        translateY(-120px)
        rotate(360deg);

    }

}

/* ===========================
   Barra flotante
=========================== */

.social-bar{

    position:fixed;

    right:25px;

    top:50%;

    transform:translateY(-50%);

    display:flex;

    flex-direction:column;

    gap:15px;

    z-index:9999;

}

.social{

    width:65px;

    height:65px;

    border-radius:18px;

    display:flex;

    justify-content:center;

    align-items:center;

    text-decoration:none;

    border:none;

    cursor:pointer;

    color:white;

    font-size:28px;

    background:rgba(18,25,45,.75);

    backdrop-filter:blur(12px);

    border:1px solid rgba(255,255,255,.1);

    box-shadow:0 0 20px rgba(0,180,255,.25);

    transition:.3s;

}

.social:hover{

    transform:translateX(-8px) scale(1.08);

    box-shadow:
        0 0 20px #00bfff,
        0 0 40px rgba(0,191,255,.5);

}

.discord{

    background:linear-gradient(135deg,#0099ff,#00d4ff);

}

.youtube{

    background:linear-gradient(135deg,#ff3b3b,#b30000);

}

.copy{

    background:linear-gradient(135deg,#22c55e,#15803d);

}


/*==========================
  Tarjeta Servidor
==========================*/

.hero-grid{

    display:grid;

    grid-template-columns:2fr 1fr;

    gap:60px;

    align-items:center;

    max-width:1400px;

    width:100%;

}

.hero-left{

    text-align:left;

}

/* ===========================
   Modalidad
=========================== */

.modalidad{

    padding:100px 8%;

}

.modalidad h2{

    text-align:center;

    font-size:45px;

    color:#6dd5ff;

    margin-bottom:40px;

}

.modalidad-box{

    max-width:1000px;

    margin:auto;

    background:rgba(15,20,45,.65);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.08);

    border-radius:28px;

    overflow:hidden;

    box-shadow:
        0 0 35px rgba(0,180,255,.18);

}

.fila{

    padding:25px 35px;

    border-bottom:1px solid rgba(255,255,255,.08);

}

.fila:last-child{

    border-bottom:none;

}

.fila h3{

    color:#6dd5ff;

    font-size:25px;

    margin-bottom:10px;

}

.fila p{

    color:#d8ecff;

    line-height:28px;

    font-size:18px;

}

.contacto{

    padding:100px 8%;

    text-align:center;

}

.contacto h2{

    color:#6dd5ff;

    margin-bottom:40px;

}

.contacto-grid{

    display:flex;

    justify-content:center;

    gap:30px;

    flex-wrap:wrap;

}

.contacto-card{

    width:280px;

    background:rgba(15,20,45,.70);

    border:1px solid rgba(255,255,255,.08);

    border-radius:24px;

    padding:35px;

    text-decoration:none;

    color:white;

    transition:.3s;

    backdrop-filter:blur(18px);

}

.contacto-card:hover{

    transform:translateY(-8px);

    box-shadow:0 0 25px #00bfff;

}

.contacto-card img{

    width:60px;

    margin-bottom:20px;

}

.contacto-card h3{

    color:#6dd5ff;

    margin-bottom:10px;

}

.contacto-card p{

    color:#d8ecff;

}

.protecciones-imagen{
    text-align: center;
    margin: 40x 0;
}

.protecciones-imagen img{
    width: 1000px;
    max-width: 90%;
    height: auto;
}

/*==============================
 PROTECCIONES
==============================*/

.protecciones{

    padding:100px 8%;

    text-align:center;

}

.protecciones h2{

    font-size:42px;

    color:#55d7ff;

    margin-bottom:20px;

}

.protecciones-desc{

    max-width:850px;

    margin:auto;

    margin-bottom:40px;

    color:#d8e9ff;

    line-height:30px;

    font-size:18px;

}

.protecciones-imagen{

    margin:50px 0;

}

.protecciones-imagen img{

    width:520px;

    max-width:90%;

}

.protecciones-grid{

    display:grid;

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

    gap:25px;

    margin-top:40px;

}

.proteccion-card{

    background:rgba(15,20,45,.75);

    border:1px solid rgba(255,255,255,.08);

    border-radius:20px;

    padding:25px;

    backdrop-filter:blur(15px);

    transition:.3s;

}

.proteccion-card:hover{

    transform:translateY(-8px);

    box-shadow:0 0 25px #00bfff;

}

.proteccion-card h3{

    color:#6dd5ff;

    margin-bottom:10px;

    font-size:24px;

}

.proteccion-card strong{

    display:block;

    color:#ffffff;

    font-size:22px;

    margin-bottom:15px;

}

.proteccion-card p{

    color:#d8ecff;

    line-height:28px;

}

@media(max-width:1100px){

.protecciones-grid{

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

}

}

@media(max-width:700px){

.protecciones-grid{

grid-template-columns:1fr;

}

}

.titulo-protecciones{

    font-size:48px;

    color:#6DD5FF;

    text-align:center;

    margin-bottom:20px;

    text-shadow:0 0 15px #00bfff;

}

.subtitulo-protecciones{

    max-width:900px;

    margin:auto;

    text-align:center;

    color:#d7e8ff;

    font-size:19px;

    line-height:34px;

    margin-bottom:50px;

}

.nota-protecciones{

    margin-top:50px;

    padding:20px;

    background:rgba(255,255,255,.05);

    border-left:5px solid #00bfff;

    border-radius:12px;

    color:#d8e9ff;

    text-align:left;

    max-width:900px;

    margin-left:auto;

    margin-right:auto;

}

/*==============================
 COMANDOS
==============================*/

.comandos{

    padding:100px 8%;

    text-align:center;

}

.comandos h2{

    color:#6DD5FF;

    font-size:46px;

    margin-bottom:20px;

}

.comandos-desc{

    color:#d7e8ff;

    max-width:800px;

    margin:auto;

    margin-bottom:50px;

    font-size:18px;

}

.comandos-grid{

    display:grid;

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

    gap:25px;

}

.comando-card{

    background:rgba(15,20,45,.75);

    border-radius:18px;

    padding:25px;

    border:1px solid rgba(255,255,255,.08);

    transition:.3s;

}

.comando-card:hover{

    transform:translateY(-8px);

    box-shadow:0 0 25px #00bfff;

}

.comando-card h3{

    color:#55d7ff;

    font-size:26px;

    margin-bottom:15px;

}

.comando-card p{

    color:#d7e8ff;

    line-height:28px;

}

@media(max-width:1100px){

.comandos-grid{

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

}

}

@media(max-width:700px){

.comandos-grid{

grid-template-columns:1fr;

}

}

.titulo-comandos{

    font-size:48px;

    color:#6DD5FF;

    text-align:center;

    margin-bottom:20px;

    text-shadow:0 0 15px #00bfff;

}

.subtitulo-comandos{

    max-width:900px;

    margin:auto;

    margin-bottom:50px;

    color:#d7e8ff;

    font-size:19px;

    line-height:34px;

    text-align:center;

}

html{
    scroll-behavior: smooth;
}

/*==============================
 REGLAS
==============================*/

.reglas{

    padding:100px 8%;
    text-align:center;

}

.titulo-reglas{

    font-size:48px;
    color:#6DD5FF;
    text-shadow:0 0 20px #00BFFF;
    margin-bottom:20px;

}

.subtitulo-reglas{

    max-width:900px;
    margin:auto;
    color:#d7e8ff;
    font-size:19px;
    line-height:34px;
    margin-bottom:60px;

}

.reglas-grid{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;

}

.regla-card{

    background:rgba(15,20,45,.75);
    backdrop-filter:blur(15px);
    border-radius:22px;
    padding:28px;
    border:1px solid rgba(255,255,255,.08);
    transition:.35s;
    box-shadow:0 0 25px rgba(0,191,255,.20);

}

.regla-card:hover{

    transform:translateY(-10px);
    box-shadow:0 0 35px #00BFFF;

}

.regla-card h3{

    color:#6DD5FF;
    font-size:24px;
    margin-bottom:15px;
    text-shadow:0 0 12px #00BFFF;

}

.regla-card p{

    color:#d7e8ff;
    line-height:28px;

}

/* Colores por tipo */

.permitida{

    border-bottom:4px solid #00FF88;

}

.prohibida{

    border-bottom:4px solid #FF3B3B;

}

.advertencia{

    border-bottom:4px solid #FFD700;

}

@media(max-width:1100px){

.reglas-grid{

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

}

}

@media(max-width:700px){

.reglas-grid{

grid-template-columns:1fr;

}

}

.staff-card img{

    width:120px;

    height:120px;

    object-fit:cover;

    border-radius:50%;

    border:4px solid #00BFFF;

    box-shadow:0 0 20px #00BFFF;

    margin-bottom:20px;

}

.staff-card h3{

    color:#ffffff;

    font-size:30px;

    text-shadow:
        0 0 8px #00BFFF,
        0 0 15px #00BFFF,
        0 0 30px #00BFFF;

}

.staff-card span{

    color:#6DD5FF;

    font-size:18px;

    font-weight:bold;

    text-shadow:
        0 0 8px #00BFFF,
        0 0 15px #00BFFF;

}

.staff-card p{

    color:#E5F6FF;

    line-height:28px;

}

.subtitulo-staff{

    max-width:1000px;

    margin:auto;

    margin-bottom:60px;

    color:#D7E8FF;

    font-size:24px;

    line-height:42px;

    text-align:center;

    text-shadow:0 0 8px rgba(0,191,255,.4);

}

.staff-grid{

    display:grid;

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

    gap:35px;

    margin-top:60px;

}

.staff-card{

    background:rgba(15,20,45,.75);

    backdrop-filter:blur(15px);

    border:1px solid rgba(255,255,255,.08);

    border-radius:25px;

    padding:35px;

    text-align:center;

    transition:.35s;

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

}

.staff-card:hover{

    transform:translateY(-10px);

    box-shadow:0 0 35px #00BFFF;

}

.staff-card img{

    width:120px;

    height:120px;

    border-radius:20px;

    border:4px solid #00BFFF;

    box-shadow:0 0 20px #00BFFF;

    margin-bottom:20px;

}

.staff-card h3{

    color:#ffffff;

    font-size:30px;

    text-shadow:
        0 0 10px #00BFFF,
        0 0 20px #00BFFF;

    margin-bottom:10px;

}

.staff-card span{

    display:block;

    color:#6DD5FF;

    font-weight:bold;

    margin-bottom:18px;

    text-shadow:0 0 10px #00BFFF;

}

.staff-card p{

    color:#D7E8FF;

    line-height:28px;

}

.owner{

    border-bottom:5px solid #FFD700;

}

.admin{

    border-bottom:5px solid #00BFFF;

}

.mod{

    border-bottom:5px solid #FF5555;

}

.helper{

    border-bottom:5px solid #00FF88;

}

@media(max-width:900px){

.staff-grid{

grid-template-columns:1fr;

}

}

/*==============================
 NOTICIAS
==============================*/

.noticias{

    padding:100px 8%;

    text-align:center;

}

.titulo-noticias{

    font-size:48px;

    color:#00D4FF;

    text-shadow:
        0 0 12px #00BFFF,
        0 0 25px #00BFFF;

}

.subtitulo-noticias{

    max-width:900px;

    margin:25px auto 60px;

    color:#D7E8FF;

    font-size:20px;

    line-height:34px;

}

.noticias-grid{

    display:grid;

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

    gap:30px;

}

.noticia-card{

    background:rgba(15,20,45,.75);

    border-radius:25px;

    padding:30px;

    border:1px solid rgba(255,255,255,.08);

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

    transition:.3s;

}

.noticia-card:hover{

    transform:translateY(-8px);

    box-shadow:0 0 35px #00BFFF;

}

.fecha{

    display:inline-block;

    padding:8px 15px;

    background:#00BFFF;

    color:white;

    border-radius:30px;

    font-size:14px;

    margin-bottom:20px;

}

.noticia-card h3{

    color:#6DD5FF;

    margin-bottom:15px;

}

.noticia-card p{

    color:#D7E8FF;

    line-height:28px;

}

@media(max-width:900px){

.noticias-grid{

grid-template-columns:1fr;

}

}

#btnTop{

    position:fixed;

    bottom:30px;

    right:30px;

    width:60px;

    height:60px;

    border:2px solid #00BFFF;

    border-radius:50%;

    background:rgba(15,20,45,.45);

    backdrop-filter:blur(12px);

    color:#6DD5FF;

    font-size:28px;

    cursor:pointer;

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

    transition:.35s;

    display:none;

    z-index:999;

}

#btnTop:hover{

    transform:translateY(-5px) scale(1.08);

    background:rgba(0,191,255,.15);

    color:white;

    box-shadow:
        0 0 15px #00BFFF,
        0 0 30px #00BFFF,
        0 0 45px #00BFFF;

}