.SiteHeader-module__sggyBa__header{z-index:100;transition:background var(--t) ease, border-color var(--t) ease, backdrop-filter var(--t) ease;border-bottom:1px solid #0000;position:fixed;inset:0 0 auto}.SiteHeader-module__sggyBa__scrolled{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom-color:var(--line);background:#03060cd1}.SiteHeader-module__sggyBa__bar{height:var(--nav-h);align-items:center;gap:clamp(1rem,3vw,2.5rem);display:flex}.SiteHeader-module__sggyBa__brand{font-family:var(--font-mono);letter-spacing:.22em;color:var(--blue-bright);text-shadow:0 0 12px #6cc6ff66;white-space:nowrap;font-size:.82rem}.SiteHeader-module__sggyBa__brand:hover{text-shadow:0 0 20px #6cc6ffb3}.SiteHeader-module__sggyBa__desktopNav{align-items:center;gap:clamp(1.1rem,2.4vw,2.2rem);margin-left:auto;display:flex}.SiteHeader-module__sggyBa__link{color:var(--text-2);font-size:.95rem;font-weight:500;position:relative}.SiteHeader-module__sggyBa__link:after{content:"";background:var(--blue-core);transform-origin:0;height:1.5px;transition:transform var(--t) var(--ease);position:absolute;bottom:-6px;left:0;right:0;transform:scaleX(0)}.SiteHeader-module__sggyBa__link:hover,.SiteHeader-module__sggyBa__link:focus-visible,.SiteHeader-module__sggyBa__linkActive{color:var(--text)}.SiteHeader-module__sggyBa__link:hover:after,.SiteHeader-module__sggyBa__link:focus-visible:after,.SiteHeader-module__sggyBa__linkActive:after{transform:scaleX(1)}.SiteHeader-module__sggyBa__group{position:relative}.SiteHeader-module__sggyBa__trigger{color:var(--text-2);cursor:pointer;background:0 0;border:0;align-items:center;gap:.5rem;font-family:inherit;font-size:.95rem;font-weight:500;display:inline-flex}.SiteHeader-module__sggyBa__trigger:hover,.SiteHeader-module__sggyBa__groupOpen .SiteHeader-module__sggyBa__trigger{color:var(--text)}.SiteHeader-module__sggyBa__chevron{width:.5rem;height:.5rem;transition:transform var(--t) ease;border-bottom:1.5px solid;border-right:1.5px solid;transform:translateY(-.1rem)rotate(45deg)}.SiteHeader-module__sggyBa__groupOpen .SiteHeader-module__sggyBa__chevron{transform:translateY(.1rem)rotate(225deg)}.SiteHeader-module__sggyBa__group:after{content:"";height:.9rem;position:absolute;top:100%;left:-1rem;right:-1rem}.SiteHeader-module__sggyBa__menu{border:1px solid var(--border);border-radius:var(--radius-lg);width:24rem;box-shadow:var(--shadow);opacity:0;visibility:hidden;transition:opacity var(--t-fast) ease, transform var(--t-fast) ease, visibility var(--t-fast) ease;background:#050910fa;gap:.3rem;padding:.6rem;display:grid;position:absolute;top:calc(100% + .85rem);left:50%;transform:translate(-50%)translateY(-.4rem)}.SiteHeader-module__sggyBa__groupOpen .SiteHeader-module__sggyBa__menu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.SiteHeader-module__sggyBa__menuItem{border-radius:var(--radius);gap:.3rem;padding:.9rem 1rem;display:grid}.SiteHeader-module__sggyBa__menuItem:hover,.SiteHeader-module__sggyBa__menuItem:focus-visible{background:var(--surface-hover)}.SiteHeader-module__sggyBa__menuHead{color:var(--text);justify-content:space-between;align-items:flex-start;gap:.6rem;font-size:1rem;font-weight:650;display:flex}.SiteHeader-module__sggyBa__menuTag{white-space:nowrap;font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--blue-core);border:1px solid var(--border-strong);border-radius:var(--radius-pill);flex-shrink:0;align-self:center;padding:.2rem .55rem;font-size:.6rem;line-height:1}.SiteHeader-module__sggyBa__menuDesc{color:var(--text-2);font-size:.85rem;line-height:1.45}.SiteHeader-module__sggyBa__cta{margin-left:.25rem;padding:.7rem 1.1rem;font-size:.78rem}.SiteHeader-module__sggyBa__burger{border:1px solid var(--border);border-radius:var(--radius-sm);width:2.9rem;height:2.9rem;color:var(--text);cursor:pointer;background:#03060c99;flex-direction:column;justify-content:center;align-items:center;gap:.34rem;margin-left:auto;display:none}.SiteHeader-module__sggyBa__burger span{width:1.3rem;height:2px;transition:transform var(--t) ease, opacity var(--t) ease;background:currentColor;border-radius:2px}.SiteHeader-module__sggyBa__burgerOpen span:first-child{transform:translateY(.42rem)rotate(45deg)}.SiteHeader-module__sggyBa__burgerOpen span:nth-child(2){opacity:0}.SiteHeader-module__sggyBa__burgerOpen span:nth-child(3){transform:translateY(-.42rem)rotate(-45deg)}.SiteHeader-module__sggyBa__drawer{inset:var(--nav-h) 0 0 0;z-index:90;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);opacity:0;visibility:hidden;transition:opacity var(--t) ease, transform var(--t) ease, visibility var(--t) ease;background:#03060cfa;position:fixed;overflow-y:auto;transform:translateY(-.5rem)}.SiteHeader-module__sggyBa__drawerOpen{opacity:1;visibility:visible;transform:translateY(0)}.SiteHeader-module__sggyBa__drawerInner{gap:.5rem;max-width:40rem;margin-inline:auto;padding:clamp(1.25rem,5vw,2rem);display:grid}.SiteHeader-module__sggyBa__drawerLabel{font-family:var(--font-mono);letter-spacing:.28em;text-transform:uppercase;color:var(--text-3);margin-top:.75rem;font-size:.66rem}.SiteHeader-module__sggyBa__drawerLabel:first-child{margin-top:0}.SiteHeader-module__sggyBa__drawerSolution{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);gap:.3rem;padding:1rem;display:grid}.SiteHeader-module__sggyBa__drawerLink{border-radius:var(--radius);color:var(--text);padding:.9rem 1rem;font-size:1.05rem;font-weight:550}.SiteHeader-module__sggyBa__drawerLink:hover{background:var(--surface-hover)}.SiteHeader-module__sggyBa__drawerCta{width:100%;margin-top:1rem}@media (max-width:860px){.SiteHeader-module__sggyBa__header .SiteHeader-module__sggyBa__desktopNav,.SiteHeader-module__sggyBa__header .SiteHeader-module__sggyBa__cta{display:none}.SiteHeader-module__sggyBa__header .SiteHeader-module__sggyBa__burger{display:flex}}
.SiteFooter-module__04XcqW__footer{border-top:1px solid var(--line);background:#03060cf5;padding-block:clamp(3rem,6vw,4.5rem) 2rem}.SiteFooter-module__04XcqW__inner{grid-template-columns:1.3fr 2fr;gap:clamp(2rem,5vw,4rem);display:grid}.SiteFooter-module__04XcqW__brand{font-family:var(--font-mono);letter-spacing:.22em;color:var(--blue-bright);text-shadow:0 0 12px #6cc6ff66;font-size:.85rem}.SiteFooter-module__04XcqW__tag{max-width:22rem;color:var(--text-2);margin-top:.8rem;font-size:.95rem}.SiteFooter-module__04XcqW__byline{color:var(--text-3);font-size:.82rem;font-family:var(--font-mono);margin-top:.6rem}.SiteFooter-module__04XcqW__social{flex-wrap:wrap;gap:1.1rem;margin-top:1.2rem;display:flex}.SiteFooter-module__04XcqW__social a{color:var(--text-2);font-size:.88rem}.SiteFooter-module__04XcqW__social a:hover{color:var(--blue-bright)}.SiteFooter-module__04XcqW__cols{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.SiteFooter-module__04XcqW__cols h3{font-family:var(--font-mono);letter-spacing:.28em;text-transform:uppercase;color:var(--text-3);margin-bottom:.9rem;font-size:.64rem;font-weight:400}.SiteFooter-module__04XcqW__cols a{color:var(--text-2);padding:.3rem 0;font-size:.9rem;display:block}.SiteFooter-module__04XcqW__cols a:hover{color:var(--text)}.SiteFooter-module__04XcqW__bottom{border-top:1px solid var(--line);color:var(--text-3);font-family:var(--font-mono);letter-spacing:.06em;justify-content:space-between;gap:1rem;margin-top:clamp(2rem,4vw,3rem);padding-top:1.4rem;font-size:.72rem;display:flex}@media (max-width:760px){.SiteFooter-module__04XcqW__inner{grid-template-columns:1fr}.SiteFooter-module__04XcqW__cols{grid-template-columns:repeat(2,1fr)}.SiteFooter-module__04XcqW__bottom{flex-direction:column}}@media (max-width:460px){.SiteFooter-module__04XcqW__cols{grid-template-columns:1fr}}
:root{--blue-core:#6cc6ff;--blue-bright:#aee6ff;--blue-deep:#1d6ea8;--violet:#9b7bff;--teal:#5eead4;--crit:#ff5d6e;--warn:#ffb84a;--ok:#57e389;--bg:#03060c;--bg-2:#070d18;--surface:#08101db8;--surface-2:#0a1422e6;--surface-hover:#6cc6ff14;--line:#b4dcff1a;--border:#b4dcff1f;--border-strong:#aee6ff57;--text:#e8f2fff5;--text-2:#c6dcfaa8;--text-3:#aac8eb66;--font-mono:"IBM Plex Mono", "SFMono-Regular", "Courier New", Courier, monospace;--font-sans:"Inter", "SF Pro Display", "Segoe UI", system-ui, sans-serif;--fs-eyebrow:clamp(.66rem, .62rem + .2vw, .74rem);--fs-body:clamp(1rem, .97rem + .18vw, 1.12rem);--fs-lede:clamp(1.08rem, 1rem + .5vw, 1.35rem);--fs-h3:clamp(1.1rem, 1rem + .6vw, 1.4rem);--fs-h2:clamp(1.9rem, 1.3rem + 2.6vw, 3rem);--fs-h1:clamp(2.6rem, 1.6rem + 4.6vw, 5rem);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--space-24:clamp(4rem, 8vw, 7rem);--radius-sm:.4rem;--radius:.75rem;--radius-lg:1.25rem;--radius-pill:999px;--shadow:0 1.5rem 4rem #00000052;--shadow-glow:0 0 80px -40px #6cc6ff8c;--container:80rem;--nav-h:4.5rem;--ease:cubic-bezier(.16, 1, .3, 1);--t-fast:.16s;--t:.24s;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden}body{background:var(--bg);min-height:100vh;color:var(--text);font-family:var(--font-sans);font-size:var(--fs-body);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{letter-spacing:-.02em;text-wrap:balance;font-weight:650;line-height:1.08}p{text-wrap:pretty}a{color:inherit;transition:color var(--t-fast) ease, border-color var(--t-fast) ease, transform var(--t-fast) ease, box-shadow var(--t-fast) ease, background var(--t-fast) ease;text-decoration:none}img,svg,canvas{max-width:100%;display:block}:focus-visible{outline:2px solid var(--blue-bright);outline-offset:3px;border-radius:3px}::selection{color:#fff;background:#6cc6ff47}*{scrollbar-width:thin;scrollbar-color:#6cc6ff4d transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{border-radius:var(--radius-pill);background:#6cc6ff40}::-webkit-scrollbar-thumb:hover{background:#6cc6ff73}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:clamp(1.25rem,4vw,4rem)}.section{padding-block:var(--space-24)}.section-tight{padding-block:clamp(3rem,6vw,5rem)}.eyebrow{font-family:var(--font-mono);font-size:var(--fs-eyebrow);letter-spacing:.28em;text-transform:uppercase;color:var(--blue-core);display:inline-block}.lede{max-width:46rem;color:var(--text-2);font-size:var(--fs-lede);line-height:1.65}.pill{border:1px solid var(--border);border-radius:var(--radius-pill);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text-2);background:#6cc6ff0f;align-items:center;gap:.5rem;padding:.3rem .75rem;font-size:.72rem;display:inline-flex}.pill:before{content:"";background:var(--teal);width:.45rem;height:.45rem;box-shadow:0 0 8px var(--teal);border-radius:50%}.pill-soon:before{background:var(--warn);box-shadow:0 0 8px var(--warn)}.btn{border-radius:var(--radius-sm);width:fit-content;font-family:var(--font-mono);letter-spacing:.04em;cursor:pointer;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.4rem;font-size:.85rem;display:inline-flex}.btn-primary{background:linear-gradient(180deg, var(--blue-bright) 0%, var(--blue-core) 100%);color:#03101c;font-weight:700;box-shadow:0 0 28px #6cc6ff57,inset 0 1px #ffffff73}.btn-primary:hover,.btn-primary:focus-visible{transform:translateY(-1px);box-shadow:0 0 40px #6cc6ff80,inset 0 1px #ffffff73}.btn-secondary{border-color:var(--border-strong);color:var(--blue-bright);background:#6cc6ff0d}.btn-secondary:hover,.btn-secondary:focus-visible{color:#fff;background:#6cc6ff1a;border-color:#ffffffb3;transform:translateY(-1px)}.btn-ghost{color:var(--blue-bright);border:0;border-bottom:1px solid #6cc6ff66;border-radius:0;padding-inline:0}.btn-ghost:hover,.btn-ghost:focus-visible{color:#fff;border-color:#ffffffe6}.card{border:1px solid var(--border);border-radius:var(--radius-lg);background:linear-gradient(180deg, var(--surface), var(--surface-2));transition:border-color var(--t) ease, transform var(--t) ease, box-shadow var(--t) ease;padding:clamp(1.4rem,3vw,2.1rem);position:relative;box-shadow:inset 0 1px #b4dcff0f}.card-interactive:hover{border-color:var(--border-strong);box-shadow:var(--shadow), var(--shadow-glow);transform:translateY(-3px)}.grid{gap:clamp(1rem,2vw,1.5rem);display:grid}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:900px){.grid-3,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.surface-bg{background:radial-gradient(circle at top right, #aee6ff24, transparent 34rem), radial-gradient(circle at top left, #6cc6ff1a, transparent 30rem), linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 48%, var(--bg) 100%)}.page-top{padding-top:calc(var(--nav-h) + clamp(2.5rem, 6vw, 5rem))}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
