/* Local styles only. No framework, remote font or JavaScript dependency. */
*, ::before, ::after { box-sizing: border-box; margin: 0; padding: 0; border: 0 solid; }
html { -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; }
h1,h2,h3,h4,h5,h6 { font-size: inherit; font-weight: inherit; }
b,strong { font-weight: bolder; }
ol,ul,menu { list-style: none; }
img,svg { display: block; vertical-align: middle; }
img { max-width: 100%; height: auto; }
:root, .dark {
  color-scheme: dark;
  --background: #080f18; --foreground: #f2f6fc;
  --card: #0d1825; --card-foreground: #f2f6fc;
  --popover: #101e2c; --popover-foreground: #f2f6fc;
  --primary: #67d7f3; --primary-foreground: #071119;
  --secondary: #152737; --secondary-foreground: #e4edf4;
  --muted: #13222f; --muted-foreground: #a9b8c8;
  --accent: #67d7f3; --accent-foreground: #071119;
  --border: #253543; --input: #253543; --ring: #67d7f3;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; font: 16px/1.6 "Segoe UI", Arial, sans-serif; background: var(--background); color: var(--foreground); }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--primary); outline-offset: 6px; }
.site-shell { max-width: 1440px; margin: auto; padding: 0 7%; }
.site-header { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--border); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 25px; font-weight: 650; letter-spacing: -.7px; }
.brand img { border-radius: 10px; }
nav { display: flex; gap: 32px; font-size: 14px; } nav a { display: inline-flex; align-items: center; gap: 6px; }
.hero { min-height: 650px; padding: 100px 0; display: grid; grid-template-columns: 1.5fr 1fr; gap: 60px; align-items: center; }
.eyebrow { font: 12px/1.6 Consolas, monospace; letter-spacing: .12em; color: var(--muted-foreground); }
.status-dot { display: inline-block; height: 6px; width: 6px; border-radius: 100%; background: var(--primary); vertical-align: middle; margin-right: 10px; }
h1 { font-size: clamp(2.5rem, 4.5vw, 4.4rem); line-height: 1.06; font-weight: 550; letter-spacing: -.055em; margin: 26px 0; } h1 span { color: var(--primary); }
.hero-copy > p { max-width: 505px; font-size: 18px; color: var(--muted-foreground); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; flex-wrap: wrap; }
.primary-link { display: inline-flex; gap: 22px; align-items: center; background: var(--primary); color: var(--primary-foreground); border-radius: 8px; padding: 16px 22px; font-size: 15px; font-weight: 600; }
.release-note { font-size: 12px; line-height: 1.5; color: var(--muted-foreground); }.release-note strong { font-weight: 400; color: var(--foreground); }
.hero-brand { padding: 40px 20px; display: flex; flex-direction: column; align-items: center; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.hero-brand img { display: block; max-width: 100%; height: auto; border-radius: 25%; }
.coordinate { align-self: flex-end; font: 12px Consolas, monospace; color: var(--muted-foreground); }
.brand-caption { font-size: 14px; color: var(--muted-foreground); margin-top: 20px; }
.app-section { display: grid; grid-template-columns: .85fr 1.4fr; gap: 70px; padding: 60px 0 90px; border-top: 1px solid var(--border); }
h2 { font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.12; font-weight: 500; letter-spacing: -.04em; margin: 20px 0; }
.section-intro p { max-width: 320px; color: var(--muted-foreground); }
.feature-list article { display: flex; align-items: flex-start; gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--border); }.feature-list article:first-child { padding-top: 0; }
.feature-list article > svg { flex-shrink: 0; margin-top: 6px; color: var(--primary); }.feature-list article > span { font: 12px Consolas, monospace; margin-left: auto; color: var(--muted-foreground); }
h3 { margin: 0 0 9px; font-size: 21px; font-weight: 500; letter-spacing: -.02em; }.feature-list p { margin: 0; color: var(--muted-foreground); max-width: 410px; }
.availability { padding: 65px 50px; border: 1px solid var(--border); border-radius: 12px; background: var(--card); margin-bottom: 80px; }
.availability p { max-width: 620px; color: var(--muted-foreground); }.availability > a { display: inline-flex; gap: 12px; align-items: center; color: var(--primary); margin-top: 14px; }
.site-footer { border-top: 1px solid var(--border); display: flex; align-items: flex-start; gap: 50px; padding: 35px 0 45px; font-size: 14px; color: var(--muted-foreground); }
.site-footer strong { font-size: 22px; color: var(--foreground); }.site-footer p { margin: 12px 0; }.site-footer > div:nth-child(2) { display: flex; flex-direction: column; gap: 8px; margin-left: auto; }.footer-year { font-family: Consolas, monospace; }
.legal-page { max-width: 800px; margin: auto; padding: 45px 24px 90px; }.legal-page a { color: var(--primary); }.legal-page h1 { font-size: 40px; margin-top: 60px; }.legal-page h2 { font-size: 24px; margin-top: 38px; }.legal-note { padding: 20px; border: 1px solid var(--border); border-radius: 8px; background: var(--card); }
@media (hover:hover) { nav a:hover, .site-footer a:hover { color: var(--primary); }.primary-link:hover { background: #9ee8fa; } }
@media (max-width: 760px) {
  .site-shell { padding: 0 6%; }.site-header { min-height: 82px; }nav { gap: 18px; } nav a:first-child { display: none; }
  .hero { padding: 58px 0; grid-template-columns: 1fr; gap: 40px; min-height: auto; }.hero-copy > p { font-size: 16px; }.hero-brand { display: none; }
  .app-section { grid-template-columns: 1fr; gap: 32px; padding: 40px 0 55px; }.section-intro p { max-width: 100%; }.feature-list article { gap: 18px; }
  .availability { padding: 32px 22px; margin-bottom: 45px; }.site-footer { flex-wrap: wrap; gap: 20px; }.site-footer > div:nth-child(2) { margin-left: 0; }.footer-year { margin-left: auto; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Readable legal document, shared with the existing landing palette. */
.legal-page { max-width: 900px; overflow-wrap: anywhere; }
.legal-page h1 { font-size: clamp(2rem, 5vw, 2.7rem); line-height: 1.15; }
.legal-page section p { margin: 0 0 1rem; }
.legal-date { color: var(--muted-foreground); margin-bottom: 1.5rem; font-size: .875rem; }
.legal-note a { display: inline-block; margin-top: .75rem; }
.legal-toc { display: grid; gap: .65rem; margin: 2rem 0; font-size: 1rem; }
.legal-toc a:first-child { display: inline; }
.legal-page dt { font-weight: 650; margin-top: 1.5rem; }
.legal-page dd { margin: .5rem 0 1rem; }
.legal-page section { scroll-margin-top: 1.5rem; }
.legal-footer { display: flex; flex-wrap: wrap; gap: 1.5rem; border-top: 1px solid var(--border); padding-top: 1.5rem; margin-top: 3rem; }
@media (hover: hover) { .legal-page a:hover { text-decoration: underline; } }
@media print {
  .legal-page { max-width: none; color: #111; background: white; padding: 0; }
  body { color: #111; background: white; }
  .legal-page a { color: #111; text-decoration: underline; }
  .legal-back, .legal-toc, .legal-footer { display: none; }
  .legal-note { background: transparent; border-color: #aaa; }
}
