html[data-valenzo-theme="light"] {
  color-scheme: light;
  background: #f1f5f9;
}

html[data-valenzo-theme="light"] body,
html[data-valenzo-theme="light"] #app,
html[data-valenzo-theme="light"] .bg-ink {
  background-color: #f1f5f9 !important;
  color: #0f172a !important;
}

html[data-valenzo-theme="light"] .bg-panel {
  background-color: #ffffff !important;
  color: #0f172a !important;
}

html[data-valenzo-theme="light"] .bg-card,
html[data-valenzo-theme="light"] .bg-gray-700,
html[data-valenzo-theme="light"] .bg-gray-800 {
  background-color: #e2e8f0 !important;
  color: #0f172a !important;
}

html[data-valenzo-theme="light"] .text-white,
html[data-valenzo-theme="light"] .text-gray-100,
html[data-valenzo-theme="light"] .text-gray-200 {
  color: #0f172a !important;
}

html[data-valenzo-theme="light"] .text-gray-300,
html[data-valenzo-theme="light"] .text-gray-400,
html[data-valenzo-theme="light"] .text-gray-500 {
  color: #475569 !important;
}

html[data-valenzo-theme="light"] .border-gray-700,
html[data-valenzo-theme="light"] .border-gray-800 {
  border-color: #cbd5e1 !important;
}

html[data-valenzo-theme="light"] .field,
html[data-valenzo-theme="light"] input,
html[data-valenzo-theme="light"] select,
html[data-valenzo-theme="light"] textarea {
  color-scheme: light;
}

html[data-valenzo-theme="light"] .field {
  background: #ffffff !important;
  border-color: #94a3b8 !important;
  color: #0f172a !important;
}

html[data-valenzo-theme="light"] .field::placeholder {
  color: #64748b !important;
}

html[data-valenzo-theme="light"] .ops123-shell {
  --ops123-bg: #f8fafc;
  --ops123-card: #ffffff;
  --ops123-card-soft: #f1f5f9;
  --ops123-line: #cbd5e1;
  --ops123-text: #0f172a;
  --ops123-muted: #475569;
}

@media print {
  html[data-valenzo-theme] body,
  html[data-valenzo-theme] #printArea,
  html[data-valenzo-theme] #printArea * {
    background: #ffffff !important;
    color: #000000 !important;
    color-scheme: light !important;
  }
}
