:root {
    --night: #07110d;
    --night-soft: #0b1b14;
    --green: #b8ff66;
    --white: #f7faf6;
    --muted: rgba(255, 255, 255, .58);
    --line: rgba(255, 255, 255, .1);
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 72% 28%, rgba(53, 123, 75, .25), transparent 29%),
        linear-gradient(145deg, #081711 0%, var(--night) 57%, #0b1b14 100%);
    color: var(--white);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.page-noise {
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .12;
    background-image: radial-gradient(rgba(255, 255, 255, .42) .6px, transparent .6px);
    background-size: 9px 9px;
    mask-image: linear-gradient(105deg, black, transparent 72%);
}

.coming-header,
.coming-main,
.app-ribbon,
.coming-footer {
    width: min(1360px, calc(100vw - 64px));
    margin-inline: auto;
}

.coming-header {
    min-height: 92px;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: white;
    text-decoration: none;
}

.brand-mark {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: var(--green);
    color: var(--night);
    box-shadow: 0 14px 35px rgba(184, 255, 102, .15);
    font-weight: 900;
}

.brand-name {
    font-size: 19px;
    font-weight: 780;
    letter-spacing: -.6px;
}

.brand-name span {
    color: var(--green);
}

.build-status {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 15px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: rgba(255, 255, 255, .65);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .04em;
    text-decoration: none;
    transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.build-status:hover,
.build-status:focus-visible {
    border-color: rgba(184, 255, 102, .45);
    background: rgba(184, 255, 102, .08);
    color: white;
}

.build-status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 5px rgba(184, 255, 102, .09);
}

.coming-main {
    min-height: 620px;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.04fr .96fr;
    gap: 65px;
    align-items: center;
    padding: 52px 0 70px;
}

.coming-copy {
    max-width: 770px;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0 0 20px;
    color: var(--green);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.eyebrow span {
    width: 22px;
    height: 1px;
    background: currentColor;
}

h1 {
    margin: 0;
    font-size: clamp(58px, 6.6vw, 100px);
    font-weight: 760;
    line-height: .96;
    letter-spacing: -.07em;
}

h1 em {
    color: var(--green);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    letter-spacing: -.06em;
}

.lead {
    max-width: 660px;
    margin: 29px 0 0;
    color: var(--muted);
    font-size: clamp(17px, 1.4vw, 20px);
    line-height: 1.65;
}

.platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 28px;
}

.platforms span {
    padding: 9px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: rgba(255, 255, 255, .69);
    font-size: 11px;
    font-weight: 750;
}

.launch-note {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 38px;
    padding-top: 25px;
    border-top: 1px solid var(--line);
}

.launch-note > div {
    display: grid;
    gap: 2px;
}

.launch-note strong {
    font-size: 13px;
}

.launch-note small {
    color: rgba(255, 255, 255, .4);
    font-size: 11px;
}

.pulse {
    width: 10px;
    height: 10px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 0 rgba(184, 255, 102, .35);
    animation: pulse 2.4s infinite;
}

@keyframes pulse {
    70% { box-shadow: 0 0 0 11px rgba(184, 255, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(184, 255, 102, 0); }
}

.app-stage {
    min-height: 560px;
    position: relative;
    isolation: isolate;
}

.app-stage::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(184, 255, 102, .12);
    border-radius: 50%;
    background: rgba(184, 255, 102, .025);
    transform: translate(-50%, -50%);
}

.stage-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(255, 255, 255, .075);
    border-radius: 50%;
    transform: translate(-50%, -50%) rotate(-10deg);
}

.orbit-one {
    width: 530px;
    height: 280px;
}

.orbit-two {
    width: 590px;
    height: 400px;
    transform: translate(-50%, -50%) rotate(15deg);
}

.stage-glow {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background: var(--green);
    filter: blur(150px);
    opacity: .06;
    transform: translate(-50%, -50%);
}

