/* ==========================================================================
   Original Coming Soon Template Stylesheet (Naxvan)
   ========================================================================== */

@font-face {
    font-family: 'BeonMedium';
    src: url('../fonts/beon-webfont.eot');
    src: local('☺'), url('../fonts/beon-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/beon-webfont.woff') format('woff'), url('../fonts/beon-webfont.ttf') format('truetype'), url('../fonts/beon-webfont.svg#BeonMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latobold';
    src: url('../fonts/Lato-Bold-webfont.eot');
    src: url('../fonts/Lato-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold-webfont.woff2') format('woff2'), url('../fonts/Lato-Bold-webfont.woff') format('woff'), url('../fonts/Lato-Bold-webfont.ttf') format('truetype'), url('../fonts/Lato-Bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latolight';
    src: url('../fonts/Lato-Light-webfont.eot');
    src: url('../fonts/Lato-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Light-webfont.woff2') format('woff2'), url('../fonts/Lato-Light-webfont.woff') format('woff'), url('../fonts/Lato-Light-webfont.ttf') format('truetype'), url('../fonts/Lato-Light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/Lato-Regular-webfont.eot');
    src: url('../fonts/Lato-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular-webfont.woff2') format('woff2'), url('../fonts/Lato-Regular-webfont.woff') format('woff'), url('../fonts/Lato-Regular-webfont.ttf') format('truetype'), url('../fonts/Lato-Regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    width: 100%;
    height: 100%;
    font-family: 'open_sanslight', sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background-color: #2a2e39;
    color: #fff;
}

#container {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.intro {
    background: radial-gradient(circle at 50% 40%, #0d1627 0%, #050811 100%);
    position: fixed;
    width: 100%;
    height: 100%;
    color: #fff;
    overflow: hidden;
}

.intro-image {
    background: linear-gradient(180deg, rgba(8, 12, 20, 0.4) 0%, rgba(5, 8, 17, 0.85) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.center-content {
    display: table;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.intro-content {
    display: table-cell;
    font-size: 1.15em;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

.logo {
    width: 100%;
    margin: -30px 0 25px;
}

.text-logo {
    color: #f23c3c;
    font-family: 'BeonMedium', sans-serif;
    font-weight: bold;
    font-size: 3em;
    margin: 0;
}

.intro-title {
    font-family: 'latobold', sans-serif;
    font-size: 3em;
    font-weight: normal;
    margin: 15px 0;
    text-transform: uppercase;
}

.obak {
    color: #f23c3c;
}

.fa-clock-spin {
    margin: 15px 0;
    color: #f23c3c;
}

.countdown {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    display: block;
    text-align: center;
    font-family: 'BeonMedium', sans-serif;
}

.countdown li {
    display: inline-block;
    padding: 0 10px;
}

.countdown li span {
    font-size: 80px;
    font-weight: 300;
    line-height: 80px;
    display: block;
}

.countdown li.seperator {
    font-size: 14px;
    margin-top: 12px;
    line-height: 30px;
    vertical-align: top;
    color: #f23c3c;
}

.countdown li p {
    color: #ddd;
    font-size: 14px;
    margin: 5px 0 0;
    font-family: 'open_sanslight', sans-serif;
}

.intro-subtitle {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.intro-subtitle p {
    color: #efefef;
    font-size: 1.2em;
    margin: 0;
}

.flicker-text {
    color: #ffffff;
    display: inline-block;
    animation: bulb-flicker 5s infinite;
}

@keyframes bulb-flicker {
    0%, 100% {
        opacity: 1;
        text-shadow: 0 0 8px rgba(255, 255, 255, 0.9), 0 0 16px rgba(242, 60, 60, 0.8), 0 0 24px rgba(242, 60, 60, 0.5);
    }
    3% {
        opacity: 0.25;
        text-shadow: none;
    }
    6% {
        opacity: 0.95;
        text-shadow: 0 0 8px rgba(255, 255, 255, 0.9), 0 0 16px rgba(242, 60, 60, 0.8);
    }
    7% {
        opacity: 0.15;
        text-shadow: none;
    }
    8% {
        opacity: 0.85;
        text-shadow: 0 0 6px rgba(255, 255, 255, 0.7);
    }
    9% {
        opacity: 0.3;
        text-shadow: none;
    }
    10% {
        opacity: 1;
        text-shadow: 0 0 8px rgba(255, 255, 255, 0.9), 0 0 16px rgba(242, 60, 60, 0.8);
    }
    54% {
        opacity: 1;
        text-shadow: 0 0 8px rgba(255, 255, 255, 0.9), 0 0 16px rgba(242, 60, 60, 0.8);
    }
    55% {
        opacity: 0.2;
        text-shadow: none;
    }
    56% {
        opacity: 0.9;
        text-shadow: 0 0 6px rgba(255, 255, 255, 0.7);
    }
    57% {
        opacity: 0.1;
        text-shadow: none;
    }
    58% {
        opacity: 1;
        text-shadow: 0 0 8px rgba(255, 255, 255, 0.9), 0 0 16px rgba(242, 60, 60, 0.8);
    }
}

/* Bottom Social Section */
.container-bottom-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

.social {
    bottom: 0;
    left: 0;
    margin: 15px;
    position: absolute;
}

.fa-social {
    background: #f23c3c;
    border: 0px solid #f23c3c;
    color: #ffffff;
    height: 42px;
    line-height: 42px !important;
    text-align: center;
    width: 42px;
    border-radius: 2px;
    transition: all 0.3s ease;
    margin-right: 5px;
}

.fa-social:hover {
    color: #f23c3c;
    background: #ffffff;
}

/* Responsive Styles */
@media only screen and (max-width: 767px) {
    .text-logo { font-size: 2.2em; }
    .intro-title { font-size: 2em; }
    .countdown li span { font-size: 48px; line-height: 48px; }
    .countdown li.seperator { display: none; }
    .countdown li { padding: 0 5px; }
}

@media only screen and (max-width: 480px) {
    .text-logo { font-size: 1.8em; }
    .intro-title { font-size: 1.5em; }
    .countdown li span { font-size: 36px; line-height: 36px; }
    .countdown li p { font-size: 11px; }
    .social { position: relative; text-align: center; margin: 10px auto; }
}

/* ==========================================================================
   Retro IT DOS Terminal Background Window
   ========================================================================== */
.terminal-bg-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    max-height: 100%;
    transform: none;
    z-index: 1;
    pointer-events: none;
    opacity: 0.85;
}

.terminal-window {
    width: 100%;
    height: 100%;
    background: rgba(6, 9, 15, 0.94);
    border: none;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.terminal-bar {
    height: 30px;
    background: #141c2b;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    padding: 0 12px;
    position: relative;
}

.t-button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 6px;
    display: inline-block;
}

.t-button.close { background: #f23c3c; }
.t-button.minimize { background: #f59e0b; }
.t-button.maximize { background: #10b981; }

.t-title {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    font-family: 'Consolas', 'Courier New', monospace;
    font-size: 11px;
    color: #94a3b8;
    letter-spacing: 1px;
}

.terminal-screen {
    flex: 1;
    padding: 16px 20px;
    font-family: 'Consolas', 'Courier New', monospace;
    font-size: 13px;
    color: #38bdf8;
    line-height: 1.6;
    overflow: hidden;
    text-align: left;
}

.terminal-line {
    margin-bottom: 4px;
    word-break: break-all;
}

.terminal-line.cmd { color: #f23c3c; font-weight: bold; }
.terminal-line.success { color: #34d399; }
.terminal-line.info { color: #38bdf8; }

.terminal-cursor {
    display: inline-block;
    color: #f23c3c;
    font-weight: bold;
    animation: term-blink 1s infinite;
}

@keyframes term-blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

/* ==========================================================================
   Modern Glassmorphic Toast Notifications (Multi-Language)
   ========================================================================== */
.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10000;
    pointer-events: none;
}

.toast {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 22px;
    background: rgba(10, 16, 26, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(242, 60, 60, 0.4);
    border-radius: 8px;
    color: #ffffff;
    font-family: 'open_sanslight', sans-serif;
    font-size: 13px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(242, 60, 60, 0.2);
    transform: translateY(-20px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: auto;
}

.toast.show {
    transform: translateY(0);
    opacity: 1;
}

.toast-icon {
    color: #f23c3c;
    font-size: 16px;
}

/* ==========================================================================
   Retro Hacker Small Certifications Terminal (Bottom Right HUD)
   ========================================================================== */
/* ==========================================================================
   Pure Retro Green CRT Display Monitor with White Text (Bottom Right HUD)
   ========================================================================== */
.cert-terminal-container {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 390px;
    max-width: calc(100vw - 32px);
    height: 155px;
    z-index: 99;
    pointer-events: auto;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.9), 0 0 25px rgba(16, 185, 129, 0.45);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.cert-terminal-window {
    width: 100%;
    height: 100%;
    background: #01190e; /* verde CRT profundo */
    border: 2px solid #10b981; /* marco de pantalla CRT */
    border-radius: 10px;
    box-shadow: inset 0 0 35px rgba(0, 0, 0, 0.85);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

/* efecto escaneo de lineas CRT */
.cert-terminal-window::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.32) 50%);
    background-size: 100% 4px;
    pointer-events: none;
    z-index: 10;
    opacity: 0.8;
}

.cert-terminal-screen {
    flex: 1;
    padding: 16px 18px;
    font-family: 'Courier New', 'Consolas', monospace;
    font-size: 12px;
    color: #ffffff; /* letra blanca CRT */
    line-height: 1.65;
    overflow-y: auto;
    text-align: left;
    scrollbar-width: thin;
    scrollbar-color: rgba(16, 185, 129, 0.4) transparent;
    z-index: 11;
}

.cert-line {
    margin-bottom: 6px;
    word-break: break-all;
    color: #ffffff !important; /* todas las letras en blanco fosforo CRT */
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.9), 0 0 12px rgba(255, 255, 255, 0.4);
    font-weight: 600;
}

.cert-line.cmd {
    color: #ffffff !important;
    font-weight: bold;
}

.cert-line.title {
    color: #ffffff !important;
    font-weight: bold;
}

.cert-line.expire {
    color: #ffffff !important;
}

@media (max-width: 768px) {
    .cert-terminal-container {
        bottom: 16px;
        right: 16px;
        left: 16px;
        width: auto;
        max-width: none;
        height: 145px;
    }
}



