.ChatPage-module__1LTBGq__chatPageLayout{flex-direction:column;align-items:center;width:100%;padding:24px 16px 0;display:flex}.ChatPage-module__1LTBGq__chatPageTitle{text-align:center;color:var(--brand);justify-content:center;align-items:center;gap:10px;margin:0 0 2rem;font-family:franklin-gothic,sans-serif;font-size:2rem;font-weight:700;line-height:1.15;display:inline-flex}.ChatPage-module__1LTBGq__infoIcon{cursor:pointer;-webkit-user-select:none;user-select:none;width:20px;height:20px;color:var(--brand-dark);background:#007fae1f;border-radius:9999px;justify-content:center;align-items:center;font-size:12px;font-weight:800;transition:background .15s,transform .12s;display:inline-flex}.ChatPage-module__1LTBGq__infoIcon:hover{background:#007fae2e;transform:translateY(-1px)}.ChatPage-module__1LTBGq__popupOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;background:#00000040;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ChatPage-module__1LTBGq__popupContent{background:var(--surface);border:1px solid var(--border);text-align:left;border-radius:12px;width:92%;max-width:560px;padding:18px 18px 16px;box-shadow:0 18px 50px #00000040}.ChatPage-module__1LTBGq__popupContent h3{color:var(--cta);margin:0 0 10px;font-family:franklin-gothic,sans-serif;font-size:1.15rem;font-weight:700}.ChatPage-module__1LTBGq__popupContent p{color:var(--text);margin:0 0 10px;line-height:1.6}.ChatPage-module__1LTBGq__popupCloseButton{cursor:pointer;background:var(--cta);color:#fff;border:none;border-radius:10px;margin-top:12px;margin-left:auto;padding:10px 14px;font-size:.95rem;font-weight:700;transition:background .15s,transform .12s}.ChatPage-module__1LTBGq__popupCloseButton:hover{background:var(--brand-dark);transform:translateY(-1px)}.ChatPage-module__1LTBGq__betaNotification{color:#7a4f01;text-align:center;background:#fff7e6;border:1px solid #facc15;border-radius:12px;width:min(1200px,92vw);margin:0 auto 18px;padding:14px 16px;box-shadow:0 6px 18px #0000000f}.ChatPage-module__1LTBGq__betaNotification p{margin:0;font-size:.9rem;line-height:1.4}.ChatPage-module__1LTBGq__betaNotification strong{font-weight:800}.ChatPage-module__1LTBGq__chatContainer{background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;width:min(1200px,92vw);height:calc(100vh - 220px);display:flex;overflow:hidden;box-shadow:0 1px 2px #0000000f,0 10px 28px #0000001a}.ChatPage-module__1LTBGq__messageList{background:#f8fbff;flex-direction:column;flex:1;gap:10px;min-height:0;padding:14px 14px 18px;display:flex;overflow-y:auto}.ChatPage-module__1LTBGq__message{border:1px solid var(--border);white-space:pre-wrap;word-wrap:break-word;border-radius:14px;max-width:85%;padding:10px 12px;font-size:.95rem;line-height:1.45;box-shadow:0 1px 2px #0000000f}.ChatPage-module__1LTBGq__userMessage{background:var(--cta);color:#fff;border-color:#ffffff38;border-bottom-right-radius:6px;align-self:flex-end;margin-left:auto;box-shadow:0 6px 16px #007fae38}.ChatPage-module__1LTBGq__botMessage{color:var(--text);background:#e5f1fbb3;border-color:#1118271f;border-bottom-left-radius:6px;align-self:flex-start;margin-right:auto}.ChatPage-module__1LTBGq__typingIndicatorWrapper{align-self:flex-start;margin-bottom:2px;display:flex}.ChatPage-module__1LTBGq__typingIndicator{background:#e5f1fbb3;border:1px solid #1118271f;border-radius:14px 14px 14px 6px;justify-content:center;align-items:center;gap:6px;max-width:76px;padding:10px 12px;display:inline-flex;box-shadow:0 1px 2px #0000000f}.ChatPage-module__1LTBGq__typingDot{background:var(--brand-dark);opacity:.7;border-radius:9999px;width:7px;height:7px;animation:1.2s ease-in-out infinite ChatPage-module__1LTBGq__typingAnimation}.ChatPage-module__1LTBGq__typingDot:first-child{animation-delay:0s}.ChatPage-module__1LTBGq__typingDot:nth-child(2){animation-delay:.15s}.ChatPage-module__1LTBGq__typingDot:nth-child(3){animation-delay:.3s}@keyframes ChatPage-module__1LTBGq__typingAnimation{0%,80%,to{opacity:.55;transform:translateY(0)}40%{opacity:.95;transform:translateY(-3px)}}.ChatPage-module__1LTBGq__chatInputForm{border-top:1px solid var(--border);background:#e5f1fb8c;align-items:center;gap:10px;padding:12px;display:flex}.ChatPage-module__1LTBGq__chatInputContainer{width:100%;position:relative}.ChatPage-module__1LTBGq__chatInput{border-radius:9999px;flex-grow:1;width:100%;padding:10px 14px;font-size:1rem}.ChatPage-module__1LTBGq__chatInput:disabled{opacity:.7;cursor:not-allowed}.ChatPage-module__1LTBGq__sendButton{cursor:pointer;background:var(--cta);color:#fff;white-space:nowrap;border:none;border-radius:9999px;padding:10px 14px;font-size:.95rem;font-weight:800;transition:background .15s,transform .1s,box-shadow .2s;box-shadow:0 8px 18px #007fae38}.ChatPage-module__1LTBGq__sendButton:hover{background:var(--brand-dark);transform:translateY(-1px);box-shadow:0 12px 24px #007fae42}.ChatPage-module__1LTBGq__sendButton:disabled{box-shadow:none;cursor:not-allowed;background:#11182738;transform:none}.ChatPage-module__1LTBGq__loadingIndicator{color:var(--text-light);border-top:1px solid var(--border);text-align:center;background:#e5f1fb8c;padding:10px 16px;font-size:.875rem;font-style:italic;line-height:1.25rem}
.ChatWindow-module__U4lZ3q__container{background:0 0;flex-direction:column;height:100%;min-height:0;display:flex}.ChatWindow-module__U4lZ3q__loadingIndicator{color:var(--text-light);border-bottom:1px solid var(--border);background:#e5f1fb99;padding:10px 16px;font-size:.875rem;line-height:1.25rem}
.ChatLauncher-module__5cpLja__fab{z-index:2147483647;background:var(--cta);color:#fff;cursor:pointer;pointer-events:auto;border:none;border-radius:9999px;place-items:center;width:56px;height:56px;transition:transform .15s,box-shadow .2s,background .2s;display:grid;position:fixed;bottom:20px;right:20px;box-shadow:0 12px 30px #0000002e}.ChatLauncher-module__5cpLja__fab:hover{background:var(--brand-dark);transform:translateY(-2px);box-shadow:0 18px 40px #00000038}.ChatLauncher-module__5cpLja__icon{width:26px;height:26px}.ChatLauncher-module__5cpLja__badge{color:#fff;min-width:18px;height:18px;box-shadow:0 0 0 2px var(--cta);background:#dc2626;border-radius:9999px;justify-content:center;align-items:center;padding:0 5px;font-size:11px;font-weight:700;display:inline-flex;position:absolute;top:-4px;right:-4px}.ChatLauncher-module__5cpLja__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:2147483645;background:#00000040;position:fixed;inset:0}.ChatLauncher-module__5cpLja__panel{background:var(--surface);z-index:2147483646;opacity:0;pointer-events:none;border:1px solid var(--border);border-radius:18px;flex-direction:column;width:min(420px,94vw);height:min(70vh,720px);transition:transform .18s,opacity .18s;display:flex;position:fixed;bottom:88px;right:20px;overflow:hidden;transform:translateY(20px);box-shadow:0 20px 60px #00000040}.ChatLauncher-module__5cpLja__open{opacity:1;pointer-events:auto;transform:translateY(0)}.ChatLauncher-module__5cpLja__panelHeader{background:var(--cta);color:#fff;border-bottom:1px solid #fff3;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.ChatLauncher-module__5cpLja__panelTitle{font-size:.95rem;font-weight:600}.ChatLauncher-module__5cpLja__closeBtn{appearance:none;cursor:pointer;color:#fff;background:#ffffff26;border:none;border-radius:8px;padding:4px 8px;font-size:20px;line-height:1;transition:background .15s}.ChatLauncher-module__5cpLja__closeBtn:hover{background:#ffffff40}.ChatLauncher-module__5cpLja__betaBanner{color:#7a4f01;background:#fff7e6;border-bottom:1px solid #facc15;padding:8px 12px;font-size:.85rem;font-weight:600;line-height:1.35}.ChatLauncher-module__5cpLja__panelBody{background:#f8fbff;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.ChatLauncher-module__5cpLja__loader{height:100%;color:var(--text-light);place-items:center;font-size:.9rem;display:grid}
