@layer base{::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#64748b}@supports selector(::-webkit-scrollbar){@media(prefers-color-scheme:dark){::-webkit-scrollbar-thumb{background:#475569}::-webkit-scrollbar-thumb:hover{background:#64748b}}}}@keyframes slideInFromRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInFromLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInScale{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@keyframes invoiceItemsGlow{0%{box-shadow:0 0 #10b98114}50%{box-shadow:0 0 24px #10b9813d}to{box-shadow:0 0 #10b98114}}.animate-slideInRight{animation:slideInFromRight .3s ease-out}.animate-slideInLeft{animation:slideInFromLeft .3s ease-out}.animate-fadeInScale{animation:fadeInScale .3s ease-out}.invoice-items-glow{animation:invoiceItemsGlow 2.8s ease-in-out infinite;border-radius:1rem}.invoice-items-glow-panel{animation:invoiceItemsGlow 2.8s ease-in-out infinite}
