/* ===========================================
   Theme: Dark (Default)
   Author: Lord V
   =========================================== */

[data-theme="dark"] {
  /* Background colors */
  --bg-primary: #0a0a0a;
  --bg-secondary: #111111;
  --bg-card: #161616;
  --bg-hover: #1f1f1f;
  
  /* Text colors */
  --text-primary: #ffffff;
  --text-secondary: #a0a0a0;
  --text-muted: #666666;
  
  /* Accent colors */
  --accent: #e63946;
  --accent-hover: #ff4d5a;
  --accent-glow: rgba(230, 57, 70, 0.25);
  
  /* UI colors */
  --border: rgba(255, 255, 255, 0.08);
  --overlay: rgba(10, 10, 10, 0.85);
  
  /* Header */
  --header-bg: rgba(10, 10, 10, 0.95);
  
  /* Theme color for browser */
  --theme-color: #0a0a0a;
}
