/**
 * Generated from Nuxt — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #020420;
  --surface: #10142e;
  --surface-alt: #10142e;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #525a6c;
  --brand: #00dc82;
  --on-brand: #020420;
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.15);
  --success: #22c55e;
  --warning: #fbbf24;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #020420;
  --color-bg-soft: #0a0d2a;
  --color-bg-deep: #050729;
  --color-surface: #10142e;
  --color-surface-strong: #1a1f42;
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-medium: #dbdfe9;
  --color-text-muted: #a0a8b8;
  --color-text-soft: #7c8497;
  --color-text-faint: #525a6c;
  --color-brand: #00dc82;
  --color-brand-hover: #00b86a;
  --color-brand-deep: #008a4f;
  --color-brand-soft: #003b22;
  --color-brand-bright: #80eeb4;
  --color-glow: rgba(0, 220, 130, 0.40);
  --color-glow-soft: rgba(0, 220, 130, 0.18);
  --color-on-brand: #020420;
  --color-link: #00dc82;
  --color-link-hover: #80eeb4;
  --color-selected-bg: rgba(0, 220, 130, 0.10);
  --color-disabled: #525a6c;
  --color-border: rgba(255, 255, 255, 0.08);
  --color-border-strong: rgba(255, 255, 255, 0.15);
  --color-border-soft: rgba(255, 255, 255, 0.04);
  --color-border-brand: rgba(0, 220, 130, 0.40);
  --color-success-bg: rgba(0, 220, 130, 0.12);
  --color-success-text: #80eeb4;
  --color-warning-bg: rgba(251, 191, 36, 0.12);
  --color-warning-text: #fcd34d;
  --color-warning: #fbbf24;
  --color-danger-bg: rgba(239, 68, 68, 0.12);
  --color-danger-text: #fca5a5;
  --color-info-bg: rgba(96, 165, 250, 0.12);
  --color-info-text: #93c5fd;

  /* type */
  --display-size: 88px;
  --h1-size: 56px;
  --h2-size: 44px;
  --body-size: 16px;
  --label-size: 12px;
  --body-line-height: 1.6;
  --display-tracking: -0.025em;

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

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

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