html.light, html.light body {
  --bg:#f0f4f8;--surf:#fff;--card:#fff;--card2:#e8eef6;
  --border:#c8d4e4;--text:#1a2436;--soft:#3a5070;--muted:#7a90a8;
}
html.light body { background:var(--bg)!important; color:var(--text)!important; }
html.light header {
  background:linear-gradient(180deg,#dce6f4,#c8d8ec)!important;
  border-bottom-color:var(--border)!important;
  box-shadow:0 2px 16px rgba(0,0,0,.08)!important;
}
html.light .bg-gray-950 { background-color:#e8f0f8!important; }
html.light .bg-gray-900 { background-color:#f1f5f9!important; }
html.light .bg-gray-800 { background-color:#ffffff!important; }
html.light .bg-gray-700 { background-color:#e8eef6!important; }
html.light .bg-gray-600 { background-color:#d0dce8!important; color:#1a2436!important; }
html.light .bg-gray-500 { background-color:#b0c0d0!important; color:#1a2436!important; }
html.light .text-white  { color:#1a2436!important; }
html.light .text-gray-200 { color:#1a2436!important; }
html.light .text-gray-300 { color:#3a5070!important; }
html.light .text-gray-400 { color:#5a7090!important; }
html.light .text-gray-500 { color:#7a90a8!important; }
html.light .text-gray-600 { color:#9ab0c8!important; }
html.light .border-gray-700 { border-color:#c8d4e4!important; }
html.light .border-gray-800 { border-color:#d8e4f4!important; }
html.light .border-gray-600 { border-color:#b8ccd8!important; }
html.light input, html.light select, html.light textarea {
  background:#fff!important; border-color:#c8d4e4!important; color:#1a2436!important;
}
html.light table thead th {
  background:#e8eef6!important; color:#3a5070!important; border-color:#c8d4e4!important;
}
html.light table td { border-color:#c8d4e4!important; color:#1a2436!important; }
html.light table tbody tr:hover td { background:rgba(74,158,255,.05)!important; }
@media print {
  body, body * { visibility:visible!important; }
  .no-print { display:none!important; }
}
