.ChatPopup-module-scss-module__q3wfza__chatPopupContainer{z-index:1000;position:fixed;bottom:24px;right:24px}.ChatPopup-module-scss-module__q3wfza__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;background:#000000da;animation:.3s ChatPopup-module-scss-module__q3wfza__fadeIn;position:fixed;inset:0}@keyframes ChatPopup-module-scss-module__q3wfza__fadeIn{0%{opacity:0}to{opacity:1}}.ChatPopup-module-scss-module__q3wfza__fab{color:#fff;cursor:pointer;background:linear-gradient(135deg,#34be34 0%,#148014 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #1480142f}.ChatPopup-module-scss-module__q3wfza__fab:before{content:"";opacity:0;background:linear-gradient(135deg,#fff3 0%,#fff0 100%);border-radius:50%;transition:opacity .3s;position:absolute;inset:0}.ChatPopup-module-scss-module__q3wfza__fab:hover{transform:scale(1.1)translateY(-2px);box-shadow:0 12px 40px #667eea80}.ChatPopup-module-scss-module__q3wfza__fab:hover:before{opacity:1}.ChatPopup-module-scss-module__q3wfza__chatWindow{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fff;border:1px solid #fff3;border-radius:24px;flex-direction:column;width:420px;max-width:calc(100vw - 32px);height:680px;max-height:calc(100vh - 120px);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.4s cubic-bezier(.4,0,.2,1) ChatPopup-module-scss-module__q3wfza__slideUp;display:flex;position:absolute;bottom:80px;right:0;overflow:hidden;box-shadow:0 32px 64px #0000001f,0 0 0 1px #ffffff0d}.ChatPopup-module-scss-module__q3wfza__chatWindow.ChatPopup-module-scss-module__q3wfza__expanded{z-index:1001;width:90vw;max-width:1400px;height:90vh;max-height:900px;position:fixed;inset:50% auto auto 50%;transform:translate(-50%,-50%);box-shadow:0 48px 96px #0003,0 0 0 1px #ffffff1a}@keyframes ChatPopup-module-scss-module__q3wfza__slideUp{0%{opacity:0;transform:translateY(40px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.ChatPopup-module-scss-module__q3wfza__chatHeader{color:#fff;background:linear-gradient(135deg,#34be34 0%,#148014 100%);justify-content:space-between;align-items:center;padding:24px;display:flex;position:relative;overflow:hidden}.ChatPopup-module-scss-module__q3wfza__chatHeader:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff1a 0%,#fff0 100%);position:absolute;inset:0}.ChatPopup-module-scss-module__q3wfza__headerContent{z-index:1;align-items:center;gap:16px;display:flex;position:relative}.ChatPopup-module-scss-module__q3wfza__headerActions{z-index:1;align-items:center;gap:8px;display:flex;position:relative}.ChatPopup-module-scss-module__q3wfza__aiIcon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;font-weight:700;display:flex;box-shadow:0 4px 16px #0000001a}.ChatPopup-module-scss-module__q3wfza__headerTitle{color:#fff;letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.ChatPopup-module-scss-module__q3wfza__betaBadge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#fff3;border:1px solid #ffffff4d;border-radius:20px;margin-left:12px;padding:4px 12px;font-size:.75rem;font-weight:600}.ChatPopup-module-scss-module__q3wfza__expandBtn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;z-index:1;background:#ffffff1a;border:1px solid #fff3;border-radius:12px;justify-content:center;align-items:center;padding:12px;line-height:1;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.ChatPopup-module-scss-module__q3wfza__expandBtn:hover{background:#fff3;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.ChatPopup-module-scss-module__q3wfza__closeBtn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;z-index:1;background:#ffffff1a;border:1px solid #fff3;border-radius:12px;padding:12px 16px;font-size:.875rem;font-weight:600;line-height:1;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative}.ChatPopup-module-scss-module__q3wfza__closeBtn:hover{background:#fff3;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.ChatPopup-module-scss-module__q3wfza__chatContent{background:linear-gradient(#fafbff 0%,#f8fafc 100%);flex-direction:column;flex:1;display:flex;overflow:hidden}.ChatPopup-module-scss-module__q3wfza__loadingContainer{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:24px;height:100%;display:flex}.ChatPopup-module-scss-module__q3wfza__loadingContainer p{letter-spacing:-.01em;margin:0;font-size:1rem;font-weight:500}.ChatPopup-module-scss-module__q3wfza__loadingSpinner{border:3px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;width:40px;height:40px;animation:1s linear infinite ChatPopup-module-scss-module__q3wfza__spin;box-shadow:0 4px 12px #667eea33}@keyframes ChatPopup-module-scss-module__q3wfza__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.ChatPopup-module-scss-module__q3wfza__chatWindow{border-radius:20px;width:calc(100vw - 32px);height:calc(100vh - 120px);bottom:80px;right:16px}.ChatPopup-module-scss-module__q3wfza__chatWindow.ChatPopup-module-scss-module__q3wfza__expanded{border-radius:0;width:100vw;max-width:100vw;height:100vh;max-height:100vh}.ChatPopup-module-scss-module__q3wfza__fab{width:56px;height:56px;font-size:1.5rem}.ChatPopup-module-scss-module__q3wfza__chatHeader{padding:20px}.ChatPopup-module-scss-module__q3wfza__headerTitle{font-size:1.125rem}.ChatPopup-module-scss-module__q3wfza__aiIcon{width:44px;height:44px;font-size:1.25rem}}
.IntentSelection-module-scss-module__JRgPxG__intentSelection{background:linear-gradient(#fafbfc 0%,#fff 100%);flex-direction:column;height:100%;padding:28px;display:flex;overflow-y:auto}.IntentSelection-module-scss-module__JRgPxG__intentSelection::-webkit-scrollbar{width:8px}.IntentSelection-module-scss-module__JRgPxG__intentSelection::-webkit-scrollbar-track{background:0 0}.IntentSelection-module-scss-module__JRgPxG__intentSelection::-webkit-scrollbar-thumb{background-color:#00000014;background-clip:padding-box;border:2px solid #0000;border-radius:100px}.IntentSelection-module-scss-module__JRgPxG__intentSelection::-webkit-scrollbar-thumb:hover{background-color:#0000001f}.IntentSelection-module-scss-module__JRgPxG__header{margin-bottom:28px;animation:.5s cubic-bezier(.16,1,.3,1) IntentSelection-module-scss-module__JRgPxG__fadeSlideIn}.IntentSelection-module-scss-module__JRgPxG__welcomeMessage{align-items:flex-start;gap:18px;display:flex}.IntentSelection-module-scss-module__JRgPxG__avatar{color:#fff;background:linear-gradient(135deg,#44c04a 0%,#178517 100%);border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex;position:relative;box-shadow:0 4px 16px #10b9814d,0 2px 4px #0000001a,inset 0 1px #fff3}.IntentSelection-module-scss-module__JRgPxG__avatar:before{content:"";-webkit-mask-composite:xor;background:linear-gradient(135deg,#ffffff4d,#0000);border-radius:18px;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.IntentSelection-module-scss-module__JRgPxG__messageContent{flex:1;min-width:0}.IntentSelection-module-scss-module__JRgPxG__assistantMessage{color:#1a1a1a;background:#fff;border:none;border-radius:20px;padding:22px 24px;box-shadow:0 2px 8px #0000000a,0 8px 24px #00000008,0 0 0 1px #0000000a}.IntentSelection-module-scss-module__JRgPxG__greeting{color:#1a1a1a;letter-spacing:-.02em;margin-bottom:8px;font-size:1.125rem;font-weight:600;line-height:1.4}.IntentSelection-module-scss-module__JRgPxG__subtitle{color:#6b7280;font-size:1.275rem;font-weight:400;line-height:1.6}.IntentSelection-module-scss-module__JRgPxG__intentCards{grid-template-columns:1fr;gap:14px;display:grid}.IntentSelection-module-scss-module__JRgPxG__intentCard{cursor:pointer;background:#fff;border:1px solid #0000000f;border-radius:18px;padding:22px;transition:all .25s cubic-bezier(.4,0,.2,1);animation:.5s cubic-bezier(.16,1,.3,1) both IntentSelection-module-scss-module__JRgPxG__fadeSlideIn;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005}.IntentSelection-module-scss-module__JRgPxG__intentCard:first-child{animation-delay:50ms}.IntentSelection-module-scss-module__JRgPxG__intentCard:nth-child(2){animation-delay:.1s}.IntentSelection-module-scss-module__JRgPxG__intentCard:nth-child(3){animation-delay:.15s}.IntentSelection-module-scss-module__JRgPxG__intentCard:nth-child(4){animation-delay:.2s}.IntentSelection-module-scss-module__JRgPxG__intentCard:nth-child(5){animation-delay:.25s}.IntentSelection-module-scss-module__JRgPxG__intentCard:nth-child(6){animation-delay:.3s}.IntentSelection-module-scss-module__JRgPxG__intentCard:before{content:"";background:linear-gradient(90deg,var(--intent-color),color-mix(in srgb,var(--intent-color)70%,white));transform-origin:0;height:3px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.IntentSelection-module-scss-module__JRgPxG__intentCard:hover:not(.IntentSelection-module-scss-module__JRgPxG__disabled){border-color:color-mix(in srgb,var(--intent-color)30%,transparent);transform:translateY(-3px);box-shadow:0 4px 16px #00000014,0 12px 32px #0000000a}.IntentSelection-module-scss-module__JRgPxG__intentCard:hover:not(.IntentSelection-module-scss-module__JRgPxG__disabled):before{transform:scaleX(1)}.IntentSelection-module-scss-module__JRgPxG__intentCard:active:not(.IntentSelection-module-scss-module__JRgPxG__disabled){transform:translateY(-1px);box-shadow:0 2px 8px #0000000f,0 6px 16px #00000008}.IntentSelection-module-scss-module__JRgPxG__intentCard.IntentSelection-module-scss-module__JRgPxG__disabled{opacity:.55;cursor:not-allowed;background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%)}.IntentSelection-module-scss-module__JRgPxG__intentCard.IntentSelection-module-scss-module__JRgPxG__disabled:hover{border-color:#0000000f;transform:none;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005}.IntentSelection-module-scss-module__JRgPxG__intentCard.IntentSelection-module-scss-module__JRgPxG__disabled:hover:before{transform:scaleX(0)}.IntentSelection-module-scss-module__JRgPxG__cardHeader{align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.IntentSelection-module-scss-module__JRgPxG__cardIcon{background:linear-gradient(135deg,color-mix(in srgb,var(--intent-color)12%,transparent),color-mix(in srgb,var(--intent-color)6%,transparent));border:1px solid color-mix(in srgb,var(--intent-color)15%,transparent);width:48px;height:48px;box-shadow:0 1px 2px color-mix(in srgb,var(--intent-color)8%,transparent),inset 0 1px 0 #ffffff80;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.IntentSelection-module-scss-module__JRgPxG__intentCard:hover:not(.IntentSelection-module-scss-module__JRgPxG__disabled) .IntentSelection-module-scss-module__JRgPxG__cardIcon{box-shadow:0 2px 4px color-mix(in srgb,var(--intent-color)12%,transparent),inset 0 1px 0 #fff9;transform:scale(1.05)rotate(-2deg)}.IntentSelection-module-scss-module__JRgPxG__cardTitleSection{flex:1;min-width:0;padding-top:2px}.IntentSelection-module-scss-module__JRgPxG__cardTitle{color:#1a1a1a;letter-spacing:-.02em;margin:0 0 6px;font-size:1.2625rem;font-weight:600;line-height:1.3}.IntentSelection-module-scss-module__JRgPxG__comingSoon{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);border-radius:8px;align-items:center;padding:4px 10px;font-size:.625rem;font-weight:700;display:inline-flex;box-shadow:0 1px 2px #fbbf244d,inset 0 1px #fff3}.IntentSelection-module-scss-module__JRgPxG__cardDescription{color:#6b7280;margin:0 0 18px;font-size:1.275rem;font-weight:400;line-height:1.6}.IntentSelection-module-scss-module__JRgPxG__examplesSection{border-top:1px solid #0000000d;padding-top:16px}.IntentSelection-module-scss-module__JRgPxG__examplesLabel{color:#6b7280;text-transform:uppercase;letter-spacing:.8px;margin-bottom:10px;font-size:1.08125rem;font-weight:600}.IntentSelection-module-scss-module__JRgPxG__examplesList{flex-direction:column;gap:7px;margin:0;padding:0;list-style:none;display:flex}.IntentSelection-module-scss-module__JRgPxG__exampleItem{color:#6b7280;border-left:3px solid var(--intent-color);background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);border-radius:10px;padding:8px 14px;font-size:1.18125rem;font-style:italic;line-height:1.5;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #00000005,inset 0 1px #ffffff80}.IntentSelection-module-scss-module__JRgPxG__exampleItem:hover{color:#374151;background:linear-gradient(135deg,#f1f3f5 0%,#e9ecef 100%);transform:translate(3px);box-shadow:0 2px 4px #0000000a,inset 0 1px #fff9}@keyframes IntentSelection-module-scss-module__JRgPxG__fadeSlideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.IntentSelection-module-scss-module__JRgPxG__intentSelection{padding:20px}.IntentSelection-module-scss-module__JRgPxG__header{margin-bottom:20px}.IntentSelection-module-scss-module__JRgPxG__welcomeMessage{gap:12px}.IntentSelection-module-scss-module__JRgPxG__avatar{border-radius:12px;width:40px;height:40px}.IntentSelection-module-scss-module__JRgPxG__assistantMessage{border-radius:16px;padding:16px}.IntentSelection-module-scss-module__JRgPxG__greeting{font-size:1rem}.IntentSelection-module-scss-module__JRgPxG__subtitle{font-size:.9rem}.IntentSelection-module-scss-module__JRgPxG__intentCards{gap:12px}.IntentSelection-module-scss-module__JRgPxG__intentCard{border-radius:12px;padding:16px}.IntentSelection-module-scss-module__JRgPxG__cardHeader{gap:12px;margin-bottom:10px}.IntentSelection-module-scss-module__JRgPxG__cardIcon{border-radius:10px;width:40px;height:40px}.IntentSelection-module-scss-module__JRgPxG__cardTitle{font-size:1rem}.IntentSelection-module-scss-module__JRgPxG__cardDescription{margin-bottom:12px;font-size:.85rem}.IntentSelection-module-scss-module__JRgPxG__examplesSection{padding-top:12px}}.IntentSelection-module-scss-module__JRgPxG__historyButtonContainer{border-top:1px solid #0000000f;margin-top:auto;padding:20px 0 0;animation:.5s cubic-bezier(.16,1,.3,1) .2s both IntentSelection-module-scss-module__JRgPxG__fadeSlideIn}.IntentSelection-module-scss-module__JRgPxG__historyButton{color:#374151;cursor:pointer;letter-spacing:-.01em;background:linear-gradient(135deg,#f8f9fa 0%,#f1f3f5 100%);border:1px solid #00000014;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px 20px;font-size:1.1375rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 1px 2px #0000000a,inset 0 1px #ffffffb3}.IntentSelection-module-scss-module__JRgPxG__historyButton svg{flex-shrink:0;transition:transform .25s cubic-bezier(.4,0,.2,1)}.IntentSelection-module-scss-module__JRgPxG__historyButton:hover{color:#667eea;background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border-color:#667eea4d;transform:translateY(-1px);box-shadow:0 2px 4px #0000000f,0 8px 16px #667eea14,inset 0 1px #ffffffe6}.IntentSelection-module-scss-module__JRgPxG__historyButton:hover svg{transform:rotate(-20deg)}.IntentSelection-module-scss-module__JRgPxG__historyButton:active{transform:translateY(0)}
.ChatSession-module-scss-module__QWYavG__chatSession{background:linear-gradient(#fafbfc 0%,#fff 100%);flex-direction:column;height:100%;display:flex;position:relative}.ChatSession-module-scss-module__QWYavG__sessionHeader{-webkit-backdrop-filter:saturate(180%)blur(20px);backdrop-filter:saturate(180%)blur(20px);z-index:10;background:#ffffffeb;border-bottom:1px solid #0000000f;align-items:center;padding:20px 24px;display:flex;position:relative;box-shadow:0 1px 2px #00000005,0 2px 4px #00000003}.ChatSession-module-scss-module__QWYavG__backButton{cursor:pointer;color:#1a1a1a;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;margin-right:14px;padding:8px;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative}.ChatSession-module-scss-module__QWYavG__backButton:hover{background:#0000000a;transform:translate(-2px)}.ChatSession-module-scss-module__QWYavG__backButton:active{transform:translate(-1px)scale(.97)}.ChatSession-module-scss-module__QWYavG__sessionInfo{flex-direction:column;flex:1;gap:2px;display:flex}.ChatSession-module-scss-module__QWYavG__sessionInfo .ChatSession-module-scss-module__QWYavG__sessionTitle{color:#1a1a1a;letter-spacing:-.01em;font-size:.9375rem;font-weight:600;line-height:1.4}.ChatSession-module-scss-module__QWYavG__sessionInfo .ChatSession-module-scss-module__QWYavG__sessionStatus{color:#10b981;align-items:center;gap:6px;font-size:.75rem;font-weight:500;display:inline-flex}.ChatSession-module-scss-module__QWYavG__sessionInfo .ChatSession-module-scss-module__QWYavG__sessionStatus:before{content:"";background:#10b981;border-radius:50%;width:6px;height:6px;animation:2s cubic-bezier(.4,0,.6,1) infinite ChatSession-module-scss-module__QWYavG__pulse;display:inline-block}.ChatSession-module-scss-module__QWYavG__endButton{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;padding:8px;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.ChatSession-module-scss-module__QWYavG__endButton:hover{color:#dc2626;background:#ef444414;transform:rotate(90deg)}.ChatSession-module-scss-module__QWYavG__endButton:active{transform:rotate(90deg)scale(.95)}.ChatSession-module-scss-module__QWYavG__chatBody{color:#1a1a1a;scroll-behavior:smooth;flex:1;padding:32px 0 24px;font-size:.9375rem;overflow-y:auto}.ChatSession-module-scss-module__QWYavG__chatBody::-webkit-scrollbar{width:8px}.ChatSession-module-scss-module__QWYavG__chatBody::-webkit-scrollbar-track{background:0 0}.ChatSession-module-scss-module__QWYavG__chatBody::-webkit-scrollbar-thumb{background-color:#00000014;background-clip:padding-box;border:2px solid #0000;border-radius:100px}.ChatSession-module-scss-module__QWYavG__chatBody::-webkit-scrollbar-thumb:hover{background-color:#0000001f}.ChatSession-module-scss-module__QWYavG__messageContainer{margin-bottom:28px;padding:0 28px;animation:.4s cubic-bezier(.16,1,.3,1) ChatSession-module-scss-module__QWYavG__fadeSlideIn}.ChatSession-module-scss-module__QWYavG__messageContainer:last-child{margin-bottom:16px}.ChatSession-module-scss-module__QWYavG__messageWrapper{align-items:flex-start;gap:14px;display:flex}.ChatSession-module-scss-module__QWYavG__avatar{color:#fff;background:linear-gradient(135deg,#45c04a 0%,#178418 100%);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;transition:transform .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #667eea26,0 1px 2px #0000000d}.ChatSession-module-scss-module__QWYavG__avatar:before{content:"";-webkit-mask-composite:xor;background:linear-gradient(135deg,#fff3,#0000);border-radius:50%;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.ChatSession-module-scss-module__QWYavG__avatarImage{object-fit:cover;border-radius:50%;width:100%;height:100%}.ChatSession-module-scss-module__QWYavG__messageContent{flex:1;min-width:0}.ChatSession-module-scss-module__QWYavG__messageHeader{align-items:baseline;gap:10px;margin-bottom:6px;display:flex}.ChatSession-module-scss-module__QWYavG__senderName{color:#1a1a1a;letter-spacing:-.01em;font-size:1.1125rem;font-weight:600}.ChatSession-module-scss-module__QWYavG__timestamp{color:#9ca3af;letter-spacing:0;font-size:.6875rem;font-weight:400}.ChatSession-module-scss-module__QWYavG__messageText{border-radius:10px;margin-top:2px;padding:14px 18px;font-size:1.1375rem;line-height:1.6;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative}.ChatSession-module-scss-module__QWYavG__messageText .bullet-point{margin:6px 0}.ChatSession-module-scss-module__QWYavG__messageActions{opacity:0;gap:4px;margin-top:6px;transition:opacity .2s cubic-bezier(.4,0,.2,1);display:flex}.ChatSession-module-scss-module__QWYavG__messageContainer:hover .ChatSession-module-scss-module__QWYavG__messageActions{opacity:1}.ChatSession-module-scss-module__QWYavG__actionButton{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px 8px;font-size:.75rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.ChatSession-module-scss-module__QWYavG__actionButton:hover{color:#1a1a1a;background:#0000000a}.ChatSession-module-scss-module__QWYavG__actionButton:active{transform:scale(.95)}.ChatSession-module-scss-module__QWYavG__actionButton svg{flex-shrink:0}.ChatSession-module-scss-module__QWYavG__actionButtonActive{color:#667eea;background:#667eea14}.ChatSession-module-scss-module__QWYavG__actionButtonActive:hover{color:#5568d3;background:#667eea1f}.ChatSession-module-scss-module__QWYavG__userMessage{color:#0a0a0a;background:#f2f2f2}.ChatSession-module-scss-module__QWYavG__assistantMessage{color:#0a0a0a;background:#f2f2f2;border:none}.ChatSession-module-scss-module__QWYavG__assistantMessage:hover{box-shadow:0 2px 4px #0000000f,0 8px 16px #0000000a,0 0 0 1px #0000000f}.ChatSession-module-scss-module__QWYavG__redirectIndicator{color:#1a1a1a;background:linear-gradient(135deg,#fefcfb 0%,#fef7f3 100%);border:1px solid #fb923c26;border-radius:14px;align-items:center;gap:10px;margin-top:12px;padding:14px 16px;font-size:.875rem;display:flex;box-shadow:0 1px 2px #fb923c0d,0 4px 8px #fb923c08}.ChatSession-module-scss-module__QWYavG__redirectText{letter-spacing:-.01em;font-weight:500}.ChatSession-module-scss-module__QWYavG__spinnerIcon{color:#f97316;flex-shrink:0;animation:1s linear infinite ChatSession-module-scss-module__QWYavG__spin}.ChatSession-module-scss-module__QWYavG__typingIndicator{color:#6b7280;letter-spacing:-.01em;background:#fff;border:none;border-radius:18px;align-items:center;gap:10px;padding:14px 18px;font-size:.875rem;font-style:normal;font-weight:500;display:flex;box-shadow:0 1px 3px #0000000d,0 4px 12px #00000008,0 0 0 1px #0000000d}.ChatSession-module-scss-module__QWYavG__typingDots{align-items:center;gap:3px;display:flex}.ChatSession-module-scss-module__QWYavG__typingDots div{background:#9ca3af;border-radius:50%;width:5px;height:5px;animation:1.4s ease-in-out infinite both ChatSession-module-scss-module__QWYavG__typingDot}.ChatSession-module-scss-module__QWYavG__typingDots div:first-child{animation-delay:-.32s}.ChatSession-module-scss-module__QWYavG__typingDots div:nth-child(2){animation-delay:-.16s}.ChatSession-module-scss-module__QWYavG__typingDots div:nth-child(3){animation-delay:0s}.ChatSession-module-scss-module__QWYavG__chatInputContainer{background:#fff;border-top:1px solid #0000000f;padding:20px 24px 24px;box-shadow:0 -2px 8px #00000005,0 -1px 2px #00000008}.ChatSession-module-scss-module__QWYavG__submittedBanner{background:linear-gradient(135deg,#ecfdf5 0%,#d1fae5 100%);border:1px solid #10b98133;border-radius:16px;align-items:flex-start;gap:14px;padding:16px 20px;display:flex}.ChatSession-module-scss-module__QWYavG__submittedBanner .ChatSession-module-scss-module__QWYavG__submittedIcon{color:#10b981;flex-shrink:0;margin-top:2px}.ChatSession-module-scss-module__QWYavG__submittedBanner .ChatSession-module-scss-module__QWYavG__submittedText{flex-direction:column;gap:4px;display:flex}.ChatSession-module-scss-module__QWYavG__submittedBanner .ChatSession-module-scss-module__QWYavG__submittedText strong{color:#065f46;font-size:.9375rem;font-weight:600;line-height:1.4}.ChatSession-module-scss-module__QWYavG__submittedBanner .ChatSession-module-scss-module__QWYavG__submittedText span{color:#047857;font-size:.8125rem;line-height:1.5}.ChatSession-module-scss-module__QWYavG__chatInputBar{align-items:center;gap:12px;display:flex;position:relative}.ChatSession-module-scss-module__QWYavG__chatInput{color:#1a1a1a;background:#fafbfc;border:1px solid #0000001a;border-radius:24px;outline:none;flex:1;padding:14px 20px;font-family:inherit;font-size:.9375rem;line-height:1.5;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000a,inset 0 1px 2px #00000005}.ChatSession-module-scss-module__QWYavG__chatInput:hover:not(:disabled){background:#f8f9fa;border-color:#00000026}.ChatSession-module-scss-module__QWYavG__chatInput:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea14,0 2px 4px #0000000a,inset 0 1px 2px #00000005}.ChatSession-module-scss-module__QWYavG__chatInput:disabled{opacity:.5;cursor:not-allowed;background:#f1f3f5}.ChatSession-module-scss-module__QWYavG__chatInput::placeholder{color:#9ca3af;letter-spacing:-.01em;font-weight:400}.ChatSession-module-scss-module__QWYavG__sendButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4cbf49 0%,#188619 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;font-size:1.2rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 2px 8px #667eea40,0 1px 2px #0000000d,inset 0 1px #ffffff26}.ChatSession-module-scss-module__QWYavG__sendButton:hover:not(:disabled){transform:translateY(-2px)scale(1.05);box-shadow:0 4px 12px #667eea4d,0 2px 4px #00000014,inset 0 1px #fff3}.ChatSession-module-scss-module__QWYavG__sendButton:active:not(:disabled){transform:translateY(-1px)scale(1.02)}.ChatSession-module-scss-module__QWYavG__sendButton:disabled{cursor:not-allowed;background:linear-gradient(135deg,#e5e7eb 0%,#d1d5db 100%);transform:none;box-shadow:0 1px 2px #0000000d}.ChatSession-module-scss-module__QWYavG__sendButton svg{transition:transform .25s cubic-bezier(.4,0,.2,1)}.ChatSession-module-scss-module__QWYavG__sendButton:hover:not(:disabled) svg{transform:translate(1px)}.ChatSession-module-scss-module__QWYavG__sendSpinner{animation:1s linear infinite ChatSession-module-scss-module__QWYavG__spin}.ChatSession-module-scss-module__QWYavG__error{color:#dc2626;justify-content:center;align-items:center;height:100%;font-weight:500;display:flex}@keyframes ChatSession-module-scss-module__QWYavG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ChatSession-module-scss-module__QWYavG__typingDot{0%,80%,to{opacity:.4;transform:scale(.7)}40%{opacity:1;transform:scale(1.1)}}@keyframes ChatSession-module-scss-module__QWYavG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.9)}}@keyframes ChatSession-module-scss-module__QWYavG__fadeSlideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.ChatSession-module-scss-module__QWYavG__sessionHeader{padding:12px 16px}.ChatSession-module-scss-module__QWYavG__chatBody{padding:16px 0}.ChatSession-module-scss-module__QWYavG__messageContainer{padding:0 16px}.ChatSession-module-scss-module__QWYavG__chatInputBar{padding:12px 16px}}.ChatSession-module-scss-module__QWYavG__insightCard{background:linear-gradient(135deg,#faf5ff 0%,#f5f3ff 100%);border:1px solid #7c3aed26;border-left:3px solid #7c3aed;border-radius:16px;margin:16px 0;padding:20px;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #7c3aed14,0 4px 12px #7c3aed0a}.ChatSession-module-scss-module__QWYavG__insightCard:hover{transform:translateY(-1px);box-shadow:0 2px 4px #7c3aed1a,0 8px 16px #7c3aed0f}.ChatSession-module-scss-module__QWYavG__insightHeader{border-bottom:1px solid #7c3aed1a;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.ChatSession-module-scss-module__QWYavG__insightTitle{color:#7c3aed;letter-spacing:-.01em;align-items:center;gap:8px;font-size:.875rem;font-weight:600;display:flex}.ChatSession-module-scss-module__QWYavG__insightTitle:before{content:"✨";font-size:1rem}.ChatSession-module-scss-module__QWYavG__lastUpdated{color:#64748b;font-size:.75rem;font-style:normal;font-weight:500}.ChatSession-module-scss-module__QWYavG__keyPoints h4{color:#374151;letter-spacing:-.01em;margin:0 0 12px;font-size:.8125rem;font-weight:600}.ChatSession-module-scss-module__QWYavG__keyPoints ul{margin:0;padding-left:20px}.ChatSession-module-scss-module__QWYavG__keyPoints ul li{color:#4b5563;margin-bottom:8px;font-size:.8125rem;line-height:1.6}.ChatSession-module-scss-module__QWYavG__keyPoints ul li:last-child{margin-bottom:0}
.ContactSelectionCard-module-scss-module__nIdLwG__contactSelectionCard{background:linear-gradient(135deg,#fefefe 0%,#f9fafb 100%);border:1px solid #0000000f;border-radius:20px;margin:16px 0;padding:18px;box-shadow:0 2px 8px #0000000a,0 8px 24px #00000005,0 0 0 1px #00000005}.ContactSelectionCard-module-scss-module__nIdLwG__contactList{flex-direction:column;gap:10px;display:flex}.ContactSelectionCard-module-scss-module__nIdLwG__contactItem{cursor:pointer;background:#fff;border:1px solid #0000000f;border-radius:14px;justify-content:space-between;align-items:center;padding:16px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.ContactSelectionCard-module-scss-module__nIdLwG__contactItem:before{content:"";transform-origin:top;background:linear-gradient(#667eea 0%,#764ba2 100%);width:3px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.ContactSelectionCard-module-scss-module__nIdLwG__contactItem:hover{background:#fafbfc;border-color:#667eea33;transform:translate(4px);box-shadow:0 4px 12px #667eea14,0 2px 4px #0000000a}.ContactSelectionCard-module-scss-module__nIdLwG__contactItem:hover:before{transform:scaleY(1)}.ContactSelectionCard-module-scss-module__nIdLwG__contactItem:active{transform:translate(2px)}.ContactSelectionCard-module-scss-module__nIdLwG__contactInfo{flex:1;padding-left:4px}.ContactSelectionCard-module-scss-module__nIdLwG__contactHeader{align-items:center;gap:10px;margin-bottom:6px;display:flex}.ContactSelectionCard-module-scss-module__nIdLwG__contactNumber{color:#4338ca;letter-spacing:-.01em;background:linear-gradient(135deg,#eef2ff 0%,#e0e7ff 100%);border:1px solid #4338ca1a;border-radius:8px;padding:4px 10px;font-size:.75rem;font-weight:600;box-shadow:0 1px 2px #4338ca0d,inset 0 1px #ffffff80}.ContactSelectionCard-module-scss-module__nIdLwG__contactName{color:#1a1a1a;letter-spacing:-.01em;font-size:.9375rem;font-weight:600}.ContactSelectionCard-module-scss-module__nIdLwG__contactDetails{color:#6b7280;align-items:center;gap:14px;font-size:.8125rem;font-weight:500;display:flex}.ContactSelectionCard-module-scss-module__nIdLwG__location{align-items:center;gap:5px;display:flex}.ContactSelectionCard-module-scss-module__nIdLwG__location:before{content:"📍";filter:grayscale(.3);font-size:.875rem}.ContactSelectionCard-module-scss-module__nIdLwG__age{align-items:center;gap:5px;display:flex}.ContactSelectionCard-module-scss-module__nIdLwG__age:before{content:"👤";filter:grayscale(.3);font-size:.875rem}.ContactSelectionCard-module-scss-module__nIdLwG__selectIcon{color:#cbd5e1;align-items:center;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;transform:translate(0)}.ContactSelectionCard-module-scss-module__nIdLwG__contactItem:hover .ContactSelectionCard-module-scss-module__nIdLwG__selectIcon{color:#667eea;transform:translate(3px)}.ContactSelectionCard-module-scss-module__nIdLwG__selectIcon svg{width:20px;height:20px}.ContactSelectionCard-module-scss-module__nIdLwG__contactActions{align-items:center;gap:10px;margin-top:10px;display:flex}.ContactSelectionCard-module-scss-module__nIdLwG__viewDetailsPill{color:#fff;text-transform:uppercase;background:#667eea;border-radius:8px;padding:4px 10px;font-size:.625rem;font-weight:700}.ContactSelectionCard-module-scss-module__nIdLwG__viewDetailsPill:hover{background:#5363e2}
.QuoteResultsCard-module-scss-module__UPsStW__quoteResultsCard{background:linear-gradient(135deg,#fefefe 0%,#f9fafb 100%);border:1px solid #0000000f;border-radius:20px;margin:16px 0;padding:20px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000a,0 8px 24px #00000005,0 0 0 1px #00000005}.QuoteResultsCard-module-scss-module__UPsStW__quoteResultsCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000f,0 12px 32px #00000008,0 0 0 1px #0000000a}.QuoteResultsCard-module-scss-module__UPsStW__quoteHeader{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;margin-bottom:18px;padding-bottom:14px;display:flex}.QuoteResultsCard-module-scss-module__UPsStW__planBadge{color:#4338ca;letter-spacing:-.01em;background:linear-gradient(135deg,#eef2ff 0%,#e0e7ff 100%);border:1px solid #4338ca1a;border-radius:12px;padding:6px 14px;font-size:.875rem;font-weight:600;box-shadow:0 1px 2px #4338ca14,inset 0 1px #ffffff80}.QuoteResultsCard-module-scss-module__UPsStW__quoteCount{color:#6b7280;letter-spacing:-.01em;font-size:.75rem;font-weight:500}.QuoteResultsCard-module-scss-module__UPsStW__quoteList{flex-direction:column;gap:12px;margin-bottom:16px;display:flex}.QuoteResultsCard-module-scss-module__UPsStW__quoteItem{background:#fff;border:1px solid #0000000f;border-radius:16px;padding:16px;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.QuoteResultsCard-module-scss-module__UPsStW__quoteItem:before{content:"";transform-origin:0;background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);height:2px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.QuoteResultsCard-module-scss-module__UPsStW__quoteItem:hover{border-color:#667eea33;transform:translateY(-2px);box-shadow:0 4px 12px #667eea14,0 2px 4px #0000000a}.QuoteResultsCard-module-scss-module__UPsStW__quoteItem:hover:before{transform:scaleX(1)}.QuoteResultsCard-module-scss-module__UPsStW__quoteInfo{flex-direction:column;gap:12px;display:flex}.QuoteResultsCard-module-scss-module__UPsStW__companyName{color:#1a1a1a;letter-spacing:-.01em;font-size:.9375rem;font-weight:600}.QuoteResultsCard-module-scss-module__UPsStW__quoteDetails{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.QuoteResultsCard-module-scss-module__UPsStW__rateInfo{align-items:baseline;gap:10px;display:flex}.QuoteResultsCard-module-scss-module__UPsStW__monthlyRate{color:#10b981;letter-spacing:-.02em;font-size:1.125rem;font-weight:700}.QuoteResultsCard-module-scss-module__UPsStW__annualRate{color:#6b7280;font-size:.75rem;font-weight:500}.QuoteResultsCard-module-scss-module__UPsStW__rating{align-items:center;gap:6px;font-size:.75rem;display:flex}.QuoteResultsCard-module-scss-module__UPsStW__ratingLabel{color:#6b7280;font-weight:500}.QuoteResultsCard-module-scss-module__UPsStW__ratingValue{color:#1a1a1a;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:1px solid #fbbf2433;border-radius:8px;padding:4px 10px;font-weight:600;box-shadow:0 1px 2px #fbbf241a,inset 0 1px #ffffff80}.QuoteResultsCard-module-scss-module__UPsStW__discounts{color:#10b981;background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border:1px solid #10b98126;border-radius:12px;align-items:center;gap:8px;padding:8px 12px;font-size:.8125rem;font-weight:500;display:flex;box-shadow:0 1px 2px #10b9810d,inset 0 1px #fff9}.QuoteResultsCard-module-scss-module__UPsStW__discounts svg{flex-shrink:0}.QuoteResultsCard-module-scss-module__UPsStW__discounts span{line-height:1.4}.QuoteResultsCard-module-scss-module__UPsStW__viewMoreContainer{border-top:1px solid #0000000f;justify-content:center;padding-top:12px;display:flex}.QuoteResultsCard-module-scss-module__UPsStW__viewMoreButton{color:#fff;cursor:pointer;letter-spacing:-.01em;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:12px;align-items:center;gap:8px;padding:12px 24px;font-size:.875rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #667eea40,0 1px 2px #0000000d,inset 0 1px #ffffff26}.QuoteResultsCard-module-scss-module__UPsStW__viewMoreButton:before{content:"";opacity:0;background:linear-gradient(135deg,#fff3,#0000);transition:opacity .25s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.QuoteResultsCard-module-scss-module__UPsStW__viewMoreButton:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 4px 16px #667eea59,0 2px 4px #00000014,inset 0 1px #fff3}.QuoteResultsCard-module-scss-module__UPsStW__viewMoreButton:hover:before{opacity:1}.QuoteResultsCard-module-scss-module__UPsStW__viewMoreButton:active{transform:translateY(-1px)scale(1)}.QuoteResultsCard-module-scss-module__UPsStW__viewMoreButton svg{z-index:1;transition:transform .25s cubic-bezier(.4,0,.2,1);position:relative}.QuoteResultsCard-module-scss-module__UPsStW__viewMoreButton:hover svg{transform:translate(3px)}
.EmailPreviewCard-module-scss-module__TwR2Uq__emailPreviewCard{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-top:12px;padding:20px;box-shadow:0 1px 3px #0000000d}.EmailPreviewCard-module-scss-module__TwR2Uq__emailPreviewCard .EmailPreviewCard-module-scss-module__TwR2Uq__cardHeader{border-bottom:1px solid #f3f4f6;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:12px;display:flex}.EmailPreviewCard-module-scss-module__TwR2Uq__emailPreviewCard .EmailPreviewCard-module-scss-module__TwR2Uq__cardHeader .EmailPreviewCard-module-scss-module__TwR2Uq__icon{color:#4f46e5;flex-shrink:0}.EmailPreviewCard-module-scss-module__TwR2Uq__emailPreviewCard .EmailPreviewCard-module-scss-module__TwR2Uq__cardHeader .EmailPreviewCard-module-scss-module__TwR2Uq__headerInfo{flex:1;align-items:center;gap:8px;display:flex}.EmailPreviewCard-module-scss-module__TwR2Uq__emailPreviewCard .EmailPreviewCard-module-scss-module__TwR2Uq__cardHeader .EmailPreviewCard-module-scss-module__TwR2Uq__headerInfo h3{color:#111827;margin:0;font-size:16px;font-weight:600}.EmailPreviewCard-module-scss-module__TwR2Uq__emailPreviewCard .EmailPreviewCard-module-scss-module__TwR2Uq__cardHeader .EmailPreviewCard-module-scss-module__TwR2Uq__headerInfo .EmailPreviewCard-module-scss-module__TwR2Uq__versionBadge{color:#4f46e5;background:#e0e7ff;border-radius:12px;padding:2px 8px;font-size:12px;font-weight:500}.EmailPreviewCard-module-scss-module__TwR2Uq__emailPreviewCard .EmailPreviewCard-module-scss-module__TwR2Uq__emailDetails{margin-bottom:16px}.EmailPreviewCard-module-scss-module__TwR2Uq__emailPreviewCard .EmailPreviewCard-module-scss-module__TwR2Uq__emailDetails .EmailPreviewCard-module-scss-module__TwR2Uq__detailRow{gap:8px;margin-bottom:8px;display:flex}.EmailPreviewCard-module-scss-module__TwR2Uq__emailPreviewCard .EmailPreviewCard-module-scss-module__TwR2Uq__emailDetails .EmailPreviewCard-module-scss-module__TwR2Uq__detailRow .EmailPreviewCard-module-scss-module__TwR2Uq__label{color:#6b7280;min-width:80px;font-weight:600}.EmailPreviewCard-module-scss-module__TwR2Uq__emailPreviewCard .EmailPreviewCard-module-scss-module__TwR2Uq__emailDetails .EmailPreviewCard-module-scss-module__TwR2Uq__detailRow .EmailPreviewCard-module-scss-module__TwR2Uq__value{color:#111827;flex:1}.EmailPreviewCard-module-scss-module__TwR2Uq__emailPreviewCard .EmailPreviewCard-module-scss-module__TwR2Uq__previewSection{margin-bottom:16px}.EmailPreviewCard-module-scss-module__TwR2Uq__emailPreviewCard .EmailPreviewCard-module-scss-module__TwR2Uq__previewSection .EmailPreviewCard-module-scss-module__TwR2Uq__previewToggle{color:#4b5563;cursor:pointer;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;align-items:center;gap:6px;padding:8px 12px;font-size:14px;transition:all .2s;display:flex}.EmailPreviewCard-module-scss-module__TwR2Uq__emailPreviewCard .EmailPreviewCard-module-scss-module__TwR2Uq__previewSection .EmailPreviewCard-module-scss-module__TwR2Uq__previewToggle:hover{color:#111827;background:#f3f4f6}.EmailPreviewCard-module-scss-module__TwR2Uq__emailPreviewCard .EmailPreviewCard-module-scss-module__TwR2Uq__previewSection .EmailPreviewCard-module-scss-module__TwR2Uq__previewToggle svg{flex-shrink:0}.EmailPreviewCard-module-scss-module__TwR2Uq__emailPreviewCard .EmailPreviewCard-module-scss-module__TwR2Uq__previewSection .EmailPreviewCard-module-scss-module__TwR2Uq__htmlPreview{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-top:12px;overflow:hidden}.EmailPreviewCard-module-scss-module__TwR2Uq__emailPreviewCard .EmailPreviewCard-module-scss-module__TwR2Uq__previewSection .EmailPreviewCard-module-scss-module__TwR2Uq__htmlPreview .EmailPreviewCard-module-scss-module__TwR2Uq__previewIframe{border:none;width:100%;min-height:400px;display:block}.EmailPreviewCard-module-scss-module__TwR2Uq__emailPreviewCard .EmailPreviewCard-module-scss-module__TwR2Uq__actions{gap:8px;margin-bottom:12px;display:flex}.EmailPreviewCard-module-scss-module__TwR2Uq__emailPreviewCard .EmailPreviewCard-module-scss-module__TwR2Uq__actions .EmailPreviewCard-module-scss-module__TwR2Uq__actionButton{cursor:pointer;color:#fff;background:#4f46e5;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.EmailPreviewCard-module-scss-module__TwR2Uq__emailPreviewCard .EmailPreviewCard-module-scss-module__TwR2Uq__actions .EmailPreviewCard-module-scss-module__TwR2Uq__actionButton:hover:not(:disabled){background:#4338ca}.EmailPreviewCard-module-scss-module__TwR2Uq__emailPreviewCard .EmailPreviewCard-module-scss-module__TwR2Uq__actions .EmailPreviewCard-module-scss-module__TwR2Uq__actionButton:disabled{opacity:.6;cursor:not-allowed}.EmailPreviewCard-module-scss-module__TwR2Uq__emailPreviewCard .EmailPreviewCard-module-scss-module__TwR2Uq__actions .EmailPreviewCard-module-scss-module__TwR2Uq__actionButton.EmailPreviewCard-module-scss-module__TwR2Uq__secondary{color:#374151;background:#f3f4f6}.EmailPreviewCard-module-scss-module__TwR2Uq__emailPreviewCard .EmailPreviewCard-module-scss-module__TwR2Uq__actions .EmailPreviewCard-module-scss-module__TwR2Uq__actionButton.EmailPreviewCard-module-scss-module__TwR2Uq__secondary:hover:not(:disabled){background:#e5e7eb}.EmailPreviewCard-module-scss-module__TwR2Uq__emailPreviewCard .EmailPreviewCard-module-scss-module__TwR2Uq__actions .EmailPreviewCard-module-scss-module__TwR2Uq__actionButton svg{flex-shrink:0}.EmailPreviewCard-module-scss-module__TwR2Uq__emailPreviewCard .EmailPreviewCard-module-scss-module__TwR2Uq__submittedMessage{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;gap:12px;margin-bottom:12px;padding:12px;display:flex}.EmailPreviewCard-module-scss-module__TwR2Uq__emailPreviewCard .EmailPreviewCard-module-scss-module__TwR2Uq__submittedMessage .EmailPreviewCard-module-scss-module__TwR2Uq__checkIcon{color:#22c55e;flex-shrink:0;margin-top:2px}.EmailPreviewCard-module-scss-module__TwR2Uq__emailPreviewCard .EmailPreviewCard-module-scss-module__TwR2Uq__submittedMessage div{flex:1}.EmailPreviewCard-module-scss-module__TwR2Uq__emailPreviewCard .EmailPreviewCard-module-scss-module__TwR2Uq__submittedMessage div strong{color:#166534;margin-bottom:4px;display:block}.EmailPreviewCard-module-scss-module__TwR2Uq__emailPreviewCard .EmailPreviewCard-module-scss-module__TwR2Uq__submittedMessage div p{color:#16a34a;margin:0;font-size:14px}.EmailPreviewCard-module-scss-module__TwR2Uq__emailPreviewCard .EmailPreviewCard-module-scss-module__TwR2Uq__helpText{color:#6b7280;background:#f9fafb;border-radius:6px;padding:8px 12px;font-size:13px}.EmailPreviewCard-module-scss-module__TwR2Uq__emailPreviewCard .EmailPreviewCard-module-scss-module__TwR2Uq__helpText p{margin:0}
.SessionHistory-module-scss-module__VRzeUW__sessionHistory{background:linear-gradient(#fafbfc 0%,#fff 100%);flex-direction:column;height:100%;display:flex}.SessionHistory-module-scss-module__VRzeUW__header{-webkit-backdrop-filter:saturate(180%)blur(20px);backdrop-filter:saturate(180%)blur(20px);z-index:10;background:#ffffffeb;border-bottom:1px solid #0000000f;align-items:center;padding:20px 24px;display:flex;position:relative;box-shadow:0 1px 2px #00000005,0 2px 4px #00000003}.SessionHistory-module-scss-module__VRzeUW__backButton{cursor:pointer;color:#1a1a1a;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;margin-right:14px;padding:8px;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.SessionHistory-module-scss-module__VRzeUW__backButton:hover{background:#0000000a;transform:translate(-2px)}.SessionHistory-module-scss-module__VRzeUW__backButton:active{transform:translate(-1px)scale(.97)}.SessionHistory-module-scss-module__VRzeUW__title{color:#1a1a1a;letter-spacing:-.01em;margin:0;font-size:1.125rem;font-weight:600}.SessionHistory-module-scss-module__VRzeUW__sessionsList{flex:1;padding:24px;overflow-y:auto}.SessionHistory-module-scss-module__VRzeUW__sessionsList::-webkit-scrollbar{width:8px}.SessionHistory-module-scss-module__VRzeUW__sessionsList::-webkit-scrollbar-track{background:0 0}.SessionHistory-module-scss-module__VRzeUW__sessionsList::-webkit-scrollbar-thumb{background-color:#00000014;background-clip:padding-box;border:2px solid #0000;border-radius:100px}.SessionHistory-module-scss-module__VRzeUW__sessionsList::-webkit-scrollbar-thumb:hover{background-color:#0000001f}.SessionHistory-module-scss-module__VRzeUW__sessionCard{cursor:pointer;background:#fff;border:1px solid #00000014;border-radius:16px;margin-bottom:16px;padding:18px;transition:all .25s cubic-bezier(.4,0,.2,1)}.SessionHistory-module-scss-module__VRzeUW__sessionCard:hover{border-color:#18861a52;transform:translateY(-2px)}.SessionHistory-module-scss-module__VRzeUW__sessionCard:hover .SessionHistory-module-scss-module__VRzeUW__resumeIndicator{opacity:1;transform:translate(0)}.SessionHistory-module-scss-module__VRzeUW__sessionCard:active{transform:translateY(-1px)}.SessionHistory-module-scss-module__VRzeUW__sessionHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.SessionHistory-module-scss-module__VRzeUW__sessionTitle{color:#1a1a1a;letter-spacing:-.01em;align-items:center;gap:8px;font-size:1.15rem;font-weight:600;display:flex}.SessionHistory-module-scss-module__VRzeUW__sessionIcon{color:#178517;flex-shrink:0}.SessionHistory-module-scss-module__VRzeUW__statusBadge{text-transform:uppercase;letter-spacing:.025em;border-radius:12px;padding:4px 10px;font-size:.6875rem;font-weight:600;line-height:1}.SessionHistory-module-scss-module__VRzeUW__statusActive{color:#188617;background:#18861a1a}.SessionHistory-module-scss-module__VRzeUW__statusCompleted{color:#2563eb;background:#3b82f61a}.SessionHistory-module-scss-module__VRzeUW__statusAbandoned{color:#6b7280;background:#9ca3af1a}.SessionHistory-module-scss-module__VRzeUW__lastMessage{margin-bottom:12px}.SessionHistory-module-scss-module__VRzeUW__messagePreview{color:#4b5563;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1.1375rem;line-height:1.5;display:-webkit-box;overflow:hidden}.SessionHistory-module-scss-module__VRzeUW__sessionMeta{border-top:1px solid #0000000d;flex-wrap:wrap;gap:16px;padding-top:12px;display:flex}.SessionHistory-module-scss-module__VRzeUW__metaItem{color:#6b7280;align-items:center;gap:6px;font-size:1rem;display:flex}.SessionHistory-module-scss-module__VRzeUW__metaItem svg{opacity:.7;flex-shrink:0}.SessionHistory-module-scss-module__VRzeUW__resumeIndicator{color:#178517;opacity:0;border-top:1px solid #0000000d;justify-content:flex-end;align-items:center;gap:6px;margin-top:12px;padding-top:12px;font-size:.8125rem;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;transform:translate(-4px)}.SessionHistory-module-scss-module__VRzeUW__resumeIndicator svg{flex-shrink:0}.SessionHistory-module-scss-module__VRzeUW__loadingContainer,.SessionHistory-module-scss-module__VRzeUW__errorContainer{text-align:center;color:#6b7280;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:48px 24px;display:flex}.SessionHistory-module-scss-module__VRzeUW__loadingContainer p,.SessionHistory-module-scss-module__VRzeUW__errorContainer p{margin:16px 0 0;font-size:.9375rem}.SessionHistory-module-scss-module__VRzeUW__spinner{color:#667eea;animation:1s linear infinite SessionHistory-module-scss-module__VRzeUW__spin}.SessionHistory-module-scss-module__VRzeUW__errorMessage{color:#dc2626;margin-bottom:16px;font-weight:500}.SessionHistory-module-scss-module__VRzeUW__retryButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:12px;padding:10px 24px;font-size:.875rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #667eea40,0 1px 2px #0000000d}.SessionHistory-module-scss-module__VRzeUW__retryButton:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d,0 2px 4px #00000014}.SessionHistory-module-scss-module__VRzeUW__retryButton:active{transform:translateY(-1px)}.SessionHistory-module-scss-module__VRzeUW__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:64px 32px;display:flex}.SessionHistory-module-scss-module__VRzeUW__emptyState h3{color:#1a1a1a;letter-spacing:-.01em;margin:20px 0 8px;font-size:1.125rem;font-weight:600}.SessionHistory-module-scss-module__VRzeUW__emptyState p{color:#6b7280;max-width:320px;margin:0;font-size:.9375rem;line-height:1.6}.SessionHistory-module-scss-module__VRzeUW__emptyIcon{color:#d1d5db}.SessionHistory-module-scss-module__VRzeUW__pagination{background:#ffffffeb;border-top:1px solid #0000000f;justify-content:center;padding:16px 24px;display:flex}.SessionHistory-module-scss-module__VRzeUW__loadMoreButton{color:#667eea;cursor:pointer;background:#fff;border:1px solid #667eea4d;border-radius:12px;padding:10px 24px;font-size:.875rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1)}.SessionHistory-module-scss-module__VRzeUW__loadMoreButton:hover{background:#667eea0d;border-color:#667eea80;transform:translateY(-1px)}.SessionHistory-module-scss-module__VRzeUW__loadMoreButton:active{transform:translateY(0)}@keyframes SessionHistory-module-scss-module__VRzeUW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:480px){.SessionHistory-module-scss-module__VRzeUW__header{padding:12px 16px}.SessionHistory-module-scss-module__VRzeUW__sessionsList{padding:16px}.SessionHistory-module-scss-module__VRzeUW__sessionCard{padding:14px}.SessionHistory-module-scss-module__VRzeUW__sessionMeta{gap:12px}}
/*# sourceMappingURL=f16a8e3977ff6bf3.css.map*/