/**
 * Generated from StackBlitz — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #1c1f25;
  --surface: #24272e;
  --surface-alt: #24272e;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #565d6b;
  --brand: #1574ef;
  --on-brand: #ffffff;
  --border: rgba(255,255,255,0.08);
  --border-strong: rgba(255,255,255,0.14);
  --success: #34d399;
  --warning: #fbbf24;
  --danger: #f87171;

  /* full color palette */
  --color-bg: #1c1f25;
  --color-bg-deep: #15181d;
  --color-bg-darker: #101216;
  --color-surface: #24272e;
  --color-surface-high: #2c3038;
  --color-surface-low: #1f2127;
  --color-surface-elev: #363b45;
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-body: #e4e7ec;
  --color-text-muted: #9ba3b4;
  --color-text-soft: #7d8694;
  --color-text-faint: #565d6b;
  --color-text-on-brand: #ffffff;
  --color-brand: #1574ef;
  --color-brand-hover: #2b80f0;
  --color-brand-deep: #0f5fcc;
  --color-brand-soft: rgba(21,116,239,0.16);
  --color-brand-tint: rgba(21,116,239,0.08);
  --color-accent-bolt: #1574ef;
  --color-accent-purple: #8b5cf6;
  --color-accent-purple-soft: rgba(139,92,246,0.16);
  --color-accent-cyan: #22d3ee;
  --color-on-brand: #ffffff;
  --color-border: rgba(255,255,255,0.08);
  --color-border-strong: rgba(255,255,255,0.14);
  --color-border-soft: rgba(255,255,255,0.04);
  --color-border-brand: rgba(21,116,239,0.45);
  --color-signin-bg: rgba(49,61,94,0.24);
  --color-signin-text: rgba(255,255,255,0.8);
  --color-link: #1574ef;
  --color-link-hover: #2b80f0;
  --color-success: #34d399;
  --color-success-bg: rgba(52,211,153,0.15);
  --color-warning: #fbbf24;
  --color-warning-bg: rgba(251,191,36,0.15);
  --color-danger: #f87171;
  --color-danger-bg: rgba(248,113,113,0.15);
  --color-info: #1574ef;
  --color-shadow-deep: rgba(0,0,0,0.45);
  --color-shadow-soft: rgba(0,0,0,0.25);
  --color-shadow-glow: rgba(21,116,239,0.28);

  /* type */
  --display-size: 94px;
  --h1-size: 48px;
  --h2-size: 36px;
  --body-size: 16px;
  --label-size: 12px;
  --body-line-height: 1.6;
  --display-tracking: -0.03em;

  /* shape */
  --radius-button: 8px;
  --radius-card: 10px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 24px;
  --space-xl: 40px;

  /* fonts */
  --font-display: 'Manrope', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
