@import '_content/Tunelos.Gui.Components/Tunelos.Gui.Components.sk2631882i.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-sx3r825ig5] {
    min-height: 100vh;
    background-color: var(--color-bg-1);
}

main[b-sx3r825ig5] {
    flex: 1;
    min-width: 0;
}

.content[b-sx3r825ig5] {
    padding: var(--spacing-xl);
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ============================================
   Tunelos - Coming Soon Landing Page
   Futuristic, animated, mystery vibe
   ============================================ */

/* Full-bleed layout override */
.landing[b-ati3p82uja] {
    margin: calc(-1 * var(--spacing-xl));
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background: #0d1117;
    font-family: var(--font-family);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    padding: 2rem 1rem 1.5rem;
}

/* ===== BACKGROUND LAYER ===== */

.landing__bg[b-ati3p82uja] {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.landing__grid[b-ati3p82uja] {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(46, 167, 143, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(46, 167, 143, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    animation: gridPulse-b-ati3p82uja 8s ease-in-out infinite;
}

@keyframes gridPulse-b-ati3p82uja {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.8; }
}

.landing__scanline[b-ati3p82uja] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(46, 167, 143, 0.6) 50%, transparent 100%);
    opacity: 0.5;
    animation: scanline-b-ati3p82uja 6s linear infinite;
    z-index: 1;
}

@keyframes scanline-b-ati3p82uja {
    0% { transform: translateY(-10px); }
    100% { transform: translateY(100vh); }
}

/* Particles */
.landing__particles[b-ati3p82uja] {
    position: absolute;
    inset: 0;
}

.landing__particles span[b-ati3p82uja] {
    position: absolute;
    width: 2px;
    height: 2px;
    background: rgba(46, 167, 143, 0.8);
    border-radius: 50%;
    animation: particleFloat-b-ati3p82uja 15s infinite linear;
    opacity: 0;
}

@keyframes particleFloat-b-ati3p82uja {
    0% { transform: translateY(100vh) scale(0); opacity: 0; }
    5% { opacity: 0.6; }
    50% { opacity: 0.8; }
    95% { opacity: 0.4; }
    100% { transform: translateY(-10vh) scale(1.5); opacity: 0; }
}

.landing__particles span:nth-child(1)[b-ati3p82uja]  { left: 3%;  animation-delay: 0s;    animation-duration: 11s; width: 3px; height: 3px; }
.landing__particles span:nth-child(2)[b-ati3p82uja]  { left: 10%; animation-delay: 1.2s;  animation-duration: 14s; }
.landing__particles span:nth-child(3)[b-ati3p82uja]  { left: 18%; animation-delay: 0.5s;  animation-duration: 12s; width: 3px; height: 3px; }
.landing__particles span:nth-child(4)[b-ati3p82uja]  { left: 25%; animation-delay: 2.8s;  animation-duration: 16s; }
.landing__particles span:nth-child(5)[b-ati3p82uja]  { left: 32%; animation-delay: 1.8s;  animation-duration: 13s; }
.landing__particles span:nth-child(6)[b-ati3p82uja]  { left: 38%; animation-delay: 3.5s;  animation-duration: 15s; width: 3px; height: 3px; }
.landing__particles span:nth-child(7)[b-ati3p82uja]  { left: 44%; animation-delay: 0.8s;  animation-duration: 11s; }
.landing__particles span:nth-child(8)[b-ati3p82uja]  { left: 50%; animation-delay: 4.2s;  animation-duration: 17s; }
.landing__particles span:nth-child(9)[b-ati3p82uja]  { left: 55%; animation-delay: 2.1s;  animation-duration: 12s; width: 3px; height: 3px; }
.landing__particles span:nth-child(10)[b-ati3p82uja] { left: 62%; animation-delay: 0.3s;  animation-duration: 14s; }
.landing__particles span:nth-child(11)[b-ati3p82uja] { left: 68%; animation-delay: 3.0s;  animation-duration: 16s; }
.landing__particles span:nth-child(12)[b-ati3p82uja] { left: 73%; animation-delay: 1.5s;  animation-duration: 13s; width: 3px; height: 3px; }
.landing__particles span:nth-child(13)[b-ati3p82uja] { left: 78%; animation-delay: 4.0s;  animation-duration: 11s; }
.landing__particles span:nth-child(14)[b-ati3p82uja] { left: 83%; animation-delay: 2.5s;  animation-duration: 15s; }
.landing__particles span:nth-child(15)[b-ati3p82uja] { left: 88%; animation-delay: 0.7s;  animation-duration: 12s; width: 3px; height: 3px; }
.landing__particles span:nth-child(16)[b-ati3p82uja] { left: 92%; animation-delay: 3.8s;  animation-duration: 14s; }
.landing__particles span:nth-child(17)[b-ati3p82uja] { left: 7%;  animation-delay: 5.0s;  animation-duration: 13s; }
.landing__particles span:nth-child(18)[b-ati3p82uja] { left: 47%; animation-delay: 5.5s;  animation-duration: 16s; width: 3px; height: 3px; }
.landing__particles span:nth-child(19)[b-ati3p82uja] { left: 65%; animation-delay: 6.0s;  animation-duration: 11s; }
.landing__particles span:nth-child(20)[b-ati3p82uja] { left: 95%; animation-delay: 6.5s;  animation-duration: 15s; }

/* Ambient glow blobs */
.landing__glow[b-ati3p82uja] {
    position: fixed;
    border-radius: 50%;
    filter: blur(120px);
    pointer-events: none;
}

.landing__glow--1[b-ati3p82uja] {
    width: 600px;
    height: 600px;
    background: rgba(46, 167, 143, 0.12);
    top: -200px;
    right: -100px;
    animation: drift1-b-ati3p82uja 20s ease-in-out infinite alternate;
}

.landing__glow--2[b-ati3p82uja] {
    width: 500px;
    height: 500px;
    background: rgba(77, 182, 172, 0.1);
    bottom: -200px;
    left: -100px;
    animation: drift2-b-ati3p82uja 25s ease-in-out infinite alternate;
}

.landing__glow--3[b-ati3p82uja] {
    width: 350px;
    height: 350px;
    background: rgba(38, 142, 252, 0.08);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: drift3-b-ati3p82uja 18s ease-in-out infinite alternate;
}

@keyframes drift1-b-ati3p82uja {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(60px, 40px) scale(1.15); }
}

