/**
 * Generated from Scale AI — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f5f5f5;
  --surface-alt: #f5f5f5;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #000000;
  --brand: #5933b2;
  --on-brand: #ffffff;
  --border: #e2e2e2;
  --border-strong: #cccccc;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-dark: #070707;
  --color-bg-deep: #000000;
  --color-bg-panel: #f5f5f5;
  --color-bg-mute: #eaeaea;
  --color-bg-soft: #fafafa;
  --color-surface: #f5f5f5;
  --color-surface-dark: #0707079a;
  --color-text: #000000;
  --color-text-charcoal: #1a1a1a;
  --color-text-slate: #3d3d3d;
  --color-text-steel: #575757;
  --color-text-stone: #767676;
  --color-text-muted: #999999;
  --color-text-on-brand: #ffffff;
  --color-on-brand: #ffffff;
  --color-on-dark: #ffffff;
  --color-on-dark-muted: #a8a8a8;
  --color-brand: #5933b2;
  --color-brand-deep: #4a2a96;
  --color-brand-light: #9068c2;
  --color-brand-mauve: #8a507e;
  --color-brand-periwinkle: #7b8ce7;
  --color-gradient-hero: linear-gradient(135deg, #5933b2 0%, #8a507e 45%, #9068c2 100%);
  --color-gradient-cool: linear-gradient(135deg, #5933b2 0%, #7b8ce7 100%);
  --color-accent-lavender: #9068c2;
  --color-accent-violet: #5933b2;
  --color-link: #000000;
  --color-link-on-dark: #9068c2;
  --color-border: #e2e2e2;
  --color-border-soft: #eeeeee;
  --color-border-strong: #cccccc;
  --color-border-dark: #2a2a2a;
  --color-code-bg: #0000000a;
  --color-semantic-success: #1a7f4b;
  --color-semantic-warning-bg: #fff6e0;
  --color-semantic-warning-text: #6b4e00;
  --color-semantic-error: #d12d2d;
  --color-semantic-info: #5933b2;

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

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

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

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