:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:hsl(6,78%,57%);--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,0.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ChatIcon_chatIcon__JDsWf{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#4e95ff,#4e95ff);box-shadow:0 4px 12px rgba(255,217,0,0);cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;position:relative;z-index:1001}.ChatIcon_chatIcon__JDsWf:hover{transform:scale(1.05);box-shadow:0 6px 16px rgba(255,217,0,0)}.ChatIcon_chatIcon__JDsWf:active{transform:scale(.95)}.ChatIcon_chatIcon__JDsWf.ChatIcon_active__NyPXZ{background:linear-gradient(135deg,#0084ff);box-shadow:0 6px 16px rgba(255,217,0,0)}.ChatIcon_iconContainer__2a6Vf{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.ChatIcon_chatBubble__Hvg88{color:#fdfdfd;transition:all .3s ease;filter:drop-shadow(0 2px 4px rgba(139,92,246,.2))}.ChatIcon_chatIcon__JDsWf:hover .ChatIcon_chatBubble__Hvg88{color:#fff;transform:scale(1.1)}.ChatIcon_chatIcon__JDsWf.ChatIcon_active__NyPXZ .ChatIcon_chatBubble__Hvg88{color:#fff}.ChatInterface_chatInterface__ujK03{width:380px;height:500px;background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.12);display:flex;flex-direction:column;overflow:hidden;border:1px solid #e5e7eb;animation:ChatInterface_slideIn__smHty .3s ease-out}@keyframes ChatInterface_slideIn__smHty{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.ChatInterface_chatHeader__6Fod9{background:linear-gradient(135deg,#ff9800,#ffb74d);color:#fff;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e7eb}.ChatInterface_headerContent__42kzk{display:flex;align-items:center;gap:12px}.ChatInterface_aiAvatar__bI7Eg{width:36px;height:36px;background:rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.ChatInterface_headerText__qsnnj h3{margin:0;font-size:16px;font-weight:600;line-height:1.2}.ChatInterface_headerText__qsnnj p{margin:2px 0 0;font-size:12px;opacity:.9;line-height:1.2}.ChatInterface_closeButton__7eUQ0{background:none;border:none;color:#fff;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s ease}.ChatInterface_closeButton__7eUQ0:hover{background:rgba(255,255,255,.1)}.ChatInterface_messagesContainer__LOFru{flex:1 1;overflow-y:auto;padding:16px;background:#f9fafb}.ChatInterface_welcomeMessage__40_Wm{text-align:center;padding:20px 0;color:#6b7280}.ChatInterface_welcomeMessage__40_Wm .ChatInterface_welcomeIcon__knr2L{margin-bottom:16px;color:#017dc5}.ChatInterface_welcomeMessage__40_Wm h4{margin:0 0 8px;font-size:18px;font-weight:600;color:#374151}.ChatInterface_welcomeMessage__40_Wm p{margin:0 0 20px;font-size:14px;line-height:1.5}.ChatInterface_suggestions__Pb8l_{display:flex;flex-direction:column;gap:8px}.ChatInterface_suggestionButton__WT1Qc{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px 12px;font-size:13px;color:#374151;cursor:pointer;transition:all .2s ease;text-align:left}.ChatInterface_suggestionButton__WT1Qc:hover{background:#f3f4f6;border-color:#d1d5db}.ChatInterface_messages__AmM8q{display:flex;flex-direction:column;gap:12px}.ChatInterface_message__w5uBd{display:flex;flex-direction:column;max-width:80%}.ChatInterface_message__w5uBd.ChatInterface_userMessage__zMlZ8{align-self:flex-end;align-items:flex-end}.ChatInterface_message__w5uBd.ChatInterface_userMessage__zMlZ8 .ChatInterface_messageContent__Ss_rT{background:#017dc5;color:#fff;border-radius:16px 16px 4px 16px}.ChatInterface_message__w5uBd.ChatInterface_assistantMessage__JeNC8{align-self:flex-start;align-items:flex-start}.ChatInterface_message__w5uBd.ChatInterface_assistantMessage__JeNC8 .ChatInterface_messageContent__Ss_rT{background:#fff;color:#374151;border:1px solid #e5e7eb;border-radius:16px 16px 16px 4px}.ChatInterface_messageContent__Ss_rT{padding:10px 14px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.ChatInterface_messageText__t3_a6{font-size:14px;line-height:1.4;word-break:break-word}.ChatInterface_messageText__t3_a6 p{margin:4px 0}.ChatInterface_messageText__t3_a6 p:first-child{margin-top:0}.ChatInterface_messageText__t3_a6 p:last-child{margin-bottom:0}.ChatInterface_messageText__t3_a6 ol,.ChatInterface_messageText__t3_a6 ul{margin:4px 0;padding-left:20px}.ChatInterface_messageText__t3_a6 li{margin:2px 0}.ChatInterface_messageText__t3_a6 strong{font-weight:600}.ChatInterface_messageText__t3_a6 code{background:rgba(0,0,0,.06);padding:1px 4px;border-radius:3px;font-size:13px}.ChatInterface_messageText__t3_a6 h1,.ChatInterface_messageText__t3_a6 h2,.ChatInterface_messageText__t3_a6 h3,.ChatInterface_messageText__t3_a6 h4,.ChatInterface_messageText__t3_a6 h5,.ChatInterface_messageText__t3_a6 h6{margin:8px 0 4px;font-size:14px;font-weight:600}.ChatInterface_inlineLink__2rXSH{color:#017dc5;text-decoration:underline;cursor:pointer;font-weight:500;transition:color .15s ease}.ChatInterface_inlineLink__2rXSH:hover{color:#015a8c}.ChatInterface_userMessage__zMlZ8 .ChatInterface_inlineLink__2rXSH{color:#c5e4ff}.ChatInterface_userMessage__zMlZ8 .ChatInterface_inlineLink__2rXSH:hover{color:#fff}.ChatInterface_messageTime__x_bhB{font-size:11px;opacity:.7;margin-top:4px}.ChatInterface_typingIndicator__L9LC8{display:flex;gap:4px;padding:8px 0}.ChatInterface_typingIndicator__L9LC8 .ChatInterface_dot__d2Ndd{width:6px;height:6px;background:#9ca3af;border-radius:50%;animation:ChatInterface_typing__K2cLO 1.4s ease-in-out infinite}.ChatInterface_typingIndicator__L9LC8 .ChatInterface_dot__d2Ndd:first-child{animation-delay:-.32s}.ChatInterface_typingIndicator__L9LC8 .ChatInterface_dot__d2Ndd:nth-child(2){animation-delay:-.16s}@keyframes ChatInterface_typing__K2cLO{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.ChatInterface_inputContainer__U38WG{padding:16px;background:#fff;border-top:1px solid #e5e7eb}.ChatInterface_inputWrapper__fR78q{display:flex;align-items:flex-end;gap:8px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:20px;padding:8px 12px;transition:border-color .2s ease}.ChatInterface_inputWrapper__fR78q:focus-within{border-color:#017dc5;background:#fff}.ChatInterface_messageInput__WNZFN{flex:1 1;border:none;background:none;outline:none;font-size:14px;line-height:1.4;resize:none;max-height:100px;min-height:20px;color:#374151}.ChatInterface_messageInput__WNZFN::placeholder{color:#9ca3af}.ChatInterface_messageInput__WNZFN:disabled{opacity:.6;cursor:not-allowed}.ChatInterface_sendButton__Z4yTC{width:32px;height:32px;border:none;border-radius:50%;background:#e5e7eb;color:#9ca3af;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.ChatInterface_sendButton__Z4yTC.ChatInterface_active__kLKOs{background:#017dc5;color:#fff}.ChatInterface_sendButton__Z4yTC:hover:not(:disabled){transform:scale(1.05)}.ChatInterface_sendButton__Z4yTC:disabled{cursor:not-allowed}.ChatInterface_headerActions__maq8m{display:flex;align-items:center;gap:8px}.ChatInterface_headerButton__N_xtb{background:rgba(255,255,255,.2);border:none;color:#fff;cursor:pointer;padding:6px;border-radius:6px;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center}.ChatInterface_headerButton__N_xtb:hover{background:rgba(255,255,255,.3)}.ChatInterface_quickActionsSection__4fHMx{margin-top:16px;text-align:left}.ChatInterface_sectionTitle__oMd63{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.ChatInterface_quickActionsGrid__10E4Z{display:grid;grid-template-columns:1fr 1fr;gap:8px}.ChatInterface_quickActionButton__wJByl{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px 10px;font-size:12px;color:#374151;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}.ChatInterface_quickActionButton__wJByl:hover{background:#f3f4f6;border-color:#017dc5;transform:translateY(-1px)}.ChatInterface_quickActionIcon__uaLZv{font-size:18px}.ChatInterface_viewFAQButton__qibck{margin-top:16px}.ChatInterface_viewFAQButton__qibck button{background:rgba(0,0,0,0);border:1px dashed #d1d5db;border-radius:8px;padding:10px 16px;font-size:13px;color:#6b7280;cursor:pointer;width:100%;transition:all .2s ease}.ChatInterface_viewFAQButton__qibck button:hover{background:#f9fafb;border-color:#017dc5;color:#017dc5}.ChatInterface_faqContainer__us9zs{padding:8px}.ChatInterface_faqTitle__R5_4y{font-size:16px;font-weight:600;color:#374151;margin:0 0 16px}.ChatInterface_backButton__Xqxs4{background:none;border:none;color:#017dc5;font-size:13px;cursor:pointer;padding:8px 0;margin-bottom:8px}.ChatInterface_backButton__Xqxs4:hover{text-decoration:underline}.ChatInterface_faqCategories__34tYr{display:flex;flex-direction:column;gap:8px}.ChatInterface_faqCategoryButton__PQ5Dq{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:14px 16px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:12px;text-align:left}.ChatInterface_faqCategoryButton__PQ5Dq:hover{background:#f9fafb;border-color:#017dc5}.ChatInterface_faqCategoryIcon__Ygo1Q{font-size:20px}.ChatInterface_faqCount__K06yg{margin-left:auto;font-size:11px;color:#9ca3af}.ChatInterface_faqQuestions__m76DA{display:flex;flex-direction:column;gap:6px}.ChatInterface_faqQuestionButton__q4Cr9{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px 14px;font-size:13px;color:#374151;cursor:pointer;transition:all .2s ease;text-align:left}.ChatInterface_faqQuestionButton__q4Cr9:hover{background:#f3f4f6;border-color:#017dc5}.ChatInterface_productsContainer__3m_yR{display:flex;flex-direction:column;gap:8px;margin-top:12px}.ChatInterface_productCard__55bzC{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:10px;display:flex;gap:10px}.ChatInterface_productImage__Y6xAq{width:60px;height:60px;object-fit:cover;border-radius:6px;flex-shrink:0}.ChatInterface_productInfo__T0yzr{flex:1 1;min-width:0}.ChatInterface_productTitle__jSJ5Y{font-size:13px;font-weight:600;color:#374151;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ChatInterface_productDetails__1aH0A{font-size:11px;color:#6b7280;margin:0 0 6px}.ChatInterface_productMeta__clEQw{display:flex;gap:8px;align-items:center}.ChatInterface_productPrice__iGIlG{font-size:12px;font-weight:600;color:#017dc5}.ChatInterface_productType__mHe3M{font-size:10px;color:#6b7280;background:#e5e7eb;padding:2px 6px;border-radius:4px}.ChatInterface_suggestedActions__dn3aP{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.ChatInterface_suggestedActionButton__KdE0P{background:rgba(1,125,197,.1);border:1px solid rgba(1,125,197,.3);border-radius:16px;padding:6px 12px;font-size:12px;color:#017dc5;cursor:pointer;transition:all .2s ease}.ChatInterface_suggestedActionButton__KdE0P:hover:not(:disabled){background:rgba(1,125,197,.2);border-color:#017dc5}.ChatInterface_suggestedActionButton__KdE0P:disabled{opacity:.5;cursor:not-allowed}@media(max-width:480px){.ChatInterface_chatInterface__ujK03{width:calc(100vw - 40px);height:calc(100vh - 120px);margin:0 20px}.ChatInterface_quickActionsGrid__10E4Z{grid-template-columns:1fr}}.GeminiChat_geminiChatContainer__33jqo{position:fixed;bottom:20px;right:20px;z-index:1000;display:flex;flex-direction:column;align-items:flex-end;gap:10px}@font-face{font-family:nourd;src:url(/_next/static/media/1f126df8e6c0850a-s.p.ttf) format("truetype");font-display:swap;font-weight:300;font-style:normal}@font-face{font-family:nourd;src:url(/_next/static/media/116bb18a253b1e34-s.p.ttf) format("truetype");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:nourd;src:url(/_next/static/media/61af0799c5fd731d-s.p.ttf) format("truetype");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:nourd;src:url(/_next/static/media/ca9eeafbc75a3c4a-s.p.ttf) format("truetype");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:nourd;src:url(/_next/static/media/35901af431d6e6ce-s.p.ttf) format("truetype");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:nourd;src:url(/_next/static/media/a1795015f6f43db3-s.p.ttf) format("truetype");font-display:swap;font-weight:800;font-style:normal}@font-face{font-family:nourd Fallback;src:local("Arial");ascent-override:92.99%;descent-override:23.91%;line-gap-override:0.00%;size-adjust:102.48%}.__className_2447df{font-family:nourd,nourd Fallback}.__variable_2447df{--font-nourd:"nourd","nourd Fallback"}*{box-sizing:border-box}.main-container{width:auto;display:flex;gap:1rem;margin:0 auto;border-radius:5px}.slider-right-side{width:100%;max-width:170px;position:relative}.slider-left-side{width:calc(100% - 170px);height:775px;position:relative;border-radius:10px}.verticalSlider{height:100%;position:relative}.nextIconVertical{border-radius:0 0 10px 10px;bottom:0;border:0}.nextIconVertical,.prevIconVertical{background:#d1d1d1;width:100%;position:absolute;height:30px;left:50%;transform:translate(-50%);cursor:pointer;z-index:1;outline:none}.prevIconVertical{border-radius:10px 10px 0 0;top:-31px;border:0}.horizontalSlider{height:775px;position:relative;width:100%;border-radius:5px}.nextIconHorizontal{left:35px}.nextIconHorizontal,.prevIconHorizontal{background-color:#000;cursor:pointer;opacity:.81;border-radius:7px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1;transition:.3s;height:40px;display:flex;justify-content:center;align-items:center;padding:.5rem;outline:none;border:0}.prevIconHorizontal{right:-5px}.verticalSlider>.slick-list>.slick-track>.slick-current>div>.inner-vertical>div:nth-child(2){background:#017dc5}.verticalSlider>.slick-list>.slick-track>.slick-current>div>.inner-vertical>div:nth-child(2)>span>img{opacity:.48}.nextIconHorizontal:hover,.prevIconHorizontal:hover{background:#017dc5}.inner-vertical{padding:5px 0;height:176px;width:100%;display:flex!important;justify-content:center!important;align-items:center!important}.bottomDiv{color:#fff;height:30px;width:100%;bottom:-1px;background:#050505;opacity:.8;justify-content:center;align-items:center;border-bottom-left-radius:15px;border-bottom-right-radius:15px}.bottomDiv,.show_Modal{position:absolute;mix-blend-mode:normal;display:flex}.show_Modal{width:32px;background:#000;padding:1rem;opacity:.48;border-radius:7px;height:32px;right:0;bottom:10px;transform:translate(-50%,-50%);cursor:pointer}@media(max-width:550px){.show_Modal{display:none}}.inner-horizontal{height:775px;object-fit:fit;width:100%!important;border-radius:5px}.inner-horizontal>img{border-radius:5px}.modal_Icon{transform:translate(-50%,-50%);right:-5px;fill:#fff!important;min-width:20px;height:20px}@media(max-width:1440px){.show_Modal{top:90%}}@media(max-width:1224px){.show_Modal{top:88%}}@media(max-width:1440px){.verticalSlider{height:590px}.horizontalSlider,.inner-horizontal{height:600px}.inner-vertical{height:134px;padding:8px 0}.slider-left-side{height:600px;width:calc(100% - 120px)}.slider-right-side{min-width:120px}}@media only screen and (max-width:800px){.main-container{width:auto}.slider-right-side,.verticalSlider{display:none}.slider-left-side{width:98%;margin:0 auto}.prevIconHorizontal{right:0}.bottomDiv{width:100%;margin:0 auto}}@media only screen and (max-width:1440px)and (min-width:1024px){.nextIconVertical{bottom:16px!important}}@media(max-width:1024px){.slider-right-side{background-color:red!important;display:none!important}.slider-left-side{width:100%;margin:0 auto}}@media only screen and (max-width:2560px)and (min-width:1420px){.show_Modal{top:90%}}.main-modalSlider{position:relative;height:98vh;width:75vw;padding:.5rem}@media(max-width:700px){.main-modalSlider{width:auto}}.modal-slider-section-one{margin:auto;height:100%;padding:2rem 1rem 1rem}.modal-slider-section-one div{height:100%}.inner_modalslider-section-one{height:350px;width:100%}.modal-section-two{padding:0 2rem;margin-top:.3rem;height:150px}.modal-slider-section-two{height:150px;width:100%;display:flex;justify-content:center;align-items:center}.modal-slider-section-two>.slick-list>.slick-track>.slick-current>div>.inner_modalslider-section-two{background:#017dc5}.modal-slider-section-two>.slick-list>.slick-track>.slick-current>div>.inner_modalslider-section-two>div>span>img{opacity:.48}.inner_modalslider-section-two{height:130px;width:100%;margin:.5rem 0;padding:0 3px}.modalslidecount{margin:0;position:absolute;bottom:1.5%;left:50%;transform:translate(-50%,-50%);background-color:#050505;display:block;width:50%;text-align:center;height:28px;opacity:.48;color:#fff;font-size:22px;font-weight:500}.managecancel{margin:0;position:absolute;top:2%;right:1.5%;cursor:pointer}.nextIconModal{border-top-left-radius:10px;border-bottom-left-radius:10px;left:-17px;border:none}.nextIconModal,.prevIconModal{background:#d1d1d1;width:25px;height:135px;position:absolute;top:50%;transform:translate(-50%,-50%);outline:none;cursor:pointer}.prevIconModal{border-top-right-radius:10px;border-bottom-right-radius:10px;right:-48px;border:none}.prevIconSectionone{right:0;z-index:1}.nextIconSectionone,.prevIconSectionone{background:#d1d1d1;cursor:pointer;opacity:.81;border-radius:7px;position:absolute;top:50%;transform:translate(-50%,-50%);height:40px;display:flex;justify-content:center;align-items:center;padding:.5rem;outline:none;border:0;transition:.2s}.nextIconSectionone{left:2.5%;z-index:2}.nextIconSectionone:hover,.prevIconSectionone:hover{background-color:#017dc5}@media only screen and (max-width:1024px)and (min-width:801px){.modalslidecount{width:30% .2%}}@media only screen and (max-width:800px)and (min-width:500px){.modal-slider-section-one{width:100%}.nextIconSectionone{left:27px;top:56%}.prevIconSectionone{right:-9px;top:56%}}@media only screen and (max-width:500px)and (min-width:350px){.modal-slider-section-one{width:100%}.inner_modalslider-section-two{padding:0 3px}}@media only screen and (max-width:500px)and (min-width:320px){.nextIconSectionone{left:28px}.prevIconSectionone{right:-8px}}@media(max-width:375px){.inner_modalslider-section-two{padding:0 2px}.modal-slider-section-one{width:100%}}@media only screen and (max-width:1024px){.modalslidecount{width:76%}}.slick-track{height:unset!important}*{font-family:var(--font-nourd),"Nourd",sans-serif}.btn-fill-orange{transition:background-color .5s!important;background-color:#f27236!important;cursor:pointer!important}.btn-fill-orange,.btn-fill-orange span{color:#fff!important}.btn-fill-orange:hover{background-color:#f4906c!important}.btn-fill-orange:disabled{cursor:progress!important;background-color:#606060!important;color:#f1f1f1!important}.btn-fill-grey{transition:background-color .5s!important;background-color:#f2f7f2!important}.btn-fill-grey,.btn-fill-grey span{color:#017dc5!important}.btn-fill-grey:hover{background-color:#d5e0d5!important}.btn-fill-grey:disabled{cursor:no-drop;background-color:#606060!important;color:#f1f1f1!important}.btn-outline{transition:background-color .5s!important;border:2px solid #f27236!important;background-color:#fff!important;color:#f27236!important}.btn-outline span{color:#f4906c!important}.btn-outline:hover{border:2px solid rgba(0,0,0,0)!important;background-color:#e2f1e0!important}.btn-white-outline{transition:background-color .5s!important;background-color:rgba(0,0,0,0)!important;border:2px solid #fff!important}.btn-white-outline,.btn-white-outline span{color:#fff!important}.btn-white-outline:hover{background-color:#e2f1e0!important;color:inherit!important}.btn-fill-blue{transition:background-color .5s!important;background-color:#017dc5!important}.btn-fill-blue,.btn-fill-blue span{color:#fff!important}.btn-fill-blue:hover{background-color:#0297e4!important}.btn-fill-blue:disabled{cursor:no-drop!important;color:#b0b0b0!important;background-color:#f1f1f1!important}.btn-fill-text-green{transition:background-color .5s!important;background-color:rgba(16,138,0,.12)!important}.btn-fill-text-green,.btn-fill-text-green span{color:#017dc5!important}.btn-fill-text-green:hover{background-color:rgba(16,138,0,.2)!important}.btn-socials{transition:.3s!important;background-color:#f27236!important;border:rgba(0,0,0,0)!important}.btn-socials svg path{fill:#fff}.btn-socials:hover{background-color:#fff!important;border:2px solid #f4906c!important}.btn-socials:hover svg path{fill:#f27236}.btn-outline-round{transition:background-color .5s!important;border:2px solid #017dc5!important;background-color:#fff!important}.btn-outline-round,.btn-outline-round span{color:#017dc5!important}.btn-outline-round:hover{background-color:rgba(16,138,0,.25)!important;border:unset!important}.btn-cancel{background-color:#f2f7f2!important}.btn-cancel,.btn-cancel span{transition:.3s!important;color:#017dc5!important}.btn-cancel:hover{background-color:#ffe7e7!important}.btn-cancel:hover,.btn-cancel:hover span{color:#f11!important}.btn-cancel:hover:disabled{cursor:progress!important;background-color:#606060!important;color:#fff!important}.btn-cancel:hover:disabled span{color:#fff!important}.btn-cancel:disabled{background-color:#606060!important;color:#fff!important}.btn-cancel:disabled span{color:#fff!important}*{padding:0}*,body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:#017dc5;text-decoration:none!important}a:hover{text-decoration:underline}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.link{color:blue!important;text-decoration:underline!important}.skeleton-box{display:inline-block;height:1em;position:relative;overflow:hidden;background-color:#dddbdd}.skeleton-box:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateX(-100%);background-image:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.2) 20%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0));animation:shimmer 2s infinite;content:""}@keyframes shimmer{to{transform:translateX(100%)}}@-moz-document url-prefix(){b:not(.ffBold),button:not(.ffBold),div:not(.ffBold),h1:not(.ffBold),h2:not(.ffBold),h3:not(.ffBold),h4:not(.ffBold),h5:not(.ffBold),h6:not(.ffBold),li:not(.ffBold),p:not(.ffBold),s:not(.ffBold),span:not(.ffBold){font-weight:400!important}}.with-ellipsis{-webkit-line-clamp:2!important;line-clamp:2!important}.with-ellipsis,.with-ellipsis--single-line{overflow:hidden!important;text-overflow:ellipsis!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;word-wrap:break-word;word-break:break-word}.with-ellipsis--single-line{-webkit-line-clamp:1!important;line-clamp:1!important}.tooltip-container,.tooltip-container--no-icon{position:relative;cursor:pointer;width:max-content}.tooltip-container--no-icon:hover div,.tooltip-container:hover div{visibility:visible;z-index:9}.tooltip-container svg{margin-bottom:-1px;height:16px;width:26px;width:auto}.tooltip-container svg path{fill:#4285f4}.uppercase{text-transform:uppercase}.flex-center,.pagination__wrapper{display:flex;align-items:center;justify-content:center}.public-DraftStyleDefault-ltr{margin-left:5px}.public-DraftStyleDefault-orderedListItem:before{width:unset!important}