/**
 * Generated from Vite — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #1b1b1f;
  --surface: #252529;
  --surface-alt: #252529;
  --text: #ffffffdd;
  --text-dim: #ffffffdd;
  --text-faint: #ebebf538;
  --brand: #646cff;
  --on-brand: #ffffff;
  --border: #3c3f44;
  --border-strong: #5a5d62;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #1b1b1f;
  --color-bg-soft: #161618;
  --color-bg-elevated: #202127;
  --color-surface: #252529;
  --color-surface-hover: #2c2c33;
  --color-surface-active: #32323a;
  --color-surface-deep: #101013;
  --color-text: #ffffffdd;
  --color-text-strong: #ffffff;
  --color-text-muted: #ebebf599;
  --color-text-soft: #ebebf580;
  --color-text-faint: #ebebf538;
  --color-text-on-brand: #ffffff;
  --color-brand: #646cff;
  --color-brand-hover: #535bf2;
  --color-brand-active: #4b53e1;
  --color-brand-light: #747bff;
  --color-brand-soft: #1d1f3a;
  --color-brand-deep: #3c44d4;
  --color-on-brand: #ffffff;
  --color-accent-cyan: #41d1ff;
  --color-accent-purple-deep: #bd34fe;
  --color-link: #646cff;
  --color-link-hover: #747bff;
  --color-border: #3c3f44;
  --color-border-strong: #5a5d62;
  --color-border-soft: #2e2e32;
  --color-border-brand: #646cff;
  --color-shadow-color: rgba(0, 0, 0, 0.40);
  --color-shadow-color-md: rgba(0, 0, 0, 0.50);
  --color-shadow-color-lg: rgba(0, 0, 0, 0.60);
  --color-shadow-glow-purple: rgba(100, 108, 255, 0.25);
  --color-gradient-bolt: linear-gradient(120deg, #bd34fe 30%, #41d1ff);
  --color-gradient-text: linear-gradient(120deg, #bd34fe 30%, #41d1ff);
  --color-success: #22c55e;
  --color-warning: #f59e0b;
  --color-danger: #ef4444;
  --color-info: #41d1ff;
  --color-code-bg: #161618;
  --color-code-keyword: #c792ea;
  --color-code-string: #c3e88d;
  --color-code-comment: #697098;
  --color-code-number: #f78c6c;

  /* type */
  --display-size: 64px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.65;
  --display-tracking: -0.03em;

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

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

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