:root {
  --bg: 14 18 16;
  --bg-elev: 18 24 20;
  --panel: 22 30 26;
  --text: 236 241 238;
  --text-muted: 184 196 189;
  --text-subtle: 140 154 146;
  --accent: 154 183 112;
  --accent-2: 116 149 86;
  --border: 84 98 90;
  --success: 120 190 140;
  --warning: 240 196 92;
  --danger: 242 110 110;
  --radius-sm: 10px;
  --radius-md: 14px;
  --font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --text-xs: 12px;
  --text-sm: 14px;
  --text-base: 16px;
  --text-lg: 18px;
  --ease-out: cubic-bezier(0.2, 0.8, 0.2, 1);
  --dur-2: 180ms;
}
