@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:fadeIn .3s ease-out both}.animate-slide-in-right{animation:slideInRight .3s ease-out both}.animate-slide-in-up{animation:slideInUp .35s ease-out both}.animate-scale-in{animation:scaleIn .2s ease-out both}*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;background-color:#f8fafc;font-family:Inter,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}::selection{background-color:#334155;color:#fff}:focus-visible{outline:2px solid #64748b;outline-offset:2px;border-radius:4px}table{border-collapse:collapse}@media print{body{background:#fff}.no-print{display:none!important}}
