@import"https://fonts.googleapis.com/css2?family=Archivo+Expanded:wght@600;700&family=Space+Grotesk:wght@400;500;600&display=swap";:root{--font-display: "Archivo Expanded", "Space Grotesk", sans-serif;--font-body: "Space Grotesk", sans-serif;--bg-main: #f4f1e8;--bg-panel: #fffaf0;--ink-strong: #1f2320;--ink-muted: #5d655f;--line: rgba(31, 35, 32, .16);--accent: #12786a;--accent-2: #d55d1f;--shadow-soft: 0 20px 44px rgba(23, 44, 38, .12)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:var(--bg-main);color:var(--ink-strong);font-family:var(--font-body);line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}.page-shell{position:relative;max-width:1120px;margin:0 auto;padding:1.25rem 1.25rem 3rem;overflow:hidden}.bg-orb{position:absolute;z-index:-1;border-radius:999px;filter:blur(14px);opacity:.36;animation:drift 12s ease-in-out infinite}.bg-orb-left{width:18rem;height:18rem;top:-5rem;left:-6rem;background:radial-gradient(circle,#2bb2a1,#2bb2a100 70%)}.bg-orb-right{width:22rem;height:22rem;top:7rem;right:-8rem;background:radial-gradient(circle,#f59c63,#f59c6300 70%);animation-delay:-4s}.site-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem 0;border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:baseline;gap:.65rem}.brand-mark{font-family:var(--font-display);letter-spacing:.08em;font-size:1rem}.brand-sub{color:var(--ink-muted);font-size:.9rem}.header-nav{display:inline-flex;gap:1rem}.header-nav a{color:var(--ink-muted);font-weight:500}main{display:grid;gap:2.75rem;padding-top:1.5rem}.hero{padding:1rem 0;display:flex;align-items:center;gap:3rem}.hero-content,.hero-demo{flex:1;min-width:0}.eyebrow{display:inline-block;margin:0;border:1px solid var(--line);border-radius:999px;padding:.3rem .75rem;font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-muted)}.hero h1{margin:1rem 0 0;font-family:var(--font-display);font-size:clamp(2rem,6vw,3.4rem);line-height:1.08;max-width:16ch}.hero-copy{margin:1rem 0 0;max-width:68ch;color:var(--ink-muted);font-size:1.05rem}.hero-onboarding{max-width:34rem;margin-top:1.2rem}.hero-video{width:100%;border-radius:8px}.hero-links{margin-top:1rem;display:flex;flex-wrap:wrap;gap:1rem}.hero-links a{color:#15584d;font-weight:600;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.16em}.section{display:grid;gap:1rem}.section-header h2{margin:0;font-family:var(--font-display);font-size:clamp(1.5rem,3.7vw,2.2rem);line-height:1.15}.feature-grid,.workflow-grid{display:grid;gap:.85rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.feature-card,.workflow-card{border:1px solid var(--line);border-radius:1rem;padding:1rem;background:#fffaf0d6;animation:rise .45s ease both}.feature-card:nth-child(2),.workflow-card:nth-child(2){animation-delay:80ms}.feature-card:nth-child(3),.workflow-card:nth-child(3){animation-delay:.16s}.feature-card:nth-child(4),.workflow-card:nth-child(4){animation-delay:.22s}.feature-card h3,.workflow-card h3{margin:0;font-size:1.02rem}.feature-card p,.workflow-card p{margin:.45rem 0 0;color:var(--ink-muted);font-size:.96rem}.step-chip{display:inline-block;margin-bottom:.55rem;border-radius:999px;background:#f6dfc9;color:#7f3812;font-size:.76rem;font-weight:700;letter-spacing:.04em;padding:.18rem .52rem}.cta-label{margin:.75rem 0 0;color:var(--ink-muted);font-weight:600}.install-tabs{display:inline-flex;gap:0;margin-top:.65rem}.install-tab{border:1px solid #e5dacb;border-bottom:none;border-radius:.5rem .5rem 0 0;background:transparent;color:#99806a;font-size:.84rem;font-weight:700;letter-spacing:.02em;padding:.4rem 1rem;cursor:pointer;transition:background-color .16s ease,color .16s ease;position:relative}.install-tab:hover{background:#fff3e2;color:#55301a}.install-tab.active{background:#fff8ee;color:#47250f;z-index:1}.install-tab.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:1px;background:#fff8ee}.command-block{margin:0;padding:.95rem 1rem;border:1px solid #e5dacb;border-radius:0 .5rem .5rem;background:#fff8ee;color:#47250f;font-size:.96rem;line-height:1.6;overflow-x:auto}.command-block code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.hero-onboarding .cta-label:first-child{margin-top:0}.agent-links{display:flex;flex-wrap:wrap;gap:.8rem 1rem;margin-top:.6rem}.agent-links a{color:#15584d;font-weight:600;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.16em}.site-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;border-top:1px solid var(--line);margin-top:2.2rem;padding-top:1rem}.site-footer p{margin:0;font-family:var(--font-display);font-size:.9rem}.site-footer div{display:inline-flex;gap:.9rem}.site-footer a{color:var(--ink-muted);font-weight:500}@keyframes rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes drift{0%{transform:translate(0)}50%{transform:translate(.5rem,-.75rem)}to{transform:translate(0)}}@media(max-width:720px){.site-header{align-items:flex-start;flex-direction:column}.header-nav{gap:.7rem;font-size:.92rem}.hero{flex-direction:column}.hero h1{max-width:100%}}
