html[data-theme="light"] body {
  background-color: #fff !important;
  color: #0f172a !important;
}

html[data-theme="light"] [class~="bg-white"] { background-color: #fff !important; }
html[data-theme="light"] [class~="bg-white/90"] { background-color: rgb(255 255 255 / 0.9) !important; }
html[data-theme="light"] [class~="bg-slate-50"] { background-color: #f8fafc !important; }
html[data-theme="light"] [class~="text-slate-950"] { color: #020617 !important; }
html[data-theme="light"] [class~="text-slate-900"] { color: #0f172a !important; }
html[data-theme="light"] [class~="text-slate-800"] { color: #1e293b !important; }
html[data-theme="light"] [class~="text-slate-700"] { color: #334155 !important; }
html[data-theme="light"] [class~="text-slate-600"] { color: #475569 !important; }
html[data-theme="light"] [class~="text-emerald-700"] { color: #1e5a84 !important; }
html[data-theme="light"] [class~="text-cyan-700"] { color: #25689c !important; }
html[data-theme="light"] [class~="border-slate-200"] { border-color: #e2e8f0 !important; }
html[data-theme="light"] [class~="bg-emerald-400"] { background-color: #4da3d4 !important; }
html[data-theme="light"] [class~="bg-emerald-400/10"] { background-color: rgb(77 163 212 / 0.1) !important; }

html[data-theme="dark"] body {
  background-color: #020617 !important;
  color: #f1f5f9 !important;
}

html[data-theme="dark"] [class~="dark:bg-slate-900"] { background-color: #0f172a !important; }
html[data-theme="dark"] [class~="dark:bg-slate-900/50"] { background-color: rgb(15 23 42 / 0.5) !important; }
html[data-theme="dark"] [class~="dark:bg-slate-950"] { background-color: #020617 !important; }
html[data-theme="dark"] [class~="dark:bg-slate-950/85"] { background-color: rgb(2 6 23 / 0.85) !important; }
html[data-theme="dark"] [class~="dark:bg-white/[0.05]"] { background-color: rgb(255 255 255 / 0.05) !important; }
html[data-theme="dark"] [class~="dark:text-white"] { color: #fff !important; }
html[data-theme="dark"] [class~="dark:text-slate-100"] { color: #f1f5f9 !important; }
html[data-theme="dark"] [class~="dark:text-slate-200"] { color: #e2e8f0 !important; }
html[data-theme="dark"] [class~="dark:text-slate-300"] { color: #cbd5e1 !important; }
html[data-theme="dark"] [class~="dark:text-slate-400"] { color: #94a3b8 !important; }
html[data-theme="dark"] [class~="dark:text-emerald-300"] { color: #7fb8dd !important; }
html[data-theme="dark"] [class~="dark:text-emerald-400"] { color: #4da3d4 !important; }
html[data-theme="dark"] [class~="dark:text-cyan-300"] { color: #8fc7e8 !important; }
html[data-theme="dark"] [class~="dark:border-white/10"] { border-color: rgb(255 255 255 / 0.1) !important; }
html[data-theme="dark"] [class~="bg-emerald-400"] { background-color: #4da3d4 !important; }
html[data-theme="dark"] [class~="bg-emerald-400/10"] { background-color: rgb(77 163 212 / 0.1) !important; }

html[data-theme] [data-menu] a:hover,
html[data-theme] [data-menu] a[aria-current="page"] {
  color: #fff !important;
}

html[data-theme="light"] .theme-logo-light { display: block !important; }
html[data-theme="light"] .theme-logo-dark { display: none !important; }
html[data-theme="dark"] .theme-logo-light { display: none !important; }
html[data-theme="dark"] .theme-logo-dark { display: block !important; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
