/* Neon Void Theme by yx.kxi */

:root {
  --background-primary: #05050a;
  --background-secondary: #0a0a12;
  --background-tertiary: #0f0f1a;
  --neon-color: #00f5ff;
  --neon-glow: 0 0 12px rgba(0, 245, 255, 0.55);
  --neon-glow-strong: 0 0 22px rgba(0, 245, 255, 0.75);
}

body { background: var(--background-primary) !important; }

.theme-dark .container-1 {
  background: rgba(10, 10, 20, 0.55);
  backdrop-filter: blur(14px);
  border-left: 1px solid rgba(0, 245, 255, 0.25);
}

.theme-dark .button-1 {
  background: var(--neon-color);
  box-shadow: var(--neon-glow);
  color: #000;
}
