/**
 * Generated from Calm — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0a1f3a;
  --surface: #13294a;
  --surface-alt: #13294a;
  --text: #fafafa;
  --text-dim: #fafafa;
  --text-faint: #5a6678;
  --brand: #0066ff;
  --on-brand: #0a1f3a;
  --border: #243d65;
  --border-strong: #365182;
  --success: #42d68a;
  --warning: #ffba43;
  --danger: #ff6b6b;

  /* full color palette */
  --color-bg: #0a1f3a;
  --color-bg-strong: #040c1a;
  --color-bg-elev: #13294a;
  --color-bg-elev-strong: #1c3458;
  --color-bg-twilight: #1a2c52;
  --color-bg-dawn: #2a3d6e;
  --color-surface: #13294a;
  --color-surface-soft: #1c3458;
  --color-surface-strong: #243d65;
  --color-surface-light: #fafafa;
  --color-brand: #0066ff;
  --color-brand-hover: #0052d6;
  --color-brand-active: #003fa3;
  --color-brand-pale: #a8c8ff;
  --color-brand-deep: #001f5c;
  --color-brand-soft: #0d2456;
  --color-brand-glow: #3380ff;
  --color-text: #fafafa;
  --color-text-strong: #ffffff;
  --color-text-muted: #a8b3c5;
  --color-text-soft: #7d8a9e;
  --color-text-faint: #5a6678;
  --color-text-on-brand: #ffffff;
  --color-text-on-light: #0a1f3a;
  --color-link: #fafafa;
  --color-link-hover: #0066ff;
  --color-border: #243d65;
  --color-border-soft: #1c3458;
  --color-border-strong: #365182;
  --color-border-input: #4a648a;
  --color-star-white: #ffffff;
  --color-star-blue: #a8c8ff;
  --color-twilight-purple: #7c5fb8;
  --color-dusk-pink: #e88fa8;
  --color-scrim: rgba(4,12,26,0.8);
  --color-shadow-card: rgba(0,0,0,0.5);
  --color-shadow-elev: rgba(0,0,0,0.7);
  --color-shadow-blue-glow: rgba(0,102,255,0.25);
  --color-success: #42d68a;
  --color-warning: #ffba43;
  --color-danger: #ff6b6b;
  --color-info: #0066ff;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.6;
  --display-tracking: -0.025em;

  /* shape */
  --radius-button: 12px;
  --radius-card: 16px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 32px;
  --space-xl: 48px;

  /* fonts */
  --font-display: 'Aktiv Grotesk', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Aktiv Grotesk', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Aktiv Grotesk', ui-monospace, monospace;
}
