:root {
  --color-black: #0a0e0b;
  --color-void: #101614;
  --color-obsidian: #18231e;
  --color-panel: rgba(10, 14, 11, 0.88);
  --color-panel-soft: rgba(16, 22, 20, 0.82);
  --color-border: rgba(127, 207, 74, 0.34);
  --color-border-gold: rgba(250, 204, 21, 0.28);
  --color-green: #7cff4a;
  --color-green-strong: #22c55e;
  --color-mint: #3dff90;
  --color-gold: #facc15;
  --color-cream: #fff4cf;
  --color-text: #ece9df;
  --color-muted: #aaa79f;
  --color-danger: #ef4444;
  --color-info: #0ea5e9;

  --font-title: Cinzel, Georgia, "Times New Roman", serif;
  --font-body: Inter, "Segoe UI", system-ui, sans-serif;

  --text-xs: clamp(0.72rem, 0.68rem + 0.18vw, 0.82rem);
  --text-sm: clamp(0.84rem, 0.79rem + 0.22vw, 0.96rem);
  --text-base: clamp(0.95rem, 0.88rem + 0.32vw, 1.08rem);
  --text-lg: clamp(1.08rem, 0.98rem + 0.45vw, 1.28rem);
  --text-xl: clamp(1.35rem, 1.08rem + 1vw, 1.85rem);
  --text-2xl: clamp(1.8rem, 1.26rem + 2vw, 2.8rem);

  --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;

  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 14px;

  --border-hair: 1px solid rgba(255, 244, 207, 0.08);
  --border-arcane: 1px solid var(--color-border);
  --shadow-panel: 0 22px 70px rgba(0, 0, 0, 0.5);
  --shadow-green: 0 0 22px rgba(124, 255, 74, 0.22);
  --shadow-inner: inset 0 0 36px rgba(124, 255, 74, 0.05);

  --sidebar-width: 300px;
  --topbar-height: 76px;
  --container-max: 1320px;
  --transition: 180ms ease;
  --z-sidebar: 50;
  --z-scrim: 40;
}
