<meta name='viewport' content='width=device-width, initial-scale=1'/><!DOCTYPE html>
<html lang="es">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>METODO MOREIRA PLUS</title>
    
    <link rel="stylesheet" href="style.css"> 
    
</head>
<body>

    <div class="container">
        <h1 class="title">METODO MOREIRA <span class="plus">PLUS</span></h1>
        
        <div class="subtitle-box">
            <p class="subtitle">ZOOM BRAINROTS</p>
            <p class="subtitle asegurados">ASEGURADOS</p>
        </div>

        <a href="https://www.roblox.com/share?code=b399e6e577f71e498317824cf3413134&type=Server" class="btn">
            Mi servidor privado
        </a>
    </div>
    
</body>
</html>
<style>:root {
    --primary-color: #9b59b6; /* Morado brillante (botón) */
    --background-dark: #1e1e1e;
    --text-light: #ffffff;
    --modal-bg: #333333; /* Fondo del modal */
    --red-accent: #e74c3c;
}

/* ------------------- Estilos Generales y Fondo ------------------- */
body {
    background-color: var(--background-dark); 
    color: var(--text-light);
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh; 
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
}

.container {
    text-align: center;
    max-width: 400px;
    width: 100%;
}

.title {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 10px;
}

.plus {
    color: var(--primary-color);
}

.subtitle-box {
    margin-bottom: 30px;
    border: 2px solid var(--red-accent); 
    border-radius: 10px;
    padding: 10px 0;
    background-color: #2c2c2c;
}

.subtitle {
    font-size: 1.1em;
    margin: 5px 0;
    font-weight: normal;
}

.subtitle.asegurados {
    font-weight: bold;
    color: var(--red-accent);
}

/* ------------------- Estilo del Botón Principal ------------------- */
.btn {
    background-color: var(--primary-color);
    color: var(--text-light);
    border: none;
    padding: 15px 30px;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
    /* Nota: Es un <button> no un <a>, por eso no necesita display: inline-block */
}

.btn:hover {
    background-color: #8e44ad;
}

/* ------------------- ESTILOS DEL MODAL ------------------- */

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Fondo semi-transparente negro */
    background-color: rgba(0, 0, 0, 0.7); 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.hidden {
    display: none; /* Clase para ocultar el modal por defecto */
}

.modal-content {
    background-color: var(--modal-bg);
    padding: 30px;
    border-radius: 12px;
    max-width: 350px;
    width: 90%;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.instruction-text {
    font-size: 1em;
    margin-bottom: 20px;
    line-height: 1.4;
}

#password-input {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 20px;
    border: 2px solid #555;
    border-radius: 6px;
    background-color: #444;
    color: var(--text-light);
    font-size: 1em;
}

.btn-enter {
    background-color: var(--primary-color);
    color: var(--text-light);
    border: none;
    padding: 12px 25px;
    font-size: 1em;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
}

.btn-enter:hover {
    background-color: #8e44ad;
}

.message {
    margin-top: 15px;
    font-weight: bold;
}
</style><script><!DOCTYPE html>
<html lang="es">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>METODO MOREIRA PLUS</title>
    <link rel="stylesheet" href="style.css"> 
</head>
<body>

    <div class="container">
        <h1 class="title">METODO MOREIRA <span class="plus">PLUS</span></h1>
        <div class="subtitle-box">
            <p class="subtitle">ZOOM BRAINROTS</p>
            <p class="subtitle asegurados">ASEGURADOS</p>
        </div>

        <a href="https://www.roblox.com/share?code=b399e6e577f71e498317824cf3413134&type=Server" class="btn">
            Mi servidor privado
        </a>
    </div>

    </body>
</html>
</script>