:root{--jj-scrollbar-thumb:rgba(100,116,139,0.5);--jj-scrollbar-thumb-hover:rgba(100,116,139,0.7);--jj-scrollbar-track:transparent}@media (prefers-color-scheme:dark){:root{--jj-scrollbar-thumb:rgba(148,163,184,0);--jj-scrollbar-thumb-hover:rgba(148,163,184,0.65)}}.dark{--jj-scrollbar-thumb:rgba(148,163,184,0);--jj-scrollbar-thumb-hover:rgba(148,163,184,0.65)}#scroll-container{scrollbar-width:thin;scrollbar-color:var(--jj-scrollbar-thumb) var(--jj-scrollbar-track)}#scroll-container.is-scrolling,#scroll-container:hover{scrollbar-width:thin;--jj-scrollbar-thumb:var(--jj-scrollbar-thumb-hover)}#scroll-container::-webkit-scrollbar{width:0;height:0}#scroll-container.is-scrolling::-webkit-scrollbar,#scroll-container:hover::-webkit-scrollbar{width:8px;height:8px}#scroll-container::-webkit-scrollbar-thumb{background-color:var(--jj-scrollbar-thumb);border-radius:8px}#scroll-container.is-scrolling::-webkit-scrollbar-thumb,#scroll-container:hover::-webkit-scrollbar-thumb{background-color:var(--jj-scrollbar-thumb-hover)}#scroll-container::-webkit-scrollbar-track{background:transparent}#scroll-container::-webkit-scrollbar-button{display:none;width:0;height:0}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes superiorPulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}to{transform:scale(1);opacity:1}}@keyframes dictationPulse{0%{background-color:hsl(var(--color-purple-600)/.1)}50%{background-color:hsl(var(--color-purple-600)/.3)}to{background-color:hsl(var(--color-purple-600)/.1)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 0 3px hsl(var(--color-purple-500)/.3),0 0 20px hsl(var(--color-purple-500)/.2)}50%{box-shadow:0 0 0 3px hsl(var(--color-purple-500)/.5),0 0 30px hsl(var(--color-purple-500)/.4)}}.scrollbar-thin::-webkit-scrollbar{height:6px}.scrollbar-thin::-webkit-scrollbar-track{background:transparent}.scrollbar-thin::-webkit-scrollbar-thumb{background-color:rgba(156,163,175,.5);border-radius:3px}.scrollbar-thin::-webkit-scrollbar-thumb:hover{background-color:rgba(156,163,175,.7)}.dark .scrollbar-thumb-slate-600::-webkit-scrollbar-thumb{background-color:rgba(71,85,105,.5)}.dark .scrollbar-thumb-slate-600::-webkit-scrollbar-thumb:hover{background-color:rgba(71,85,105,.7)}.scrollbar-thin{scrollbar-width:thin;scrollbar-color:rgba(156,163,175,.5) transparent}.dark .scrollbar-thin{scrollbar-color:rgba(71,85,105,.5) transparent}