:root{--content-max:1200px;--text:#a8b6cc;--text-h:#f8fbff;--text-muted:#7b8ba5;--bg:#05060d;--bg-elevated:#0a0f1cc7;--bg-band:#0b101c;--surface:#0c1321a3;--surface-border:#8894ff40;--border:#7682ff38;--border-strong:#ab91ff6b;--code-bg:#15133580;--code-fg:#e2e8f0;--code-border:#818cf838;--accent:#8ea2ff;--accent-strong:#d1c5ff;--accent-bg:#8ea2ff21;--accent-border:#ad96ff75;--cyan:#38bdf8;--status-online:#34d399;--header-bg:#05060dd1;--panel-bg:#0c0f1a;--header-border:#7e8dff3d;--nav-hover-bg:#8ea2ff24;--shadow-hover:0 8px 20px -8px #02061780;--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--pill-bg:#0c1321ad;--pill-border:#8ea2ff4d;--pill-fg:#e6ebff;--footer-bg:#070a12;--footer-text:#9fb0c9;--focus-ring:#8ea2ff;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--z-dropdown:40;--z-sticky:50;--z-modal-backdrop:60;--z-modal:70;--info-block-accent-border:#38bdf88c;--sans:"Manrope", "Segoe UI", sans-serif;--heading:"Sora", "Aptos", sans-serif;--mono:"Fira Code", "Consolas", monospace;font:17px/1.58 var(--sans);letter-spacing:.01em;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:var(--text);background-color:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}[data-theme=light]{--text:#475a74;--text-h:#0c1730;--text-muted:#5f748f;--bg:#eef3fb;--bg-elevated:#ffffffeb;--bg-band:#e2e9f4;--surface:#ffffffd1;--surface-border:#6366f138;--border:#4f46e52e;--border-strong:#4f46e557;--code-bg:#f1f5f9f2;--code-fg:#1e1b4b;--code-border:#6366f133;--accent:#4f5cff;--accent-strong:#4251eb;--accent-bg:#4f5cff1a;--accent-border:#4f5cff61;--cyan:#0891b2;--status-online:#059669;--header-bg:#ffffffe6;--panel-bg:#fff;--header-border:#94a3b86b;--nav-hover-bg:#4f5cff1a;--shadow-hover:0 8px 20px -8px #0f172a2e;--pill-bg:#fffffff0;--pill-border:#4f5cff3d;--pill-fg:#1b2942;--footer-bg:#e8edf3;--footer-text:#546b86;--focus-ring:#4251eb;--info-block-accent-border:#0891b280;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{touch-action:manipulation;margin:0;overflow-x:hidden}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}#root{text-align:left;box-sizing:border-box;flex-direction:column;width:100%;max-width:none;min-height:100svh;margin:0;display:flex;position:relative}#root>main,#root>footer{z-index:1;position:relative}h1,h2,h3{font-family:var(--heading);color:var(--text-h);font-weight:600}h1{letter-spacing:-.03em;margin:0 0 .7rem;font-size:clamp(2.2rem,5.2vw,3.6rem);line-height:1.05}h2{letter-spacing:-.02em;margin:0 0 .5rem;font-size:clamp(1.6rem,3.2vw,2.3rem);line-height:1.15}h3{color:var(--accent-strong);letter-spacing:.01em;margin:0 0 .4rem;font-size:.95rem;font-weight:600}p{margin:0}a{color:var(--accent);text-underline-offset:3px;text-decoration-thickness:1px}a:hover{color:var(--accent-strong)}a:focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px;border-radius:6px}code{font-family:var(--mono);background:var(--code-bg);color:var(--code-fg);border:1px solid var(--code-border);border-radius:6px;padding:.15em .45em;font-size:.88em}@media (prefers-reduced-motion:reduce){.motion-allow{transition:none!important;animation:none!important}}.skip-link{z-index:1000;background:var(--bg-elevated);color:var(--text-h);border:1px solid var(--accent-border);border-radius:8px;padding:.75rem 1rem;position:absolute;left:-9999px}.skip-link:focus{top:1rem;left:1rem}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.layout-shell{width:100%;max-width:var(--content-max);box-sizing:border-box;min-width:0;margin-left:auto;margin-right:auto;padding-inline:clamp(1.25rem,5vw,4rem)}.site-header{z-index:var(--z-sticky);border-bottom:1px solid var(--header-border);background:var(--header-bg);-webkit-backdrop-filter:blur(16px);width:100%;padding:0;position:sticky;top:0;box-shadow:0 10px 32px -24px #0f172ae6,inset 0 1px #ffffff1a}.site-header__inner{align-items:center;column-gap:var(--space-4);grid-template-columns:1fr auto 1fr;grid-template-areas:"brand nav tools";padding-block:.32rem;display:grid}.site-header__inner>.brand{grid-area:brand;justify-self:start;min-width:0}.site-header__inner>.site-nav{grid-area:nav;justify-self:center}.site-header__inner>.header-tools{grid-area:tools;justify-self:end}.menu-toggle{border:1px solid var(--border);background:var(--surface);width:2.25rem;height:2.25rem;color:var(--text-h);cursor:pointer;border-radius:50%;grid-area:tools;justify-content:center;justify-self:end;align-items:center;display:none}.menu-toggle:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.header-tools{align-items:center;gap:var(--space-2);flex-wrap:wrap;flex-shrink:0;display:flex}.lang-toggle{--lang-flag:none;isolation:isolate;font-family:var(--mono);letter-spacing:.08em;border:1px solid var(--border);cursor:pointer;width:2.25rem;min-width:2.25rem;height:2.25rem;min-height:2.25rem;color:var(--text-h);background:var(--surface);border-radius:50%;place-items:center;padding:0;font-size:.68rem;font-weight:700;transition:background .18s,border-color .18s,color .18s;display:grid;position:relative;overflow:visible}.lang-toggle__label{z-index:1;position:relative}.lang-toggle:after{content:"";background:var(--lang-flag) center / cover no-repeat;width:.82rem;height:.82rem;box-shadow:0 0 0 1.5px var(--header-bg);pointer-events:none;z-index:1;border-radius:50%;position:absolute;bottom:-.12rem;right:-.12rem}.lang-toggle--es{--lang-flag:linear-gradient(90deg, #c60b1e 0 25%, #ffc400 25% 75%, #c60b1e 75%)}.lang-toggle--en{--lang-flag:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Crect width='60' height='60' fill='%23012169'/%3E%3Cpath stroke='%23fff' stroke-width='8' d='M0 0l60 60M60 0L0 60'/%3E%3Cpath stroke='%23C8102E' stroke-width='3' d='M0 0l60 60M60 0L0 60'/%3E%3Cpath stroke='%23fff' stroke-width='12' d='M30 0v60M0 30h60'/%3E%3Cpath stroke='%23C8102E' stroke-width='7' d='M30 0v60M0 30h60'/%3E%3C/svg%3E")}.lang-toggle:hover{background:var(--nav-hover-bg);border-color:var(--accent-border)}.lang-toggle:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.theme-toggle{border:1px solid var(--border);cursor:pointer;width:2.25rem;height:2.25rem;color:var(--text-h);background:var(--surface);border-radius:50%;place-items:center;padding:0;transition:background .18s,border-color .18s,color .18s;display:grid}.theme-toggle:hover{background:var(--nav-hover-bg);border-color:var(--accent-border)}.theme-toggle:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.theme-icon{flex-shrink:0;width:16px;height:16px;display:block}@media (pointer:coarse){.menu-toggle,.lang-toggle,.theme-toggle{width:44px;min-width:44px;height:44px;min-height:44px}}@media (width<=720px){.site-header__inner{grid-template-columns:1fr auto;grid-template-areas:"brand tools"}.menu-toggle{display:inline-flex}.site-nav,.header-tools{display:none}}.brand{align-items:center;gap:.65rem;display:flex}.brand--link{border-radius:var(--radius-sm);outline-offset:3px;width:fit-content;text-decoration:none}.brand--link:focus-visible{outline:2px solid var(--focus-ring)}.brand-mark{background:linear-gradient(135deg,#38bdf8,#8ea2ff 48%,#a78bfa);border-radius:4px;width:12px;height:12px;box-shadow:0 0 0 1px #ffffff4d,0 0 24px #818cf88c}.brand-text{letter-spacing:-.02em;color:var(--text-h);font-size:.95rem;font-weight:700}.site-nav{flex:1;min-width:0}.nav-list{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.nav-list a,.nav-trigger{min-height:2.15rem;font:inherit;letter-spacing:.01em;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:0;align-items:center;gap:.35rem;padding:.2rem .5rem;font-size:.84rem;font-weight:500;text-decoration:none;transition:color .18s,opacity .18s;display:inline-flex;position:relative}.nav-list a:after,.nav-trigger:after{content:"";background:linear-gradient(90deg, transparent, var(--accent), transparent);opacity:0;transform-origin:50%;border-radius:999px;height:2px;transition:opacity .18s,transform .18s;position:absolute;bottom:.12rem;left:.55rem;right:.55rem;transform:scaleX(.35)}.nav-list a:hover,.nav-trigger:hover{color:var(--text-h);opacity:.98}.nav-list a[aria-current=page],.nav-trigger.is-current{color:var(--text-h)}.nav-list a:hover:after,.nav-list a[aria-current=page]:after,.nav-list a:focus-visible:after,.nav-trigger:hover:after,.nav-trigger.is-current:after,.nav-trigger:focus-visible:after,.nav-trigger[aria-expanded=true]:after{opacity:1;transform:scaleX(1)}.nav-list a:focus-visible,.nav-trigger:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;color:var(--text-h)}.nav-trigger__chevron{color:var(--text-muted);transition:transform .22s var(--ease-out-expo), color .18s ease;flex-shrink:0}.nav-trigger:hover .nav-trigger__chevron,.nav-trigger.is-current .nav-trigger__chevron{color:var(--text-h)}.nav-trigger__chevron.is-open{transform:rotate(180deg)}.nav-mega{z-index:var(--z-dropdown);border-bottom:1px solid var(--header-border);background:var(--panel-bg);opacity:0;pointer-events:none;transition:opacity .18s var(--ease-out-expo), transform .18s var(--ease-out-expo);position:absolute;top:100%;left:0;right:0;transform:translateY(-6px);box-shadow:0 24px 48px -32px #02061799}.nav-mega.is-open:before{content:"";height:10px;position:absolute;top:-10px;left:0;right:0}.nav-mega.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-mega__inner{padding-block:clamp(1rem,2.2vw,1.4rem)}.nav-mega__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.3rem .6rem;margin:0;padding:0;list-style:none;display:grid}.nav-mega__link{border-radius:var(--radius-md);background:0 0;align-items:flex-start;gap:.85rem;padding:.85rem .9rem;text-decoration:none;transition:background .16s;display:flex}.nav-mega__link:hover,.nav-mega__link:focus-visible,.nav-mega__link[aria-current=page]{background:var(--nav-hover-bg)}.nav-mega__link:focus-visible{outline:2px solid var(--focus-ring);outline-offset:-2px}.nav-mega__link-icon{width:22px;height:22px;color:var(--text-muted);flex-shrink:0;margin-top:.15rem;transition:color .16s}.nav-mega__link:hover .nav-mega__link-icon,.nav-mega__link:focus-visible .nav-mega__link-icon,.nav-mega__link[aria-current=page] .nav-mega__link-icon{color:var(--accent)}.nav-mega__link-text{flex-direction:column;gap:.3rem;min-width:0;display:flex}.nav-mega__link-title{font-family:var(--heading);letter-spacing:-.015em;color:var(--text-h);font-size:1.02rem;font-weight:600;transition:color .16s}.nav-mega__link[aria-current=page] .nav-mega__link-title,.nav-mega__link:hover .nav-mega__link-title{color:var(--accent)}.nav-mega__link-desc{color:var(--text-muted);font-size:.86rem;line-height:1.5}.nav-mega-backdrop{z-index:var(--z-dropdown);opacity:0;pointer-events:none;background:#04081266;transition:opacity .18s;position:fixed;inset:0}.nav-mega-backdrop.is-open{opacity:1;pointer-events:auto}@media (width<=720px){.nav-mega,.nav-mega-backdrop{display:none}}#overview,#hardware,#stack,#updates,#network,#ops,#story{scroll-margin-top:3.85rem}main{flex:1}.mobile-nav-backdrop{opacity:0;pointer-events:none;z-index:var(--z-modal-backdrop);background:#04081280;transition:opacity .2s;position:fixed;inset:0}.mobile-nav-backdrop.is-open{opacity:1;pointer-events:auto}.mobile-nav-panel{background:linear-gradient(180deg, color-mix(in oklab, var(--bg) 80%, transparent), color-mix(in oklab, var(--bg) 94%, transparent)), var(--bg);padding:calc(.8rem + env(safe-area-inset-top)) clamp(.8rem, 4vw, 1.2rem) calc(1rem + env(safe-area-inset-bottom));opacity:0;pointer-events:none;min-height:100dvh;max-height:100dvh;z-index:var(--z-modal);flex-direction:column;transition:transform .2s,opacity .2s;display:flex;position:fixed;inset:0;overflow:hidden auto;transform:translateY(-8px)}.mobile-nav-panel.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-nav-header{border-bottom:1px solid var(--surface-border);justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.85rem;padding-bottom:1rem;display:flex}.mobile-nav-brand{min-width:0}.mobile-nav-close{flex-shrink:0;display:inline-flex}.mobile-nav-body{flex-direction:column;flex:1;min-height:0;display:flex}.mobile-nav-group-label{font-family:var(--mono);text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin:0 0 .6rem;font-size:.72rem;font-weight:600}.mobile-nav-list{grid-template-columns:1fr;gap:.52rem;min-width:0;margin:0;padding:.15rem 0 0;list-style:none;display:grid}.mobile-nav-list__blog{border-top:1px solid var(--surface-border);margin-top:.6rem;padding-top:1.15rem}.mobile-nav-list a{border-radius:var(--radius-md);min-height:44px;color:var(--text-h);background:var(--surface);border:1px solid var(--surface-border);letter-spacing:.01em;box-sizing:border-box;overflow-wrap:anywhere;align-items:center;gap:.75rem;min-width:0;padding:.82rem 1rem;font-size:.96rem;font-weight:600;text-decoration:none;display:flex}.mobile-nav-list__icon{width:19px;height:19px;color:var(--text-muted);flex-shrink:0}.mobile-nav-list a[aria-current=page] .mobile-nav-list__icon{color:var(--accent)}.mobile-nav-list a[aria-current=page]{color:var(--text-h);border-color:color-mix(in oklab, var(--accent-border) 86%, #fff 14%);background:color-mix(in oklab, var(--accent-bg) 78%, var(--surface))}.mobile-nav-list a:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.mobile-nav-tools{border-top:1px solid var(--surface-border);align-items:center;gap:.65rem;margin-top:auto;padding:.95rem 0 .2rem;display:flex}.mobile-nav-tools .lang-toggle,.mobile-nav-tools .theme-toggle{flex:none}@media (width>=721px){.mobile-nav-backdrop,.mobile-nav-panel{display:none}}.bg-field{z-index:0;opacity:.08;pointer-events:none;width:100%;height:100%;position:fixed;inset:0}[data-theme=light] .bg-field{opacity:.05}.bg-field__trace{fill:none;stroke:var(--accent);stroke-width:1.2px}.bg-field__node{fill:var(--accent)}.bg-field__node--hollow{fill:none;stroke:var(--accent);stroke-width:1.2px}.bg-field__node--cyan{fill:var(--cyan)}.hero-field{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 58%,#0000 100%);mask-image:linear-gradient(#000 58%,#0000 100%)}.hero-field__plane--a{fill:var(--accent);opacity:.26}.hero-field__plane--b{fill:var(--cyan);opacity:.13}[data-theme=light] .hero-field__plane--a{opacity:.16}[data-theme=light] .hero-field__plane--b{opacity:.1}.hero-field__trace{fill:none;stroke:var(--border);stroke-width:1.8px}.hero-field__pulse{fill:none;stroke:var(--accent);stroke-width:2px;stroke-linecap:round;stroke-dasharray:56 1400;stroke-dashoffset:0;opacity:.9}.hero-field__node{fill:var(--accent)}.hero-field__node--hollow{fill:var(--bg);stroke:var(--accent);stroke-width:1.6px}.hero-field__node--cyan{fill:var(--cyan)}@media (prefers-reduced-motion:no-preference){.hero-field__pulse--a{animation:5.5s linear infinite trace-travel}.hero-field__pulse--b{animation:6.5s linear .6s infinite trace-travel}.hero-field__pulse--c{animation:7.2s linear 1.4s infinite trace-travel-rev}.hero-field__node{animation:3.2s ease-in-out infinite node-pulse}.hero-field__node--a{animation-delay:0s}.hero-field__node--b{animation-delay:.4s}.hero-field__node--c{animation-delay:.8s}.hero-field__node--d{animation-delay:1.2s}.hero-field__node--e{animation-delay:1.6s}.hero-field__node--f{animation-delay:2s}.hero-field__node--g{animation-delay:2.4s}.hero-field__node--h{animation-delay:2.8s}.hero-field__node--i{animation-delay:3.1s}}@keyframes trace-travel{0%{stroke-dashoffset:1456px}to{stroke-dashoffset:0}}@keyframes trace-travel-rev{0%{stroke-dashoffset:0}to{stroke-dashoffset:1456px}}@keyframes node-pulse{0%,to{opacity:.55}50%{opacity:1}}.hero{isolation:isolate;align-items:center;min-width:0;min-height:max(34rem,100svh - 3.85rem);padding-block:clamp(4rem,11vh,6.5rem) clamp(3.5rem,9vh,5.5rem);display:flex;position:relative;overflow:hidden}.hero-inner{z-index:1;width:100%;position:relative}.hero-copy{min-width:0;max-width:min(42rem,100%);position:relative}.hero-copy h1{color:var(--text-h);text-wrap:balance;margin:0 0 .8rem;font-weight:700}.hero-lede{letter-spacing:-.01em;max-width:28em;color:var(--text-muted);text-wrap:pretty;margin:0;font-size:clamp(1rem,2vw,1.15rem);font-weight:500;line-height:1.5}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--cyan);margin:0 0 .65rem;font-size:.78rem;font-weight:600}.lede{color:var(--text);max-width:60ch;margin-top:1.1rem;font-size:1.02rem;line-height:1.68}.status-dot{background:var(--status-online);width:7px;height:7px;box-shadow:0 0 0 0 color-mix(in oklab, var(--status-online) 55%, transparent);border-radius:50%;animation:2.4s ease-out infinite status-pulse;display:inline-block}@keyframes status-pulse{0%{box-shadow:0 0 0 0 color-mix(in oklab, var(--status-online) 55%, transparent)}70%{box-shadow:0 0 0 7px color-mix(in oklab, var(--status-online) 0%, transparent)}to{box-shadow:0 0 0 0 color-mix(in oklab, var(--status-online) 0%, transparent)}}@media (prefers-reduced-motion:reduce){.status-dot{animation:none}}.hero-readout{border-top:1px solid var(--border);max-width:min(42rem,100%);font-family:var(--mono);min-width:0;margin-top:clamp(1.6rem,3.5vw,2.4rem);padding-top:1.15rem}.hero-readout__meta{flex-wrap:wrap;align-items:center;gap:.45rem .9rem;margin:0 0 1rem;font-size:.82rem;line-height:1.4;display:flex}.hero-readout__online{color:var(--status-online);letter-spacing:.02em;font-weight:600}.hero-readout__host{color:var(--text-muted);overflow-wrap:anywhere}.hero-readout__facts{flex-wrap:wrap;gap:.7rem 1.5rem;margin:0;padding:0;list-style:none;display:flex}.hero-readout__facts li{min-width:0;color:var(--text);align-items:center;gap:.5rem;font-size:.84rem;display:flex}.hero-readout__facts strong{color:var(--text-h);font-weight:600}.hero-readout__icon{width:16px;height:16px;color:var(--text-muted);flex-shrink:0}.hero-cta{border-radius:var(--radius-sm);background:var(--accent);color:var(--bg);font-family:var(--heading);letter-spacing:-.01em;justify-content:center;align-items:center;margin-top:1.55rem;padding:.72rem 1.2rem;font-size:.92rem;font-weight:600;text-decoration:none;display:inline-flex}.hero-cta:hover,.hero-cta:focus-visible{background:var(--accent-strong);color:var(--bg);text-decoration:none}.on-surface{color:var(--text-h);font-weight:600}.section{flex-direction:column;justify-content:center;min-height:78svh;padding-block:clamp(2.6rem,7vh,4.5rem);display:flex}.section--band{isolation:isolate;--band-inset:max(clamp(1.25rem, 5vw, 4rem), calc((100vw - min(100vw, var(--content-max))) / 2 + clamp(1.25rem, 5vw, 4rem)));width:100vw;max-width:100vw;padding-inline:var(--band-inset);box-sizing:border-box;background:var(--bg-band);margin-left:-50vw;margin-right:-50vw;padding-block:clamp(3.2rem,8vh,5.2rem);position:relative;left:50%;right:50%;overflow:hidden}.section--band>:not(.section-field):not(.section-wave){z-index:1;position:relative}.section-wave{z-index:2;pointer-events:none;width:100%;height:clamp(2.4rem,5vw,3.6rem);max-height:3.6rem;display:block;position:absolute;left:0}.section-wave--top{top:0}.section-wave--bottom{bottom:0}.section-wave__fill{fill:var(--bg)}.section-field{z-index:0;pointer-events:none;opacity:.9;width:min(52rem,100%);max-width:100%;height:100%;position:absolute;top:0;bottom:0}@media (width<=640px){.section-field{display:none}}.section-field--services,.section-field--story{left:auto;right:0}.section-field--network{left:0;right:auto}.section-field__wash--a{fill:var(--accent);opacity:.08}.section-field__wash--b{fill:var(--cyan);opacity:.045}[data-theme=light] .section-field__wash--a{opacity:.055}[data-theme=light] .section-field__wash--b{opacity:.035}.section-field__trace{fill:none;stroke:var(--border);stroke-width:1.5px;opacity:.85}.section-field__node{fill:var(--accent);opacity:.72}.section-field__node--hollow{fill:var(--bg-band);stroke:var(--accent);stroke-width:1.5px;opacity:.8}.section-field__node--cyan{fill:var(--cyan);opacity:.72}.section-field__path{fill:none;stroke:var(--border-strong);stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;opacity:.65}.section-field__station{fill:var(--accent);opacity:.45}.section-field__goal{fill:var(--cyan);opacity:.85;transform-box:fill-box;transform-origin:50%}.section-field__goal-ring{fill:none;stroke:var(--cyan);stroke-width:1.5px;opacity:.35;transform-box:fill-box;transform-origin:50%}@media (prefers-reduced-motion:no-preference){.section-field__goal{animation:section-goal-pulse 2.4s var(--ease-out-expo) infinite}.section-field__goal-ring{animation:section-goal-ring 2.4s var(--ease-out-expo) infinite}}@keyframes section-goal-pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.18)}}@keyframes section-goal-ring{0%,to{opacity:.15;transform:scale(.92)}50%{opacity:.55;transform:scale(1.25)}}.info-grid{grid-template-columns:1fr;gap:clamp(1.8rem,4vw,2.6rem) clamp(1.8rem,4vw,3rem);min-width:0;display:grid}@media (width>=768px){.info-grid--story{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr)}}.info-block{border-top:1px solid var(--border);min-width:0;padding-top:1.1rem}.info-block p{color:var(--text);margin:0;line-height:1.68}.info-block--icon{align-items:flex-start;gap:1.1rem;display:flex}.info-block--icon>div{min-width:0}.info-block--gap{border-top-style:dashed}.info-block--gap .info-block__icon{color:var(--text-muted)}.info-block__icon{width:26px;height:26px;color:var(--accent);flex-shrink:0;margin-top:.2rem}.info-block__title{font-family:var(--heading);letter-spacing:-.02em;color:var(--text-h);flex-wrap:wrap;align-items:center;gap:.6rem;margin:0 0 .58rem;font-size:clamp(1.08rem,2.4vw,1.3rem);font-weight:600;display:flex}.gap-badge{font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);border:1px solid var(--pill-border);border-radius:999px;padding:.18rem .5rem;font-size:.62rem;font-weight:600}.inline-badges{border-top:1px solid var(--border);flex-wrap:wrap;gap:.5rem 1.1rem;margin:1rem 0 0;padding:.85rem 0 0;list-style:none;display:flex}.inline-badges li{font-family:var(--mono);color:var(--text-muted);align-items:center;gap:.4rem;font-size:.78rem;display:inline-flex}.inline-badges svg{width:16px;height:16px}.section-head--tight{margin-bottom:1.15rem}.spec-list{flex-direction:column;gap:1.15rem;margin:0;padding:0;list-style:none;display:flex}.spec-list li{align-items:center;gap:.9rem;min-width:0;display:flex}@media (width>=600px){.spec-list--grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.15rem 1.6rem;display:grid}}@media (width>=960px){.spec-list--grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width>=600px){.spec-list__item--span{grid-column:1/-1}}.info-grid+.info-block,.info-block+.info-block{margin-top:clamp(1.8rem,4vw,2.6rem)}.hw-layout{flex-direction:column;align-items:center;gap:1.5rem;margin-top:1.15rem;display:flex}@media (width>=640px){.hw-layout{flex-direction:row;align-items:center;gap:clamp(1.6rem,3.5vw,2.4rem)}.hw-layout>:last-child{flex:1;min-width:0}}.hw-figure{flex-shrink:0;width:min(100%,320px);margin:0}@media (width>=640px){.hw-figure{width:clamp(260px,28vw,340px)}}.hw-figure__img{object-fit:contain;width:100%;height:auto;display:block}.spec-list__icon{width:24px;height:24px;color:var(--accent);flex-shrink:0}.spec-list__text{flex-direction:column;gap:.15rem;min-width:0;display:flex}.spec-list__label{font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);font-size:.68rem;font-weight:600}.spec-list__value{color:var(--text-h);font-size:1.02rem;font-weight:600}.stat-line{font-family:var(--mono);color:var(--text-h);margin:.9rem 0 0;font-size:.82rem;font-weight:600}.checklist-lead{letter-spacing:.03em;text-transform:uppercase;color:var(--text-muted);margin:.9rem 0 0;font-size:.78rem;font-weight:600}.checklist{flex-direction:column;gap:.55rem;margin:.5rem 0 0;padding:0;list-style:none;display:flex}.checklist li{color:var(--text);padding-left:1.35rem;font-size:.9rem;line-height:1.5;position:relative}.checklist li:before{content:"";border:1.5px solid var(--accent);border-radius:2px;width:7px;height:7px;position:absolute;top:.5em;left:0}.ops-layout{flex-direction:column;gap:clamp(1.8rem,4vw,2.6rem);min-width:0;display:flex}.ops-live{grid-template-columns:1fr;align-items:stretch;gap:clamp(1.8rem,4vw,2.6rem);min-width:0;display:grid}@media (width>=768px){.ops-live{grid-template-columns:1fr 1fr}}.ops-live>.info-block{border-top:none;align-items:stretch;height:100%;margin-top:0;padding-top:0}.ops-live>.info-block>div{flex-direction:column;flex:1;min-width:0;display:flex}.ops-live>.info-block p{flex:1}.lynis{margin-top:1rem}.lynis__label{font-family:var(--mono);color:var(--text-h);margin:0;font-size:.82rem;font-weight:600}.lynis__track{border:1px solid var(--border);background:color-mix(in oklab, var(--surface) 70%, transparent);border-radius:2px;height:6px;margin-top:.5rem;overflow:hidden}.lynis__fill{background:var(--accent);height:100%;display:block}.flow{margin-top:clamp(2rem,4vw,2.8rem)}.flow__intro{color:var(--text-muted);margin:.5rem 0 1.4rem;font-size:.9rem}.flow-steps{grid-template-columns:1fr;gap:1.5rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=640px){.flow-steps:not(.flow-steps--compact){grid-template-columns:repeat(2,minmax(0,1fr));gap:1.75rem 1.5rem}}@media (width>=1080px){.flow-steps:not(.flow-steps--compact){grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.flow-steps:not(.flow-steps--compact) .flow-step{padding-inline-end:1.5rem;position:relative}.flow-steps:not(.flow-steps--compact) .flow-step:not(:last-child):after{content:"";border-top:1px dashed var(--border-strong);width:calc(1.5rem - 2px);position:absolute;top:19px;left:calc(100% - 1.1rem)}}.flow-step{align-items:flex-start;gap:.9rem;min-width:0;display:flex}.flow-step__marker{border:1px solid var(--accent-border);background:var(--accent-bg);width:40px;height:40px;color:var(--accent);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.flow-step--pending .flow-step__marker{border-style:dashed;border-color:var(--surface-border);color:var(--text-muted);background:0 0}.flow-step__marker svg{width:19px;height:19px}.flow-step__body{min-width:0;padding-top:.35rem}.flow-step__body h4{font-family:var(--heading);color:var(--text-h);flex-wrap:wrap;align-items:center;gap:.5rem;margin:0 0 .3rem;font-size:.98rem;font-weight:600;display:flex}.flow-step__body p{color:var(--text-muted);margin:0;font-size:.88rem;line-height:1.55}.updates-section{min-width:0}.updates-feed{flex-direction:column;gap:1.1rem;min-width:0;margin:0;padding:0;list-style:none;display:flex}.log-carousel{min-width:0}.log-carousel__nav{justify-content:flex-end;gap:.4rem;margin-bottom:.85rem;display:flex}.log-carousel__btn{border:1px solid var(--surface-border);border-radius:var(--radius-sm);width:40px;height:40px;color:var(--text-h);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:0;display:inline-flex}.log-carousel__btn svg{width:18px;height:18px}.log-carousel__btn:hover:not(:disabled),.log-carousel__btn:focus-visible{background:var(--nav-hover-bg);border-color:var(--accent-border)}@media (pointer:coarse){.log-carousel__btn{width:44px;height:44px}}.log-carousel__btn:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.log-carousel__btn:disabled{opacity:.35;cursor:not-allowed}.log-carousel__viewport{min-width:0;overflow:hidden}.log-carousel__track{will-change:transform;min-width:0;transition:transform .7s var(--ease-out-expo);margin:0;padding:0;list-style:none;display:flex}.log-carousel__track--instant{transition:none}.log-carousel__track>li{flex:1 0 0;min-width:0}.log-carousel__track>li[data-clone]{pointer-events:none}.log-slide{border-top:1px solid var(--border);color:inherit;box-sizing:border-box;grid-template-columns:1fr;gap:.85rem 2.6rem;min-width:0;padding-top:1.25rem;text-decoration:none;display:grid}@media (width>=720px){.log-slide{grid-template-columns:minmax(9rem,12.5rem) minmax(0,1fr);align-items:start;padding-top:1.5rem}}.log-slide__date{font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;color:var(--cyan);font-size:.78rem;font-weight:600;display:block}.log-slide__tags{font-family:var(--mono);letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);flex-wrap:wrap;gap:.3rem .75rem;margin:.55rem 0 0;padding:0;font-size:.68rem;font-weight:600;list-style:none;display:flex}.log-slide__title{font-family:var(--heading);letter-spacing:-.02em;text-wrap:balance;color:var(--text-h);margin:0 0 .7rem;font-size:clamp(1.35rem,3.2vw,1.9rem);font-weight:600;line-height:1.18}.log-slide__excerpt{max-width:58ch;color:var(--text);margin:0;font-size:1rem;line-height:1.65}.log-slide__go{font-family:var(--mono);color:var(--accent);margin-top:1.05rem;font-size:.82rem;font-weight:600;display:inline-block}.log-slide:hover .log-slide__title,.log-slide:focus-visible .log-slide__title{color:var(--accent)}.log-slide:hover .log-slide__go,.log-slide:focus-visible .log-slide__go{text-decoration:underline}.log-slide:focus-visible{outline:2px solid var(--focus-ring);outline-offset:4px}@media (prefers-reduced-motion:reduce){.log-carousel__nav{display:none}.log-carousel__viewport{overflow:visible}.log-carousel__track{will-change:auto;grid-template-columns:1fr;gap:1rem;transition:none;display:grid;width:100%!important;transform:none!important}.log-carousel__track>li{flex:none}.log-carousel__track>li[data-clone]{display:none}}@media (prefers-reduced-motion:reduce) and (width>=900px){.log-carousel__track{grid-template-columns:repeat(3,minmax(0,1fr))}}.updates-feed>li{min-width:0}.update-entry{border-radius:var(--radius-md);border:1px solid var(--surface-border);background:color-mix(in oklab, var(--surface) 55%, transparent);box-sizing:border-box;margin:0;padding:1.05rem 1.1rem 1.2rem}.update-entry__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem .75rem;margin-bottom:.5rem;display:flex}.update-entry__date{font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;color:var(--cyan);font-size:.72rem;font-weight:600}.update-entry__tags{flex-wrap:wrap;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.update-entry__tag{font-family:var(--mono);letter-spacing:.04em;text-transform:uppercase;border:1px solid var(--pill-border);color:var(--text-muted);background:var(--pill-bg);border-radius:6px;padding:.2rem .45rem;font-size:.64rem;font-weight:600;display:inline-block}.update-entry__title{font-family:var(--heading);letter-spacing:-.02em;color:var(--text-h);margin:0 0 .55rem;font-size:clamp(1.02rem,2.4vw,1.2rem);font-weight:600;line-height:1.25}.update-entry__body p{color:var(--text);margin:0;font-size:.96rem;line-height:1.68}.update-entry__bullets{color:var(--text);margin:.75rem 0 0;padding:0 0 0 1.1rem;font-size:.92rem;line-height:1.55}.update-entry__bullets li{margin:.25rem 0 0}.update-entry__bullets li::marker{color:var(--text-muted)}@media (width<=430px){.update-entry{padding:.9rem .85rem 1.05rem}}.section-head{margin-bottom:1.55rem}.section-intro{max-width:65ch;color:var(--text);margin:.55rem 0 0;font-size:.98rem;line-height:1.66}.svc-inventory{flex-direction:column;gap:clamp(1.35rem,3vw,1.9rem);min-width:0;margin-top:.35rem;display:flex}.svc-band{border:none;grid-template-columns:1fr;gap:.85rem 2.2rem;min-width:0;padding:0;display:grid}@media (width>=720px){.svc-band{grid-template-columns:minmax(10rem,12.5rem) 1fr;align-items:start}}.svc-band__cat{font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;color:var(--cyan);margin:0;padding-top:.35rem;font-size:.72rem;font-weight:600}.svc-band__list{grid-template-columns:repeat(auto-fill,minmax(11.5rem,1fr));gap:.85rem 1.4rem;min-width:0;margin:0;padding:0;list-style:none;display:grid}.svc-item{align-items:flex-start;gap:.7rem;min-width:0;display:flex}.svc-item__icon{width:22px;height:22px;color:var(--text-muted);flex-shrink:0;margin-top:.12rem;transition:color .2s}.svc-item:hover .svc-item__icon{color:var(--accent)}.svc-item__text{flex-direction:column;gap:.12rem;min-width:0;display:flex}.svc-item__name{font-family:var(--mono);letter-spacing:.01em;color:var(--text-h);overflow-wrap:anywhere;font-size:.9rem;font-weight:600;transition:color .2s}.svc-band--core .svc-item__name{font-size:.96rem}.svc-item:hover .svc-item__name{color:var(--accent)}.svc-item__tag{color:var(--text-muted);letter-spacing:.01em;font-size:.76rem;line-height:1.35}.services-section .section-head{margin-bottom:clamp(1.4rem,3vw,2rem)}.hardware-section{min-width:0}@media (width<=1024px){.site-header__inner{gap:.6rem}}@media (width<=960px){#overview{margin-bottom:.9rem}}@media (width<=430px){.layout-shell{padding-inline:1rem}.site-header__inner{gap:.35rem .6rem;padding-block:.28rem}.menu-toggle{width:2.25rem;height:2.25rem}.hero{padding-block:2.4rem 2rem}.mobile-nav-panel{padding-inline:.75rem;padding-top:calc(.65rem + env(safe-area-inset-top))}.mobile-nav-header{margin-bottom:.65rem;padding-bottom:.75rem}.mobile-nav-list a{padding:.72rem .82rem;font-size:.92rem}.mobile-nav-tools{gap:.5rem}.mobile-nav-tools .lang-toggle,.mobile-nav-tools .theme-toggle{min-height:2.25rem}.brand-text{font-size:.95rem}.section-intro,.info-block p{font-size:.92rem;line-height:1.62}.site-footer__bar p{font-size:.76rem}}@media (width<=360px){.layout-shell{padding-inline:.82rem}h1{font-size:clamp(1.65rem,9vw,2rem)}.brand{gap:.5rem}.brand-text{font-size:.88rem}.menu-toggle{width:40px;height:40px}.hero{padding-top:1.9rem}.mobile-nav-list{gap:.42rem}.mobile-nav-list a{min-height:42px;font-size:.88rem}.mobile-nav-tools{padding-top:.8rem}.site-footer__main{padding-block:1rem}}@media (width<=1024px) and (orientation:landscape){.layout-shell{padding-inline:clamp(.9rem,2.6vw,1.35rem)}.hero{min-height:unset;padding-top:1.4rem}.section{padding-block:clamp(2rem,6vw,3rem)}}@media (width>=1800px) and (aspect-ratio>=2.3){.hero,.section{min-height:unset;padding-block:clamp(3rem,8vh,5rem)}}.site-footer{background:var(--footer-bg);border-top:1px solid var(--border);width:100%;margin-top:auto;padding:0}.site-footer__main{justify-content:space-between;align-items:center;gap:1rem 2rem;padding-block:1.55rem;display:flex}.site-footer__identity{min-width:0}.site-footer__name{color:var(--text-h);margin:0;font-size:.98rem;font-weight:600;line-height:1.35}.site-footer__subtitle{color:var(--text-muted);margin:.34rem 0 0;font-size:.78rem;line-height:1.45}.site-footer__socials{flex-shrink:0;align-items:center;gap:.55rem;display:flex}.site-footer__socials a{border:1px solid var(--surface-border);background:var(--surface);width:38px;height:38px;color:var(--text-h);border-radius:10px;justify-content:center;align-items:center;text-decoration:none;transition:border-color .18s,background .18s,color .18s,transform .18s;display:inline-flex}.site-footer__socials a:hover{border-color:var(--accent-border);background:var(--nav-hover-bg);transform:translateY(-1px)}.site-footer__socials a:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.social-icon{width:16px;height:16px}.site-footer__bar{border-top:1px solid var(--border);background:color-mix(in oklab, var(--footer-bg) 80%, var(--surface) 20%)}.site-footer__bar-inner{padding-block:.62rem .68rem}.site-footer__bar p{letter-spacing:.03em;color:var(--footer-text);text-align:center;overflow-wrap:anywhere;margin:0;font-size:.74rem;font-weight:500;line-height:1.5}@media (width<=680px){.site-footer__main{flex-direction:column;align-items:flex-start;padding-block:1.2rem}.site-footer__socials{justify-content:flex-start;width:100%}}.update-entry--link{color:inherit;cursor:pointer;text-decoration:none;display:block}.update-entry--link:hover,.update-entry--link:focus-visible{border-color:var(--border-strong);box-shadow:var(--shadow-hover);background:color-mix(in oklab, var(--surface) 45%, var(--accent-bg) 16%);transform:translateY(-3px)}.update-entry--link:focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px}@media (prefers-reduced-motion:reduce){.update-entry--link:hover{transform:none}}.update-entry__excerpt{color:var(--text);margin:0;font-size:.96rem;line-height:1.68}.updates-see-all{font-family:var(--mono);color:var(--accent);align-items:center;gap:.35rem;margin-top:1.3rem;font-size:.82rem;font-weight:600;text-decoration:none;display:inline-flex}.updates-see-all:hover,.updates-see-all:focus-visible{text-decoration:underline}.blog-index-section{min-width:0;padding:clamp(1.6rem,4vw,2.6rem) 0 clamp(3rem,6vw,4.5rem)}.blog-list{flex-direction:column;gap:1.1rem;min-width:0;margin:0;padding:0;list-style:none;display:flex}.blog-card{border-radius:var(--radius-md);border:1px solid var(--surface-border);background:color-mix(in oklab, var(--surface) 55%, transparent);box-sizing:border-box;color:inherit;margin:0;padding:1.15rem 1.25rem 1.35rem;text-decoration:none;transition:border-color .22s,box-shadow .22s,transform .22s,background .22s;display:block}.blog-card:hover,.blog-card:focus-visible{border-color:var(--border-strong);box-shadow:var(--shadow-hover);background:color-mix(in oklab, var(--surface) 45%, var(--accent-bg) 16%);transform:translateY(-3px)}.blog-card:focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px}@media (prefers-reduced-motion:reduce){.blog-card:hover{transform:none}}.blog-card__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem .75rem;margin-bottom:.6rem;display:flex}.blog-card__title{font-family:var(--heading);letter-spacing:-.02em;color:var(--text-h);margin:0 0 .5rem;font-size:clamp(1.08rem,2.6vw,1.3rem);font-weight:600;line-height:1.28}.blog-card__excerpt{color:var(--text);margin:0;font-size:.96rem;line-height:1.65}.blog-post-section{min-width:0;max-width:72ch;padding:clamp(1.6rem,4vw,2.6rem) 0 clamp(3rem,6vw,4.5rem)}.blog-back-link{font-family:var(--mono);color:var(--text-muted);margin-bottom:1.4rem;font-size:.78rem;font-weight:600;text-decoration:none;display:inline-flex}.blog-back-link:hover,.blog-back-link:focus-visible{color:var(--accent)}.blog-post__head{margin-bottom:1.8rem}.blog-post__meta{flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:.7rem;display:flex}.blog-post__title{font-family:var(--heading);letter-spacing:-.02em;color:var(--text-h);margin:0;font-size:clamp(1.5rem,4vw,2.1rem);font-weight:700;line-height:1.2}.blog-post__body{color:var(--text);font-size:1rem;line-height:1.75}.blog-post__body p{margin:0 0 1.1rem}.blog-post__body h2{font-family:var(--heading);color:var(--text-h);letter-spacing:-.01em;margin:2rem 0 .85rem;font-size:clamp(1.2rem,2.6vw,1.45rem);font-weight:600}.blog-post__body h3{font-family:var(--heading);color:var(--text-h);margin:1.6rem 0 .7rem;font-size:clamp(1.05rem,2.2vw,1.2rem);font-weight:600}.blog-post__body strong{color:var(--text-h);font-weight:600}.blog-post__body a{color:var(--accent)}.blog-post__body ul,.blog-post__body ol{flex-direction:column;gap:.4rem;margin:0 0 1.1rem;padding-left:1.3rem;display:flex}.blog-post__body code{font-family:var(--mono);background:var(--pill-bg);border:1px solid var(--pill-border);border-radius:5px;padding:.1rem .35rem;font-size:.88em}.blog-post__body pre{border-radius:var(--radius-md);border:1px solid var(--surface-border);background:color-mix(in oklab, var(--surface) 70%, transparent);margin:0 0 1.3rem;padding:1rem 1.15rem;overflow-x:auto}.blog-post__body pre code{background:0 0;border:none;padding:0;font-size:.86rem}.blog-post__body blockquote{border-left:2px solid var(--accent-border);color:var(--text-muted);margin:0 0 1.1rem;padding-left:1rem}.hero-copy .eyebrow{animation:reveal-up .6s var(--ease-out-expo) both}.hero-copy h1{animation:reveal-up .65s var(--ease-out-expo) 80ms both}.hero-lede{animation:reveal-up .65s var(--ease-out-expo) .16s both}.hero-readout{animation:reveal-up .7s var(--ease-out-expo) .22s both}.hero-readout__facts li{opacity:0;animation:reveal-up .5s var(--ease-out-expo) both}.hero-readout__facts li:first-child{animation-delay:.34s}.hero-readout__facts li:nth-child(2){animation-delay:.4s}.hero-readout__facts li:nth-child(3){animation-delay:.46s}.hero-cta{animation:reveal-up .65s var(--ease-out-expo) .36s both}@keyframes reveal-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.hero-copy .eyebrow,.hero-copy h1,.hero-lede,.hero-readout,.hero-cta{animation:none}.hero-readout__facts li{opacity:1;animation:none}}.reveal-pending,.reveal-visible{transition:opacity .6s var(--ease-out-expo), transform .6s var(--ease-out-expo)}.reveal-pending{opacity:0;transform:translateY(20px)}.reveal-visible{opacity:1;transform:none}.reveal-pending .svc-band,.reveal-pending .blog-list>li{opacity:0;transform:translateY(12px)}.reveal-visible .svc-band,.reveal-visible .blog-list>li{opacity:1;transition:opacity .5s var(--ease-out-expo), transform .5s var(--ease-out-expo);transform:none}.reveal-visible .svc-band:first-child{transition-delay:0s}.reveal-visible .svc-band:nth-child(2){transition-delay:50ms}.reveal-visible .svc-band:nth-child(3){transition-delay:.1s}.reveal-visible .svc-band:nth-child(4){transition-delay:.15s}.reveal-visible .svc-band:nth-child(5){transition-delay:.2s}.reveal-visible .blog-list>li:first-child{transition-delay:0s}.reveal-visible .blog-list>li:nth-child(2){transition-delay:90ms}.reveal-visible .blog-list>li:nth-child(3){transition-delay:.18s}.reveal-visible .blog-list>li:nth-child(4){transition-delay:.27s}
