@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500;600&family=Manrope:wght@500;600;700;800&display=swap";:root{color:#1b2320;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--background:#f7f5ef;--foreground:#1b2320;--card:#fffefa;--primary:#12564a;--primary-hover:#0e463c;--muted:#5d6863;--border:#e5e2d7;--border-strong:#d6d2c4;--accent:#b9772a;--terminal:#101c19;--terminal-muted:#a7b5af;background:#f7f5ef;font-family:Inter,ui-sans-serif,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--background)}body{background:var(--background);min-width:320px;min-height:100vh;color:var(--foreground);margin:0}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit}a{color:inherit;text-decoration:none}p,h1,h2,h3{margin:0}::selection{color:#3d2a10;background:#f3e6d0}:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.skip-link{z-index:100;color:#fff;background:var(--primary);padding:.7rem 1rem;transition:transform .16s;position:fixed;top:.75rem;left:.75rem;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.container{width:min(1180px,100% - 64px);margin-inline:auto}.site-header{z-index:20;border-bottom:1px solid var(--border-strong);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f7f5eff0;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;min-height:72px;display:flex}.wordmark{letter-spacing:-.025em;align-items:center;gap:.7rem;font-family:Manrope,ui-sans-serif,system-ui,sans-serif;font-size:1.03rem;font-weight:800;display:inline-flex}.wordmark-mark{width:1.65rem;color:var(--primary);letter-spacing:-.3em;align-items:baseline;font-family:JetBrains Mono,ui-monospace,monospace;font-size:1.35rem;font-weight:600;display:inline-flex}.wordmark-mark span:last-child{color:var(--accent)}.desktop-nav,.mobile-actions{align-items:center;gap:2rem;font-size:.87rem;font-weight:600;display:flex}.desktop-nav>a:not(.button),.mobile-actions>a{border-bottom:1px solid #0000;transition:color .16s,border-color .16s}.desktop-nav>a:not(.button):hover,.mobile-actions>a:hover{color:var(--primary);border-bottom-color:currentColor}.button{justify-content:center;align-items:center;min-height:42px;padding:.65rem 1.15rem;font-weight:600;display:inline-flex}.button-primary{color:#f4faf7;background:var(--primary);transition:background .16s;box-shadow:0 3px 10px #12564a2e}.button-primary:hover{background:var(--primary-hover)}.mobile-actions,.mobile-menu{display:none}.hero{border-bottom:1px solid var(--border-strong);position:relative;overflow:hidden}.dot-field{pointer-events:none;background-image:radial-gradient(circle,#12564a42 1px,#0000 1.3px);background-size:18px 18px;position:absolute}.dot-field-hero{width:190px;height:190px;top:30px;left:0;-webkit-mask-image:linear-gradient(125deg,#000,#0000 72%);mask-image:linear-gradient(125deg,#000,#0000 72%)}.hero-grid{grid-template-columns:minmax(0,.86fr) minmax(560px,1.14fr);align-items:center;gap:clamp(3rem,7vw,7rem);padding-block:clamp(4.5rem,9vw,7.6rem) 4.5rem;display:grid;position:relative}.hero-copy h1,.section h2,.ecosystem h2{letter-spacing:-.055em;font-family:Manrope,ui-sans-serif,system-ui,sans-serif;font-weight:800}.hero-copy h1{max-width:660px;font-size:clamp(3.2rem,5.3vw,4.65rem);line-height:.99}.hero-copy>p{max-width:550px;color:var(--muted);margin-top:1.65rem;font-size:clamp(1.05rem,1.5vw,1.2rem);line-height:1.7}.text-link{color:var(--primary);align-items:center;gap:.65rem;font-size:.95rem;font-weight:600;display:inline-flex}.text-link span{transition:transform .16s}.text-link:hover span{transform:translate(4px)}.hero-copy>.text-link{margin-top:1.9rem}.terminal-motif{width:250px;color:var(--border-strong);grid-template-columns:2rem minmax(30px,150px);gap:.38rem .3rem;margin-top:4.2rem;font-family:JetBrains Mono,ui-monospace,monospace;display:grid}.terminal-motif span{color:#c6c2b6;grid-row:span 3}.terminal-motif i{background:#d7d3c7;height:1px}.terminal-motif i:nth-of-type(2){width:70%}.terminal-motif i:nth-of-type(3){width:42%}.terminal{color:#f5faf8;background:var(--terminal);border:1px solid #253a34;min-height:500px;padding:0 1.9rem 1.9rem;overflow:hidden;box-shadow:0 18px 44px #1b232026}.platform-tabs{border-bottom:1px solid #ffffff2e;grid-template-columns:1fr 1fr;display:grid}.platform-tabs button{color:#c5cfcb;cursor:pointer;background:0 0;border:0;padding:1.25rem .7rem 1.05rem;position:relative}.platform-tabs button:after{content:"";background:#2eb394;height:2px;transition:transform .16s;position:absolute;bottom:-1px;left:0;right:0;transform:scaleX(0)}.platform-tabs button.active{color:#fff}.platform-tabs button.active:after{transform:scaleX(1)}.copy-command{background:var(--terminal);border:1px solid #253a34;align-items:center;min-width:0;display:flex}.copy-command-hero{background:0 0;border:0;margin-top:1.8rem}.copy-command .prompt{color:#75d99a;flex:none;padding-left:.9rem;font-family:JetBrains Mono,ui-monospace,monospace;font-size:.85rem}.copy-command-hero .prompt{padding-left:0}.copy-command code{color:#f5faf8;scrollbar-width:thin;white-space:nowrap;flex:auto;min-width:0;padding:.95rem .7rem;font-family:JetBrains Mono,ui-monospace,monospace;font-size:.8rem;line-height:1.5;overflow-x:auto}.copy-command button{color:#e9a849;cursor:pointer;background:0 0;border:1px solid #b9772a;flex:none;align-items:center;gap:.45rem;min-height:38px;margin-right:.45rem;padding:.45rem .7rem;font-size:.76rem;font-weight:600;transition:color .16s,background .16s;display:inline-flex}.copy-command button:hover{color:#ffd08b;background:#b9772a1f}.copy-command button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6px;width:15px;height:15px}.terminal-contract{color:var(--terminal-muted);border-top:1px solid #ffffff24;margin-top:1.65rem;padding-top:1.5rem;font-family:JetBrains Mono,ui-monospace,monospace;font-size:.76rem;line-height:1.9}.terminal-contract .terminal-label{color:#f4f8f6;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.45rem;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:.67rem;font-weight:600}.terminal-contract p:not(.terminal-label){grid-template-columns:1rem 1fr;gap:.25rem;display:grid}.terminal-contract span{color:#83938d}.terminal-version{color:#75d99a;margin-top:2.1rem;font-family:JetBrains Mono,ui-monospace,monospace;font-size:.83rem}.command-section{border-bottom:1px solid var(--border-strong)}.command-rail{padding-block:.9rem}.command-row{border-bottom:1px solid var(--border-strong);justify-content:space-between;align-items:center;gap:1.5rem;min-height:58px;padding-inline:.35rem;display:flex}.command-row:last-child{border-bottom:0}.command-row code,.command-status{font-family:JetBrains Mono,ui-monospace,monospace}.command-row code{font-size:.92rem;font-weight:500}.command-row code span{color:#8b908d;margin-right:.75rem}.command-status{font-size:.76rem}.command-status.ready{color:var(--primary)}.command-status.soon{color:var(--accent)}.section{padding-block:clamp(5rem,9vw,8rem)}.section h2,.ecosystem h2{font-size:clamp(2rem,3.5vw,3.1rem);line-height:1.1}.principle-list{grid-template-columns:repeat(3,1fr);margin-top:3.5rem;display:grid}.principle{border-right:1px solid var(--border-strong);padding:0 2.5rem}.principle:first-child{padding-left:0}.principle:last-child{border-right:0;padding-right:0}.principle-number{color:var(--primary);font-family:JetBrains Mono,ui-monospace,monospace;font-size:.82rem;font-weight:600}.principle h3,.trust-item h3{font-family:Manrope,ui-sans-serif,system-ui,sans-serif;font-weight:700}.principle h3{margin-top:.8rem;font-size:1.05rem}.principle p{color:var(--muted);margin-top:.55rem;font-size:.87rem;line-height:1.65}.product-tree{width:min(820px,90%);color:var(--primary);text-align:center;margin:4.8rem auto 0;font-family:JetBrains Mono,ui-monospace,monospace}.tree-root{font-size:1.35rem;font-weight:600}.tree-branches{border-top:1px solid var(--primary);grid-template-columns:repeat(3,1fr);width:75%;height:43px;margin:.9rem auto 0;display:grid;position:relative}.tree-branches:before{background:var(--primary);content:"";width:1px;height:1rem;position:absolute;top:-1rem;left:50%}.tree-branches span{border-left:1px solid var(--primary);justify-self:center;width:1px;height:43px}.tree-branches span.planned{border-left-style:dashed}.tree-products{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.tree-products div{gap:.3rem;display:grid}.tree-products strong{font-size:.93rem}.tree-products small{font-size:.7rem}.tree-products .soon{color:var(--accent)}.install-section{border-top:1px solid var(--border-strong);background:#ffffff80}.section-heading{justify-content:space-between;align-items:end;gap:3rem;display:flex}.section-heading p{color:var(--muted);margin-top:.75rem;font-size:.97rem}.install-commands{grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:3.1rem;display:grid}.install-commands>div{min-width:0}.command-label{color:var(--primary);margin-bottom:.55rem;font-size:.76rem;font-weight:600;display:block}.after-install{color:var(--muted);margin-top:1.25rem;font-size:.84rem;line-height:1.6}.after-install code{color:var(--primary);background:#eeece4;padding:.16rem .35rem;font-family:JetBrains Mono,ui-monospace,monospace;font-size:.78rem}.trust-list{grid-template-columns:repeat(3,1fr);margin-top:3.3rem;display:grid}.trust-item{border-right:1px solid var(--border-strong);grid-template-columns:48px 1fr;gap:1rem;min-width:0;padding:0 2rem;display:grid}.trust-item:first-child{padding-left:0}.trust-item:last-child{border-right:0;padding-right:0}.line-icon{width:44px;height:44px;color:var(--primary);fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px}.trust-item h3{font-size:.92rem}.trust-item p{color:var(--muted);margin-top:.35rem;font-size:.78rem;line-height:1.55}.trust-item p a{color:var(--primary);text-underline-offset:2px;text-decoration:underline}.ecosystem{background:#e8f0ec;border-block:1px solid #b9cec6;position:relative;overflow:hidden}.dot-field-ecosystem{opacity:.5;width:220px;inset:0 auto 0 0;-webkit-mask-image:linear-gradient(90deg,#000,#0000);mask-image:linear-gradient(90deg,#000,#0000)}.ecosystem-inner{text-align:center;padding-block:4.8rem;position:relative}.ecosystem h2{color:var(--primary);font-size:clamp(1.9rem,3.4vw,2.85rem)}.ecosystem p{color:#365049;max-width:660px;margin:1rem auto 0;font-size:.96rem;line-height:1.65}.ecosystem-links{justify-content:center;align-items:center;gap:1.6rem;margin-top:1.7rem;display:flex}.ecosystem-links>span{background:#b1c4bd;width:1px;height:22px}.site-footer{background:#fffefa;padding-block:3.6rem}.footer-grid{grid-template-columns:1.5fr .8fr 1fr 1.25fr;gap:3rem;display:grid}.footer-brand p{max-width:220px;color:var(--muted);margin-top:1rem;font-size:.77rem;line-height:1.6}.footer-brand small{color:#7a827e;margin-top:1rem;font-family:JetBrains Mono,ui-monospace,monospace;font-size:.65rem;display:block}.footer-links{align-content:start;gap:.65rem;font-size:.76rem;display:grid}.footer-links strong{color:var(--foreground);margin-bottom:.15rem;font-size:.72rem}.footer-links a{color:var(--primary)}.footer-links a:hover{text-underline-offset:3px;text-decoration:underline}.footer-signoff{text-align:right;flex-direction:column;justify-content:center;align-items:flex-end;gap:1rem;font-size:.76rem;display:flex}.footer-signoff strong{font-size:.8rem}.footer-signoff a{color:var(--primary);text-underline-offset:3px;-webkit-text-decoration:underline #0000;text-decoration:underline #0000;transition:text-decoration-color .16s}.footer-signoff a:hover,.footer-signoff a:focus-visible{text-decoration-color:currentColor}@media (width<=980px){.hero-grid{grid-template-columns:1fr;gap:3.5rem}.hero-copy h1{max-width:760px}.hero-copy>p{max-width:620px}.terminal-motif{display:none}.terminal{min-height:auto}.install-commands,.trust-list{grid-template-columns:1fr}.trust-item,.trust-item:first-child,.trust-item:last-child{border-right:0;border-bottom:1px solid var(--border-strong);padding:1.25rem 0}.trust-item:last-child{border-bottom:0}.footer-grid{grid-template-columns:1.3fr .8fr 1fr}.footer-signoff{border-top:1px solid var(--border);text-align:left;flex-direction:row;grid-column:1/-1;justify-content:space-between;align-items:center;padding-top:1.5rem}}@media (width<=720px){.container{width:min(100% - 36px,1180px)}.header-inner{min-height:66px}.desktop-nav{display:none}.mobile-actions{gap:1rem;display:flex}.menu-button{width:40px;height:40px;color:var(--foreground);border:1px solid var(--border-strong);cursor:pointer;background:0 0;justify-content:center;align-items:center;font-size:1.35rem;line-height:1;display:inline-flex}.mobile-menu{border-top:1px solid var(--border);background:var(--background);gap:0;padding:.5rem 18px 1rem;display:grid}.mobile-menu a{border-bottom:1px solid var(--border);padding:.8rem 0;font-size:.9rem;font-weight:600}.hero-grid{padding-block:3.4rem 2.8rem}.hero-copy h1{font-size:clamp(2.65rem,12.5vw,4rem);line-height:1.02}.hero-copy>p{margin-top:1.25rem;font-size:1rem;line-height:1.6}.hero-copy>.text-link{margin-top:1.3rem}.terminal{padding:0 1rem 1.2rem}.platform-tabs button{padding-block:1rem .9rem;font-size:.78rem}.copy-command-hero{margin-top:1.2rem}.copy-command code{padding-block:.8rem;font-size:.72rem}.copy-command button{min-height:34px;padding:.35rem .55rem}.terminal-contract{font-size:.69rem;line-height:1.75}.terminal-version{margin-top:1.5rem}.command-row{min-height:54px}.command-row code{font-size:clamp(.72rem,3.6vw,.86rem)}.command-row code span{margin-right:.3rem}.command-status{text-align:right;font-size:.65rem}.section{padding-block:4.5rem}.section h2,.ecosystem h2{letter-spacing:-.045em;font-size:clamp(1.85rem,8vw,2.5rem)}.principle-list{grid-template-columns:1fr;margin-top:2.2rem}.principle,.principle:first-child,.principle:last-child{border-right:0;border-bottom:1px solid var(--border-strong);grid-template-columns:2.3rem 1fr;padding:1.15rem 0;display:grid}.principle:last-child{border-bottom:0}.principle-number{grid-row:span 2}.principle h3{margin-top:0}.principle p{margin-top:.25rem}.product-tree{width:100%;margin-top:3.2rem}.tree-branches{width:73%}.tree-products{gap:.3rem}.tree-products strong{font-size:.76rem}.tree-products small{font-size:.6rem}.section-heading{gap:1.3rem;display:grid}.install-commands{margin-top:2.2rem}.trust-list{margin-top:2rem}.trust-item{grid-template-columns:42px 1fr;gap:.8rem}.line-icon{width:38px;height:38px}.ecosystem-inner{padding-block:3.7rem}.ecosystem-links{flex-direction:column;gap:.9rem}.ecosystem-links>span{display:none}.site-footer{padding-block:2.8rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2.3rem 1.5rem}.footer-brand,.footer-signoff{grid-column:1/-1}.footer-signoff{flex-direction:column;align-items:flex-start}}@media (width<=390px){.mobile-actions>a{display:none}.copy-command button span{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.copy-command button{padding-inline:.55rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
