:root {
  color-scheme: dark;
  --bg: #070a0d;
  --bg-soft: #0c1116;
  --surface: rgba(14, 20, 26, 0.82);
  --surface-strong: rgba(18, 27, 34, 0.96);
  --surface-muted: rgba(255, 255, 255, 0.055);
  --border: rgba(225, 239, 241, 0.12);
  --border-strong: rgba(225, 239, 241, 0.24);
  --text: #f4f8f4;
  --muted: #a8b6ba;
  --subtle: #68777d;
  --ink: #071014;
  --mint: #b9ffcf;
  --aqua: #82e8ff;
  --violet: #cab7ff;
  --rose: #ff91bd;
  --amber: #ffd37b;
  --green: #8cf0ad;
  --red: #ff7188;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --shadow-soft: 0 14px 40px rgba(0, 0, 0, 0.28);
  --radius-xs: 6px;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --sidebar-width: 312px;
  --container: 1460px;
  --font-main: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
}
