/* GENERATED by site/build.ts from app/src/design/palette.ts — do not edit. */
:root {
  color-scheme: dark;
  --bg: #131518;
  --panel: #15181c;
  --surface: #1b1e23;
  --surface-alt: #191c21;
  --surface-raised: #222630;
  --surface-active: #1e222a;
  --scrim: rgba(9,11,13,0.82);
  --input-bg: #1b1e23;
  --border: rgba(255,255,255,0.07);
  --border-soft: rgba(255,255,255,0.05);
  --border-strong: rgba(255,255,255,0.12);
  --border-dashed: rgba(255,255,255,0.14);
  --text: #e8eaed;
  --text-body: #c6ccd4;
  --text-secondary: #9aa2ad;
  --text-muted: #5c646f;
  --accent: #b4f461;
  --on-accent: #16210a;
  --accent-fill: rgba(180,244,97,0.10);
  --accent-fill-strong: rgba(180,244,97,0.25);
  --accent-glow: rgba(180,244,97,0.25);
  --info: #5cc8ff;
  --info-fill: rgba(92,200,255,0.12);
  --info-glow: rgba(92,200,255,0.25);
  --warn: #e8b45a;
  --warn-fill: rgba(232,180,90,0.12);
  --note: #9d8cff;
  --list: #c792ea;
  --danger: #ff7a85;
  --danger-fill: rgba(255,122,133,0.10);
  --danger-glow: rgba(255,122,133,0.25);
  --done: #7ee787;
  --done-fill: rgba(126,231,135,0.10);
  --node-stub: #3a3f47;
  --edge: rgba(255,255,255,0.10);
  --hue-lime: #b4f461;
  --hue-teal: #45d6b0;
  --hue-cyan: #5cc8ff;
  --hue-blue: #7fa6ff;
  --hue-violet: #a98cff;
  --hue-magenta: #ea7fd0;
  --hue-rose: #ff8098;
  --hue-amber: #e8b45a;
  --shadow-pane: 0 24px 80px rgba(0, 0, 0, 0.55), 0 2px 8px rgba(0, 0, 0, 0.4);
  --shadow-fab: 0 6px 20px rgba(180, 244, 97, 0.25);
  --node-note: #9d8cff;
  --node-idea: #e8b45a;
  --node-task: #b4f461;
  --node-task-done: #7ee787;
  --node-task-cancelled: #5c646f;
  --node-list: #c792ea;
  --node-unfiled: #3a3f47;
  --edge-hi: rgba(180,244,97,0.45);
  --bg-void: #131518;
  --bg-deep: #15181c;
  --bg-surface: #1b1e23;
  --bg-raised: #222630;
  --bg-veil: rgba(9,11,13,0.82);
  --bg-input: #1b1e23;
  --ink-hi: #e8eaed;
  --ink-mid: #c6ccd4;
  --ink-low: #9aa2ad;
  --ink-faint: #5c646f;
  --ink-on-energy: #16210a;
  --energy1: #b4f461;
  --energy2: #b4f461;
  --energy-glow: rgba(180,244,97,0.25);
  --energy-glow-faint: rgba(180,244,97,0.10);
  --recall1: #5cc8ff;
  --recall2: #5cc8ff;
  --recall-glow: rgba(92,200,255,0.25);
  --recall-glow-faint: rgba(92,200,255,0.12);
  --ok: #7ee787;
  --line: rgba(255,255,255,0.07);
  --line-strong: rgba(255,255,255,0.12);
  --font-ui: 'Space Grotesk', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  --fs-tiny: 10px;
  --fs-meta: 11px;
  --fs-small: 12px;
  --fs-body: 13.5px;
  --fs-card: 15px;
  --fs-lede: 18px;
  --fs-screen: 22px;
  --fs-h3: 24px;
  --fs-h2: 32px;
  --fs-h1: 44px;
  --fs-display: 64px;
  --r-xs: 6px;
  --r-s: 8px;
  --r-row: 10px;
  --r-m: 12px;
  --r-card: 14px;
  --r-l: 16px;
  --r-bubble: 18px;
  --r-panel: 24px;
  --r-full: 999px;
  --s-1: 4px;
  --s-2: 8px;
  --s-3: 12px;
  --s-4: 16px;
  --s-5: 20px;
  --s-6: 32px;
  --s-7: 48px;
  --s-8: 64px;
  --s-9: 96px;
  --s-10: 128px;
}

