
    @font-face {
        font-family: 'IBM Plex Mono';
        src: url('IBMPlexMono-Medium.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        background: #000;
        font-family: 'IBM Plex Mono', 'Courier New', monospace;
        overflow: hidden;
        height: 100vh;
        text-transform: uppercase;
    }

    /* Contenedor principal con efecto CRT */
    .crt-container {
        position: relative;
        width: 100vw;
        height: 100vh;
        background: #0a0a0a;
        overflow: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Contenido de la página */
    .content {
        position: relative;
        z-index: 1;
        padding: 40px;
        color: #1b381e;
        text-shadow: 0 0 2px rgba(27, 56, 30, 0.3);
    }

    /* Efecto de líneas de escaneo */
    .crt-container::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: repeating-linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.15),
            rgba(0, 0, 0, 0.15) 1px,
            transparent 1px,
            transparent 2px
        );
        pointer-events: none;
        z-index: 2;
    }

    /* Efecto de curvatura de pantalla */
    .crt-container::after {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(
            ellipse at center,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.3) 70%,
            rgba(0, 0, 0, 0.8) 100%
        );
        pointer-events: none;
        z-index: 3;
    }

    /* Línea de barrido animada */
    .scanline {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(
            to bottom,
            transparent 0%,
            rgba(255, 255, 255, 0.05) 50%,
            transparent 100%
        );
        animation: scan 8s linear infinite;
        pointer-events: none;
        z-index: 4;
    }

    @keyframes scan {
        0% { transform: translateY(-100%); }
        100% { transform: translateY(100%); }
    }

    /* Parpadeo sutil de pantalla */
    .crt-container {
        animation: flicker 0.15s infinite;
    }

    @keyframes flicker {
        0% { opacity: 0.98; }
        50% { opacity: 1; }
        100% { opacity: 0.98; }
    }

    /* Efecto de texto CRT */
    h1, h2, h3, p, a , div{
        color: #1b381e;
        text-shadow: 
            0 0 2px rgba(27, 56, 30, 0.2),
            0 0 4px rgba(27, 56, 30, 0.1);
    }

    div .eff{
        background-color: orange;
        
        box-shadow: 
            0 0 5px orange,
            0 0 10px rosybrown,
            2px 2px 3px rgba(0, 0, 0, 0.8);
    }

    h1 {
        font-size: 3em;
        margin-bottom: 20px;
        color: #022403;
        text-shadow: 
            0 0 3px rgba(27, 56, 30, 0.3),
            0 0 6px rgba(27, 56, 30, 0.2);
    }

    h2 {
        font-size: 1.8em;
        margin: 30px 0 15px 0;
        color: #022403;
        text-shadow: 
            0 0 2px rgba(27, 56, 30, 0.2),
            0 0 4px rgba(27, 56, 30, 0.1);
    }

    p {
        margin-bottom: 15px;
        line-height: 1.6;
        font-size: 1.1em;
    }

    /* Efecto de distorsión RGB - desactivado para p y h */
    .crt-container .content {
        animation: none;
    }

    @keyframes textShadow {
        0% {
            text-shadow: 
                0.4389924193300864px 0 1px rgba(0,30,255,0.5),
                -0.4389924193300864px 0 1px rgba(255,0,80,0.3),
                0 0 3px;
        }
        5% {
            text-shadow: 
                2.7928974010788217px 0 1px rgba(0,30,255,0.5),
                -2.7928974010788217px 0 1px rgba(255,0,80,0.3),
                0 0 3px;
        }
        10% {
            text-shadow: 
                0.02956275843481219px 0 1px rgba(0,30,255,0.5),
                -0.02956275843481219px 0 1px rgba(255,0,80,0.3),
                0 0 3px;
        }
        15% {
            text-shadow: 
                0.40218538552878136px 0 1px rgba(0,30,255,0.5),
                -0.40218538552878136px 0 1px rgba(255,0,80,0.3),
                0 0 3px;
        }
        20% {
            text-shadow: 
                3.4794037899852017px 0 1px rgba(0,30,255,0.5),
                -3.4794037899852017px 0 1px rgba(255,0,80,0.3),
                0 0 3px;
        }
        25% {
            text-shadow: 
                1.6125630401149584px 0 1px rgba(0,30,255,0.5),
                -1.6125630401149584px 0 1px rgba(255,0,80,0.3),
                0 0 3px;
        }
        30% {
            text-shadow: 
                0.7015590085143956px 0 1px rgba(0,30,255,0.5),
                -0.7015590085143956px 0 1px rgba(255,0,80,0.3),
                0 0 3px;
        }
        35% {
            text-shadow: 
                3.896914047650351px 0 1px rgba(0,30,255,0.5),
                -3.896914047650351px 0 1px rgba(255,0,80,0.3),
                0 0 3px;
        }
        40% {
            text-shadow: 
                3.870905614848819px 0 1px rgba(0,30,255,0.5),
                -3.870905614848819px 0 1px rgba(255,0,80,0.3),
                0 0 3px;
        }
        45% {
            text-shadow: 
                2.231056963361899px 0 1px rgba(0,30,255,0.5),
                -2.231056963361899px 0 1px rgba(255,0,80,0.3),
                0 0 3px;
        }
        50% {
            text-shadow: 
                0.08084290417898504px 0 1px rgba(0,30,255,0.5),
                -0.08084290417898504px 0 1px rgba(255,0,80,0.3),
                0 0 3px;
        }
        55% {
            text-shadow: 
                2.3758461067427543px 0 1px rgba(0,30,255,0.5),
                -2.3758461067427543px 0 1px rgba(255,0,80,0.3),
                0 0 3px;
        }
        60% {
            text-shadow: 
                2.202193051050636px 0 1px rgba(0,30,255,0.5),
                -2.202193051050636px 0 1px rgba(255,0,80,0.3),
                0 0 3px;
        }
        65% {
            text-shadow: 
                2.8638780614874975px 0 1px rgba(0,30,255,0.5),
                -2.8638780614874975px 0 1px rgba(255,0,80,0.3),
                0 0 3px;
        }
        70% {
            text-shadow: 
                0.48874025155497314px 0 1px rgba(0,30,255,0.5),
                -0.48874025155497314px 0 1px rgba(255,0,80,0.3),
                0 0 3px;
        }
        75% {
            text-shadow: 
                1.8948491305757957px 0 1px rgba(0,30,255,0.5),
                -1.8948491305757957px 0 1px rgba(255,0,80,0.3),
                0 0 3px;
        }
        80% {
            text-shadow: 
                0.0833037308038857px 0 1px rgba(0,30,255,0.5),
                -0.0833037308038857px 0 1px rgba(255,0,80,0.3),
                0 0 3px;
        }
        85% {
            text-shadow: 
                0.09769827255241735px 0 1px rgba(0,30,255,0.5),
                -0.09769827255241735px 0 1px rgba(255,0,80,0.3),
                0 0 3px;
        }
        90% {
            text-shadow: 
                3.443339761481782px 0 1px rgba(0,30,255,0.5),
                -3.443339761481782px 0 1px rgba(255,0,80,0.3),
                0 0 3px;
        }
        95% {
            text-shadow: 
                2.1841838852799786px 0 1px rgba(0,30,255,0.5),
                -2.1841838852799786px 0 1px rgba(255,0,80,0.3),
                0 0 3px;
        }
        100% {
            text-shadow: 
                2.6208764473832513px 0 1px rgba(0,30,255,0.5),
                -2.6208764473832513px 0 1px rgba(255,0,80,0.3),
                0 0 3px;
        }
    }

    /* Brillo del fósforo */
    .glow {
        animation: glow 2s ease-in-out infinite alternate;
    }

    @keyframes glow {
        from {
            text-shadow: 
                0 0 10px currentColor,
                0 0 20px currentColor,
                0 0 30px currentColor;
        }
        to {
            text-shadow: 
                0 0 20px currentColor,
                0 0 30px currentColor,
                0 0 40px currentColor;
        }
    }

