.ThemeToggle-module__sGqMhG__toggle{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}.ThemeToggle-module__sGqMhG__track{background:var(--glass-input);border:1px solid var(--glass-input-border);border-radius:99px;align-items:center;width:52px;height:28px;padding:3px;transition:background .3s,border-color .3s;display:flex;position:relative}.ThemeToggle-module__sGqMhG__track[data-dark=true]{background:#6c63ff33;border-color:#6c63ff66}.ThemeToggle-module__sGqMhG__thumb{background:var(--accent-gradient);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:flex;transform:translate(0);box-shadow:0 2px 8px #6c63ff66}.ThemeToggle-module__sGqMhG__track[data-dark=true] .ThemeToggle-module__sGqMhG__thumb{transform:translate(24px)}
.AuthPage-module__1kZQ1q__page{z-index:1;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative}.AuthPage-module__1kZQ1q__card{border-radius:var(--radius-xl);width:100%;max-width:440px;padding:48px 44px;animation:.5s cubic-bezier(.22,1,.36,1) both AuthPage-module__1kZQ1q__slideUp;position:relative}@keyframes AuthPage-module__1kZQ1q__slideUp{0%{opacity:0;transform:translateY(32px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.AuthPage-module__1kZQ1q__topBar{z-index:100;position:fixed;top:20px;right:24px}.AuthPage-module__1kZQ1q__logo{align-items:center;gap:10px;margin-bottom:32px;display:flex}.AuthPage-module__1kZQ1q__logoIcon{background:var(--accent-gradient);width:40px;height:40px;box-shadow:var(--accent-glow);border-radius:12px;justify-content:center;align-items:center;display:flex}.AuthPage-module__1kZQ1q__logoText{color:var(--text-primary);letter-spacing:-.02em;font-size:1.2rem;font-weight:700}.AuthPage-module__1kZQ1q__tabs{background:var(--glass-input);border:1px solid var(--glass-input-border);border-radius:var(--radius-md);gap:4px;margin-bottom:28px;padding:4px;display:flex}.AuthPage-module__1kZQ1q__tab{border-radius:calc(var(--radius-md) - 4px);cursor:pointer;color:var(--text-muted);transition:all var(--transition);background:0 0;border:none;flex:1;padding:10px;font-family:inherit;font-size:.875rem;font-weight:500}.AuthPage-module__1kZQ1q__tab.AuthPage-module__1kZQ1q__active{background:var(--accent-gradient);color:#fff;box-shadow:var(--accent-glow)}.AuthPage-module__1kZQ1q__heading{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:6px;font-size:1.6rem;font-weight:700}.AuthPage-module__1kZQ1q__subheading{color:var(--text-muted);margin-bottom:28px;font-size:.875rem}.AuthPage-module__1kZQ1q__form{flex-direction:column;gap:16px;display:flex}.AuthPage-module__1kZQ1q__fieldGroup{flex-direction:column;gap:6px;display:flex}.AuthPage-module__1kZQ1q__label{color:var(--text-secondary);letter-spacing:.02em;font-size:.8rem;font-weight:500}.AuthPage-module__1kZQ1q__inputWrap{align-items:center;display:flex;position:relative}.AuthPage-module__1kZQ1q__inputIcon{color:var(--text-muted);pointer-events:none;display:flex;position:absolute;left:14px}.AuthPage-module__1kZQ1q__input{border-radius:var(--radius-sm);border:1px solid var(--glass-input-border);background:var(--glass-input);width:100%;color:var(--text-primary);transition:all var(--transition);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);outline:none;padding:13px 14px 13px 42px;font-family:inherit;font-size:.9rem}.AuthPage-module__1kZQ1q__input::placeholder{color:var(--text-muted)}.AuthPage-module__1kZQ1q__input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--glass-input-focus)}.AuthPage-module__1kZQ1q__submitBtn{border-radius:var(--radius-sm);background:var(--accent-gradient);color:#fff;cursor:pointer;letter-spacing:.01em;width:100%;box-shadow:var(--accent-glow);transition:all var(--transition);border:none;justify-content:center;align-items:center;gap:8px;margin-top:6px;padding:14px;font-family:inherit;font-size:.95rem;font-weight:600;display:flex;position:relative;overflow:hidden}.AuthPage-module__1kZQ1q__submitBtn:after{content:"";opacity:0;transition:opacity var(--transition);background:#ffffff1f;position:absolute;inset:0}.AuthPage-module__1kZQ1q__submitBtn:hover:after{opacity:1}.AuthPage-module__1kZQ1q__submitBtn:active{transform:scale(.98)}.AuthPage-module__1kZQ1q__submitBtn:disabled{opacity:.6;cursor:not-allowed}.AuthPage-module__1kZQ1q__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite AuthPage-module__1kZQ1q__spin}@keyframes AuthPage-module__1kZQ1q__spin{to{transform:rotate(360deg)}}.AuthPage-module__1kZQ1q__divider{color:var(--text-muted);align-items:center;gap:12px;margin:6px 0;font-size:.8rem;display:flex}.AuthPage-module__1kZQ1q__divider:before,.AuthPage-module__1kZQ1q__divider:after{content:"";background:var(--divider);flex:1;height:1px}.AuthPage-module__1kZQ1q__errorBox{border-radius:var(--radius-sm);color:#ef4444;background:#ef44441a;border:1px solid #ef444440;padding:12px 14px;font-size:.85rem;animation:.4s both AuthPage-module__1kZQ1q__shake}@keyframes AuthPage-module__1kZQ1q__shake{0%,to{transform:translate(0)}25%{transform:translate(-6px)}75%{transform:translate(6px)}}.AuthPage-module__1kZQ1q__googleBtn{border:1px solid var(--glass-input-border);border-radius:var(--radius-sm);background:var(--glass-input);width:100%;color:var(--text-primary);cursor:pointer;transition:all var(--transition);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);justify-content:center;align-items:center;gap:10px;margin-bottom:4px;padding:13px 14px;font-family:inherit;font-size:.9rem;font-weight:500;display:flex}.AuthPage-module__1kZQ1q__googleBtn:hover{background:var(--glass-hover);border-color:#4285f466;box-shadow:0 0 0 3px #4285f41f}.AuthPage-module__1kZQ1q__footerNote{text-align:center;color:var(--text-muted);margin-top:20px;font-size:.78rem;line-height:1.6}
.ChatInterface-module__WGbyoa__layout{z-index:1;height:100vh;display:flex;position:relative;overflow:hidden}.ChatInterface-module__WGbyoa__sidebar{background:var(--glass-sidebar);border-right:1px solid var(--glass-border);-webkit-backdrop-filter:blur(24px)saturate(160%);flex-direction:column;flex-shrink:0;gap:8px;width:260px;padding:20px 16px;transition:transform .3s;display:flex;overflow-y:auto}.ChatInterface-module__WGbyoa__sidebarLogo{border-bottom:1px solid var(--divider);align-items:center;gap:10px;margin-bottom:8px;padding:8px 8px 16px;display:flex}.ChatInterface-module__WGbyoa__sidebarLogoIcon{background:var(--accent-gradient);width:34px;height:34px;box-shadow:var(--accent-glow);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ChatInterface-module__WGbyoa__sidebarLogoText{color:var(--text-primary);letter-spacing:-.02em;font-size:1rem;font-weight:700}.ChatInterface-module__WGbyoa__newChatBtn{border-radius:var(--radius-sm);border:1px solid var(--glass-input-border);background:var(--glass-input);color:var(--text-secondary);cursor:pointer;transition:all var(--transition);text-align:left;align-items:center;gap:8px;width:100%;padding:10px 12px;font-family:inherit;font-size:.875rem;font-weight:500;display:flex}.ChatInterface-module__WGbyoa__newChatBtn:hover{background:var(--glass-hover);color:var(--text-primary);border-color:var(--accent);box-shadow:var(--accent-glow)}.ChatInterface-module__WGbyoa__historyLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);padding:12px 8px 6px;font-size:.72rem;font-weight:600}.ChatInterface-module__WGbyoa__historyItem{border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;transition:all var(--transition);border:1px solid #0000;align-items:center;gap:8px;padding:9px 12px;font-size:.845rem;display:flex;overflow:hidden}.ChatInterface-module__WGbyoa__historyItem:hover,.ChatInterface-module__WGbyoa__historyItem.ChatInterface-module__WGbyoa__active{background:var(--glass-hover);color:var(--text-primary);border-color:var(--glass-border)}.ChatInterface-module__WGbyoa__historyItem.ChatInterface-module__WGbyoa__active{color:var(--accent)}.ChatInterface-module__WGbyoa__historyDot{background:var(--text-muted);border-radius:50%;flex-shrink:0;width:6px;height:6px}.ChatInterface-module__WGbyoa__sidebarBottom{border-top:1px solid var(--divider);flex-direction:column;gap:6px;margin-top:auto;padding-top:12px;display:flex}.ChatInterface-module__WGbyoa__userCard{border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition);align-items:center;gap:10px;padding:10px 12px;display:flex}.ChatInterface-module__WGbyoa__userCard:hover{background:var(--glass-hover)}.ChatInterface-module__WGbyoa__avatar{background:var(--accent-gradient);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;font-weight:700;display:flex}.ChatInterface-module__WGbyoa__userName{color:var(--text-primary);font-size:.875rem;font-weight:500}.ChatInterface-module__WGbyoa__userEmail{color:var(--text-muted);font-size:.75rem}.ChatInterface-module__WGbyoa__logoutBtn{border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;transition:all var(--transition);text-align:left;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:8px 12px;font-family:inherit;font-size:.835rem;display:flex}.ChatInterface-module__WGbyoa__logoutBtn:hover{color:#ef4444;background:#ef44441a}.ChatInterface-module__WGbyoa__main{flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.ChatInterface-module__WGbyoa__topbar{border-bottom:1px solid var(--divider);background:var(--glass-sidebar);-webkit-backdrop-filter:blur(20px);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.ChatInterface-module__WGbyoa__topbarTitle{color:var(--text-primary);font-size:.95rem;font-weight:600}.ChatInterface-module__WGbyoa__topbarRight{align-items:center;gap:12px;display:flex}.ChatInterface-module__WGbyoa__messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:20px;padding:24px;display:flex;overflow-y:auto}.ChatInterface-module__WGbyoa__welcome{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:40px;animation:.5s both ChatInterface-module__WGbyoa__fadeIn;display:flex}@keyframes ChatInterface-module__WGbyoa__fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.ChatInterface-module__WGbyoa__welcomeIcon{background:var(--accent-gradient);width:64px;height:64px;box-shadow:var(--accent-glow);border-radius:20px;justify-content:center;align-items:center;margin-bottom:8px;display:flex}.ChatInterface-module__WGbyoa__welcomeTitle{color:var(--text-primary);letter-spacing:-.03em;font-size:1.8rem;font-weight:700}.ChatInterface-module__WGbyoa__welcomeSubtitle{color:var(--text-muted);max-width:400px;font-size:.95rem;line-height:1.6}.ChatInterface-module__WGbyoa__suggestions{grid-template-columns:1fr 1fr;gap:12px;width:100%;max-width:560px;margin-top:8px;display:grid}.ChatInterface-module__WGbyoa__suggestionCard{border-radius:var(--radius-md);border:1px solid var(--glass-border);background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);cursor:pointer;text-align:left;transition:all var(--transition);color:var(--text-secondary);padding:14px 16px;font-family:inherit;font-size:.84rem;line-height:1.4}.ChatInterface-module__WGbyoa__suggestionCard:hover{border-color:var(--accent);color:var(--text-primary);box-shadow:var(--accent-glow);transform:translateY(-2px)}.ChatInterface-module__WGbyoa__suggestionLabel{color:var(--accent);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;font-size:.72rem;font-weight:600}.ChatInterface-module__WGbyoa__messageRow{gap:12px;width:100%;max-width:800px;margin:0 auto;animation:.35s cubic-bezier(.22,1,.36,1) both ChatInterface-module__WGbyoa__msgIn;display:flex}@keyframes ChatInterface-module__WGbyoa__msgIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ChatInterface-module__WGbyoa__messageRow.ChatInterface-module__WGbyoa__user{flex-direction:row-reverse}.ChatInterface-module__WGbyoa__msgAvatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:4px;font-size:.8rem;font-weight:700;display:flex}.ChatInterface-module__WGbyoa__msgAvatar.ChatInterface-module__WGbyoa__ai{background:var(--accent-gradient);color:#fff;box-shadow:var(--accent-glow)}.ChatInterface-module__WGbyoa__msgAvatar.ChatInterface-module__WGbyoa__user{background:var(--glass-input);border:1px solid var(--glass-border);color:var(--text-secondary)}.ChatInterface-module__WGbyoa__bubble{border-radius:var(--radius-md);max-width:72%;padding:14px 18px;font-size:.9rem;line-height:1.7;position:relative}.ChatInterface-module__WGbyoa__bubble.ChatInterface-module__WGbyoa__ai{background:var(--bubble-ai);border:1px solid var(--bubble-ai-border);-webkit-backdrop-filter:blur(12px);color:var(--text-primary);border-top-left-radius:4px}.ChatInterface-module__WGbyoa__bubble.ChatInterface-module__WGbyoa__user{background:var(--bubble-user);color:#fff;box-shadow:var(--accent-glow);border-top-right-radius:4px}.ChatInterface-module__WGbyoa__bubbleTime{color:var(--text-muted);margin-top:4px;padding:0 4px;font-size:.72rem}.ChatInterface-module__WGbyoa__messageRow.ChatInterface-module__WGbyoa__user .ChatInterface-module__WGbyoa__bubbleTime{text-align:right}.ChatInterface-module__WGbyoa__typingDots{gap:4px;padding:4px 0;display:flex}.ChatInterface-module__WGbyoa__typingDots span{background:var(--accent);border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite ChatInterface-module__WGbyoa__bounce}.ChatInterface-module__WGbyoa__typingDots span:nth-child(2){animation-delay:.2s}.ChatInterface-module__WGbyoa__typingDots span:nth-child(3){animation-delay:.4s}@keyframes ChatInterface-module__WGbyoa__bounce{0%,to{opacity:.5;transform:translateY(0)}50%{opacity:1;transform:translateY(-6px)}}.ChatInterface-module__WGbyoa__inputArea{border-top:1px solid var(--divider);background:var(--glass-sidebar);-webkit-backdrop-filter:blur(20px);flex-shrink:0;padding:16px 24px 20px}.ChatInterface-module__WGbyoa__inputRow{align-items:flex-end;gap:10px;max-width:800px;margin:0 auto;display:flex}.ChatInterface-module__WGbyoa__inputBox{background:var(--glass-input);border:1px solid var(--glass-input-border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(12px);transition:all var(--transition);flex:1;align-items:flex-end;gap:8px;padding:12px 14px;display:flex}.ChatInterface-module__WGbyoa__inputBox:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--glass-input-focus)}.ChatInterface-module__WGbyoa__textarea{color:var(--text-primary);resize:none;background:0 0;border:none;outline:none;flex:1;min-height:24px;max-height:140px;font-family:inherit;font-size:.9rem;line-height:1.6;overflow-y:auto}.ChatInterface-module__WGbyoa__textarea::placeholder{color:var(--text-muted)}.ChatInterface-module__WGbyoa__sendBtn{background:var(--accent-gradient);color:#fff;cursor:pointer;width:36px;height:36px;transition:all var(--transition);box-shadow:var(--accent-glow);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ChatInterface-module__WGbyoa__sendBtn:hover{transform:scale(1.08)}.ChatInterface-module__WGbyoa__sendBtn:active{transform:scale(.95)}.ChatInterface-module__WGbyoa__sendBtn:disabled{opacity:.4;cursor:not-allowed;transform:none}.ChatInterface-module__WGbyoa__inputHint{text-align:center;color:var(--text-muted);margin-top:8px;font-size:.72rem}.ChatInterface-module__WGbyoa__widgetCard{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(12px);margin-top:10px;padding:20px;animation:.35s cubic-bezier(.22,1,.36,1) both ChatInterface-module__WGbyoa__msgIn}.ChatInterface-module__WGbyoa__widgetHeader{align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.ChatInterface-module__WGbyoa__widgetTitle{color:var(--text-primary);margin:0 0 4px;font-size:.9rem;font-weight:600}.ChatInterface-module__WGbyoa__widgetSubtitle{color:var(--text-muted);margin:0;font-size:.8rem}.ChatInterface-module__WGbyoa__templateGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;margin-top:12px;display:grid}.ChatInterface-module__WGbyoa__templateBtn{border-radius:var(--radius-sm);border:1px solid var(--glass-input-border);background:var(--glass-input);cursor:pointer;text-align:left;transition:all var(--transition);flex-direction:column;align-items:flex-start;gap:4px;padding:14px;font-family:inherit;display:flex}.ChatInterface-module__WGbyoa__templateBtn:hover{border-color:var(--accent);background:var(--glass-hover);box-shadow:var(--accent-glow);transform:translateY(-2px)}.ChatInterface-module__WGbyoa__templateEmoji{font-size:1.4rem;line-height:1}.ChatInterface-module__WGbyoa__templateLabel{color:var(--text-primary);font-size:.85rem;font-weight:600}.ChatInterface-module__WGbyoa__templateDesc{color:var(--text-muted);font-size:.75rem;line-height:1.4}.ChatInterface-module__WGbyoa__formFields{flex-direction:column;gap:12px;margin-bottom:16px;display:flex}.ChatInterface-module__WGbyoa__fieldLabel{color:var(--text-secondary);flex-direction:column;gap:6px;font-size:.8rem;font-weight:500;display:flex}.ChatInterface-module__WGbyoa__fieldInput,.ChatInterface-module__WGbyoa__fieldTextarea{border-radius:var(--radius-sm);border:1px solid var(--glass-input-border);background:var(--glass-input);color:var(--text-primary);transition:border-color var(--transition);outline:none;padding:9px 12px;font-family:inherit;font-size:.875rem}.ChatInterface-module__WGbyoa__fieldInput:focus,.ChatInterface-module__WGbyoa__fieldTextarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--glass-input-focus)}.ChatInterface-module__WGbyoa__fieldTextarea{resize:vertical;min-height:60px}.ChatInterface-module__WGbyoa__formActions{justify-content:flex-end;gap:10px;display:flex}.ChatInterface-module__WGbyoa__cancelBtn{border-radius:var(--radius-sm);border:1px solid var(--glass-input-border);color:var(--text-muted);cursor:pointer;transition:all var(--transition);background:0 0;padding:9px 18px;font-family:inherit;font-size:.875rem}.ChatInterface-module__WGbyoa__cancelBtn:hover:not(:disabled){background:var(--glass-hover);color:var(--text-primary)}.ChatInterface-module__WGbyoa__sendEmailBtn{border-radius:var(--radius-sm);background:var(--accent-gradient);color:#fff;cursor:pointer;transition:all var(--transition);box-shadow:var(--accent-glow);border:none;align-items:center;gap:6px;padding:9px 20px;font-family:inherit;font-size:.875rem;font-weight:600;display:flex}.ChatInterface-module__WGbyoa__sendEmailBtn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.ChatInterface-module__WGbyoa__sendEmailBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.ChatInterface-module__WGbyoa__spinnerSmall{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite ChatInterface-module__WGbyoa__spin;display:inline-block}@keyframes ChatInterface-module__WGbyoa__spin{to{transform:rotate(360deg)}}.ChatInterface-module__WGbyoa__activeSection{border-color:var(--accent)!important;color:var(--accent)!important}.ChatInterface-module__WGbyoa__badge{background:var(--accent);color:#fff;border-radius:99px;margin-left:auto;padding:1px 7px;font-size:.7rem;font-weight:700;line-height:1.6}.ChatInterface-module__WGbyoa__sentEmailList{flex-direction:column;gap:6px;max-height:340px;margin-top:4px;display:flex;overflow-y:auto}.ChatInterface-module__WGbyoa__sentEmailItem{border-radius:var(--radius-sm);border:1px solid var(--glass-border);background:var(--glass-input);transition:all var(--transition);flex-direction:column;gap:4px;padding:10px 12px;display:flex}.ChatInterface-module__WGbyoa__sentEmailItem:hover{background:var(--glass-hover)}.ChatInterface-module__WGbyoa__sentEmailTop{align-items:center;gap:8px;display:flex}.ChatInterface-module__WGbyoa__sentEmailEmoji{flex-shrink:0;font-size:1rem}.ChatInterface-module__WGbyoa__sentEmailInfo{flex-direction:column;flex:1;min-width:0;display:flex}.ChatInterface-module__WGbyoa__sentEmailName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:600;overflow:hidden}.ChatInterface-module__WGbyoa__sentEmailAddr{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.ChatInterface-module__WGbyoa__sentEmailTime{color:var(--text-muted);flex-shrink:0;font-size:.7rem}.ChatInterface-module__WGbyoa__sentEmailSubject{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.ChatInterface-module__WGbyoa__resendBtn{border:1px solid var(--accent);color:var(--accent);cursor:pointer;transition:all var(--transition);background:0 0;border-radius:6px;align-self:flex-start;margin-top:2px;padding:3px 10px;font-family:inherit;font-size:.72rem;font-weight:600}.ChatInterface-module__WGbyoa__resendBtn:hover{background:var(--accent);color:#fff}.ChatInterface-module__WGbyoa__emptyHistory{color:var(--text-muted);text-align:center;padding:12px 8px;font-size:.8rem}.ChatInterface-module__WGbyoa__composePanel{border-top:1px solid var(--divider);border-bottom:1px solid var(--divider);background:var(--glass-sidebar);-webkit-backdrop-filter:blur(20px);flex-direction:column;flex-shrink:0;gap:16px;padding:24px 30px;display:flex}.ChatInterface-module__WGbyoa__composeRow{align-items:center;gap:14px;display:flex}.ChatInterface-module__WGbyoa__templateDropdown{border-radius:var(--radius-sm);border:1px solid var(--glass-input-border);background:var(--glass-input);color:var(--text-primary);cursor:pointer;transition:all var(--transition);outline:none;min-width:170px;padding:10px 16px;font-family:inherit;font-size:.86rem}.ChatInterface-module__WGbyoa__templateDropdown:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--glass-input-focus)}.ChatInterface-module__WGbyoa__greetingToggle{border-radius:var(--radius-sm);border:1px solid var(--glass-input-border);background:var(--glass-input);color:var(--text-muted);cursor:pointer;transition:all var(--transition);white-space:nowrap;padding:10px 16px;font-family:inherit;font-size:.82rem}.ChatInterface-module__WGbyoa__greetingToggle:hover{border-color:var(--accent);color:var(--text-primary)}.ChatInterface-module__WGbyoa__greetingToggle.ChatInterface-module__WGbyoa__greetingOn{border-color:var(--accent);color:var(--accent);box-shadow:0 0 0 3px var(--glass-input-focus);background:#6c63ff1f}.ChatInterface-module__WGbyoa__chipsBox{border-radius:var(--radius-sm);border:1px solid var(--glass-input-border);background:var(--glass-input);cursor:text;min-height:48px;transition:all var(--transition);flex-wrap:wrap;align-items:center;gap:8px;padding:12px 18px;display:flex}.ChatInterface-module__WGbyoa__chipsBox:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--glass-input-focus)}.ChatInterface-module__WGbyoa__chip{border-radius:99px;align-items:center;gap:6px;padding:4px 10px;font-size:.8rem;font-weight:500;line-height:1.4;display:inline-flex}.ChatInterface-module__WGbyoa__chipValid{color:var(--accent);background:#6c63ff26;border:1px solid #6c63ff4d}.ChatInterface-module__WGbyoa__chipInvalid{color:#ef4444;background:#ef44441f;border:1px solid #ef44444d}.ChatInterface-module__WGbyoa__chipRemove{cursor:pointer;color:inherit;opacity:.6;transition:opacity var(--transition);background:0 0;border:none;padding:0;font-size:1.05rem;line-height:1}.ChatInterface-module__WGbyoa__chipRemove:hover{opacity:1}.ChatInterface-module__WGbyoa__chipsInput{min-width:200px;color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:.875rem}.ChatInterface-module__WGbyoa__chipsInput::placeholder{color:var(--text-muted)}.ChatInterface-module__WGbyoa__composeInput{border-radius:var(--radius-sm);border:1px solid var(--glass-input-border);background:var(--glass-input);color:var(--text-primary);transition:all var(--transition);outline:none;width:160px;min-width:0;padding:10px 16px;font-family:inherit;font-size:.86rem}.ChatInterface-module__WGbyoa__composeInput:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--glass-input-focus)}.ChatInterface-module__WGbyoa__composeInputWide{flex:1;width:auto}.ChatInterface-module__WGbyoa__composeSendBtn{border-radius:var(--radius-sm);background:var(--accent-gradient);color:#fff;cursor:pointer;white-space:nowrap;transition:all var(--transition);box-shadow:var(--accent-glow);border:none;flex-shrink:0;align-items:center;gap:8px;padding:10px 24px;font-family:inherit;font-size:.875rem;font-weight:700;display:flex}.ChatInterface-module__WGbyoa__composeSendBtn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.ChatInterface-module__WGbyoa__composeSendBtn:disabled{opacity:.45;cursor:not-allowed;transform:none}.ChatInterface-module__WGbyoa__chipError{color:#ef4444;margin:0;padding:0 2px;font-size:.75rem}.ChatInterface-module__WGbyoa__topbarLeft{align-items:center;gap:10px;display:flex}.ChatInterface-module__WGbyoa__hamburger{border-radius:var(--radius-sm);border:1px solid var(--glass-input-border);background:var(--glass-input);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition);flex-shrink:0;justify-content:center;align-items:center;display:none}.ChatInterface-module__WGbyoa__hamburger:hover{background:var(--glass-hover);color:var(--text-primary);border-color:var(--accent)}.ChatInterface-module__WGbyoa__sidebarOverlay{z-index:40;-webkit-backdrop-filter:blur(2px);background:#00000073;display:none;position:fixed;inset:0}@media (max-width:768px){.ChatInterface-module__WGbyoa__hamburger{display:flex}.ChatInterface-module__WGbyoa__sidebarOverlay{display:block}.ChatInterface-module__WGbyoa__sidebar{z-index:50;width:280px;height:100%;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:4px 0 32px #0000004d;background:var(--bg-secondary)!important;-webkit-backdrop-filter:none!important}.ChatInterface-module__WGbyoa__sidebar.ChatInterface-module__WGbyoa__sidebarOpen{transform:translate(0)}.ChatInterface-module__WGbyoa__main{width:100%}.ChatInterface-module__WGbyoa__topbar{padding:12px 16px}.ChatInterface-module__WGbyoa__messages{gap:14px;padding:16px 12px}.ChatInterface-module__WGbyoa__bubble{max-width:88%;padding:11px 14px;font-size:.875rem}.ChatInterface-module__WGbyoa__messageRow{max-width:100%}.ChatInterface-module__WGbyoa__composePanel{gap:8px;padding:10px 12px}.ChatInterface-module__WGbyoa__composeRow{flex-wrap:wrap}.ChatInterface-module__WGbyoa__templateDropdown{flex:1;min-width:0}.ChatInterface-module__WGbyoa__greetingToggle{flex-shrink:0}.ChatInterface-module__WGbyoa__chipsInput{min-width:100px}.ChatInterface-module__WGbyoa__composeInput,.ChatInterface-module__WGbyoa__composeInputWide{width:100%}.ChatInterface-module__WGbyoa__composeSendBtn{justify-content:center;width:100%;padding:10px}.ChatInterface-module__WGbyoa__welcome{padding:24px 16px}.ChatInterface-module__WGbyoa__welcomeTitle{font-size:1.4rem}}@media (max-width:480px){.ChatInterface-module__WGbyoa__composeRow:last-of-type{flex-direction:column}}.ChatInterface-module__WGbyoa__detailPanel{background:var(--glass-sidebar);border-left:1px solid var(--glass-border);-webkit-backdrop-filter:blur(24px)saturate(160%);z-index:30;flex-direction:column;flex-shrink:0;gap:16px;width:320px;padding:20px 16px;transition:transform .3s;display:flex;overflow-y:auto}.ChatInterface-module__WGbyoa__detailHeader{border-bottom:1px solid var(--divider);justify-content:space-between;align-items:center;padding-bottom:12px;display:flex}.ChatInterface-module__WGbyoa__detailTitle{color:var(--text-primary);font-size:1rem;font-weight:700}.ChatInterface-module__WGbyoa__closeBtn{cursor:pointer;color:var(--text-secondary);transition:all var(--transition);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;font-size:1.2rem;line-height:1;display:flex}.ChatInterface-module__WGbyoa__closeBtn:hover{background:var(--glass-hover);color:var(--text-primary)}.ChatInterface-module__WGbyoa__detailSection{flex-direction:column;gap:6px;display:flex}.ChatInterface-module__WGbyoa__detailSectionLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:.72rem;font-weight:600}.ChatInterface-module__WGbyoa__detailValue{color:var(--text-primary);background:var(--glass-input);border:1px solid var(--glass-input-border);border-radius:var(--radius-sm);word-break:break-word;padding:8px 10px;font-size:.875rem}.ChatInterface-module__WGbyoa__emailPreviewBox{color:var(--text-secondary);border:1px solid var(--glass-border);border-radius:var(--radius-sm);white-space:pre-wrap;background:#00000026;max-height:200px;padding:12px;font-size:.85rem;line-height:1.5;overflow-y:auto}.ChatInterface-module__WGbyoa__reminderBox{border-top:1px solid var(--divider);flex-direction:column;gap:10px;padding-top:16px;display:flex}.ChatInterface-module__WGbyoa__reminderTextarea{border-radius:var(--radius-sm);border:1px solid var(--glass-input-border);background:var(--glass-input);width:100%;min-height:80px;color:var(--text-primary);resize:vertical;transition:border-color var(--transition);outline:none;padding:8px 10px;font-family:inherit;font-size:.85rem}.ChatInterface-module__WGbyoa__reminderTextarea:focus{border-color:var(--accent)}.ChatInterface-module__WGbyoa__sendReminderBtn{border-radius:var(--radius-sm);background:var(--accent-gradient);color:#fff;cursor:pointer;transition:all var(--transition);box-shadow:var(--accent-glow);border:none;justify-content:center;align-items:center;gap:6px;padding:10px;font-size:.85rem;font-weight:600;display:flex}.ChatInterface-module__WGbyoa__sendReminderBtn:hover:not(:disabled){opacity:.9}.ChatInterface-module__WGbyoa__sendReminderBtn:disabled{opacity:.5;cursor:not-allowed}.ChatInterface-module__WGbyoa__activeSentItem{border-color:var(--accent)!important;background:var(--glass-hover)!important}@media (max-width:992px){.ChatInterface-module__WGbyoa__detailPanel{height:100%;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-4px 0 32px #0000004d;background:var(--bg-secondary)!important;-webkit-backdrop-filter:none!important}.ChatInterface-module__WGbyoa__detailPanel.ChatInterface-module__WGbyoa__panelOpen{transform:translate(0)}}@media (max-width:480px){.ChatInterface-module__WGbyoa__detailPanel{width:100%!important}}.ChatInterface-module__WGbyoa__dashboard{flex-direction:column;flex:1;gap:24px;padding:30px;display:flex;overflow-y:auto}.ChatInterface-module__WGbyoa__dashboardHeader{border-bottom:1px solid var(--divider);justify-content:space-between;align-items:center;padding-bottom:20px;display:flex}.ChatInterface-module__WGbyoa__dashboardTitle{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:1.6rem;font-weight:700}.ChatInterface-module__WGbyoa__dashboardSubtitle{color:var(--text-muted);margin:4px 0 0;font-size:.9rem}.ChatInterface-module__WGbyoa__statsGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;display:grid}.ChatInterface-module__WGbyoa__statCard{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(12px);flex-direction:column;gap:8px;padding:20px;display:flex}.ChatInterface-module__WGbyoa__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.ChatInterface-module__WGbyoa__statNumber{color:var(--text-primary);font-size:2.2rem;font-weight:800;line-height:1}.ChatInterface-module__WGbyoa__statIndicator{align-items:center;gap:4px;font-size:.78rem;font-weight:600;display:flex}.ChatInterface-module__WGbyoa__indicatorUp{color:#10b981}.ChatInterface-module__WGbyoa__indicatorDown{color:#ef4444}.ChatInterface-module__WGbyoa__indicatorNeutral{color:var(--text-muted)}.ChatInterface-module__WGbyoa__chartsGrid{grid-template-columns:1fr 1fr;gap:24px;display:grid}@media (max-width:992px){.ChatInterface-module__WGbyoa__chartsGrid{grid-template-columns:1fr}}.ChatInterface-module__WGbyoa__chartCard{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(12px);flex-direction:column;gap:16px;padding:20px;display:flex}.ChatInterface-module__WGbyoa__chartTitle{color:var(--text-primary);margin:0;font-size:.95rem;font-weight:700}.ChatInterface-module__WGbyoa__barChartContainer{border-bottom:2px solid var(--divider);justify-content:space-between;align-items:flex-end;gap:12px;height:200px;padding:10px 10px 0;display:flex}.ChatInterface-module__WGbyoa__chartBarColumn{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:8px;height:100%;display:flex}.ChatInterface-module__WGbyoa__chartBar{background:var(--accent-gradient);width:100%;max-width:36px;min-height:4px;box-shadow:var(--accent-glow);border-radius:6px 6px 0 0;transition:height .6s cubic-bezier(.16,1,.3,1);position:relative}.ChatInterface-module__WGbyoa__chartBarVal{color:var(--text-primary);font-size:.75rem;font-weight:700;position:absolute;top:-22px;left:50%;transform:translate(-50%)}.ChatInterface-module__WGbyoa__chartBarLabel{color:var(--text-secondary);text-align:center;white-space:nowrap;font-size:.78rem;font-weight:500}.ChatInterface-module__WGbyoa__chartBarSublabel{color:var(--text-muted);font-size:.65rem}.ChatInterface-module__WGbyoa__dashboardBottomGrid{grid-template-columns:2fr 3fr;gap:24px;display:grid}@media (max-width:992px){.ChatInterface-module__WGbyoa__dashboardBottomGrid{grid-template-columns:1fr}}.ChatInterface-module__WGbyoa__templateStatList{flex-direction:column;gap:14px;display:flex}.ChatInterface-module__WGbyoa__templateStatItem{flex-direction:column;gap:6px;display:flex}.ChatInterface-module__WGbyoa__templateStatHeader{justify-content:space-between;font-size:.85rem;font-weight:500;display:flex}.ChatInterface-module__WGbyoa__templateStatName{color:var(--text-primary);align-items:center;gap:6px;display:flex}.ChatInterface-module__WGbyoa__templateStatCount{color:var(--text-secondary)}.ChatInterface-module__WGbyoa__progressBarContainer{background:var(--glass-input);border:1px solid var(--glass-input-border);border-radius:99px;height:8px;overflow:hidden}.ChatInterface-module__WGbyoa__progressBarFill{background:var(--accent-gradient);height:100%;box-shadow:var(--accent-glow);border-radius:99px;transition:width .8s}.ChatInterface-module__WGbyoa__activityFeed{flex-direction:column;gap:10px;display:flex}.ChatInterface-module__WGbyoa__activityFeedItem{background:var(--glass-input);border:1px solid var(--glass-input-border);border-radius:var(--radius-sm);transition:all var(--transition);justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.ChatInterface-module__WGbyoa__activityFeedItem:hover{background:var(--glass-hover);border-color:var(--glass-border)}.ChatInterface-module__WGbyoa__activityMeta{flex-direction:column;gap:2px;display:flex}.ChatInterface-module__WGbyoa__activityTarget{color:var(--text-primary);font-size:.875rem;font-weight:600}.ChatInterface-module__WGbyoa__activityDetail{color:var(--text-muted);font-size:.75rem}
