*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f3f4f6;--white:#fff;--border:#e5e7eb;--primary:#6c63ff;--primary-dim:#eeecff;--primary-glow:#6c63ff38;--text:#111827;--text-muted:#9ca3af;--text-light:#6b7280;--check:#22c55e;--danger:#ef4444;--sidebar-w:259px;--sidebar-w-sm:60px;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--radius:14px}html,body{height:100%;font-family:var(--font);color:var(--text);background:#fff}.app{height:100vh;display:flex;overflow:hidden}.sidebar{width:var(--sidebar-w);background:#00000005;border-right:1px solid #0000000f;flex-direction:column;flex-shrink:0;transition:width .25s;display:flex;overflow:hidden}.sidebar.collapsed{width:var(--sidebar-w-sm)}.sidebar.collapsed .sidebar-top{flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:12px 0}.sidebar.collapsed .e-logo{width:40px;height:40px}.sidebar.collapsed .e-logo-img{width:20px;height:27px}.sidebar.collapsed .nav-label,.sidebar.collapsed .collapse-btn svg{opacity:0;pointer-events:none}.sidebar-top{flex-shrink:0;justify-content:space-between;align-items:flex-start;height:110px;padding:19px 14px 0 20px;display:flex}.e-logo{background:#fff;border:1px solid #0000001a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.e-logo-img{object-fit:contain;width:20px;height:27px}.e-logo-wrap{flex-direction:column;align-items:center;gap:6px;display:flex}.e-logo-name{object-fit:contain;width:40px;height:auto;display:block}.sidebar.collapsed .e-logo-name{display:none}.collapse-btn{cursor:pointer;color:var(--text-light);background:0 0;border:none;border-radius:6px;align-items:center;margin-top:16px;padding:4px;transition:background .15s,transform .25s;display:flex}.collapse-btn:hover{background:var(--bg)}.collapse-btn svg{width:18px;height:18px;transition:transform .25s}.sidebar.collapsed .collapse-btn svg{transform:rotate(180deg);opacity:1!important;pointer-events:auto!important}.sidebar-nav{flex-direction:column;flex:1;gap:6px;min-height:0;padding:0 8px 10px;display:flex;overflow:hidden auto}.nav-item{color:#000;letter-spacing:.5px;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:12px;flex-shrink:0;align-items:center;gap:12px;width:100%;height:44px;padding:0 10px;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;line-height:24px;text-decoration:none;transition:background .15s,color .15s;display:flex}@media (hover:hover){.nav-item:hover{color:var(--text);background:#eeeeef}}.nav-item.active{color:#000;background:#eeeeef}.nav-item.active .nav-icon{stroke:#000}.nav-icon{object-fit:contain;flex-shrink:0;width:20px;height:20px}.nav-label{transition:opacity .2s}.sidebar-products{flex-direction:column;flex-shrink:0;gap:2px;padding:0 8px 10px;display:flex}.sidebar-products .nav-item{font-size:14px}.sidebar-divider{border:none;border-top:1px solid #cac4d0;flex-shrink:0;margin:0}.sidebar-footer{padding:12px 20px 20px}.sidebar-cta-title{letter-spacing:.5px;color:#000;margin:0 0 8px;font-family:Open Sans,sans-serif;font-size:14px;font-weight:700;line-height:22px}.sidebar-cta-desc{letter-spacing:.5px;color:#000;margin:0 0 16px;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;line-height:22px}.sidebar.collapsed .sidebar-divider,.sidebar.collapsed .sidebar-cta-title,.sidebar.collapsed .sidebar-cta-desc{display:none}.sidebar-login-wrap{align-items:center;gap:20px;display:flex}.sidebar.collapsed .sidebar-login-wrap{justify-content:center}.sidebar.collapsed .sidebar-login-btn{letter-spacing:0;width:52px;padding:4px;font-size:12px;display:inline-flex}.sidebar.collapsed .sidebar-footer{text-align:center;padding:12px 4px 20px}.e-logo-sm svg{flex-shrink:0;width:32px;height:32px}.e-logo-sm{background:#f0f0f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.e-logo-sm .e-logo-img{object-fit:contain;width:26px;height:26px}.sidebar-login-btn{letter-spacing:-.23px;color:#000;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #79747e;border-radius:1000px;justify-content:center;align-items:center;gap:3px;width:130px;height:32px;padding:4px 10px;font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;line-height:20px;transition:border-color .15s,background .15s;display:inline-flex}.sidebar-login-btn:hover{background:#0000000a;border-color:#000}.sidebar-user-wrap{align-items:center;gap:8px;display:flex;overflow:hidden}.sidebar-user-wrap.hidden,.sidebar.collapsed .sidebar-username,.sidebar.collapsed .sidebar-logout-btn{display:none}.sidebar-avatar{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:700;display:flex}.sidebar-username{color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:13px;font-weight:500;overflow:hidden}.sidebar-logout-btn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:4px;flex-shrink:0;align-items:center;padding:2px;transition:color .15s;display:flex}.sidebar-logout-btn:hover{color:var(--danger)}.sidebar-logout-btn svg{width:15px;height:15px}.main{background:#fff;flex-direction:column;flex:1;min-width:0;display:flex;position:relative;overflow:hidden}.topbar{background:var(--white);flex-shrink:0;justify-content:space-between;align-items:center;height:70px;padding:0 24px;display:flex}.nivu-icon-sm svg{width:44px;height:44px}.nivu-icon-img{object-fit:contain;width:44px;height:44px}.topbar-right{align-items:center;gap:10px;display:flex}.topbar-login-btn{color:#fff;letter-spacing:.1px;white-space:nowrap;cursor:pointer;background:#000;border:none;border-radius:100px;justify-content:center;align-items:center;gap:10px;height:40px;padding:10px 24px;font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;line-height:20px;transition:background .15s;display:inline-flex}.topbar-login-btn:hover{background:#333}.topbar-login-btn.hidden{display:none}.chat-topbar{background:#f7f7f7;flex-shrink:0;align-items:center;height:63px;padding:0 4px 0 max(24px,50% - 366px);display:flex}.chat-topbar.hidden{display:none}.chat-topbar-row1,.chat-topbar-row2{display:contents}.chat-topbar-login,.collapse-icon-mobile{display:none}.chat-topbar-left{flex:none}.chat-topbar-title{text-align:left;letter-spacing:.5px;color:#000;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;margin:0;padding:0;font-family:Open Sans,sans-serif;font-size:20px;font-weight:400;line-height:26px;overflow:hidden}.chat-topbar-actions{flex:none;justify-content:flex-end;align-items:center;gap:2px;margin-left:auto;display:flex}.chat-topbar-btn{cursor:pointer;color:#242424;background:0 0;border:none;border-radius:8px;align-items:center;gap:5px;padding:6px 8px;transition:background .15s;display:inline-flex}.chat-topbar-btn:hover{background:#0000000f}.chat-topbar-icon{color:#242424;flex-shrink:0;width:20px;height:20px}.chat-topbar-share-img{object-fit:contain;flex-shrink:0;width:20px;height:20px}.chat-topbar-share-mobile{display:none}.chat-topbar-share-desktop{display:block}.chat-topbar-share-label{letter-spacing:.5px;color:#000;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;line-height:24px}.chat-topbar-menu-btn .chat-topbar-icon{width:22px;height:24px}.chat-menu-wrap{position:relative}.chat-menu-dropdown{z-index:200;background:#fff;border:.5px solid #3c3c435c;border-radius:12px;width:307px;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 1px 8px #00000040}.chat-menu-dropdown.hidden{display:none}.chat-menu-item{cursor:pointer;background:#fff;border:none;border-radius:0;justify-content:space-between;align-items:center;width:100%;height:46px;padding:11px 16px;transition:background .12s;display:flex}.chat-menu-item:hover{background:#0000000a}.chat-menu-item:not(:last-child){border-bottom:.5px solid #3c3c432e}.chat-menu-item--top{border-radius:12px 12px 0 0}.chat-menu-item--bottom{border-radius:0 0 12px 12px}.chat-menu-label{letter-spacing:-.41px;color:#000;font-family:-apple-system,SF Pro Text,Open Sans,sans-serif;font-size:17px;font-weight:400;line-height:22px}.chat-menu-item--danger .chat-menu-label{color:#b3261e}.chat-menu-icon{color:#000;flex-shrink:0;width:20px;height:20px}.chat-menu-icon--report,.chat-menu-icon--danger{color:#b3261e;stroke:#b3261e}.login-btn{color:#fff;font-size:13.5px;font-weight:600;font-family:var(--font);cursor:pointer;background:#111827;border:none;border-radius:24px;padding:9px 20px;transition:background .15s,transform .1s}.login-btn:hover{background:#1f2937}.login-btn:active{transform:scale(.97)}.user-pill{background:var(--primary-dim);border:1.5px solid var(--primary);color:var(--primary);border-radius:24px;align-items:center;gap:8px;padding:6px 14px 6px 6px;font-size:13px;font-weight:600;display:flex}.user-pill.hidden{display:none}.user-avatar{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:flex}.logout-btn{cursor:pointer;color:var(--primary);background:0 0;border:none;border-radius:4px;align-items:center;padding:2px;transition:opacity .15s;display:flex}.logout-btn:hover{opacity:.7}.logout-btn svg{width:15px;height:15px}.content{flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow-y:auto}.content::-webkit-scrollbar{width:4px}.content::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.main.landing-mode .content{flex:none;justify-content:flex-start;align-items:center;padding-top:90px}.main.landing-mode .content .landing{display:flex}.main.landing-mode .input-footer{align-self:center;width:780px;max-width:calc(100% - 48px);margin-top:30px;padding:0 0 20px}.landing{flex-direction:column;justify-content:center;align-items:center;gap:0;width:100%;padding:0 24px 16px;display:flex}.landing-title{letter-spacing:0;color:var(--text);margin-bottom:20px;font-family:-apple-system,BlinkMacSystemFont,SF Pro,sans-serif;font-size:27px;font-weight:400;line-height:22px}.nivu-name{color:#0195f7;font-weight:700}.mascot-wrap{filter:drop-shadow(0 8px 24px #6c63ff2e);margin:0 0 20px;animation:3s ease-in-out infinite mascot-float}.mascot-svg{width:120px;height:140px}.mascot-img{object-fit:contain;width:62px;height:80px}.mascot-wrap{margin:0 0 4px}.version-tag{letter-spacing:.5px;color:#49454f;text-align:center;margin:0 0 12px;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;line-height:24px}@keyframes mascot-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.chat-mascot-float{object-fit:contain;pointer-events:none;filter:drop-shadow(0 6px 16px #6c63ff2e);z-index:5;width:62px;height:80px;animation:3s ease-in-out infinite mascot-float;position:absolute;bottom:155px;right:max(20px,50% - 444px)}.landing-sub{letter-spacing:0;color:#000;margin:0 0 8px;font-family:-apple-system,BlinkMacSystemFont,SF Pro,sans-serif;font-size:22px;font-weight:400;line-height:32px}.messages{background:#fff;flex-direction:column;flex:1;gap:4px;width:100%;max-width:780px;margin:0 auto;padding:40px 24px 4px;display:flex;overflow:visible}.messages.hidden{display:none}.msg-row{flex-direction:column;max-width:780px;animation:.2s cubic-bezier(.34,1.56,.64,1) msg-pop;display:flex}@keyframes msg-pop{0%{opacity:0;transform:scale(.93)translateY(6px)}to{opacity:1;transform:scale(1)translateY(0)}}.msg-row.user{align-self:flex-end;align-items:flex-end;width:fit-content;max-width:60%}.msg-row.bot{align-self:flex-start;align-items:flex-start}.msg-row+.msg-row{margin-top:2px}.msg-row.bot+.msg-row.user,.msg-row.user+.msg-row.bot{margin-top:14px}.bubble{white-space:pre-wrap;word-break:break-word;font-family:Open Sans,sans-serif;font-weight:400}.msg-row.user .bubble{letter-spacing:.5px;color:#000;background:#0195f726;border-radius:20px;width:fit-content;padding:11px 16px;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;line-height:26px}.msg-row.bot .bubble{color:#000;box-shadow:none;letter-spacing:.5px;background:0 0;border-radius:0;max-width:780px;padding:0;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;line-height:26px}.msg-row.bot .bubble h1,.msg-row.bot .bubble h2,.msg-row.bot .bubble h3{letter-spacing:.5px;margin:8px 0 0;font-family:Open Sans,sans-serif;font-weight:700;line-height:32px}.msg-row.bot .bubble h1{font-size:36px}.msg-row.bot .bubble h2{font-size:32px}.msg-row.bot .bubble h3{font-size:26px}.msg-row.bot .bubble p{margin:0}.msg-row.bot .bubble ul,.msg-row.bot .bubble ol{margin:0 0 0 20px;padding:0}.msg-row.bot .bubble li{margin-bottom:0;line-height:32px}.msg-row.bot .bubble li+li{margin-top:0}.msg-row.bot .bubble strong{font-weight:700}.msg-row.bot .bubble em{font-style:italic}.msg-row.bot .bubble li>ul,.msg-row.bot .bubble li>ol{margin:0 0 0 16px}.bubble.hidden{display:none}.bubble.error{color:var(--danger);background:#fff0f0}.see-details-chip{letter-spacing:.5px;vertical-align:middle;white-space:nowrap;cursor:pointer;background:#e8f4fe;border:1px solid #0195f7;border-radius:15px;justify-content:center;align-items:center;min-width:92px;height:21px;margin:0 2px;padding:0 10px;font-size:12px;font-weight:600;line-height:22px;display:inline-flex;color:#0195f7!important;text-decoration:none!important}.msg-time{color:var(--text-muted);margin-top:3px;padding:0 4px;font-size:10px}.think-flow{flex-direction:column;gap:0;margin-bottom:8px;display:flex}.think-header-row{align-items:center;gap:8px;margin-bottom:8px;display:flex}.think-nivu-icon{object-fit:contain;flex-shrink:0;width:24px;height:24px;animation:1.4s ease-in-out infinite nivu-pulse}.think-label-out{opacity:0;transition:opacity .2s,transform .2s;transform:translateY(-6px)}.think-label-in{animation:.25s forwards think-slide-in}@keyframes think-slide-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.think-header-row .think-label:after{content:"";letter-spacing:0;width:1.5ch;animation:1.4s steps(4,end) infinite think-dots;display:inline-block}@keyframes think-dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}@keyframes nivu-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.15)}}.think-waves{align-items:flex-end;gap:3px;height:14px;display:flex}.think-waves span{background:var(--primary);border-radius:2px;width:3px;animation:1.1s ease-in-out infinite wave;display:block}.think-waves span:first-child{height:5px;animation-delay:0s}.think-waves span:nth-child(2){height:10px;animation-delay:.15s}.think-waves span:nth-child(3){height:7px;animation-delay:.3s}.think-waves span:nth-child(4){height:12px;animation-delay:.45s}.think-waves span:nth-child(5){height:5px;animation-delay:.6s}@keyframes wave{0%,to{opacity:.5;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.8)}}.think-header-row .think-label{color:#00000061;letter-spacing:.5px;text-transform:none;flex:1;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:400;line-height:24px;transition:opacity .2s,transform .2s}.think-line{align-items:center;gap:10px;padding:5px 0;font-size:13px;line-height:1.45;transition:opacity .4s;animation:.25s cubic-bezier(.34,1.3,.64,1) step-in;display:flex}@keyframes step-in{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.think-line.tl-active{background:linear-gradient(90deg,#6c63ff0d 0%,#0000 90%);border-radius:6px;padding-left:2px}.think-line.tl-active .tl-text{color:var(--text);font-weight:500}.think-line.tl-done{opacity:.38}.tl-dot{background:var(--primary);width:8px;height:8px;box-shadow:0 0 0 0 var(--primary-glow);border-radius:50%;flex-shrink:0;animation:1.2s ease-in-out infinite dot-glow}@keyframes dot-glow{0%{box-shadow:0 0 0 0 var(--primary-glow);transform:scale(1)}50%{transform:scale(1.15);box-shadow:0 0 0 5px #0000}to{box-shadow:0 0 0 0 var(--primary-glow);transform:scale(1)}}.tl-check{background:var(--check);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:9px;font-weight:700;animation:.2s cubic-bezier(.34,1.56,.64,1) check-pop;display:flex}@keyframes check-pop{0%{transform:scale(0)}to{transform:scale(1)}}.tl-text{color:var(--text-muted)}.input-footer{background:#fff;flex-direction:column;flex-shrink:0;align-items:center;gap:20px;width:100%;padding:16px 24px;display:flex}.main:not(.landing-mode) .input-footer{padding:4px 24px 0}.main:not(.landing-mode) .input-card{max-width:780px;margin:0 auto}.main:not(.landing-mode) .chips-row{display:none}.input-card{background:#f8f8f8;border:1px solid #eaeaea;border-radius:30px;align-items:center;gap:4px;width:100%;min-height:60px;padding:10px 10px 10px 20px;transition:border-color .15s,box-shadow .15s;display:flex}.input-card:focus-within{border-color:#eaeaea;box-shadow:0 2px 8px #00000014}#input{letter-spacing:.5px;color:#000;resize:none;background:0 0;border:none;outline:none;flex:1;max-height:120px;margin:0;padding:0;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;line-height:24px;display:block}#input::placeholder{color:#000}#input:disabled{opacity:1;cursor:not-allowed}.input-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.mic-btn{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:6px;transition:opacity .15s;display:flex}.mic-btn:hover{opacity:.6}.mic-icon{object-fit:contain;width:14px;height:19.61px;display:block}.send-btn{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:transform .15s,opacity .15s;display:flex}.send-icon{object-fit:contain;width:40px;height:40px;display:block}.send-btn:hover:not(:disabled){transform:scale(1.07)}.send-btn:active:not(:disabled){transform:scale(.93)}.send-btn:disabled{opacity:.65;cursor:not-allowed}.talk-btn{cursor:pointer;background:#111;border:none;border-radius:20px;flex-shrink:0;align-items:center;gap:6px;width:89px;height:40px;padding:0 14px;transition:transform .15s,opacity .15s;display:flex}.talk-btn span{color:#fff;font-size:15px;font-weight:500;line-height:1}.talk-btn:hover{opacity:.85}.talk-btn:active{transform:scale(.95)}.talk-btn--stop{width:91px}.voice-session{justify-content:center;align-items:center;padding:12px 0 4px;display:flex}.voice-session-gif{object-fit:contain;border-radius:50%;width:160px;height:160px}.voice-listening-bar{box-sizing:border-box;background:#fff;border:1px solid #eaeaea;border-radius:68px;align-items:center;gap:8px;width:100%;height:60px;padding:0 10px 0 12px;display:flex}.voice-cancel-btn,.voice-confirm-btn{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:opacity .15s;display:flex}.voice-cancel-btn{width:25px;height:25px}.voice-confirm-btn{width:24px;height:24px}.voice-cancel-btn:hover,.voice-confirm-btn:hover{opacity:.7}.voice-cancel-btn:disabled,.voice-confirm-btn:disabled{opacity:.4;cursor:not-allowed}.voice-cancel-btn svg,.voice-confirm-btn svg{width:100%;height:100%}.voice-waveform-area{flex:1;align-items:center;gap:8px;min-width:0;height:100%;display:flex}.voice-canvas{flex:1;min-width:0;height:31px;display:block}.voice-label{color:#000;white-space:nowrap;flex-shrink:0;font-family:SF Pro,-apple-system,sans-serif;font-size:17px;font-weight:400;line-height:22px}.chips-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px 8px;width:100%;max-width:600px;display:flex}.chip{color:#49454f;cursor:pointer;letter-spacing:.1px;white-space:nowrap;background:#fff;border:1px solid #eaeaea;border-radius:16px;justify-content:center;align-items:center;padding:6px 12px;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;line-height:20px;transition:border-color .15s,background .15s;display:inline-flex}.chip:hover{color:#49454f;background:#0195f71a;border-color:#eaeaea}.chip:active{background:#0195f71a;border-color:#eaeaea}.disclaimer{letter-spacing:.5px;color:#49454f;text-align:center;white-space:nowrap;align-self:center;width:516px;max-width:calc(100% - 48px);height:56px;margin-top:auto;margin-bottom:0;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;line-height:56px;display:block}.disclaimer-link{color:#49454f;text-underline-offset:3px;font-size:inherit;font-weight:inherit;font-family:inherit;line-height:inherit;letter-spacing:inherit;text-decoration:underline;text-decoration-thickness:1px}.main:not(.landing-mode) .disclaimer{align-self:center;width:780px;max-width:calc(100% - 48px);height:auto;margin-top:0;padding:6px 0 12px}.response-disclaimer{letter-spacing:.5px;color:#49454f;white-space:nowrap;width:365px;max-width:100%;margin:6px 0 0;padding:0 0 2px;font-family:Open Sans,sans-serif;font-size:13px;font-weight:400;line-height:24px;display:block}.response-disclaimer-link{color:#49454f;text-underline-offset:2px;text-decoration:underline;text-decoration-thickness:1px}.response-disclaimer-link:hover{opacity:.7}.overlay{z-index:100;background:#00000073;justify-content:center;align-items:center;animation:.15s fade-in;display:flex;position:fixed;inset:0}.overlay.hidden{display:none}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.modal{background:var(--white);border-radius:20px;flex-direction:column;align-items:center;gap:8px;width:360px;max-width:90vw;padding:32px 28px 28px;animation:.2s cubic-bezier(.34,1.4,.64,1) modal-pop;display:flex;position:relative;box-shadow:0 20px 60px #0000002e}@keyframes modal-pop{0%{opacity:0;transform:scale(.88)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.modal-close{background:var(--bg);cursor:pointer;width:30px;height:30px;color:var(--text-light);border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s;display:flex;position:absolute;top:14px;right:14px}.modal-close:hover{background:var(--border)}.modal-close svg{width:15px;height:15px}.modal-mascot svg{width:60px;height:60px;margin-bottom:4px}.modal-mascot-img{object-fit:contain;width:80px;height:auto;margin-bottom:4px}.modal-title{font-size:18px;font-weight:700}.modal-sub{color:var(--text-muted);text-align:center;margin-bottom:4px;font-size:13px}.modal-select-wrap{width:100%;position:relative}.modal-select-wrap:after{content:"";border:5px solid #0000;border-top:6px solid var(--text-muted);pointer-events:none;position:absolute;top:50%;right:12px;transform:translateY(-50%)}#userSelect{border:1.5px solid var(--border);width:100%;font-family:var(--font);color:var(--text);background:var(--bg);appearance:none;cursor:pointer;border-radius:10px;outline:none;padding:10px 36px 10px 14px;font-size:14px;transition:border-color .15s}#userSelect:focus{border-color:var(--primary)}.modal-confirm{background:var(--primary);color:#fff;width:100%;font-family:var(--font);cursor:pointer;border:none;border-radius:12px;margin-top:6px;padding:12px;font-size:15px;font-weight:600;transition:background .15s,transform .1s}.modal-confirm:hover:not(:disabled){background:#5a52e0}.modal-confirm:active:not(:disabled){transform:scale(.98)}.modal-confirm:disabled{cursor:not-allowed;background:#c5c3f0}.auth-modal-wrap{flex-direction:column;align-items:center;animation:.2s cubic-bezier(.34,1.4,.64,1) modal-pop;display:flex}.auth-modal-mascot{z-index:1;margin-bottom:-30px;position:relative}.auth-modal-mascot-img{object-fit:contain;width:70px;height:auto}.auth-modal{background:#fff;border-radius:38px;flex-direction:column;align-items:center;width:393px;max-width:calc(100vw - 32px);padding:48px 24px 28px;display:flex;position:relative;box-shadow:0 20px 60px #0000002e}.auth-modal-close{cursor:pointer;color:#000;opacity:.6;background:0 0;border:none;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;top:18px;right:18px}.auth-modal-close:hover{opacity:1}.auth-modal-close svg{width:16px;height:16px}.auth-modal-title{font-family:var(--font);color:#000;text-align:center;margin:0 0 20px;font-size:20px;font-weight:700;line-height:1.3}.auth-btn-list{flex-direction:column;gap:12px;width:100%;margin-bottom:20px;display:flex}.auth-btn{width:100%;font-family:var(--font);color:#000;cursor:pointer;background:#fff;border:1.5px solid #d0d0d0;border-radius:50px;align-items:center;gap:12px;padding:14px 20px;font-size:15px;font-weight:500;transition:border-color .15s,background .15s;display:flex}.auth-btn:hover{background:#00000005;border-color:#000}.auth-btn-icon{flex-shrink:0;width:22px;height:22px}.auth-modal-footer{font-family:var(--font);color:#555;text-align:center;margin:0;font-size:12px;line-height:1.6}.auth-modal-link{color:#000;text-decoration:underline}.auth-back-btn{border:1.5px solid var(--border);font-family:var(--font);cursor:pointer;background:#fff;border-radius:12px;flex:1;padding:12px;font-size:15px;font-weight:500}.auth-modal--phone{border-radius:20px;flex-direction:column;align-items:center;min-height:520px;padding:0 20px 32px;display:flex}.auth-modal--phone .auth-modal-close{opacity:1;width:25px;height:29px;top:20px;right:20px}.auth-modal-close-x{color:#000;font-family:SF Pro,-apple-system,sans-serif;font-size:24px;font-weight:400;line-height:1;display:block}.phone-modal-title{color:#000;text-align:center;max-width:340px;margin:60px 0 24px;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:30px;font-weight:600;line-height:36px}.phone-fields{flex-direction:column;width:353px;max-width:100%;margin-bottom:16px;display:flex}.phone-field-row{background:#eeeeef;align-items:center;gap:8px;width:100%;height:48px;padding:0 16px;display:flex}.phone-field-country{cursor:pointer;border:none;border-radius:16px 16px 0 0;justify-content:space-between}.phone-field-country-name{color:#0195f7;letter-spacing:.5px;font-family:SF Pro Display,-apple-system,sans-serif;font-size:17px;font-weight:400;line-height:24px}.phone-field-chevron{color:#242424;letter-spacing:.5px;text-align:center;-webkit-user-select:none;user-select:none;flex-shrink:0;width:11px;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;font-weight:400;line-height:24px;display:inline-block}.phone-field-separator{background:#c7c7cc;flex-shrink:0;width:353px;max-width:100%;height:1px}.phone-field-number{border-radius:0 0 16px 16px}.phone-field-prefix{color:#000;letter-spacing:.5px;flex-shrink:0;width:30px;font-family:SF Pro Display,-apple-system,sans-serif;font-size:17px;font-weight:400;line-height:24px}.phone-field-input{color:#000;letter-spacing:.5px;background:0 0;border:none;outline:none;flex:1;height:100%;font-family:SF Pro Display,-apple-system,sans-serif;font-size:17px;font-weight:400;line-height:24px}.phone-field-input::placeholder{color:#49454f}.phone-field-error{align-items:center;gap:6px;width:353px;max-width:100%;margin-bottom:8px;display:flex}.phone-field-error-icon{flex-shrink:0;width:16px;height:16px}.phone-field-error-text{color:#b3261e;letter-spacing:.4px;font-family:Roboto,sans-serif;font-size:12px;font-weight:400;line-height:16px}.phone-modal-disclaimer{color:#49454f;letter-spacing:.25px;width:346px;max-width:100%;margin:0 0 auto;font-family:SF Pro Display,-apple-system,sans-serif;font-size:14px;font-weight:400;line-height:20px}.phone-modal-continue{color:#49454f;cursor:not-allowed;background:#ebebec;border:none;border-radius:100px;width:353px;max-width:100%;height:48px;margin-top:24px;font-family:SF Pro Display,-apple-system,sans-serif;font-size:17px;font-weight:400;transition:background .2s,color .2s}.phone-modal-continue:not(:disabled){color:#fff;cursor:pointer;background:#0195f7}.alert-modal{background:#fff;border-radius:14px;width:393px;max-width:calc(100vw - 32px);animation:.2s cubic-bezier(.34,1.4,.64,1) modal-pop;overflow:hidden;box-shadow:0 20px 60px #0000002e}.alert-modal-body{flex-direction:column;align-items:center;gap:6px;padding:20px 16px 16px;display:flex}.alert-modal-body--delete{padding:24px 16px}.alert-modal-title{font-family:var(--font);color:#000;text-align:center;margin:0;font-size:16px;font-weight:600}.alert-modal-title--delete{font-size:15px;font-weight:700;line-height:1.4}.alert-modal-sub{font-family:var(--font);color:#888;text-align:center;margin:0;font-size:13px}.alert-modal-input{width:100%;font-family:var(--font);color:#000;box-sizing:border-box;border:1.5px solid #d0d0d0;border-radius:8px;outline:none;margin-top:10px;padding:10px 14px;font-size:14px;transition:border-color .15s}.alert-modal-input:focus{border-color:#0195f7}.alert-modal-divider{background:#e0e0e0;height:1px}.alert-modal-actions{align-items:stretch;display:flex}.alert-modal-btn-divider{background:#e0e0e0;flex-shrink:0;width:1px}.alert-modal-btn{font-family:var(--font);cursor:pointer;background:0 0;border:none;flex:1;padding:14px 8px;font-size:16px;transition:background .1s}.alert-modal-btn:hover{background:#0000000a}.alert-modal-btn:disabled{opacity:.4;cursor:not-allowed}.alert-modal-btn--cancel{color:#0195f7}.alert-modal-btn--confirm{color:#888}.alert-modal-btn--confirm:not(:disabled){color:#0195f7}.msg-menu-wrap{position:relative}.msg-menu-dropdown{inset:auto auto calc(100% + 6px) 0}.report-modal{background:#fff;border-radius:20px;flex-direction:column;gap:0;width:min(393px,100vw - 32px);padding:28px 20px 20px;animation:.2s cubic-bezier(.34,1.4,.64,1) modal-pop;display:flex}.report-modal-title{font-family:var(--font);letter-spacing:-.0041em;color:#000;text-align:center;margin:0 0 8px;font-size:26px;font-weight:400;line-height:22px}.report-modal-sub{font-family:var(--font);color:#888;text-align:center;margin:0 0 20px;font-size:13px}.report-modal-pills{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.report-pill{height:30px;font-family:var(--font);color:#1a1a1a;cursor:pointer;white-space:nowrap;background:#eeeeef;border:1.5px solid #0000;border-radius:100px;padding:4px 10px;font-size:13px;font-weight:400;transition:background .1s,border-color .1s,color .1s}@media (hover:hover){.report-pill:hover{background:#e0e0e2}}.report-pill--selected{color:#0195f7;background:#e8f2ff;border-color:#0195f7}.report-modal-btn{color:#fff;width:100%;font-family:var(--font);cursor:pointer;background:#0195f7;border:none;border-radius:100px;padding:14px;font-size:16px;font-weight:600;transition:opacity .15s}.report-modal-btn:hover:not(:disabled){opacity:.88}.report-modal-btn:disabled{opacity:.4;cursor:not-allowed}.msg-actions{align-items:center;gap:25px;height:18.75px;margin-top:6px;display:flex}.interaction-btn{cursor:pointer;opacity:1;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:opacity .15s,filter .15s;display:flex}.interaction-btn:hover{opacity:.6}.interaction-btn.active{filter:brightness(0)saturate()invert(36%)sepia(97%)saturate(1500%)hue-rotate(199deg)brightness(95%)}.interaction-btn.copied{opacity:.5}.interaction-btn.feedback-like-active .interaction-icon,.interaction-btn.feedback-dislike-active .interaction-icon{filter:brightness(0)saturate()invert(36%)sepia(97%)saturate(1500%)hue-rotate(199deg)brightness(95%)}.interaction-icon{object-fit:contain;filter:brightness(0)saturate()invert(13%)sepia(0%)saturate(0%)hue-rotate()brightness(95%);width:18.75px;height:18.75px;display:block}.interaction-icon--ellipsis{color:#1c1b1f;width:18px;height:18px;display:block}.hidden{display:none!important}.sidebar-search-wrap{padding:4px 12px 8px}.sidebar-search-input{box-sizing:border-box;color:#000;background:#f5f5f5;border:1px solid #00000026;border-radius:8px;outline:none;width:100%;padding:7px 12px;font-family:Open Sans,sans-serif;font-size:13px;font-weight:400;transition:border-color .15s}.sidebar-search-input::placeholder{color:#0006}.sidebar-search-input:focus{background:#fff;border-color:#00000059}.history-toggle{cursor:pointer;background:0 0;border:none;justify-content:flex-start;width:100%}.history-chevron{width:16px;height:16px;color:var(--text-light);flex-shrink:0;margin-left:auto;transition:transform .2s}.history-chevron.open{transform:none}.history-chevron-img{flex-shrink:0;width:auto;height:auto;transition:transform .2s;display:block}.history-chevron-img.open{transform:none}.history-list{flex-direction:column;gap:4px;padding:4px 8px 4px 12px;display:flex}.history-group-label{letter-spacing:.5px;color:#00000080;align-items:center;gap:8px;margin:0;padding:8px 4px 4px;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;line-height:24px;display:flex}.history-group-label:after{content:"";background:#00000026;flex:1;height:1px}.history-item{cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:4px 6px;transition:background .15s;display:flex;position:relative}@media (hover:hover){.history-item:hover{background:#eeeeef}}.history-item--active{background:#eeeeef}.history-item-title{letter-spacing:.5px;color:#000;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;line-height:24px;overflow:hidden}.history-item-actions{flex-shrink:0;position:relative}.history-item-btn{cursor:pointer;color:var(--text-muted);opacity:0;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:2px 4px;transition:opacity .15s,background .15s;display:flex}.ellipsis-icon{object-fit:contain;width:4px;height:19px;display:block}@media (hover:hover){.history-item:hover .history-item-btn{opacity:1}}.history-item-btn:hover{color:var(--text);background:#0000000f}.history-item-menu{z-index:50;background:#fff;border:.5px solid #3c3c4333;border-radius:10px;min-width:120px;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 16px #0000001f}.history-menu-btn{cursor:pointer;color:#000;text-align:left;background:0 0;border:none;width:100%;padding:10px 14px;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;transition:background .15s;display:block}.history-menu-btn:hover{background:#f5f5f5}.history-menu-btn--danger{color:var(--danger)}.history-empty{color:var(--text-muted);text-align:center;margin:0;padding:12px 8px;font-family:Open Sans,sans-serif;font-size:13px}.history-see-all{cursor:pointer;letter-spacing:.5px;color:#000c;text-align:left;background:0 0;border:none;padding:6px 4px;font-family:Open Sans,sans-serif;font-size:12px;font-weight:600;line-height:24px;transition:opacity .15s}.history-see-all:hover{opacity:.7}.hamburger-btn{cursor:pointer;color:#242424;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:6px;transition:background .15s;display:none}.hamburger-btn svg{width:22px;height:22px}.hamburger-btn:hover{background:#0000000f}.sidebar-backdrop{z-index:99;background:#00000059;display:none;position:fixed;inset:0}@media (width<=1024px){.sidebar{width:var(--sidebar-w-sm)}.sidebar .nav-label,.sidebar .collapse-btn,.sidebar .sidebar-login-btn,.sidebar .sidebar-username,.sidebar .sidebar-logout-btn{display:none}.sidebar .sidebar-top{flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:12px 0}.sidebar .e-logo{width:40px;height:40px}.sidebar .e-logo-img{width:20px;height:27px}.sidebar .sidebar-login-wrap{justify-content:center}.sidebar .e-logo-name{display:none}.sidebar .sidebar-products{padding:0 4px 10px}.sidebar .sidebar-divider,.sidebar .sidebar-cta-title,.sidebar .sidebar-cta-desc{display:none}.sidebar .sidebar-login-btn{letter-spacing:0;width:52px;padding:4px;font-size:12px;display:inline-flex}.sidebar .sidebar-footer{text-align:center;padding:12px 4px 20px}.version-tag{font-size:13px}.main.landing-mode .input-footer{width:600px}}@media (width<=767px){.sidebar{z-index:100;box-shadow:none;background:#fff;transition:transform .25s;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);width:280px!important}.sidebar:not(.collapsed){transform:translate(0);box-shadow:4px 0 24px #00000026}.sidebar .nav-label,.sidebar .collapse-btn,.sidebar .sidebar-login-btn,.sidebar .sidebar-username,.sidebar .sidebar-logout-btn{display:revert}.sidebar .sidebar-top{flex-direction:row;justify-content:space-between;align-items:center;height:60px;padding:0 16px}.sidebar .e-logo{width:36px;height:36px}.sidebar .e-logo-img{width:20px;height:20px}.sidebar .e-logo-name,.collapse-icon-desktop{display:none}.collapse-icon-mobile{display:block}.sidebar .sidebar-products{padding:0 8px 10px}.sidebar .sidebar-divider,.sidebar .sidebar-cta-title,.sidebar .sidebar-cta-desc{display:block}.sidebar .sidebar-footer{text-align:left;padding:12px 20px 20px}.sidebar .sidebar-login-btn{letter-spacing:-.23px;width:100px;padding:6px 12px;font-size:14px;display:inline-flex}.sidebar-backdrop{display:block}.hamburger-btn{margin-left:18px;padding:0;display:inline-flex}.hamburger-btn svg{width:24px;height:24px}.main{width:100%}.topbar{height:56px;padding:0 16px 0 0}.topbar-login-btn{background:#000;border-radius:100px;min-width:89px;height:40px;padding:10px 24px;font-size:14px;font-weight:600}.chat-topbar{background:#eeeeef;flex-direction:row;align-items:center;gap:4px;height:40px;padding:8px}.chat-topbar-row1,.chat-topbar-row2{display:contents}.chat-topbar-login{display:none}.chat-topbar-title{font-size:16px;line-height:25px}.chat-topbar-share-img{width:24px;height:24px}.chat-topbar-share-label,.chat-topbar-share-desktop{display:none}.chat-topbar-share-mobile{display:block}.main.landing-mode .content{padding-top:0;overflow:visible}.landing{justify-content:flex-start;padding-top:45px}.main.landing-mode .input-footer{flex-direction:column;flex:1;justify-content:space-between}.main.landing-mode .input-card{order:2}.main.landing-mode .chips-row{order:1;margin-bottom:0}.landing-title{letter-spacing:0;font-size:27px;font-weight:400;line-height:22px}.landing-sub{letter-spacing:0;font-size:22px;font-weight:400;line-height:22px}.mascot-img{width:62px;height:80px}.version-tag{letter-spacing:.5px;color:#49454f;font-size:14px;line-height:24px}.main.landing-mode .input-footer{border-top:none;width:100%;max-width:100%;padding:12px 18px 16px}.main:not(.landing-mode) .input-footer{z-index:10;background:#fff;padding:8px 18px 12px;position:sticky;bottom:0}.input-card{border-radius:30px;align-items:center;min-height:60px;padding:10px 10px 10px 20px}#input{font-size:16px;line-height:24px}.chips-row{flex-wrap:wrap;justify-content:center;gap:10px 8px;width:100%;padding:0;overflow-x:visible}.chip{white-space:nowrap;border-radius:16px;height:32px;padding:6px 12px;font-size:14px;line-height:20px}.chip:first-child{order:1}.chip:nth-child(2){order:3}.chip:nth-child(3){order:2}.chip:nth-child(4){order:4}.chip:nth-child(5){order:5}.messages{padding:12px 12px 16px}.bubble{letter-spacing:.5px;max-width:88%;font-size:14px;line-height:20px}.msg-row.bot .bubble{white-space:normal;font-size:14px;line-height:22px}.msg-row.bot .bubble h1,.msg-row.bot .bubble h2,.msg-row.bot .bubble h3{margin:16px 0 4px;font-size:16px;line-height:22px}.msg-row.bot .bubble p{margin:0 0 4px}.msg-row.bot .bubble li{line-height:22px}.msg-row.user{min-width:60px;max-width:75%;padding-right:0}.msg-row.user .bubble{min-width:60px;font-size:14px;line-height:20px}.msg-row.bot{padding-left:0}.chat-mascot-float{width:48px;height:62px;bottom:110px;right:14px}.disclaimer{letter-spacing:.3px;color:#49454f;white-space:normal;text-align:center;width:100%;max-width:100%;height:auto;padding:8px 16px;font-family:Open Sans,sans-serif;font-size:13px;font-weight:400;line-height:20px;display:block}.disclaimer-link{white-space:nowrap}.msg-actions{width:100%;margin-top:14px}.response-disclaimer{margin:10px 0 0}.msg-actions .msg-menu-wrap{margin-left:auto}.alert-modal{width:280px;max-width:calc(100vw - 48px)}body{overflow-x:hidden}}
