/**
 * Generated from Railway — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #13111c;
  --surface: #291839;
  --surface-alt: #291839;
  --text: #f7f7f8;
  --text-dim: #f7f7f8;
  --text-faint: #5a5969;
  --brand: #553f83;
  --on-brand: #ffffff;
  --border: #33323e;
  --border-strong: #ffffff26;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #13111c;
  --color-bg-deep: #0c0a14;
  --color-bg-elev-1: #1c1a26;
  --color-bg-elev-2: #291839;
  --color-bg-elev-3: #322046;
  --color-surface: #291839;
  --color-surface-alt: #1c1a26;
  --color-surface-deep: #322046;
  --color-surface-pink: #2a1f3f;
  --color-brand: #553f83;
  --color-brand-hover: #6b4fa3;
  --color-brand-pressed: #46336e;
  --color-brand-deep: #3a2b5d;
  --color-brand-glow: #553f8333;
  --color-on-brand: #ffffff;
  --color-accent: #9d7ad4;
  --color-accent-hover: #b39de2;
  --color-accent-soft: #2a1f3f;
  --color-accent-mid: #7d63b8;
  --color-link: #9d7ad4;
  --color-link-hover: #b39de2;
  --color-link-visited: #8462c4;
  --color-selected: #553f8326;
  --color-disabled: #33323e;
  --color-disabled-text: #7a798a;
  --color-text: #f7f7f8;
  --color-text-heading: #ffffff;
  --color-text-muted: #a1a0ab;
  --color-text-soft: #7a798a;
  --color-text-faint: #5a5969;
  --color-text-disabled: #7a798a;
  --color-border: #33323e;
  --color-border-soft: #ffffff14;
  --color-border-strong: #ffffff26;
  --color-border-brand: #553f8366;
  --color-shadow-ambient: rgba(0,0,0,0.3);
  --color-shadow-standard: rgba(0,0,0,0.5);
  --color-shadow-elevated: rgba(0,0,0,0.65);
  --color-shadow-glow: rgba(85,63,131,0.35);
  --color-success: #22c55e;
  --color-success-bg: #0f3a1f;
  --color-warning: #f59e0b;
  --color-warning-bg: #3a2710;
  --color-danger: #ef4444;
  --color-danger-bg: #3a1818;
  --color-info: #9d7ad4;
  --color-info-bg: #291839;

  /* type */
  --display-size: 72px;
  --h1-size: 48px;
  --h2-size: 40px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.5;
  --display-tracking: -0.04em;

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

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

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