/**
 * Generated from Trigger.dev — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #121317;
  --surface: #212327;
  --surface-alt: #212327;
  --text: #d7d9dd;
  --text-dim: #d7d9dd;
  --text-faint: #5e6470;
  --brand: #a8ff53;
  --on-brand: #121317;
  --border: #2a2d33;
  --border-strong: #ffffff26;
  --success: #a8ff53;
  --warning: #fbbf24;
  --danger: #fb5151;

  /* full color palette */
  --color-bg: #121317;
  --color-bg-deep: #0c0e0f;
  --color-bg-elev-1: #191b1f;
  --color-bg-elev-2: #212327;
  --color-bg-elev-3: #2a2d33;
  --color-surface: #212327;
  --color-surface-alt: #191b1f;
  --color-surface-deep: #0c0e0f;
  --color-brand: #a8ff53;
  --color-brand-hover: #b8ff73;
  --color-brand-pressed: #93e63f;
  --color-brand-deep: #7ec92f;
  --color-brand-glow: #a8ff5333;
  --color-on-brand: #121317;
  --color-accent: #7655fd;
  --color-accent-hover: #8a6dff;
  --color-accent-soft: #7655fd26;
  --color-accent-deep: #5e40d8;
  --color-link: #a8ff53;
  --color-link-hover: #b8ff73;
  --color-selected: #a8ff5326;
  --color-disabled: #2a2d33;
  --color-disabled-text: #5e6470;
  --color-text: #d7d9dd;
  --color-text-heading: #e8e9ec;
  --color-text-muted: #878c99;
  --color-text-soft: #b5b8c0;
  --color-text-faint: #5e6470;
  --color-border: #2a2d33;
  --color-border-soft: #ffffff14;
  --color-border-strong: #ffffff26;
  --color-border-brand: #a8ff5366;
  --color-shadow-ambient: rgba(0,0,0,0.4);
  --color-shadow-standard: rgba(0,0,0,0.6);
  --color-shadow-elevated: rgba(0,0,0,0.75);
  --color-shadow-glow: rgba(168,255,83,0.30);
  --color-success: #a8ff53;
  --color-success-bg: #1a2410;
  --color-warning: #fbbf24;
  --color-warning-bg: #2a2110;
  --color-danger: #fb5151;
  --color-danger-bg: #2a1414;
  --color-info: #7655fd;
  --color-info-bg: #1a1530;

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

  /* 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: 'Satoshi-Variable', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Geist', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Geist Mono', ui-monospace, monospace;
}
