.chat-demo-module__1GKvoW__chatWindow{border-radius:var(--r-xl);border:1px solid var(--border-light);background:var(--bg-1);width:100%;max-width:480px;box-shadow:var(--shadow-lg);flex-direction:column;height:420px;display:flex;overflow:hidden}.chat-demo-module__1GKvoW__windowBar{border-bottom:1px solid var(--border);background:var(--bg-2);align-items:center;gap:12px;padding:13px 16px;display:flex}.chat-demo-module__1GKvoW__windowDots{gap:6px;display:flex}.chat-demo-module__1GKvoW__dot{border-radius:50%;width:8px;height:8px}.chat-demo-module__1GKvoW__windowTitle{color:var(--text-2);letter-spacing:-.01em;font-size:12px;font-weight:600}.chat-demo-module__1GKvoW__modelSelector{gap:4px;margin-left:auto;display:flex}.chat-demo-module__1GKvoW__modelTab{border-radius:var(--r-full);color:var(--text-3);cursor:pointer;transition:all var(--dur)ease;border:1px solid #0000;align-items:center;gap:4px;padding:3px 9px;font-size:11px;font-weight:500;display:inline-flex}.chat-demo-module__1GKvoW__modelTab:hover{color:var(--text-1);border-color:var(--border)}.chat-demo-module__1GKvoW__modelTabActive{border-color:var(--border-light);color:var(--text-1);background:var(--bg-3)}.chat-demo-module__1GKvoW__modelDot{border-radius:50%;width:4px;height:4px}.chat-demo-module__1GKvoW__messages{overscroll-behavior:contain;flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.chat-demo-module__1GKvoW__message{gap:8px;animation:.3s both chat-demo-module__1GKvoW__fadeIn;display:flex}.chat-demo-module__1GKvoW__messageUser{flex-direction:row-reverse}.chat-demo-module__1GKvoW__messageAssistant{flex-direction:row}.chat-demo-module__1GKvoW__userAvatar{background:var(--text-0);width:24px;height:24px;color:var(--bg-0);border-radius:50%;flex-shrink:0;place-items:center;font-size:11px;font-weight:700;display:grid}.chat-demo-module__1GKvoW__aiAvatar{background:var(--bg-3);border-radius:50%;flex-shrink:0;place-items:center;width:24px;height:24px;display:grid}.chat-demo-module__1GKvoW__bubble{background:var(--bg-3);max-width:80%;color:var(--text-0);border-radius:14px 4px 14px 14px;padding:9px 13px;font-size:13px;line-height:1.55}.chat-demo-module__1GKvoW__aiBubble{background:var(--bg-2);border:1px solid var(--border);max-width:85%;color:var(--text-1);border-radius:4px 14px 14px;padding:10px 13px;font-size:13px;line-height:1.6}.chat-demo-module__1GKvoW__modelBadge{font-family:var(--font-mono);border-radius:var(--r-full);background:var(--bg-3);color:var(--text-2);border:1px solid var(--border);margin-bottom:6px;padding:2px 7px;font-size:10px;font-weight:500;display:inline-block}.chat-demo-module__1GKvoW__aiText{white-space:pre-wrap;word-break:break-word}.chat-demo-module__1GKvoW__cursor{background:var(--text-1);vertical-align:text-bottom;width:1.5px;height:13px;margin-left:1px;animation:.8s step-end infinite chat-demo-module__1GKvoW__blink;display:inline-block}.chat-demo-module__1GKvoW__typingIndicator{background:var(--bg-2);border:1px solid var(--border);border-radius:4px 14px 14px;align-items:center;gap:4px;padding:10px 14px;display:flex}.chat-demo-module__1GKvoW__typingIndicator span{background:var(--text-3);border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite chat-demo-module__1GKvoW__pulse}.chat-demo-module__1GKvoW__typingIndicator span:nth-child(2){animation-delay:.2s}.chat-demo-module__1GKvoW__typingIndicator span:nth-child(3){animation-delay:.4s}.chat-demo-module__1GKvoW__inputArea{border-top:1px solid var(--border);background:var(--bg-2);padding:12px 16px}.chat-demo-module__1GKvoW__fakeInput{border-radius:var(--r-md);border:1px solid var(--border);background:var(--bg-1);color:var(--text-3);align-items:center;gap:8px;padding:9px 12px;font-size:12px;display:flex}.chat-demo-module__1GKvoW__fakeInput svg{opacity:.3;flex-shrink:0}.chat-demo-module__1GKvoW__fakeInput span{flex:1}.chat-demo-module__1GKvoW__sendBtn{background:var(--text-0);width:26px;height:26px;color:var(--bg-0);border-radius:50%;flex-shrink:0;place-items:center;display:grid}@media (max-width:768px){.chat-demo-module__1GKvoW__chatWindow{max-width:100%;height:360px}.chat-demo-module__1GKvoW__modelSelector{display:none}}
.faq-accordion-module__VpwU8G__accordion{flex-direction:column;gap:6px;max-width:680px;margin:0 auto;display:flex}.faq-accordion-module__VpwU8G__item{border-radius:var(--r-lg);border:1px solid var(--border);background:var(--bg-1);transition:border-color var(--dur)ease;overflow:hidden}.faq-accordion-module__VpwU8G__item:hover,.faq-accordion-module__VpwU8G__itemOpen{border-color:var(--border-light)}.faq-accordion-module__VpwU8G__trigger{text-align:left;cursor:pointer;width:100%;color:var(--text-0);transition:color var(--dur)ease;justify-content:space-between;align-items:center;gap:16px;padding:15px 18px;display:flex}.faq-accordion-module__VpwU8G__question{letter-spacing:-.01em;font-size:14px;font-weight:600;line-height:1.4}.faq-accordion-module__VpwU8G__chevron{color:var(--text-3);flex-shrink:0;transition:transform .3s cubic-bezier(.16,1,.3,1)}.faq-accordion-module__VpwU8G__itemOpen .faq-accordion-module__VpwU8G__chevron{color:var(--text-1);transform:rotate(180deg)}.faq-accordion-module__VpwU8G__content{transition:grid-template-rows .3s cubic-bezier(.16,1,.3,1);display:grid}.faq-accordion-module__VpwU8G__contentInner{overflow:hidden}.faq-accordion-module__VpwU8G__answer{color:var(--text-1);margin:0;padding:0 18px 15px;font-size:13.5px;line-height:1.7}
.site-shell-module__Bl8KMq__shell{flex-direction:column;min-height:100dvh;display:flex;overflow:visible}.site-shell-module__Bl8KMq__header{z-index:50;border-bottom:1px solid var(--border);-webkit-backdrop-filter:saturate(180%)blur(14px);background:#09090bcc;position:sticky;top:0}.site-shell-module__Bl8KMq__headerInner{align-items:center;gap:28px;max-width:1100px;height:56px;margin:0 auto;padding:0 24px;display:flex}.site-shell-module__Bl8KMq__brand{transition:opacity var(--dur)ease;flex-shrink:0;align-items:center;margin-right:auto;display:inline-flex}.site-shell-module__Bl8KMq__brand:hover{opacity:.65}.site-shell-module__Bl8KMq__brandLogo{object-fit:contain;width:auto;height:28px}.site-shell-module__Bl8KMq__nav{align-items:center;gap:1px;display:flex}.site-shell-module__Bl8KMq__navLink{color:var(--text-2);border-radius:var(--r-sm);transition:color var(--dur)ease,background var(--dur)ease;padding:6px 12px;font-size:13px;font-weight:500}.site-shell-module__Bl8KMq__navLink:hover{color:var(--text-0);background:#ffffff0a}.site-shell-module__Bl8KMq__headerActions{flex-shrink:0;align-items:center;gap:4px;display:flex}.site-shell-module__Bl8KMq__signIn{color:var(--text-2);transition:color var(--dur)ease;padding:6px 14px;font-size:13px;font-weight:500}.site-shell-module__Bl8KMq__signIn:hover{color:var(--text-0)}.site-shell-module__Bl8KMq__chatBtn{color:var(--bg-0);background:var(--text-0);border-radius:var(--r-full);transition:opacity var(--dur)ease,transform var(--dur)var(--ease);align-items:center;gap:6px;padding:7px 16px;font-size:13px;font-weight:600;display:inline-flex}.site-shell-module__Bl8KMq__chatBtn:hover{opacity:.88;transform:translateY(-.5px)}.site-shell-module__Bl8KMq__footer{border-top:1px solid var(--border);background:var(--bg-1);margin-top:auto}.site-shell-module__Bl8KMq__footerInner{max-width:1100px;margin:0 auto;padding:48px 24px 20px}.site-shell-module__Bl8KMq__footerTop{border-bottom:1px solid var(--border);justify-content:space-between;gap:48px;padding-bottom:28px;display:flex}.site-shell-module__Bl8KMq__footerBrand{flex-direction:column;gap:8px;display:flex}.site-shell-module__Bl8KMq__footerLogoImg{object-fit:contain;width:auto;height:24px}.site-shell-module__Bl8KMq__footerTagline{color:var(--text-3);max-width:26ch;font-size:13px;line-height:1.5}.site-shell-module__Bl8KMq__footerNav{gap:48px;display:flex}.site-shell-module__Bl8KMq__footerCol{color:var(--text-2);flex-direction:column;gap:7px;font-size:13px;display:flex}.site-shell-module__Bl8KMq__footerCol a{transition:color var(--dur)ease}.site-shell-module__Bl8KMq__footerCol a:hover{color:var(--text-0)}.site-shell-module__Bl8KMq__footerColTitle{font-family:var(--font-mono);color:var(--text-3);text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;font-size:10.5px;font-weight:500}.site-shell-module__Bl8KMq__footerBottom{color:var(--text-3);padding-top:16px;font-size:12px}@media (max-width:768px){.site-shell-module__Bl8KMq__nav{display:none}.site-shell-module__Bl8KMq__headerInner{padding:0 16px}.site-shell-module__Bl8KMq__footerTop{flex-direction:column;gap:24px}.site-shell-module__Bl8KMq__footerNav{flex-wrap:wrap;gap:28px}}
.legal-module__zo5mhq__page{max-width:1100px;animation:legal-module__zo5mhq__legalFadeIn .5s var(--ease)both;margin:0 auto;padding:96px 24px}.legal-module__zo5mhq__header{text-align:center;margin-bottom:56px}.legal-module__zo5mhq__eyebrow{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-2);margin-bottom:14px;font-size:11px;font-weight:500;display:inline-block}.legal-module__zo5mhq__title{letter-spacing:-.045em;color:var(--text-0);margin:0;font-size:clamp(28px,4vw,44px);font-weight:800;line-height:1.08}.legal-module__zo5mhq__subtitle{max-width:52ch;color:var(--text-1);margin:16px auto 0;font-size:15.5px;line-height:1.65}.legal-module__zo5mhq__grid{background:var(--border);border:1px solid var(--border);border-radius:var(--r-xl);grid-template-columns:repeat(2,1fr);gap:1px;display:grid;overflow:hidden}.legal-module__zo5mhq__card{background:var(--bg-1);transition:background var(--dur)ease;cursor:default;padding:36px 32px}.legal-module__zo5mhq__card:hover{background:var(--bg-2)}.legal-module__zo5mhq__index{font-family:var(--font-mono);color:var(--text-3);letter-spacing:.04em;margin-bottom:12px;font-size:12px;font-weight:500;display:inline-block}.legal-module__zo5mhq__cardTitle{letter-spacing:-.015em;color:var(--text-0);margin:0 0 10px;font-size:17px;font-weight:700}.legal-module__zo5mhq__cardBody{color:var(--text-2);margin:0;font-size:14px;line-height:1.7}.legal-module__zo5mhq__lastUpdated{text-align:center;color:var(--text-3);margin-top:40px;font-size:12px}@keyframes legal-module__zo5mhq__legalFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:700px){.legal-module__zo5mhq__page{padding:64px 16px}.legal-module__zo5mhq__grid{grid-template-columns:1fr}.legal-module__zo5mhq__card{padding:28px 24px}}
