/* VanillaSky design system 1.0.0 — canonical in the app repository.
   Marketing consumes a reviewed, hash-locked copy. See docs/design-system.md. */
@font-face{font-family:"Inter Tight";font-style:normal;font-weight:400 800;font-display:swap;src:url("/fonts/inter-tight-latin.woff2") format("woff2")}
:root{
 --sand:#faf5eb;--bone:#f6eee2;--card:#fff;--ink:#1d1d1f;
 --ink-65:#63656a;--ink-50:#63656a;--ink-35:#76787e;--ink-10:#e5e3de;--ink-8:#eeece7;
 --navy:#15244c;--electric:#3659d9;--electric-10:#edf1ff;--night:#101319;--dark-fg:#f9fafb;
 --lilac:#e7dcff;--peach:#ffdfc1;--sage:#cdf1d8;--error:#b42318;--success:#246b45;
 --font:"Inter Tight",ui-sans-serif,system-ui,-apple-system,sans-serif;
 --color-canvas:var(--sand);--color-surface:var(--card);--color-text:var(--ink);--color-muted:var(--ink-65);
 --color-action:var(--navy);--color-focus:var(--electric);--color-field-border:#8a8c91;
 --shell-width:70rem;--reading-width:40rem;--form-width:50rem;--page-gutter:1.5rem;
 --control-height:3rem;--control-compact:2.75rem;--radius-field:.75rem;--radius-card:1.5rem;
 --space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;
 --shadow-card:0 16px 48px -28px #15244c33;--shadow-nav:0 10px 30px -18px #15244c33;
 --ease:cubic-bezier(.22,1,.36,1);--duration-feedback:120ms;--duration-transition:180ms;
}
@media(max-width:640px){:root{--page-gutter:1rem}}