/* ---------------------------------------------------------------- fonts --
   The same files the app ships, converted to woff2 at build time. Self-hosted
   rather than pulled from Google's CDN: this page links to a privacy policy,
   and a page that reports on a third party while calling out to one is a bad
   look — plus it removes a render-blocking request to a host we do not own. */
@font-face {
  font-family: 'Space Grotesk';
  src: url('/fonts/SpaceGrotesk-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('/fonts/SpaceGrotesk-500.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('/fonts/SpaceGrotesk-700.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Mono';
  src: url('/fonts/IBMPlexMono-500.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}

/* ---------------------------------------------------------------- reset -- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
body {
  background: var(--bg);
  color: var(--text-body);
  font-family: var(--font-ui);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }

/* Focus is visible and lime — this page is keyboard-navigable on purpose. */
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }

.skip {
  position: absolute; left: -9999px; top: var(--s-3);
  background: var(--accent); color: var(--on-accent);
  padding: var(--s-2) var(--s-4); border-radius: var(--r-full);
  font-weight: 500; z-index: 100;
}
.skip:focus { left: var(--s-4); }

/* --------------------------------------------------------------- layout -- */
.wrap { width: 100%; max-width: 1080px; margin: 0 auto; padding: 0 var(--s-5); }
section { padding: var(--s-8) 0; }
@media (max-width: 720px) { section { padding: var(--s-8) 0; } }

.kicker {
  font-family: var(--font-mono);
  font-size: var(--fs-tiny);
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
}
.kicker.recall { color: var(--info); }

h1, h2, h3 { font-family: var(--font-ui); font-weight: 700; color: var(--text); line-height: 1.12; letter-spacing: -.02em; }
h1 { font-size: clamp(38px, 7vw, var(--fs-display)); }
h2 { font-size: clamp(27px, 4.4vw, var(--fs-h2)); letter-spacing: -.015em; }
h3 { font-size: var(--fs-h3); font-weight: 500; letter-spacing: -.01em; }
p { color: var(--text-body); }
.lede { font-size: clamp(16px, 2vw, var(--fs-lede)); color: var(--text-secondary); line-height: 1.55; }

/* ------------------------------------------------------------------ nav -- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-soft);
}
.nav .wrap { display: flex; align-items: center; gap: var(--s-5); height: 62px; }
.brand { display: flex; align-items: center; gap: 9px; font-weight: 700; color: var(--text); text-decoration: none; font-size: var(--fs-card); letter-spacing: -.01em; }
.brand .dot { width: 9px; height: 9px; border-radius: var(--r-full); background: var(--accent); box-shadow: 0 0 12px var(--accent-glow); flex: none; }
.nav nav { display: flex; gap: var(--s-5); margin-left: auto; }
.nav nav a { color: var(--text-secondary); text-decoration: none; font-size: var(--fs-small); transition: color .14s; }
.nav nav a:hover, .nav nav a[aria-current='page'] { color: var(--text); }
@media (max-width: 720px) { .nav nav { display: none; } .nav .btn { margin-left: auto; } }

/* --------------------------------------------------------------- button -- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 22px; border-radius: var(--r-full);
  font-family: var(--font-ui); font-size: 14px; font-weight: 500;
  text-decoration: none; border: 1px solid var(--border-strong); color: var(--text);
  background: transparent; cursor: pointer; white-space: nowrap;
  transition: transform .14s, background .14s, border-color .14s, box-shadow .14s;
}
.btn:hover { border-color: var(--text-muted); background: var(--surface); transform: translateY(-1px); }
.btn-primary {
  background: var(--accent); color: var(--on-accent); border-color: var(--accent);
  font-weight: 700; box-shadow: var(--shadow-fab);
}
.btn-primary:hover { background: var(--accent); border-color: var(--accent); box-shadow: 0 8px 28px var(--accent-glow); }
.btn-sm { padding: 8px 16px; font-size: var(--fs-small); }
.btn-row { display: flex; flex-wrap: wrap; gap: var(--s-3); }
/* These replace inline style="" attributes. The site's own CSP sets
   style-src 'self', so the browser was discarding those silently — an inline
   style on a page that forbids inline styles is just a comment. */
.btn-row.pushed { margin-top: var(--s-4); }
.btn-row.pushed-lg { margin-top: var(--s-6); }

/* ----------------------------------------------------------------- hero --
   The backdrop is the Constellation, quoted rather than reproduced: a static
   field of stars and a few faint edges. It is one inline SVG at low opacity,
   masked to fade out downward, so it reads as depth and never as content. */
.hero { position: relative; padding: var(--s-8) 0; overflow: hidden; }
.hero-sky {
  position: absolute; inset: -10% -20% auto; height: 130%;
  pointer-events: none; z-index: 0; opacity: .5;
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 30%, transparent 78%);
  mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 30%, transparent 78%);
}
.hero > .wrap { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-7); align-items: center; }
@media (max-width: 940px) { .hero-grid { grid-template-columns: 1fr; gap: var(--s-6); } }
.badge {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 5px 13px 5px 9px; border-radius: var(--r-full);
  border: 1px solid var(--border-strong); background: var(--surface);
  font-family: var(--font-mono); font-size: var(--fs-tiny); font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase; color: var(--text-secondary);
}
.badge .dot { width: 6px; height: 6px; border-radius: var(--r-full); background: var(--accent); box-shadow: 0 0 8px var(--accent-glow); }
.hero h1 { margin: var(--s-5) 0 var(--s-4); max-width: 14ch; font-size: clamp(36px, 5vw, 54px); }
.hero h1 em { font-style: normal; color: var(--accent); }
.hero .lede { max-width: 56ch; }
.hero .btn-row { margin-top: var(--s-6); }
.hero-note { margin-top: var(--s-3); font-size: var(--fs-small); color: var(--text-secondary); }

