html,
body {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

.launch-intro {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;

    z-index: 999999 !important;

    width: 100vw !important;
    max-width: none !important;

    height: 100vh !important;
    height: 100dvh !important;
    min-height: 100vh !important;

    margin: 0 !important;
    padding: clamp(20px, 3vw, 50px);

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
    box-sizing: border-box;

    background:
        radial-gradient(
            circle at 50% 45%,
            #1c2947 0%,
            #0b1020 42%,
            #030408 100%
        );

    color: #ffffff;
    text-align: center;

    clip-path: inset(0 0 0 0);
    transition:
        clip-path 0.9s cubic-bezier(0.76, 0, 0.24, 1),
        visibility 0.9s;

    isolation: isolate;
    transform: none !important;
}

.launch-intro,
.launch-intro *,
.launch-intro *::before,
.launch-intro *::after {
    box-sizing: border-box;
}



.launch-intro__button:disabled {
    cursor: wait;
    opacity: 0.55;
    pointer-events: none;
    transform: none;
}

.launch-intro__button:disabled::after {
    content: "";
    width: 16px;
    height: 16px;
    margin-left: 3px;

    border: 2px solid rgba(255, 255, 255, 0.25);
    border-top-color: #ffffff;
    border-radius: 50%;

    animation: launch-button-loading 0.8s linear infinite;
}

@keyframes launch-button-loading {
    to {
        transform: rotate(360deg);
    }
}
/*.launch-intro {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 100vh;
    padding: 30px;
    background:
        radial-gradient(circle at 50% 45%, #1c2947 0%, #0b1020 42%, #030408 100%);
    color: #ffffff;
    text-align: center;
    clip-path: inset(0 0 0 0);
    transition:
        clip-path 0.9s cubic-bezier(0.76, 0, 0.24, 1),
        visibility 0.9s;
}*/

.launch-intro[hidden] {
    display: none !important;
}

.launch-intro.is-revealing {
    clip-path: inset(0 0 0 100%);
    visibility: hidden;
}

.launch-intro__grid {
    position: absolute;
    inset: 0;
    opacity: 0.07;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: radial-gradient(circle at center, #000 15%, transparent 75%);
}

.launch-intro__ambient {
    position: absolute;
    width: min(760px, 90vw);
    height: min(760px, 90vw);
    border-radius: 50%;
    background: rgba(31, 94, 255, 0.08);
    filter: blur(70px);
    pointer-events: none;
}

.launch-intro__welcome {
    position: relative;
    z-index: 3;
    width: min(760px, 100%);
    animation: launch-welcome-in 1s ease both;
}

.launch-intro.is-launching .launch-intro__welcome {
    pointer-events: none;
    animation: launch-welcome-out 0.4s ease forwards;
}

.launch-intro__logo {
    display: block;
    width: min(300px, 68vw);
    height: auto;
    margin: 0 auto 38px;
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.08));
}

.launch-intro__eyebrow {
    margin: 0 0 15px;
    color: #ed1c24;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.24em;
}

.launch-intro h1 {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: clamp(42px, 6.8vw, 82px);
    font-weight: 800;
    line-height: 1;
}

.launch-intro__description {
    max-width: 600px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    line-height: 1.7;
}

.launch-intro__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 34px;
    padding: 16px 28px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 999px;
    background: transparent;
    color: #ffffff;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.launch-intro__button:hover,
.launch-intro__button:focus-visible {
    border-color: #ed1c24;
    background: #ed1c24;
    color: #ffffff;
    transform: translateY(-2px);
}

.launch-intro__button:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.75);
    outline-offset: 4px;
}

.launch-intro__button:disabled {
    cursor: wait;
}

.signage-power-sequence {
    position: absolute;
    z-index: 4;
    width: min(900px, calc(100% - 40px));
    opacity: 0;
    pointer-events: none;
    transform: scale(0.96);
}

.launch-intro.is-launching .signage-power-sequence {
    animation: signage-sequence-in 0.35s 0.35s ease forwards;
}

