:root {
  --bg-primary: #0a0a0f;
  --bg-secondary: #12121a;
  --bg-card: #1a1a2e;
  --bg-card-hover: #22223a;
  --bg-input: #16162a;
  --bg-sidebar: #0d0d15;
  --accent: #d4a847;
  --accent-hover: #e0b85a;
  --accent-dim: rgba(212, 168, 71, 0.15);
  --accent-glow: rgba(212, 168, 71, 0.3);
  --text-primary: #ffffff;
  --text-secondary: #b0b0c0;
  --text-muted: #6b6b80;
  --border: #2a2a3e;
  --border-light: #3a3a50;
  --success: #10b981;
  --warning: #f59e0b;
  --danger: #ef4444;
  --info: #3b82f6;
  --purple: #8b5cf6;
  --pink: #ec4899;
  --sidebar-width: 280px;
  --header-height: 0px;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.3);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.4);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.5);
  --shadow-glow: 0 0 20px rgba(212, 168, 71, 0.15);
  --glass-bg: rgba(26, 26, 46, 0.85);
  --glass-border: rgba(255,255,255,0.06);
  --font-heading: 'Poppins', sans-serif;
  --font-body: 'Inter', sans-serif;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
