/**
 * Generated from Stability AI — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #1e1e1e;
  --surface: #252525;
  --surface-alt: #252525;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #7a7a7a;
  --brand: #a381ff;
  --on-brand: #ffffff;
  --border: #000000;
  --border-strong: #3a3a3a;
  --success: #4ade80;
  --warning: #fbbf24;
  --danger: #f87171;

  /* full color palette */
  --color-bg: #1e1e1e;
  --color-bg-alt: #191919;
  --color-surface: #252525;
  --color-surface-raised: #2c2c2c;
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-body: #e5e7e6;
  --color-text-muted: #b2b2b2;
  --color-text-faint: #7a7a7a;
  --color-brand: #a381ff;
  --color-brand-deep: #330066;
  --color-brand-soft: #2a2140;
  --color-on-brand: #ffffff;
  --color-on-brand-dark: #1e1e1e;
  --color-link: #a381ff;
  --color-link-hover: #bba6ff;
  --color-link-visited: #8e6cff;
  --color-selected: #2a2140;
  --color-disabled: #4a4a4a;
  --color-neutral-50: #f5f5f5;
  --color-neutral-100: #e5e7e6;
  --color-neutral-300: #b2b2b2;
  --color-neutral-500: #7a7a7a;
  --color-neutral-700: #3a3a3a;
  --color-neutral-900: #191919;
  --color-border: #000000;
  --color-border-strong: #3a3a3a;
  --color-border-subtle: #2a2a2a;
  --color-shadow-ambient: rgba(0,0,0,0.4);
  --color-shadow-deep: rgba(0,0,0,0.7);
  --color-shadow-violet: rgba(163,129,255,0.25);
  --color-success: #4ade80;
  --color-success-bg: #16281c;
  --color-success-text: #86efac;
  --color-warning: #fbbf24;
  --color-warning-bg: #2a210d;
  --color-warning-text: #fcd34d;
  --color-danger: #f87171;
  --color-danger-bg: #2a1414;
  --color-danger-text: #fca5a5;
  --color-info: #a381ff;
  --color-info-bg: #211b33;
  --color-info-text: #bba6ff;

  /* type */
  --display-size: 72px;
  --h1-size: 42px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.02em;

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

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

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