.signage-power-sequence__status {
    margin: 0 0 30px;
    color: rgba(255, 255, 255, 0.56);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.signage-power-sequence__mark {
    position: relative;
    width: 126px;
    height: 112px;
    margin: 0 auto 30px;
}

.signage-circle {
    position: absolute;
    width: 74px;
    height: 74px;
    border: 2px solid currentColor;
    border-radius: 50%;
    opacity: 0.12;
    transform: scale(0.78);
}

.signage-circle--green {
    top: 0;
    left: 0;
    color: #50b848;
}

.signage-circle--blue {
    top: 0;
    right: 0;
    color: #244b91;
}

.signage-circle--red {
    right: 26px;
    bottom: 0;
    color: #ed2b2f;
}

.launch-intro.is-launching .signage-circle--green {
    animation: signage-circle-on 0.5s 0.55s ease forwards;
}

.launch-intro.is-launching .signage-circle--blue {
    animation: signage-circle-on 0.5s 0.72s ease forwards;
}

.launch-intro.is-launching .signage-circle--red {
    animation: signage-circle-on 0.5s 0.89s ease forwards;
}

.channel-letters {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(3px, 0.7vw, 10px);
    perspective: 900px;
}

.channel-letters span:not(.channel-letters__space) {
    display: inline-block;
    color: rgba(255, 255, 255, 0.08);
    font-size: clamp(48px, 9vw, 108px);
    font-weight: 900;
    line-height: 1;
    text-shadow: none;
    transform: translateY(8px) rotateX(-16deg);
}

.channel-letters__space {
    width: clamp(8px, 2vw, 30px);
}

.launch-intro.is-launching .channel-letters span:nth-child(1) {
    animation: channel-letter-on 0.48s 1.05s forwards;
}

.launch-intro.is-launching .channel-letters span:nth-child(2) {
    animation: channel-letter-on 0.48s 1.13s forwards;
}

.launch-intro.is-launching .channel-letters span:nth-child(3) {
    animation: channel-letter-on 0.48s 1.21s forwards;
}

.launch-intro.is-launching .channel-letters span:nth-child(4) {
    animation: channel-letter-on 0.48s 1.29s forwards;
}

.launch-intro.is-launching .channel-letters span:nth-child(6) {
    animation: channel-letter-on 0.48s 1.37s forwards;
}

.launch-intro.is-launching .channel-letters span:nth-child(7) {
    animation: channel-letter-on 0.48s 1.45s forwards;
}

.launch-intro.is-launching .channel-letters span:nth-child(8) {
    animation: channel-letter-on 0.48s 1.53s forwards;
}

.launch-intro.is-launching .channel-letters span:nth-child(9) {
    animation: channel-letter-on 0.48s 1.61s forwards;
}

.signage-power-sequence__process {
    margin: 26px 0 20px;
    color: rgba(255, 255, 255, 0);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.28em;
}

.signage-power-sequence__process b {
    color: #ed1c24;
}

.launch-intro.is-launching .signage-power-sequence__process {
    animation: process-text-in 0.5s 1.75s ease forwards;
}

.signage-power-sequence__track {
    width: min(460px, 70vw);
    height: 2px;
    margin: 0 auto;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
}

.signage-power-sequence__track span {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #ed1c24, #ffffff, #244b91);
    box-shadow: 0 0 16px rgba(255, 255, 255, 0.7);
    transform: scaleX(0);
    transform-origin: left;
}

.launch-intro.is-launching .signage-power-sequence__track span {
    animation: power-track 0.75s 1.85s ease forwards;
}

.launch-intro__reveal-light {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: -10vw;
    width: 8vw;
    opacity: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.95),
        transparent
    );
    filter: blur(12px);
    pointer-events: none;
}

.launch-intro.is-revealing .launch-intro__reveal-light {
    animation: website-reveal-light 0.9s ease forwards;
}

body.launch-intro-open {
    overflow: hidden;
}

@keyframes launch-welcome-in {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes launch-welcome-out {
    to {
        opacity: 0;
        transform: scale(0.96);
        visibility: hidden;
    }
}

@keyframes signage-sequence-in {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes signage-circle-on {
    0% {
        opacity: 0.12;
        background: transparent;
        box-shadow: none;
        transform: scale(0.78);
    }
    45% {
        opacity: 1;
        background: currentColor;
        box-shadow: 0 0 12px currentColor;
        transform: scale(1.08);
    }
    100% {
        opacity: 0.92;
        background: currentColor;
        box-shadow: 0 0 28px currentColor;
        transform: scale(1);
    }
}

@keyframes channel-letter-on {
    0%,
    18% {
        color: rgba(255, 255, 255, 0.08);
        text-shadow: none;
        transform: translateY(8px) rotateX(-16deg);
    }
    28% {
        color: #ffffff;
        text-shadow: 0 0 5px #ffffff, 0 0 20px rgba(255, 255, 255, 0.8);
    }
    38% {
        color: rgba(255, 255, 255, 0.18);
        text-shadow: none;
    }
    52% {
        color: #ffffff;
        text-shadow: 0 0 7px #ffffff, 0 0 28px rgba(255, 255, 255, 0.88);
    }
    64% {
        color: rgba(255, 255, 255, 0.35);
    }
    100% {
        color: #ffffff;
        text-shadow:
            0 0 5px rgba(255, 255, 255, 0.95),
            0 0 18px rgba(255, 255, 255, 0.7),
            0 0 42px rgba(83, 133, 255, 0.45);
        transform: translateY(0) rotateX(0);
    }
}

@keyframes process-text-in {
    to {
        color: rgba(255, 255, 255, 0.68);
    }
}

@keyframes power-track {
    to {
        transform: scaleX(1);
    }
}

@keyframes website-reveal-light {
    0% {
        left: -10vw;
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    100% {
        left: 105vw;
        opacity: 0;
    }
}

@media (max-width: 575px) {
    .launch-intro {
        padding: 22px;
    }

    .launch-intro__logo {
        margin-bottom: 28px;
    }

    .launch-intro__description {
        font-size: 15px;
    }

    .signage-power-sequence__process {
        font-size: 9px;
        letter-spacing: 0.17em;
    }
}

@media (prefers-reduced-motion: reduce) {
    .launch-intro,
    .launch-intro * {
        animation-duration: 0.01ms !important;
        animation-delay: 0ms !important;
        transition-duration: 0.01ms !important;
    }
}