@keyframes drift2-b-ati3p82uja {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(-40px, -30px) scale(1.1); }
}

@keyframes drift3-b-ati3p82uja {
    0% { transform: translate(-50%, -50%) scale(1); }
    100% { transform: translate(calc(-50% + 30px), calc(-50% - 20px)) scale(1.2); }
}

/* ===== HERO SECTION ===== */

.landing__hero[b-ati3p82uja] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
    animation: sectionFadeIn-b-ati3p82uja 1s ease-out 0.3s both;
}

.landing__logo img[b-ati3p82uja] {
    width: 80px;
    height: 80px;
    filter: drop-shadow(0 0 20px rgba(46, 167, 143, 0.5));
    animation: logoPulse-b-ati3p82uja 3s ease-in-out infinite;
}

@keyframes logoPulse-b-ati3p82uja {
    0%, 100% {
        filter: drop-shadow(0 0 20px rgba(46, 167, 143, 0.4));
        transform: scale(1);
    }
    50% {
        filter: drop-shadow(0 0 40px rgba(46, 167, 143, 0.8))
               drop-shadow(0 0 80px rgba(46, 167, 143, 0.3));
        transform: scale(1.05);
    }
}

.landing__title[b-ati3p82uja] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.landing__title-text[b-ati3p82uja] {
    font-family: var(--font-family-mono);
    font-size: clamp(2.5rem, 8vw, 5rem);
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.3em;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    animation: typewriter-b-ati3p82uja 2s steps(7) 0.5s forwards;
}

@keyframes typewriter-b-ati3p82uja {
    to { width: calc(7ch + 0.3em * 7); }
}

.landing__title-cursor[b-ati3p82uja] {
    display: inline-block;
    width: 3px;
    height: 0.85em;
    background: var(--color-primary);
    margin-left: 2px;
    animation: cursorBlink-b-ati3p82uja 1s step-end infinite;
    box-shadow: 0 0 8px rgba(46, 167, 143, 0.6);
}

@keyframes cursorBlink-b-ati3p82uja {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.landing__tagline[b-ati3p82uja] {
    font-family: var(--font-family);
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    color: var(--color-text-minor);
    letter-spacing: 0.15em;
    opacity: 0;
    animation: fadeUp-b-ati3p82uja 0.8s ease-out 2.5s forwards;
}

.landing__status[b-ati3p82uja] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.75rem;
    opacity: 0;
    animation: fadeUp-b-ati3p82uja 0.6s ease-out 2.8s forwards;
}

.landing__status-dot[b-ati3p82uja] {
    width: 8px;
    height: 8px;
    background: var(--color-primary);
    border-radius: 50%;
    animation: statusPulse-b-ati3p82uja 2s ease-in-out infinite;
}

