@font-face {
  font-family: "AuraRounded";
  src: url("assets/MPlusRounded1c-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AuraText";
  src: url("assets/NotoSans-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #f6f1e8;
  --muted: #b9b2c6;
  --night: #070612;
  --violet: #8a6cff;
  --electric: #d7ff46;
  --hot: #ff5e9c;
  --line: rgba(246, 241, 232, 0.17);
  --rounded: "AuraRounded", "Avenir Next Rounded", "Avenir Next", "Trebuchet MS", sans-serif;
  --body: "AuraText", "Avenir Next", "Noto Sans", "Trebuchet MS", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--night);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
}

a { color: inherit; }
.skip-link { position: fixed; z-index: 20; top: -5rem; left: 1rem; padding: .7rem 1rem; background: var(--electric); color: #0a0914; font-weight: 800; }
.skip-link:focus { top: 1rem; }
.grain { position: fixed; z-index: -1; inset: 0; pointer-events: none; opacity: .18; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.orb { position: fixed; z-index: -2; width: 36rem; height: 36rem; border-radius: 50%; filter: blur(45px); opacity: .2; pointer-events: none; }
.orb-a { top: -15rem; right: -12rem; background: #7556ff; }
.orb-b { top: 55rem; left: -19rem; background: #ee4d9c; }

.site-header { width: min(1340px, calc(100% - 3rem)); margin: 0 auto; padding: 1.4rem 0; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-family: var(--rounded); letter-spacing: -.06em; line-height: .9; font-size: 1.1rem; }
.brand img { border: 1px solid rgba(255,255,255,.24); border-radius: 13px; box-shadow: 0 0 24px rgba(137,108,255,.35); }
.brand small { display: block; margin-top: .2rem; letter-spacing: .18em; color: var(--electric); font-family: var(--body); font-size: .48rem; font-weight: 800; }
nav { display: flex; align-items: center; gap: 1.4rem; font-size: .8rem; font-weight: 750; }
nav a { color: var(--muted); text-decoration: none; transition: color .2s ease; }
nav a:hover, nav a:focus-visible { color: var(--ink); }
.nav-beta { color: var(--electric); }
.nav-privacy { padding: .55rem .8rem; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); }

.hero { width: min(1340px, calc(100% - 3rem)); min-height: calc(100vh - 90px); margin: 0 auto; display: grid; align-items: center; grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr); gap: 5vw; padding: 3rem 0 6rem; }
.eyebrow { margin: 0 0 1.1rem; color: var(--electric); font-size: .69rem; font-weight: 850; letter-spacing: .16em; }
.eyebrow span { padding-right: .35rem; color: var(--hot); }
h1,h2,h3,p { margin-top: 0; }
h1, h2, h3 { font-family: var(--rounded); font-weight: 800; line-height: .81; letter-spacing: -.075em; }
h1 { max-width: 720px; margin-bottom: 1.9rem; font-size: clamp(4rem, 8vw, 8.25rem); }
h1 span { color: var(--ink); }
h1 strong { display: block; color: var(--hot); font: inherit; }
h1 em { display: block; color: var(--electric); font: inherit; font-style: normal; }
.hero-text { max-width: 33rem; color: var(--muted); font-size: 1.08rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.1rem 1.7rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; gap: 1.5rem; padding: 1rem 1.25rem; border-radius: .55rem; background: var(--electric); color: #0d0c16; font-size: .85rem; font-weight: 900; text-decoration: none; box-shadow: 0 10px 30px rgba(215,255,70,.14); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); box-shadow: 0 14px 35px rgba(215,255,70,.25); }
.button-beta { background: transparent; border: 1px solid rgba(215,255,70,.62); color: var(--electric); box-shadow: none; }
.button-beta:hover, .button-beta:focus-visible { background: rgba(215,255,70,.1); box-shadow: 0 14px 35px rgba(215,255,70,.1); }
.text-link { color: var(--ink); font-size: .8rem; font-weight: 800; text-decoration-color: rgba(215,255,70,.8); text-underline-offset: .35rem; }
.availability { display: flex; align-items: center; gap: .45rem; margin-top: 2rem; color: var(--muted); font-size: .72rem; font-weight: 700; }
.pulse { display: inline-block; width: .55rem; height: .55rem; border-radius: 50%; background: var(--electric); box-shadow: 0 0 0 0 rgba(215,255,70,.6); animation: pulse 1.8s infinite; }

.hero-visual { position: relative; }
.visual-frame { position: relative; isolation: isolate; overflow: hidden; border: 1px solid rgba(246,241,232,.35); border-radius: 2px 2px 7rem 2px; background: #1a1231; box-shadow: 22px 26px 0 rgba(215,255,70,.9); }
.visual-frame::after { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(135deg, rgba(215,255,70,.15), transparent 45%, rgba(255,94,156,.24)); mix-blend-mode: screen; pointer-events: none; }
.feature-art { display: block; width: 100%; aspect-ratio: 2.05 / 1; min-height: 370px; object-fit: cover; filter: contrast(1.05) saturate(1.18); }
.coordinate { position: absolute; z-index: 3; font-size: .62rem; font-weight: 850; letter-spacing: .12em; }
.coordinate-top { top: 1.2rem; left: 1.2rem; }
.coordinate-bottom { right: 1.2rem; bottom: 1.1rem; color: var(--electric); }
.big-number { position: absolute; z-index: 3; right: 1.8rem; top: 35%; color: var(--ink); font-family: var(--rounded); font-size: clamp(5rem, 11vw, 10rem); line-height: .7; opacity: .93; text-shadow: 4px 5px 0 var(--hot); }
.art-caption { margin: 1.2rem 0 0 15%; font-family: var(--rounded); font-size: 1.7rem; line-height: .8; letter-spacing: -.06em; }
.art-caption span { color: var(--muted); font-family: var(--body); font-size: .72rem; font-weight: 700; letter-spacing: .03em; }

.ticker { overflow: hidden; padding: 1rem 0; border-block: 1px solid var(--line); background: #151222; }
.ticker-track { display: flex; align-items: center; width: max-content; gap: 1.7rem; font-family: var(--rounded); font-size: .92rem; letter-spacing: -.03em; animation: ticker 35s linear infinite; }
.ticker-track b { color: var(--electric); }

.cycle-section, .details-section { width: min(1180px, calc(100% - 3rem)); margin: 0 auto; padding: clamp(6rem, 13vw, 12rem) 0; }
.cycle-section { display: grid; grid-template-columns: minmax(0,.75fr) minmax(0,1fr); gap: 7rem; align-items: end; }
.section-title h2, .presence-copy h2, .details-intro h2, .closing h2 { margin-bottom: 1.6rem; font-size: clamp(3.6rem, 7vw, 7rem); }
.section-title h2 span, .presence-copy h2 span, .details-intro h2 span, .closing h2 span { color: var(--electric); }
.section-title > p:last-child, .presence-copy > p { max-width: 27rem; color: var(--muted); line-height: 1.7; }
.phase-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.phase-card { position: relative; min-height: 26rem; padding: 1.5rem; display: flex; flex-direction: column; align-items: flex-start; justify-content: end; border: 1px solid var(--line); overflow: hidden; }
.phase-card::before { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 40% 30%, rgba(138,108,255,.55), transparent 45%), linear-gradient(150deg, #20193b, #0b0915 75%); }
.phase-seven::before { background: radial-gradient(circle at 55% 36%, rgba(255,94,156,.52), transparent 24%), radial-gradient(circle at 48% 32%, rgba(215,255,70,.62), transparent 44%), linear-gradient(150deg, #362347, #0b0915 75%); }
.phase-index { position: absolute; top: 1.1rem; right: 1.2rem; color: rgba(246,241,232,.5); font-size: .7rem; font-weight: 800; }
.phase-label { margin-bottom: .3rem; color: var(--muted); font-size: .65rem; font-weight: 850; letter-spacing: .16em; }
.phase-card h3 { margin-bottom: .6rem; font-size: clamp(3.3rem, 6vw, 5rem); }
.phase-six h3 { color: #b9a9ff; }
.phase-seven h3 { color: var(--electric); }
.phase-card > p:not(.phase-label) { max-width: 14rem; margin-bottom: 2rem; font-size: .88rem; line-height: 1.6; }
.phase-meta { color: var(--muted); font-size: .58rem; font-weight: 800; letter-spacing: .12em; }

.presence-section { display: grid; grid-template-columns: minmax(300px,1fr) minmax(0, .9fr); gap: clamp(3rem, 10vw, 10rem); align-items: center; padding: clamp(5rem, 10vw, 10rem) max(1.5rem, calc((100% - 1180px) / 2)); background: linear-gradient(160deg, rgba(72,48,132,.45), rgba(7,6,18,.08) 60%), #100d20; }
.presence-image-wrap { position: relative; border-radius: 999px 999px 0 0; overflow: hidden; border: 1px solid rgba(246,241,232,.25); background: #211a3b; }
.presence-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,6,18,.2), transparent 60%); }
.presence-image-wrap img { display: block; width: 100%; min-height: 29rem; object-fit: cover; }
.presence-art > p { margin: 1.1rem 0 0 1rem; font-family: var(--rounded); font-size: 1.05rem; letter-spacing: -.05em; }
.presence-art > p span { color: var(--muted); font-family: var(--body); font-size: .65rem; font-weight: 700; letter-spacing: 0; }
.presence-copy ul { display: grid; gap: .85rem; margin: 2.3rem 0 0; padding: 0; list-style: none; }
.presence-copy li { display: flex; gap: .8rem; padding-bottom: .85rem; border-bottom: 1px solid var(--line); font-size: .88rem; font-weight: 680; }
.presence-copy li span { color: var(--hot); font-family: var(--rounded); }

.details-section { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 5rem; align-items: start; }
.details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.detail { min-height: 13rem; padding: 1.5rem; border: 1px solid var(--line); background: rgba(255,255,255,.025); transition: background .2s ease, transform .2s ease; }
.detail:hover { transform: translateY(-5px); background: rgba(138,108,255,.13); }
.detail > span { display: block; margin-bottom: 2rem; color: var(--electric); font-size: 1.5rem; }
.detail h3 { margin-bottom: .65rem; font-size: 1.4rem; }
.detail p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.6; }

.closing { width: min(1180px, calc(100% - 3rem)); margin: 0 auto 7rem; padding: clamp(3rem,8vw,7rem); position: relative; overflow: hidden; border: 1px solid rgba(215,255,70,.45); background: linear-gradient(120deg, #201b46, #0a0914 60%); display: flex; align-items: center; gap: 4rem; }
.closing-number { position: absolute; right: -1rem; top: -3.5rem; color: rgba(246,241,232,.06); font: 16rem/.58 var(--rounded); letter-spacing: -.2em; }
.closing h2 { position: relative; margin-bottom: 1rem; }
.closing p:last-child { position: relative; margin: 0; color: var(--muted); }

.beta-callout { width: min(1180px, calc(100% - 3rem)); margin: -1.5rem auto 7rem; padding: clamp(2rem, 5vw, 4rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; border: 1px solid rgba(255,94,156,.48); background: linear-gradient(110deg, rgba(255,94,156,.14), rgba(138,108,255,.18) 42%, rgba(7,6,18,.55)); }
.beta-callout h2 { margin-bottom: 1rem; font-size: clamp(2.8rem, 6vw, 5.5rem); }
.beta-callout h2 span { color: var(--electric); }
.beta-callout p:last-child { max-width: 37rem; margin: 0; color: var(--muted); }

.site-footer { width: min(1340px, calc(100% - 3rem)); margin: 0 auto; padding: 2rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .7rem; }
.site-footer p { margin: 0; }
.site-footer > a:last-child { color: var(--ink); font-weight: 800; text-underline-offset: .3rem; }
.brand-footer { font-size: .88rem; }

.legal-page { background: linear-gradient(150deg, #0a0817 0%, #070612 45%, #110d22 100%); }
.legal-header { border-bottom: 1px solid var(--line); }
.legal-main { width: min(980px, calc(100% - 3rem)); margin: 0 auto; padding: clamp(4.5rem, 10vw, 9rem) 0 6rem; }
.legal-hero { max-width: 48rem; margin-bottom: 5rem; }
.legal-hero h1 { font-size: clamp(3.5rem, 8vw, 7rem); }
.legal-hero h1 span { color: var(--electric); }
.legal-date { margin: 1.5rem 0 0; color: var(--muted); font-size: .85rem; }
.legal-date strong { color: var(--ink); }
.legal-content { padding: clamp(1.5rem, 5vw, 4rem); border: 1px solid var(--line); background: rgba(15,11,30,.78); box-shadow: 18px 18px 0 rgba(255,94,156,.2); }
.legal-lead { max-width: 47rem; padding-bottom: 2.3rem; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 1.25rem; line-height: 1.65; }
.legal-content section { padding: 2.4rem 0; border-bottom: 1px solid var(--line); }
.legal-content section:last-child { padding-bottom: 0; border-bottom: 0; }
.legal-content h2 { display: flex; align-items: baseline; gap: .9rem; margin-bottom: 1.1rem; font-size: clamp(1.8rem,4vw,2.5rem); }
.legal-content h2 span { color: var(--hot); font-family: var(--body); font-size: .65rem; font-weight: 900; letter-spacing: .1em; }
.legal-content p { max-width: 48rem; color: var(--muted); line-height: 1.75; }
.legal-content a { color: var(--electric); text-decoration-thickness: 1px; text-underline-offset: .25rem; }
.legal-footer { margin-top: 0; }

.beta-page { background: radial-gradient(circle at 80% 9%, rgba(138,108,255,.2), transparent 24rem), linear-gradient(150deg, #0b0918 0%, #070612 44%, #100b21 100%); }
.beta-header { border-bottom: 1px solid var(--line); }
.beta-hero { width: min(1180px, calc(100% - 3rem)); margin: 0 auto; padding: clamp(4.8rem, 9vw, 9rem) 0 clamp(4rem, 7vw, 7rem); display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, .62fr); gap: clamp(2rem, 9vw, 9rem); align-items: center; }
.beta-intro { position: relative; }
.beta-signal { position: absolute; top: -2rem; right: 1rem; margin: 0; color: rgba(246,241,232,.09); font: clamp(4rem, 10vw, 8rem)/.7 var(--rounded); letter-spacing: -.12em; }
.beta-hero h1 { position: relative; max-width: 50rem; margin-bottom: 1.8rem; font-size: clamp(3.9rem, 8.3vw, 8.5rem); }
.beta-lead { max-width: 38rem; color: var(--muted); font-size: clamp(1rem, 1.6vw, 1.2rem); line-height: 1.7; }
.beta-points { display: grid; gap: .8rem; margin: 2.25rem 0 0; padding: 0; list-style: none; }
.beta-points li { display: flex; align-items: baseline; gap: .85rem; padding-bottom: .8rem; border-bottom: 1px solid var(--line); color: var(--ink); font-size: .9rem; font-weight: 650; }
.beta-points span { color: var(--hot); font: 1rem var(--rounded); }
.beta-panel { position: relative; isolation: isolate; min-height: 31rem; padding: 1.35rem; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border: 1px solid rgba(246,241,232,.36); border-radius: 2px 2px 5rem 2px; background: linear-gradient(155deg, rgba(86,62,159,.72), rgba(17,11,34,.97) 65%); box-shadow: 20px 22px 0 rgba(255,94,156,.74); }
.beta-panel::after { content: ""; position: absolute; z-index: -1; width: 22rem; height: 22rem; right: -11rem; bottom: -10rem; border-radius: 50%; background: radial-gradient(circle, rgba(215,255,70,.46), rgba(255,94,156,.15) 44%, transparent 69%); filter: blur(9px); }
.beta-panel-top { display: flex; justify-content: space-between; gap: .8rem; color: var(--muted); font-size: .61rem; font-weight: 850; letter-spacing: .12em; }
.beta-panel-top strong { display: inline-flex; align-items: center; gap: .4rem; color: var(--electric); }
.beta-panel-top i { width: .45rem; height: .45rem; border-radius: 50%; background: var(--electric); box-shadow: 0 0 12px var(--electric); }
.beta-number { position: absolute; z-index: -1; top: 24%; right: .4rem; color: rgba(246,241,232,.16); font: clamp(9rem, 19vw, 17rem)/.6 var(--rounded); letter-spacing: -.16em; }
.beta-panel p { max-width: 19rem; margin: auto 0 1.4rem; font-size: .94rem; line-height: 1.7; }
.beta-panel-foot { color: var(--electric); font-size: .58rem; font-weight: 850; letter-spacing: .16em; }
.beta-form-section { width: min(1180px, calc(100% - 3rem)); margin: 0 auto; padding: clamp(4.5rem, 9vw, 8rem) 0 clamp(5rem, 10vw, 10rem); display: grid; grid-template-columns: minmax(15rem, .72fr) minmax(0, 1fr); gap: clamp(2.5rem, 9vw, 9rem); align-items: start; }
.beta-form-heading { position: sticky; top: 2rem; }
.beta-form-heading h2 { margin-bottom: 1.35rem; font-size: clamp(3rem, 6vw, 6rem); }
.beta-form-heading h2 span { color: var(--electric); }
.beta-form-heading p:last-child { max-width: 22rem; color: var(--muted); line-height: 1.7; }
.form-shell { min-width: 0; padding: .65rem; border: 1px solid rgba(215,255,70,.44); background: rgba(246,241,232,.06); box-shadow: 18px 20px 0 rgba(138,108,255,.38); }
.form-shell iframe { display: block; width: 100%; max-width: 640px; min-height: 958px; margin: 0 auto; border: 0; background: #fff; }
.beta-footer { margin-top: 0; }

.reveal { animation: reveal .8s both cubic-bezier(.16,1,.3,1); }
.delayed { animation-delay: .16s; }
@keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulse { 70% { box-shadow: 0 0 0 .5rem rgba(215,255,70,0); } 100% { box-shadow: 0 0 0 0 rgba(215,255,70,0); } }
@keyframes ticker { to { transform: translateX(-50%); } }

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

@media (max-width: 820px) {
  .site-header { width: min(100% - 2rem, 1340px); }
  nav a:not(.nav-privacy) { display: none; }
  .hero { width: min(100% - 2rem, 1340px); min-height: auto; grid-template-columns: 1fr; gap: 3rem; padding: 3rem 0 5rem; }
  .hero-visual { max-width: 41rem; }
  .feature-art { min-height: 260px; }
  .cycle-section { grid-template-columns: 1fr; gap: 3rem; }
  .presence-section { grid-template-columns: 1fr; }
  .presence-art { max-width: 33rem; }
  .details-section { grid-template-columns: 1fr; gap: 2.5rem; }
  .beta-callout { align-items: flex-start; flex-direction: column; }
  .beta-hero { grid-template-columns: minmax(0, 1fr) minmax(18rem, .72fr); gap: 3rem; }
  .beta-form-section { grid-template-columns: 1fr; gap: 3rem; }
  .beta-form-heading { position: static; }
}

@media (max-width: 540px) {
  .site-header { padding: 1rem 0; }
  .brand { font-size: .9rem; }
  .brand img { width: 39px; height: 39px; }
  .nav-privacy { font-size: .7rem; }
  h1 { font-size: clamp(3.6rem, 16vw, 5.2rem); }
  .hero-text { font-size: .96rem; }
  .visual-frame { border-radius: 2px 2px 4rem 2px; box-shadow: 12px 14px 0 var(--electric); }
  .big-number { right: 1rem; }
  .phase-grid, .details-grid { grid-template-columns: 1fr; }
  .phase-card { min-height: 20rem; }
  .presence-section { padding-inline: 1rem; }
  .presence-image-wrap img { min-height: 23rem; }
  .closing { flex-direction: column; align-items: flex-start; gap: 1rem; margin-bottom: 4rem; }
  .closing-number { font-size: 13rem; }
  .beta-callout { width: min(100% - 2rem, 1180px); margin-bottom: 4rem; }
  .beta-hero { width: min(100% - 2rem, 1180px); grid-template-columns: 1fr; padding-top: 3.5rem; }
  .beta-panel { min-height: 23rem; max-width: 32rem; box-shadow: 12px 14px 0 rgba(255,94,156,.74); }
  .beta-form-section { width: min(100% - 2rem, 1180px); padding-top: 4rem; }
  .form-shell { margin-inline: -1rem; padding: .35rem; box-shadow: 9px 10px 0 rgba(138,108,255,.38); }
  .form-shell iframe { min-height: 958px; }
  .site-footer { width: min(100% - 2rem, 1340px); flex-wrap: wrap; }
  .legal-main { width: min(100% - 2rem, 980px); }
  .legal-content { padding: 1.4rem; box-shadow: 9px 9px 0 rgba(255,94,156,.2); }
  .legal-lead { font-size: 1.08rem; }
}
