html.theme-light body {
  background: #f8fafc !important;
  color: #0f172a !important;
}

html.theme-light [class*="bg-slate-950"] {
  background-color: #f8fafc !important;
}

html.theme-light [class*="bg-slate-900"] {
  background-color: #ffffff !important;
}

html.theme-light [class*="bg-slate-800"] {
  background-color: #e2e8f0 !important;
}

html.theme-light [class*="border-slate-800"] {
  border-color: #cbd5e1 !important;
}

html.theme-light [class*="border-slate-700"] {
  border-color: #94a3b8 !important;
}

html.theme-light [class*="text-slate-100"],
html.theme-light [class*="text-slate-200"],
html.theme-light [class*="text-slate-300"] {
  color: #0f172a !important;
}

html.theme-light [class*="text-slate-400"],
html.theme-light [class*="text-slate-500"] {
  color: #475569 !important;
}

html.theme-light [class*="hover:bg-slate-900"]:hover {
  background-color: #e2e8f0 !important;
}

html.theme-light input,
html.theme-light textarea,
html.theme-light select {
  color: #0f172a !important;
  background-color: #ffffff !important;
  border-color: #94a3b8 !important;
}

html.theme-light summary {
  color: #0f172a !important;
}

html.theme-light canvas {
  background-color: #ffffff;
}

.theme-toggle-btn {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 9999;
  border: 1px solid #334155;
  background: rgba(15, 23, 42, 0.92);
  color: #f8fafc;
  border-radius: 9999px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}

html.theme-light .theme-toggle-btn {
  border-color: #94a3b8;
  background: rgba(255, 255, 255, 0.95);
  color: #0f172a;
}
