:root{--background:#050505;--background-soft:#0a0a0a;--surface:#101010;--surface-elevated:#151515;--border:#2a2a2a;--text:#f5f5f5;--muted:#a3a3a3;--muted-strong:#d4d4d4;--gold:#f59e0b;--gold-bright:#ffb52a;--gold-dark:#b86a00;--white-flow:#ececec;--graphite:#1b1b1b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--text);font-family:var(--font-geist-sans),Geist,"Space Grotesk",Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;margin:0}a{color:inherit;text-decoration:none}button{font:inherit}:focus-visible{outline:2px solid var(--gold-bright);outline-offset:3px}.site-shell{background:radial-gradient(circle at 47% 27%,#f59e0b17,#0000 17rem),radial-gradient(circle at 14% 18%,#ffb52a0b,#0000 28rem),linear-gradient(#030303 0,#050505 40%,#030303 100%);min-height:100vh;position:relative;overflow:hidden}.site-shell:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:80px 80px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000 0,#0000 78%);mask-image:linear-gradient(#000 0,#0000 78%)}.site-shell:after{content:"";pointer-events:none;background:radial-gradient(circle,#0000 0,#00000073 70%);position:fixed;inset:0}.header,.footer,main{z-index:1;position:relative}.header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:20;background:#050505c7;border-bottom:1px solid #2a2a2ab8;grid-template-columns:1fr auto 1fr;align-items:center;height:64px;padding:0 max(28px,50vw - 670px);display:grid;position:sticky;top:0}.brand{justify-self:start}.brand-logo{letter-spacing:-.045em;align-items:center;gap:10px;font-size:22px;font-weight:650;display:flex}.brand-logo img{filter:drop-shadow(0 0 14px #f59e0b26)}.nav{color:#f0f0f0;align-items:center;gap:36px;font-size:14.5px;font-weight:500;display:flex}.nav a{opacity:.72;transition:opacity .15s}.nav a:hover{opacity:1}.nav-actions{justify-self:end;align-items:center;gap:16px;display:flex}.icon-link{border:1px solid var(--border);width:36px;height:36px;color:var(--muted);background:#10101099;border-radius:10px;place-items:center;transition:color .15s,border-color .15s;display:grid}.icon-link:hover{color:var(--text);border-color:#f59e0b4d}.btn.small{border-radius:8px;padding:7px 14px;font-size:13px}.mobile-menu{display:none}.mobile-menu summary{cursor:pointer;place-items:center;width:40px;height:40px;list-style:none;display:grid}.mobile-menu summary span{background:var(--text);border-radius:2px;width:18px;height:2px;transition:all .2s;display:block}.mobile-menu summary span:nth-child(2){margin:4px 0}.mobile-menu div{border:1px solid var(--border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:30;background:#080808f5;border-radius:14px;min-width:240px;padding:16px;display:none;position:absolute;top:64px;right:16px;box-shadow:0 24px 80px #0000008c}.mobile-menu div a{color:var(--muted-strong);border-radius:10px;padding:12px 16px;font-size:15px;display:block}.mobile-menu div a:hover{color:var(--text);background:#f59e0b14}.mobile-menu details[open] summary span:first-child{transform:rotate(45deg)translate(5px,5px)}.mobile-menu details[open] summary span:nth-child(2){opacity:0}.mobile-menu details[open] summary span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.mobile-menu details[open] div{display:block}@media (max-width:768px){.center-nav,.nav-actions .icon-link,.nav-actions .btn-secondary{display:none}.mobile-menu{display:block}.nav-actions{gap:8px}}.btn{border:1px solid var(--border);cursor:pointer;white-space:nowrap;border-radius:10px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .15s;display:inline-flex}.btn svg{width:16px;height:16px}.btn-primary{background:var(--gold);color:#050505;border-color:var(--gold)}.btn-primary:hover{background:var(--gold-bright);border-color:var(--gold-bright)}.btn-secondary{color:var(--text);background:#10101099}.btn-secondary:hover{background:#f59e0b14;border-color:#f59e0b4d}.btn-ghost{color:var(--muted-strong);background:0 0;border-color:#0000}.btn-ghost:hover{color:var(--text);border-color:var(--border)}.btn-lg{border-radius:12px;padding:14px 28px;font-size:15px}.badge{color:#d4d4d4;letter-spacing:.02em;background:#101010;border:1px solid #343434;border-radius:999px;align-items:center;gap:6px;padding:5px 10px;font-size:11px;font-weight:650;display:inline-flex}.badge-orange{color:#ffd28a;background:#f59e0b1a;border-color:#f59e0b66}.badge-green{color:#b8f7c8;background:#22c55e14;border-color:#22c55e59}.badge-blue{color:#93c5fd;background:#3b82f614;border-color:#3b82f659}.badge-violet,.badge-gray{color:#d4d4d4;background:#101010;border-color:#343434}.section-container{max-width:1200px;margin:0 auto;padding:0 clamp(20px,4vw,40px)}.section-dark{background:var(--background);padding:80px 0}.section-light{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:80px 0}.section-cta{background:linear-gradient(180deg,#f59e0b0f 0%,var(--background) 100%);border-top:1px solid #f59e0b26;padding:80px 0}.section-eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:.08em;margin:0 0 10px;font-size:12px;font-weight:700}.section-dark h2,.section-light h2,.section-cta h2{letter-spacing:-.04em;margin:0 0 12px;font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.1}.section-subtitle{color:var(--muted);max-width:640px;margin:0 0 48px;font-size:17px;line-height:1.65}.hero-new{border-bottom:1px solid var(--border);padding:clamp(48px,8vw,80px) 0 clamp(40px,6vw,60px)}.hero-new-inner{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(32px,5vw,64px);max-width:1200px;margin:0 auto;padding:0 clamp(20px,4vw,40px);display:grid}.hero-badge{color:var(--gold-bright);letter-spacing:.05em;text-transform:uppercase;background:#f59e0b0f;border:1px solid #f59e0b40;border-radius:999px;align-items:center;gap:8px;margin-bottom:16px;padding:5px 12px;font-size:11px;font-weight:700;display:inline-flex}.hero-new h1{letter-spacing:-.045em;margin:0 0 18px;font-size:clamp(36px,5vw,54px);font-weight:700;line-height:1.08}.hero-new h1 em{background:linear-gradient(135deg,var(--gold-bright),var(--gold));-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;font-style:normal}.hero-lead{color:var(--muted-strong);max-width:540px;margin:0 0 28px;font-size:17px;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.hero-new-viz{justify-content:center;align-items:center;display:flex}.exec-graph{border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0a0a99;border-radius:16px;width:100%;max-width:420px;padding:20px}.exec-graph svg{width:100%;height:auto}@media (max-width:900px){.hero-new-inner{grid-template-columns:1fr;gap:28px}.hero-new-viz{order:1;margin-top:8px}.hero-new-copy{text-align:left}.hero-lead{margin-left:0}.hero-actions{justify-content:flex-start}.exec-graph{max-width:340px;margin:0 auto}}.problems-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.problem-card{border:1px solid var(--border);background:var(--surface);border-radius:14px;padding:28px 24px;transition:border-color .2s}.problem-card:hover{border-color:#f59e0b40}.problem-icon{width:40px;height:40px;color:var(--gold-bright);background:#f59e0b1a;border-radius:10px;place-items:center;margin-bottom:16px;display:grid}.problem-icon svg{width:20px;height:20px}.problem-card h3{letter-spacing:-.01em;margin:0 0 8px;font-size:16px;font-weight:650}.problem-card p{color:var(--muted);margin:0;font-size:14px;line-height:1.6}@media (max-width:900px){.problems-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.problems-grid{grid-template-columns:1fr}}.code-showcase{border:1px solid var(--border);background:var(--surface);border-radius:16px;overflow:hidden}.code-tabs{border-bottom:1px solid var(--border);background:#0a0a0a99;gap:0;padding:0 4px;display:flex}.code-tabs button{color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:12px 20px;font-size:13px;font-weight:600;transition:color .15s,border-color .15s}.code-tabs button:hover{color:var(--text)}.code-tabs button.active{color:var(--gold-bright);border-bottom-color:var(--gold)}.copy-button{border:1px solid var(--border);color:var(--muted);cursor:pointer;background:#101010cc;border-radius:8px;padding:8px;transition:color .15s,border-color .15s;position:absolute;top:12px;right:12px}.copy-button:hover{color:var(--gold-bright);border-color:#f59e0b4d}.code-showcase pre{color:var(--muted-strong);background:0 0;border:0;margin:0;padding:24px;font-size:13.5px;line-height:1.7;overflow-x:auto}.code-showcase pre code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.line{display:block}.num{color:#a3a3a366;text-align:right;-webkit-user-select:none;user-select:none;width:32px;margin-right:16px;display:inline-block}.line b{color:var(--gold-bright);font-weight:600}.line i{color:#93c5fd;font-style:normal}.line u{color:var(--muted);text-decoration:none}.line mark{color:#b8f7c8;background:0 0}.line em{color:#a3a3a380;font-style:normal}.cmp-table-wrap{border:1px solid var(--border);background:var(--surface);border-radius:14px;overflow-x:auto}.cmp-table{border-collapse:collapse;width:100%;font-size:14px}.cmp-table th,.cmp-table td{text-align:center;border-bottom:1px solid var(--border);padding:14px 20px}.cmp-table th{color:var(--muted-strong);text-transform:uppercase;letter-spacing:.04em;background:#0a0a0a99;font-size:13px;font-weight:650}.cmp-table th.cmp-highlight{color:var(--gold-bright);background:#f59e0b0f}.cmp-table td.cmp-feature{text-align:left;color:var(--text);font-weight:500}.cmp-table td.cmp-yes{color:#34d399}.cmp-table td.cmp-yes svg{width:18px;height:18px}.cmp-table td.cmp-no{color:#a3a3a34d}.cmp-table td.cmp-no svg{width:18px;height:18px}.cmp-table tr:last-child td{border-bottom:0}@media (max-width:600px){.cmp-table{font-size:13px}.cmp-table th,.cmp-table td{padding:10px 12px}}.deploy-cards{grid-template-columns:repeat(3,1fr);gap:20px;display:grid;position:relative}.deploy-card{border:1px solid var(--border);background:#10101066;border-radius:14px;padding:28px 24px;position:relative}.deploy-card-top{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.deploy-card-top svg{width:24px;height:24px;color:var(--gold-bright)}.deploy-card h3{margin:0 0 8px;font-size:18px;font-weight:650}.deploy-card p{color:var(--muted);margin:0 0 16px;font-size:14px;line-height:1.6}.deploy-code{border:1px solid var(--border);color:var(--gold-bright);background:#0a0a0a99;border-radius:8px;padding:10px 14px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;display:block}.deploy-arrow{color:var(--muted);z-index:1;font-size:20px;position:absolute;top:50%;right:-16px;transform:translateY(-50%)}@media (max-width:900px){.deploy-cards{grid-template-columns:1fr}.deploy-arrow{display:none}}.eco-grid{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.eco-item{border:1px solid var(--border);background:var(--surface);color:var(--muted-strong);border-radius:12px;align-items:center;gap:10px;padding:14px 20px;font-size:14px;font-weight:500;transition:border-color .2s;display:flex}.eco-item:hover{border-color:#f59e0b40}.eco-item svg{width:20px;height:20px;color:var(--gold-bright)}.audience-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.audience-card{border:1px solid var(--border);background:#10101066;border-radius:14px;padding:28px 24px}.audience-card svg{width:24px;height:24px;color:var(--gold-bright);margin-bottom:14px}.audience-card h3{margin:0 0 8px;font-size:16px;font-weight:650}.audience-card p{color:var(--muted);margin:0;font-size:14px;line-height:1.6}@media (max-width:900px){.audience-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.audience-grid{grid-template-columns:1fr}}.trust-grid{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.trust-item{align-items:center;gap:12px;display:flex}.trust-item svg{width:22px;height:22px;color:var(--gold-bright)}.trust-item strong{color:var(--text);font-size:14px;font-weight:650;display:block}.trust-item span{color:var(--muted);font-size:12px;display:block}.faq-list{max-width:720px}.faq-item{border-bottom:1px solid var(--border)}.faq-item summary{cursor:pointer;color:var(--text);justify-content:space-between;align-items:center;padding:18px 0;font-size:16px;font-weight:650;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--gold);font-size:20px;font-weight:400;transition:transform .2s}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item p{color:var(--muted);margin:0;padding:0 0 18px;font-size:15px;line-height:1.7}.footer{border-top:1px solid var(--border);background:#05050599;padding:60px 0 0}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:40px;max-width:1200px;margin:0 auto;padding:0 clamp(20px,4vw,40px);display:grid}.footer-brand strong{letter-spacing:-.03em;font-size:20px;font-weight:650}.footer-brand p{color:var(--muted);max-width:280px;margin:10px 0 16px;font-size:13px;line-height:1.6}.footer-badges{flex-wrap:wrap;gap:8px;display:flex}.footer-col h4{color:var(--text);text-transform:uppercase;letter-spacing:.06em;margin:0 0 14px;font-size:13px;font-weight:700}.footer-col a{color:var(--muted);padding:4px 0;font-size:13px;transition:color .15s;display:block}.footer-col a:hover{color:var(--gold-bright)}.footer-bottom{border-top:1px solid var(--border);max-width:1200px;color:var(--muted);justify-content:space-between;align-items:center;margin:40px auto 0;padding:20px clamp(20px,4vw,40px);font-size:12px;display:flex}.footer-links-bottom{gap:20px;display:flex}.footer-links-bottom a{color:var(--muted);transition:color .15s}.footer-links-bottom a:hover{color:var(--text)}@media (max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-brand{grid-column:span 2}}@media (max-width:600px){.footer-grid{grid-template-columns:1fr;gap:24px}.footer-brand{grid-column:span 1}.footer-bottom{text-align:center;flex-direction:column;gap:12px}}html,body{max-width:100%;overflow-x:hidden}button,select,a.btn,.icon-link,.mobile-menu summary{min-width:44px;min-height:44px}.header{padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right))}.docs-mobile-toolbar,.docs-drawer-layer,.mobile-toc,.search-overlay{display:none}.scroll-locked{overflow:hidden}.prose,.docs-main{overflow-wrap:anywhere}.prose pre{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;max-width:100%;font-size:14px;line-height:1.75;position:relative;overflow-x:auto;box-shadow:inset -24px 0 28px -28px #ffb52ae6}.prose pre code{white-space:pre;color:inherit;font-size:inherit;background:0 0;border:0;padding:0}.prose table,.api-table{-webkit-overflow-scrolling:touch;border:1px solid var(--border);background:#080808 linear-gradient(90deg,#f59e0b14,#0000 18px);border-radius:12px;max-width:100%;display:block;overflow-x:auto}.prose th,.prose td{min-width:140px}.prevnext .btn{text-align:left;min-height:58px}.docs-main h1{font-size:clamp(32px,7vw,44px);line-height:1.05}.prose h2{font-size:clamp(24px,5.5vw,30px);line-height:1.18}.prose h3{font-size:clamp(20px,4.8vw,24px);line-height:1.25}.prose p,.prose li{font-size:16px;line-height:1.85}.toc{flex-direction:column;gap:4px;display:flex}.toc a{font-size:14px}.mobile-menu div{box-shadow:0 24px 80px #0000008c}@media (max-width:1279px){.toc{display:none}.docs-layout{grid-template-columns:280px minmax(0,1fr)}}@media (max-width:1023px){.docs-mobile-toolbar{z-index:18;height:54px;padding:5px max(12px,env(safe-area-inset-right)) 5px max(12px,env(safe-area-inset-left));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#050505c7;border-bottom:1px solid #2a2a2ad9;grid-template-columns:44px minmax(0,1fr) 44px auto;align-items:center;gap:8px;display:grid;position:sticky;top:64px}.touch-button{border:1px solid var(--border);color:#fff;cursor:pointer;background:#101010e0;border-radius:10px;place-items:center;font-size:20px;line-height:1;display:inline-grid}.docs-toolbar-title{text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.02em;min-width:0;font-weight:650;overflow:hidden}.docs-version-compact{color:#fff;background:#080808;border:1px solid #f59e0b59;border-radius:10px;max-width:96px;height:44px;padding:0 10px;font-weight:650}.docs-layout{width:100%;padding:clamp(18px,4vw,32px) max(16px,env(safe-area-inset-right)) 72px max(16px,env(safe-area-inset-left));display:block}.docs-layout>.sidebar{display:none}.docs-main{width:100%;max-width:none}.docs-main .lead{color:var(--muted-strong);font-size:17px;line-height:1.65}.docs-drawer-layer.open{z-index:40;display:block;position:fixed;inset:0}.docs-backdrop{background:#0000009e;border:0;width:100%;height:100%;position:absolute;inset:0}.docs-drawer{width:min(88vw,380px);padding:calc(14px + env(safe-area-inset-top)) 16px 24px max(16px,env(safe-area-inset-left));border-right:1px solid var(--border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);-webkit-overflow-scrolling:touch;background:#060606f5;position:absolute;inset:0 auto 0 0;overflow-y:auto;box-shadow:18px 0 70px #00000085}.drawer-top{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.drawer-label{color:var(--muted-strong);gap:8px;font-size:13px;display:grid}.drawer-search{color:#fff;text-align:left;background:#f59e0b14;border:1px solid #f59e0b47;border-radius:12px;width:100%;min-height:48px;margin:14px 0;padding:0 14px}.drawer-nav{gap:8px;display:grid}.drawer-group{color:#fff;background:#101010;border:0;border-radius:10px;justify-content:space-between;align-items:center;width:100%;min-height:46px;padding:0 12px;font-weight:700;display:flex}.drawer-nav a{color:var(--muted-strong);border-radius:10px;margin:4px 0;padding:12px 12px 12px 18px;display:block}.drawer-nav a.sidebar-active{color:#fff;background:#f59e0b21;border:1px solid #f59e0b3d}.mobile-toc{border:1px solid var(--border);background:#101010b8;border-radius:14px;margin:18px 0 24px;display:block}.mobile-toc button{color:#fff;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;min-height:48px;padding:0 14px;font-weight:700;display:flex}.mobile-toc nav{gap:2px;padding:0 10px 10px;display:grid}.mobile-toc a{color:var(--muted-strong);border-radius:8px;padding:11px 8px}.search-overlay{z-index:50;padding:calc(18px + env(safe-area-inset-top)) max(14px,env(safe-area-inset-right)) 18px max(14px,env(safe-area-inset-left));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000b8;place-items:start center;display:grid;position:fixed;inset:0}.search-panel{border:1px solid var(--border);background:#080808;border-radius:16px;width:min(760px,100%);padding:12px;box-shadow:0 24px 100px #0000009e}.search-row{grid-template-columns:1fr 44px;gap:8px;display:grid}.search-row input{color:#fff;background:#050505;border:1px solid #f59e0b59;border-radius:12px;min-height:48px;padding:0 14px;font-size:16px}.search-results{gap:8px;max-height:min(70vh,620px);margin-top:12px;display:grid;overflow:auto}.search-results a{border:1px solid var(--border);background:#101010;border-radius:12px;gap:5px;padding:14px;display:grid}.search-results span{color:var(--muted-strong);font-size:14px;line-height:1.45}.prevnext{grid-template-columns:1fr 1fr;gap:12px;display:grid}.prevnext .btn{justify-content:flex-start;width:100%}.prose{margin-top:24px}.prose ul,.prose ol{padding-left:21px}.version{min-height:44px}}@media (max-width:760px){.header{height:64px}.brand-logo{font-size:20px}.brand-logo img{width:28px;height:28px}.docs-mobile-toolbar{top:64px}.landing{width:calc(100% - 28px)}.hero{gap:24px;padding:clamp(34px,9vw,54px) 0 34px}.hero h1{font-size:clamp(42px,12.5vw,54px);line-height:1.02}.hero-actions{grid-template-columns:1fr 1fr;gap:12px;display:grid}.hero-actions .btn{padding:13px 14px}.architecture-stage{min-height:auto;padding:16px 0 4px;overflow:hidden}.flow-field{display:none}.interface-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;width:100%}.interface-lines{display:none}.runtime-stack{gap:10px}.runtime-layer{min-height:0;padding:14px 16px}.runtime-layer strong{font-size:15px}.runtime-layer p{font-size:12px;line-height:1.4}.capability-strip{margin-top:8px;padding:0;scroll-padding:0 14px}.capability-item{min-width:min(78vw,285px);min-height:132px;padding:20px 18px}.developer-copy{padding:22px 18px}.code-tabs{gap:16px;padding:0 16px;overflow-x:auto}.code-tabs button{min-width:72px}.copy-button{border:1px solid var(--border);background:#0b0b0b;border-radius:10px;width:44px;height:44px;top:68px;right:18px}.code-panel pre{margin:0 12px 14px;padding:22px 16px;font-size:13.5px}.line{min-width:max-content}.docs-main h1{margin-top:10px}.prevnext{grid-template-columns:1fr}.prevnext span:empty{display:none}.footer{padding-left:16px;padding-right:16px}.container{width:100%}.section-dark,.section-light,.section-cta{padding:48px 0}.hero-new{padding:32px 0 36px}.hero-new-inner{gap:24px}.hero-new h1{letter-spacing:-.04em;font-size:clamp(32px,8vw,42px)}.hero-lead{font-size:15px;line-height:1.6}.hero-actions{gap:10px}.hero-badge{margin-bottom:12px;padding:4px 10px;font-size:10px}.exec-graph{max-width:300px;padding:14px}.exec-graph svg{viewBox:0 0 400 290}}@media (max-width:430px){.hero-actions{grid-template-columns:1fr}.capability-strip{grid-template-columns:1fr 1fr;display:grid;overflow:visible}.capability-item{min-width:0;padding:16px 12px;display:block}.capability-item svg{margin-bottom:10px}.capability-item h3{font-size:13px}.capability-item p{font-size:12.5px}.ecosystem-row{grid-template-columns:1fr}.docs-layout{padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right))}.prose pre{margin-left:-2px;margin-right:-2px;padding:16px 14px}.api-table,.prose table{font-size:13px}.docs-version-compact{max-width:88px;padding:0 7px}.hero-new h1{font-size:clamp(28px,7.5vw,38px)}.hero-new{padding:28px 0 32px}.exec-graph{border-radius:12px;max-width:280px;padding:12px}}@media (max-width:360px){.brand-logo span{display:none}.hero-new h1{font-size:clamp(26px,7vw,34px)}.capability-strip{grid-template-columns:1fr}.docs-version-compact{max-width:82px}.docs-mobile-toolbar{gap:6px;padding-left:8px;padding-right:8px}.prose p,.prose li,.docs-main .lead{font-size:16px}.hero-new{padding:24px 0 28px}.hero-lead{font-size:14px}.exec-graph{max-width:260px;padding:10px}}.prose pre{border:1px solid var(--border);overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;color:var(--muted-strong);box-shadow:none;background:#070707;border-radius:14px;margin:16px 0 20px;padding:18px 20px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,Courier New,monospace;font-size:13.5px;line-height:1.7;position:relative;overflow-x:auto}.prose pre code{white-space:pre;color:inherit;font-size:inherit;background:0 0;border:0;padding:0;font-family:inherit}.codeblock-wrap{border:1px solid var(--border);background:#070707;border-radius:14px;margin:16px 0 20px;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ffb52a0a}.codeblock-header{border-bottom:1px solid var(--border);background:#0a0a0a linear-gradient(90deg,#f59e0b0f,#0000 60%);justify-content:space-between;align-items:center;gap:12px;padding:7px 12px 7px 16px;display:flex}.codeblock-lang{letter-spacing:.08em;text-transform:uppercase;color:var(--gold-bright);font-size:11px;font-weight:650}.codeblock-copy{border:1px solid var(--border);min-width:32px;height:32px;color:var(--muted);font:inherit;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:6px;padding:0 10px;font-size:11px;font-weight:650;transition:color .15s,background .15s,border-color .15s;display:inline-flex}.codeblock-copy:hover{color:var(--gold-bright);background:#f59e0b14;border-color:#f59e0b59}.codeblock-copy:focus-visible{outline:2px solid var(--gold-bright);outline-offset:2px}.codeblock-copy.copied{color:#b8f7c8;background:#22c55e14;border-color:#22c55e59}.codeblock-wrap pre,.prose pre.codeblock-pre{box-shadow:none;background:0 0;border:0;border-radius:0;margin:0;padding:18px 20px}.page-hero{padding:70px 0 30px}.page-hero h1{letter-spacing:-.045em;margin:18px 0 14px;font-size:clamp(36px,5.4vw,60px);font-weight:680;line-height:1.04}.page-hero h1.gradient-text{background:linear-gradient(180deg,var(--text) 0%,#ffd18a 60%,var(--gold) 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;display:inline-block}.page-hero .lead{color:var(--muted-strong);max-width:760px;font-size:17px;line-height:1.6}.gradient-text{background:linear-gradient(180deg,var(--text) 0%,#ffd18a 60%,var(--gold) 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;display:inline-block}.muted{color:var(--muted)}.article{max-width:860px;margin:0 auto;padding:36px 0 80px}.article h1{letter-spacing:-.06em;font-size:clamp(40px,6vw,68px);line-height:1}.article h2{margin-top:44px;font-size:30px}.article p,.article li{color:var(--muted);line-height:1.8}.placeholder{text-align:center;place-items:center;min-height:55vh;display:grid}.placeholder h1{letter-spacing:-.045em;margin:14px 0 12px;font-size:clamp(36px,5.4vw,60px);font-weight:680;line-height:1.05}.placeholder .lead{color:var(--muted-strong);max-width:560px;margin:0 auto}.maturity-section{margin-top:8px}.maturity-section h2{letter-spacing:-.01em;margin:0 0 8px;font-size:22px;font-weight:650}.maturity-section h2 .badge{vertical-align:middle}.maturity-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px;display:grid}.maturity-card{border:1px solid var(--border);background:var(--surface);border-radius:12px;flex-direction:column;gap:8px;min-width:0;padding:18px 18px 16px;display:flex}.maturity-card h3{color:var(--text);letter-spacing:-.005em;margin:0;font-size:15px;font-weight:650}.maturity-card p{color:var(--muted);margin:0;font-size:13.5px;line-height:1.55}@media (max-width:760px){.page-hero{padding:48px 0 18px}.page-hero .lead{font-size:16px}.article{padding:24px 0 60px}.article h2{margin-top:32px;font-size:24px}.placeholder{padding:0 16px}.maturity-grid{grid-template-columns:1fr}.section{padding:48px 0}.container{width:100%;padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right))}.card{padding:16px}.grid,.split{grid-template-columns:1fr;gap:12px}.maturity-note{font-size:13.5px}}.actions{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.diagram{place-items:center;padding:24px;display:grid;overflow-x:auto}.diagram svg{max-width:100%;height:auto;display:block}.card h3{letter-spacing:-.01em;font-size:16px;font-weight:650}.architecture-page .lead{max-width:780px}.section{padding:64px 0}.section h2{letter-spacing:-.035em;margin:0 0 12px;font-size:clamp(26px,3.5vw,36px);font-weight:700;line-height:1.12}.card{border:1px solid var(--border);background:var(--surface);border-radius:14px;padding:24px}.card p{color:var(--muted);font-size:14px;line-height:1.65}.grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.split{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:760px){.diagram{padding:16px 12px}.actions{flex-direction:column;align-items:stretch}.actions .btn{width:100%}}.doc-figure{margin:24px 0 28px;padding:0}.doc-diagram{border:1px solid var(--border);background:linear-gradient(#10101099,#080808b8);border-radius:12px;place-items:center;padding:18px 16px;display:grid;overflow-x:auto}.doc-diagram svg{width:100%;max-width:100%;height:auto;display:block}.doc-caption{color:var(--muted);text-align:center;margin:10px 0 0;font-size:13px;font-style:italic;line-height:1.5}@media (max-width:900px){.hero-new-copy{order:1}.hero-new-viz{order:2}}@media (max-width:760px){.site-shell{background:radial-gradient(circle at 50% 10%,#f59e0b0e,#0000 13rem),linear-gradient(#030303 0,#050505 42%,#030303 100%)}.site-shell:before{opacity:.7;background-size:56px 56px}.header{height:56px;padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right));grid-template-columns:auto 1fr auto}.brand-logo{letter-spacing:-.035em;gap:8px;font-size:18px}.brand-logo img{width:26px;height:26px}.nav-actions .btn-primary.small{display:none}.mobile-menu summary{background:#1010108c;border:1px solid #ffffff14;border-radius:10px;width:36px;min-width:36px;height:36px;min-height:36px}.mobile-menu summary span{width:15px;height:1.5px}.mobile-menu summary span:nth-child(2){margin:3.5px 0}.mobile-menu div{border-radius:12px;min-width:0;padding:10px;top:56px;left:12px;right:12px}.mobile-menu div a{padding:11px 12px;font-size:14px}.section-container,.hero-new-inner{padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right))}.hero-new{border-bottom-color:#ffffff14;padding:26px 0 30px}.hero-new-inner{align-items:start;gap:18px}.hero-badge{letter-spacing:.055em;color:#e7c178;background:#f59e0b0b;border-color:#f59e0b2e;margin-bottom:10px;padding:4px 9px;font-size:9.5px}.hero-new h1{letter-spacing:-.055em;text-wrap:balance;max-width:12ch;margin-bottom:12px;font-size:clamp(34px,10.2vw,42px);font-weight:720;line-height:1.02}.hero-lead{color:#cfcfcf;max-width:33rem;margin-bottom:18px;font-size:14.5px;line-height:1.55}.hero-actions{grid-template-columns:1fr 1fr;gap:9px;width:100%;display:grid}.hero-actions .btn{border-radius:9px;justify-content:center;min-width:0;min-height:42px;padding:10px 11px;font-size:13px}.hero-actions .btn:nth-child(3){color:var(--muted-strong);background:0 0;grid-column:1/-1}.exec-graph{width:100%;max-width:none;box-shadow:none;background:#0c0c0c8a;border-color:#ffffff17;border-radius:14px;margin:0;padding:12px}.exec-graph svg{max-height:245px}.exec-graph text{font-size:13px;font-weight:650}.section-dark,.section-light,.section-cta{padding:42px 0}.section-light{background:#0d0d0d}.section-eyebrow{color:#d99624;letter-spacing:.095em;margin-bottom:8px;font-size:10.5px}.section-dark h2,.section-light h2,.section-cta h2{letter-spacing:-.04em;text-wrap:balance;font-size:clamp(25px,7.2vw,32px);line-height:1.08}.section-subtitle{color:#b8b8b8;margin-bottom:24px;font-size:14.5px;line-height:1.58}.problem-card,.deploy-card,.audience-card{background:#10101094;border-radius:12px;padding:18px 16px}.problem-icon{color:#f1bd62;background:#f59e0b11;width:34px;height:34px;margin-bottom:12px}.eco-grid,.trust-grid{justify-content:flex-start;gap:10px}.eco-item{border-radius:10px;padding:11px 13px;font-size:13px}.trust-item{border-bottom:1px solid #ffffff12;width:100%;padding:12px 0}.footer{padding-top:40px}}@media (max-width:430px){.hero-actions{grid-template-columns:1fr}.hero-actions .btn:nth-child(3){grid-column:auto}.hero-new h1{max-width:11ch;font-size:clamp(32px,10vw,38px)}.exec-graph svg{max-height:225px}}@media (max-width:360px){.header{height:52px}.mobile-menu div{top:52px}.hero-new{padding-top:20px}.hero-new h1{max-width:10.5ch;font-size:31px}.hero-lead{font-size:14px;line-height:1.5}.exec-graph{padding:9px}.exec-graph svg{max-height:210px}}@media (max-width:760px){.diagram,.doc-diagram{-webkit-overflow-scrolling:touch;background:#080808b8 linear-gradient(90deg,#f59e0b14,#0000 20px);border-radius:12px;padding:12px;display:block;overflow-x:auto}.diagram svg,.doc-diagram svg{width:640px;max-width:none;height:auto}.diagram:after,.doc-diagram:after{content:"Swipe to inspect the full diagram";color:var(--muted);text-align:center;margin-top:8px;font-size:11px;display:block}}@media (max-width:360px){.diagram,.doc-diagram{margin-left:-4px;margin-right:-4px;padding:10px}.diagram svg,.doc-diagram svg{width:610px}}
