:root {
  --font-sans: "Manrope", "Segoe UI Variable Text", "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-mono: "JetBrains Mono", "Fira Code", Consolas, monospace;

  --text-xs: 12px;
  --text-sm: 13px;
  --text-md: 14px;
  --text-lg: 16px;
  --text-xl: 20px;
  --text-2xl: 26px;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --radius-pill: 999px;

  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.12);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.2);
  --shadow-soft: 0 18px 32px rgba(0, 0, 0, 0.35);
  --shadow-glow: 0 0 24px rgba(76, 218, 255, 0.18);
  --shadow-focus: 0 0 0 3px var(--color-focus-ring);

  --motion-fast: 150ms;
  --motion-base: 220ms;
  --motion-slow: 280ms;
  --ease-standard: cubic-bezier(0.2, 0, 0, 1);

  --panel-blur: 10px;
  --panel-alpha: 0.06;
  --stroke-alpha: 0.12;
  --grain-opacity: 0.035;
  --grain-size: 180px 180px;
  --seg-gap: 3px;
  --seg-radius: 999px;
  --seg-height: 8px;
  --editor-actions-height: 56px;

  --accent-cyan: #4cdaff;
  --accent-magenta: #ff4fcf;
  --accent-violet: #8c6bff;
  --accent-success: #57f596;
  --accent-cyan-rgb: 76, 218, 255;
  --accent-magenta-rgb: 255, 79, 207;
  --accent-violet-rgb: 140, 107, 255;

  --btn-primary-bg: linear-gradient(140deg, rgba(var(--accent-cyan-rgb), 0.92), rgba(var(--accent-violet-rgb), 0.86));
  --btn-primary-bg-hover: linear-gradient(140deg, rgba(var(--accent-cyan-rgb), 0.98), rgba(var(--accent-violet-rgb), 0.9));
  --btn-primary-text: #09121d;
  --btn-primary-border: rgba(var(--accent-cyan-rgb), 0.48);
  --btn-primary-hover-border: rgba(var(--accent-cyan-rgb), 0.62);
}
