@font-face {
    font-family: "Geist";
    src: url("../fonts/Geist-Variable.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    color-scheme: dark;
    --ink: #050507;
    --ink-raised: #09090d;
    --panel: #0d0c12;
    --panel-focus: #121018;
    --paper: #f5f3f8;
    --muted: #b9b5c0;
    --quiet: #8d8995;
    --purple: #7c4dff;
    --purple-hover: #8960ff;
    --purple-pressed: #6f42ed;
    --purple-soft: #b29dff;
    --line: rgba(245, 243, 248, .13);
    --line-strong: rgba(245, 243, 248, .22);
    --error: #ff8aa0;
    --success: #b8a4ff;
    --focus: #f5f3f8;
    --ease-out: cubic-bezier(.16, 1, .3, 1);
}

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

html { min-width: 320px; background: var(--ink); scroll-behavior: smooth; }

body {
    margin: 0;
    background: var(--ink);
    color: var(--paper);
    font-family: "Geist", "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

::selection { background: var(--purple); color: #fff; }
* { scrollbar-color: #423b55 var(--ink-raised); scrollbar-width: thin; }
*::-webkit-scrollbar { width: 10px; height: 10px; }
*::-webkit-scrollbar-track { background: var(--ink-raised); }
*::-webkit-scrollbar-thumb { border: 3px solid var(--ink-raised); border-radius: 999px; background: #504968; }

a { color: inherit; text-underline-offset: .22em; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
button:disabled { cursor: wait; }
input, textarea { caret-color: var(--purple-soft); }

:focus-visible {
    outline: 2px solid var(--focus);
    outline-offset: 4px;
}

[hidden] { display: none !important; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.launch-page {
    min-height: 100svh;
    overflow-x: hidden;
}

.launch-page.modal-open { overflow: hidden; }

.launch-shell {
    --shell-gutter: clamp(1.4rem, 4.5vw, 5rem);
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto auto;
    min-height: 100svh;
    width: min(100%, 1760px);
    margin: 0 auto;
    padding: max(1.4rem, env(safe-area-inset-top)) var(--shell-gutter) max(1.15rem, env(safe-area-inset-bottom));
}

.light-scene {
    position: fixed;
    z-index: 0;
    inset: 3rem 0 2.5rem;
    overflow: hidden;
    pointer-events: none;
    opacity: .94;
}

.light-scene::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, var(--ink) 0%, transparent 20%, transparent 76%, var(--ink) 100%);
}

.light-scene svg { width: 100%; height: 100%; overflow: visible; }
.light-scene path { fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1; stroke-dashoffset: 1; animation: trail-draw 1900ms var(--ease-out) forwards; }
.ribbon-bloom { stroke: #5d37e7; stroke-width: 52; opacity: .31; filter: url(#trailBlur); animation-delay: 260ms !important; }
.ribbon-soft { stroke: url(#violetTrail); stroke-width: 17; opacity: .78; filter: url(#trailSoft); animation-delay: 320ms !important; }
.ribbon-core { stroke: url(#violetTrail); stroke-width: 3.4; opacity: .98; animation-delay: 360ms !important; }
.ribbon-lower { stroke: url(#violetTrail); stroke-width: 8; opacity: .48; filter: url(#trailSoft); animation-delay: 620ms !important; }


.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    min-height: 3rem;
    animation: chrome-arrival 650ms 80ms var(--ease-out) both;
}

.wordmark {
    display: inline-flex;
    align-items: center;
    width: clamp(10.5rem, 14vw, 13.5rem);
    border-radius: 2px;
}

.wordmark img { display: block; width: 100%; height: auto; }

.launch-main {
    display: grid;
    place-items: center;
    min-height: 0;
    padding: clamp(2rem, 5vh, 4rem) 0 clamp(1.8rem, 4vh, 3rem);
}

.hero-copy {
    width: min(100%, 66rem);
    text-align: center;
}

.hero-kicker,
.dialog-kicker {
    width: max-content;
    margin: 0 auto 1.5rem;
    padding: .38rem .78rem;
    border: 1px solid rgba(124, 77, 255, .24);
    border-radius: 999px;
    color: var(--purple-soft);
    background: rgba(5, 5, 7, .72);
    font-size: .68rem;
    font-weight: 690;
    letter-spacing: .14em;
    line-height: 1.1;
    text-transform: uppercase;
    animation: content-arrival 650ms 180ms var(--ease-out) both;
}

.launch-date {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    font-size: clamp(4.8rem, 8.4vw, 7rem);
    font-weight: 610;
    line-height: .78;
    letter-spacing: -.035em;
    text-wrap: balance;
}

.launch-date > span:first-child { animation: title-arrival 820ms 260ms var(--ease-out) both; }
.launch-year { color: #865cff; font-size: .66em; font-weight: 320; font-variant-numeric: tabular-nums; letter-spacing: -.03em; animation: year-arrival 780ms 430ms var(--ease-out) both; }

.launch-sentence {
    max-width: 46ch;
    margin: clamp(4.6rem, 12vh, 7.1rem) auto 0;
    color: #d5d1db;
    font-size: clamp(1.05rem, 1.45vw, 1.22rem);
    line-height: 1.5;
    text-wrap: balance;
    text-shadow: 0 .5rem 1.5rem rgba(0,0,0,.9);
    animation: content-arrival 720ms 900ms var(--ease-out) both;
}

.waitlist-cta,
.submit-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    min-height: 3.625rem;
    border: 0;
    border-radius: 10px;
    background: var(--purple);
    color: #fff;
    font-size: .79rem;
    font-weight: 720;
    letter-spacing: .11em;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: inset 0 1px rgba(255,255,255,.2), 0 1.1rem 2.7rem rgba(27, 12, 67, .28);
    transition: background-color 220ms ease, box-shadow 220ms ease, transform 220ms var(--ease-out);
}

.waitlist-cta {
    width: min(100%, 36rem);
    margin-top: clamp(1rem, 2.2vh, 1.45rem);
    padding: 0 1.5rem 0 1.75rem;
    background: linear-gradient(180deg, #7046df, #3b226f);
    border: 1px solid rgba(190,171,255,.55);
    animation: content-arrival 720ms 1020ms var(--ease-out) both;
}

.waitlist-cta svg,
.submit-button svg {
    width: 2rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.4;
    transition: transform 260ms var(--ease-out);
}

.waitlist-cta:hover,
.submit-button:hover:not(:disabled) {
    background: var(--purple-hover);
    box-shadow: inset 0 1px rgba(255,255,255,.26), 0 1.35rem 3.2rem rgba(37, 18, 84, .38);
    transform: translateY(-2px);
}

.waitlist-cta:hover svg,
.submit-button:hover:not(:disabled) svg { transform: translateX(5px); }
.waitlist-cta:active,
.submit-button:active:not(:disabled) { background: var(--purple-pressed); transform: translateY(1px); }

.hero-microcopy {
    margin: .9rem auto 0;
    color: var(--quiet);
    font-size: .83rem;
    line-height: 1.45;
    text-shadow: 0 .3rem 1rem rgba(0,0,0,.9);
    animation: content-arrival 620ms 1120ms var(--ease-out) both;
}

.services-strip {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: clamp(2rem, 7vw, 8rem);
    min-height: 4.25rem;
    margin-inline: calc(var(--shell-gutter) * -1);
    padding-inline: var(--shell-gutter);
    border-block: 1px solid var(--line);
    background: var(--ink);
    animation: services-arrival 700ms 1140ms var(--ease-out) both;
}

.services-label {
    display: flex;
    align-items: center;
    gap: .8rem;
    white-space: nowrap;
}

.services-rule {
    width: 2.6rem;
    height: 1px;
    background: var(--purple);
}

.services-label h2 {
    margin: 0;
    color: var(--quiet);
    font-size: .68rem;
    font-weight: 680;
    letter-spacing: .14em;
    line-height: 1;
}

.services-list-wrap {
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.services-list-wrap::-webkit-scrollbar { display: none; }
.services-list-wrap:focus-visible {
    border-radius: 2px;
    outline: 2px solid var(--paper);
    outline-offset: 5px;
}

.services-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(1rem, 2vw, 2rem);
    min-width: max-content;
    margin: 0;
    padding: 0;
    list-style: none;
}

.services-list li {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    color: var(--muted);
    font-size: .74rem;
    font-weight: 560;
    line-height: 1.2;
    white-space: nowrap;
}

.services-list li::before {
    content: "";
    width: .28rem;
    height: .28rem;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--purple);
}

.site-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 1.5rem;
    min-height: 2.5rem;
    color: var(--quiet);
    font-size: .74rem;
    letter-spacing: .025em;
    animation: chrome-arrival 650ms 1320ms var(--ease-out) both;
}

.site-footer p { justify-self: end; margin: 0; text-align: right; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: .65rem 1.1rem; }
.footer-links a { color: #a6a2ad; text-decoration-color: rgba(166,162,173,.45); transition: color 180ms ease; }
.footer-links a:hover { color: var(--paper); }

.social-links { display: flex; align-items: center; justify-content: center; gap: .45rem; transform: translateY(.35rem); }
.social-button {
    display: grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: var(--ink-raised);
    color: #aaa5b4;
    text-decoration: none;
    transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, transform 180ms var(--ease-out);
}
.social-button svg { width: 1.05rem; height: 1.05rem; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.social-button .social-icon-dot,
.social-button .social-icon-fill { fill: currentColor; stroke: none; }
.social-button[href]:hover { transform: translateY(-2px); border-color: rgba(178,157,255,.48); background: #110e19; color: var(--purple-soft); }
.social-button[href]:active { transform: translateY(0); color: var(--purple-pressed); }
.social-button.is-disabled { opacity: .78; cursor: default; }

.waitlist-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    margin: 0;
    padding: clamp(1rem, 3vw, 2rem);
    border: 0;
    background: transparent;
    color: var(--paper);
    overflow: auto;
}

.waitlist-dialog[open] { display: grid; place-items: center; }
.waitlist-dialog::backdrop { background: rgba(2, 2, 4, .78); backdrop-filter: blur(7px); }

.dialog-panel {
    position: relative;
    width: min(100%, 45rem);
    max-height: calc(100dvh - clamp(2rem, 6vw, 4rem));
    overflow: auto;
    overscroll-behavior: contain;
    padding: clamp(2rem, 4.5vw, 3.25rem);
    border: 1px solid var(--line-strong);
    border-radius: 16px;
    background: var(--panel);
    box-shadow: 1.2rem 1.5rem 4rem rgba(0, 0, 0, .62);
    animation: dialog-in 360ms var(--ease-out) both;
}

.waitlist-dialog.is-closing .dialog-panel { animation: dialog-out 180ms ease both; }

.dialog-close {
    position: absolute;
    z-index: 2;
    top: 1.1rem;
    right: 1.1rem;
    display: grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--ink-raised);
    color: var(--muted);
    transition: color 180ms ease, background-color 180ms ease;
}

.dialog-close:hover { color: var(--paper); background: var(--panel-focus); }
.dialog-close svg { width: 1.2rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.6; }

.dialog-header { padding-right: 3.5rem; }
.dialog-kicker { margin: 0 0 1.5rem; background: transparent; animation: none; }
.dialog-header h2,
.success-state h2,
.legal-content h1 {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 620;
    line-height: .98;
    letter-spacing: -.035em;
    text-wrap: balance;
}

.dialog-header h2 { font-size: clamp(2.6rem, 6vw, 4rem); }

.dialog-header p:not(.dialog-kicker) { max-width: 48ch; margin: 1rem 0 0; color: var(--muted); font-size: 1.02rem; }
.dialog-header > span { display: block; margin-top: .65rem; color: var(--quiet); font-size: .73rem; }

.form-alert {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
    margin: 1.25rem 0 0;
    padding: .85rem .9rem;
    border: 1px solid rgba(255, 138, 160, .4);
    border-radius: 10px;
    background: #191015;
    color: #ffd4dc;
    font-size: .84rem;
}

.form-alert svg { flex: 0 0 1.1rem; width: 1.1rem; fill: none; stroke: var(--error); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.waitlist-form { position: relative; margin-top: 1.5rem; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem 1rem; }
.field-wide { grid-column: 1 / -1; }
.field { min-width: 0; }
.field label,
.field-label-row label {
    display: block;
    margin-bottom: 0;
    color: #d7d3dc;
    font-size: .75rem;
    font-weight: 620;
}
.field label span { color: var(--purple-soft); }

.field input,
.field select,
.field textarea {
    width: 100%;
    min-height: 3.25rem;
    border: 1px solid #34313c;
    border-radius: 10px;
    background: var(--ink-raised);
    color: var(--paper);
    padding: .78rem .9rem;
    transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.field textarea { min-height: 6.8rem; resize: vertical; }
.field select { padding-right: 2.4rem; }
.field input::placeholder,
.field textarea::placeholder { color: #85808f; opacity: 1; }

.field input:hover,
.field select:hover,
.field textarea:hover { border-color: #4a4654; }

.field input:focus,
.field select:focus,
.field textarea:focus {
    outline: 0;
    border-color: var(--purple);
    background: var(--panel-focus);
    box-shadow: 0 0 0 3px rgba(124, 77, 255, .2);
}

.field input[aria-invalid="true"],
.field select[aria-invalid="true"],
.consent-field input[aria-invalid="true"] { border-color: var(--error); }

.field-error {
    min-height: .95rem;
    margin: .3rem 0 0;
    color: #ffb2c0;
    font-size: .72rem;
    line-height: 1.3;
}

.optional-fields {
    margin-top: .65rem;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.optional-fields summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 3.35rem;
    color: #dad6df;
    font-size: .82rem;
    font-weight: 620;
    list-style: none;
}

.optional-fields summary::-webkit-details-marker { display: none; }
.optional-fields summary::after { content: "+"; margin-left: auto; color: var(--purple-soft); font-size: 1.25rem; font-weight: 320; }
.optional-fields[open] summary::after { content: "−"; }
.optional-fields summary span { color: var(--quiet); font-size: .68rem; font-weight: 520; letter-spacing: .08em; text-transform: uppercase; }
.optional-grid { padding: .35rem 0 1rem; }
.field-label-row { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: .4rem; }
.field-label-row > span { color: var(--quiet); font-size: .68rem; font-variant-numeric: tabular-nums; text-transform: uppercase; letter-spacing: .055em; }

.consent-field {
    display: grid;
    grid-template-columns: 1.2rem 1fr;
    gap: 0 .75rem;
    margin-top: 1.25rem;
}

.consent-field input {
    appearance: none;
    display: grid;
    place-items: center;
    width: 1.2rem;
    height: 1.2rem;
    margin: .13rem 0 0;
    border: 1px solid #4b4655;
    border-radius: 4px;
    background: var(--ink-raised);
}

.consent-field input::after { content: ""; width: .55rem; height: .31rem; border: solid #fff; border-width: 0 0 2px 2px; transform: rotate(-45deg) scale(0); transition: transform 140ms var(--ease-out); }
.consent-field input:checked { border-color: var(--purple); background: var(--purple); }
.consent-field input:checked::after { transform: rotate(-45deg) scale(1); }
.consent-field input:focus-visible { outline: 2px solid var(--focus); outline-offset: 3px; }
.consent-field label { color: #bbb7c1; font-size: .76rem; line-height: 1.5; }
.consent-field label a { color: #d9cdfd; }
.consent-field .field-error { grid-column: 2; }

.submit-button {
    width: 100%;
    min-height: 3.65rem;
    margin-top: 1.25rem;
    padding: 0 1.25rem 0 1.45rem;
}
.submit-button:disabled { opacity: .68; }

.success-state {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 28rem;
    justify-content: center;
    padding: 1rem .25rem;
}
.success-mark { display: grid; place-items: center; width: 3.5rem; height: 3.5rem; margin-bottom: 1.6rem; border: 1px solid var(--purple); border-radius: 50%; color: var(--purple-soft); }
.success-mark svg { width: 2rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.success-state h2 { max-width: 12ch; }
.success-state p { max-width: 42ch; margin: .7rem 0 0; color: var(--muted); }
.success-state .success-sent { color: var(--paper); }
.success-state .submit-button { margin-top: 2rem; justify-content: center; }

.legal-page { min-height: 100svh; }
.legal-shell { width: min(100% - clamp(2rem, 9vw, 9rem), 72rem); min-height: 100svh; margin: 0 auto; padding: max(1.4rem, env(safe-area-inset-top)) 0 max(1.25rem, env(safe-area-inset-bottom)); }
.legal-content { width: min(100%, 47rem); margin: clamp(4rem, 10vw, 8rem) auto; }
.back-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--purple-soft); font-size: .8rem; font-weight: 620; text-decoration: none; }
.back-link svg { width: 1.25rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; transition: transform 180ms var(--ease-out); }
.back-link:hover svg { transform: translateX(-4px); }
.legal-content h1 { max-width: 14ch; margin-top: 2rem; font-size: clamp(2.8rem, 7vw, 5.3rem); }
.legal-intro { max-width: 58ch; margin: 1.2rem 0 4rem; color: var(--muted); font-size: 1.1rem; }
.legal-content section { display: grid; grid-template-columns: minmax(9rem, 14rem) 1fr; gap: 2rem; padding: 1.75rem 0; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 0; font-size: .82rem; font-weight: 680; letter-spacing: .05em; text-transform: uppercase; }
.legal-content section p,
.legal-content address { margin: 0; color: #c1bdc7; font-size: .94rem; line-height: 1.7; font-style: normal; }
.legal-content address a { color: var(--purple-soft); }
.simple-state { display: grid; place-items: start; align-content: center; width: min(100% - 2rem, 42rem); min-height: 100svh; margin: auto; }
.simple-state img { width: 12rem; height: auto; margin-bottom: 4rem; }
.simple-state p { margin: 0; color: var(--purple-soft); font-size: .8rem; font-variant-numeric: tabular-nums; }
.simple-state h1 { margin: .7rem 0 2rem; font-size: clamp(2.4rem, 8vw, 5rem); line-height: 1; }

.admin-page { min-height: 100svh; background: #08080b; color: var(--paper); }
.admin-shell { width: min(100% - clamp(2rem, 6vw, 5rem), 88rem); margin: 0 auto; padding: 1.25rem 0 4rem; }
.admin-header { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 4.25rem; padding-bottom: 1.25rem; border-bottom: 1px solid var(--line); }
.admin-header-main { display: flex; align-items: center; gap: 1.75rem; min-width: 0; }
.admin-brand { display: flex; align-items: center; gap: 1.15rem; min-width: 0; }
.admin-brand img { width: 10.75rem; height: auto; }
.admin-brand span { padding-left: 1.15rem; border-left: 1px solid var(--line-strong); color: var(--quiet); font-size: .76rem; white-space: nowrap; }
.admin-nav { display: flex; align-items: center; gap: .25rem; }
.admin-nav a { display: inline-flex; align-items: center; min-height: 2.5rem; padding: 0 .75rem; border: 1px solid transparent; border-radius: 7px; color: #96919e; font-size: .76rem; font-weight: 560; text-decoration: none; transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease; }
.admin-nav a:hover { color: #e0dce4; background: #111015; }
.admin-nav a[aria-current="page"] { border-color: #35313c; background: #15131a; color: var(--paper); }
.admin-actions { display: flex; align-items: center; gap: 1rem; color: var(--quiet); font-size: .78rem; }
.admin-actions strong { color: #d7d2dd; font-weight: 590; }
.admin-actions form { margin: 0; }
.admin-actions button,
.admin-secondary {
    min-height: 2.6rem;
    padding: 0 .9rem;
    border: 1px solid #393640;
    border-radius: 8px;
    background: #111015;
    color: #d5d1da;
    text-decoration: none;
    transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
}
.admin-actions button:hover,
.admin-secondary:hover { border-color: #5d566c; background: #17151c; color: var(--paper); }
.admin-title-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; padding: clamp(2.25rem, 5vw, 3.75rem) 0 1.5rem; }
.admin-title-row h1 { margin: 0; font-size: clamp(2.45rem, 4.5vw, 4rem); font-weight: 620; line-height: .95; letter-spacing: -.035em; }
.admin-title-row p { max-width: 42rem; margin: .85rem 0 0; color: var(--muted); font-size: .92rem; line-height: 1.5; }
.admin-count { display: flex; align-items: baseline; gap: .55rem; }
.admin-count strong { font-size: 2rem; font-weight: 560; font-variant-numeric: tabular-nums; }
.admin-count span { color: var(--quiet); font-size: .76rem; white-space: nowrap; }
.admin-overview { display: grid; grid-template-columns: 1.15fr repeat(4, 1fr); margin: 0 0 1.25rem; border-block: 1px solid var(--line); }
.admin-overview div { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; min-width: 0; padding: 1rem 1.15rem; border-left: 1px solid var(--line); }
.admin-overview div:first-child { padding-left: 0; border-left: 0; }
.admin-overview dt { color: #95909d; font-size: .7rem; font-weight: 620; }
.admin-overview dd { margin: 0; color: #ddd9e1; font-size: 1.25rem; font-weight: 580; font-variant-numeric: tabular-nums; }
.admin-overview-total dt,
.admin-overview-total dd { color: var(--purple-soft); }
.admin-notice,
.admin-error { margin: 0 0 1.25rem; padding: .85rem 1rem; border-radius: 8px; background: #15131c; color: #d8d2e6; font-size: .84rem; }
.admin-notice { border: 1px solid rgba(124,77,255,.38); }
.admin-error { border: 1px solid rgba(255,138,160,.38); color: #ffd2da; }
.admin-toolbar { border: 1px solid var(--line); background: #0d0c11; }
.admin-toolbar > header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.15rem; border-bottom: 1px solid var(--line); }
.admin-toolbar h2,
.admin-list-heading h2 { margin: 0; font-size: .95rem; font-weight: 610; letter-spacing: -.01em; }
.admin-toolbar header p,
.admin-list-heading p { margin: .25rem 0 0; color: var(--quiet); font-size: .72rem; }
.admin-export { min-height: 2.45rem; }
.admin-filters { display: grid; grid-template-columns: minmax(15rem, 1fr) minmax(10rem, .38fr) minmax(9rem, .3fr) auto; align-items: end; gap: .75rem; padding: 1rem 1.15rem 1.15rem; }
.admin-field { min-width: 0; }
.admin-field label { display: block; margin-bottom: .35rem; color: #97929f; font-size: .68rem; font-weight: 650; letter-spacing: .055em; text-transform: uppercase; }
.admin-field input,
.admin-field select,
.status-form select {
    width: 100%;
    min-height: 2.75rem;
    border: 1px solid #37343d;
    border-radius: 8px;
    background: #08080b;
    color: var(--paper);
    padding: 0 .8rem;
}
.admin-field input:focus,
.admin-field select:focus,
.status-form select:focus { outline: 0; border-color: var(--purple); box-shadow: 0 0 0 3px rgba(124,77,255,.18); }
.admin-primary { min-height: 2.75rem; padding: 0 1.15rem; border: 0; border-radius: 8px; background: var(--purple); color: #fff; font-size: .77rem; font-weight: 690; transition: background-color 160ms ease; }
.admin-primary:hover { background: var(--purple-hover); }
.admin-secondary { display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; }
.admin-filter-actions { display: flex; gap: .5rem; }
.admin-list-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; padding: 1.65rem 0 .7rem; border-bottom: 1px solid var(--line); }
.submission-list { display: grid; gap: .75rem; margin-top: .75rem; }
.submission-card { position: relative; padding: clamp(1.15rem, 3vw, 1.5rem); border: 1px solid transparent; background: #0d0c11; box-shadow: .7rem .9rem 2rem rgba(0,0,0,.18); }
.submission-card::before { position: absolute; inset: 0 auto 0 0; width: 2px; background: #595260; content: ""; }
.submission-card.status-new::before { background: var(--purple); }
.submission-card.status-qualified::before { background: #b8a4ff; }
.submission-card.status-not_interested::before { background: #55515a; }
.submission-card > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 1.5rem; }
.submission-card header p { margin: 0; color: var(--purple-soft); font-size: .66rem; font-weight: 650; letter-spacing: .055em; }
.submission-card h2 { margin: .35rem 0 0; font-size: 1.45rem; font-weight: 590; letter-spacing: -.02em; }
.submission-card header span { display: block; margin-top: .25rem; color: var(--quiet); font-size: .78rem; }
.submission-actions { display: flex; align-items: center; gap: .5rem; flex: 0 0 auto; }
.status-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .5rem; flex: 0 0 16rem; margin: 0; }
.status-form select { min-height: 2.5rem; font-size: .78rem; }
.status-update-button { min-height: 2.5rem; padding-inline: .8rem; }
.admin-delete-trigger,
.admin-danger {
    min-height: 2.5rem;
    border-radius: 8px;
    font-size: .77rem;
    font-weight: 680;
    transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
}
.admin-delete-trigger { padding: 0 .85rem; border: 1px solid rgba(255,138,160,.42); background: transparent; color: #ffacbb; }
.admin-delete-trigger:hover { border-color: rgba(255,138,160,.75); background: rgba(255,138,160,.08); color: #ffd6de; }
.admin-danger { padding: 0 1rem; border: 1px solid #c94a62; background: #b63c53; color: #fff; }
.admin-danger:hover { border-color: #e46077; background: #cc4961; }
.admin-danger:disabled { cursor: wait; opacity: .66; }
.admin-delete-dialog { width: min(calc(100% - 2rem), 29rem); padding: 0; border: 1px solid var(--line-strong); border-radius: 14px; background: #0d0c11; color: var(--paper); box-shadow: 1rem 1.4rem 3rem rgba(0,0,0,.52); }
.admin-delete-dialog::backdrop { background: rgba(3,3,5,.78); }
.admin-delete-panel { padding: clamp(1.35rem, 5vw, 1.9rem); }
.admin-delete-panel h2 { margin: 0; font-size: clamp(1.55rem, 5vw, 2rem); font-weight: 620; letter-spacing: -.025em; }
.admin-delete-panel p { margin: .75rem 0 0; color: #bcb7c3; font-size: .9rem; line-height: 1.55; }
.admin-delete-panel p strong { color: #eeeaf2; font-weight: 610; overflow-wrap: anywhere; }
.admin-delete-actions { display: flex; justify-content: flex-end; gap: .6rem; margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.admin-delete-actions .admin-secondary { min-height: 2.5rem; }
.submission-card dl { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; margin: 1.5rem 0 0; }
.submission-card dl div { min-width: 0; padding-top: .8rem; border-top: 1px solid var(--line); }
.submission-card dt,
.submission-details h3 { color: #8d8994; font-size: .63rem; font-weight: 690; letter-spacing: .07em; text-transform: uppercase; }
.submission-card dd { margin: .35rem 0 0; overflow-wrap: anywhere; color: #d0ccd5; font-size: .82rem; }
.submission-card dd a { color: #ddd5f8; }
.submission-details { margin-top: 1.25rem; border-top: 1px solid var(--line); }
.submission-details summary { padding-top: .9rem; color: #b6b1bd; font-size: .75rem; font-weight: 620; }
.submission-details > div { margin-top: 1rem; }
.submission-details h3 { margin: 0; }
.submission-details p { max-width: 75ch; margin: .35rem 0 0; color: #bcb8c2; font-size: .82rem; line-height: 1.6; }
.break-anywhere { overflow-wrap: anywhere; }
.admin-empty { margin-top: 1rem; padding: 5rem 1rem; border: 1px solid var(--line); color: var(--quiet); text-align: center; }
.pagination { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: 2rem; color: var(--quiet); font-size: .78rem; }
.pagination a { color: var(--purple-soft); }
.activity-periods { display: flex; align-items: center; gap: .15rem; margin-bottom: 1.25rem; padding-bottom: .7rem; overflow-x: auto; border-bottom: 1px solid var(--line); }
.activity-periods a { display: inline-flex; align-items: center; min-height: 2.5rem; padding: 0 .8rem; border-radius: 7px; color: #928d9a; font-size: .74rem; font-weight: 570; text-decoration: none; white-space: nowrap; }
.activity-periods a:hover { background: #111015; color: #ded9e2; }
.activity-periods a[aria-current="page"] { background: #17131f; color: var(--purple-soft); }
.activity-empty-note { margin-bottom: 1rem; padding: .9rem 1rem; border: 1px solid rgba(124,77,255,.34); background: #14111a; color: #c9c3d0; font-size: .82rem; line-height: 1.5; }
.activity-section { border: 1px solid var(--line); background: #0d0c11; }
.activity-section-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.15rem; border-bottom: 1px solid var(--line); }
.activity-section-header h2,
.activity-abandoned h2,
.activity-rates h2 { margin: 0; font-size: .95rem; font-weight: 610; letter-spacing: -.01em; }
.activity-section-header p,
.activity-rates header p { margin: .25rem 0 0; color: var(--quiet); font-size: .72rem; }
.activity-section-header > span { color: #827d89; font-size: .66rem; font-weight: 650; letter-spacing: .06em; }
.activity-funnel { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; }
.activity-funnel li { display: flex; flex-direction: column; min-width: 0; min-height: 10.75rem; padding: 1.25rem; border-left: 1px solid var(--line); }
.activity-funnel li:first-child { border-left: 0; }
.activity-funnel li > span { min-height: 2.5rem; color: #a19ca8; font-size: .73rem; font-weight: 610; line-height: 1.35; }
.activity-funnel strong { margin-top: auto; color: #ede9f0; font-size: clamp(2.1rem, 4vw, 3rem); font-weight: 580; line-height: 1; letter-spacing: -.035em; font-variant-numeric: tabular-nums; }
.activity-funnel li:nth-child(2) strong,
.activity-funnel li:nth-child(4) strong { color: var(--purple-soft); }
.activity-funnel small { margin-top: .55rem; color: #7f7a86; font-size: .67rem; line-height: 1.35; }
.activity-outcomes { display: grid; grid-template-columns: minmax(15rem, .75fr) minmax(0, 1.5fr); margin-top: 1rem; border-block: 1px solid var(--line); }
.activity-abandoned { padding: 1.35rem 1.25rem 1.5rem 0; }
.activity-abandoned > strong { display: block; margin-top: 1.55rem; color: #ede9f0; font-size: 2.8rem; font-weight: 580; line-height: 1; letter-spacing: -.035em; font-variant-numeric: tabular-nums; }
.activity-abandoned p { max-width: 34ch; margin: .6rem 0 0; color: #8e8995; font-size: .72rem; line-height: 1.45; }
.activity-rates { padding: 1.35rem 0 1.5rem 1.5rem; border-left: 1px solid var(--line); }
.activity-rates dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 1.25rem 0 0; }
.activity-rates dl > div { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; min-width: 0; padding: .95rem 1.15rem; border: 1px solid var(--line); }
.activity-rates dl > div + div { border-left: 0; }
.activity-rates dt { color: #9c97a3; font-size: .72rem; font-weight: 590; }
.activity-rates dd { display: flex; align-items: flex-end; flex-direction: column; margin: 0; text-align: right; }
.activity-rates dd strong { color: var(--purple-soft); font-size: 1.65rem; font-weight: 580; line-height: 1; font-variant-numeric: tabular-nums; }
.activity-rates dd span { margin-top: .4rem; color: #7f7a86; font-size: .66rem; }
.activity-method-note { max-width: 82ch; margin: 1.15rem 0 0; color: #77727e; font-size: .69rem; line-height: 1.55; }
.admin-login-page { display: grid; place-items: center; padding: 1.25rem; }
.admin-login-shell { width: min(100%, 27rem); }
.admin-login-shell > img { display: block; width: 12rem; height: auto; margin: 0 auto 2rem; }
.login-panel { padding: clamp(1.5rem, 6vw, 2.25rem); border: 1px solid var(--line); border-radius: 14px; background: #0d0c11; box-shadow: 1rem 1.4rem 3rem rgba(0,0,0,.42); }
.login-panel header { margin-bottom: 1.5rem; }
.login-panel h1 { margin: 0; font-size: 2.1rem; letter-spacing: -.03em; }
.login-panel header p { margin: .45rem 0 0; color: var(--quiet); font-size: .86rem; }
.login-panel .admin-field + .admin-field { margin-top: .9rem; }
.login-panel .admin-primary { width: 100%; margin-top: 1.25rem; }

@keyframes trail-draw {
    from { stroke-dashoffset: 1; opacity: 0; }
    22% { opacity: .9; }
    to { stroke-dashoffset: 0; }
}

@keyframes chrome-arrival {
    from { opacity: .01; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes title-arrival {
    from { opacity: .01; filter: blur(9px); clip-path: inset(0 100% 0 0); transform: translateY(22px); }
    to { opacity: 1; filter: blur(0); clip-path: inset(0 0 0 0); transform: translateY(0); }
}

@keyframes year-arrival {
    from { opacity: .01; filter: blur(10px); transform: translateY(-15px); }
    to { opacity: 1; filter: blur(0); transform: translateY(0); }
}

@keyframes content-arrival {
    from { opacity: .01; filter: blur(7px); transform: translateY(15px); }
    to { opacity: 1; filter: blur(0); transform: translateY(0); }
}

@keyframes services-arrival {
    from { opacity: .01; clip-path: inset(0 100% 0 0); transform: translateY(10px); }
    to { opacity: 1; clip-path: inset(0 0 0 0); transform: translateY(0); }
}

@keyframes dialog-in {
    from { opacity: .01; filter: blur(7px); transform: translateY(24px) scale(.985); }
    to { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); }
}

@keyframes dialog-out {
    to { opacity: 0; filter: blur(5px); transform: translateY(14px) scale(.99); }
}

@keyframes mobile-glow-reveal {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes mobile-lower-reveal {
    from { opacity: 0; }
    to { opacity: .48; }
}

@keyframes mobile-title-arrival {
    from { opacity: .01; clip-path: inset(0 100% 0 0); transform: translateY(16px); }
    to { opacity: 1; clip-path: inset(0 0 0 0); transform: translateY(0); }
}

@keyframes mobile-year-arrival {
    from { opacity: .01; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes mobile-content-arrival {
    from { opacity: .01; transform: translateY(11px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes mobile-services-arrival {
    from { opacity: .01; transform: translateY(8px) scaleX(.985); }
    to { opacity: 1; transform: translateY(0) scaleX(1); }
}

@keyframes mobile-dialog-in {
    from { opacity: .01; transform: translateY(18px) scale(.99); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes mobile-dialog-out {
    to { opacity: 0; transform: translateY(10px) scale(.995); }
}

@media (max-width: 850px) {
    .light-scene {
        inset-inline: -24vw;
        contain: layout paint style;
        isolation: isolate;
    }
    .ribbon-glow {
        opacity: 0;
        animation: mobile-glow-reveal 420ms 1550ms var(--ease-out) both;
    }
    .ribbon-glow .ribbon-bloom,
    .ribbon-glow .ribbon-soft {
        stroke-dashoffset: 0;
        animation: none;
    }
    .ribbon-core {
        animation-duration: 1450ms !important;
        animation-delay: 180ms !important;
    }
    .light-scene .ribbon-lower {
        stroke-dashoffset: 0;
        animation: mobile-lower-reveal 360ms 1420ms var(--ease-out) both !important;
    }
    .launch-date > span:first-child { animation-name: mobile-title-arrival; }
    .launch-year { animation-name: mobile-year-arrival; }
    .hero-kicker,
    .launch-sentence,
    .waitlist-cta,
    .hero-microcopy { animation-name: mobile-content-arrival; }
    .services-strip { animation-name: mobile-services-arrival; transform-origin: left center; }
    .waitlist-dialog[open] .dialog-panel { animation-name: mobile-dialog-in; }
    .waitlist-dialog.is-closing .dialog-panel { animation-name: mobile-dialog-out; }
    .launch-date { font-size: clamp(4.2rem, 12vw, 6rem); }
    .admin-filters { grid-template-columns: 1fr 1fr; }
    .admin-search { grid-column: 1 / -1; }
    .admin-filter-actions { justify-content: flex-end; }
    .admin-overview { grid-template-columns: repeat(5, minmax(8rem, 1fr)); overflow-x: auto; }
    .admin-overview div:first-child { padding-left: 1.15rem; }
    .submission-card dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .activity-funnel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .activity-funnel li:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
    .activity-funnel li:nth-child(4) { border-top: 1px solid var(--line); }
    .activity-outcomes { grid-template-columns: 1fr; }
    .activity-abandoned { padding-inline: 0; }
    .activity-rates { padding: 1.25rem 0 1.5rem; border-top: 1px solid var(--line); border-left: 0; }
}

@media (max-width: 650px) {
    .launch-shell { --shell-gutter: 1.25rem; padding-inline: var(--shell-gutter); }
    .light-scene { inset: 4.8rem -70vw 3.8rem -70vw; opacity: .78; }
    .light-scene::after { background: linear-gradient(180deg, var(--ink) 0%, transparent 16%, transparent 78%, var(--ink) 100%); }
    .wordmark { width: 10.4rem; }
    .launch-main { padding-block: 2rem 1.4rem; }
    .hero-kicker { margin-bottom: 1.2rem; font-size: .61rem; }
    .launch-date { font-size: clamp(3.45rem, 16vw, 4.3rem); letter-spacing: -.03em; }
    .launch-sentence { max-width: 32ch; margin-top: 3.8rem; font-size: 1rem; }
    .waitlist-cta { width: 100%; min-height: 3.6rem; margin-top: 1.55rem; padding-inline: 1.2rem; font-size: .74rem; }
    .hero-microcopy { max-width: 31ch; font-size: .78rem; }
    .services-strip { grid-template-columns: 1fr; gap: .72rem; min-height: 5.8rem; padding-block: .78rem; }
    .services-rule { width: 2rem; }
    .services-label h2 { font-size: .63rem; }
    .services-list { justify-content: flex-start; gap: 1.2rem; }
    .services-list li { font-size: .74rem; }
    .site-footer { grid-template-columns: 1fr auto; align-items: center; gap: .65rem 1rem; padding-top: .55rem; font-size: .68rem; }
    .social-links { grid-column: 1 / -1; grid-row: 2; }
    .footer-links { gap: .4rem .8rem; }

    .waitlist-dialog { padding: 0; place-items: stretch; }
    .waitlist-dialog::backdrop { backdrop-filter: none; }
    .dialog-panel { width: 100%; max-height: 100dvh; min-height: 100dvh; padding: max(1.4rem, env(safe-area-inset-top)) 1.2rem max(1.4rem, env(safe-area-inset-bottom)); border: 0; border-radius: 0; }
    .dialog-close { position: sticky; float: right; top: .15rem; right: 0; margin-bottom: -2.75rem; }
    .dialog-header { padding-right: 3.4rem; }
    .dialog-header h2 { font-size: clamp(2.1rem, 9.4vw, 2.75rem); }
    .field-grid { grid-template-columns: 1fr; }
    .field-wide { grid-column: auto; }
    .optional-grid { gap: .75rem; }
    .success-state { min-height: calc(100dvh - 3rem); }
    .legal-shell { width: min(100% - 2.5rem, 72rem); }
    .legal-content { margin-block: 4rem; }
    .legal-content section { grid-template-columns: 1fr; gap: .7rem; }
    .legal-intro { margin-bottom: 3rem; }
    .admin-shell { width: min(100% - 1.5rem, 88rem); padding-top: .8rem; }
    .admin-header { align-items: flex-start; gap: 1rem; }
    .admin-header-main { align-items: flex-start; flex-direction: column; gap: .65rem; }
    .admin-brand { align-items: flex-start; flex-direction: column; gap: .5rem; }
    .admin-brand img { width: 9.5rem; }
    .admin-brand span { padding: 0; border: 0; font-size: .68rem; }
    .admin-actions { align-items: flex-end; flex-direction: column; gap: .5rem; text-align: right; }
    .admin-actions button { min-height: 2.45rem; }
    .admin-title-row { align-items: flex-start; padding-top: 2rem; }
    .admin-title-row p { font-size: .84rem; }
    .admin-overview { grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; }
    .admin-overview div { border-top: 1px solid var(--line); }
    .admin-overview div:nth-child(even) { border-left: 0; }
    .admin-overview div:nth-child(2),
    .admin-overview div:nth-child(3),
    .admin-overview-total { border-top: 0; }
    .admin-overview-total { grid-column: 1 / -1; }
    .admin-toolbar > header { align-items: flex-start; }
    .admin-filters { grid-template-columns: 1fr; }
    .admin-search { grid-column: auto; }
    .admin-filter-actions { display: grid; grid-template-columns: 1fr auto; }
    .submission-card > header { flex-direction: column; }
    .submission-actions { display: grid; grid-template-columns: minmax(0, 1fr) auto; width: 100%; }
    .status-form { width: 100%; min-width: 0; flex-basis: auto; }
    .activity-funnel { grid-template-columns: 1fr; }
    .activity-funnel li { min-height: 8.5rem; border-top: 1px solid var(--line); border-left: 0; }
    .activity-funnel li:first-child { border-top: 0; }
    .activity-periods { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .25rem; overflow: visible; }
    .activity-periods a { justify-content: center; }
    .activity-periods a:last-child { grid-column: 1 / -1; }
    .activity-rates dl { grid-template-columns: 1fr; }
    .activity-rates dl > div + div { border-top: 0; border-left: 1px solid var(--line); }
}

@media (max-width: 390px) {
    .launch-shell { --shell-gutter: 1rem; padding-inline: var(--shell-gutter); }
    .wordmark { width: 9.6rem; }
    .launch-date { font-size: clamp(3.05rem, 15.2vw, 3.7rem); }
    .waitlist-cta { letter-spacing: .085em; }
    .site-footer > p { max-width: 8rem; }
    .admin-title-row { flex-direction: column; gap: 1rem; }
    .admin-count strong { font-size: 1.6rem; }
    .admin-toolbar > header { flex-direction: column; }
    .admin-export { width: 100%; }
    .admin-list-heading { align-items: flex-start; flex-direction: column; gap: .2rem; }
    .submission-actions { grid-template-columns: 1fr; }
    .admin-delete-trigger { width: 100%; }
    .admin-delete-actions { display: grid; grid-template-columns: 1fr 1fr; }
    .activity-section-header { align-items: flex-start; }
    .submission-card dl { grid-template-columns: 1fr; }
}

@media (max-height: 760px) and (min-width: 651px) {
    .launch-shell { padding-block: 1rem; }
    .launch-main { padding-block: 1.2rem; }
    .launch-date { font-size: clamp(4.3rem, 7.8vw, 5.8rem); }
    .launch-sentence { margin-top: 3.5rem; }
    .waitlist-cta { margin-top: 1.35rem; }
    .hero-microcopy { margin-top: .65rem; }
}

@supports (-webkit-touch-callout: none) {
    @media (max-width: 850px) and (hover: none) and (pointer: coarse) {
        .light-scene svg {
            transform: translateZ(0);
            backface-visibility: hidden;
        }
        .ribbon-bloom {
            filter: none;
            stroke-width: 34;
            opacity: .16;
        }
        .ribbon-soft {
            filter: none;
            stroke-width: 14;
            opacity: .5;
        }
        .light-scene .ribbon-lower {
            filter: none;
            stroke-width: 7;
            opacity: .32;
        }
    }
}

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