:root.theme-modern.mode-dark {
  --background: 224 25% 8%;
  --background2: 13 14 20;
  --foreground: 210 40% 98%;
  --card: 31 41 55;
  --card-foreground: 210 40% 98%;
  --popover: 224 25% 12%;
  --popover-foreground: 210 40% 98%;
  --primary: 262 83% 58%;
  --primary-shiny: 262 100% 79.57%;
  --primary-foreground: 0 0% 100%;
  --secondary: 24 26 37;
  --secondary-foreground: 31 41 55;
  --muted: 224 20% 18%;
  --muted-foreground: 217 15% 65%;
  --accent: 224 25% 20%;
  --accent-foreground: 210 40% 98%;
  --destructive: 0 84% 60%;
  --destructive-foreground: 210 40% 98%;
  --border: 255,255,255,0.08;
  --input: 224 20% 18%;
  --ring: 262 83% 58%;
  --gaming-gold: 45 93% 47%;
  --gaming-success: 142 71% 45%;
  --radius: 0.5rem;
}

:root.theme-modern.mode-light {
  --background: 245 245 100%;
  --background2:231 231 231;
  --foreground: 222 47% 11%;
  --card: 235 235 235;
  --card-foreground: 222 47% 11%;
  --popover: 0 0% 100%;
  --popover-foreground: 222 47% 11%;
  --primary: 262 83% 58%;
  --primary-shiny: 262 100% 79.57%;
  --primary-foreground: 0 0% 100%;
  --secondary: 255 255 255;
  --secondary-foreground: 222 47% 11%;
  --muted: 210 20% 96%;
  --muted-foreground: 215 16% 40%;
  --accent: 210 20% 96%;
  --accent-foreground: 222 47% 11%;
  --destructive: 0 84% 60%;
  --destructive-foreground: 0 0% 98%;
  --border: 229 212 231;
  --input: 214 32% 91%;
  --ring: 262 83% 58%;
  --gaming-gold: 45 93% 47%;
  --gaming-success: 142 71% 35%;
  --radius: 0.5rem;
}
