button,input,select,textarea{transition:all .15s ease}textarea::-webkit-scrollbar{width:6px}textarea::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}textarea::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}textarea::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes pulse-dot{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.loading-dot{animation:pulse-dot 1.4s ease-in-out infinite both}.loading-dot:first-child{animation-delay:0s}.loading-dot:nth-child(2){animation-delay:.16s}.loading-dot:nth-child(3){animation-delay:.32s}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .3s ease-out both}