/*
 * namesplease.app / Ship name generator (ledger-ship)
 * LVL-legal OKLCH token family. OKLCH is the source of truth (LVL color.md).
 * Maritime harbor-sunset skin: sail-cream body, deep navy ink and dark
 * surfaces, brass-gold accent. Same var names; values only.
 */
:root {
  --color-bg: oklch(0.968 0.014 90);
  --color-text: oklch(0.25 0.032 252);
  --color-heading: oklch(0.20 0.038 254);
  --color-muted: oklch(0.44 0.030 250);
  --color-border: oklch(0.87 0.018 90);
  --color-border-strong: oklch(0.50 0.045 250);
  --color-bg-dark: oklch(0.22 0.045 255);
  --color-text-dark: oklch(0.92 0.012 90);
  --color-link: oklch(0.43 0.100 255);
  --color-link-hover: oklch(0.36 0.105 255);
  --color-accent: oklch(0.50 0.100 80);
  --color-accent-hover: oklch(0.43 0.100 80);
  --color-on-accent: oklch(0.99 0.010 90);
  --color-focus: oklch(0.46 0.100 255);
  --color-ok: oklch(0.52 0.120 150);
  --color-warn: oklch(0.60 0.110 75);
  --color-error: oklch(0.52 0.150 25);
  --font-body: ui-sans-serif, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-heading: Georgia, "Times New Roman", ui-serif, serif;
  --font-size-base: 1.0625rem;
  --font-size-h1: 2.0rem;
  --font-size-h2: 1.45rem;
  --content-width: 46rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --radius: 0.5rem;

  /* --- Surface ladder (base.css SURFACE TOKEN CONTRACT, 2026-08-02) --- */
  --color-scheme: light;
  --color-surface: oklch(0.982 0.0056 90);
  --color-surface-sunken: oklch(0.956 0.014 90);
  --color-field-bg: oklch(0.998 0.002 90);
  --color-callout-bg: oklch(0.96 0.014 90);
  --color-ok-bg: oklch(0.965 0.032 155);
  --color-warn-bg: oklch(0.965 0.036 75);
  --color-critical-bg: oklch(0.965 0.032 25);
  --color-shadow: oklch(0.32 0.014 90);
}
