/**
 * Generated from Render — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #fafafa;
  --surface-alt: #fafafa;
  --text: #373145;
  --text-dim: #373145;
  --text-faint: #bcb6c8;
  --brand: #8a05ff;
  --on-brand: #ffffff;
  --border: #0000001a;
  --border-strong: #00000033;
  --success: #0a8754;
  --warning: #cc7400;
  --danger: #d72638;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-deep: #fafafa;
  --color-bg-elev-1: #f5f3fb;
  --color-bg-elev-2: #ffffff;
  --color-surface: #fafafa;
  --color-surface-soft: #e6daff;
  --color-surface-glow: #fbceff;
  --color-surface-deep: #f3eefe;
  --color-brand: #8a05ff;
  --color-brand-hover: #6e04cc;
  --color-brand-pressed: #5a039f;
  --color-brand-deep: #3d0270;
  --color-brand-glow: #8a05ff1f;
  --color-on-brand: #ffffff;
  --color-accent: #9d66ff;
  --color-accent-hover: #b08aff;
  --color-accent-soft: #e6daff;
  --color-accent-glow: #fbceff;
  --color-link: #8a05ff;
  --color-link-hover: #6e04cc;
  --color-link-visited: #6a04b8;
  --color-selected: #8a05ff14;
  --color-disabled: #e6e4ec;
  --color-disabled-text: #a8a4b4;
  --color-text: #373145;
  --color-text-heading: #1f1a2e;
  --color-text-muted: #5e5b6f;
  --color-text-soft: #9089a0;
  --color-text-faint: #bcb6c8;
  --color-text-disabled: #a8a4b4;
  --color-border: #0000001a;
  --color-border-soft: #0000000d;
  --color-border-strong: #00000033;
  --color-border-brand: #8a05ff66;
  --color-shadow-ambient: rgba(55,49,69,0.06);
  --color-shadow-standard: rgba(55,49,69,0.1);
  --color-shadow-elevated: rgba(138,5,255,0.18);
  --color-shadow-glow: rgba(251,206,255,0.5);
  --color-success: #0a8754;
  --color-success-bg: #dffaef;
  --color-warning: #cc7400;
  --color-warning-bg: #fff4e0;
  --color-danger: #d72638;
  --color-danger-bg: #ffe5e8;
  --color-info: #8a05ff;
  --color-info-bg: #e6daff;

  /* type */
  --display-size: 88px;
  --h1-size: 48px;
  --h2-size: 36px;
  --body-size: 16px;
  --label-size: 12px;
  --body-line-height: 1.5;
  --display-tracking: -0.035em;

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

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

  /* fonts */
  --font-display: 'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