.stage-center {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 152px;
    height: 152px;
    display: grid;
    place-content: center;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    background: rgba(7, 17, 13, .72);
    text-align: center;
    transform: translate(-50%, -50%);
    backdrop-filter: blur(12px);
    color: inherit;
    text-decoration: none;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.stage-center:hover,
.stage-center:focus-visible {
    border-color: rgba(184, 255, 102, .4);
    background: rgba(13, 35, 24, .92);
    transform: translate(-50%, -50%) scale(1.04);
}

.stage-center span {
    color: rgba(255, 255, 255, .38);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.stage-center strong {
    margin-top: 4px;
    color: var(--green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-style: italic;
    line-height: 1.05;
}

.stage-app {
    position: absolute;
    z-index: 3;
    margin: 0;
    animation: float 6s ease-in-out infinite;
    color: inherit;
    text-decoration: none;
}

.stage-app-name {
    position: absolute;
    top: calc(100% + 9px);
    left: 50%;
    width: max-content;
    max-width: 150px;
    padding: 5px 9px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(7, 17, 13, .68);
    color: rgba(255, 255, 255, .54);
    font-size: 9px;
    font-weight: 700;
    opacity: 0;
    transform: translate(-50%, -4px);
    transition: opacity .2s ease, transform .2s ease;
    backdrop-filter: blur(9px);
}

.stage-app:hover .stage-app-name,
.stage-app:focus-visible .stage-app-name {
    opacity: 1;
    transform: translate(-50%, 0);
}

.stage-app:focus-visible {
    outline: 2px solid var(--green);
    outline-offset: 8px;
    border-radius: 24%;
}

.stage-app-1 { top: 20px; left: 44%; animation-delay: -.8s; }
.stage-app-2 { top: 120px; right: 3%; animation-delay: -2.2s; }
.stage-app-3 { top: 180px; left: 1%; animation-delay: -3.4s; }
.stage-app-4 { top: 330px; right: 7%; animation-delay: -4.1s; }
.stage-app-5 { bottom: 3px; left: 42%; animation-delay: -1.7s; }
.stage-app-6 { bottom: 55px; left: 6%; animation-delay: -5.1s; }
.stage-app-7 { top: 30px; right: 20%; animation-delay: -3s; }
.stage-app-8 { bottom: 72px; right: 34%; animation-delay: -4.7s; }

@keyframes float {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -12px; }
}

.app-icon {
    --app-accent: #b8ff66;
    position: relative;
    width: 94px;
    aspect-ratio: 1;
    display: block;
    overflow: hidden;
    border-radius: 23%;
    background: #13231b;
    box-shadow:
        0 24px 50px rgba(0, 0, 0, .28),
        0 0 0 1px rgba(255, 255, 255, .11);
}

.stage-app-1 .app-icon {
    width: 137px;
}

.stage-app-2 .app-icon,
.stage-app-6 .app-icon {
    width: 80px;
}

.stage-app-5 .app-icon,
.stage-app-7 .app-icon {
    width: 74px;
}

.app-icon img {
    position: absolute;
    top: var(--offset-y);
    left: var(--offset-x);
    width: var(--sheet-scale);
    max-width: none;
    height: auto;
}

.app-ribbon {
    position: relative;
    z-index: 3;
    padding: 23px 0 19px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.ribbon-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, .3);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.ribbon-title i {
    height: 1px;
    flex: 1;
    background: var(--line);
}

.ribbon-apps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 17px;
}

.ribbon-app {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    margin: -8px;
    border-radius: 14px;
    color: inherit;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}

.ribbon-app:hover,
.ribbon-app:focus-visible {
    background: rgba(255, 255, 255, .055);
    transform: translateY(-2px);
}

.ribbon-app .app-icon {
    width: 42px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .2), 0 0 0 1px rgba(255, 255, 255, .08);
}

.ribbon-app-copy {
    min-width: 0;
    display: grid;
}

.ribbon-app strong {
    overflow: hidden;
    color: rgba(255, 255, 255, .77);
    font-size: 11px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ribbon-app span {
    color: rgba(255, 255, 255, .32);
    font-size: 9px;
}

.ribbon-arrow {
    margin-left: auto;
    color: rgba(184, 255, 102, .65) !important;
    font-size: 15px !important;
    transition: transform .2s ease;
}

.ribbon-app:hover .ribbon-arrow,
.ribbon-app:focus-visible .ribbon-arrow {
    transform: translateX(3px);
}

.coming-footer {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(255, 255, 255, .27);
    font-size: 10px;
}

@media (max-width: 1050px) {
    .coming-main {
        grid-template-columns: 1fr .8fr;
        gap: 20px;
    }

    .app-stage {
        transform: scale(.8);
    }

    .ribbon-apps {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 820px) {
    .coming-header,
    .coming-main,
    .app-ribbon,
    .coming-footer {
        width: min(100% - 32px, 680px);
    }

    .coming-main {
        grid-template-columns: 1fr;
        padding-top: 65px;
    }

    h1 {
        font-size: clamp(53px, 12.5vw, 78px);
    }

    .app-stage {
        min-height: 480px;
        margin: -20px 0;
        transform: scale(.84);
    }

    .ribbon-apps {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 520px) {
    .coming-header {
        min-height: 76px;
    }

    .brand-name {
        font-size: 17px;
    }

    .brand-mark {
        width: 35px;
        height: 35px;
    }

    .build-status {
        padding: 9px 12px;
    }

    .coming-main {
        padding-top: 45px;
    }

    h1 {
        font-size: clamp(48px, 15vw, 66px);
    }

    .lead {
        font-size: 16px;
    }

    .app-stage {
        width: 650px;
        min-height: 420px;
        left: 50%;
        margin: -55px 0 -40px;
        transform: translateX(-50%) scale(.62);
    }

    .ribbon-apps {
        grid-template-columns: 1fr;
    }

    .coming-footer {
        min-height: 85px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
