/* Login dark: tanpa cahaya / emboss */
html[data-theme="dark"] body {
  background: #0b1220 !important;
}
html[data-theme="dark"] .blur-3xl,
html[data-theme="dark"] .login-glow,
html[data-theme="dark"] .bg-indigo-200\/40,
html[data-theme="dark"] .bg-violet-200\/30 {
  display: none !important;
  opacity: 0 !important;
}
html[data-theme="dark"] .shadow-xl,
html[data-theme="dark"] .shadow-lg,
html[data-theme="dark"] .shadow-sm,
html[data-theme="dark"] .shadow-slate-200\/80,
html[data-theme="dark"] [class*="shadow-indigo"],
html[data-theme="dark"] .login-card {
  box-shadow: none !important;
  filter: none !important;
}
html[data-theme="dark"] .ring-1,
html[data-theme="dark"] .ring-white\/40 {
  --tw-ring-shadow: 0 0 #0000 !important;
  box-shadow: none !important;
}
html[data-theme="dark"] body > div.relative .bg-white.rounded-3xl,
html[data-theme="dark"] .login-card {
  background: #1e293b !important;
  border-color: #334155 !important;
}
