/* Shared light theme for all Haru tabs */
body.light {
  --bg: #eaf0f8;
  --panel: #f7faff;
  --panel-2: #f0f5fc;
  --card: #f8fbff;
  --card-border: #ccd9ec;
  --text: #0f2238;
  --muted: #4f627b;
  --chip: #e8f0fb;
  --shadow: 0 10px 26px rgba(31,56,88,.10);
  background: linear-gradient(180deg,#eef4fc,#e7eef8) !important;
  color: var(--text) !important;
}
body.light .sidebar{background:linear-gradient(180deg,#f2f7ff,#eaf1fb)!important;border-right:1px solid #cddbf0!important;backdrop-filter:blur(4px) saturate(.96)!important}
body.light .nav a{color:#4f627b!important}
body.light .nav a:hover{background:#eef4ff!important;color:#132031!important}
body.light .nav a.active{background:#e7efff!important;border-color:#bfd0eb!important;color:#132031!important}
body.light .card, body.light .report-item, body.light .detail-item, body.light .panel {
  background:linear-gradient(180deg,rgba(246,250,255,.92),rgba(239,245,253,.88))!important;
  border-color:#c8d6ea!important;
  color:#122943!important;
  box-shadow:0 6px 16px rgba(35,61,98,.08)!important;
  backdrop-filter: blur(3px) saturate(.96)!important;
}
body.light .btn{background:linear-gradient(180deg,#ffffff,#f4f8ff)!important;border-color:#c9d8ee!important;color:#10263f!important}
body.light .btn.primary, body.light .btn.accent{background:linear-gradient(135deg,#e3ecff,#f1e6ff)!important;border-color:#b8cdee!important;color:#10243f!important}
body.light input, body.light select, body.light textarea {background:#fff!important;border-color:#c8d7ea!important;color:#10243f!important}
body.light .section-title, body.light h1, body.light h2, body.light h3 {color:#142d4a!important}
body.light .muted, body.light .meta, body.light .kv, body.light .subline, body.light .date {color:#4a6079!important}
body.light .kv b, body.light .money .pill, body.light .profit .pill, body.light .report-item .val {color:#223a57!important}
body.light .money .pill.blue{color:#2d5f9a!important}
body.light .money .pill.purple{color:#5f3b7d!important}
body.light .money .pill.amber{color:#8b6a23!important}
body.light .money .pill.green{color:#2f7b4f!important}
