/* Light mode overrides */
html.theme-light {
  color-scheme: light;
}
html.theme-light body {
  background: #f5f0e8 !important;
  color: #2a2520 !important;
}
html.theme-light .bg-onyx-900 { background: #f5f0e8 !important; }
html.theme-light .bg-leather { background: #ebe4d8 !important; }
html.theme-light .text-onyx-50 { color: #1a1612 !important; }
html.theme-light .text-onyx-100 { color: #2a2520 !important; }
html.theme-light .text-onyx-200 { color: #4a4540 !important; }
html.theme-light header,
html.theme-light .site-footer {
  background: rgba(245, 240, 232, 0.95) !important;
  border-color: rgba(139, 30, 45, 0.15) !important;
}
html.theme-light .card-premium,
html.theme-light .bmb-feature-card,
html.theme-light .bmb-catalog-card,
html.theme-light .bmb-cert-card {
  background: #fff !important;
  border-color: rgba(139, 30, 45, 0.15) !important;
}
html.theme-light .bmb-field select,
html.theme-light .bmb-field input,
html.theme-light .bmb-field textarea {
  background: #fff !important;
  color: #2a2520 !important;
  border-color: rgba(139, 30, 45, 0.2) !important;
}
html.theme-light .bmb-result-box {
  background: linear-gradient(135deg, #fff, #f8f4ec) !important;
}
html.theme-light .bmb-nav-panel {
  background: #f5f0e8 !important;
}

.bmb-theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 2px;
  border: 1px solid rgba(139, 30, 45, 0.35);
  background: transparent;
  color: #c45c5c;
  cursor: pointer;
  font-size: 0.85rem;
  transition: all 0.2s;
}
.bmb-theme-toggle:hover {
  border-color: #c45c5c;
  background: rgba(139, 30, 45, 0.1);
}