/**
 * Generated from Axiom — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0a0e1a;
  --surface: #161d33;
  --surface-alt: #161d33;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #4a5575;
  --brand: #1aaaff;
  --on-brand: #ffffff;
  --border: #ffffff14;
  --border-strong: #ffffff28;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #0a0e1a;
  --color-bg-soft: #06080f;
  --color-bg-elevated: #111729;
  --color-bg-deep: #03050a;
  --color-surface: #161d33;
  --color-surface-hover: #1d2540;
  --color-surface-active: #243057;
  --color-surface-elevated: #1a2240;
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-muted: #b8c0d4;
  --color-text-soft: #7a86a3;
  --color-text-faint: #4a5575;
  --color-text-on-brand: #ffffff;
  --color-text-on-light: #0a0e1a;
  --color-brand: #1aaaff;
  --color-brand-hover: #0e8ed8;
  --color-brand-active: #0c7ec0;
  --color-brand-soft: #0a3050;
  --color-brand-deep: #063052;
  --color-brand-light: #5cc4ff;
  --color-on-brand: #ffffff;
  --color-link: #1aaaff;
  --color-link-hover: #5cc4ff;
  --color-accent-cyan: #1aaaff;
  --color-accent-violet: #9c5cff;
  --color-accent-green: #22c55e;
  --color-accent-amber: #f59e0b;
  --color-accent-red: #ef4444;
  --color-accent-pink: #ec4899;
  --color-border: #ffffff14;
  --color-border-strong: #ffffff28;
  --color-border-soft: #ffffff0a;
  --color-border-brand: #1aaaff;
  --color-shadow-color: rgba(3, 5, 10, 0.50);
  --color-shadow-color-md: rgba(3, 5, 10, 0.65);
  --color-shadow-color-lg: rgba(3, 5, 10, 0.80);
  --color-shadow-glow-cyan: rgba(26, 170, 255, 0.20);
  --color-log-info: #1aaaff;
  --color-log-warn: #f59e0b;
  --color-log-error: #ef4444;
  --color-log-success: #22c55e;
  --color-success: #22c55e;
  --color-warning: #f59e0b;
  --color-danger: #ef4444;
  --color-info: #1aaaff;
  --color-code-bg: #06080f;
  --color-code-keyword: #9c5cff;
  --color-code-string: #22c55e;
  --color-code-comment: #7a86a3;
  --color-code-number: #f59e0b;
  --color-code-operator: #1aaaff;

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

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

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

  /* 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;
}
