.ChatWidget-module-scss-module__mtI2HG__floatingButton{background:linear-gradient(135deg, var(--curagita-blue) 0%, var(--medium-blue) 100%);cursor:pointer;z-index:100;border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:40px;height:40px;transition:all .3s;display:flex;position:fixed;bottom:80px;right:40px;box-shadow:0 4px 12px #00000026}.ChatWidget-module-scss-module__mtI2HG__floatingButton:hover{transform:scale(1.1);box-shadow:0 6px 20px #009fe366}.ChatWidget-module-scss-module__mtI2HG__floatingButton .ChatWidget-module-scss-module__mtI2HG__icon{font-size:24px}.ChatWidget-module-scss-module__mtI2HG__floatingButton .ChatWidget-module-scss-module__mtI2HG__label{color:#fff;font-size:10px}.ChatWidget-module-scss-module__mtI2HG__imgContainer a{text-decoration:none}.ChatWidget-module-scss-module__mtI2HG__closeButton{color:#fff;background-color:var(--curagita-blue);z-index:1000;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex;position:fixed;bottom:80px;right:40px}.ChatWidget-module-scss-module__mtI2HG__closeButton:hover{background:linear-gradient(to bottom right,#0069a7 0%,#009fe3 100%,#0069a7 100%)}.ChatWidget-module-scss-module__mtI2HG__contactPerson{justify-content:space-between;align-items:center;display:flex}.ChatWidget-module-scss-module__mtI2HG__contactPerson h4{font-size:16px}.ChatWidget-module-scss-module__mtI2HG__contactPerson img{cursor:pointer}.ChatWidget-module-scss-module__mtI2HG__contactPerson .ChatWidget-module-scss-module__mtI2HG__imgdiv{display:flex}.ChatWidget-module-scss-module__mtI2HG__contactPersonContainer p{font-size:16px;font-weight:300}.ChatWidget-module-scss-module__mtI2HG__curassistToolheader p{font-size:16px;font-weight:700}.ChatWidget-module-scss-module__mtI2HG__assistancePrompt{margin-top:5px}.ChatWidget-module-scss-module__mtI2HG__assistancePrompt p{font-size:16px;font-weight:700}.ChatWidget-module-scss-module__mtI2HG__chatWidget{z-index:100;background:#fff;border-radius:16px;flex-direction:column;width:364px;height:554px;transition:width .3s,height .3s;display:flex;position:fixed;bottom:115px;right:40px;box-shadow:0 8px 32px #0000001f}.ChatWidget-module-scss-module__mtI2HG__chatWidget.ChatWidget-module-scss-module__mtI2HG__expanded{width:600px;height:80vh;max-height:800px}@media (max-width:768px){.ChatWidget-module-scss-module__mtI2HG__chatWidget{right:16px}.ChatWidget-module-scss-module__mtI2HG__chatWidget.ChatWidget-module-scss-module__mtI2HG__expanded{width:calc(100vw - 32px);height:calc(100vh - 80px)}}.ChatWidget-module-scss-module__mtI2HG__header{background:linear-gradient(135deg, var(--curagita-blue) 0%, var(--medium-blue) 100%);color:#fff;border-radius:16px 16px 0 0;justify-content:space-between;align-items:center;height:48px;padding:16px;display:flex}.ChatWidget-module-scss-module__mtI2HG__header .ChatWidget-module-scss-module__mtI2HG__headerContent{align-items:center;gap:5px;display:flex}.ChatWidget-module-scss-module__mtI2HG__header .ChatWidget-module-scss-module__mtI2HG__headerContent .ChatWidget-module-scss-module__mtI2HG__headerIcon{font-size:20px}.ChatWidget-module-scss-module__mtI2HG__header .ChatWidget-module-scss-module__mtI2HG__headerContent h3{margin:0;font-size:20px;font-weight:600!important}.ChatWidget-module-scss-module__mtI2HG__header .ChatWidget-module-scss-module__mtI2HG__headerActions{align-items:center;gap:8px;display:flex;position:absolute;left:100%}.ChatWidget-module-scss-module__mtI2HG__header .ChatWidget-module-scss-module__mtI2HG__languageSelector{color:#fff;cursor:pointer;background:#fff3;border:1px solid #ffffff4d;border-radius:6px;padding:4px 8px;font-size:13px;transition:background .2s}.ChatWidget-module-scss-module__mtI2HG__header .ChatWidget-module-scss-module__mtI2HG__languageSelector:hover{background:#ffffff4d}.ChatWidget-module-scss-module__mtI2HG__header .ChatWidget-module-scss-module__mtI2HG__languageSelector option{background:var(--curagita-blue);color:#fff}.ChatWidget-module-scss-module__mtI2HG__messages{background:#fff;flex-direction:column;flex:1;padding:16px;display:flex;overflow-y:auto}.ChatWidget-module-scss-module__mtI2HG__messages::-webkit-scrollbar{width:6px}.ChatWidget-module-scss-module__mtI2HG__messages::-webkit-scrollbar-track{background:0 0}.ChatWidget-module-scss-module__mtI2HG__messages::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.ChatWidget-module-scss-module__mtI2HG__welcomeMessage{color:#3b3b3b;padding:0 16px}.ChatWidget-module-scss-module__mtI2HG__welcomeMessage p{margin:0;font-size:15px}.ChatWidget-module-scss-module__mtI2HG__welcomeMessage p:first-child{color:#3b3b3b;font-size:16px;font-weight:700}.ChatWidget-module-scss-module__mtI2HG__exampleQueries{flex-direction:column;gap:8px;margin-top:20px;display:flex}.ChatWidget-module-scss-module__mtI2HG__exampleQueries button{cursor:pointer;color:#3b3b3b;text-align:left;border:1px solid #aeaeae;border-radius:10px;width:67%;padding:8px 12px;font-size:16px;font-weight:300}.ChatWidget-module-scss-module__mtI2HG__exampleQueries button:hover{border-color:var(--curagita-blue)}.ChatWidget-module-scss-module__mtI2HG__message{flex-direction:column;gap:8px;max-width:100%;animation:.3s ChatWidget-module-scss-module__mtI2HG__slideIn;display:flex}.ChatWidget-module-scss-module__mtI2HG__message.ChatWidget-module-scss-module__mtI2HG__user{align-self:flex-end}.ChatWidget-module-scss-module__mtI2HG__message.ChatWidget-module-scss-module__mtI2HG__user .ChatWidget-module-scss-module__mtI2HG__messageContent{color:#3b3b3b;background:#f2f2f280;border-radius:10px;padding:12px;font-size:16px;font-weight:300}.ChatWidget-module-scss-module__mtI2HG__message.ChatWidget-module-scss-module__mtI2HG__assistant{align-self:flex-start}.ChatWidget-module-scss-module__mtI2HG__message.ChatWidget-module-scss-module__mtI2HG__assistant .ChatWidget-module-scss-module__mtI2HG__messageContent{color:#3b3b3b;font-size:16px;font-weight:300}.ChatWidget-module-scss-module__mtI2HG__message .ChatWidget-module-scss-module__mtI2HG__messageContent{word-wrap:break-word;padding:5px 0;font-size:14px}.ChatWidget-module-scss-module__mtI2HG__message .ChatWidget-module-scss-module__mtI2HG__suggestions{flex-direction:column;gap:6px;margin-top:4px;display:flex}.ChatWidget-module-scss-module__mtI2HG__message .ChatWidget-module-scss-module__mtI2HG__suggestionButton{cursor:pointer;color:#3b3b3b;text-align:left;background:#fff;border:1px solid #aeaeae;border-radius:8px;width:85%;padding:8px 12px;font-size:16px;transition:all .2s}.ChatWidget-module-scss-module__mtI2HG__message .ChatWidget-module-scss-module__mtI2HG__suggestionButton:hover{border-color:var(--curagita-blue);color:var(--curagita-blue);background:#f7fafc}.ChatWidget-module-scss-module__mtI2HG__message .ChatWidget-module-scss-module__mtI2HG__quickActionButton{color:var(--curagita-blue);cursor:pointer;border:none;align-items:center;gap:6px;margin-bottom:7px;padding:0;font-size:14px;font-weight:600;display:flex}.ChatWidget-module-scss-module__mtI2HG__message .ChatWidget-module-scss-module__mtI2HG__quickActionButton:hover{background:linear-gradient(to bottom right,#0069a7 0%,#009fe3 100%,#0069a7 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.ChatWidget-module-scss-module__mtI2HG__message .ChatWidget-module-scss-module__mtI2HG__quickActionButton .ChatWidget-module-scss-module__mtI2HG__actionIcon{font-size:16px}.ChatWidget-module-scss-module__mtI2HG__loadingDots{gap:4px;padding:12px 16px;display:flex}.ChatWidget-module-scss-module__mtI2HG__loadingDots span{background:#cbd5e0;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both ChatWidget-module-scss-module__mtI2HG__bounce}.ChatWidget-module-scss-module__mtI2HG__loadingDots span:first-child{animation-delay:-.32s}.ChatWidget-module-scss-module__mtI2HG__loadingDots span:nth-child(2){animation-delay:-.16s}.ChatWidget-module-scss-module__mtI2HG__inputContainer{border-top:1px solid #e2e8f0;align-items:center;gap:8px;padding:16px 30px;display:flex}.ChatWidget-module-scss-module__mtI2HG__inputContainer .ChatWidget-module-scss-module__mtI2HG__inputItemWrapper{border:1.2px solid var(--curagita-blue);border-radius:30px;outline:none;flex:1;justify-content:space-between;padding:8px 12px;display:flex;box-shadow:1px 3px 6px #00000026}.ChatWidget-module-scss-module__mtI2HG__inputContainer .ChatWidget-module-scss-module__mtI2HG__input{border:none;width:90%;font-size:16px;transition:border-color .2s}.ChatWidget-module-scss-module__mtI2HG__inputContainer .ChatWidget-module-scss-module__mtI2HG__input:focus{border-color:var(--curagita-blue)}.ChatWidget-module-scss-module__mtI2HG__inputContainer .ChatWidget-module-scss-module__mtI2HG__input:disabled{cursor:not-allowed}.ChatWidget-module-scss-module__mtI2HG__inputContainer .ChatWidget-module-scss-module__mtI2HG__input::placeholder{color:#a0aec0}.ChatWidget-module-scss-module__mtI2HG__inputContainer .ChatWidget-module-scss-module__mtI2HG__voiceButton{cursor:pointer;justify-content:center;align-items:center;height:100%;font-size:18px;transition:all .2s;display:flex}.ChatWidget-module-scss-module__mtI2HG__inputContainer .ChatWidget-module-scss-module__mtI2HG__voiceButton:hover:not(:disabled){border-color:linear-gradient(to bottom right, #0069a7 0%, #009fe3 100%, #0069a7 100%);color:var(--curagita-blue)}.ChatWidget-module-scss-module__mtI2HG__inputContainer .ChatWidget-module-scss-module__mtI2HG__voiceButton.ChatWidget-module-scss-module__mtI2HG__listening{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border-color:#ef4444;animation:1.5s infinite ChatWidget-module-scss-module__mtI2HG__pulse}.ChatWidget-module-scss-module__mtI2HG__inputContainer .ChatWidget-module-scss-module__mtI2HG__voiceButton:disabled{opacity:.5;cursor:not-allowed}.ChatWidget-module-scss-module__mtI2HG__inputContainer .ChatWidget-module-scss-module__mtI2HG__sendButton{background:var(--curagita-blue);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;transition:all .2s;display:flex}.ChatWidget-module-scss-module__mtI2HG__inputContainer .ChatWidget-module-scss-module__mtI2HG__sendButton:hover:not(:disabled){background:linear-gradient(to bottom right,#0069a7 0%,#009fe3 100%,#0069a7 100%)}.ChatWidget-module-scss-module__mtI2HG__inputContainer .ChatWidget-module-scss-module__mtI2HG__sendButton:disabled{cursor:not-allowed}@media screen and (max-width:1599px){.ChatWidget-module-scss-module__mtI2HG__floatingButton,.ChatWidget-module-scss-module__mtI2HG__closeButton,.ChatWidget-module-scss-module__mtI2HG__chatWidget{right:20px}}
.CommandPalette-module-scss-module__ll_YCq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;background:#00000080;animation:.2s CommandPalette-module-scss-module__ll_YCq__fadeIn;position:fixed;inset:0}.CommandPalette-module-scss-module__ll_YCq__commandPalette{z-index:9999;background:#fff;border-radius:12px;width:90%;max-width:640px;animation:.3s CommandPalette-module-scss-module__ll_YCq__slideDown;position:fixed;top:20%;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 20px 60px #0000004d}.CommandPalette-module-scss-module__ll_YCq__searchBox{border-bottom:1px solid #e2e8f0;align-items:center;gap:12px;padding:16px 20px;display:flex}.CommandPalette-module-scss-module__ll_YCq__searchBox .CommandPalette-module-scss-module__ll_YCq__searchIcon{font-size:20px}.CommandPalette-module-scss-module__ll_YCq__searchBox .CommandPalette-module-scss-module__ll_YCq__searchInput{color:#2d3748;border:none;outline:none;flex:1;font-size:16px}.CommandPalette-module-scss-module__ll_YCq__searchBox .CommandPalette-module-scss-module__ll_YCq__searchInput::placeholder{color:#a0aec0}.CommandPalette-module-scss-module__ll_YCq__searchBox .CommandPalette-module-scss-module__ll_YCq__kbd{color:#718096;background:#f7fafc;border:1px solid #e2e8f0;border-radius:4px;padding:4px 8px;font-family:monospace;font-size:12px}.CommandPalette-module-scss-module__ll_YCq__results{max-height:400px;overflow-y:auto}.CommandPalette-module-scss-module__ll_YCq__results::-webkit-scrollbar{width:6px}.CommandPalette-module-scss-module__ll_YCq__results::-webkit-scrollbar-track{background:0 0}.CommandPalette-module-scss-module__ll_YCq__results::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.CommandPalette-module-scss-module__ll_YCq__noResults{text-align:center;color:#a0aec0;padding:40px 20px;font-size:14px}.CommandPalette-module-scss-module__ll_YCq__resultItem{cursor:pointer;align-items:center;gap:12px;padding:12px 20px;transition:all .2s;display:flex}.CommandPalette-module-scss-module__ll_YCq__resultItem:hover,.CommandPalette-module-scss-module__ll_YCq__resultItem.CommandPalette-module-scss-module__ll_YCq__selected{background:#f7fafc}.CommandPalette-module-scss-module__ll_YCq__resultItem.CommandPalette-module-scss-module__ll_YCq__selected{border-left:3px solid var(--curagita-blue)}.CommandPalette-module-scss-module__ll_YCq__resultItem .CommandPalette-module-scss-module__ll_YCq__resultIcon{justify-content:center;align-items:center;width:32px;height:32px;font-size:24px;display:flex}.CommandPalette-module-scss-module__ll_YCq__resultItem .CommandPalette-module-scss-module__ll_YCq__resultContent{flex:1;min-width:0}.CommandPalette-module-scss-module__ll_YCq__resultItem .CommandPalette-module-scss-module__ll_YCq__resultContent .CommandPalette-module-scss-module__ll_YCq__resultTitle{color:#2d3748;margin-bottom:2px;font-size:14px;font-weight:600}.CommandPalette-module-scss-module__ll_YCq__resultItem .CommandPalette-module-scss-module__ll_YCq__resultContent .CommandPalette-module-scss-module__ll_YCq__resultPath{color:#718096;text-overflow:ellipsis;white-space:nowrap;font-family:monospace;font-size:12px;overflow:hidden}.CommandPalette-module-scss-module__ll_YCq__resultItem .CommandPalette-module-scss-module__ll_YCq__enterKey{color:#718096;opacity:0;background:#f7fafc;border:1px solid #e2e8f0;border-radius:4px;padding:4px 8px;font-size:12px;transition:opacity .2s}.CommandPalette-module-scss-module__ll_YCq__resultItem.CommandPalette-module-scss-module__ll_YCq__selected .CommandPalette-module-scss-module__ll_YCq__enterKey{opacity:1}.CommandPalette-module-scss-module__ll_YCq__footer{background:#f7fafc;border-top:1px solid #e2e8f0;padding:12px 20px}.CommandPalette-module-scss-module__ll_YCq__footer .CommandPalette-module-scss-module__ll_YCq__footerHint{color:#718096;align-items:center;gap:12px;font-size:12px;display:flex}.CommandPalette-module-scss-module__ll_YCq__footer .CommandPalette-module-scss-module__ll_YCq__footerHint kbd{background:#fff;border:1px solid #e2e8f0;border-radius:4px;padding:2px 6px;font-family:monospace;font-size:11px}@keyframes CommandPalette-module-scss-module__ll_YCq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes CommandPalette-module-scss-module__ll_YCq__slideDown{0%{opacity:0;transform:translate(-50%)translateY(-20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}
