/* Dark theme, system typography, and a lightweight CSS aurora. */
:root {
  color-scheme: dark;
  --paper: #07080e;
  --ink: #f5f5fa;
  --muted: #adb0c2;
  --soft: #969ab2;
  --line: rgba(201, 207, 240, .14);
  --accent: #b4a0ff;
  --focus: #c3b2ff;
  --error: #ff9baf;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { position: relative; isolation: isolate; display: flex; flex-direction: column; min-height: 100vh; min-height: 100svh; margin: 0; font-size: 16px; line-height: 1.6; }
body > main { flex: 1; }
::selection { background: #6a4ea7; color: #fff; }
/* The gradients are painted once. Only their transforms and opacity animate. */
.ambient-background { position: fixed; z-index: -1; inset: 0; overflow: hidden; pointer-events: none; }
.ambient-background::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,8,14,.65), transparent 38%, transparent 65%, rgba(7,8,14,.6)); }
.ambient-layer { position: absolute; inset: -15% -20%; animation-play-state: paused; }
.ambient-violet { background: radial-gradient(ellipse at 27% 54%, rgba(109,49,230,.44), rgba(77,30,147,.2) 25%, transparent 54%), radial-gradient(ellipse at 69% 35%, rgba(109,97,202,.22), transparent 47%); animation: aurora-violet 24s ease-in-out infinite alternate; animation-play-state: paused; }
.ambient-blue { background: radial-gradient(ellipse at 77% 63%, rgba(25,137,161,.25), rgba(31,74,137,.16) 26%, transparent 52%), radial-gradient(ellipse at 36% 83%, rgba(182,89,145,.12), transparent 39%); animation: aurora-blue 31s ease-in-out infinite alternate; animation-play-state: paused; }
.motion-ready:not(.motion-paused):not(.page-hidden) .ambient-layer { animation-play-state: running; }
.document-page .ambient-background { opacity: .42; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button, select { cursor: pointer; }
button { color: inherit; }
img { display: block; max-width: 100%; }
svg { display: block; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [tabindex="-1"]:focus-visible { outline: 3px solid var(--focus); outline-offset: 5px; }
[hidden] { display: none !important; }
.wrap { width: min(1120px, calc(100% - 96px)); margin-inline: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; padding: 0; margin: -1px; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 20; top: 12px; left: 12px; padding: 10px 20px; background: var(--ink); color: var(--paper); border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.wordmark { text-decoration: none; font-size: 19px; font-weight: 650; letter-spacing: -.65px; white-space: nowrap; }
.brand-dot { color: var(--accent); }
nav { display: flex; align-items: center; gap: 30px; }
nav a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; font-size: 14px; color: var(--muted); transition: color 160ms ease; }
nav a:hover, nav a[aria-current="page"] { color: var(--ink); }
nav a[aria-current="page"] { text-decoration: underline; text-underline-offset: 7px; }
.hero { text-align: center; padding-block: 100px 49px; }
.eyebrow { font-size: 13px; font-weight: 500; letter-spacing: .075em; color: var(--muted); }
.hero h1 { margin-top: 24px; font-size: clamp(48px, 6.7vw, 86px); line-height: 1.07; letter-spacing: -.058em; font-weight: 550; }
.hero h1 span { color: #c1b8e4; background: linear-gradient(105deg, #cdbbf8 15%, #b8c0ec 60%, #b2d6e0 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-description { margin-top: 25px; font-size: 17px; line-height: 1.6; color: var(--muted); letter-spacing: -.2px; }
.apps { padding-bottom: 86px; scroll-margin-top: 24px; }
.app-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 52px; }
.app { display: flex; flex-direction: column; align-items: center; text-align: center; min-width: 0; }
.icon-stage { position: relative; display: grid; place-items: center; width: 210px; max-width: 100%; height: 186px; perspective: 750px; isolation: isolate; }
.icon-stage::before { content: ""; position: absolute; z-index: -1; width: 172px; height: 140px; top: 30px; border-radius: 50%; background: rgba(var(--glow), .48); filter: blur(28px); opacity: var(--intensity, 0); transform: scale(1.15); transition: opacity 400ms ease; }
.icon-float { transform: translate3d(var(--move-x, 0px), var(--move-y, 0px), 0) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); transition: transform 450ms cubic-bezier(.2,.65,.25,1); }
.app-icon { width: 144px; height: 144px; object-fit: cover; border-radius: 32px; outline: 1px solid rgba(255,255,255,.13); outline-offset: -1px; box-shadow: var(--shadow-x, 0px) var(--shadow-y, 13px) 34px -10px rgba(0,0,0,.65); transition: box-shadow 450ms ease; animation: icon-arrive 800ms cubic-bezier(.2,.65,.25,1) both; animation-delay: calc(var(--order) * 100ms); }
.platform { color: var(--muted); font-size: 12px; letter-spacing: .015em; margin-top: 18px; }
.platform span { margin-inline: 4px; color: var(--soft); }
.app h3 { margin-top: 5px; font-size: 24px; font-weight: 600; line-height: 1.3; letter-spacing: -.75px; min-height: 59px; }
.app-subtitle { display: block; font-size: 14px; line-height: 1.65; font-weight: 400; letter-spacing: -.1px; color: var(--muted); }
.app-description { flex: 1; max-width: 275px; margin-top: 8px; color: var(--muted); font-size: 15px; line-height: 1.65; text-wrap: pretty; }
.store-button, .coming-soon { min-height: 48px; margin-top: 25px; }
.store-button { display: inline-flex; align-items: center; gap: 8px; padding: 6px 16px 7px 12px; border-radius: 9px; background: #f1f2f8; color: #12131c; text-decoration: none; text-align: left; box-shadow: 0 3px 18px rgba(0,0,0,.13); transition: background 160ms ease, transform 160ms ease; }
.store-button:hover { background: #fff; transform: translateY(-2px); }
.store-button .apple-icon { width: 25px; height: 30px; fill: currentColor; }
.store-button small { display: block; font-size: 10px; line-height: 1.2; letter-spacing: .03em; }
.store-button strong { display: block; font-size: 21px; line-height: 1.08; font-weight: 500; letter-spacing: -.6px; }
.coming-soon { display: inline-flex; align-items: center; gap: 8px; padding: 9px 20px; color: #c2c5d5; font-size: 14px; background: rgba(255,255,255,.025); border: 1px solid rgba(210,213,237,.23); border-radius: 9px; }
.status-dot { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #d9b95a; }
.site-footer { border-top: 1px solid var(--line); padding-block: 27px 20px; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.footer-tagline { font-size: 13px; color: var(--muted); margin-top: 3px; }
.footer-tagline span { color: #d1cbed; }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 16px; }
.footer-email { display: block; font-size: 13px; color: var(--muted); text-decoration: none; }
.footer-email:hover { text-decoration: underline; }
.copyright { font-size: 12px; color: var(--muted); }
.motion-toggle { display: grid; place-items: center; width: 36px; height: 36px; padding: 6px; margin-left: auto; color: var(--muted); border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.motion-toggle:hover { color: var(--ink); border-color: var(--muted); }
.motion-toggle svg { width: 20px; height: 20px; }
.play-symbol, .motion-paused .pause-symbol { display: none; }
.motion-paused .play-symbol { display: block; }
/* Shared secondary pages. */
.page-intro { padding-block: 88px 49px; }
.page-intro h1 { font-size: clamp(40px, 5.8vw, 65px); font-weight: 550; line-height: 1.08; letter-spacing: -.055em; margin-top: 15px; }
.page-intro .lede { font-size: 18px; color: var(--muted); max-width: 570px; margin-top: 23px; text-wrap: pretty; }
.legal { width: min(740px, calc(100% - 96px)); margin-inline: auto; padding-bottom: 90px; }
.legal .page-intro { padding-bottom: 35px; }
.updated { color: var(--muted); font-size: 13px; margin-top: 22px; }
.legal-toc { border-block: 1px solid var(--line); padding-block: 24px; margin-block: 0 47px; }
.legal-toc h2 { font-size: 14px; font-weight: 600; margin: 0 0 12px; }
.legal-toc ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 26px; margin: 0; padding: 0; list-style: none; }
.legal-toc a { display: inline-block; font-size: 14px; color: var(--muted); padding-block: 3px; text-decoration: none; }
.legal-toc a:hover { color: var(--ink); text-decoration: underline; }
.legal-copy section { margin-top: 36px; scroll-margin-top: 28px; }
.legal-copy h2 { font-size: 23px; line-height: 1.35; font-weight: 550; letter-spacing: -.6px; margin-bottom: 15px; }
.legal-copy h3 { font-size: 18px; line-height: 1.4; font-weight: 600; margin-block: 25px 10px; }
.legal-copy h4 { font-size: 16px; line-height: 1.5; font-weight: 600; margin-block: 22px 9px; }
.policy-summary { margin-bottom: 34px; }
.app-divider { border: 0; border-top: 1px solid var(--line); margin-block: 34px; }
.legal-copy p, .legal-copy li { color: #b7b9c9; font-size: 16px; line-height: 1.85; }
.legal-copy p + p { margin-top: 14px; }
.legal-copy ul { padding-left: 23px; margin-block: 12px; }
.legal-copy li + li { margin-top: 7px; }
.legal-copy a { overflow-wrap: anywhere; }
.contact-page { max-width: 980px; padding-bottom: 98px; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.25fr; gap: 88px; border-top: 1px solid var(--line); padding-top: 42px; }
.contact-details h2 { font-size: 14px; font-weight: 500; color: var(--muted); margin-bottom: 5px; }
.contact-details > div + div { margin-top: 30px; }
.contact-details a { font-size: 19px; font-weight: 500; letter-spacing: -.4px; text-decoration: none; }
.contact-details a:hover { text-decoration: underline; }
.contact-note { color: var(--muted); font-size: 14px; margin-top: 35px; max-width: 245px; }
.form-intro { margin-bottom: 24px; color: var(--muted); font-size: 14px; }
.form-intro a { color: var(--ink); }
fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.field { margin-bottom: 20px; }
.field label { display: block; font-size: 14px; font-weight: 500; margin-bottom: 7px; }
.optional { font-weight: 400; color: var(--muted); margin-left: 4px; font-size: 12px; }
input, select, textarea { width: 100%; min-width: 0; padding: 12px 13px; color: var(--ink); background: #13141f; border: 1px solid #64667c; border-radius: 7px; font-size: 16px; line-height: 1.45; }
select { min-height: 49px; }
textarea { display: block; min-height: 146px; resize: vertical; }
input:hover, select:hover, textarea:hover { border-color: #9585b7; }
input[aria-invalid="true"], textarea[aria-invalid="true"] { border-color: var(--error); }
.field-error { color: var(--error); font-size: 13px; margin-top: 6px; }
.submit-button, .primary-link { display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 12px 21px; min-height: 48px; border: 0; border-radius: 8px; color: var(--paper); background: var(--ink); font-size: 14px; font-weight: 500; text-decoration: none; transition: background 160ms ease; }
.submit-button:hover, .primary-link:hover { background: #d8d1f5; }
.submit-button:disabled { opacity: .65; cursor: wait; }
.submit-button svg { width: 15px; height: 15px; }
.form-privacy { margin-top: 16px; font-size: 12px; line-height: 1.65; color: var(--muted); }
.form-status { font-size: 14px; margin-top: 22px; padding-left: 15px; border-left: 2px solid #7eafa0; color: #b2decd; }
.form-status:empty { display: none; }
.form-status.is-error { color: var(--error); border-color: var(--error); }
.email-fallback { font-size: 14px; margin-top: 12px; overflow-wrap: anywhere; }
.email-fallback a { font-weight: 500; }
.not-found { text-align: center; min-height: 64vh; padding-block: 93px 112px; }
.not-found h1 { font-size: clamp(44px, 6vw, 72px); font-weight: 550; letter-spacing: -.055em; line-height: 1.1; margin: 20px 0; }
.not-found .lede { color: var(--muted); max-width: 440px; margin: 0 auto 28px; }
@keyframes icon-arrive { from { opacity: 0; transform: translateY(14px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes aurora-violet { from { transform: translate3d(-5%, -4%, 0) rotate(-8deg) scale(1); opacity: .72; } to { transform: translate3d(8%, 7%, 0) rotate(9deg) scale(1.13); opacity: 1; } }
@keyframes aurora-blue { from { transform: translate3d(7%, 3%, 0) rotate(7deg) scale(1.08); opacity: 1; } to { transform: translate3d(-8%, -6%, 0) rotate(-9deg) scale(.98); opacity: .6; } }
@media (min-width: 741px) { .app-description { min-height: 75px; } }
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 64px); }
  .app-grid { gap: 26px; }
  .contact-grid { gap: 45px; }
  .hero { padding-top: 80px; }
}
@media (max-width: 740px) {
  .wrap, .legal { width: calc(100% - 44px); }
  .wordmark { font-size: 18px; }
  .hero { padding-block: 68px 38px; }
  .hero h1 { font-size: clamp(42px, 8.7vw, 63px); margin-top: 19px; }
  .hero-description { font-size: 16px; margin-top: 23px; }
  .eyebrow { font-size: 12px; }
  .app-grid { grid-template-columns: 1fr; gap: 66px; }
  .apps { padding-bottom: 77px; }
  .icon-stage { height: 175px; }
  .platform { margin-top: 13px; }
  .app h3 { min-height: 0; margin-top: 5px; }
  .app-description { margin-top: 12px; max-width: 292px; font-size: 16px; }
  .store-button, .coming-soon { margin-top: 22px; }
  .footer-top { flex-direction: column; align-items: flex-start; gap: 14px; }
  .site-footer nav { flex-wrap: wrap; gap: 10px 25px; }
  .footer-bottom { gap: 8px 16px; margin-top: 9px; }
  .footer-email { order: -1; width: 100%; }
  .ambient-layer { inset: -5% -50%; }
  .page-intro { padding-block: 55px 35px; }
  .page-intro .lede { font-size: 17px; }
  .legal-toc ol { grid-template-columns: 1fr; gap: 3px; }
  .legal-copy h2 { font-size: 22px; }
  .legal { padding-bottom: 60px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; padding-top: 30px; }
  .contact-details { display: grid; grid-template-columns: 1fr; gap: 24px; }
  .contact-details > div + div { margin-top: 0; }
  .contact-note { margin-top: 0; max-width: 380px; }
  .contact-page { padding-bottom: 65px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .not-found { padding-block: 70px 85px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .icon-float, .store-button:hover { transform: none !important; }
  .icon-stage::before { display: none; }
  .motion-toggle { display: none; }
}
@media print {
  :root { color-scheme: light; --ink: #171717; --muted: #444; --line: #ccc; background: white; }
  body { background: white; color: black; }
  .ambient-background, .site-footer, .legal-toc, .skip-link { display: none; }
  .legal-copy p, .legal-copy li { color: #333; }
  .legal { width: 100%; padding: 0; }
  .page-intro { padding-top: 0; }
  h2, h3, h4 { break-after: avoid; }
  p, li { orphans: 3; widows: 3; }
}
