@media (min-width:768px){.chat-guru-modal-enter{opacity:0;transform:scale(.95)}.chat-guru-modal-enter-active{opacity:1;transform:scale(1);transition:opacity .3s,transform .3s}.chat-guru-modal-exit{opacity:1;transform:scale(1)}.chat-guru-modal-exit-active{opacity:0;transform:scale(.95);transition:opacity .3s,transform .3s}}@media (max-width:767px){.chat-guru-modal-enter{opacity:0;transform:translateY(100%)}.chat-guru-modal-enter-active{transition:opacity .3s,transform .3s}.chat-guru-modal-enter-active,.chat-guru-modal-exit{opacity:1;transform:translateY(0)}.chat-guru-modal-exit-active{opacity:0;transform:translateY(100%);transition:opacity .3s,transform .3s}}.modal-content{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;-ms-scroll-chaining:none;scrollbar-width:thin}.chat-wrapper{display:flex;flex-direction:column;height:100%!important;max-height:100vh!important;overflow:hidden}@media (min-width:768px){.chat-wrapper{max-height:90vh!important}}.chat-header{position:sticky;top:0;z-index:10;background-color:#fff;border-bottom:1px solid #f1f1f1}.chat-body{flex:1;overflow-y:auto;padding-bottom:5px}.chat-footer{position:fixed;bottom:0;left:0;right:0;z-index:10;background-color:#fff;border-top:1px solid #f1f1f1;box-shadow:0 -2px 10px rgba(0,0,0,.05);margin:0;padding-bottom:env(safe-area-inset-bottom,0)}@media (max-width:767px){.drag-handle{touch-action:none;cursor:grab}.drag-handle:active{cursor:grabbing}.bottomsheet-enter{animation:bounce-in .4s}@keyframes bounce-in{0%{transform:translateY(100%)}70%{transform:translateY(-10px)}to{transform:translateY(0)}}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}.floating-btn-animate{animation:float 3s ease-in-out infinite}.thinking-dots-container{display:flex;align-items:center;justify-content:center;padding:8px 4px}.thinking-dot{display:inline-block;width:8px;height:8px;margin:0 3px;background-color:#f37b51;border-radius:50%;opacity:.6}.thinking-dot:first-child{animation:pulse 1.2s ease-in-out infinite}.thinking-dot:nth-child(2){animation:pulse 1.2s ease-in-out .4s infinite}.thinking-dot:nth-child(3){animation:pulse 1.2s ease-in-out .8s infinite}@keyframes pulse{0%,to{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.feedback-modal{display:flex;align-items:center;justify-content:center;z-index:2000}.feedback-backdrop,.feedback-modal{position:fixed;top:0;left:0;right:0;bottom:0}.feedback-backdrop{background-color:rgba(0,0,0,.5);z-index:1001}.feedback-content{background-color:#fff;border-radius:12px;padding:20px;box-shadow:0 10px 25px rgba(0,0,0,.1);width:90%;max-width:400px;z-index:1002}.feedback-stars{display:flex;justify-content:center;gap:8px;margin-bottom:20px}.feedback-star{cursor:pointer;transition:transform .2s ease}.feedback-star:hover{transform:scale(1.2)}.feedback-star.active{color:#f59e0b}.violet-hue-gradient{background:linear-gradient(0deg,rgba(152,112,240,.25) 36.56%,rgba(188,214,255,.25) 84.91%)}.indigo-hue-gradient,.violet-hue-gradient{filter:blur(97px);border-radius:424px;height:424px;width:424px}.indigo-hue-gradient{bottom:-120px;border:1px solid #fff;background:linear-gradient(0deg,rgba(152,112,240,.3) 36.56%,rgba(17,33,211,.3) 84.91%)}