/**
 * Generated from Phantom — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0c0c0e;
  --surface: #1f1f25;
  --surface-alt: #1f1f25;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #5a5a6c;
  --brand: #ab9ff2;
  --on-brand: #0c0c0e;
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.16);
  --success: #5dd4a8;
  --warning: #f5c842;
  --danger: #ff6b6b;

  /* full color palette */
  --color-bg: #0c0c0e;
  --color-bg-deep: #06060a;
  --color-bg-section: #15151a;
  --color-bg-elev: #1f1f25;
  --color-surface: #15151a;
  --color-surface-strong: #22222a;
  --color-surface-translucent: rgba(12, 12, 14, 0.85);
  --color-brand: #ab9ff2;
  --color-brand-hover: #bdb3f6;
  --color-brand-pressed: #9b8ee8;
  --color-brand-deep: #534bb1;
  --color-brand-deeper: #3d3686;
  --color-brand-tint: rgba(171, 159, 242, 0.15);
  --color-on-brand: #0c0c0e;
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-muted: #a8a8b8;
  --color-text-soft: #7a7a8c;
  --color-text-faint: #5a5a6c;
  --color-text-on-brand: #0c0c0e;
  --color-link: #ab9ff2;
  --color-link-hover: #ffffff;
  --color-selected-bg: rgba(171, 159, 242, 0.15);
  --color-border: rgba(255, 255, 255, 0.08);
  --color-border-strong: rgba(255, 255, 255, 0.16);
  --color-border-brand: #ab9ff2;
  --color-ghost-glow: #ab9ff2;
  --color-success: #5dd4a8;
  --color-warning: #f5c842;
  --color-danger: #ff6b6b;
  --color-info: #ab9ff2;

  /* type */
  --display-size: 88px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 15px;
  --label-size: 12px;
  --body-line-height: 1.6;
  --display-tracking: -0.025em;

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

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

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