/* =========================
   ZEC V9.10 ROOT LAUNCH INTRO
   Temiz, bağımsız ve eski intro katmanlarından etkilenmeyen giriş sahnesi.
========================= */

body.launch-running {
    overflow: hidden;
}

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

.launch-intro {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483600 !important;
    width: 100vw !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    display: grid !important;
    place-items: center !important;
    padding: clamp(14px, 2.2vw, 28px) !important;
    overflow: auto !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    color: #f8fbff;
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 18% 20%, rgba(0, 229, 255, .18), transparent 32%),
        radial-gradient(circle at 82% 78%, rgba(124, 92, 255, .22), transparent 34%),
        linear-gradient(135deg, #040712 0%, #080d1c 48%, #050711 100%);
    transition: opacity .34s cubic-bezier(.22, 1, .36, 1), visibility .34s cubic-bezier(.22, 1, .36, 1);
    isolation: isolate;
}

.launch-intro::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: radial-gradient(circle at center, black 0%, black 58%, transparent 100%);
    opacity: .28;
}

.launch-intro::after {
    content: "";
    position: absolute;
    inset: auto 8% 8% 8%;
    height: 1px;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(0,229,255,.62), rgba(255,255,255,.55), rgba(124,92,255,.64), transparent);
    box-shadow: 0 0 28px rgba(0,229,255,.26);
    opacity: .85;
}

.launch-intro.is-active {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.launch-intro.is-exiting {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.launch-bg-orb {
    position: absolute;
    width: clamp(180px, 26vw, 360px);
    aspect-ratio: 1;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(8px);
    opacity: .26;
    transform: translate3d(0,0,0);
}

.launch-bg-orb-one {
    top: 13%;
    left: 10%;
    background: radial-gradient(circle, rgba(0,229,255,.76), transparent 68%);
    animation: launchOrbOne 7s ease-in-out infinite alternate;
}

.launch-bg-orb-two {
    right: 8%;
    bottom: 9%;
    background: radial-gradient(circle, rgba(124,92,255,.72), transparent 68%);
    animation: launchOrbTwo 8s ease-in-out infinite alternate;
}

.launch-card {
    width: min(720px, calc(100vw - 34px));
    max-height: calc(100dvh - 34px);
    overflow: auto;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: clamp(22px, 3vw, 34px);
    padding: clamp(18px, 3.2vw, 34px);
    background:
        linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.045)),
        rgba(5, 10, 24, .86);
    box-shadow:
        0 26px 80px rgba(0,0,0,.42),
        inset 0 1px 0 rgba(255,255,255,.16),
        0 0 42px rgba(0,229,255,.12);
    transform: translate3d(0, 12px, 0) scale(.985);
    opacity: 0;
    transition:
        transform .56s cubic-bezier(.22, 1, .36, 1),
        opacity .42s ease;
}

.launch-intro.is-active .launch-card {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.launch-card-top,
.launch-actions,
.launch-timeline,
.launch-flow {
    display: flex;
    align-items: center;
}

.launch-card-top {
    justify-content: space-between;
    gap: 14px;
    margin-bottom: clamp(16px, 2.6vw, 26px);
}

.launch-sequence,
.launch-card-top small {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    white-space: nowrap;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 800;
}

.launch-sequence {
    min-width: 0;
    padding: 9px 13px;
    color: rgba(242,248,255,.78);
    font-size: .68rem;
    border: 1px solid rgba(255,255,255,.1);
    background: rgba(255,255,255,.055);
}

.launch-card-top small {
    padding: 9px 12px;
    color: #071018;
    font-size: .66rem;
    background: linear-gradient(135deg, #00e5ff, #9ff6ff);
    box-shadow: 0 0 20px rgba(0,229,255,.26);
}

.launch-core {
    text-align: center;
}

.launch-mark {
    width: clamp(70px, 10vw, 92px);
    height: clamp(70px, 10vw, 92px);
    margin: 0 auto clamp(14px, 2.2vw, 20px);
    border-radius: 26px;
    display: grid;
    place-items: center;
    position: relative;
    background:
        linear-gradient(135deg, rgba(0,229,255,.2), rgba(124,92,255,.18)),
        rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.16);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.18),
        0 20px 42px rgba(0,0,0,.22),
        0 0 34px rgba(0,229,255,.12);
}

.launch-mark::after {
    content: "";
    position: absolute;
    inset: 9px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.1);
}

.launch-mark span {
    font-size: clamp(1.1rem, 3vw, 1.65rem);
    font-weight: 900;
    letter-spacing: .08em;
    background: linear-gradient(135deg, #fff, #b8f7ff, #b7a7ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.launch-kicker {
    margin: 0 0 10px;
    color: #62efff;
    font-size: clamp(.66rem, 1.45vw, .76rem);
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.launch-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.65rem, 5.2vw, 3.25rem);
    line-height: 1.04;
    letter-spacing: -.055em;
    font-weight: 900;
    text-wrap: balance;
}

