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

  /* full color palette */
  --color-bg: #0c1424;
  --color-bg-soft: #142037;
  --color-bg-strong: #1a2640;
  --color-surface: #1a2640;
  --color-surface-strong: #26334d;
  --color-surface-muted: #0e1828;
  --color-text: #f0f4fa;
  --color-text-strong: #ffffff;
  --color-text-muted: #a8b3c7;
  --color-text-soft: #7a8499;
  --color-text-faint: #5a6478;
  --color-text-disabled: #3a4258;
  --color-brand: #2c4f7c;
  --color-brand-strong: #1d3a5f;
  --color-brand-soft: #2c4f7c33;
  --color-brand-deep: #0a1a2e;
  --color-accent: #66e6ff;
  --color-accent-strong: #33d4ff;
  --color-accent-soft: #66e6ff22;
  --color-gradient-from: #2c4f7c;
  --color-gradient-to: #66e6ff;
  --color-glow: #66e6ff44;
  --color-link: #66e6ff;
  --color-link-hover: #33d4ff;
  --color-link-visited: #a78bfa;
  --color-selected: #2c4f7c33;
  --color-disabled-bg: #26334d;
  --color-disabled-text: #5a6478;
  --color-border: #ffffff14;
  --color-border-strong: #ffffff26;
  --color-border-subtle: #ffffff0a;
  --color-border-cyan: #66e6ff66;
  --color-divider: #ffffff14;
  --color-shadow-deep: rgba(0, 0, 0, 0.4);
  --color-shadow-cyan: rgba(102, 230, 255, 0.32);
  --color-shadow-blue: rgba(44, 79, 124, 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: #0c1424;

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

  /* shape */
  --radius-button: 6px;
  --radius-card: 12px;
  --radius-pill: 9999px;

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

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