/* Agribantu dark theme tokens. Light-mode token replacements live in ../theme.css. */
:root {
  color-scheme: dark;

  --bg: #05050a;
  --bg-soft: #0a0a11;
  --surface: rgba(30, 30, 46, 0.68);
  --surface-strong: rgba(22, 26, 53, 0.88);
  --border: rgba(255, 255, 255, 0.14);
  --border-strong: rgba(255, 255, 255, 0.26);

  --primary: #667eea;
  --secondary: #764ba2;
  --accent: #ff6b9d;

  --text: #f5f7ff;
  --text-soft: #c7cbe8;
  --text-muted: #9099c0;

  --success: #28c76f;
  --warning: #ff9f43;
  --error: #ff4c51;
  --info: #00bad1;
  --good: #4ade80;
  --warn: #fbbf24;

  --font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-mono: "SF Mono", "Cascadia Code", "JetBrains Mono", Consolas,
    "Liberation Mono", monospace;

  --sp-1: 0.5rem;
  --sp-2: 1rem;
  --sp-3: 1.5rem;
  --sp-4: 2rem;
  --sp-5: 2.5rem;
  --sp-6: 3rem;
  --sp-8: 4rem;
  --sp-12: 6rem;
  --sp-16: 8rem;

  --container: 1100px;
  --radius: 22px;
}
