@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;700&display=swap";.zmux-page{--zmux-bg:#090a0c;--zmux-bg-soft:#101114;--zmux-surface:#141518d6;--zmux-surface-hover:#1e1f22eb;--zmux-border:#ffffff1c;--zmux-border-strong:#fff3;--zmux-accent-light:#082245;--zmux-accent:#053d63;--zmux-accent-dark:#050c2b;--zmux-accent-bright:#6f9fbd;--zmux-accent-soft:#0822457a;--zmux-accent-quiet:#053d6324;--zmux-text:#f3f0ea;--zmux-text-muted:#aca69b;background:linear-gradient(180deg, #08224533 0%, transparent 24rem), linear-gradient(135deg, #053d631f 0%, transparent 38%), var(--zmux-bg);color:var(--zmux-text);-webkit-user-select:none;user-select:none;min-height:100vh;font-family:Inter,sans-serif;line-height:1.6;position:relative;overflow-x:hidden}.zmux-page *{box-sizing:border-box}:is(html:has(.zmux-page),body:has(.zmux-page)){overflow-x:clip}.zmux-page:before{content:"";z-index:0;pointer-events:none;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:72px 72px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000006b,#0000 44rem);mask-image:linear-gradient(#0000006b,#0000 44rem)}.zmux-nav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--zmux-border);z-index:50;background:#090a0cb8;justify-content:space-between;align-items:center;padding:.7rem 4rem;display:flex;position:fixed;top:0;left:0;right:0}.zmux-nav-brand{color:#fff;align-items:center;gap:1rem;font-size:1.1rem;font-weight:700;text-decoration:none;display:flex}.zmux-nav-brand img{border-radius:7px;width:34px;height:34px}.zmux-nav-links{align-items:center;gap:2rem;display:flex}.zmux-nav-links a{color:var(--zmux-text-muted);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.zmux-nav-links a:hover{color:var(--zmux-accent-bright)}.zmux-nav-github{align-items:center;gap:.45rem;display:inline-flex}.zmux-nav-github svg{flex:none;width:18px;height:18px}.zmux-btn-primary{background:linear-gradient(135deg, var(--zmux-accent-light), var(--zmux-accent));color:#f7fbff;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .2s,transform .2s;display:inline-flex}.zmux-btn-primary:hover{transform:translateY(-1px);box-shadow:0 12px 28px #053d633d}.zmux-btn-secondary{color:var(--zmux-text);border:1px solid var(--zmux-border);background:#ffffff08;border-radius:6px;justify-content:center;align-items:center;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.zmux-btn-secondary:hover{background:var(--zmux-surface);border-color:var(--zmux-border-strong)}.zmux-hero{text-align:center;z-index:10;max-width:1200px;margin:0 auto;padding:10rem 2rem 5rem;position:relative}.zmux-hero:before,.zmux-hero:after{content:"";pointer-events:none;z-index:0;height:36rem;position:absolute;inset:4rem -8rem auto}.zmux-hero:before{background-color:#0000;background-image:linear-gradient(#6f9fbd0e 1px,#0000 1px),linear-gradient(90deg,#6f9fbd0b 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:72px 72px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;animation:18s linear infinite zmux-grid-drift;-webkit-mask-image:linear-gradient(#0000,#000 22% 62%,#0000);mask-image:linear-gradient(#0000,#000 22% 62%,#0000)}.zmux-hero:after{filter:blur(18px);opacity:.6;background:linear-gradient(115deg,#0000 22%,#6f9fbd1a 42%,#0000 58%),linear-gradient(#053d632e,#0000 68%);animation:9s ease-in-out infinite alternate zmux-hero-sheen}.zmux-hero>*{z-index:1;position:relative}.zmux-hero-badge{background:var(--zmux-accent-soft);color:#b6d4e5;border:1px solid #6f9fbd3d;border-radius:100px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.zmux-hero h1{letter-spacing:0;color:#fff;text-wrap:balance;margin:0 0 1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.zmux-hero h1 span{background:linear-gradient(135deg, #fff, var(--zmux-accent-bright), var(--zmux-accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.zmux-hero p{color:var(--zmux-text-muted);text-wrap:balance;max-width:940px;margin:0 auto 30px;font-size:1.25rem}.zmux-hero-actions{justify-content:center;gap:1rem;margin-bottom:4rem;display:flex}.zmux-hero-image{border:1px solid var(--zmux-border);border-radius:8px;transition:transform .5s;position:relative;overflow:hidden;transform:perspective(1000px)rotateX(2deg);box-shadow:0 24px 80px #0000008f,0 0 0 1px #ffffff0a}.zmux-hero-image:hover{transform:perspective(1000px)rotateX(0)}.zmux-hero-image img{width:100%;display:block}.zmux-section{z-index:10;max-width:1200px;margin:0 auto;padding:6rem 2rem;position:relative}.zmux-section-title{color:#fff;text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.zmux-section-desc{color:var(--zmux-text-muted);text-align:center;max-width:800px;margin:0 auto 4rem;font-size:1.1rem}.zmux-agent-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;max-width:760px;margin:0 auto 2.5rem;display:grid}.zmux-agent-pill{color:#e9edf2;text-align:center;background:#ffffff0b;border:1px solid #6f9fbd2e;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;min-width:0;min-height:44px;padding:.62rem .55rem;font-size:.82rem;font-weight:700;line-height:1.1;display:flex;box-shadow:inset 0 1px #ffffff0d}.zmux-agent-icon{flex:none;justify-content:center;align-items:center;width:21px;height:21px;display:inline-flex}.zmux-agent-icon-light{background:#f3f0eaf0;border-radius:5px;padding:3px}.zmux-agent-icon img{object-fit:contain;width:100%;height:100%;display:block}.zmux-agent-pill span:last-child{overflow-wrap:anywhere;min-width:0}.zmux-cta-section{max-width:1120px;padding-top:3rem;padding-bottom:8rem}.zmux-cta-panel{text-align:center;background:linear-gradient(135deg,#6f9fbd24,#053d630d 42%),#ffffff09;border:1px solid #6f9fbd33;border-radius:8px;max-width:920px;margin:0 auto;padding:4rem 3rem;position:relative;overflow:hidden;box-shadow:0 24px 80px #00000061,inset 0 1px #ffffff0f}.zmux-cta-panel:before{content:"";pointer-events:none;background-color:#0000;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:72px 72px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000000bf,#0000);mask-image:linear-gradient(#000000bf,#0000)}.zmux-cta-kicker{color:#b6d4e5;letter-spacing:.12em;text-transform:uppercase;margin-bottom:1rem;font-size:.78rem;font-weight:700;position:relative}.zmux-cta-panel h2{color:#fff;letter-spacing:0;max-width:780px;margin:0 auto;font-size:clamp(2.1rem,4vw,3.25rem);font-weight:800;line-height:1.05;position:relative}.zmux-cta-panel p{max-width:670px;color:var(--zmux-text-muted);margin:1.25rem auto 2rem;font-size:1.08rem;position:relative}.zmux-cta-button{gap:.5rem;position:relative}.zmux-cta-button svg{color:#f8c15c;width:18px;height:18px}.zmux-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;display:grid}.zmux-card{background:var(--zmux-surface);border:1px solid var(--zmux-border);border-radius:8px;padding:2rem;transition:transform .3s,background .3s,border-color .3s}.zmux-card:hover{background:var(--zmux-surface-hover);border-color:var(--zmux-border-strong);transform:translateY(-5px)}.zmux-card-icon{background:var(--zmux-accent-quiet);width:48px;height:48px;color:var(--zmux-accent-bright);border-radius:8px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.zmux-card-icon svg{stroke-width:2px;width:24px;height:24px}.zmux-card h3{color:#fff;margin:0 0 1rem;font-size:1.12rem;line-height:1.25}.zmux-card p{color:var(--zmux-text-muted);margin:0;font-size:.92rem}.zmux-feature{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:8rem;display:grid}.zmux-feature:nth-child(2n){grid-template-columns:1fr 1fr}.zmux-feature:nth-child(2n) .zmux-feature-content{order:2}.zmux-feature:nth-child(2n) .zmux-feature-image{order:1}.zmux-feature-content h2{color:#fff;margin:0 0 1.5rem;font-size:2.5rem;line-height:1.2}.zmux-feature-content p{color:var(--zmux-text-muted);margin:0 0 2rem;font-size:1.1rem}.zmux-feature-list{margin:0;padding:0;list-style:none}.zmux-feature-list li{color:var(--zmux-text);align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.zmux-feature-list li svg{color:var(--zmux-accent-bright);flex-shrink:0;width:20px;height:20px}.zmux-feature-image{border:1px solid var(--zmux-border);background:var(--zmux-bg-soft);border-radius:8px;overflow:hidden;box-shadow:0 20px 44px #0000005c}.zmux-feature-image img{width:100%;display:block}.zmux-reveal{opacity:0;transition:opacity .75s,transform .75s;transition-delay:var(--zmux-reveal-delay,0s);transform:translateY(26px)}.zmux-reveal-visible{opacity:1;transform:translateY(0)}.zmux-terminal-block{border:1px solid var(--zmux-border);color:#b6d4e5;background:#050505;border-radius:8px;flex-direction:column;gap:.9rem;margin-top:2rem;padding:1rem 1.2rem 1.15rem;font-family:JetBrains Mono,monospace;font-size:.9rem;display:flex;position:relative;overflow:hidden}.zmux-command-row{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.zmux-command-text{color:inherit;font:inherit;overflow-wrap:anywhere;-webkit-user-select:text;user-select:text;min-width:0}.zmux-copy-button{color:#d8e8f2;cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff0e;border:1px solid #6f9fbd3d;border-radius:6px;flex:none;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;font-family:Inter,sans-serif;font-size:.78rem;font-weight:700;transition:background .2s,border-color .2s,transform .2s;display:inline-flex}.zmux-copy-button:hover{background:#6f9fbd24;border-color:#6f9fbd6b;transform:translateY(-1px)}.zmux-copy-button svg{width:15px;height:15px}.zmux-terminal-block:before{content:"";background:linear-gradient(90deg, var(--zmux-accent-dark), var(--zmux-accent));height:4px;position:absolute;top:0;left:0;right:0}.zmux-hero-install{text-align:center;max-width:720px;margin:0 auto 4rem}.zmux-hero-install .zmux-terminal-block{text-align:center;max-width:560px;margin:1rem auto 0}.zmux-install-eyebrow{color:#d8e8f2;letter-spacing:.12em;text-transform:uppercase;font-size:.8rem;font-weight:700}.zmux-platforms{background:#ffffff09;border-bottom:1px solid #6f9fbd2e;border-radius:7px;justify-content:space-between;gap:.35rem;width:100%;padding:.22rem;display:flex}.zmux-platform{min-width:0;color:var(--zmux-text-muted);letter-spacing:0;white-space:nowrap;border-radius:5px;flex:1 1 0;justify-content:center;align-items:center;gap:.38rem;padding:.45rem .35rem;font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;line-height:1;display:inline-flex}.zmux-platform img{object-fit:contain;opacity:.9;width:13px;height:13px}.zmux-platform span{color:var(--zmux-text);font-weight:700}.zmux-platform strong{color:var(--zmux-text-muted);font-size:.68rem;font-weight:600}.zmux-platform-active{color:#eff8ff;background:#6f9fbd29;box-shadow:inset 0 0 0 1px #6f9fbd47}.zmux-platform-active strong{color:#d8e8f2}.zmux-footer{border-top:1px solid var(--zmux-border);text-align:center;z-index:10;background:#060708;justify-content:center;align-items:center;gap:1rem;padding:1.5rem 2rem;display:flex;position:relative}.zmux-footer-logo{color:#fff;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:inline-flex}.zmux-footer-logo img{border-radius:6px;width:28px;height:28px}.zmux-footer p{color:var(--zmux-text-muted);margin:0;font-size:.9rem}@keyframes zmux-grid-drift{0%{background-position:0 0,0 0}to{background-position:72px 72px,72px 72px}}@keyframes zmux-hero-sheen{0%{opacity:.36;transform:translate(-2%,-1%)skewY(-2deg)}to{opacity:.72;transform:translate(2%,1%)skewY(2deg)}}@media (prefers-reduced-motion:reduce){.zmux-hero:before,.zmux-hero:after{animation:none}.zmux-reveal{opacity:1;transition:none;transform:none}}@media (width<=1100px){.zmux-agent-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.zmux-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.zmux-feature,.zmux-feature:nth-child(2n){grid-template-columns:1fr;gap:2rem}.zmux-feature:nth-child(2n) .zmux-feature-content,.zmux-feature:nth-child(2n) .zmux-feature-image{order:initial}.zmux-nav{padding:1rem 2rem}.zmux-nav-links{gap:1rem;display:flex}.zmux-nav-github span{display:none}.zmux-nav-links a{font-size:.8rem}.zmux-hero{padding-top:8rem}}@media (width<=640px){.zmux-nav{padding:.9rem 1.2rem}.zmux-nav-links{gap:.8rem}.zmux-hero{padding:7rem 1.2rem 4rem}.zmux-hero h1{font-size:2.55rem}.zmux-hero p{font-size:1.05rem}.zmux-agent-grid{grid-template-columns:1fr;gap:.55rem;margin-bottom:2rem}.zmux-agent-pill{justify-content:flex-start;min-height:42px;padding:.58rem .65rem;font-size:.78rem}.zmux-terminal-block{text-align:left;flex-direction:column;align-items:stretch;padding:1.25rem}.zmux-platform{gap:.28rem;padding-inline:.25rem}.zmux-platform span{display:none}.zmux-copy-button{justify-content:center}.zmux-hero-actions{flex-direction:column;align-items:stretch;margin-bottom:3rem}.zmux-section{padding:4.5rem 1.2rem}.zmux-section-title,.zmux-feature-content h2{font-size:2rem}.zmux-cta-section{padding-bottom:5rem}.zmux-cta-panel{padding:2.5rem 1.25rem}.zmux-cta-panel h2{font-size:2rem}.zmux-footer{flex-direction:column;gap:.75rem;padding:1.5rem 1.2rem}.zmux-grid{grid-template-columns:1fr}.zmux-card{padding:1.5rem}}
