/**
 * Generated from Jupiter — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #090d10;
  --surface: #19242e;
  --surface-alt: #19242e;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #62748e;
  --brand: #c7f284;
  --on-brand: #090d10;
  --border: #1c2530;
  --border-strong: #2a3542;
  --success: #4ade80;
  --warning: #fbbf24;
  --danger: #f87171;

  /* full color palette */
  --color-bg: #090d10;
  --color-bg-deep: #05080a;
  --color-bg-section: #0d1318;
  --color-surface: #19242e;
  --color-surface-soft: #111922;
  --color-surface-strong: #212a36;
  --color-brand: #c7f284;
  --color-brand-hover: #d5f79c;
  --color-brand-pressed: #b6e96a;
  --color-brand-deep: #9fd34f;
  --color-brand-tint: rgba(199, 242, 132, 0.10);
  --color-brand-soft: rgba(199, 242, 132, 0.25);
  --color-on-brand: #090d10;
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-bright: #e2e8f0;
  --color-text-muted: #cad5e2;
  --color-text-soft: #90a1b9;
  --color-text-faint: #62748e;
  --color-link: #c7f284;
  --color-link-hover: #d5f79c;
  --color-selected-bg: rgba(199, 242, 132, 0.12);
  --color-border: #1c2530;
  --color-border-strong: #2a3542;
  --color-border-soft: #141c24;
  --color-border-brand: #c7f284;
  --color-connect-bg: #212a36;
  --color-connect-text: #cad5e2;
  --color-success: #4ade80;
  --color-warning: #fbbf24;
  --color-danger: #f87171;
  --color-info: #60a5fa;

  /* type */
  --display-size: 80px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

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

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

  /* fonts */
  --font-display: 'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