@keyframes statusPulse-b-ati3p82uja {
    0%, 100% { box-shadow: 0 0 4px var(--color-primary); }
    50% { box-shadow: 0 0 16px var(--color-primary), 0 0 32px rgba(46, 167, 143, 0.3); }
}

.landing__status-text[b-ati3p82uja] {
    font-family: var(--font-family-mono);
    font-size: var(--font-size-smallest);
    color: var(--color-primary);
    letter-spacing: 0.2em;
    animation: statusFlicker-b-ati3p82uja 5s ease-in-out infinite;
}

@keyframes statusFlicker-b-ati3p82uja {
    0%, 89% { opacity: 1; }
    90% { opacity: 0.2; }
    91% { opacity: 1; }
    93% { opacity: 0.3; }
    94% { opacity: 1; }
    96% { opacity: 0.15; }
    97%, 100% { opacity: 1; }
}

/* ===== TERMINAL SECTION ===== */

.landing__terminal[b-ati3p82uja] {
    position: relative;
    z-index: 1;
    width: min(90vw, 600px);
    background: rgba(13, 17, 23, 0.7);
    border: 1px solid rgba(46, 167, 143, 0.15);
    border-radius: var(--radius-lg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow:
        0 0 40px rgba(46, 167, 143, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
    overflow: hidden;
    opacity: 0;
    animation: fadeUp-b-ati3p82uja 0.6s ease-out 2.6s forwards;
}

.landing__terminal-header[b-ati3p82uja] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(46, 167, 143, 0.1);
}

.landing__terminal-dot[b-ati3p82uja] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.landing__terminal-dot--red[b-ati3p82uja] { background: #ff5f57; }
.landing__terminal-dot--yellow[b-ati3p82uja] { background: #febc2e; }
.landing__terminal-dot--green[b-ati3p82uja] { background: #28c840; }

.landing__terminal-title[b-ati3p82uja] {
    font-family: var(--font-family-mono);
    font-size: var(--font-size-smallest);
    color: var(--color-text-minor);
    margin-left: 0.5rem;
    letter-spacing: 0.05em;
}

.landing__terminal-body[b-ati3p82uja] {
    padding: 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.landing__line[b-ati3p82uja] {
    display: flex;
    align-items: center;
    font-family: var(--font-family-mono);
    font-size: clamp(0.75rem, 2vw, 0.9rem);
    opacity: 0;
    transform: translateX(-10px);
}

.landing__line--1[b-ati3p82uja] { animation: lineReveal-b-ati3p82uja 0.5s ease-out 3.2s forwards; }
.landing__line--2[b-ati3p82uja] { animation: lineReveal-b-ati3p82uja 0.5s ease-out 4.0s forwards; }
.landing__line--3[b-ati3p82uja] { animation: lineReveal-b-ati3p82uja 0.5s ease-out 4.8s forwards; }
.landing__line--4[b-ati3p82uja] { animation: lineReveal-b-ati3p82uja 0.5s ease-out 5.6s forwards; }
.landing__line--5[b-ati3p82uja] { animation: lineReveal-b-ati3p82uja 0.5s ease-out 6.4s forwards; }
.landing__line--6[b-ati3p82uja] { animation: lineReveal-b-ati3p82uja 0.5s ease-out 7.2s forwards; }

@keyframes lineReveal-b-ati3p82uja {
    0% { opacity: 0; transform: translateX(-10px); }
    100% { opacity: 1; transform: translateX(0); }
}

.landing__prompt[b-ati3p82uja] {
    color: var(--color-primary);
    font-weight: 700;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.landing__cmd[b-ati3p82uja] {
    color: var(--color-text);
    flex: 1;
}

.landing__tag[b-ati3p82uja] {
    color: var(--color-primary);
    font-size: var(--font-size-smallest);
    opacity: 0.5;
    margin-left: auto;
    padding-left: 1rem;
    letter-spacing: 0.1em;
    flex-shrink: 0;
}

/* ===== CTA SECTION ===== */

.landing__cta[b-ati3p82uja] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.25rem;
    opacity: 0;
    animation: fadeUp-b-ati3p82uja 0.8s ease-out 7.8s forwards;
}

.landing__coming[b-ati3p82uja] {
    font-family: var(--font-family-mono);
    font-size: clamp(1.5rem, 5vw, 3rem);
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.4em;
    animation: comingGlow-b-ati3p82uja 3s ease-in-out infinite alternate;
}

@keyframes comingGlow-b-ati3p82uja {
    0% { text-shadow: 0 0 10px rgba(46, 167, 143, 0.3), 0 0 20px rgba(46, 167, 143, 0.1); }
    100% { text-shadow: 0 0 20px rgba(46, 167, 143, 0.6), 0 0 60px rgba(46, 167, 143, 0.2), 0 0 100px rgba(46, 167, 143, 0.1); }
}

.landing__description[b-ati3p82uja] {
    font-size: clamp(0.875rem, 2vw, 1.1rem);
    color: var(--color-text-minor);
    line-height: 1.7;
    max-width: 420px;
    letter-spacing: 0.02em;
}

.landing__contact[b-ati3p82uja] {
    margin-top: 0.5rem;
}

.landing__email[b-ati3p82uja] {
    display: inline-block;
    padding: 0.75rem 2rem;
    border: 1px solid rgba(46, 167, 143, 0.4);
    border-radius: var(--radius-full);
    color: var(--color-primary);
    font-family: var(--font-family-mono);
    font-size: var(--font-size-small);
    text-decoration: none;
    letter-spacing: 0.08em;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.landing__email[b-ati3p82uja]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent, rgba(46, 167, 143, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.landing__email:hover[b-ati3p82uja] {
    border-color: var(--color-primary);
    color: #ffffff;
    box-shadow: 0 0 30px rgba(46, 167, 143, 0.25), inset 0 0 20px rgba(46, 167, 143, 0.05);
}

.landing__email:hover[b-ati3p82uja]::before {
    opacity: 1;
}

/* ===== FOOTER ===== */

.landing__footer[b-ati3p82uja] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin-top: auto;
    padding-top: 1rem;
    opacity: 0;
    animation: fadeUp-b-ati3p82uja 0.6s ease-out 8.5s forwards;
}

.landing__domains[b-ati3p82uja] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-family: var(--font-family-mono);
    font-size: var(--font-size-small);
}

.landing__domain[b-ati3p82uja] {
    color: var(--color-text-minor);
    letter-spacing: 0.1em;
}

.landing__domain-sep[b-ati3p82uja] {
    color: rgba(46, 167, 143, 0.4);
}

.landing__copyright[b-ati3p82uja] {
    font-size: var(--font-size-smallest);
    color: rgba(135, 155, 164, 0.5);
    letter-spacing: 0.05em;
}

/* ===== SHARED KEYFRAMES ===== */

@keyframes fadeUp-b-ati3p82uja {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes sectionFadeIn-b-ati3p82uja {
    0% { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* ===== RESPONSIVE ===== */

@media (max-width: 640px) {
    .landing[b-ati3p82uja] {
        gap: 2rem;
        padding: 1.5rem 0.75rem;
    }

    .landing__logo img[b-ati3p82uja] {
        width: 60px;
        height: 60px;
    }

    .landing__terminal-body[b-ati3p82uja] {
        padding: 0.75rem 1rem;
    }

    .landing__line[b-ati3p82uja] {
        flex-wrap: wrap;
        gap: 0.25rem;
    }

    .landing__tag[b-ati3p82uja] {
        margin-left: 1.5rem;
        padding-left: 0;
    }

    .landing__coming[b-ati3p82uja] {
        letter-spacing: 0.2em;
    }

    .landing__email[b-ati3p82uja] {
        padding: 0.6rem 1.5rem;
        font-size: var(--font-size-smallest);
    }

    .landing__glow[b-ati3p82uja] {
        display: none;
    }
}

@media (max-width: 380px) {
    .landing__title-text[b-ati3p82uja] {
        letter-spacing: 0.15em;
    }

    .landing__terminal[b-ati3p82uja] {
        width: 98vw;
    }
}

/* ===== ACCESSIBILITY ===== */

@media (prefers-reduced-motion: reduce) {
    *[b-ati3p82uja],
    *[b-ati3p82uja]::before,
    *[b-ati3p82uja]::after {
        animation-duration: 0.01ms !important;
        animation-delay: 0ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .landing__title-text[b-ati3p82uja] {
        width: calc(7ch + 0.3em * 7);
    }

    .landing__line[b-ati3p82uja],
    .landing__tagline[b-ati3p82uja],
    .landing__status[b-ati3p82uja],
    .landing__terminal[b-ati3p82uja],
    .landing__cta[b-ati3p82uja],
    .landing__footer[b-ati3p82uja],
    .landing__hero[b-ati3p82uja] {
        opacity: 1;
        transform: none;
    }
}