/* Botones estilo terminal */
.terminal-button {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 5px;
    border: 2px solid #1b381e;
    background: rgba(27, 56, 30, 0.1);
    color: #1b381e;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
}

.terminal-button:hover {
    background: rgba(27, 56, 30, 0.3);
    box-shadow: 
        0 0 5px rgba(27, 56, 30, 0.3),
        0 0 10px rgba(27, 56, 30, 0.2),
        inset 0 0 5px rgba(27, 56, 30, 0.2);
}

/* Cursor parpadeante */
.cursor {
    display: inline-block;
    width: 10px;
    height: 20px;
    background: #1b381e;
    animation: blink 1s infinite;
    margin-bottom: -4px;
    margin-left: 2px;
    width: 6px;
    height: 18px;

}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
    }

/* Estilos para la tabla */
.data-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    color: #1b381e;
    text-shadow: 
        0 0 2px rgba(27, 56, 30, 0.2),
        0 0 4px rgba(27, 56, 30, 0.1);
}

.data-table th:first-child,
.data-table td:first-child {
    width: 450px;
}

.data-table th {
    background-color: #021b03;
    color: orange;
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #1b381e;
    font-weight: bold;
    text-shadow: 
        0 0 2px rgba(255, 165, 0, 0.3),
        0 0 4px rgba(255, 165, 0, 0.2);
}

.data-table td {
    padding: 10px 15px;
    border: 1px solid #1b381e;
    background-color: rgba(27, 56, 30, 0.05);
}

.data-table tr:nth-child(even) td {
    background-color: rgba(27, 56, 30, 0.1);
}

.data-table tr:hover td {
    background-color: rgba(27, 56, 30, 0.2);
}

/* Líneas horizontales */
.horizontal-lines {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.line {
    height: 2px;
    background-color: #022403;
    box-shadow: 0 0 3px rgba(2, 36, 3, 0.5);
}

.line-1 {
    width: 350px;
}

.line-2 {
    width: 240px;
}

.line-3 {
    width: 180px;
}

.line-4 {
    width: 120px;
}

.line-5 {
    width: 60px;
}

/* Texto vertical japonés */
.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
