/**
 * Generated from RunPod — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0e1a2b;
  --surface: #1a293d;
  --surface-alt: #1a293d;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #64748b;
  --brand: #673ab7;
  --on-brand: #ffffff;
  --border: #243349;
  --border-strong: #334155;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #0e1a2b;
  --color-bg-deep: #080f1a;
  --color-surface-soft: #142133;
  --color-surface: #1a293d;
  --color-surface-elevated: #243349;
  --color-surface-purple-soft: #2d1d4a;
  --color-surface-light: #f8fafc;
  --color-text: #ffffff;
  --color-text-body: #cbd5e1;
  --color-text-strong: #f1f5f9;
  --color-text-muted: #94a3b8;
  --color-text-faint: #64748b;
  --color-text-on-light: #0e1a2b;
  --color-brand: #673ab7;
  --color-brand-hover: #5e35b1;
  --color-brand-active: #512da8;
  --color-brand-soft: #3d2768;
  --color-brand-soft-light: #ede7f6;
  --color-brand-deep: #311b92;
  --color-brand-light: #9575cd;
  --color-on-brand: #ffffff;
  --color-on-dark: #ffffff;
  --color-link: #9575cd;
  --color-link-hover: #b39ddb;
  --color-border: #243349;
  --color-border-strong: #334155;
  --color-border-soft: #1a293d;
  --color-border-purple: #673ab7;
  --color-shadow-color: rgba(8, 15, 26, 0.50);
  --color-shadow-color-md: rgba(8, 15, 26, 0.60);
  --color-shadow-glow-purple: rgba(103, 58, 183, 0.20);
  --color-accent-emerald: #22c55e;
  --color-accent-rose: #ef4444;
  --color-accent-amber: #f59e0b;
  --color-accent-cyan: #06b6d4;
  --color-success: #22c55e;
  --color-warning: #f59e0b;
  --color-danger: #ef4444;
  --color-info: #06b6d4;
  --color-code-keyword: #9575cd;
  --color-code-string: #86efac;
  --color-code-comment: #64748b;
  --color-code-number: #fbbf24;
  --color-gpu-tier-low: #22c55e;
  --color-gpu-tier-mid: #f59e0b;
  --color-gpu-tier-high: #ef4444;

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