body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; }
.tabular { font-variant-numeric: tabular-nums; }
.screen { display: none; }
.screen.active { display: block; }
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-thumb { background: #BFDBFE; border-radius: 3px; }
input[type="text"], input[type="number"], input[type="date"], input[type="password"], input[type="email"], select {
  width: 100%; padding: 0.625rem 0.75rem; border: 1px solid #E2E8F0; border-radius: 0.625rem;
  font-size: 0.9375rem; background: white; color: #0F2D5C;
}
input:focus, select:focus { outline: none; border-color: #1D4ED8; box-shadow: 0 0 0 3px #DBEAFE; }
input:disabled { background: #F8FAFC; color: #94A3B8; }
.nav-item.active { color: #1D4ED8; }
.nav-item.active .nav-icon-wrap { background: #DBEAFE; }
.fade-in { animation: fadeIn 0.2s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }
