/**
 * Generated from Uizard — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #000000;
  --surface: #181818;
  --surface-alt: #181818;
  --text: #f5f5f5;
  --text-dim: #f5f5f5;
  --text-faint: #f5f5f5;
  --brand: #a881fe;
  --on-brand: #ffffff;
  --border: #282828;
  --border-strong: rgba(255, 255, 255, 0.32);
  --success: #55d08a;
  --warning: #ffb020;
  --danger: #ff5c7a;

  /* full color palette */
  --color-bg: #000000;
  --color-bg-deep: #080808;
  --color-surface: #181818;
  --color-surface-raised: #232323;
  --color-surface-soft: #2e2e2e;
  --color-text: #f5f5f5;
  --color-text-strong: #ffffff;
  --color-text-muted: #aeaeae;
  --color-text-soft: #8f8f8f;
  --color-brand: #a881fe;
  --color-brand-hover: #8b5cf6;
  --color-brand-active: #6f3ff0;
  --color-brand-blue: #1e90ff;
  --color-brand-violet: #7c3aed;
  --color-glow-purple: rgba(168, 129, 254, 0.55);
  --color-glow-dark: rgba(33, 33, 33, 0.32);
  --color-border: #282828;
  --color-border-strong: rgba(255, 255, 255, 0.32);
  --color-border-subtle: rgba(255, 255, 255, 0.14);
  --color-focus: #a881fe;
  --color-success: #55d08a;
  --color-warning: #ffb020;
  --color-danger: #ff5c7a;
  --color-on-brand: #ffffff;

  /* type */
  --display-size: 56px;
  --h1-size: 44px;
  --h2-size: 34px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.45;
  --display-tracking: -0.025em;

  /* shape */
  --radius-button: 12px;
  --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: 'ClashGrotesk-Variable', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Satoshi-Variable', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
