.scrollbar-custom::-webkit-scrollbar{width:6px;height:6px}.scrollbar-custom::-webkit-scrollbar-track{background:transparent}.scrollbar-custom::-webkit-scrollbar-thumb{background-color:#888;border-radius:9999px}.scrollbar-custom::-webkit-scrollbar-thumb:hover{background-color:#555}.scrollbar-chat::-webkit-scrollbar{width:3.5px;height:3px}.scrollbar-chat::-webkit-scrollbar-track{background:transparent}.scrollbar-chat::-webkit-scrollbar-thumb{background-color:#506497;border-radius:9999px}.scrollbar-chat::-webkit-scrollbar-thumb:hover{background-color:#202d4e}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .3s ease-out forwards}@keyframes gradient-x{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.animate-fade-in{animation:fade-in .6s ease-out forwards}.animate-text-fade-in{animation:fade-in .8s ease-out forwards}.animate-gradient-x{animation:gradient-x 6s ease infinite}.animation-delay-300{animation-delay:.3s}.animation-delay-500{animation-delay:.5s}.animation-delay-700{animation-delay:.7s}.animation-delay-1000{animation-delay:1s}.animation-delay-1200{animation-delay:1.2s}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-in{0%{transform:translateX(-20px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes underline{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.animate-slide-up{animation:slide-up .8s cubic-bezier(.22,1,.36,1) forwards}.animate-slide-in{animation:slide-in .6s ease-out forwards}.animate-underline{animation:underline .3s ease-out}.animation-delay-200{animation-delay:.2s}.animation-delay-400{animation-delay:.4s}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes text-fade-in{0%{opacity:0;background-position:200% 0}to{opacity:1;background-position:100% 0}}@keyframes scale-in{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.animate-fade-in-up{animation:fade-in-up .8s ease-out forwards}.animate-text-fade-in{animation:text-fade-in 1.2s ease-out forwards}.animate-scale-in{animation:scale-in .6s cubic-bezier(.22,1,.36,1) forwards}.animate-slide-up{animation:fade-in-up .6s ease-out forwards}.animate-bounce{animation:bounce .8s ease-in-out infinite}.delay-100{animation-delay:.1s}.delay-300{animation-delay:.3s}.delay-500{animation-delay:.5s}.checkbox-error .checkbox-indicator{border-color:hsl(var(--destructive))}.checkbox-error:hover .checkbox-indicator{border-color:hsl(var(--destructive)/.8)}:root{--lk-bg0:#1a1a1a;--lk-bg1:#2d2d2d;--lk-bg2:#404040;--lk-bg3:#4d4d4d;--lk-text:#fff;--lk-bg-participant:#333;--lk-control-bg:rgba(0,0,0,.7)}.lk-participant-grid{gap:8px!important;padding:8px!important}.lk-control-bar{background:var(--lk-control-bg)!important;border-radius:12px!important}.lk-video-conference{height:100%;width:100%;min-height:500px}.lk-participant-view{height:100%!important;min-height:inherit}.lk-media-video{-o-object-fit:cover;object-fit:cover;height:100%}