/* -------------------------------------------------------------- receipt --
   A quotation of "features/agent/Receipt.tsx": the same surface, the same
   "borderStrong" hairline, the same 18px bubble radius with the bottom-left
   corner squared off to 4px. If the app's bubble changes shape, this is the
   line to change with it. */
.demo { display: grid; gap: var(--s-4); max-width: 560px; }
.msg { max-width: 92%; padding: 11px 16px; border-radius: var(--r-bubble); font-size: var(--fs-card); line-height: 1.45; }
.msg-you { align-self: flex-end; margin-left: auto; background: var(--accent-fill-strong); color: var(--text); border-bottom-right-radius: 4px; }
.receipt {
  align-self: flex-start; width: 100%;
  background: var(--surface); border: 1px solid var(--border-strong);
  border-radius: var(--r-bubble); border-bottom-left-radius: 4px;
  padding: 14px 16px; box-shadow: var(--shadow-pane);
}
.receipt-head { display: flex; align-items: center; gap: 8px; }
.receipt-head .kicker { color: var(--accent); }
.receipt-said { margin: 10px 0 12px; color: var(--text); font-size: var(--fs-card); }
.receipt-line {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px; border-radius: var(--r-row);
  background: var(--accent-fill); border: 1px solid color-mix(in srgb, var(--accent) 22%, transparent);
}
.receipt-line .tick { color: var(--accent); flex: none; }
.receipt-line .what { color: var(--text); font-size: var(--fs-body); font-weight: 500; }
.receipt-line .when {
  margin-left: auto; font-family: var(--font-mono); font-size: var(--fs-tiny);
  color: var(--accent); text-transform: uppercase; letter-spacing: .1em; white-space: nowrap;
}
.receipt-foot { display: flex; align-items: center; gap: 8px; margin-top: 11px; }
.tool-tag {
  font-family: var(--font-mono); font-size: var(--fs-tiny); color: var(--text-muted);
  border: 1px solid var(--border); border-radius: var(--r-xs); padding: 3px 7px;
}
.receipt-type { font-family: var(--font-mono); font-size: var(--fs-tiny); color: var(--text-muted); letter-spacing: .1em; text-transform: uppercase; }
.demo-caption {
  max-width: 52ch; margin-top: var(--s-5); padding-left: var(--s-4);
  border-left: 2px solid var(--accent); color: var(--text-secondary); font-size: var(--fs-lede); line-height: 1.5;
}

