.agnt-landing{--ink:#211b15;--ink-soft:#5c534a;--ink-faint:#938a7f;--line:#e8e1d7;--line-soft:#f0ebe3;--paper:#fff;--paper-warm:#faf7f1;--paper-warm2:#f6f1e9;--accent:#4b33c7;--accent-deep:#3c29a6;--accent-tint:#eeebfa;--serif:var(--font-newsreader), Georgia, "Times New Roman", serif;--sans:var(--font-hanken), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mono:var(--font-ibm-plex-mono), ui-monospace, "SF Mono", Menlo, monospace;--maxw:1120px;font-synthesis:none;width:100%;min-height:100vh;font-family:var(--sans);color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;padding:0;line-height:1.6}:is(html:has(.agnt-landing),body:has(.agnt-landing)){scroll-behavior:smooth;background:#fff}.agnt-landing *,.agnt-landing :before,.agnt-landing :after{box-sizing:border-box;margin:0;padding:0}.agnt-landing a{color:inherit;text-decoration:none}.agnt-landing .wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 32px}.agnt-landing .mono-label{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--accent-deep);font-size:12px;font-weight:500}.agnt-landing header.site{z-index:50;-webkit-backdrop-filter:saturate(160%)blur(10px);backdrop-filter:saturate(160%)blur(10px);border-bottom:1px solid var(--line-soft);background:#ffffffd1;position:sticky;top:0}.agnt-landing .nav{justify-content:space-between;align-items:center;height:76px;display:flex}.agnt-landing .brand{letter-spacing:-.025em;color:var(--ink);align-items:center;gap:0;font-size:21px;font-weight:700;display:flex}.agnt-landing .brand .logo-accent{color:inherit}.agnt-landing .nav-links{align-items:center;gap:34px;display:flex}.agnt-landing .nav-links a{color:var(--ink-soft);white-space:nowrap;font-size:15px;font-weight:500;transition:color .15s}.agnt-landing .nav-links a:hover{color:var(--ink)}.agnt-landing .btn{font-family:var(--sans);cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;gap:8px;padding:11px 22px;font-size:15px;font-weight:600;transition:background .15s,transform .12s,border-color .15s,color .15s;display:inline-flex}.agnt-landing .btn-primary,.agnt-landing .nav-links a.btn-primary{background:var(--accent);color:#fff}.agnt-landing .btn-primary:hover{background:var(--accent-deep);transform:translateY(-1px)}.agnt-landing .nav .btn{padding:10px 20px}@media (max-width:760px){.agnt-landing .nav-links a:not(.btn){display:none}}.agnt-landing .hero{padding:72px 0 60px}.agnt-landing .hero-grid{grid-template-columns:1.02fr .98fr;align-items:center;gap:60px;display:grid}.agnt-landing .hero .mono-label{margin-bottom:22px;display:block}.agnt-landing h1{font-family:var(--serif);letter-spacing:-.02em;text-wrap:balance;max-width:13ch;color:var(--ink);margin-bottom:24px;font-size:clamp(37px,4.3vw,57px);font-weight:400;line-height:1.07}.agnt-landing h1 em{color:var(--accent);font-style:italic}.agnt-landing .lede{color:var(--ink-soft);text-wrap:pretty;max-width:52ch;margin-bottom:38px;font-size:clamp(18px,2.1vw,21px);line-height:1.55}.agnt-landing .hero-cta{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.agnt-landing .text-link{color:var(--ink);align-items:center;gap:7px;font-size:15px;font-weight:600;display:inline-flex}.agnt-landing .text-link .arr{color:var(--accent);transition:transform .18s}.agnt-landing .text-link:hover .arr{transform:translate(4px)}.agnt-landing .hero-visual{position:relative}.agnt-landing .chat-card{border:1px solid var(--line);background:#fff;border-radius:22px;width:100%;max-width:392px;margin:0 auto;overflow:hidden;box-shadow:0 1px #211b1508,0 46px 90px -50px #211b158c}.agnt-landing .hero-visual .float{z-index:2;border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:12px;align-items:center;gap:9px;padding:11px 13px;font-size:12.5px;font-weight:600;display:flex;position:absolute;box-shadow:0 20px 44px -26px #211b1566}.agnt-landing .hero-visual .float .fdot{color:#fff;border-radius:6px;flex:none;place-items:center;width:22px;height:22px;display:grid}.agnt-landing .hero-visual .float .fdot svg{width:13px;height:13px}.agnt-landing .hero-visual .float .ftext{gap:1px;line-height:1.2;display:grid}.agnt-landing .hero-visual .float.top{top:-24px;left:-14px}.agnt-landing .hero-visual .float.bot{bottom:-18px;right:-6px}.agnt-landing .hero-visual .float .sub{font-family:var(--mono);color:var(--ink-faint);letter-spacing:.04em;font-size:10px;font-weight:400}@media (max-width:920px){.agnt-landing .hero-grid{grid-template-columns:1fr;gap:48px}.agnt-landing h1{max-width:18ch}.agnt-landing .chat-card{max-width:420px}.agnt-landing .hero-visual .float.top{left:0}.agnt-landing .hero-visual .float.bot{right:0}}@media (max-width:480px){.agnt-landing .hero-visual .float{display:none}}@media (prefers-reduced-motion:no-preference){.agnt-landing .reveal{animation:.7s cubic-bezier(.2,.7,.2,1) backwards agnt-rise}.agnt-landing .hero .mono-label.reveal{animation-delay:80ms}.agnt-landing .hero h1.reveal{animation-delay:.17s}.agnt-landing .hero .lede.reveal{animation-delay:.26s}.agnt-landing .hero .hero-cta.reveal{animation-delay:.35s}.agnt-landing .hero-visual.reveal{animation-delay:.44s}.agnt-landing .device.reveal{animation-delay:.53s}}@keyframes agnt-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.agnt-landing .showcase{padding:20px 0 96px}.agnt-landing .showcase-head{text-align:center;max-width:30ch;margin:0 auto 38px}.agnt-landing .showcase-head .mono-label{margin-bottom:14px;display:block}.agnt-landing .showcase-head h2{font-family:var(--serif);letter-spacing:-.02em;font-size:clamp(27px,3.4vw,40px);font-weight:400;line-height:1.12}.agnt-landing .showcase-head h2 em{color:var(--accent);font-style:italic}.agnt-landing .device-cap{text-align:center;max-width:64ch;color:var(--ink-faint);text-wrap:pretty;margin:22px auto 0;font-size:14px;line-height:1.55}.agnt-landing .device-cap b{color:var(--ink-soft);font-weight:500}.agnt-landing .device{border:1px solid var(--line);background:var(--paper-warm);border-radius:16px;overflow:hidden;box-shadow:0 1px #211b1508,0 40px 80px -50px #211b1573}.agnt-landing .device-bar{border-bottom:1px solid var(--line);background:#fff;align-items:center;gap:14px;padding:14px 18px;display:flex}.agnt-landing .dots{gap:7px;display:flex}.agnt-landing .dots i{background:#e6ded3;border-radius:50%;width:11px;height:11px;display:block}.agnt-landing .crumb{font-family:var(--mono);color:var(--ink-faint);font-size:12.5px}.agnt-landing .crumb b{color:var(--ink-soft);font-weight:500}.agnt-landing .device-bar .savebtn{font-family:var(--sans);color:var(--accent-deep);background:var(--accent-tint);border:1px solid #ddd6f6;border-radius:999px;margin-left:auto;padding:6px 14px;font-size:13px;font-weight:600}.agnt-landing .device-body{grid-template-columns:1fr 372px;display:grid}.agnt-landing .config{background:#fff;flex-direction:column;gap:22px;padding:26px 28px 30px;display:flex}.agnt-landing .agent-id{align-items:center;gap:13px;display:flex}.agnt-landing .agent-id .ava{background:linear-gradient(150deg, #9685ee, var(--accent));color:#fff;width:42px;height:42px;font-family:var(--serif);border-radius:11px;flex:none;place-items:center;font-size:20px;display:grid}.agnt-landing .agent-id .who .nm{letter-spacing:-.01em;font-size:16px;font-weight:600}.agnt-landing .agent-id .who .st{color:var(--ink-faint);align-items:center;gap:6px;font-size:12.5px;display:flex}.agnt-landing .agent-id .who .st:before{content:"";background:#36b37e;border-radius:50%;width:6px;height:6px}.agnt-landing .field-label{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint);margin-bottom:9px;font-size:11px;display:block}.agnt-landing .instr{border:1px solid var(--line);color:var(--ink-soft);background:var(--paper-warm);border-radius:10px;padding:13px 14px;font-size:13.5px;line-height:1.55}.agnt-landing .instr b{color:var(--ink);font-weight:600}.agnt-landing .seg-grid{grid-template-columns:1fr 1fr;gap:22px;display:grid}.agnt-landing .toollist{flex-direction:column;gap:8px;display:flex}.agnt-landing .tool{border:1px solid var(--line);background:#fff;border-radius:9px;align-items:center;gap:10px;padding:9px 11px;display:flex}.agnt-landing .tool .ti{background:var(--paper-warm2);width:24px;height:24px;color:var(--ink-soft);border-radius:6px;flex:none;place-items:center;display:grid}.agnt-landing .tool .ti svg{width:13px;height:13px}.agnt-landing .tool .tn{font-family:var(--mono);color:var(--ink);font-size:12.5px}.agnt-landing .tool .toggle{background:var(--accent);border-radius:999px;flex:none;width:30px;height:18px;margin-left:auto;position:relative}.agnt-landing .tool .toggle:after{content:"";background:#fff;border-radius:50%;width:14px;height:14px;position:absolute;top:2px;right:2px}.agnt-landing .tool.off .toggle{background:#ddd4c8}.agnt-landing .tool.off .toggle:after{left:2px;right:auto}.agnt-landing .tool.off .tn{color:var(--ink-faint)}.agnt-landing .files{flex-direction:column;gap:8px;display:flex}.agnt-landing .file{border:1px solid var(--line);background:#fff;border-radius:9px;align-items:center;gap:10px;padding:9px 11px;display:flex}.agnt-landing .file .fi{background:var(--accent-tint);width:24px;height:24px;color:var(--accent-deep);border-radius:6px;flex:none;place-items:center;display:grid}.agnt-landing .file .fi svg{width:13px;height:13px}.agnt-landing .file .fn{color:var(--ink);font-size:13px;font-weight:500}.agnt-landing .file .fz{font-family:var(--mono);color:var(--ink-faint);margin-left:auto;font-size:11px}.agnt-landing .deploy{background:var(--paper-warm);border-left:1px solid var(--line);flex-direction:column;gap:11px;padding:26px 24px 28px;display:flex}.agnt-landing .deploy .field-label{margin-bottom:3px}.agnt-landing .dchan{border:1px solid var(--line);background:#fff;border-radius:10px;align-items:center;gap:11px;padding:12px 13px;display:flex}.agnt-landing .dchan .di{color:#fff;border-radius:8px;flex:none;place-items:center;width:32px;height:32px;display:grid}.agnt-landing .dchan .di svg{width:17px;height:17px}.agnt-landing .dchan .dn{font-size:14px;font-weight:600}.agnt-landing .dchan .dx{color:var(--ink-faint);font-size:11.5px}.agnt-landing .dchan .ds{font-family:var(--mono);color:#2f8f5b;letter-spacing:.04em;align-items:center;gap:5px;margin-left:auto;font-size:10px;display:flex}.agnt-landing .dchan .ds:before{content:"";background:#36b37e;border-radius:50%;width:6px;height:6px}.agnt-landing .deploy-foot{font-family:var(--mono);color:var(--ink-faint);align-items:center;gap:8px;margin-top:auto;padding-top:10px;font-size:11px;display:flex}.agnt-landing .deploy-foot svg{width:13px;height:13px;color:var(--accent)}.agnt-landing .preview{background:var(--paper-warm2);border-left:1px solid var(--line);flex-direction:column;display:flex}.agnt-landing .chat-head{border-bottom:1px solid var(--line);background:#fff;align-items:center;gap:11px;padding:14px 18px;display:flex}.agnt-landing .chat-head .wa{color:#fff;background:#25d366;border-radius:50%;flex:none;place-items:center;width:34px;height:34px;display:grid}.agnt-landing .chat-head .wa svg{width:18px;height:18px}.agnt-landing .chat-head .ti2{flex:1;min-width:0}.agnt-landing .chat-head .ti2 .n{white-space:nowrap;font-size:14px;font-weight:600;line-height:1.3}.agnt-landing .chat-head .ti2 .c{color:var(--ink-faint);white-space:nowrap;font-size:11.5px;line-height:1.3}.agnt-landing .chat-head .channel-tag{font-family:var(--mono);color:var(--ink-faint);letter-spacing:.06em;margin-left:auto;font-size:10.5px}.agnt-landing .chat{background:radial-gradient(circle at 1px 1px, #211b150a 1px, transparent 0) 0 0 / 18px 18px, var(--paper-warm);flex-direction:column;flex:1;gap:10px;padding:20px 16px;display:flex}.agnt-landing .bubble{border-radius:14px;max-width:80%;padding:9px 13px;font-size:13.5px;line-height:1.45}.agnt-landing .bubble.in{border:1px solid var(--line);color:var(--ink);background:#fff;border-bottom-left-radius:4px;align-self:flex-start}.agnt-landing .bubble.out{color:#143a1e;background:#dcf8c6;border-bottom-right-radius:4px;align-self:flex-end}.agnt-landing .bubble .tm{color:#00000059;text-align:right;margin-top:3px;font-size:9.5px;display:block}.agnt-landing .bubble.in .tm{text-align:left}.agnt-landing .typing{border:1px solid var(--line);background:#fff;border-radius:14px 14px 14px 4px;align-self:flex-start;gap:4px;padding:11px 14px;display:flex}.agnt-landing .typing i{background:var(--ink-faint);opacity:.4;border-radius:50%;width:6px;height:6px;animation:1.2s infinite agnt-blink}.agnt-landing .typing i:nth-child(2){animation-delay:.2s}.agnt-landing .typing i:nth-child(3){animation-delay:.4s}@keyframes agnt-blink{0%,60%,to{opacity:.25}30%{opacity:.9}}@media (prefers-reduced-motion:reduce){.agnt-landing .typing i{animation:none}}@media (max-width:880px){.agnt-landing .device-body{grid-template-columns:1fr}.agnt-landing .preview{border-left:none;border-top:1px solid var(--line)}.agnt-landing .seg-grid{grid-template-columns:1fr}}.agnt-landing section.caps{padding:30px 0 100px}.agnt-landing .caps-intro{font-family:var(--serif);letter-spacing:-.015em;max-width:22ch;color:var(--ink);margin-bottom:56px;font-size:clamp(24px,3.4vw,34px);line-height:1.25}.agnt-landing .caps-intro span{color:var(--ink-faint)}.agnt-landing .caps-grid{grid-template-columns:repeat(3,1fr);gap:0;display:grid}.agnt-landing .cap{border-top:1.5px solid var(--ink);margin-right:30px;padding:28px 30px 8px 0}.agnt-landing .cap:last-child{margin-right:0}.agnt-landing .cap .num{font-family:var(--mono);color:var(--accent-deep);letter-spacing:.05em;margin-bottom:26px;font-size:12px}.agnt-landing .cap h3{font-family:var(--serif);letter-spacing:-.01em;margin-bottom:12px;font-size:24px;font-weight:500}.agnt-landing .cap p{color:var(--ink-soft);text-wrap:pretty;font-size:15.5px}@media (max-width:820px){.agnt-landing .caps-grid{grid-template-columns:1fr}.agnt-landing .cap{margin-right:0;padding-right:0}}.agnt-landing footer.site{border-top:1px solid var(--line);background:#fff;padding:56px 0 44px}.agnt-landing .foot-top{border-bottom:1px solid var(--line-soft);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:40px;padding-bottom:36px;display:flex}.agnt-landing .foot-brand{max-width:34ch}.agnt-landing .foot-brand .brand{margin-bottom:14px}.agnt-landing .foot-brand p{color:var(--ink-faint);font-size:14.5px;line-height:1.55}.agnt-landing .foot-links{flex-wrap:wrap;gap:64px;display:flex}.agnt-landing .foot-col h4{font-family:var(--mono);text-transform:uppercase;letter-spacing:.1em;color:var(--ink-faint);margin-bottom:16px;font-size:11px;font-weight:500}.agnt-landing .foot-col ul{gap:11px;list-style:none;display:grid}.agnt-landing .foot-col a{color:var(--ink-soft);white-space:nowrap;font-size:14.5px;transition:color .15s}.agnt-landing .foot-col a:hover{color:var(--accent-deep)}.agnt-landing .foot-col .linklike{font-family:var(--sans);color:var(--ink-soft);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-size:14.5px;transition:color .15s}.agnt-landing .foot-col .linklike:hover{color:var(--accent-deep)}.agnt-landing .foot-legal{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:30px;display:flex}.agnt-landing .foot-legal p{color:var(--ink-faint);font-size:13.5px}.agnt-landing .foot-legal .reg{color:var(--ink-soft)}@media (max-width:639px){.agnt-landing .nav .btn,.agnt-landing .btn,.agnt-landing .text-link{min-height:44px}.agnt-landing .foot-col ul{gap:12px}.agnt-landing .foot-col a{align-items:center;min-height:44px;display:inline-flex}}
