.chat-container::-webkit-scrollbar{width:8px}.chat-container{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.chat-container::-webkit-scrollbar{width:8px;height:8px}.chat-container::-webkit-scrollbar-track{background:#f4f4f5;border-radius:4px}.chat-container::-webkit-scrollbar-thumb{background:#3f3f46;border-radius:4px}.chat-container::-webkit-scrollbar-thumb:hover{background:#27272a}.chat-fullscreen-container{height:calc(100vh - 60px)}.flex-1{min-width:0;min-height:0}.chat-container{scrollbar-width:thin;scrollbar-color:#3f3f46 #f4f4f5}.chat-container:focus{box-shadow:none!important;border-color:#0000!important;outline:none!important}.chat-container{overflow-anchor:auto;overscroll-behavior:contain}.typing-indicator{justify-content:center;align-items:center;gap:4px;padding:4px 8px;display:flex}.typing-dot{background-color:#3f3f46;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite typingAnimation}.typing-dot:first-child{animation-delay:0s}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingAnimation{0%,to{opacity:.5;transform:scale(.7)}50%{opacity:1;transform:scale(1)}}@media (max-width:640px){.chat-fullscreen{z-index:9999;flex-direction:column;display:flex;position:fixed;inset:0;overflow:hidden;border-radius:16px!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;margin:0!important}.chat-fullscreen-container{flex:1;padding-top:20px;padding-bottom:70px;overflow-y:auto;border-radius:0!important;height:auto!important;max-height:none!important}.chat-fullscreen-header{z-index:20;width:100%;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #0000000d;border-radius:0!important}.chat-fullscreen-input{z-index:10;background-color:#fff;width:100%;padding:16px 10px 24px;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px #0000000d;border-radius:0!important}.keyboard-visible{overflow:hidden;height:100%!important}.keyboard-visible .chat-fullscreen-container{padding-bottom:80px;position:fixed;inset:60px 0 80px;height:calc(100% - 140px)!important}}.mobile-transition-enter{opacity:0;transform:translateY(20px)}.mobile-transition-enter-active{opacity:1;transition:opacity .3s,transform .3s;transform:translateY(0)}.mobile-transition-exit{opacity:1;transform:translateY(0)}.mobile-transition-exit-active{opacity:0;transition:opacity .3s,transform .3s;transform:translateY(20px)}
