*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--navy-deep:#04101f;--navy:#071828;--navy-mid:#0c2237;--navy-light:#0f2d47;--teal:#1db39e;--teal-bright:#22d4bb;--teal-glow:rgba(29,179,158,.18);--teal-border:rgba(29,179,158,.35);--white:#fff;--white-80:hsla(0,0%,100%,.8);--white-50:hsla(0,0%,100%,.5);--white-20:hsla(0,0%,100%,.2);--white-10:hsla(0,0%,100%,.1);--white-06:hsla(0,0%,100%,.06);--font-display:"Sora",sans-serif;--font-body:"DM Sans",sans-serif;--font-lexend:"Lexend",sans-serif;--font-montserrat:"Montserrat",sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--navy-deep);color:var(--white);-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}img{max-width:100%;display:block}.container{width:100%;max-width:1160px;margin:0 auto;padding:0 24px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--navy)}::-webkit-scrollbar-thumb{background:var(--teal);border-radius:3px}.ChatMessageList_list__1yzpV{display:flex;flex-direction:column;gap:14px;padding:16px;overflow-y:auto;flex:1 1}.ChatMessageList_assistantMessage__pn_Z2,.ChatMessageList_userMessage__n76dB{display:flex;flex-direction:column;gap:6px;max-width:88%}.ChatMessageList_userMessage__n76dB{align-self:flex-end;align-items:flex-end}.ChatMessageList_assistantMessage__pn_Z2{align-self:flex-start;align-items:flex-start}.ChatMessageList_bubble__1AmI1{border-radius:14px;padding:10px 14px;font-size:14px;line-height:1.5}.ChatMessageList_bubble__1AmI1 p+p{margin-top:8px}.ChatMessageList_userMessage__n76dB .ChatMessageList_bubble__1AmI1{background:var(--teal);color:var(--navy-deep);border-bottom-right-radius:4px}.ChatMessageList_assistantMessage__pn_Z2 .ChatMessageList_bubble__1AmI1{background:var(--navy-mid);color:var(--white-80);border:1px solid var(--white-10);border-bottom-left-radius:4px}.ChatMessageList_typing__X_psc{display:flex;gap:4px;align-items:center}.ChatMessageList_typing__X_psc span{width:6px;height:6px;border-radius:50%;background:var(--white-50);animation:ChatMessageList_pulse__tDqL1 1.2s ease-in-out infinite}.ChatMessageList_typing__X_psc span:nth-child(2){animation-delay:.15s}.ChatMessageList_typing__X_psc span:nth-child(3){animation-delay:.3s}@keyframes ChatMessageList_pulse__tDqL1{0%,80%,to{opacity:.3;transform:scale(.85)}40%{opacity:1;transform:scale(1)}}.ChatMessageList_sources__iCMEG{font-size:12px;color:var(--white-50)}.ChatMessageList_sources__iCMEG summary{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ChatMessageList_sources__iCMEG ul{list-style:none;margin-top:4px;padding-left:4px;display:flex;flex-direction:column;gap:4px}.ChatMessageList_sources__iCMEG a{color:var(--teal-bright);text-decoration:underline}.ChatMessageList_feedbackRow__HTJy6{display:flex;gap:8px}.ChatMessageList_feedbackRow__HTJy6 button{font-size:13px;opacity:.6;transition:opacity .15s ease}.ChatMessageList_feedbackRow__HTJy6 button:hover{opacity:1}.ChatMessageList_feedbackDone__RtFTw{font-size:12px;color:var(--white-50)}.ChatInput_quickActions__Sr9hb{display:flex;flex-wrap:wrap;gap:8px;padding:0 16px 12px}.ChatInput_quickAction__2Dvi3{font-size:12px;color:var(--white-80);background:var(--white-06);border:1px solid var(--white-10);border-radius:999px;padding:6px 12px;white-space:nowrap;transition:background .15s ease,border-color .15s ease}.ChatInput_quickAction__2Dvi3:hover{background:var(--teal-glow);border-color:var(--teal-border)}.ChatInput_inputRow__9pzEV{display:flex;align-items:flex-end;gap:8px;padding:12px 16px;border-top:1px solid var(--white-10)}.ChatInput_textarea__KNdMD{flex:1 1;resize:none;max-height:96px;background:var(--navy-mid);color:var(--white);border:1px solid var(--white-10);border-radius:10px;padding:10px 12px;font-family:var(--font-body);font-size:14px;line-height:1.4}.ChatInput_textarea__KNdMD:focus{outline:none;border-color:var(--teal-border)}.ChatInput_textarea__KNdMD::placeholder{color:var(--white-50)}.ChatInput_sendButton__fh0_y{background:var(--teal);color:var(--navy-deep);font-family:var(--font-display);font-weight:600;font-size:13px;border-radius:10px;padding:10px 16px;transition:opacity .15s ease}.ChatInput_sendButton__fh0_y:disabled{opacity:.4;cursor:not-allowed}.ChatWidget_root__yHD4i{position:fixed;bottom:20px;right:20px;z-index:1000;font-family:var(--font-body)}.ChatWidget_toggleButton__F2BOY{background:var(--teal);color:var(--navy-deep);font-family:var(--font-display);font-weight:700;font-size:14px;border-radius:999px;padding:14px 22px;box-shadow:0 10px 30px rgba(0,0,0,.35);transition:transform .15s ease}.ChatWidget_toggleButton__F2BOY:hover{transform:translateY(-2px)}.ChatWidget_panel__kz3GH{position:absolute;bottom:72px;right:0;width:380px;max-width:calc(100vw - 40px);height:560px;max-height:calc(100vh - 120px);display:flex;flex-direction:column;background:var(--navy);border:1px solid var(--white-10);border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.45);overflow:hidden}.ChatWidget_header__ruPyM{display:flex;align-items:flex-start;justify-content:space-between;padding:16px;background:var(--navy-light);border-bottom:1px solid var(--white-10)}.ChatWidget_headerTitle__b4opN{font-family:var(--font-display);font-weight:700;font-size:15px;color:var(--white)}.ChatWidget_headerSubtitle__JA0qO{font-size:12px;color:var(--white-50);margin-top:2px}.ChatWidget_closeButton__9wVO3{color:var(--white-50);font-size:16px;padding:2px 6px}.ChatWidget_closeButton__9wVO3:hover{color:var(--white)}.ChatWidget_greeting__Qoah4{padding:20px 16px;display:flex;flex-direction:column;gap:10px;font-size:14px;line-height:1.5;color:var(--white-80);flex:1 1;overflow-y:auto}.ChatWidget_greetingNote__oTSZL{font-size:12px;color:var(--white-50)}.ChatWidget_error__31zxK{margin:0 16px 8px;font-size:12px;color:#ff8a8a}@media (max-width:480px){.ChatWidget_root__yHD4i{bottom:16px;right:16px}.ChatWidget_panel__kz3GH{position:fixed;inset:0;width:100vw;max-width:100vw;height:100vh;max-height:100vh;border-radius:0}}