.custom-scrollbar{scrollbar-gutter:stable}.custom-scrollbar::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar::-webkit-scrollbar-track{background-color:oklch(from var(--muted) l c h / .3)}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:oklch(from var(--muted-foreground) l c h / .3);border-radius:var(--radius-lg)}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:oklch(from var(--muted-foreground) l c h / .5)}.spinner{border:2px solid oklch(from var(--muted-foreground) l c h / .3);border-top-color:var(--primary);border-radius:9999px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:.2s ease-in fadeIn}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.slide-in-right{animation:.3s ease-out slideInRight}.skeleton-pulse{background-color:var(--muted);border-radius:var(--radius);animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}
