@tailwind base;@tailwind components;@tailwind utilities;@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");@layer base{html{font-family:Inter,system-ui,sans-serif}body{@apply bg-gray-50 text-gray-900}}@layer components{.badge,.badge-blue,.badge-gray,.badge-green,.badge-purple,.badge-red,.badge-yellow,.btn,.btn-danger,.btn-primary,.btn-secondary,.btn-success,.btn-warning,.card,.input{@apply badge bg-gray-100 text-gray-800}}@layer utilities{.text-balance{text-wrap:balance}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.animate-fade-in{animation:fadeIn .5s ease-in-out}.animate-slide-up{animation:slideUp .3s ease-out}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.focus-visible,.spinner{@apply focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2}@media print{.no-print{display:none!important}.print-break{page-break-before:always}}