/**
 * Generated from Replit — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0e1525;
  --surface: #1c2333;
  --surface-alt: #1c2333;
  --text: #f5f9fc;
  --text-dim: #f5f9fc;
  --text-faint: #4a5366;
  --brand: #1fe0ea;
  --on-brand: #0e1525;
  --border: #ffffff14;
  --border-strong: #ffffff24;
  --success: #22c55e;
  --warning: #ff8a3d;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #0e1525;
  --color-bg-deep: #0b1120;
  --color-bg-darker: #080d18;
  --color-surface: #1c2333;
  --color-surface-high: #2b3245;
  --color-surface-low: #161e2e;
  --color-surface-elev: #36405a;
  --color-text: #f5f9fc;
  --color-text-strong: #ffffff;
  --color-text-muted: #9aa6b8;
  --color-text-soft: #6c7891;
  --color-text-faint: #4a5366;
  --color-text-on-brand: #0e1525;
  --color-brand: #1fe0ea;
  --color-brand-hover: #3deef7;
  --color-brand-deep: #0fb6c0;
  --color-brand-soft: rgba(31,224,234,0.15);
  --color-brand-tint: rgba(31,224,234,0.08);
  --color-accent-orange: #ff8a3d;
  --color-accent-orange-soft: rgba(255,138,61,0.15);
  --color-accent-pink: #f26d9f;
  --color-accent-pink-soft: rgba(242,109,159,0.15);
  --color-accent-purple: #9b6bff;
  --color-accent-purple-soft: rgba(155,107,255,0.15);
  --color-accent-yellow: #ffd84a;
  --color-on-brand: #0e1525;
  --color-border: #ffffff14;
  --color-border-strong: #ffffff24;
  --color-border-soft: #ffffff0a;
  --color-border-brand: rgba(31,224,234,0.4);
  --color-link: #1fe0ea;
  --color-link-hover: #3deef7;
  --color-success: #22c55e;
  --color-success-bg: rgba(34,197,94,0.15);
  --color-warning: #ff8a3d;
  --color-warning-bg: rgba(255,138,61,0.15);
  --color-danger: #ef4444;
  --color-danger-bg: rgba(239,68,68,0.15);
  --color-info: #1fe0ea;
  --color-shadow-deep: rgba(0,0,0,0.4);
  --color-shadow-soft: rgba(0,0,0,0.25);
  --color-shadow-glow: rgba(31,224,234,0.2);

  /* type */
  --display-size: 96px;
  --h1-size: 72px;
  --h2-size: 48px;
  --body-size: 17px;
  --label-size: 12px;
  --body-line-height: 1.5;
  --display-tracking: -0.03em;

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

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

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