/* ---------------------------------------------------------------- cards -- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-4); margin-top: var(--s-7); }
@media (max-width: 860px) { .grid-3 { grid-template-columns: 1fr; } }
.card {
  padding: var(--s-5); border-radius: var(--r-panel);
  background: var(--surface); border: 1px solid var(--border);
}
.card h3 { margin: var(--s-3) 0 var(--s-2); }
.card p { font-size: var(--fs-card); color: var(--text-secondary); }

/* ---------------------------------------------------------------- steps -- */
.steps { display: grid; gap: var(--s-2); margin-top: var(--s-7); counter-reset: step; }
.step { display: grid; grid-template-columns: auto 1fr; gap: var(--s-4); align-items: start; padding: var(--s-5) 0; border-top: 1px solid var(--border); }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  font-family: var(--font-mono); font-size: var(--fs-small); color: var(--accent);
  padding-top: 4px; letter-spacing: .08em;
}
.step h3 { margin-bottom: 6px; }
.step p { color: var(--text-secondary); max-width: 62ch; }

/* ---------------------------------------------------------------- trust -- */
.trust { background: var(--panel); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.trust .head { max-width: 62ch; }
.trust .head p { margin-top: var(--s-4); }
.nevers { display: grid; gap: var(--s-4); margin-top: var(--s-7); grid-template-columns: repeat(3, 1fr); }
@media (max-width: 860px) { .nevers { grid-template-columns: 1fr; } }
.never { padding: var(--s-5); border-radius: var(--r-panel); background: var(--surface); border: 1px solid var(--border); position: relative; }
.never .x {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; border-radius: var(--r-full);
  background: var(--danger-fill); border: 1px solid color-mix(in srgb, var(--danger) 35%, transparent);
  color: var(--danger); font-family: var(--font-mono); font-size: var(--fs-card); line-height: 1;
}
.never h3 { font-size: var(--fs-screen); margin: var(--s-2) 0 var(--s-3); }
.never p { font-size: var(--fs-card); color: var(--text-secondary); }

/* ----------------------------------------------------------------- band -- */
.band { display: grid; grid-template-columns: 1.1fr 1fr; gap: var(--s-7); align-items: center; }
@media (max-width: 860px) { .band { grid-template-columns: 1fr; gap: var(--s-5); } }
.band p { margin-top: var(--s-4); }
.langchips { display: flex; flex-wrap: wrap; gap: var(--s-2); }
.langchip {
  padding: 10px 18px; border-radius: var(--r-full); border: 1px solid var(--border-strong);
  background: var(--surface); font-size: var(--fs-card); color: var(--text);
}
.langchip .flagless { font-family: var(--font-mono); font-size: var(--fs-tiny); color: var(--info); letter-spacing: .1em; margin-right: 8px; text-transform: uppercase; }

/* -------------------------------------------------------------- closing -- */
.closing { text-align: center; }
.closing .inner {
  padding: var(--s-8) var(--s-5); border-radius: var(--r-panel);
  background: var(--surface); border: 1px solid var(--border-strong);
  position: relative; overflow: hidden;
}
.closing .inner::before {
  content: ''; position: absolute; inset: -60% 20% auto; height: 120%;
  background: radial-gradient(ellipse at 50% 0%, var(--accent-fill) 0%, transparent 68%);
  pointer-events: none;
}
.closing h2, .closing p, .closing .btn-row { position: relative; }
.closing p { max-width: 54ch; margin: var(--s-4) auto 0; }
.closing .btn-row { justify-content: center; margin-top: var(--s-6); }

/* --------------------------------------------------------------- footer -- */
footer { border-top: 1px solid var(--border); padding: var(--s-7) 0 var(--s-8); }
.foot-top { display: flex; flex-wrap: wrap; gap: var(--s-5); align-items: flex-start; justify-content: space-between; }
.foot-tag { max-width: 34ch; color: var(--text-secondary); font-size: var(--fs-small); margin-top: var(--s-3); }
.foot-links { display: flex; flex-wrap: wrap; gap: var(--s-4); }
.foot-links a { color: var(--text-secondary); text-decoration: none; font-size: var(--fs-small); }
.foot-links a:hover { color: var(--text); }
.langs { display: flex; gap: var(--s-2); align-items: center; margin-top: var(--s-6); }
.langs span { font-family: var(--font-mono); font-size: var(--fs-tiny); color: var(--text-muted); text-transform: uppercase; letter-spacing: .12em; }
.langs a { font-size: var(--fs-small); color: var(--text-secondary); text-decoration: none; padding: 4px 10px; border-radius: var(--r-full); border: 1px solid var(--border); }
.langs a[aria-current='true'] { color: var(--on-accent); background: var(--accent); border-color: var(--accent); }

/* ---------------------------------------------------------------- prose --
   Start / Testers / Privacy / Terms. One column, generous measure. */
.prose { max-width: 68ch; }
.prose h1 { font-size: clamp(32px, 5.5vw, var(--fs-h1)); }
.prose > .lede { margin-top: var(--s-4); }
.prose h2 { font-size: var(--fs-h3); margin-top: var(--s-7); }
.prose h3 { font-size: var(--fs-screen); margin-top: var(--s-6); }
.prose p { margin-top: var(--s-3); }
.prose ul, .prose ol { margin-top: var(--s-3); padding-left: var(--s-5); display: grid; gap: var(--s-2); }
.prose li { color: var(--text-secondary); }
.prose li::marker { color: var(--accent); font-family: var(--font-mono); font-size: var(--fs-small); }
/* :not(.btn) is load-bearing. Without it this rule (0-1-1) outranks .btn-primary
   (0-1-0) and repaints the button label in the accent colour — lime text on a
   lime fill, i.e. an empty green pill. Found by rendering /start/, not by
   reading the CSS. */
.prose a:not(.btn) { color: var(--accent); text-decoration-color: color-mix(in srgb, var(--accent) 40%, transparent); text-underline-offset: 3px; }
.prose hr { border: none; border-top: 1px solid var(--border); margin: var(--s-7) 0; }
.prose .updated { font-family: var(--font-mono); font-size: var(--fs-tiny); color: var(--text-muted); text-transform: uppercase; letter-spacing: .12em; }

.panel {
  padding: var(--s-5); border-radius: var(--r-panel); background: var(--surface);
  border: 1px solid var(--border); margin-top: var(--s-5);
}
.panel.accent { border-color: color-mix(in srgb, var(--accent) 30%, transparent); background: var(--accent-fill); }
.panel .kicker + h2, .panel .kicker + h3 { margin-top: var(--s-2); }
.panel h2, .panel h3 { margin-top: 0; }
.panel .btn-row { margin-top: var(--s-4); }
.panel .note { font-size: var(--fs-small); color: var(--text-muted); margin-top: var(--s-3); }
