@import url('https://rsms.me/inter/inter.css');
html { font-family: 'Inter', sans-serif; }
@media print {
  .no-print { display: none !important; }
  .print\:block { display: block !important; }
  body { background: #fff; }
}
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-thumb { background-color: rgba(100,116,139,.5); border-radius: 4px; }
::-webkit-scrollbar-track { background-color: transparent; }
.ac-menu, .combo-menu { position: absolute; z-index: 40; max-height: 220px; overflow: auto; }
.tab-btn { padding: 6px 12px; border-radius: 9999px; font-size: 0.875rem; font-weight: 500; }
.tab-active { background: rgb(59 130 246); color: #fff; }
.tab-inactive { background: rgb(243 244 246); color: rgb(55 65 81); }
.nav-btn { transition: all 0.2s ease-in-out; }
.nav-active { background-color: rgb(239 246 255); color: rgb(37 99 235); font-weight: 600; }
.nav-active svg { color: rgb(37 99 235); }