:root {
  /* Brand Palette */
  --bg: #0c0f0c;
  --bg-deep: #080a08;
  --paper: #e8d8b8;
  --ink: #1b1b16;

  /* Accents & Neon Highlights */
  --accent: #b8e53f;
  --accent-rgb: 184, 229, 63;
  --accent-glow: rgba(184, 229, 63, 0.35);
  --accent-gold: #e6a15c;
  --accent-cyan: #5cd9e6;
  --accent-red: #ff5f56;
  --accent-yellow: #ffbd2e;
  --accent-green: #27c93f;

  /* Surfaces & Glassmorphism */
  --card-bg: rgba(16, 22, 16, 0.78);
  --card-bg-hover: rgba(22, 30, 22, 0.9);
  --card-border: rgba(184, 229, 63, 0.22);
  --card-border-glow: rgba(184, 229, 63, 0.45);
  --card-shadow: 0 16px 48px rgba(0, 0, 0, 0.75), 0 0 25px rgba(184, 229, 63, 0.08);

  /* Typography Colors */
  --text-main: #f0f4eb;
  --text-muted: rgba(240, 244, 235, 0.72);
  --text-dim: rgba(255, 255, 255, 0.45);

  /* Font Families */
  --font-mono: "DM Mono", ui-monospace, monospace;
  --font-serif: "Playfair Display", Georgia, serif;
  --font-sans: "Space Grotesk", -apple-system, BlinkMacSystemFont, sans-serif;

  /* Border Radii */
  --radius-lg: 16px;
  --radius-md: 10px;
  --radius-sm: 6px;
  --radius-full: 9999px;
}
