:root {
  color-scheme: dark;
  --ink-1000: #050607;
  --ink-950: #08090b;
  --ink-900: #0e1013;
  --ink-850: #14171b;
  --ink-800: #1a1e23;
  --ink-700: #292f36;
  --line: rgb(255 255 255 / 0.12);
  --line-strong: rgb(255 255 255 / 0.25);
  --text: #f7f7f4;
  --text-soft: #c5c8cb;
  --text-muted: #858b92;
  --accent: #d8ff4f;
  --accent-ink: #111307;
  --cyan: #6bd8e4;
  --coral: #ff8175;
  --yellow: #ffd36a;
  --danger: #ff6f78;
  --success: #76dd9b;
  --scene-black: #000;
  --panel-black: rgb(0 0 0 / 0.72);
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.375rem;
  --text-2xl: 1.875rem;
  --text-3xl: 3rem;
  --text-4xl: 4.75rem;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-pill: 999px;
  --container: 1280px;
  --copy: 720px;
  --header-height: 68px;
  --z-header: 60;
  --z-menu: 55;
  --z-modal: 100;
  --motion-fast: 140ms;
  --motion-medium: 280ms;
  --motion-slow: 620ms;
  --motion-scene: 760ms;
  --ease-smooth: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-enter: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-exit: cubic-bezier(0.4, 0, 1, 1);
  --ease-press: cubic-bezier(0.2, 0.8, 0.2, 1.15);
}
