/*
 * theme.css — WRITTEN BY THE PLATFORM. Do not edit.
 *
 * Palette: Balanced Holographic UI (technology)
 * Source colours: #020731 #041258 #653ca1 #ac91f1 #f1ebfe
 *
 * Every value below is either one of those five or derived from them, and each
 * one is contrast-corrected against this palette's own background. Consume
 * them with var(--token); never write a colour value in app code.
 */

:root {
  --canvas: #f5f1fe;
  --surface: #fbf9ff;
  --surface-2: #e9e5f4;
  --border: #d3d0e1;
  --border-strong: #acabc1;
  --ink: #020731;
  --muted: #636583;
  --accent: #653ca1;
  --accent-hover: #563389;
  --accent-ink: #ffffff;
  --accent-text: #653ca1;
  --accent-strong: #653ca1;
  --accent-soft: #e1d8f1;
  --accent-border: #b4a0d4;
  --success: #15803d;
  --success-ink: #ffffff;
  --success-soft: #dae3e7;
  --success-strong: #116d34;
  --warning: #b45309;
  --warning-ink: #ffffff;
  --warning-soft: #eddee1;
  --warning-strong: #994607;
  --danger: #b91c1c;
  --danger-ink: #ffffff;
  --danger-soft: #eed7e3;
  --danger-strong: #b91c1c;

  --radius-sm: 6px;
  --radius: 10px;
  --radius-lg: 14px;
  --radius-pill: 999px;

  --shadow: 0 1px 2px rgba(15, 18, 26, 0.05);
  --shadow-raised: 0 1px 2px rgba(15, 18, 26, 0.06), 0 8px 24px rgba(15, 18, 26, 0.06);

  --font-sans: "Public Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
