.chat-history{flex:1 1;overflow-y:auto;min-height:0;height:100%;position:relative;padding-right:20px}.chat-history,.chat-list{display:flex;flex-direction:column;gap:4px}.chat-list{list-style:none;padding:0;margin:0}.chat-item{position:relative;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:12px;width:100%;color:var(--silver-950);font-size:16px;line-height:20px;background-color:transparent;min-width:0;overflow:hidden;touch-action:manipulation;-webkit-tap-highlight-color:transparent}@media (hover:hover) and (pointer:fine){.chat-item:hover{background-color:var(--new-silver-200)}}.chat-item.active{background-color:var(--new-silver-200)}.chat-title{flex:1 1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--silver-900);min-width:0}.no-chats{padding:16px;text-align:center;color:#8e8ea0;font-size:14px}.chat-group{margin-bottom:20px}.chat-group-title{font-size:14px;font-weight:400;color:var(--silver-500);margin:0 0 8px 12px}.delete-chat-btn{position:relative;overflow:visible;z-index:2;background:transparent;padding:0;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.delete-chat-btn svg{position:relative;z-index:2;fill:var(--silver-500);opacity:.7;width:16px;height:17px}@media screen and (max-width:768px){.delete-chat-btn{visibility:visible!important;padding:12px}.delete-chat-btn svg{opacity:1;fill:var(--silver-500)}.chat-group-title{font-size:12px;line-height:18px}.chat-item .delete-chat-btn{visibility:visible!important}.chat-history{flex:1 1;height:100%;max-height:none;margin-bottom:16px}}.chat-item .delete-chat-btn{visibility:hidden}@media (hover:hover) and (pointer:fine){.chat-item:hover .delete-chat-btn{visibility:visible}}.chat-item:focus-within .delete-chat-btn{visibility:visible}.delete-chat-btn:before{content:"";position:absolute;top:0;right:0;width:48px;height:100%;background:linear-gradient(to left,var(--new-silver-200) 60%,transparent 100%);opacity:0;pointer-events:none;transition:opacity .3s;z-index:1}@media (hover:hover) and (pointer:fine){.chat-item:hover .delete-chat-btn:before{opacity:1}}.chat-item:focus-within .delete-chat-btn:before{opacity:1}.chat-item.active .delete-chat-btn:before{opacity:1;background:linear-gradient(to left,var(--new-silver-200) 60%,transparent 100%)}@media (hover:hover) and (pointer:fine){.delete-chat-btn:hover svg{opacity:1;fill:var(--silver-600)}}.delete-chat-btn:focus svg{opacity:1;fill:var(--silver-600)}.delete-chat-btn:active svg{opacity:1;fill:var(--silver-900)}.chat-history::-webkit-scrollbar{width:8px}.chat-history::-webkit-scrollbar-track{background:transparent}.chat-history::-webkit-scrollbar-thumb{background-color:var(--new-silver-300);border-radius:4px}@media (hover:hover) and (pointer:fine){.chat-history::-webkit-scrollbar-thumb:hover{background-color:var(--new-silver-400)}}.chat-history{scrollbar-width:thin;scrollbar-color:var(--new-silver-300) transparent}@media (min-width:769px){.delete-chat-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);z-index:2;width:20px;height:20px}.chat-title{overflow:hidden;text-overflow:ellipsis}}@media (max-width:768px){.delete-chat-btn{position:static;right:auto;top:auto;transform:none;z-index:auto;padding:12px;visibility:visible!important}.chat-title{padding-right:0;overflow:hidden}.chat-item{font-size:14px;padding:0 0 0 12px}.chat-item.active{background-color:var(--new-silver-200)}.chat-item .delete-chat-btn{visibility:visible!important}.chat-item.active .delete-chat-btn:before,.delete-chat-btn:before{background:linear-gradient(to left,var(--new-silver-200) 60%,transparent 100%)}.chat-item.active .delete-chat-btn:before{opacity:1}@media (hover:hover) and (pointer:fine){.chat-item:hover .delete-chat-btn:before{opacity:0}}.chat-item:focus-within .delete-chat-btn:before{opacity:0}@media (hover:hover) and (pointer:fine){.delete-chat-btn:hover svg{fill:var(--silver-900)}}.delete-chat-btn:active svg{fill:var(--silver-900)}}.chat-input-container{max-width:774px;margin:0 auto;width:100%;display:flex;flex-direction:column;align-items:center;height:auto}.chat-input-form{display:flex;position:relative;width:100%;height:auto}.input-hint{font-size:12px;color:var(--silver-600);padding:0 16px 4px;text-align:right;width:100%;margin-bottom:2px}.input-wrapper{flex:1 1;min-width:0;transition:all .2s ease;height:auto;display:flex;position:relative;width:100%}.chat-input{width:100%;max-width:774px;min-height:40px;max-height:120px;padding:12px 44px 12px 16px;border:none;outline:none;background-color:var(--silver-100);color:var(--silver-900);font-size:16px;line-height:24px;resize:none;font-family:inherit;z-index:2;border-radius:12px;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;scrollbar-color:var(--silver-500) transparent}.chat-input::-webkit-scrollbar{width:0;height:0}.chat-input::-webkit-scrollbar-track{background:transparent}.chat-input::-webkit-scrollbar-thumb{background-color:var(--silver-500);border-radius:2px}.chat-input::-webkit-scrollbar-thumb:hover{background-color:var(--silver-500)}.chat-input::placeholder{color:var(--silver-500);font-weight:400;font-size:16px;opacity:1}.char-limit-container{position:absolute;bottom:6px;right:44px;font-size:12px;color:var(--silver-600);display:flex;align-items:center;z-index:10}.char-limit-tooltip{position:absolute;bottom:calc(100% + 12px);right:10px;background-color:#000;color:#fff;padding:8px 12px;border-radius:8px;font-size:12px;white-space:nowrap;animation:fadeIn .2s ease-in-out;z-index:100;box-shadow:0 2px 8px #00000026}.char-limit-tooltip:after{content:"";position:absolute;bottom:-5px;right:25px;width:10px;height:10px;background-color:#000;transform:rotate(45deg)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.chat-input.limit-reached,.input-wrapper.limit-reached{border:1px solid var( --red-600);border-radius:12px}.send-button{position:absolute;z-index:10;bottom:9px;right:6px;width:32px;height:32px;min-width:32px;border-radius:50%;padding:0;background-color:var(--silver-900);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.send-button:hover{background-color:var(--silver-800)}.send-button:active{background-color:var(--silver-700)}.send-button:focus{background-color:var(--silver-800)}.send-button:disabled{background-color:var(--silver-300);opacity:.7;cursor:not-allowed}.chat-input-container.mobile-mode .send-button{position:absolute;right:6px;bottom:6px;top:auto;transform:none;z-index:200000;pointer-events:auto!important}.chat-input-container.mobile-mode .input-wrapper{padding-right:0}.chat-input-container.mobile-mode .chat-input{padding-right:40px}.chat-input-container.mobile-mode{max-width:100%;padding:12px 16px;background-color:var(--silver-0);z-index:100;margin:0;width:auto;height:auto;transform:translateZ(0);will-change:transform}.chat-input-container.mobile-mode,.chat-input-container.mobile-mode.focused{position:fixed;bottom:0;left:0;right:0}@media screen and (max-width:768px){.chat-input-container{padding:0;width:100%;box-sizing:border-box;height:auto;position:relative}.chat-input-container.mobile-mode{position:fixed;bottom:0;left:0;right:0;padding:12px 16px;background-color:var(--silver-0);z-index:100000;margin:0;width:100%;box-sizing:border-box;will-change:transform;transform-style:preserve-3d;display:flex;flex-direction:column}.chat-input-container.mobile-mode.focused{position:fixed;bottom:0;left:0;right:0;height:auto;min-height:68px}.chat-input-form{background-color:var(--silver-0);flex-direction:column;z-index:100000}.chat-input-form,.input-wrapper{width:100%;position:relative;height:auto;display:flex}.input-wrapper{box-sizing:border-box;padding-right:44px;align-items:flex-start}.chat-input{min-height:44px;max-height:120px;padding:12px 45px 12px 16px!important;width:100%;box-sizing:border-box;font-size:16px;line-height:20px;-webkit-appearance:none;position:relative;border-radius:12px;resize:none;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:100000}.send-button{position:absolute;right:6px;bottom:6px;top:auto;transform:none;width:32px;height:32px;z-index:1001;background-color:var(--silver-900);border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0;margin:0;border:none;cursor:pointer}.chat-input-container.mobile-mode.focused .chat-input{margin-bottom:0}.chat-input-container.mobile-mode.focused .input-wrapper{margin-bottom:0;padding-bottom:0}.chat-input-container.mobile-mode.focused .send-button{position:absolute;right:6px;bottom:6px;opacity:1;visibility:visible;pointer-events:auto}body.keyboard-open{height:100%;overflow:hidden;position:fixed;width:100%}}@supports (-webkit-touch-callout:none){.chat-input-container.mobile-mode{padding-bottom:max(env(safe-area-inset-bottom),12px)}.chat-input-container.mobile-mode.focused{bottom:0}.chat-input-container.mobile-mode.focused .send-button{bottom:6px;transform:translateZ(0)}}.input-disclaimer{font-size:14px;font-weight:400;line-height:16px;color:#747682;text-align:center;margin-top:8px;padding:0;width:100%;box-sizing:border-box;font-family:inherit}@media (prefers-color-scheme:dark){.input-disclaimer{color:#72747e}}@media (prefers-color-scheme:light){.input-disclaimer{color:#747682;font-size:14px}}@media screen and (max-width:768px){.input-disclaimer{font-size:10px;font-weight:400;line-height:16px;margin-top:6px;padding:0}.chat-input-container.mobile-mode .input-disclaimer{margin-top:8px;font-size:12px;font-weight:400;line-height:16px}.chat-input-container.mobile-mode.focused .input-disclaimer{margin-top:4px}}@media screen and (min-width:1200px){.chat-input,.chat-input-container{max-width:min(774px,70vw)}}.style-module__text--7-6mX{color:var(--new-silver-700);font-size:var(--font-size-base);letter-spacing:-.2px}.style-module__text--7-6mX,.style-module__textSmall--MtyB1{display:inline;font-family:Onest;font-style:normal;font-weight:400;line-height:130%;text-align:center}.style-module__textSmall--MtyB1{color:var(--new-silver-500);font-size:10px}@media (max-width:1200px) and (max-height:899px){.style-module__text--7-6mX{font-size:14px;line-height:120%}.style-module__textSmall--MtyB1{font-size:9px}}.waiting-indicator{background:transparent;display:flex;flex-direction:column;align-items:flex-start;margin-bottom:16px;width:100%}.typing-indicator{display:flex;align-items:center;margin:10px 0}.processing-stages{position:relative;padding:16px}.stage{display:flex;align-items:center;opacity:.5;transition:all .3s ease;margin-bottom:4px;position:relative;padding-left:0}.stage:not(:last-child){margin-bottom:16px}.stage.active{opacity:1}.stage.completed{opacity:.8}.stage .stage-indicator,.stage.active .stage-indicator,.stage.completed .stage-indicator{width:24px;margin:0;position:relative;left:0;display:flex;align-items:center;justify-content:center}.stage-text{margin-left:12px;font-size:16px;line-height:24px;font-weight:400}.stage-text,.stage.completed .stage-text{color:var(--silver-900)}.stage.active .stage-text{color:var(--silver-500)}@media (max-width:768px){.stage-text{font-size:14px;line-height:20px}}.stage:not(:last-child):after{left:12px}.dot{width:12px;height:12px}.dot,.stage.active .stage-indicator{border-radius:50%;background-color:var(--silver-100)}.stage.active .stage-indicator{width:20px;height:20px;position:relative;margin:0 2px;z-index:2;display:flex;align-items:center;justify-content:center}.stage.active .dot{width:12px;height:12px;border-radius:50%;background-color:var(--silver-1000);animation:pulse 2s infinite}.stage.completed .stage-indicator{width:20px;height:20px;border-radius:50%;background-color:var(--silver-100);position:relative;margin:0 4px;z-index:2;display:flex;align-items:center;justify-content:center}.checkmark{width:10px;height:10px;fill:var(--silver-900);animation:scaleIn .3s ease-out}.stage.completed+.stage.active:before{top:-50%;height:50%}.stage.active:after,.stage.active:before,.stage.completed:after,.stage:before,.stage:not(.completed+.stage.active):before{display:none}@keyframes pulse{0%{opacity:.3;transform:scale(.85)}50%{opacity:1;transform:scale(1.1)}to{opacity:.3;transform:scale(.85)}}@keyframes scaleIn{0%{transform:scale(0)}80%{transform:scale(1.2)}to{transform:scale(1)}}.stage-indicator{z-index:2;flex-shrink:0;height:24px;display:flex;align-items:center;justify-content:center}.stage.completed+.stage.active:before,.stage.completed+.stage.completed:before{content:"";position:absolute;width:1px;background-color:var(--silver-100);top:-12px;bottom:12px;left:12px;z-index:1;display:block}.stage:after,.stage:before{content:none;display:none}.stage.completed+.stage.active:before,.stage.completed+.stage.completed:before{content:"";position:absolute;width:1px;background-color:var(--silver-100);top:-12px;height:calc(100% - 12px);left:12px;z-index:1}.processing-stages{border:1px solid var(--silver-100);border-radius:12px;display:flex;flex-direction:column;width:100%;background-color:transparent;overflow:hidden;transition:all .3s ease}.toggle-button{z-index:100;position:absolute;height:24px;right:16px;top:11px;background:transparent;border:none;width:100%;display:flex;align-items:flex-end;justify-content:flex-end;cursor:pointer;padding:0}.toggle-button svg{width:18px;height:18px;fill:var(--silver-500);transition:transform .3s ease}.toggle-button svg.rotate{transform:rotate(180deg)}.stages-container{display:flex;flex-direction:column}.processing-stages.expanded{max-height:500px}.messages-wrapper{flex:1 1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;box-sizing:border-box;position:relative;max-height:calc(100% - 180px);height:calc(100% - 80px);overscroll-behavior:contain;scroll-padding-bottom:100px;padding-right:0;width:100%}.messages-wrapper::-webkit-scrollbar{width:3px}.messages-wrapper::-webkit-scrollbar-track{background:transparent}.messages-wrapper::-webkit-scrollbar-thumb{background-color:var(--new-silver-200);border-radius:2px}.messages-wrapper::-webkit-scrollbar-thumb:hover{background-color:var(--new-silver-200)}.messages-wrapper{scrollbar-width:thin;scrollbar-color:var(--new-silver-200) transparent}.messages-wrapper .messages-container{overflow:visible!important;max-height:none!important;height:auto!important;padding:0 0 100px!important;max-width:774px;width:100%;margin:0 auto;flex:1 1;display:flex;flex-direction:column;box-sizing:border-box;position:relative}@media screen and (min-width:1200px){.messages-wrapper .messages-container{max-width:min(774px,70vw);padding:0 32px 100px}}.loaderSpinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.sidebar-toggle{bottom:0;height:48px;width:48px;background-color:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:0 4px 4px 0;transition:all .3s ease-in-out;z-index:2000!important;display:flex!important;padding-left:0!important;color:var(--silver-400);margin-top:auto}.sidebar-toggle:hover{border-radius:12px;background:var(--silver-100);color:var(--silver-900)}.sidebar-toggle svg{transition:transform .3s ease-in-out;transform:rotate(180deg);left:0}.sidebar.collapsed .sidebar-toggle svg{transform:rotate(0)}.app-container{display:flex;overflow:hidden;box-sizing:border-box;height:100%}.app{flex:1 1;max-height:100%;max-width:100vw}.app,.sidebar{display:flex;overflow:hidden;position:relative;width:100%}.sidebar{max-width:236px;color:#fff;flex-direction:column;margin-right:20px;transition:width .3s ease-in-out;z-index:1000;flex-shrink:0}.sidebar.collapsed{width:48px;margin-right:21px}.mobile-logo-container{display:flex;align-items:center;gap:8px}.mobile-logo-icon{width:28px;height:28px}.mobile-logo-title{height:16px;width:auto;fill:var(--new-silver-950)}.chatMain-container{display:grid;grid-template-rows:minmax(0,1fr) auto auto minmax(0,1fr);justify-items:center;width:100%;flex:1 1;padding:16px 0 24px;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;min-height:0;scrollbar-width:thin;align-items:center;scrollbar-color:var(--new-silver-200) transparent}@media (min-width:769px){.chatMain-container{grid-template-rows:minmax(0,.1fr) auto auto minmax(0,1fr)}}.chatMain-container::-webkit-scrollbar{width:3px}.chatMain-container::-webkit-scrollbar-track{background:transparent}.chatMain-container::-webkit-scrollbar-thumb{background-color:var(--new-silver-200);border-radius:2px}@media (hover:hover) and (pointer:fine){.chatMain-container::-webkit-scrollbar-thumb:hover{background-color:var(--new-silver-200)}}.chatMain-header-box{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:774px;gap:16px;grid-row:2}.chatMain-container>:last-child{grid-row:3;justify-self:center;width:100%;max-width:774px;margin-top:clamp(32px,5vw,40px)}.startScreenLogo{margin-bottom:60px;fill:var(--new-silver-950)}@media (max-width:1200px) and (max-height:899px){.chatMain-container{grid-template-rows:minmax(0,1fr) auto auto minmax(0,1fr)}.startScreenLogo{margin-bottom:32px}.chatMain-header-box{gap:12px}.chatMain-container>:last-child{margin-top:24px}}@media (max-width:320px){.chatMain-container{align-items:center;justify-content:center}.chatMain-header-box{text-align:center}}.style-module__errorsPage--cD7d-{padding:0 16px;display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%;background:var(--silver-0);text-align:center}.style-module__errorNumber--hBYM0{font-weight:400;font-size:16px;line-height:24px;color:var(--silver-500);margin-bottom:8px}.style-module__errorTitle--HRpNG{font-weight:600;font-size:28px;line-height:32px;color:var(--silver-950);margin-bottom:12px}.style-module__errorDescription--1IZ-n{font-weight:400;font-size:16px;line-height:24px;color:var(--silver-900)}.style-module__errorButton--dwZQU{width:calc(100% - 32px);position:fixed;bottom:16px;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 28px;background-color:var(--silver-950);color:var(--silver-50);border-radius:10px;cursor:pointer;font-size:16px;line-height:16px;font-weight:500}.style-module__errorButton--dwZQU svg{fill:var(--silver-50)}@media screen and (min-width:768px){.style-module__errorsPage--cD7d-{padding:0;max-width:660px;margin:0 auto}.style-module__errorNumber--hBYM0{margin-bottom:24px}.style-module__errorTitle--HRpNG{font-size:48px;line-height:52px;margin-bottom:24px}.style-module__errorDescription--1IZ-n{font-size:20px;line-height:28px;margin-bottom:24px}.style-module__errorButton--dwZQU{width:max-content;position:static}}.PrimaryButton-module__primaryButton--xITID{display:flex;align-items:center;justify-content:center;height:40px;padding:10px 16px;background-color:var(--new-ultramarin-600);border:none;border-radius:12px;cursor:pointer;line-height:0;color:var(--new-silver-dark-950);font-family:Onest,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.3px;line-height:1.3;transition:all .2s ease;gap:10px;box-sizing:border-box;touch-action:manipulation;-webkit-tap-highlight-color:transparent}@media (hover:hover) and (pointer:fine){.PrimaryButton-module__primaryButton--xITID:hover{background-color:var(--new-ultramarin-800)}}.PrimaryButton-module__primaryButton--xITID:focus{background-color:var(--new-ultramarin-800)}.PrimaryButton-module__primaryButton--xITID:active{background-color:var(--new-ultramarin-900)}.PrimaryButton-module__primaryButton--xITID:focus:not(:active){background-color:var(--new-ultramarin-800)}.PrimaryButton-module__primaryButton--xITID:disabled{background-color:var(--new-silver-200);color:var(--new-silver-500);cursor:not-allowed}.PrimaryButton-module__primaryButton--xITID:disabled .PrimaryButton-module__icon--NrgnD{fill:var(--new-silver-500)}.PrimaryButton-module__primaryButton--xITID.PrimaryButton-module__fullWidth--VdVaw{width:100%}.PrimaryButton-module__icon--NrgnD{fill:var(--new-silver-dark-950);width:24px;height:24px;flex-shrink:0}@media (max-width:768px){.PrimaryButton-module__primaryButton--xITID{font-size:14px;padding:10px 0}}.my-widget-root .PrimaryButton-module__primaryButton--xITID{font-size:14px}.error-content{margin:16px 0;padding:16px;width:100%;max-width:390px;border-radius:10px;background-color:var(--silver-50)}.error-description{font-size:16px;line-height:24px;font-weight:400;color:var(--silver-900);margin-bottom:16px;display:flex;align-items:flex-start;gap:12px}.warning-icon{flex-shrink:0}.error-text{display:inline-block}.retry-button{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 28px;background-color:var(--silver-950);color:var(--silver-50);border-radius:10px;cursor:pointer;font-size:16px;line-height:16px;font-weight:500}.style-module__overlay--4mJ9K{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:flex-start;justify-content:center;z-index:2000;padding:20px;animation:style-module__fadeIn--18iKA .2s ease-out}@keyframes style-module__fadeIn--18iKA{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.style-module__overlay--4mJ9K{align-items:flex-end;padding:0;z-index:2000}.style-module__modal--82mnJ{position:fixed!important;top:auto!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;padding:12px 16px 16px!important;border-radius:20px 20px 0 0!important;background:var(--new-silver-100);-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);animation:style-module__slideUp--l8KIO .3s ease-out;overflow-y:auto;align-items:center}}@keyframes style-module__slideUp--l8KIO{0%{transform:translateY(100%)}to{transform:translateY(0)}}.style-module__dragHandle--IU1lE{display:none}@media (max-width:768px){.style-module__dragHandle--IU1lE{display:block;width:40px;height:4px;border-radius:40px;background:var(--new-silver-300);margin:0 auto;flex-shrink:0}}.style-module__modal--82mnJ{display:flex;flex-direction:column;width:420px;padding:16px;align-items:flex-start;border-radius:20px;background:var(--new-silver-100);box-shadow:0 0 24px #0000001a;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);max-height:90vh;overflow-y:auto;position:fixed;z-index:2001}.style-module__header--GaJoK{display:flex;align-items:flex-start;justify-content:space-between;width:100%;margin-bottom:12px}.style-module__title--aIzAb{color:var(--new-silver-950);font-family:Onest;font-size:24px;font-weight:500;line-height:105%;margin:0;flex:1 1}.style-module__closeButton--Xwn0n{display:none;border:none;cursor:pointer;padding:4px;line-height:1;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;transition:background-color .2s ease;background:transparent;align-self:flex-end;margin-bottom:8px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.style-module__closeButton--Xwn0n svg{fill:var(--new-silver-500)}@media (hover:hover) and (pointer:fine){.style-module__closeButton--Xwn0n:hover{background-color:var(--new-silver-200)}}.style-module__closeButtonDesktop--bSeo0{display:flex;border:none;cursor:pointer;padding:4px;line-height:1;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;transition:background-color .2s ease;background:transparent;flex-shrink:0;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.style-module__closeButtonDesktop--bSeo0 svg{fill:var(--new-silver-500)}@media (hover:hover) and (pointer:fine){.style-module__closeButtonDesktop--bSeo0:hover{background-color:var(--new-silver-200)}}.style-module__content--SXirL{width:100%;margin-bottom:16px}.style-module__content--SXirL p{color:var(--new-silver-900);font-family:Onest;font-size:16px;font-style:normal;font-weight:400;line-height:130%;margin:0}.style-module__footer--cruwN{width:100%;display:flex}.style-module__actionButton--zt23n{display:flex;height:40px;padding:14px 16px;justify-content:center;align-items:center;gap:6px;align-self:stretch;border-radius:12px;background:var(--new-ultramarin-600);color:var(--new-silver-dark-950);border:none;font-family:Onest;font-size:16px;font-weight:500;cursor:pointer;transition:background .2s ease;width:100%;touch-action:manipulation;-webkit-tap-highlight-color:transparent}@media (hover:hover) and (pointer:fine){.style-module__actionButton--zt23n:hover{background:var(--new-ultramarin-800)}}.style-module__actionButton--zt23n:active{background:var(--new-ultramarin-900)}.style-module__actionButton--zt23n:focus{outline:none;background:var(--new-ultramarin-600)}.style-module__actionButton--zt23n:disabled{opacity:.6;cursor:not-allowed;background:var(--new-ultramarin-600)}.style-module__buttonIcon--nDKcA{display:flex;align-items:center;justify-content:center}.style-module__buttonIcon--nDKcA svg{fill:var(--new-silver-dark-950)}@media (max-width:768px){.style-module__closeButton--Xwn0n{display:flex;margin-bottom:0}.style-module__closeButtonDesktop--bSeo0{display:none}.style-module__header--GaJoK{justify-content:center;margin-bottom:16px}.style-module__title--aIzAb{font-size:24px;font-weight:500;line-height:105%}.style-module__content--SXirL p,.style-module__title--aIzAb{color:var(--new-silver-950);text-align:center;font-family:Onest;font-style:normal}.style-module__content--SXirL p{font-size:16px;font-weight:400;line-height:130%}}.style-module__shareButton--CKCmG{background:transparent;border:none;cursor:pointer;padding:8px;border-radius:8px;display:flex;align-items:center;justify-content:center}.style-module__shareButton--CKCmG:disabled{opacity:.5;cursor:not-allowed}.style-module__shareButton--CKCmG svg{fill:var(--new-silver-900)}.style-module__loader--sQBp9{font-size:12px;color:var(--new-silver-600)}.style-module__checkmark--fh-SM{color:var(--green-500,#22c55e);font-size:18px}.style-module__chatMain--SobVA{display:flex;align-items:center;justify-content:center;flex-direction:column;flex:1 1;min-width:0;width:100%;padding:32px 64px 12px;border-radius:21px;background:var(--new-silver-50);overflow-anchor:none;position:relative}.style-module__chatMainContent--7Raaq{display:flex;flex-direction:column;justify-content:flex-end;align-items:stretch;width:100%;max-width:774px;height:100%;overflow-anchor:none}.style-module__shareButton--ZuYBu{position:absolute;top:20px;right:20px;z-index:10;display:none}@media (min-width:769px){.style-module__shareButton--ZuYBu{display:block}}.my-widget-root .style-module__chatMain--SobVA{border-radius:0;padding:80px 20px 0;width:100%;flex:1 1;min-height:0;overflow:hidden;height:100%}.my-widget-root .style-module__chatMainContent--7Raaq{display:flex;flex-direction:column;flex:1 1;min-height:0;overflow:hidden;height:100%;max-height:100%}@media (max-width:768px){.style-module__chatMain--SobVA{border-radius:0;padding:65px 16px 12px}}@media (max-width:320px){.style-module__chatMain--SobVA{padding-left:16px;padding-right:16px}}.style-module__sendQuestionContainer--cLjOL{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:100%;position:relative}.style-module__sendQuestionContainer--cLjOL:before{content:"";position:absolute;left:0;right:0;bottom:100%;height:80px;background:linear-gradient(180deg,#fff0,#f1f1f3);pointer-events:none}[data-theme=dark] .style-module__sendQuestionContainer--cLjOL:before{background:linear-gradient(180deg,#13141700,#131417)}.my-widget-root .style-module__sendQuestionContainer--cLjOL{position:relative;z-index:1500;padding:8px 0 16px;background-color:var(--new-silver-50);flex-shrink:0}.my-widget-root .style-module__sendQuestionContainer--cLjOL:before{height:32px;background:linear-gradient(to top,var(--new-silver-50),transparent)}@media (max-width:768px){.style-module__sendQuestionContainer--cLjOL{position:fixed;bottom:0;left:0;right:0;z-index:1500;padding:8px 16px 12px;background-color:var(--new-silver-50);box-shadow:0 -2px 10px #0000000d}.style-module__sendQuestionContainer--cLjOL:before{height:32px;background:linear-gradient(to top,var(--new-silver-50),transparent)}}.style-module__inputContainer--T7L2E{position:relative;display:flex;width:100%;min-height:48px;max-height:240px;padding:8px 8px 8px 14px;background:var(--new-silver-100);border-radius:16px;overflow:hidden;transition:opacity .2s ease}.style-module__row--lNQ4g{flex-direction:row;align-items:center;justify-content:space-between;gap:8px}.style-module__column--euLgS{flex-direction:column;align-items:stretch;gap:4px}.style-module__textarea--yR0ex{flex:1 1 auto;width:100%;max-height:240px;padding:0;border:none;outline:none;resize:none;background:transparent;color:var(--new-silver-900);font-family:Onest;font-size:16px;line-height:130%;overflow-y:auto;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;scrollbar-width:thin;scrollbar-color:var(--new-silver-300) transparent}.style-module__textarea--yR0ex::placeholder{color:var(--new-silver-600);opacity:1}.style-module__textarea--yR0ex::-webkit-scrollbar{width:8px;height:8px;background:transparent}.style-module__textarea--yR0ex::-webkit-scrollbar-track{background:transparent}.style-module__textarea--yR0ex::-webkit-scrollbar-thumb{background:var(--new-silver-300);border-radius:40px;border:2px solid transparent;background-clip:padding-box}.style-module__buttons--RAZfx{display:flex;align-items:center;justify-content:flex-end;gap:6px;background:transparent;margin-left:auto;flex-shrink:0}.style-module__buttonsFloat--3roOD{align-self:center;margin-left:auto}.style-module__buttonsDock--FJY40{align-self:flex-end;margin-left:auto}.style-module__buttons--RAZfx,.style-module__root--r9820{will-change:height}.style-module__textarea--yR0ex:disabled{opacity:.6;cursor:not-allowed;color:var(--new-silver-600)}.style-module__inputContainer--T7L2E:has(.style-module__textarea--yR0ex:disabled){opacity:.7}.style-module__inputContainer--T7L2E:has(.style-module__textarea--yR0ex:disabled) .style-module__textarea--yR0ex{pointer-events:none}.style-module__inputContainer--T7L2E:has(.style-module__textarea--yR0ex:disabled) .style-module__buttons--RAZfx{pointer-events:auto}.style-module__title--7Rdci{font-family:Onest;color:var(--new-silver-950);font-size:clamp(30px,6vw,44px);font-weight:500;line-height:clamp(100%,2vw,108%);letter-spacing:clamp(-.88px,-.15vw,-.6px);margin:0}.style-module__center--yNQGd{text-align:center}.style-module__right--4qmny{text-align:right}.style-module__left--NdDGK{text-align:left}@media (max-width:1200px) and (max-height:899px){.style-module__title--7Rdci{font-size:clamp(24px,5vw,32px);line-height:110%;letter-spacing:-.6px}}.tag-module__tag--jKpPG{display:flex;justify-content:center;align-items:center;gap:var(--spacing-sm);height:36px;padding:8px 14px 8px 12px;border-radius:var(--radius-md);border:1px solid var(--new-silver-200);background:transparent;cursor:pointer;transition:all .2s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent}@media (hover:hover) and (pointer:fine){.tag-module__tag--jKpPG:hover{border:1px solid var(--new-silver-500)}}.tag-module__tag--jKpPG:active{background-color:var(--new-silver-100)}.tag-module__icon--O3IqC{width:clamp(18px,4vw,20px);height:clamp(18px,4vw,20px);display:inline-flex;fill:var(--new-ultramarin-600)}.tag-module__text--4vbn-{color:var(--new-silver-900);text-align:center;font-family:Onest;font-size:var(--font-size-base);font-style:normal;font-weight:400;line-height:130%;letter-spacing:-.2px;font-size:14px}@media (max-width:1200px) and (max-height:899px){.tag-module__tag--jKpPG{height:34px;padding:6px 12px 6px 10px}.tag-module__text--4vbn-{font-size:13px;line-height:120%}.tag-module__icon--O3IqC{width:18px;height:18px}}@media (max-width:320px){.tag-module__tag--jKpPG{height:36px}.tag-module__text--4vbn-{font-size:12px;line-height:120%}}.style-module__button--Qol37{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:8px 12px;border-radius:var(--radius-md);border:1px solid var(--new-silver-200);background:transparent;transition:all .2s ease;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}@media (hover:hover) and (pointer:fine){.style-module__button--Qol37:hover{border:1px solid var(--new-silver-500)}}.style-module__button--Qol37:active{background-color:var(--new-silver-100)}.style-module__icon--gSijV{width:20px;height:20px}.style-module__button--Qol37 svg{fill:var(--new-silver-950)}.style-module__text---4HTL{color:var(--new-silver-900);text-align:center;font-family:Onest;font-size:16px;font-style:normal;font-weight:400;line-height:130%}@media (max-width:1200px) and (max-height:899px){.style-module__button--Qol37{width:34px;height:34px;padding:6px 10px}.style-module__icon--gSijV{width:18px;height:18px}.style-module__text---4HTL{font-size:12px}}@container widget (max-width: 640px){.style-module__text---4HTL{font-size:12px}}@media (max-width:768px){.style-module__text---4HTL{font-size:12px}}.style-module__tagBox--oTOZR{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:8px}@media (max-width:1200px) and (max-height:899px){.style-module__tagBox--oTOZR{gap:6px;justify-content:center}}@media (max-width:320px){.style-module__tagBox--oTOZR{align-items:flex-start}}.style-module__menuButton--fpLRS{width:40px;height:40px;padding:10px;border-radius:12px;background:var(--new-silver-100);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent}@media (hover:hover) and (pointer:fine){.style-module__menuButton--fpLRS:hover{background:var(--new-silver-200)}}.style-module__menuButton--fpLRS:active{background:var(--new-silver-300)}.style-module__icon--lFm-8{width:18px;height:12px;fill:var(--new-silver-900)}@media (min-width:320px) and (max-width:768px){.style-module__menuButton--fpLRS{display:flex}}@media (min-width:769px){.style-module__menuButton--fpLRS{display:none}}.my-widget-root .style-module__menuButton--fpLRS{display:flex!important}.style-module__newChatButton--smJzY{width:40px;height:40px;padding:10px;border-radius:12px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent}@media (hover:hover) and (pointer:fine){.style-module__newChatButton--smJzY:hover{background:var(--new-silver-100)}}.style-module__newChatButton--smJzY:active{background:var(--new-silver-200)}.style-module__icon--QjsiF{width:20px;height:22px;fill:var(--new-silver-900)}@media (min-width:320px) and (max-width:768px){.style-module__newChatButton--smJzY{display:flex}}@media (min-width:769px){.style-module__newChatButton--smJzY{display:none}}.my-widget-root .style-module__newChatButton--smJzY{display:flex!important}.style-module__mobileHeader--LeRFJ{display:none;justify-content:space-between;align-items:center;position:fixed;top:0;left:0;right:0;padding:20px;background:var(--new-silver-50);z-index:1000}.style-module__menuButton--zKPmS{display:flex}.style-module__rightButtons--9Fvaq{display:flex;align-items:center;gap:2px}.style-module__closeButton--Nhpwv{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:10px;background:transparent;border:none;border-radius:12px;cursor:pointer;transition:background-color .2s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent}@media (hover:hover) and (pointer:fine){.style-module__closeButton--Nhpwv:hover{background:var(--new-silver-100)}}.style-module__closeButton--Nhpwv:active{background:var(--new-silver-200)}.style-module__icon--GIqab{width:20px;height:22px;fill:var(--new-silver-900)}.style-module__closeButton--Nhpwv svg{width:24px;height:24px;color:var(--new-silver-900)}.my-widget-root .style-module__mobileHeader--LeRFJ{display:flex!important;position:absolute!important;top:0!important;left:0!important;right:0!important;z-index:1500!important}.my-widget-root .style-module__closeButton--Nhpwv{display:flex!important}@media (min-width:320px) and (max-width:768px){.style-module__closeButton--Nhpwv,.style-module__mobileHeader--LeRFJ{display:flex}}@media (min-width:769px){.style-module__closeButton--Nhpwv{display:none}}.TermsModal-module__modalOverlay--eELNb{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}.TermsModal-module__modalContent--mUtiH{background:var(--silver-50);padding:16px;border-radius:24px;position:relative;width:90%;max-width:500px;box-shadow:0 4px 6px #0000001a;border:1px solid var(--silver-100)}.TermsModal-module__closeButton--iHDn-{position:absolute;top:0;right:6px;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:.5rem;line-height:1}.TermsModal-module__closeButton--iHDn-:hover{color:#333}.TermsModal-module__modalTitle--bhADC{font-weight:500;margin-bottom:12px;font-size:24px;color:var(--silver-950)}.TermsModal-module__modalText--bMKcC{margin-bottom:20px;font-size:16px;line-height:24px;color:var(--silver-900)}.TermsModal-module__termsLink--f23rz{color:var(--blue-600);text-decoration:none}.TermsModal-module__understandButton--l1c75{width:100%;background-color:var(--silver-900);color:var(--silver-50);border:none;font-weight:500;padding:12px 0;border-radius:10px;cursor:pointer;font-size:16px}.TermsModal-module__understandButton--l1c75:active{background-color:var(--silver-1000)}@media (max-width:768px){.TermsModal-module__modalContent--mUtiH{text-align:center;position:fixed;bottom:0;left:0;right:0;width:100%;max-width:none;border-radius:12px 12px 0 0;margin:0;border:none}.TermsModal-module__modalTitle--bhADC{margin-top:16px;margin-bottom:16px;font-size:20px;line-height:24px;color:var(--silver-1000)}.TermsModal-module__modalText--bMKcC{margin-bottom:32px;font-size:14px;line-height:20px;line-height:24px;color:var(--silver-900)}.TermsModal-module__modalOverlay--eELNb{align-items:flex-end}}.style-module__chatMessage--UrsSE{color:var(--new-silver-700);font-family:Onest;font-size:16px;font-style:normal;font-weight:400;line-height:130%;width:100%;max-width:774px;height:100%;padding:0;box-sizing:border-box}.style-module__heading--Ya2y4{color:var(--new-silver-950);font-family:Onest;font-style:normal;font-weight:500;letter-spacing:-.48px;margin-top:20px;margin-bottom:12px;line-height:130%;font-size:20px}.style-module__chatMessage--UrsSE h1,.style-module__chatMessage--UrsSE h2,.style-module__chatMessage--UrsSE h3,.style-module__chatMessage--UrsSE h4,.style-module__chatMessage--UrsSE h5,.style-module__chatMessage--UrsSE h6{font-size:20px}.style-module__chatMessage--UrsSE h3:first-of-type{font-size:24px;margin-top:20px}.style-module__paragraph--edWrx{margin-bottom:12px;line-height:130%}.style-module__chatMessage--UrsSE>.style-module__paragraph--edWrx:last-child{margin-bottom:0}.style-module__list--ilxnQ{margin-bottom:12px;padding-left:20px}.style-module__listItem--7x-dl{margin-bottom:8px;line-height:130%}.style-module__listItem--7x-dl:last-child{margin-bottom:0}.style-module__blockquote--SNJZe{margin-bottom:12px}.style-module__chatMessage--UrsSE hr{display:none}.style-module__systemStopMessage--StpeM{color:var(--new-silver-700);font-family:Onest;font-size:16px;font-style:normal;font-weight:400;line-height:130%;text-align:left;margin:0;padding:0;border:none;background:transparent}.style-module__inlineCode--6Ro4O{padding:2px 4px;border-radius:4px}.style-module__codeBlock--Uf-SU,.style-module__inlineCode--6Ro4O{background-color:var(--new-silver-100);font-family:Courier New,monospace;font-size:14px;color:var(--new-silver-950)}.style-module__preBlock--s-dyA{background-color:var(--new-silver-100);padding:16px;border-radius:8px;overflow-x:auto;margin-bottom:16px;border:1px solid var(--new-silver-200)}.style-module__chatMessage--UrsSE>.style-module__preBlock--s-dyA:last-child{margin-bottom:0}.style-module__preBlock--s-dyA .style-module__codeBlock--Uf-SU{background:none;padding:0;border-radius:0}.style-module__tableContainer--9Iocb{position:relative;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.style-module__tableContainer--9Iocb:active{cursor:-webkit-grabbing;cursor:grabbing}.style-module__tableContainer--9Iocb::-webkit-scrollbar{display:none}.style-module__table--ExUEh{width:max-content;min-width:100%;table-layout:auto;border-collapse:separate;border-spacing:0;margin:0}.style-module__tableCollapsed--IO-0L tbody tr:nth-child(n+5){display:none}.style-module__chatMessage--UrsSE .style-module__tableContainer--9Iocb:last-child{margin-bottom:0}.style-module__chatMessage--UrsSE{overflow:visible}.style-module__tableHead--MZ-so{color:var(--silver-500)}.style-module__tableHeader--7wZsb{text-align:left;color:var(--silver-900);position:relative;background-color:var(--new-silver-100)}.style-module__tableCell--QL0vI,.style-module__tableHeader--7wZsb{font-size:14px;font-weight:400;line-height:130%;vertical-align:top;padding:10px 12px;white-space:normal;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;min-width:120px;max-width:300px}.style-module__tableCell--QL0vI{border:1px solid var(--new-silver-100);color:var(--new-silver-700)}.style-module__tableCell--QL0vI:first-child,.style-module__tableHeader--7wZsb:first-child{font-weight:500;min-width:150px;max-width:350px}.style-module__tableCell--QL0vI:nth-child(2),.style-module__tableHeader--7wZsb:nth-child(2){min-width:150px;max-width:350px}.style-module__tableCell--QL0vI:nth-child(3),.style-module__tableCell--QL0vI:nth-child(4),.style-module__tableCell--QL0vI:nth-child(5),.style-module__tableCell--QL0vI:nth-child(6),.style-module__tableCell--QL0vI:nth-child(7),.style-module__tableHeader--7wZsb:nth-child(3),.style-module__tableHeader--7wZsb:nth-child(4),.style-module__tableHeader--7wZsb:nth-child(5),.style-module__tableHeader--7wZsb:nth-child(6),.style-module__tableHeader--7wZsb:nth-child(7){min-width:120px;max-width:300px}.style-module__tableCell--QL0vI.style-module__wide--vB3wG,.style-module__tableHeader--7wZsb.style-module__wide--vB3wG{min-width:200px}.style-module__tableRow--PWQY9:last-child .style-module__tableCell--QL0vI{white-space:normal;word-break:break-word;overflow-wrap:break-word}.style-module__table--ExUEh thead tr .style-module__tableHeader--7wZsb:first-child:nth-last-child(-n+4){border-top-left-radius:8px}.style-module__table--ExUEh thead tr .style-module__tableHeader--7wZsb:first-child:nth-last-child(-n+4)~.style-module__tableHeader--7wZsb:last-child{border-top-right-radius:8px}.style-module__table--ExUEh tbody tr:last-child .style-module__tableCell--QL0vI:first-child:nth-last-child(-n+4){border-bottom-left-radius:8px}.style-module__table--ExUEh tbody tr:last-child .style-module__tableCell--QL0vI:first-child:nth-last-child(-n+4)~.style-module__tableCell--QL0vI:last-child{border-bottom-right-radius:8px}.style-module__table--ExUEh:not(.style-module__tableCollapsed--IO-0L) tbody tr:last-child .style-module__tableCell--QL0vI:first-child{border-bottom-left-radius:0}.style-module__table--ExUEh:not(.style-module__tableCollapsed--IO-0L) tbody tr:last-child .style-module__tableCell--QL0vI:last-child{border-bottom-right-radius:0}.style-module__tableCell--QL0vI.style-module__align-left--4YgYj{font-size:14px;line-height:130%;text-align:left;vertical-align:top}.style-module__tableCell--QL0vI.style-module__align-center--naQNv{text-align:center;white-space:normal;word-break:break-word;overflow-wrap:break-word}.style-module__tableCell--QL0vI.style-module__align-right--ex5la{text-align:right;white-space:normal;word-break:break-word;overflow-wrap:break-word}.style-module__tableRow--PWQY9.style-module__padded-row--flu52 .style-module__tableCell--QL0vI{padding:10px 12px;border:1px solid var(--silver-50)}.style-module__tableRow--PWQY9.style-module__padded-row-lg--jafT3 .style-module__tableCell--QL0vI{padding:10px 12px}.style-module__link--r6iAm{color:var(--new-ultramarin-500);text-decoration:none;transition:all .2s ease}.style-module__table--ExUEh .style-module__link--r6iAm{color:var(--new-ultramarin-500);text-decoration:none;transition:color .2s ease}.style-module__strong--IPCvq{color:var(--new-silver-900);font-weight:500}.style-module__emphasis--cLJP-{font-style:italic;color:var(--new-silver-800)}.style-module__strikethrough--FRuQ6{text-decoration:line-through;color:var(--new-silver-500)}@media (max-width:768px){.style-module__chatMessage--UrsSE{width:100%;height:auto;min-height:100%}}@media screen and (min-width:1200px){.style-module__chatMessage--UrsSE{max-width:min(774px,70vw);padding:0 12px}}@media (max-width:768px){.style-module__tableContainer--9Iocb{scrollbar-width:thin;scrollbar-color:var(--scroll-bar) transparent;-webkit-overflow-scrolling:touch}.style-module__tableContainer--9Iocb::-webkit-scrollbar{display:block;height:4px}.style-module__tableContainer--9Iocb::-webkit-scrollbar-track{background:transparent}.style-module__tableContainer--9Iocb::-webkit-scrollbar-thumb{background-color:var(--scroll-bar);border-radius:2px}.style-module__table--ExUEh{font-size:.85em;width:max-content;min-width:100%;table-layout:auto}.style-module__tableCell--QL0vI,.style-module__tableHeader--7wZsb{padding:8px 10px;min-width:110px;max-width:250px}.style-module__tableRow--PWQY9.style-module__padded-row--flu52 .style-module__tableCell--QL0vI{padding-top:12px;padding-bottom:12px}.style-module__tableCell--QL0vI:first-child,.style-module__tableCell--QL0vI:nth-child(2),.style-module__tableHeader--7wZsb:first-child,.style-module__tableHeader--7wZsb:nth-child(2){min-width:130px;max-width:280px}.style-module__tableCell--QL0vI:nth-child(3),.style-module__tableCell--QL0vI:nth-child(4),.style-module__tableCell--QL0vI:nth-child(5),.style-module__tableCell--QL0vI:nth-child(6),.style-module__tableCell--QL0vI:nth-child(7),.style-module__tableHeader--7wZsb:nth-child(3),.style-module__tableHeader--7wZsb:nth-child(4),.style-module__tableHeader--7wZsb:nth-child(5),.style-module__tableHeader--7wZsb:nth-child(6),.style-module__tableHeader--7wZsb:nth-child(7){min-width:110px;max-width:250px}.style-module__table--ExUEh thead tr .style-module__tableHeader--7wZsb:first-child{border-top-left-radius:8px}.style-module__table--ExUEh thead tr .style-module__tableHeader--7wZsb:last-child{border-top-right-radius:8px}.style-module__table--ExUEh.style-module__tableCollapsed--IO-0L tbody tr:last-child .style-module__tableCell--QL0vI:first-child{border-bottom-left-radius:8px}.style-module__table--ExUEh.style-module__tableCollapsed--IO-0L tbody tr:last-child .style-module__tableCell--QL0vI:last-child{border-bottom-right-radius:8px}.style-module__table--ExUEh:not(.style-module__tableCollapsed--IO-0L) tbody tr:last-child .style-module__tableCell--QL0vI:first-child{border-bottom-left-radius:0}.style-module__table--ExUEh:not(.style-module__tableCollapsed--IO-0L) tbody tr:last-child .style-module__tableCell--QL0vI:last-child{border-bottom-right-radius:0}}.style-module__tableWrapper--j8hEW{display:flex;flex-direction:column;padding-bottom:16px}.style-module__showAllButton--9KMmI{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;margin-top:0;background-color:var(--new-silver-100);border:none;cursor:pointer;transition:background-color .2s ease;border-radius:0 0 8px 8px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.style-module__showAllButton--9KMmI:hover{background-color:var(--new-silver-200)}.style-module__showAllText--DLIVm{color:var(--new-silver-900);font-family:Onest;font-size:14px;font-weight:400;line-height:130%}.style-module__chevron--Xzsl5{color:var(--new-silver-500);font-size:12px;transition:transform .2s ease;display:flex;align-items:center;justify-content:center;width:16px;height:16px}.style-module__chevron--Xzsl5 svg{width:14px;height:8px;transition:transform .2s ease}.style-module__chevronDown--IaUpP svg{transform:rotate(180deg)}.style-module__chevronUp--Sezwj svg{transform:rotate(0)}.style-module__chartsContainer--QrG61{margin-top:16px;display:flex;flex-direction:column;gap:16px;animation:style-module__slideInUp--0y-Fs .3s ease-out}.style-module__contentPlaceholder--Gg5IV{margin-top:16px;animation:style-module__fadeIn--9-DoY .2s ease-out}.style-module__chartSkeleton--EK6se{background:var(--new-silver-50);border-radius:12px;padding:20px;min-height:300px;border:1px solid var(--new-silver-100)}.style-module__skeletonHeader--7rTW6{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.style-module__skeletonSymbol--oHQWC{width:120px}.style-module__skeletonPrice--3DbC-,.style-module__skeletonSymbol--oHQWC{height:24px;background:var(--new-silver-100);border-radius:6px;animation:style-module__shimmer--qYidM 1.5s infinite}.style-module__skeletonPrice--3DbC-{width:80px}.style-module__skeletonChart--dpXw4{height:200px;background:var(--new-silver-100);border-radius:8px;animation:style-module__shimmer--qYidM 1.5s infinite}.style-module__suggestionsSkeleton--o48XI{margin-top:16px;display:flex;flex-direction:column;gap:8px}.style-module__skeletonSuggestion--3Y-Ff{height:40px;background:var(--new-silver-100);border-radius:8px;animation:style-module__shimmer--qYidM 1.5s infinite;animation-delay:calc(var(--index, 0) * .1s)}@keyframes style-module__slideInUp--0y-Fs{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes style-module__fadeIn--9-DoY{0%{opacity:0}to{opacity:1}}@keyframes style-module__shimmer--qYidM{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}@media (max-width:768px){.style-module__chartsContainer--QrG61{margin-top:12px;gap:12px}.style-module__contentPlaceholder--Gg5IV{margin-top:12px}.style-module__chartSkeleton--EK6se{padding:16px;min-height:250px}.style-module__skeletonHeader--7rTW6{margin-bottom:16px}.style-module__skeletonSymbol--oHQWC{height:20px;width:100px}.style-module__skeletonPrice--3DbC-{height:20px;width:60px}.style-module__skeletonChart--dpXw4{height:160px}.style-module__suggestionsSkeleton--o48XI{margin-top:12px;gap:6px}.style-module__skeletonSuggestion--3Y-Ff{height:36px}.style-module__showAllButton--9KMmI{padding:10px 12px}.style-module__showAllText--DLIVm{font-size:13px}}.style-module__katex--EkyF8{font-size:1.1em!important}.style-module__katex--EkyF8 .style-module__katex-html--Wq7Z-,.style-module__katex-display--HVrBg .style-module__katex-html--Wq7Z-,.style-module__katex-html--Wq7Z-{font-size:16px!important;margin-top:8px!important}.style-module__katex--EkyF8 math,math{margin-top:8px!important;margin-bottom:8px!important}.style-module__katex-display--HVrBg{margin:16px 0!important;text-align:center}.style-module__katex-display--HVrBg>.style-module__katex--EkyF8{white-space:nowrap;overflow-x:auto;overflow-y:hidden;padding:8px 0}@media (max-width:768px){.style-module__katex--EkyF8{font-size:1em!important}.style-module__katex-display--HVrBg{margin:12px 0!important}.style-module__katex-display--HVrBg>.style-module__katex--EkyF8{padding:6px 0}}.feedback-module__feedbackContainer--r3kGM{display:flex;align-items:center;gap:8px;margin-top:19px;justify-content:flex-start;animation:feedback-module__slideInUp--5YCc2 .3s ease-out}.feedback-module__questionText--ZgVoX{font-family:Onest;font-size:14px;font-style:normal;font-weight:400;line-height:20px;color:var(--new-silver-500);margin-right:8px}.feedback-module__buttonsContainer--lWh9A{display:flex;gap:12px}.feedback-module__feedbackButton--tKOcn{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;border-radius:6px;background:transparent;cursor:pointer;transition:all .2s ease;padding:0;touch-action:manipulation;-webkit-tap-highlight-color:transparent}@media (hover:hover) and (pointer:fine){.feedback-module__feedbackButton--tKOcn:hover{background-color:var(--silver-50)}}.feedback-module__feedbackButton--tKOcn:active{transform:scale(.95)}.feedback-module__feedbackButton--tKOcn:disabled{opacity:.6}.feedback-module__positivePressed--s0X8f{background-color:var(--green-50)}.feedback-module__negativePressed--dn8m1{background-color:var(--red-50)}.feedback-module__icon--yENRe{width:18px;height:17px;transition:fill .2s ease;fill:#72747e}.feedback-module__dislikeIcon--A7Ve9,.feedback-module__likeIcon--DCwrJ{width:auto;height:auto}.feedback-module__copyIcon--SpY1l{width:20px;height:20px}.feedback-module__shareIcon--nHTZt{width:18px;height:14px}.feedback-module__positivePressed--s0X8f .feedback-module__icon--yENRe{fill:var(--green-600)}.feedback-module__negativePressed--dn8m1 .feedback-module__icon--yENRe{fill:var(--red-600)}@keyframes feedback-module__slideInUp--5YCc2{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.suggestions-module__suggestionsContainer--LlEV6{display:flex;flex-direction:column;gap:8px;margin-top:24px;align-items:flex-end;animation:suggestions-module__slideInUp--Yn-DB .3s ease-out}.suggestions-module__suggestionButton--bXmWX{display:inline-flex;align-items:center;padding:8px 12px;border:1px solid var(--new-silver-200);border-radius:12px;background:transparent;cursor:pointer;transition:all .2s ease;font-family:Onest;font-size:16px;font-weight:400;line-height:130%;color:var(--new-silver-900);text-align:left;width:-moz-fit-content;width:fit-content;touch-action:manipulation;-webkit-tap-highlight-color:transparent}@media (hover:hover) and (pointer:fine){.suggestions-module__suggestionButton--bXmWX:hover{background:var(--new-silver-150);border:1px solid var(--new-silver-300)}}.suggestions-module__suggestionButton--bXmWX:active{transform:scale(.98);background:var(--new-silver-200)}@keyframes suggestions-module__slideInUp--Yn-DB{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chart-module__chartContainer--qdxcn{background:var(--new-silver-50);border-radius:16px;padding:16px;margin-top:16px;font-family:Onest;min-height:300px;border:1px solid var(--new-silver-100)}.chart-module__chartHeader--KB-Rm{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.chart-module__symbolContainer--Ewc6T{display:flex;justify-content:space-between;width:100%;align-items:flex-start}.chart-module__symbol--WzJVr{display:flex;align-items:center}.chart-module__symbolName--vRbFI{font-weight:500;font-size:18px;color:var(--new-silver-900);letter-spacing:-.36px}.chart-module__chartSymbol--TPXeI{display:none}.chart-module__priceContainer--HTD-A{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.chart-module__currentPrice--COj4s{font-weight:500;font-size:18px;color:var(--new-silver-500);letter-spacing:-.36px;margin-bottom:4px}.chart-module__priceChange--tTUAh{font-weight:400;font-size:14px;line-height:20px}.chart-module__chartWrapper--CFTBE{height:200px;width:100%;position:relative}.chart-module__chartWrapper--CFTBE canvas{max-height:200px!important}@media (max-width:768px){.chart-module__chartContainer--qdxcn{padding:16px;margin-top:12px}.chart-module__chartHeader--KB-Rm{margin-bottom:16px}.chart-module__currentPrice--COj4s,.chart-module__symbolName--vRbFI{font-size:16px}.chart-module__chartWrapper--CFTBE{height:180px}.chart-module__chartWrapper--CFTBE canvas{max-height:180px!important}}.style-module__chartContainer--VBYHg{width:100%;padding:16px;border:1px solid var(--new-silver-100);border-radius:16px;background:var(--new-silver-50);margin:16px 0}.style-module__chartHeader--6ar88{margin-bottom:16px}.style-module__symbolContainer--fuN7Z{display:flex;flex-direction:column;gap:12px}.style-module__chartTitle--B7Qn7{font-family:Onest;font-size:16px;font-weight:600;color:var(--new-silver-900);margin-bottom:8px}.style-module__assetsInfo--xm-H1{display:flex;flex-wrap:wrap;gap:16px}.style-module__assetInfo--2YNns{display:flex;flex-direction:column;gap:4px;min-width:120px}.style-module__assetSymbol--sKlRM{display:flex;align-items:center;gap:8px;font-family:Onest;font-size:14px;font-weight:500;color:var(--new-silver-700)}.style-module__colorIndicator--bKoF-{width:12px;height:3px;border-radius:2px}.style-module__assetPrice--ECEOB{display:flex;align-items:center;gap:8px;font-family:Onest;font-size:13px;color:var(--new-silver-600)}.style-module__priceChange--NISYF{font-weight:500;font-size:12px}.style-module__chartWrapper--TlCxZ{position:relative;width:100%}@media (max-width:768px){.style-module__chartContainer--VBYHg{padding:16px;margin:12px 0}.style-module__assetsInfo--xm-H1{flex-direction:column;gap:12px}.style-module__assetInfo--2YNns{min-width:auto}.style-module__chartTitle--B7Qn7{font-size:14px}}.style-module__loader--sXQ6s{display:flex;justify-content:flex-start;align-items:center;width:100%;padding:20px 0}.style-module__loaderContent--xsbbH{display:flex;align-items:center;max-width:70%}.style-module__dots--qB6WI{display:flex;align-items:center;margin:0 12px 0 2px}.style-module__dot--Mfx5-{width:8px;height:8px;margin-right:4px;background-color:var(--new-silver-400);border-radius:50%;animation:style-module__bounce--zPYWR 1.4s ease-in-out infinite both}.style-module__dot--Mfx5-:last-child{margin-right:0}.style-module__dot--Mfx5-:first-child{animation-delay:-.32s}.style-module__dot--Mfx5-:nth-child(2){animation-delay:-.16s}.style-module__dot--Mfx5-:nth-child(3){animation-delay:0s}.style-module__text--VTThb{color:var(--new-silver-600);font-family:Onest;font-size:14px;font-style:normal;font-weight:400;line-height:130%;white-space:nowrap}@keyframes style-module__bounce--zPYWR{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}@media (max-width:768px){.style-module__loader--sXQ6s{padding:16px 0}.style-module__loaderContent--xsbbH{max-width:100%}.style-module__text--VTThb{font-size:13px}}.style-module__infoBanner--MlFzn{display:flex;gap:8px;color:var(--new-silver-900);align-items:center}.style-module__bannerIcon--q9r0-{flex-shrink:0;width:24px;height:24px;color:var(--new-silver-500);align-self:start}.style-module__bannerText--Ehz21{font-size:16px;font-weight:400;margin:0;align-self:center}.style-module__chat--k6D1T{height:100%;width:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;overflow-y:auto;padding-bottom:40px;overflow-anchor:none;gap:32px;padding-top:2px}.style-module__chat--k6D1T::-webkit-scrollbar{width:4px}.style-module__chat--k6D1T::-webkit-scrollbar-track{background:transparent}.style-module__chat--k6D1T::-webkit-scrollbar-thumb{background-color:var(--new-silver-500);border-radius:2px}.style-module__chat--k6D1T::-webkit-scrollbar-thumb:hover{background-color:var(--new-silver-500)}.style-module__chat--k6D1T{scrollbar-width:thin;scrollbar-color:var(--new-silver-500) transparent}.style-module__userQuestion--f31PH{display:flex;width:100%;justify-content:flex-end}.style-module__questionBubble--8mqgq{color:var(--new-silver-900);font-family:Onest;font-size:16px;font-style:normal;font-weight:400;line-height:130%;border-radius:12px;background:var(--new-silver-100);padding:8px 12px;word-wrap:break-word}.style-module__chatHistory--smOqK{gap:32px}.style-module__chatHistory--smOqK,.style-module__message--awTzq{width:100%;display:flex;flex-direction:column}.style-module__assistantAnswer--FOm70{width:100%;display:flex;justify-content:flex-start}@media (max-width:768px){.style-module__chat--k6D1T{padding-bottom:40px}}.fingpt-widget-button-wrapper{position:fixed;bottom:20px;right:20px;z-index:9999}.fingpt-widget-open-button{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);border:none;cursor:pointer;box-shadow:0 4px 12px #00000026;transition:transform .2s ease,box-shadow .2s ease;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:700}.fingpt-widget-open-button:hover{transform:scale(1.05);box-shadow:0 6px 20px #0003}.fingpt-widget-tooltip{position:absolute;bottom:70px;right:0;background:#fff;border-radius:12px;padding:16px;box-shadow:0 8px 32px #0000001f;max-width:280px;opacity:0;transform:translateY(10px);transition:all .3s ease;border:1px solid #e5e7eb}.fingpt-widget-tooltip.show{opacity:1;transform:translateY(0)}.fingpt-widget-tooltip-close{position:absolute;top:8px;right:8px;background:none;border:none;font-size:18px;cursor:pointer;color:#6b7280;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%}.fingpt-widget-tooltip-close:hover{background:#f3f4f6}.fingpt-widget-tooltip-title{font-weight:600;font-size:14px;color:#111827;margin-bottom:4px;margin-right:20px}.fingpt-widget-tooltip-subtitle{font-size:12px;color:#6b7280;line-height:1.4;margin-right:20px}.fingpt-widget-tooltip-arrow{position:absolute;bottom:-6px;right:20px;width:12px;height:12px;background:#fff;border:1px solid #e5e7eb;border-top:none;border-left:none;transform:rotate(45deg)}.fingpt-widget-root{position:fixed;bottom:20px;right:20px;z-index:9999;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.fingpt-widget-container{width:400px;height:600px;background:#fff;border-radius:12px;box-shadow:0 20px 60px #00000026;overflow:hidden;transform:scale(.95) translateY(20px);opacity:0;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.fingpt-widget-container.fingpt-widget-open{transform:scale(1) translateY(0);opacity:1}@media (max-width:480px){.fingpt-widget-container{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;border-radius:0;transform:translateY(100%)}.fingpt-widget-container.fingpt-widget-open{transform:translateY(0)}.fingpt-widget-tooltip{right:-10px;max-width:250px}}@media (prefers-color-scheme:dark){.fingpt-widget-tooltip{background:#1f2937;border-color:#374151}.fingpt-widget-tooltip-title{color:#f9fafb}.fingpt-widget-tooltip-close,.fingpt-widget-tooltip-subtitle{color:#d1d5db}.fingpt-widget-tooltip-close:hover{background:#374151}.fingpt-widget-tooltip-arrow{background:#1f2937;border-color:#374151}.fingpt-widget-container{background:#111827}}#widget-app-container *,#widget-app-container :after,#widget-app-container :before,.my-widget-root *,.my-widget-root :after,.my-widget-root :before{box-sizing:border-box;font-family:Onest,sans-serif;-webkit-tap-highlight-color:transparent}.my-widget-root{container-type:inline-size;container-name:widget;position:fixed;bottom:40px;right:40px;z-index:9999;width:350px;height:calc(100vh - 80px);max-height:calc(100vh - 80px);height:100%;background:#fff;box-shadow:0 4px 12px #0003;border-radius:24px;overflow:hidden;isolation:isolate;contain:layout style paint;animation:widgetAppear .5s cubic-bezier(.16,1,.3,1);animation-fill-mode:both}#widget-app-container .sidebar,.my-widget-root .sidebar{top:0!important;left:0!important;height:100%!important;width:290px!important;max-width:290px!important;transform:translate(-100%)!important;transition:transform .3s ease-in-out!important;z-index:2100!important;box-shadow:0 0 10px #0003!important;background-color:var(--silver-100)!important;display:flex!important;flex-direction:column!important;border-right:none!important;margin:0!important;padding:20px 0!important}#widget-app-container .sidebar:not(.collapsed),.my-widget-root .sidebar:not(.collapsed){transform:translate(0)!important}#widget-app-container .sidebar.collapsed,.my-widget-root .sidebar.collapsed{transform:translate(-100%)!important}#widget-app-container .sidebar-toggle,.my-widget-root .sidebar-toggle{display:none!important}#widget-app-container .sidebar-header,.my-widget-root .sidebar-header{border-bottom:none!important;order:1!important}#widget-app-container .sidebar-buttons,.my-widget-root .sidebar-buttons{margin-bottom:16px!important;order:2!important}#widget-app-container .sidebar-history,.my-widget-root .sidebar-history{order:3!important;padding:0 0 0 20px}#widget-app-container .sidebar-title,.my-widget-root .sidebar-title{font-size:18px!important}#widget-app-container .sidebar-title-row,.my-widget-root .sidebar-title-row{justify-content:space-between!important}#widget-app-container .sidebar-title-logo,.my-widget-root .sidebar-title-logo{height:36px!important;margin-left:6px!important}#widget-app-container .mobile-logo-container,.my-widget-root .mobile-logo-container{display:flex;align-items:center;gap:8px}#widget-app-container .mobile-logo-icon,.my-widget-root .mobile-logo-icon{width:28px;height:28px}#widget-app-container .mobile-logo-title,.my-widget-root .mobile-logo-title{height:16px;width:auto;fill:var(--new-silver-950)}#widget-app-container .sidebar-primary-btn,.my-widget-root .sidebar-primary-btn{display:flex!important}#widget-app-container .new-chat-collapsed-btn,.my-widget-root .new-chat-collapsed-btn{display:none!important}#widget-app-container .sidebar-overlay,.my-widget-root .sidebar-overlay{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background:#00000080!important;z-index:1900!important}#widget-app-container .mobileHeader,.my-widget-root .mobileHeader{display:flex!important;position:absolute!important;top:0!important;left:0!important;right:0!important;padding:12px 16px!important;background:var(--new-silver-50)!important;z-index:1000!important;justify-content:space-between!important;align-items:center!important}#widget-app-container .menuButton,#widget-app-container .newChatButton,.my-widget-root .menuButton,.my-widget-root .newChatButton{display:flex!important}#widget-app-container [class*=chatMainContent]>*,.my-widget-root [class*=chatMainContent]>*{flex-shrink:0!important}#widget-app-container .messages-wrapper,#widget-app-container [class*=chatMain-container],.my-widget-root .messages-wrapper,.my-widget-root [class*=chatMain-container]{flex:1 1!important;min-height:0!important;flex-shrink:1!important}#widget-app-container .app-container,.my-widget-root .app-container{display:flex!important;overflow:hidden!important;isolation:isolate!important}#widget-app-container .app,.my-widget-root .app{width:100%!important;position:relative!important}#widget-app-container .chat-container,.my-widget-root .chat-container{margin:0!important;width:100%!important;max-width:100%!important;height:100%!important;position:relative!important;left:0!important;right:0!important}#widget-app-container [class*=chat--],.my-widget-root [class*=chat--]{flex:1 1!important;height:auto!important;min-height:0!important}@media screen and (max-width:768px){.my-widget-root{width:100vw;height:100%;max-height:100%;top:0;right:0;bottom:0;left:0;border-radius:0}}@media screen and (min-width:769px) and (max-width:1200px){.my-widget-root{width:400px;height:100vh}}@media screen and (min-width:1201px) and (max-width:1919px){.my-widget-root{width:640px;height:100vh}}@media screen and (min-width:1920px){.my-widget-root{width:640px;height:80vh}}@media screen and (min-width:2560px){.my-widget-root{width:640px;height:80vh}}#widget-app-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999}#widget-app-container>*{pointer-events:auto}#widget-app-container button:not([class]),.my-widget-root button:not([class]){border:none;background-color:transparent;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;touch-action:manipulation}#widget-app-container button:not([class]):active,#widget-app-container button:not([class]):focus,.my-widget-root button:not([class]):active,.my-widget-root button:not([class]):focus{outline:none;box-shadow:none;background-color:transparent}#widget-app-container button::-moz-focus-inner,.my-widget-root button::-moz-focus-inner{border:0}#widget-app-container,.my-widget-root,:root:has(#widget-app-container),:root:has(.my-widget-root){--font-size-xs:clamp(10px,2vw,12px);--font-size-sm:clamp(12px,2.5vw,14px);--font-size-base:clamp(14px,3vw,16px);--font-size-lg:clamp(16px,3.5vw,18px);--font-size-xl:clamp(18px,4vw,20px);--font-size-2xl:clamp(20px,4.5vw,24px);--font-size-3xl:clamp(24px,5vw,30px);--font-size-4xl:clamp(30px,6vw,44px);--spacing-xs:clamp(4px,1vw,6px);--spacing-sm:clamp(6px,1.5vw,8px);--spacing-md:clamp(8px,2vw,12px);--spacing-lg:clamp(12px,2.5vw,16px);--spacing-xl:clamp(16px,3vw,24px);--spacing-2xl:clamp(24px,4vw,32px);--radius-sm:clamp(8px,1.5vw,10px);--radius-md:clamp(10px,2vw,12px);--radius-lg:clamp(12px,2.5vw,16px);--radius-xl:clamp(16px,3vw,20px);--silver-0:#fff;--silver-50:#f1f1f3;--silver-100:#dcdde1;--silver-200:#c4c5cc;--silver-300:#acadb7;--silver-400:#91929e;--silver-500:#747682;--silver-600:#5a5b66;--silver-700:#42434c;--silver-800:#2e2f36;--silver-900:#1e1e24;--silver-950:#101114;--silver-1000:#1e1e24;--green-500:#008848;--green-600:#006a33;--blue-600:#0059ba;--indigo-100:#e0e7ff;--red-500:#e91b16;--red-600:#bc0000;--new-gray-50:#f1f1f1;--new-gray-100:#ddd;--new-gray-200:#c6c6c6;--new-gray-300:#aeaeae;--new-gray-400:#939393;--new-gray-500:#767676;--new-gray-600:#5c5c5c;--new-gray-700:#444;--new-gray-800:#303030;--new-gray-900:#1f1f1f;--new-gray-950:#111;--new-silver-50:#f1f1f3;--new-silver-100:#dcdde1;--new-silver-200:#c4c5cc;--new-silver-300:#acadb7;--new-silver-400:#91929e;--new-silver-500:#747682;--new-silver-600:#5a5b66;--new-silver-700:#42434c;--new-silver-800:#2e2f36;--new-silver-900:#1e1e24;--new-silver-950:#101114;--new-silver-dark-950:#f2f2f4;--new-stone-50:#f2f0f1;--new-stone-100:#e0dcde;--new-stone-200:#cbc4c7;--new-stone-300:#b5abb0;--new-stone-400:#9c9096;--new-stone-500:#807379;--new-stone-600:#64595e;--new-stone-700:#4b4146;--new-stone-800:#352e32;--new-stone-900:#231d20;--new-stone-950:#131012;--new-brown-50:#f6efec;--new-brown-100:#ebd9d2;--new-brown-200:#ddc0b5;--new-brown-300:#cda597;--new-brown-400:#b98877;--new-brown-500:#9f6956;--new-brown-600:#834e3c;--new-brown-700:#653829;--new-brown-800:#4a261a;--new-brown-900:#32180f;--new-brown-950:#1e0c06;--new-rose-50:#ffeced;--new-rose-100:#ffd1d2;--new-rose-200:#ffb1b6;--new-rose-300:#ff8c97;--new-rose-400:#ff576d;--new-rose-500:#dc3451;--new-rose-600:#b11f3c;--new-rose-700:#88102a;--new-rose-800:#64071c;--new-rose-900:#450311;--new-rose-950:#2b0107;--new-red-50:#ffede9;--new-red-100:#ffd3ca;--new-red-200:#ffb3a5;--new-red-300:#ff8e7d;--new-red-400:#ff5b4b;--new-red-500:#e91b16;--new-red-600:#bc0000;--new-red-700:#8e0000;--new-red-800:#680000;--new-red-900:#470000;--new-red-950:#2d0000;--new-orange-50:#ffeddf;--new-orange-100:#ffd4b0;--new-orange-200:#ffb67b;--new-orange-300:#ff923e;--new-orange-400:#e97100;--new-orange-500:#c25700;--new-orange-600:#9a4100;--new-orange-700:#752e00;--new-orange-800:#551f00;--new-orange-900:#3a1300;--new-orange-950:#230900;--new-yellow-50:#fff2ae;--new-yellow-100:#ffd95f;--new-yellow-200:#f3bf2f;--new-yellow-300:#d7a70e;--new-yellow-400:#b88d00;--new-yellow-500:#967100;--new-yellow-600:#755700;--new-yellow-700:#584000;--new-yellow-800:#3f2d00;--new-yellow-900:#2a1d00;--new-yellow-950:#180f00;--new-olive-50:#f1f3ce;--new-olive-100:#e0e28d;--new-olive-200:#cacb57;--new-olive-300:#b3b330;--new-olive-400:#989811;--new-olive-500:#7b7a00;--new-olive-600:#605f00;--new-olive-700:#474600;--new-olive-800:#323100;--new-olive-900:#212000;--new-olive-950:#121200;--new-lime-50:#e9f5db;--new-lime-100:#cbe6a8;--new-lime-200:#abd373;--new-lime-300:#8fbc46;--new-lime-400:#75a023;--new-lime-500:#5c8208;--new-lime-600:#466500;--new-lime-700:#334b00;--new-lime-800:#233500;--new-lime-900:#162300;--new-lime-950:#0a1300;--new-green-50:#e5f5e9;--new-green-100:#bee7ca;--new-green-200:#8ed5a6;--new-green-300:#60c185;--new-green-400:#27a764;--new-green-500:#008848;--new-green-600:#006a33;--new-green-700:#004f23;--new-green-800:#003816;--new-green-900:#00250c;--new-green-950:#001505;--new-teal-50:#e5f4f4;--new-teal-100:#bde4e4;--new-teal-200:#8fd1d1;--new-teal-300:#62bcbd;--new-teal-400:#2ca2a4;--new-teal-500:#008486;--new-teal-600:#006768;--new-teal-700:#004c4e;--new-teal-800:#003638;--new-teal-900:#002324;--new-teal-950:#001415;--new-sky-50:#dff4ff;--new-sky-100:#afe4ff;--new-sky-200:#79d0ff;--new-sky-300:#44b8f6;--new-sky-400:#029cdc;--new-sky-500:#007eb6;--new-sky-600:#006190;--new-sky-700:#00486e;--new-sky-800:#003350;--new-sky-900:#002136;--new-sky-950:#001221;--new-blue-50:#e6f1ff;--new-blue-100:#c6dfff;--new-blue-200:#9ec9ff;--new-blue-300:#77b0ff;--new-blue-400:#4b93f5;--new-blue-500:#2075de;--new-blue-600:#0059ba;--new-blue-700:#004091;--new-blue-800:#002c6c;--new-blue-900:#001c4c;--new-blue-950:#000f30;--new-indigo-50:#eef0fd;--new-indigo-100:#d6dbfc;--new-indigo-200:#bbc2f9;--new-indigo-300:#a0a8f4;--new-indigo-400:#848aea;--new-indigo-500:#676ada;--new-indigo-600:#4f4bc2;--new-indigo-700:#3a329f;--new-indigo-800:#29207b;--new-indigo-900:#1b1258;--new-indigo-950:#0e0839;--new-ultramarin-500:#6d4cff;--new-ultramarin-600:#551cff;--new-ultramarin-800:#410ede;--new-ultramarin-900:#2f009e;--new-purple-50:#f4eeff;--new-purple-100:#e5d7ff;--new-purple-200:#d4b9ff;--new-purple-300:#c29bff;--new-purple-400:#ae78f7;--new-purple-500:#9751e8;--new-purple-600:#7e2bcf;--new-purple-700:#630aaa;--new-purple-800:#480080;--new-purple-900:#30005a;--new-purple-950:#1d0039;--new-violet-50:#fcecfc;--new-violet-100:#facefa;--new-violet-200:#f5aef6;--new-violet-300:#eb8bed;--new-violet-400:#da63df;--new-violet-500:#c03ac5;--new-violet-600:#9d1ca3;--new-violet-700:#79067f;--new-violet-800:#59005d;--new-violet-900:#3d0040;--new-violet-950:#250028;--new-pink-50:#ffecf5;--new-pink-100:#ffd0e8;--new-pink-200:#ffaed7;--new-pink-300:#ff85c4;--new-pink-400:#fe4da9;--new-pink-500:#e1118c;--new-pink-600:#b3006c;--new-pink-700:#87004f;--new-pink-800:#630038;--new-pink-900:#440025;--new-pink-950:#2a0015}#widget-app-container[data-theme=dark],.my-widget-root[data-theme=dark],[data-theme=dark] #widget-app-container,[data-theme=dark] .my-widget-root{--silver-0:#000;--silver-50:#131417;--silver-100:#24252a;--silver-200:#34353b;--silver-300:#44464d;--silver-400:#595a63;--silver-500:#72747e;--silver-600:#8f919b;--silver-700:#afb0b8;--silver-800:#cbcdd2;--silver-900:#e3e3e6;--silver-950:#f2f2f4;--silver-1000:#f2f2f4;--green-500:#1e854e;--green-600:#41a369;--blue-600:#5693e5;--indigo-100:rgba(79,70,229,.2);--red-500:#d8382c;--red-600:#f36253;--new-gray-0:#111;--new-gray-50:#111;--new-gray-100:#1f1f1f;--new-gray-200:#303030;--new-gray-300:#444;--new-gray-400:#5c5c5c;--new-gray-500:#767676;--new-gray-600:#939393;--new-gray-700:#aeaeae;--new-gray-800:#c6c6c6;--new-gray-900:#ddd;--new-gray-950:#f1f1f1;--new-gray-1000:#fff;--new-silver-0:#000;--new-silver-50:#131417;--new-silver-100:#24252a;--new-silver-200:#34353b;--new-silver-300:#44464d;--new-silver-400:#595a63;--new-silver-500:#72747e;--new-silver-600:#8f919b;--new-silver-700:#afb0b8;--new-silver-800:#cbcdd2;--new-silver-900:#e3e3e6;--new-silver-950:#f2f2f4;--new-silver-dark-950:#f2f2f4;--new-silver-1000:#fff;--new-stone-0:#000;--new-stone-50:#171315;--new-stone-100:#282325;--new-stone-200:#3a3337;--new-stone-300:#4c4448;--new-stone-400:#62585d;--new-stone-500:#7b7176;--new-stone-600:#988f93;--new-stone-700:#b6aeb2;--new-stone-800:#d1cbce;--new-stone-900:#e6e3e5;--new-stone-950:#f4f2f3;--new-stone-1000:#fff;--new-brown-0:#000;--new-brown-50:#200f09;--new-brown-100:#371e16;--new-brown-200:#4d2d22;--new-brown-300:#633c2f;--new-brown-400:#7c5041;--new-brown-500:#986959;--new-brown-600:#b28879;--new-brown-700:#cba99e;--new-brown-800:#dec8c1;--new-brown-900:#ede1dd;--new-brown-950:#f7f1f0;--new-brown-1000:#fff;--new-rose-0:#000;--new-rose-50:#2c050b;--new-rose-100:#490e17;--new-rose-200:#661824;--new-rose-300:#822230;--new-rose-400:#a43041;--new-rose-500:#cb4456;--new-rose-600:#f26070;--new-rose-700:#ff9099;--new-rose-800:#ffbcbf;--new-rose-900:#ffdbdc;--new-rose-950:#ffeff0;--new-rose-1000:#fff;--new-red-0:#000;--new-red-50:#320000;--new-red-100:#530000;--new-red-200:#720000;--new-red-300:#920203;--new-red-400:#b41812;--new-red-500:#d8382c;--new-red-600:#f36253;--new-red-700:#ff9383;--new-red-800:#ffbdb2;--new-red-900:#ffdcd6;--new-red-950:#ffefed;--new-red-1000:#fff;--new-orange-0:#000;--new-orange-50:#250d00;--new-orange-100:#3f1a00;--new-orange-200:#582700;--new-orange-300:#723501;--new-orange-400:#904606;--new-orange-500:#b55c16;--new-orange-600:#db772d;--new-orange-700:#fb9856;--new-orange-800:#ffc092;--new-orange-900:#ffddc4;--new-orange-950:#fff0e6;--new-orange-1000:#fff;--new-yellow-0:#000;--new-yellow-50:#1c1302;--new-yellow-100:#2f2304;--new-yellow-200:#433308;--new-yellow-300:#58430d;--new-yellow-400:#705715;--new-yellow-500:#8f7020;--new-yellow-600:#b18c2e;--new-yellow-700:#d5ab42;--new-yellow-800:#f4c75c;--new-yellow-900:#ffe288;--new-yellow-950:#fff3be;--new-yellow-1000:#fff;--new-olive-0:#000;--new-olive-50:#141402;--new-olive-100:#262604;--new-olive-200:#373709;--new-olive-300:#49480f;--new-olive-400:#5e5d18;--new-olive-500:#787824;--new-olive-600:#969536;--new-olive-700:#b5b551;--new-olive-800:#d1d27a;--new-olive-900:#e6e7ad;--new-olive-950:#f3f5db;--new-olive-1000:#fff;--new-lime-0:#000;--new-lime-50:#0d1602;--new-lime-100:#1b2905;--new-lime-200:#293b09;--new-lime-300:#374d10;--new-lime-400:#48631a;--new-lime-500:#5e7e28;--new-lime-600:#789d3d;--new-lime-700:#96bd5f;--new-lime-800:#b8d78f;--new-lime-900:#d7eac0;--new-lime-950:#edf5e4;--new-lime-1000:#fff;--new-green-0:#000;--new-green-50:#001909;--new-green-100:#002c14;--new-green-200:#003e1f;--new-green-300:#00512a;--new-green-400:#066839;--new-green-500:#1e854e;--new-green-600:#41a369;--new-green-700:#73c18e;--new-green-800:#a6d9b5;--new-green-900:#cfead7;--new-green-950:#eaf5ed;--new-green-1000:#fff;--new-teal-0:#000;--new-teal-50:#001718;--new-teal-100:#002a2a;--new-teal-200:#003c3c;--new-teal-300:#044e4f;--new-teal-400:#0f6566;--new-teal-500:#238081;--new-teal-600:#449e9f;--new-teal-700:#74bcbd;--new-teal-800:#a6d6d6;--new-teal-900:#cfe9e9;--new-teal-950:#eaf5f5;--new-teal-1000:#fff;--new-sky-0:#000;--new-sky-50:#001522;--new-sky-100:#00283c;--new-sky-200:#013953;--new-sky-300:#044b6b;--new-sky-400:#0c6188;--new-sky-500:#1c7cab;--new-sky-600:#369ad0;--new-sky-700:#60baed;--new-sky-800:#95d5fd;--new-sky-900:#c5e9ff;--new-sky-950:#e6f5ff;--new-sky-1000:#fff;--new-blue-0:#000;--new-blue-50:#011330;--new-blue-100:#02234f;--new-blue-200:#05346e;--new-blue-300:#0d4589;--new-blue-400:#1b59aa;--new-blue-500:#3274cc;--new-blue-600:#5693e5;--new-blue-700:#84b3f5;--new-blue-800:#b0cffb;--new-blue-900:#d5e5fd;--new-blue-950:#ecf3fe;--new-blue-1000:#fff;--new-indigo-0:#000;--new-indigo-50:#100d38;--new-indigo-100:#1e1b59;--new-indigo-200:#2d2a78;--new-indigo-300:#3c3a94;--new-indigo-400:#4e4fb1;--new-indigo-500:#666bca;--new-indigo-600:#838bdd;--new-indigo-700:#a5aceb;--new-indigo-800:#c5cbf3;--new-indigo-900:#dfe3f9;--new-indigo-950:#f1f2fc;--new-indigo-1000:#fff;--new-ultramarin-500:#6d4cff;--new-ultramarin-600:#551cff;--new-ultramarin-800:#410ede;--new-ultramarin-900:#2f009e;--new-purple-0:#000;--new-purple-50:#1f033a;--new-purple-100:#360a5e;--new-purple-200:#4b157e;--new-purple-300:#60249c;--new-purple-400:#7738bb;--new-purple-500:#9057d5;--new-purple-600:#a97be8;--new-purple-700:#c1a2f4;--new-purple-800:#d8c4fa;--new-purple-900:#e9dffc;--new-purple-950:#f5f1fd;--new-purple-1000:#fff;--new-violet-0:#000;--new-violet-50:#270428;--new-violet-100:#430a45;--new-violet-200:#5c145f;--new-violet-300:#751e79;--new-violet-400:#932e97;--new-violet-500:#b347b7;--new-violet-600:#d06ad3;--new-violet-700:#e594e6;--new-violet-800:#f1bbf1;--new-violet-900:#f8dbf8;--new-violet-950:#fbeffb;--new-violet-1000:#fff;--new-pink-0:#000;--new-pink-50:#2e0019;--new-pink-100:#4f002d;--new-pink-200:#6b0340;--new-pink-300:#880a53;--new-pink-400:#aa1a6b;--new-pink-500:#d03487;--new-pink-600:#ef5ba4;--new-pink-700:#ff8bc1;--new-pink-800:#ffb9d9;--new-pink-900:#ffdaeb;--new-pink-950:#ffeef5;--new-pink-1000:#fff}.widget-open-button{display:block;cursor:pointer;border:none;padding:0;width:72px;height:72px;border-radius:20px;background-color:var(--new-ultramarin-600);transition:all .3s ease;animation:fadeInUp .5s ease-out;touch-action:manipulation;-webkit-tap-highlight-color:transparent;max-width:none!important;max-height:none!important;overflow:visible!important}@media (hover:hover) and (pointer:fine){.widget-open-button:hover{transform:translateY(-2px) scale(1.05);filter:brightness(1.1)}}.widget-open-button:active{transform:translateY(0) scale(.95);filter:brightness(.9)}.widget-open-button-icon{width:100%;height:100%}@media screen and (max-width:768px){.widget-open-button{width:52px!important;height:52px!important}.widget-open-button img,.widget-open-button svg,.widget-open-button-icon{width:34px!important;height:34px!important}}.widget-container{position:relative;width:100%;height:100%;background:#fff;border-radius:12px;overflow:hidden}.widget-close-button{position:absolute;top:12px;right:12px;z-index:10000;width:32px;height:32px;background:#0000001a;color:var(--silver-600);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;cursor:pointer;transition:all .2s ease}.widget-close-button:hover{background:#0003;color:var(--silver-800)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes widgetAppear{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.widget-button-wrapper{position:fixed;bottom:20px;right:20px;z-index:9999}@media screen and (min-width:769px){.widget-button-wrapper{bottom:40px;right:40px}}#widget-app-container .widget-tooltip-overlay[data-fingpt-overlay=true]{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;background:#0000004d!important;z-index:9999!important;pointer-events:auto!important;animation:fingptOverlayFadeIn .3s ease-out forwards;margin:0!important;padding:0!important;border:none!important;outline:none!important}#widget-app-container .widget-tooltip-overlay.closing[data-fingpt-overlay=true]{animation:fingptOverlayFadeOut .3s ease-out forwards}@keyframes fingptOverlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes fingptOverlayFadeOut{0%{opacity:1}to{opacity:0}}.widget-tooltip{position:absolute;bottom:100%;right:0;margin-bottom:12px;background:#fff;border-radius:12px;padding:16px;box-shadow:0 4px 20px #00000026;border:1px solid rgba(0,0,0,.1);min-width:368px;max-width:320px;z-index:10000;animation:tooltipFadeIn .3s ease-out}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes tooltipFadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}.widget-tooltip.closing{animation:tooltipFadeOut .3s ease-out forwards!important}.widget-tooltip-title{font-family:Onest,sans-serif;font-size:16px;font-weight:600;color:#1f2937;margin-bottom:4px;line-height:1.4}.widget-tooltip-subtitle{font-family:Onest,sans-serif;font-size:14px;font-weight:400;color:#6b7280;line-height:1.4}.widget-tooltip-close{position:absolute;top:8px;right:8px;background:transparent;border:none;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#9ca3af;cursor:pointer;border-radius:4px;transition:background-color .2s ease,color .2s ease}.widget-tooltip-close:hover{background-color:#0000000d;color:#374151}.widget-tooltip-arrow{position:absolute;top:100%;right:20px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #fff}@media screen and (max-width:768px){.widget-button-wrapper{bottom:30px;right:20px}.widget-open-button{padding:0!important}.widget-tooltip{right:0;min-width:260px;max-width:calc(100vw - 40px)}.widget-close-button{top:16px;right:16px;width:36px;height:36px;font-size:20px}.widget-container{border-radius:0}}#widget-app-container .app-container,.my-widget-root .app-container{display:flex;width:100%;height:100%;overflow:hidden;background:var(--silver-0)}#widget-app-container .app,.my-widget-root .app{display:flex;flex-direction:column;width:100%;height:100%;position:relative;overflow:hidden}#widget-app-container .sidebar-overlay,.my-widget-root .sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1900;display:block}#widget-app-container .sidebar-header,.my-widget-root .sidebar-header{padding:0 20px;border-bottom:1px solid var(--silver-200);flex-shrink:0}#widget-app-container .sidebar-title-row,.my-widget-root .sidebar-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}#widget-app-container .sidebar-title-row.centered,.my-widget-root .sidebar-title-row.centered{justify-content:center}#widget-app-container .sidebar-title,.my-widget-root .sidebar-title{font-size:20px;font-weight:600;color:var(--silver-950);margin:0;display:flex;align-items:center}#widget-app-container .sidebar-logo,.my-widget-root .sidebar-logo{height:32px;width:auto}#widget-app-container .sidebar-close-btn,.my-widget-root .sidebar-close-btn{background:transparent;border:none;color:var(--silver-500);font-size:24px;line-height:24px;cursor:pointer;border-radius:4px;transition:background-color .2s ease}#widget-app-container .sidebar-close-btn:hover,.my-widget-root .sidebar-close-btn:hover{background-color:#ffffff1a}#widget-app-container .sidebar-buttons,.my-widget-root .sidebar-buttons{display:flex;gap:8px;position:relative}#widget-app-container .new-chat-btn,.my-widget-root .new-chat-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background:var(--new-ultramarin-600);color:#fff;border:none;border-radius:12px;cursor:pointer;font-size:16px;font-weight:500;transition:background .2s ease;flex:1 1}#widget-app-container .new-chat-btn:hover,.my-widget-root .new-chat-btn:hover{background:var(--new-ultramarin-800)}#widget-app-container .new-chat-collapsed-btn,.my-widget-root .new-chat-collapsed-btn{display:none;align-items:center;justify-content:center;width:48px;height:40px;background:var(--new-ultramarin-600);color:#fff;border:none;border-radius:12px;cursor:pointer;transition:background .2s ease}#widget-app-container .sidebar.collapsed .new-chat-btn,.my-widget-root .sidebar.collapsed .new-chat-btn{display:none}#widget-app-container .sidebar.collapsed .new-chat-collapsed-btn,.my-widget-root .sidebar.collapsed .new-chat-collapsed-btn{display:flex}#widget-app-container .new-chat-btn-icon,.my-widget-root .new-chat-btn-icon{width:20px;height:20px;flex-shrink:0}#widget-app-container .new-chat-collapsed-btn:hover,.my-widget-root .new-chat-collapsed-btn:hover{background:var(--new-ultramarin-800)}#widget-app-container .sidebar-history,.my-widget-root .sidebar-history{flex:1 1;min-height:0;overflow:hidden;display:flex;flex-direction:column}#widget-app-container .sidebar.collapsed .sidebar-history,.my-widget-root .sidebar.collapsed .sidebar-history{display:none!important}#widget-app-container .chat-history,.my-widget-root .chat-history{padding-right:20px}#widget-app-container .sidebar-toggle,.my-widget-root .sidebar-toggle{position:absolute;bottom:16px;right:-20px;width:40px;height:40px;background:var(--silver-0);border:1px solid var(--silver-200);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:101;box-shadow:0 2px 8px #0000001a}#widget-app-container .sidebar-toggle:hover,.my-widget-root .sidebar-toggle:hover{background:var(--silver-100);border-color:var(--silver-300)}#widget-app-container .sidebar-toggle svg,.my-widget-root .sidebar-toggle svg{width:20px;height:20px;transition:transform .3s ease;transform:rotate(0)}#widget-app-container .sidebar.collapsed .sidebar-toggle svg,.my-widget-root .sidebar.collapsed .sidebar-toggle svg{transform:rotate(180deg)}.widget-open-button-icon{width:46px;height:46px}@media (max-width:768px){#widget-app-container .sidebar,.my-widget-root .sidebar{position:fixed;top:0;left:0;height:100%;width:280px;transform:translate(-100%);transition:transform .3s ease;z-index:1000;box-shadow:2px 0 8px #0000001a}#widget-app-container .sidebar:not(.collapsed),.my-widget-root .sidebar:not(.collapsed){transform:translate(0)}#widget-app-container .sidebar-toggle,.my-widget-root .sidebar-toggle{display:none}#widget-app-container .sidebar-header,.my-widget-root .sidebar-header{padding:12px}#widget-app-container .sidebar-title,.my-widget-root .sidebar-title{font-size:18px}#widget-app-container .new-chat-btn,.my-widget-root .new-chat-btn{font-size:14px;padding:8px 12px}}#widget-app-container[data-theme=dark] .sidebar,.my-widget-root[data-theme=dark] .sidebar,[data-theme=dark] #widget-app-container .sidebar,[data-theme=dark] .my-widget-root .sidebar{background:var(--silver-50);border-right-color:var(--silver-200)}#widget-app-container[data-theme=dark] .sidebar-header,.my-widget-root[data-theme=dark] .sidebar-header,[data-theme=dark] #widget-app-container .sidebar-header,[data-theme=dark] .my-widget-root .sidebar-header{border-bottom-color:var(--silver-200)}#widget-app-container[data-theme=dark] .sidebar-title,.my-widget-root[data-theme=dark] .sidebar-title,[data-theme=dark] #widget-app-container .sidebar-title,[data-theme=dark] .my-widget-root .sidebar-title{color:var(--silver-950)}#widget-app-container[data-theme=dark] .sidebar-toggle,.my-widget-root[data-theme=dark] .sidebar-toggle,[data-theme=dark] #widget-app-container .sidebar-toggle,[data-theme=dark] .my-widget-root .sidebar-toggle{background:var(--silver-100);border-color:var(--silver-300)}#widget-app-container[data-theme=dark] .sidebar-toggle:hover,.my-widget-root[data-theme=dark] .sidebar-toggle:hover,[data-theme=dark] #widget-app-container .sidebar-toggle:hover,[data-theme=dark] .my-widget-root .sidebar-toggle:hover{background:var(--silver-200);border-color:var(--silver-400)}#widget-app-container[data-theme=dark] .mobile-logo-title,.my-widget-root[data-theme=dark] .mobile-logo-title,[data-theme=dark] #widget-app-container .mobile-logo-title,[data-theme=dark] .my-widget-root .mobile-logo-title{fill:var(--new-silver-950)}#widget-app-container .katex .katex-html,#widget-app-container .katex-display .katex-html,#widget-app-container .katex-html,.my-widget-root .katex .katex-html,.my-widget-root .katex-display .katex-html,.my-widget-root .katex-html{margin-top:8px!important}#widget-app-container math,.my-widget-root math{margin-bottom:16px!important}#widget-app-container .messages-wrapper,.my-widget-root .messages-wrapper{flex:1 1!important;min-height:0!important;overflow-y:auto!important;padding-left:8px!important;padding-right:8px!important}#widget-app-container .messages-container,.my-widget-root .messages-container{padding:0 0 20px!important}#widget-app-container .empty-state,.my-widget-root .empty-state{flex:1 1!important;padding:0!important;margin-top:0!important;height:auto!important;min-height:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;border-radius:0!important;width:100%!important;box-sizing:border-box!important}#widget-app-container .app,.my-widget-root .app{display:flex!important;flex-direction:column!important;max-width:100%!important;margin:0!important;padding:0!important;height:100%!important;overflow:hidden!important}#widget-app-container .sidebar,.my-widget-root .sidebar{position:absolute!important;margin-right:0!important;flex-shrink:0!important}#widget-app-container .app-container,.my-widget-root .app-container{position:relative!important;height:100%!important;width:100%!important}#widget-app-container .chatMain-container,.my-widget-root .chatMain-container{flex:1 1!important;min-height:0!important;padding-bottom:40px!important}#widget-app-container .chatMain-header-box,.my-widget-root .chatMain-header-box{text-align:center!important}#widget-app-container .messages-wrapper .messages-container,.my-widget-root .messages-wrapper .messages-container{padding:0 0 20px!important}