.launch-title span {
    display: block;
    margin-top: .16em;
    background: linear-gradient(135deg, #ffffff 0%, #aaf7ff 44%, #c4b8ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.launch-subtitle {
    width: min(540px, 100%);
    margin: clamp(12px, 2.2vw, 18px) auto 0;
    color: rgba(236, 244, 255, .76);
    font-size: clamp(.9rem, 2vw, 1.04rem);
    line-height: 1.7;
    text-wrap: balance;
}

.launch-flow {
    gap: 10px;
    margin-top: clamp(18px, 3vw, 28px);
}

.launch-flow article {
    flex: 1 1 0;
    min-width: 0;
    border-radius: 20px;
    padding: 14px 13px;
    border: 1px solid rgba(255,255,255,.11);
    background: rgba(255,255,255,.055);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.09);
}

.launch-flow b,
.launch-flow strong,
.launch-flow span {
    display: block;
}

.launch-flow b {
    color: #00e5ff;
    font-size: .73rem;
    letter-spacing: .12em;
    margin-bottom: 5px;
}

.launch-flow strong {
    color: #fff;
    font-size: .96rem;
    font-weight: 850;
    margin-bottom: 6px;
}

.launch-flow span {
    color: rgba(236,244,255,.64);
    font-size: .76rem;
    line-height: 1.45;
}

.launch-timeline {
    justify-content: center;
    gap: 9px;
    margin-top: clamp(14px, 2.4vw, 20px);
    color: rgba(236,244,255,.64);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.launch-timeline i {
    width: clamp(22px, 5vw, 50px);
    height: 1px;
    display: block;
    background: linear-gradient(90deg, transparent, rgba(0,229,255,.65), transparent);
}

.launch-progress {
    height: 6px;
    margin-top: clamp(14px, 2.4vw, 20px);
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255,255,255,.08);
}

.launch-progress span {
    display: block;
    width: 0%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #00e5ff, #ffffff, #8f7dff);
    animation: launchProgressV910 2.65s cubic-bezier(.22, 1, .36, 1) forwards;
}

.launch-actions {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: clamp(16px, 2.6vw, 24px);
}

.launch-skip,
.launch-never {
    appearance: none;
    border: 0;
    border-radius: 999px;
    min-height: 42px;
    padding: 11px 17px;
    cursor: pointer;
    font: inherit;
    font-size: .84rem;
    font-weight: 800;
    transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

.launch-skip {
    color: #071018;
    background: linear-gradient(135deg, #00e5ff, #ffffff);
    box-shadow: 0 13px 32px rgba(0,229,255,.22);
}

.launch-never {
    color: rgba(245,248,255,.8);
    border: 1px solid rgba(255,255,255,.13);
    background: rgba(255,255,255,.055);
}

.launch-skip:hover,
.launch-never:hover {
    transform: translateY(-2px);
}

@keyframes launchProgressV910 {
    from { width: 0%; }
    to { width: 100%; }
}

@keyframes launchOrbOne {
    from { transform: translate3d(-10px, -8px, 0) scale(.95); }
    to { transform: translate3d(24px, 18px, 0) scale(1.05); }
}

@keyframes launchOrbTwo {
    from { transform: translate3d(12px, 8px, 0) scale(1.02); }
    to { transform: translate3d(-20px, -16px, 0) scale(.94); }
}

@media (max-width: 720px) {
    .launch-card {
        width: min(560px, calc(100vw - 24px));
        padding: 18px;
        border-radius: 24px;
    }

    .launch-card-top {
        margin-bottom: 15px;
    }

    .launch-sequence,
    .launch-card-top small {
        font-size: .58rem;
        letter-spacing: .1em;
        padding: 8px 10px;
    }

    .launch-flow {
        flex-direction: column;
    }

    .launch-flow article {
        width: 100%;
        padding: 12px 13px;
    }

    .launch-flow article span {
        font-size: .75rem;
    }
}

@media (max-height: 720px) and (min-width: 721px) {
    .launch-card {
        width: min(660px, calc(100vw - 34px));
        padding: 20px 24px;
    }

    .launch-mark {
        width: 66px;
        height: 66px;
        border-radius: 21px;
        margin-bottom: 12px;
    }

    .launch-title {
        font-size: clamp(1.55rem, 4.4vw, 2.45rem);
    }

    .launch-subtitle {
        font-size: .9rem;
        line-height: 1.55;
    }

    .launch-flow {
        margin-top: 16px;
    }

    .launch-flow article {
        padding: 11px 12px;
    }

    .launch-flow span {
        display: none;
    }

    .launch-timeline,
    .launch-progress,
    .launch-actions {
        margin-top: 12px;
    }
}

@media (max-height: 560px) {
    .launch-intro {
        align-items: start !important;
    }

    .launch-card {
        margin-block: 8px;
    }

    .launch-flow,
    .launch-timeline {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .launch-bg-orb,
    .launch-progress span {
        animation: none !important;
    }

    .launch-progress span {
        width: 100%;
    }

    .launch-card,
    .launch-intro {
        transition-duration: .18s !important;
    }
}
