*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1a1a1a;background:linear-gradient(135deg,#f5f7fa 0%,#f0f2f5 100%);min-height:100vh;font-family:Nunito Sans,sans-serif}button,input{font:inherit}#root{width:100%;min-height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-spin{animation:1s linear infinite spin}.fade-in{animation:.3s ease-in-out fadeIn}.typing-dots{align-items:center;gap:4px;display:inline-flex}.typing-dots span{background:#666;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both bounce;display:inline-block}.typing-dots span:first-child{animation-delay:-.32s}.typing-dots span:nth-child(2){animation-delay:-.16s}@media (width<=768px){body{min-height:100dvh;overflow:hidden}#root{min-height:100dvh}.chat-layout{width:100%;height:100dvh!important}.chat-sidebar{min-width:0;border-right:none!important;width:100%!important}.chat-layout.has-active-chat .chat-sidebar,.chat-layout:not(.has-active-chat) .chat-panel,.chat-layout:not(.has-active-chat) .chat-empty-state{display:none!important}.chat-panel{width:100%;min-width:0}.chat-header{min-height:64px;padding:12px 14px!important}.mobile-back-button{display:flex!important}.chat-header-avatar{width:36px!important;height:36px!important}.messages-scroll{padding:14px 12px!important}.message-bubble{max-width:84%!important;padding:10px 13px!important}.message-form{flex-wrap:wrap;padding:10px 12px calc(10px + env(safe-area-inset-bottom))!important;gap:8px!important}.message-form>input[type=text]{order:1;min-width:0;height:42px;flex:calc(100% - 100px)!important}.attach-button{flex:0 0 42px;order:2;width:42px!important;height:42px!important}.send-button{flex:none;order:3;min-width:70px;height:42px;padding:0 14px!important}.selected-file-chip,.upload-progress-chip{order:0;width:100%;max-width:none!important}.empty-chat-copy{padding:24px 16px!important}}@media (width<=480px){::-webkit-scrollbar{width:4px}.message-form{align-items:stretch}.message-bubble{max-width:88%!important}.message-form>input[type=text]{flex-basis:100%!important}.attach-button,.send-button{flex:1 1 0}}@keyframes bounce{0%,80%,to{opacity:.3;transform:scale(0)}40%{opacity:1;transform:scale(1)}}@keyframes audioBounce{0%,to{transform:scaleY(.4)}50%{transform:scaleY(1)}}.call-modal-overlay{animation:.25s ease-out fadeIn}.call-modal{animation:.3s ease-out fadeIn}
