/* Clash Panel — Design-Tokens. Dunkle Grundwelt (TicketPilot/nohesi-Anmutung). */
:root {
  /* Flächen */
  --bg: #050506;
  --surface: #101012;
  --surface-2: #17171a;
  --surface-3: #1f1f23;
  --line: #232328;
  --line-strong: #2e2e34;

  /* Text */
  --ink: #f5f5f6;
  --ink-muted: #9b9ba3;
  --ink-faint: #5c5c64;

  /* Akzente (sparsam) */
  --accent: #ffffff;          /* Primär-Aktionen: hell auf dunkel */
  --accent-ink: #0a0a0b;
  --ok: #34c37a;
  --ok-bg: #0d2018;
  --warn: #e8b45a;
  --warn-bg: #241c0c;
  --danger: #e2536b;
  --danger-bg: #24101a;
  --info: #6f8dff;

  /* Geometrie */
  --radius-s: 8px;
  --radius: 12px;
  --radius-l: 16px;
  --shadow: 0 8px 30px rgba(0, 0, 0, .45);

  /* Typo */
  --font: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  --mono: ui-monospace, "Cascadia Code", Consolas, monospace;

  /* Bewegung */
  --t-fast: 120ms ease;
  --t: 200ms ease;

  color-scheme: dark;
}
