/**
 * Generated from Polygon — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #0e0820;
  --text-dim: #0e0820;
  --text-faint: #0e0820;
  --brand: #8247e5;
  --on-brand: #ffffff;
  --border: #e0d8ed;
  --border-strong: #c9bcdd;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f5f3fa;
  --color-bg-strong: #ebe6f4;
  --color-bg-dark: #1a1233;
  --color-bg-dark-elev: #241844;
  --color-bg-dark-deep: #0e0820;
  --color-surface-card: #ffffff;
  --color-surface-card-soft: #f5f3fa;
  --color-text: #0e0820;
  --color-text-body: #3a2f5a;
  --color-text-muted: #6b5d8a;
  --color-text-subtle: #9c92b5;
  --color-text-on-dark: #ffffff;
  --color-text-on-dark-soft: #a89cc7;
  --color-brand: #8247e5;
  --color-brand-hover: #6a35c4;
  --color-brand-active: #522aa3;
  --color-brand-light: #a875ee;
  --color-brand-soft: #8247e51a;
  --color-brand-glow: rgba(130,71,229,0.40);
  --color-on-brand: #ffffff;
  --color-accent-violet: #5a3eff;
  --color-accent-cyan: #16c4d6;
  --color-accent-pink: #e74694;
  --color-border: #e0d8ed;
  --color-border-soft: #ebe6f4;
  --color-border-strong: #c9bcdd;
  --color-semantic-up: #22c55e;
  --color-semantic-up-soft: #22c55e1a;
  --color-semantic-down: #ef4444;
  --color-semantic-warning: #f59e0b;
  --color-semantic-info: #8247e5;
  --color-gradient-hero: linear-gradient(135deg, #1a1233 0%, #2d1c5c 50%, #8247e5 100%);
  --color-gradient-card: linear-gradient(135deg, rgba(130,71,229,0.10) 0%, rgba(130,71,229,0.02) 100%);
  --color-focus-ring: rgba(130,71,229,0.40);
  --color-scrim: rgba(14,8,32,0.60);
  --color-link: #8247e5;
  --color-link-hover: #6a35c4;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.55;
  --display-tracking: -0.025em;

  /* shape */
  --radius-button: 12px;
  --radius-card: 16px;
  --radius-pill: 999px;

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

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