/*
 * namesplease.app / Gamertag generator (ledger-gamertag)
 * LVL-legal OKLCH token family. OKLCH is the source of truth (LVL color.md).
 * Neon-arcade theme (approved mock: design/mocks/gamertag/index.html):
 * charcoal-navy canvas, electric cyan primary, magenta + lime support.
 * cn-smith consumes this file into the Astro golden template unchanged.
 */
:root {
  --color-bg: oklch(0.17 0.030 262);
  --color-text: oklch(0.86 0.020 258);
  --color-heading: oklch(0.97 0.010 258);
  --color-muted: oklch(0.72 0.035 258);
  --color-border: oklch(0.31 0.050 262);
  --color-border-strong: oklch(0.43 0.060 262);
  --color-bg-dark: oklch(0.14 0.025 262);
  --color-text-dark: oklch(0.95 0.010 258);
  --color-link: oklch(0.84 0.140 210);
  --color-link-hover: oklch(0.91 0.100 210);
  --color-accent: oklch(0.80 0.140 210);
  --color-accent-hover: oklch(0.87 0.130 210);
  --color-on-accent: oklch(0.16 0.025 235);
  --color-focus: oklch(0.84 0.140 210);
  --color-ok: oklch(0.85 0.110 155);
  --color-warn: oklch(0.82 0.120 85);
  --color-error: oklch(0.74 0.150 25);
  --font-body: ui-sans-serif, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-heading: ui-sans-serif, system-ui, "Segoe UI", "Arial Black", Roboto, Helvetica, Arial, sans-serif;
  --font-size-base: 1.0625rem;
  --font-size-h1: 2.35rem;
  --font-size-h2: 1.45rem;
  --content-width: 46rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --radius: 0.6rem;
}
