@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes modalEnter{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@keyframes modalExit{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.98)}}@keyframes fullscreenEnter{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes micPulse{0%{box-shadow:0 0 #ef4444b3}70%{box-shadow:0 0 0 10px #ef444400}to{box-shadow:0 0 #ef444400}}@keyframes newTitlePulse{0%{background-color:var(--theme-bg-accent-hover)}to{background-color:inherit}}@keyframes formSendPulse{0%{transform:scale(1)}50%{transform:scale(.995)}to{transform:scale(1)}}@keyframes fileSuccessRing{0%{box-shadow:0 0 0 0 var(--theme-text-success)}to{box-shadow:0 0 0 8px transparent}}@keyframes loading-dots-pulse{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.mic-recording-animate{animation:micPulse 2s infinite;background-color:var(--theme-bg-danger);color:var(--theme-icon-stop)}.title-update-animate{animation:newTitlePulse 1.5s ease-out}.message-container-animate{animation:fadeInUp .4s ease-out both}.welcome-message-animate{animation:fadeInUp .6s .2s cubic-bezier(.16,1,.3,1) both}.drag-overlay-animate{animation:fadeIn .3s ease-out both}.modal-enter-animation{animation:modalEnter .2s cubic-bezier(.16,1,.3,1) both}.modal-exit-animation{animation:modalExit .2s cubic-bezier(.16,1,.3,1) both}.fullscreen-enter-animation{animation:fullscreenEnter .4s cubic-bezier(.16,1,.3,1) both}.form-send-animate{animation:formSendPulse .4s cubic-bezier(.22,1,.36,1)}.newly-active-file-animate .file-preview-box{animation:fileSuccessRing .8s ease-out;border-color:var(--theme-text-success);transition:border-color .3s}.tooltip-container{position:relative;display:inline-flex;align-items:center}.tooltip-text{visibility:hidden;width:max-content;max-width:240px;background-color:var(--theme-bg-tertiary);color:var(--theme-text-primary);text-align:center;border-radius:.375rem;padding:.5rem .75rem;position:absolute;z-index:50;bottom:125%;left:50%;transform:translate(-50%);opacity:0;transition:opacity .2s;border:1px solid var(--theme-border-secondary);box-shadow:0 10px 15px -3px #0000001a;font-size:.75rem;font-weight:400;white-space:normal;pointer-events:none;line-height:1.4}.tooltip-container:hover .tooltip-text{visibility:visible;opacity:1}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:var(--theme-scrollbar-thumb) transparent}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:var(--theme-scrollbar-thumb);border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:var(--theme-border-focus)}.custom-scrollbar::-webkit-scrollbar-corner{background:transparent}.markdown-body{background-color:transparent!important;color:inherit!important;font-family:inherit!important;font-size:inherit!important;line-height:inherit!important}.markdown-body p{color:inherit!important}.markdown-body a{color:var(--theme-text-link)!important}.markdown-body pre{background-color:var(--theme-bg-code-block)!important}html,body,#root{height:100%;width:100%;margin:0;padding:0;overflow:hidden}#root{display:flex;flex-direction:column}
