/**
 * Generated from Qwik — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0a0e1a;
  --surface: #1a2040;
  --surface-alt: #1a2040;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #5a6478;
  --brand: #ac7ef4;
  --on-brand: #ffffff;
  --border: #ffffff14;
  --border-strong: #ffffff26;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #0a0e1a;
  --color-bg-soft: #11162a;
  --color-bg-strong: #1a2040;
  --color-surface: #1a2040;
  --color-surface-strong: #252b50;
  --color-surface-muted: #0d1224;
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-muted: #a8b1c2;
  --color-text-soft: #7a8499;
  --color-text-faint: #5a6478;
  --color-text-disabled: #3a4258;
  --color-brand: #ac7ef4;
  --color-brand-strong: #8b5cf0;
  --color-brand-soft: #ac7ef422;
  --color-accent: #18b6f6;
  --color-accent-strong: #0a9ad9;
  --color-accent-soft: #18b6f622;
  --color-gradient-from: #ac7ef4;
  --color-gradient-to: #18b6f6;
  --color-gradient-via: #7c3aed;
  --color-glow: #ac7ef466;
  --color-glow-blue: #18b6f666;
  --color-link: #18b6f6;
  --color-link-hover: #33d4ff;
  --color-link-visited: #c4b5fd;
  --color-selected: #ac7ef422;
  --color-disabled-bg: #252b50;
  --color-disabled-text: #5a6478;
  --color-border: #ffffff14;
  --color-border-strong: #ffffff26;
  --color-border-subtle: #ffffff0a;
  --color-border-brand: #ac7ef466;
  --color-divider: #ffffff14;
  --color-shadow-deep: rgba(0, 0, 0, 0.4);
  --color-shadow-violet: rgba(172, 126, 244, 0.32);
  --color-shadow-blue: rgba(24, 182, 246, 0.32);
  --color-success-bg: #0d2818;
  --color-success-text: #86efac;
  --color-success-border: #22c55e;
  --color-warning-bg: #2a2010;
  --color-warning-text: #fbbf24;
  --color-warning-border: #f59e0b;
  --color-danger-bg: #2a1414;
  --color-danger-text: #fca5a5;
  --color-danger-border: #ef4444;
  --color-info-bg: #0c2030;
  --color-info-text: #7dd3fc;
  --color-info-border: #0ea5e9;
  --color-on-brand: #ffffff;
  --color-on-accent: #0a0e1a;

  /* type */
  --display-size: 88px;
  --h1-size: 48px;
  --h2-size: 36px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.6;
  --display-tracking: -0.025em;

  /* shape */
  --radius-button: 10px;
  --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: 'Poppins', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
