/**
 * Generated from Turso — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0f1419;
  --surface: #182228;
  --surface-alt: #182228;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #4a5560;
  --brand: #00face;
  --on-brand: #0f1419;
  --border: #1f2a33;
  --border-strong: #3a4a55;
  --success: #1ebca1;
  --warning: #f5a623;
  --danger: #ff5c5c;

  /* full color palette */
  --color-bg: #0f1419;
  --color-bg-deep: #0a0e12;
  --color-bg-elev-1: #121b1f;
  --color-bg-elev-2: #182228;
  --color-bg-elev-3: #1c2b34;
  --color-surface: #182228;
  --color-surface-alt: #18222b;
  --color-surface-tinted: #183134;
  --color-surface-tinted-2: #1c2b34;
  --color-surface-tinted-3: #1e3338;
  --color-brand: #00face;
  --color-brand-hover: #00fbcf;
  --color-brand-pressed: #00d8b0;
  --color-brand-deep: #00a890;
  --color-brand-glow: #00face33;
  --color-on-brand: #0f1419;
  --color-accent-emerald: #1ebca1;
  --color-accent-emerald-deep: #23765f;
  --color-accent-emerald-mid: #1e6952;
  --color-accent-emerald-mute: #29886e;
  --color-accent-emerald-soft: #1ebca11f;
  --color-link: #00face;
  --color-link-hover: #00fbcf;
  --color-link-visited: #00d8b0;
  --color-selected: #00face26;
  --color-disabled: #283945;
  --color-disabled-text: #586876;
  --color-text: #ffffff;
  --color-text-heading: #ffffff;
  --color-text-muted: #9ba3a8;
  --color-text-soft: #6b7882;
  --color-text-faint: #4a5560;
  --color-text-disabled: #586876;
  --color-border: #1f2a33;
  --color-border-soft: #283945;
  --color-border-strong: #3a4a55;
  --color-border-brand: #00face66;
  --color-shadow-ambient: rgba(0,0,0,0.35);
  --color-shadow-standard: rgba(0,0,0,0.55);
  --color-shadow-elevated: rgba(0,0,0,0.7);
  --color-shadow-glow: rgba(0,250,206,0.35);
  --color-success: #1ebca1;
  --color-success-bg: #0f3a2e;
  --color-warning: #f5a623;
  --color-warning-bg: #3a2710;
  --color-danger: #ff5c5c;
  --color-danger-bg: #3a1818;
  --color-info: #00face;
  --color-info-bg: #0a3539;

  /* type */
  --display-size: 88px;
  --h1-size: 48px;
  --h2-size: 36px;
  --body-size: 15px;
  --label-size: 12px;
  --body-line-height: 1.55;
  --display-tracking: -0.035em;

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

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

  /* fonts */
  --font-display: 'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Fira Code', ui-monospace, monospace;
}
