:root{--accent: #E8743A;--accent-soft: #F8B48C;--accent-deep: #8a3d18;--bg: #07070a;--bg-2: #0f0f13;--bg-3: #17171c;--line: #23232a;--line-soft: #1a1a20;--text: #f4f2ec;--text-2: #b5b0a3;--text-3: #9e9788;--mono: "JetBrains Mono", ui-monospace, monospace;--serif: "Instrument Serif", serif;--serif-cjk: "Noto Serif SC", "Instrument Serif", serif;--sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--sans-cjk: "Noto Sans SC", "Inter", sans-serif;--density-y: 100px}html[data-theme=light]{--bg: #faf7f1;--bg-2: #ffffff;--bg-3: #f2ede3;--line: #e4ddcf;--line-soft: #ece5d5;--text: #1a1612;--text-2: #5b5344;--text-3: #80786a}html[data-theme=light] body{background:var(--bg);color:var(--text)}html,body{background:var(--bg);color:var(--text);margin:0;padding:0;font-family:var(--sans);-webkit-font-smoothing:antialiased}html[lang=zh] body{font-family:var(--sans-cjk)}html[lang=zh] .h-display,html[lang=zh] .h-title,html[lang=zh] .serif{font-family:var(--serif-cjk)}*{box-sizing:border-box}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:1;background:radial-gradient(1200px 600px at 80% -10%,color-mix(in srgb,var(--accent) 18%,transparent),transparent 60%),radial-gradient(900px 500px at 10% 10%,color-mix(in srgb,var(--accent) 8%,transparent),transparent 60%)}body:after{content:"";position:fixed;inset:0;pointer-events:none;z-index:2;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.6 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.35'/></svg>");opacity:.08;mix-blend-mode:overlay}#root{position:relative;z-index:3}.wrap{max-width:1320px;margin:0 auto;padding:0 32px}.eyebrow{font-family:var(--mono);font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);display:inline-flex;align-items:center;gap:10px;white-space:nowrap}.eyebrow:before{content:"";width:22px;height:1px;background:var(--accent);display:inline-block;flex-shrink:0}html[lang=zh] .eyebrow{font-size:14px;letter-spacing:.06em;text-transform:none}.h-display{font-family:var(--serif);font-weight:400;letter-spacing:-.02em;line-height:1.08;font-size:clamp(44px,6vw,92px)}.h-display em{font-style:italic;color:var(--accent)}.h-title{font-family:var(--serif);font-weight:400;letter-spacing:-.02em;line-height:1.12;font-size:clamp(32px,4vw,56px)}.h-title em{font-style:italic;color:var(--accent)}.h-sub{color:var(--text-2);font-size:18px;line-height:1.7;max-width:60ch}html[lang=zh] .h-sub{line-height:1.8}html[lang=zh] .h-display{font-size:clamp(36px,4.6vw,68px);line-height:1.2;letter-spacing:.005em;font-weight:500}html[lang=zh] .h-display em{font-weight:500;font-style:normal;color:var(--accent)}html[lang=zh] .h-title{font-size:clamp(26px,2.8vw,38px);line-height:1.3;letter-spacing:.005em;font-weight:500}html[lang=zh] .h-title em{font-weight:500;font-style:normal;color:var(--accent)}html[lang=zh] .h-sub{font-size:16.5px;line-height:1.9;max-width:34em}html[lang=zh] .serif{font-weight:500;letter-spacing:.005em}html[lang=zh] .feat-title,html[lang=zh] body{letter-spacing:.01em}section[id]{scroll-margin-top:90px}.label-mono{font-family:var(--mono);font-size:12.5px;color:var(--text-2);letter-spacing:.12em;text-transform:uppercase}html[lang=zh] .label-mono{font-size:13px;letter-spacing:.06em;text-transform:none;color:var(--text-2)}section{padding:var(--density-y) 0;position:relative}.divider{height:1px;background:linear-gradient(90deg,transparent,var(--line) 20%,var(--line) 80%,transparent)}.btn{display:inline-flex;align-items:center;gap:10px;padding:14px 22px;border-radius:4px;font-weight:500;font-size:15px;transition:all .22s ease;white-space:nowrap}.btn-primary{background:var(--accent);color:#0a0a0a;box-shadow:0 0 0 1px var(--accent),0 10px 30px -10px color-mix(in srgb,var(--accent) 50%,transparent)}.btn-primary:hover{background:var(--accent-soft);transform:translateY(-1px)}.btn-ghost{color:var(--text);border:1px solid var(--line);background:#ffffff03}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.btn-text{color:var(--text-2);padding:8px 0}.btn-text:hover{color:var(--accent)}.chip{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;border:1px solid var(--line);border-radius:999px;font-family:var(--mono);font-size:12.5px;color:var(--text-2);letter-spacing:.08em}.chip .dot{width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 10px var(--accent)}.card{background:linear-gradient(180deg,#ffffff05,#fff0);border:1px solid var(--line);border-radius:8px;transition:border-color .3s ease,transform .3s ease}.card:hover{border-color:color-mix(in srgb,var(--accent) 40%,transparent)}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.shimmer-text{background:linear-gradient(90deg,var(--text) 0%,var(--accent-soft) 50%,var(--text) 100%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:shimmer 6s linear infinite}@keyframes pulseDot{0%,to{opacity:1}50%{opacity:.3}}.node-pulse{animation:pulseDot 1.6s ease-in-out infinite;transform-origin:center}@keyframes dash{to{stroke-dashoffset:-40}}.dash-line{stroke-dasharray:4 6;animation:dash 2s linear infinite}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#2a2a30;border-radius:4px}::-webkit-scrollbar-track{background:var(--bg)}.tweaks-panel{position:fixed;right:20px;bottom:20px;z-index:50;background:#0f0f13eb;backdrop-filter:blur(12px);border:1px solid var(--line);border-radius:8px;padding:16px;width:280px;font-size:12px;box-shadow:0 20px 60px #0009}.tweaks-panel h4{margin:0 0 10px;font-family:var(--mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.tweaks-panel label{display:block;color:var(--text-2);margin:10px 0 6px;font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase}.tweaks-panel .row{display:flex;gap:6px;flex-wrap:wrap}.tweaks-panel .swatch{width:22px;height:22px;border-radius:50%;border:1px solid var(--line);cursor:pointer}.tweaks-panel .swatch.active{box-shadow:0 0 0 2px var(--bg),0 0 0 3px var(--accent)}.tweaks-panel .opt{padding:5px 10px;border:1px solid var(--line);border-radius:3px;cursor:pointer;color:var(--text-2);font-size:11px;background:#ffffff05}.tweaks-panel .opt.active{border-color:var(--accent);color:var(--accent)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee{display:flex;gap:80px;animation:marquee 40s linear infinite}.big-num{font-family:var(--serif);font-size:clamp(56px,7vw,104px);line-height:1;letter-spacing:-.03em}html[lang=zh] .big-num{font-family:var(--serif-cjk)}.lift{transition:transform .3s ease,border-color .3s ease}.lift:hover{transform:translateY(-4px)}.status-pill{display:inline-flex;align-items:center;gap:6px;font-family:var(--mono);font-size:12px;color:var(--text-2);letter-spacing:.08em}.status-pill .live{width:6px;height:6px;border-radius:50%;background:#6fe29a;box-shadow:0 0 8px #6fe29a}.density-compact{--density-y: 70px}.density-spacious{--density-y: 140px}.lang-switch{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;padding:3px;background:#ffffff05}.lang-switch button{padding:6px 14px;border-radius:999px;font-family:var(--mono);font-size:12px;letter-spacing:.06em;color:var(--text-2);transition:all .2s}.lang-switch button.active{background:var(--accent);color:#0a0a0a}details.faq{border-top:1px solid var(--line-soft);padding:24px 4px}details.faq summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:var(--serif-cjk);font-size:22px}details.faq summary::-webkit-details-marker{display:none}details.faq[open] summary{color:var(--accent)}details.faq .ans{color:var(--text-2);font-size:15px;line-height:1.8;margin-top:14px;max-width:80ch}.plus{width:28px;height:28px;border:1px solid var(--line);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0;margin-left:24px}details[open] .plus{background:var(--accent);color:#0a0a0a;border-color:var(--accent);transform:rotate(45deg)}@media(max-width:1100px){.nav-links{display:none!important}}.nav-link{color:var(--nav-link);text-decoration:none;transition:color .16s ease;position:relative;padding:6px 2px}.nav-link:hover,.nav-link.active{color:var(--accent)}.nav-link.active:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:2px;background:var(--accent);border-radius:2px}:root{--nav-link: #ffffff}html[data-theme=light]{--nav-link: #2a241b}html[data-theme=light] nav[data-nav]{background:#faf7f1e6!important}.hover-lift{transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease,background .24s ease}.hover-lift:hover{transform:translateY(-4px);border-color:var(--accent)!important;box-shadow:0 18px 40px -16px color-mix(in srgb,var(--accent) 40%,transparent);background:color-mix(in srgb,var(--accent) 6%,var(--bg-2))!important}.badge-card{border:1px solid rgba(232,116,58,.25);border-radius:16px;background:linear-gradient(165deg,#141210f2,#0c0a08fa,#080604);padding:0;overflow:hidden;position:relative;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;box-shadow:0 0 0 1px #e8743a14,0 8px 32px -8px #00000080}.badge-card:hover{transform:translateY(-6px);border-color:#e8743a80;box-shadow:0 0 0 1px #e8743a26,0 0 40px -8px #e8743a26,0 24px 50px -20px #0009}.badge-card .agent-header{display:flex;align-items:center;gap:12px;padding:20px 20px 0}.badge-card .agent-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#281e14,#140f0a);border:1px solid rgba(232,116,58,.3);display:flex;align-items:center;justify-content:center;font-family:var(--serif-cjk);font-size:18px;font-weight:600;color:var(--accent);flex-shrink:0}.badge-card .agent-name-tag{display:flex;flex-direction:column;gap:2px}.badge-card .agent-name-tag .name{font-family:var(--serif-cjk);font-size:22px;font-weight:600;color:var(--text);line-height:1.3}.badge-card .agent-name-tag .role{font-size:11px;color:var(--text-3);letter-spacing:.06em}.badge-card .agent-body{padding:16px 20px 0}.badge-card .agent-body .title{font-family:var(--serif-cjk);font-size:19px;font-weight:600;color:var(--text);line-height:1.3;margin-bottom:8px}.badge-card .agent-body .desc{font-size:14px;color:var(--text-2);line-height:1.7}.badge-card .agent-action{padding:16px 20px}.badge-card .agent-action-btn{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(180deg,#3c373299,#28231ecc);border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:10px 14px;font-size:13px;color:var(--text-2);cursor:pointer;transition:all .2s ease}.badge-card .agent-action-btn:hover{background:linear-gradient(180deg,#50463cb3,#322d28e6);border-color:#e8743a40;color:var(--text)}.badge-card .agent-footer{display:flex;justify-content:space-between;align-items:center;padding:10px 20px 14px;border-top:1px solid rgba(255,255,255,.05)}.badge-card .agent-footer .id{font-family:var(--mono);font-size:11px;color:var(--text-3);letter-spacing:.1em}.badge-card .agent-footer .status{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:var(--text-3)}.badge-card .agent-footer .status-dot{width:6px;height:6px;border-radius:50%;background:#6fe29a;box-shadow:0 0 6px #6fe29a}html[data-theme=light] .badge-card{background:linear-gradient(165deg,#fff,#faf7f1,#f5f0e6);border-color:#e8743a33;box-shadow:0 0 0 1px #e8743a0f,0 8px 32px -8px #00000014}html[data-theme=light] .badge-card:hover{border-color:#e8743a66;box-shadow:0 0 0 1px #e8743a1f,0 0 40px -8px #e8743a1a,0 24px 50px -20px #0000001f}html[data-theme=light] .badge-card .agent-avatar{background:linear-gradient(135deg,#fff5eb,#ffe8d6);border-color:#e8743a40}html[data-theme=light] .badge-card .agent-action-btn{background:linear-gradient(180deg,#faf5ebcc,#f0e6d7e6);border-color:#0000000f;color:var(--text-2)}html[data-theme=light] .badge-card .agent-action-btn:hover{background:linear-gradient(180deg,#fff0e1e6,#faebd7);border-color:#e8743a33;color:var(--text)}html[data-theme=light] .badge-card .agent-footer{border-top-color:#0000000f}.carousel-wrap{position:relative;overflow:hidden;border-radius:12px;border:1px solid var(--line);box-shadow:0 20px 50px #0006}.carousel-track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1)}.carousel-track>img{width:100%;flex-shrink:0;height:auto;display:block}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:#00000073;backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.12);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:3}.carousel-btn:hover{background:#000000a6;border-color:#e8743a66}.carousel-btn.prev{left:12px}.carousel-btn.next{right:12px}.carousel-dots{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:3}.carousel-dots button{width:8px;height:8px;border-radius:50%;border:none;background:#ffffff40;cursor:pointer;transition:all .2s ease;padding:0}.carousel-dots button.active{background:var(--accent);box-shadow:0 0 8px var(--accent);width:24px;border-radius:4px}.carousel-zoom{position:absolute;bottom:12px;right:12px;width:36px;height:36px;border-radius:50%;background:#00000073;backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;color:#fff;font-size:16;pointer-events:none;opacity:.7;z-index:3}.carousel-wrap:hover .carousel-zoom{opacity:1}nav .btn-text{font-size:16px!important}nav .status-pill,nav .btn{font-size:14.5px}.faq-widget-trigger{position:fixed;right:24px;bottom:24px;z-index:45;width:56px;height:56px;border-radius:50%;background:var(--accent);border:none;color:#0a0a0a;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 24px #e8743a59;transition:transform .2s ease,box-shadow .2s ease}.faq-widget-trigger:hover{transform:scale(1.08);box-shadow:0 8px 32px #e8743a80}.faq-widget-trigger svg{width:24px;height:24px}.faq-widget-panel{position:fixed;right:24px;bottom:92px;z-index:45;width:360px;max-width:calc(100vw - 48px);max-height:calc(100vh - 120px);background:var(--bg-2);border:1px solid var(--line);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0009}.faq-widget-header{display:flex;align-items:center;justify-content:flex-end;padding:12px 14px 8px}.faq-widget-header h4{margin:0;font-size:15px;font-weight:600;display:flex;align-items:center;gap:10px}.faq-widget-header h4:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 8px var(--accent)}.faq-widget-header button{background:none;border:none;color:var(--text-2);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s}.faq-widget-header button:hover{color:var(--text)}.faq-widget-welcome{display:none}.faq-widget-list{overflow-y:auto;padding:6px 0}.faq-item{border-bottom:1px solid var(--line-soft)}.faq-item:last-child{border-bottom:none}.faq-item-q{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;font-size:14px;font-weight:500;color:var(--text);cursor:pointer;transition:background .15s;user-select:none}.faq-item-q:hover{background:#ffffff05}.faq-item-q .icon{color:var(--accent);font-size:18px;line-height:1;transition:transform .2s ease}.faq-item.open .faq-item-q .icon{transform:rotate(45deg)}.faq-item-a{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 20px;font-size:13px;color:var(--text-2);line-height:1.7}.faq-item.open .faq-item-a{max-height:200px;padding:0 20px 14px}.faq-widget-cta{padding:14px 20px 18px;border-top:1px solid var(--line-soft)}.faq-widget-cta button{width:100%;padding:12px;border-radius:8px;background:var(--accent);color:#0a0a0a;font-size:14px;font-weight:500;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:background .2s}.faq-widget-cta button:hover{background:var(--accent-soft)}@media(max-width:1024px){.wrap{padding:0 24px;max-width:100%}section{padding:calc(var(--density-y) * .75) 0}html[lang=zh] .h-display{font-size:clamp(30px,4vw,48px)}.h-display{font-size:clamp(36px,5vw,68px)}.h-title{font-size:clamp(26px,3vw,40px)}html[lang=zh] .h-title{font-size:clamp(22px,2.6vw,34px)}.h-sub{font-size:16px}html[lang=zh] .h-sub{font-size:15px}.big-num{font-size:clamp(40px,5.5vw,68px)}.mobile-menu-btn{display:flex!important}section:first-of-type .wrap>div[style*=grid]{grid-template-columns:1fr .85fr!important;gap:36px!important}#platform .wrap>div[style*=grid]:first-of-type{gap:32px!important}section:has(.label-mono) .wrap>div[style*="repeat(5"]{grid-template-columns:repeat(3,1fr)!important}#agents .wrap>div[style*="repeat(5"]{grid-template-columns:repeat(3,1fr)!important}#matrix .wrap>div[style*="repeat(4"]{grid-template-columns:repeat(2,1fr)!important;gap:32px 20px!important}#matrix .wrap>div[style*="repeat(2"]>div{max-width:none!important;padding-bottom:24px}#pricing .wrap>div[style*="repeat(4"]{grid-template-columns:repeat(2,1fr)!important}#customers .wrap>div[style*="repeat(3"]{grid-template-columns:repeat(2,1fr)!important}section[style*="padding: 50px"] .wrap>div>div[style*="repeat(4"]{grid-template-columns:repeat(2,1fr)!important}section[style*="padding: 50px"] .wrap>div>div>div:nth-child(n+3){border-left:none!important;border-top:1px solid var(--line-soft)!important;padding-left:0!important;padding-top:16px!important}section:has(.status-pill) .wrap>div[style*="repeat(4"][style*=background]{grid-template-columns:repeat(2,1fr)!important}#partners .wrap>div[style*=grid]:has(>div img){grid-template-columns:1fr!important;gap:28px!important}nav .status-pill{display:none}nav[data-nav] .wrap{gap:16px}.nav-links{gap:18px!important;font-size:14px!important}}@media(max-width:768px){.wrap{padding:0 18px}section{padding:calc(var(--density-y) * .55) 0}html[lang=zh] .h-display{font-size:clamp(26px,5vw,40px);line-height:1.25}.h-display{font-size:clamp(32px,6vw,52px);line-height:1.12}.h-title{font-size:clamp(22px,3.5vw,34px)}html[lang=zh] .h-title{font-size:clamp(20px,3vw,28px);line-height:1.3}.h-sub{font-size:14.5px;max-width:100%!important}html[lang=zh] .h-sub{font-size:14px;line-height:1.8}.big-num{font-size:clamp(32px,7vw,52px)}.eyebrow{font-size:11px;letter-spacing:.12em;gap:8px}html[lang=zh] .eyebrow{font-size:12px}.btn{padding:11px 18px;font-size:14px;gap:8px}.chip{font-size:11px;padding:6px 12px;gap:6px}.label-mono{font-size:11px}html[lang=zh] .label-mono{font-size:11.5px}.nav-links{display:none!important}.mobile-menu-btn,.mobile-menu-dropdown{display:flex!important}section:first-of-type{padding-top:110px!important;padding-bottom:24px!important}section:first-of-type .wrap>div[style*=grid]{grid-template-columns:1fr!important;gap:36px!important}section:first-of-type .wrap>div[style*=grid]>div:last-child{order:-1}section:first-of-type [style*=absolute][style*="top: -14"]{display:none!important}section:first-of-type [style*="borderTop: 1px solid var(--line-soft)"]{gap:20px!important;justify-content:space-around!important}section:first-of-type [style*="borderTop: 1px solid var(--line-soft)"]>div{text-align:center!important}section:first-of-type [style*="borderTop: 1px solid var(--line-soft)"]>div>div:first-child{font-size:32px!important}section:first-of-type .wrap>div[style*=flex]:last-child{overflow-x:auto!important;flex-wrap:nowrap!important;justify-content:flex-start!important;-webkit-overflow-scrolling:touch;scrollbar-width:none}section:first-of-type .wrap>div[style*=flex]:last-child::-webkit-scrollbar{display:none}section:first-of-type .wrap>div[style*=flex]:last-child>div:not(:first-child){flex-shrink:0}section:first-of-type [style*="fontFamily: var(--mono)"][style*="lineHeight: 1.8"]{font-size:11px!important;padding:10px!important}#platform .wrap>div[style*=grid]:first-of-type{grid-template-columns:1fr!important;gap:24px!important;margin-bottom:28px!important}#platform .wrap>div[style*=grid]:last-of-type{grid-template-columns:1fr!important;gap:14px!important}#platform .wrap>div[style*=grid]:last-of-type>div{padding:22px 20px!important;min-height:auto!important}#platform .wrap>div[style*=grid]:last-of-type>div [style*="fontSize: 24"]{font-size:19px!important}section:has([style*="minHeight: 320"]) .wrap>div[style*="repeat(5"]{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}section:has([style*="minHeight: 320"]) .wrap>div[style*="repeat(5"]>div{min-height:auto!important;padding:18px!important}section:has([style*="minHeight: 320"]) .wrap>div[style*="repeat(5"]>div h3,section:has([style*="minHeight: 320"]) .wrap>div[style*="repeat(5"]>div [style*="fontFamily: var(--serif-cjk)"][style*="fontSize: 26"]{font-size:18px!important;margin:16px 0 8px!important}section:has([style*="minHeight: 320"]) .wrap>div[style*="repeat(5"]>div p{font-size:13px!important}section:has([style*="minHeight: 320"]) .wrap>div[style*="repeat(5"]>div [style*="marginTop: auto"]{padding-top:12px!important}section:has([style*="minHeight: 320"]) .wrap>div[style*="repeat(5"]>div [style*="marginTop: auto"] span{font-size:11px!important;padding:3px 6px!important}#matrix .wrap>div[style*="repeat(4"]{grid-template-columns:1fr!important;gap:28px!important;max-width:420px;margin:0 auto}#matrix .wrap>div[style*="position: relative"]>div[style*=absolute]{display:none!important}#matrix .wrap>div[style*="repeat(1fr"]>div{text-align:center!important}#matrix .wrap>div[style*="repeat(1fr"]>div>div[style*="width: 80"]{width:64px!important;height:64px!important;font-size:24px!important;margin:0 auto 16px!important}#matrix .wrap>div[style*="repeat(1fr"]>div p{max-width:300px!important;margin:0 auto!important}#agents .wrap>div[style*="repeat(5"]{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}#agents .wrap>div[style*="repeat(5"]>div{min-height:auto!important;padding:48px 14px 18px!important}#agents .wrap>div[style*="repeat(5"]>div>div[style*="width: 72"]{width:56px!important;height:56px!important;font-size:26px!important}#agents .wrap>div[style*="repeat(5"]>div>div[style*="fontFamily: var(--serif-cjk)"][style*="fontSize: 22"]{font-size:17px!important}#agents .wrap>div[style*="repeat(5"]>div>div[style*="color: var(--text-2)"]{font-size:12px!important}#agents .wrap>div[style*="display: flex"][style*="gap: 0"]{overflow-x:auto!important;flex-wrap:nowrap!important;-webkit-overflow-scrolling:touch;scrollbar-width:none}#agents .wrap>div[style*="display: flex"][style*="gap: 0"]::-webkit-scrollbar{display:none}#agents .wrap>div[style*="display: flex"][style*="gap: 0"] button{white-space:nowrap!important;flex-shrink:0}section:has([style*="padding: 30"]) .wrap>div[style*="repeat(4"][style*=background]{grid-template-columns:repeat(2,1fr)!important}section:has([style*="padding: 30"]) .wrap>div[style*="repeat(4"]>div{padding:22px 16px!important}#customers .wrap>div[style*="repeat(2"],#customers .wrap>div[style*="repeat(3"]{grid-template-columns:1fr!important;gap:14px!important}#customers .wrap>div>div{min-height:auto!important;padding:22px!important;gap:12px!important}#customers .section-header-row{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}section[style*="padding: 50px"] .wrap>div>div[style*="repeat(2"]{grid-template-columns:repeat(2,1fr)!important;gap:16px!important;padding:28px 0!important}section[style*="padding: 50px"] .big-num{font-size:clamp(28px,7vw,42px)!important}#pricing .wrap>div[style*="repeat(2"],#pricing .wrap>div[style*="repeat(4"]{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}#pricing .wrap>div[style*="repeat(2"]>div,#pricing .wrap>div[style*="repeat(4"]>div{min-height:auto!important;padding:18px!important}#pricing .wrap>div[style*=repeat]>div [style*="fontFamily: var(--serif)"][style*="fontSize: 44"]{font-size:34px!important}#pricing .wrap>div[style*=repeat]>div ul{gap:6px!important;font-size:12.5px!important}#pricing [style*="position: absolute"][style*="top: -10"]{top:-8px!important;left:12px!important;font-size:11px!important;padding:2px 8px!important}#partners{padding:50px 0!important}#partners .wrap>div[style*="text-align: center"]{margin-bottom:36px!important}#partners .wrap>div[style*=grid]:has(>div img){grid-template-columns:1fr!important}nav{padding:8px 0!important}nav a[href="#"]{gap:8px!important;padding-right:12px!important}nav a[href="#"] span:first-child{font-size:17px}nav a[href="#"] span:last-child{font-size:9px}nav .theme-toggle{width:32px!important;height:32px!important}nav .lang-switch button{padding:5px 10px;font-size:11px}nav .btn-text{font-size:13px!important}nav .btn-primary{padding:8px 14px!important;font-size:13px!important}nav .btn-primary svg{width:10px;height:10px}.card,.hover-lift{border-radius:6px!important}.badge-card{border-radius:10px!important}details.faq{padding:18px 2px}details.faq summary{font-size:18px!important}details.faq .ans{font-size:14px;margin-top:10px}.plus{width:26px;height:26px;margin-left:16px;flex-shrink:0}.section-header-row{flex-direction:column;align-items:flex-start;gap:12px}}@media(max-width:480px){.wrap{padding:0 14px}section{padding:44px 0!important}html[lang=zh] .h-display{font-size:23px;line-height:1.28;letter-spacing:.005em}.h-display{font-size:clamp(27px,8vw,40px);line-height:1.12}.h-title{font-size:clamp(19px,5vw,28px)}html[lang=zh] .h-title{font-size:18px;line-height:1.35}.h-sub{font-size:13.5px;line-height:1.75}html[lang=zh] .h-sub{font-size:13.5px;line-height:1.85}.big-num{font-size:clamp(26px,9vw,40px)}.eyebrow{font-size:10px;gap:6px}.eyebrow:before{width:16px}html[lang=zh] .eyebrow{font-size:11px}.label-mono{font-size:10px}html[lang=zh] .label-mono{font-size:10.5px}.btn{padding:10px 16px;font-size:13px;min-height:44px}.btn-primary,.btn-ghost{width:100%;justify-content:center}.chip{font-size:10px;padding:5px 10px;gap:6px;min-height:32px}nav{padding:6px 0!important}nav .theme-toggle{width:30px!important;height:30px!important;min-width:38px!important;min-height:38px!important}nav .lang-switch button{padding:4px 8px;font-size:10px}nav .btn-text{display:none!important}nav .btn-primary{padding:7px 12px!important;font-size:12px!important;min-height:36px!important}nav .btn-primary svg{width:10px;height:10px}nav a[href="#"]{gap:6px!important}nav a[href="#"]>div>span:first-child{font-size:16px}nav a[href="#"] div>div[style*="font-size: 10"]{font-size:8px!important}.mobile-menu-btn{width:32px!important;height:32px!important;min-width:38px!important;min-height:38px!important}.mobile-menu-dropdown{padding:10px 14px 14px!important}.mobile-menu-dropdown a{font-size:14px!important;padding:9px 0!important;min-height:44px;display:flex!important;align-items:center}.mobile-menu-dropdown div a.btn{min-height:42px;font-size:13px}section:first-of-type{padding-top:96px!important}section:first-of-type .chip{font-size:11px!important}section:first-of-type h1{margin-top:18px!important}section:first-of-type p.h-sub{margin-top:20px!important}section:first-of-type [style*="display: flex"][style*="gap: 12"]{gap:10px!important;margin-top:24px!important}section:first-of-type [style*="display: flex"][style*="gap: 12"] .btn{flex:1}section:first-of-type [style*="borderTop: 1px solid var(--line-soft)"]{gap:16px!important;padding-top:18px!important}section:first-of-type [style*="borderTop: 1px solid var(--line-soft)"]>div>div:first-child{font-size:26px!important}section:first-of-type [style*="borderTop: 1px solid var(--line-soft)"]>div>div:last-child{font-size:12.5px!important}section:first-of-type [style*="borderRadius: 12"]{padding:14px!important;border-radius:10px!important}section:first-of-type svg[viewBox="0 0 760 420"]{min-height:200px}#platform .wrap>div[style*=grid]:last-of-type>div{padding:18px 16px!important}#platform .wrap>div[style*=grid]:last-of-type>div [style*="fontSize: 24"]{font-size:17px!important}#platform .wrap>div[style*=grid]:last-of-type>div [style*="lineHeight: 1.75"]{font-size:13px!important;line-height:1.65!important}section:has([style*="minHeight: 320"]) .wrap>div[style*="repeat(5"],section:has([style*="minHeight: 320"]) .wrap>div[style*="repeat(2"]{grid-template-columns:1fr!important}#agents .wrap>div[style*="repeat(5"],#agents .wrap>div[style*="repeat(2"]{grid-template-columns:1fr!important;gap:12px!important}#agents .wrap>div[style*=repeat]>div{padding:46px 18px 16px!important;flex-direction:row!important;text-align:left!important;gap:14px!important;align-items:center!important}#agents .wrap>div[style*=repeat]>div>div[style*="width: 72"],#agents .wrap>div[style*=repeat]>div>div[style*="width: 56"]{width:44px!important;height:44px!important;font-size:20px!important;flex-shrink:0!important}#agents .wrap>div[style*=repeat]>div .badge-hole{top:28px!important;width:10px!important;height:10px!important}#agents .wrap>div[style*=repeat]>div [style*="display: flex"][style*="justifyContent: space-between"]{flex-direction:column!important;align-items:flex-start!important;gap:2px!important;padding-top:8px!important;margin-top:4px!important}#matrix .wrap>div[style*="repeat(1fr"]>div>div[style*="width: 80"],#matrix .wrap>div[style*="repeat(1fr"]>div>div[style*="width: 64"]{width:56px!important;height:56px!important;font-size:22px!important}#matrix .wrap>div[style*="repeat(1fr"]>div h3{font-size:19px!important}#customers .wrap>div>div{padding:18px!important}#customers .wrap>div>div p{font-size:14px!important}#pricing .wrap>div[style*="repeat(2"]>div,#pricing .wrap>div[style*="repeat(4"]>div{padding:18px 16px!important}#pricing .wrap>div[style*="repeat(2"],#pricing .wrap>div[style*="repeat(4"]{grid-template-columns:1fr!important}#pricing .wrap>div[style*=repeat]>div [style*="fontFamily: var(--serif)"][style*="fontSize: 44"],#pricing .wrap>div[style*=repeat]>div [style*="fontFamily: var(--serif)"][style*="fontSize: 34"]{font-size:32px!important}section[style*="padding: 50px"] .wrap>div{padding:32px 0!important}#partners .wrap>div[style*=grid]:has(>div img){gap:20px!important}details.faq{padding:16px 2px!important}details.faq summary{font-size:16px!important}details.faq .ans{font-size:13px!important;margin-top:8px!important}.plus{width:24px!important;height:24px!important;margin-left:12px!important}.card,.hover-lift{border-radius:6px!important}.badge-card{border-radius:10px!important}}@media(max-width:360px){.wrap{padding:0 12px}section{padding:38px 0!important}html[lang=zh] .h-display{font-size:21px}.h-display{font-size:24px}.h-title{font-size:17px}html[lang=zh] .h-title{font-size:16px}.btn{padding:9px 14px!important;font-size:12.5px!important}.nav-links{gap:12px!important;font-size:13px!important}nav .lang-switch button{padding:4px 8px;font-size:10px}}@media(hover:none)and (pointer:coarse){.btn{min-height:44px}.chip{min-height:36px}details.faq summary{min-height:44px;align-items:center}nav .theme-toggle{min-width:44px;min-height:44px}.nav-link{padding:8px 4px}}@media(max-height:500px)and (orientation:landscape){section{padding:32px 0!important}html[lang=zh] .h-display{font-size:22px}.h-display{font-size:26px}.big-num{font-size:30px}section:first-of-type{padding-top:76px!important}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body:after{opacity:.04}}html{visibility:hidden}html[data-theme]{visibility:visible}
