/* Hallmark · macrostructure: Feature Stack · tone: atmospheric · anchor hue: amber · theme: Aurora · enrichment: source artwork · nav: N5 · footer: Ft5 */
/* Self-critique: the system stays dark and editorial, with amber as the action hue and magenta only for small signals; no glass panels, gradient text, or decorative icon pack. */
:root {
  --color-ink: oklch(0.15 0.028 274);
  --color-ink-soft: oklch(0.22 0.035 274);
  --color-surface: oklch(0.19 0.031 274);
  --color-surface-raised: oklch(0.24 0.035 274);
  --color-surface-deep: oklch(0.115 0.025 274);
  --color-line: oklch(0.49 0.035 274 / 0.35);
  --color-text: oklch(0.94 0.02 88);
  --color-text-muted: oklch(0.74 0.03 274);
  --color-text-faint: oklch(0.60 0.035 274);
  --color-accent: oklch(0.82 0.16 78);
  --color-accent-strong: oklch(0.90 0.19 82);
  --color-accent-ink: oklch(0.16 0.035 274);
  --color-accent-2: oklch(0.71 0.16 348);
  --color-danger: oklch(0.68 0.15 30);
  --color-hero-shade: oklch(0.08 0.035 274 / 0.78);
  --color-hero-shade-soft: oklch(0.10 0.03 274 / 0.48);
  --color-nav: oklch(0.13 0.03 274 / 0.96);
  --color-glow: oklch(0.78 0.14 78 / 0.34);
  --color-shimmer: oklch(1 0 0 / 0.38);
  --color-backdrop: oklch(0.04 0.02 274 / 0.86);
  --font-display: "Bricolage Grotesque", "Noto Sans SC", sans-serif;
  --font-body: "Noto Sans SC", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
  --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;
  --radius-sm: 0.5rem;
  --radius-md: 0.875rem;
  --radius-lg: 1.25rem;
  --shadow-soft: 0 1.25rem 3rem oklch(0.06 0.02 274 / 0.25);
  --shadow-accent: 0 0 2.5rem oklch(0.78 0.14 78 / 0.2);
  --content: 76rem;
  --reading: 45rem;
}
