/*
 * theme.css — WRITTEN BY THE PLATFORM. Do not edit.
 *
 * Palette: Cyber Green Terminal (technology)
 * Source colours: #000000 #0a0e14 #1c1f26 #34d399 #d1fae5
 *
 * 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: #eefcf5;
  --surface: #f7fefb;
  --surface-2: #e2efe9;
  --border: #cdd9d3;
  --border-strong: #a7b0ac;
  --ink: #000000;
  --muted: #5f6562;
  --accent: #34d399;
  --accent-hover: #2cb382;
  --accent-ink: #000000;
  --accent-text: #1f805d;
  --accent-strong: #1d7656;
  --accent-soft: #d4f6e8;
  --accent-border: #9aeacc;
  --success: #15803d;
  --success-ink: #ffffff;
  --success-soft: #d4eddf;
  --success-strong: #137638;
  --warning: #b45309;
  --warning-ink: #ffffff;
  --warning-soft: #e7e8d9;
  --warning-strong: #a64c08;
  --danger: #b91c1c;
  --danger-ink: #ffffff;
  --danger-soft: #e8e1db;
  --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;
}
