/**
 * Generated from Bolt — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #1e1e21;
  --surface: #26262a;
  --surface-alt: #26262a;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #8a8a8f;
  --brand: #1488fc;
  --on-brand: #f3f0f5;
  --border: rgba(255, 255, 255, 0.10);
  --border-strong: rgba(255, 255, 255, 0.16);
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #1e1e21;
  --color-bg-deep: #161618;
  --color-surface: #26262a;
  --color-surface-soft: #2a2a2e;
  --color-surface-strong: #2e2e33;
  --color-text: #ffffff;
  --color-text-display: #fffeff;
  --color-text-medium: #b2b2b8;
  --color-text-muted: #a3a3a8;
  --color-text-faint: #8a8a8f;
  --color-text-disabled: #5c5c61;
  --color-brand: #1488fc;
  --color-brand-bright: #2ba6ff;
  --color-brand-deep: #0f6fd6;
  --color-brand-wash: rgba(20, 136, 252, 0.12);
  --color-on-brand: #f3f0f5;
  --color-on-brand-bright: #ffffff;
  --color-utility-dark: #101010;
  --color-utility-dark-text: rgba(255, 255, 255, 0.75);
  --color-link: #2ba6ff;
  --color-link-hover: #5cbbff;
  --color-selected-bg: #26262a;
  --color-border: rgba(255, 255, 255, 0.10);
  --color-border-strong: rgba(255, 255, 255, 0.16);
  --color-border-subtle: rgba(255, 255, 255, 0.06);
  --color-border-focus: #1488fc;
  --color-success-bg: rgba(34, 134, 58, 0.18);
  --color-success-text: #3fce6a;
  --color-warning-bg: rgba(166, 120, 20, 0.18);
  --color-warning-text: #e2b13c;
  --color-danger-bg: rgba(196, 52, 60, 0.18);
  --color-danger-text: #ff6b73;
  --color-info-bg: rgba(20, 136, 252, 0.14);
  --color-info-text: #5cbbff;

  /* type */
  --display-size: 80px;
  --h1-size: 48px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

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

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

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