.Magnetic-module__iBPVDq__magnetic{display:inline-flex}
.OutlineButton-module__AkAkaa__button{isolation:isolate;min-height:48px;font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text-primary);white-space:nowrap;transition:border-color .35s var(--ease-out),box-shadow .35s var(--ease-out),transform .2s var(--ease-out);background:0 0;border:1px solid #0066ff8c;border-radius:6px;justify-content:center;align-items:center;gap:12px;padding:14px 28px;font-size:.8125rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.OutlineButton-module__AkAkaa__button:before{content:"";z-index:-1;opacity:0;transition:opacity .35s var(--ease-out),background-position .5s var(--ease-out);background:linear-gradient(90deg,#2563eb,#7c3aed,#2563eb) 100% 0/220% 100%;position:absolute;inset:0}.OutlineButton-module__AkAkaa__button:hover,.OutlineButton-module__AkAkaa__button:focus-visible{box-shadow:0 8px 32px -8px var(--glow-blue);border-color:#0000}.OutlineButton-module__AkAkaa__button:hover:before,.OutlineButton-module__AkAkaa__button:focus-visible:before{opacity:1;background-position:0 0}.OutlineButton-module__AkAkaa__sm{gap:8px;min-height:40px;padding:10px 18px;font-size:.75rem}.OutlineButton-module__AkAkaa__arrow{transition:transform .35s var(--ease-out);align-items:center;display:inline-flex}.OutlineButton-module__AkAkaa__button:hover .OutlineButton-module__AkAkaa__arrow,.OutlineButton-module__AkAkaa__button:focus-visible .OutlineButton-module__AkAkaa__arrow{transform:translate(4px)}@media (max-width:480px){.OutlineButton-module__AkAkaa__button{width:100%;padding:14px 20px}}
.Header-module__lnUIdW__header{z-index:100;height:72px;transition:background-color .3s var(--ease-out),border-color .3s var(--ease-out),height .3s var(--ease-out);background:0 0;border-bottom:1px solid #0000;grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(16px,3vw,32px);padding:0 clamp(16px,3vw,32px);display:grid;position:fixed;top:0;left:0;right:0}.Header-module__lnUIdW__header[data-scrolled]{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom-color:var(--color-border);background:#05070fd1;height:60px}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.Header-module__lnUIdW__header[data-scrolled]{background:var(--color-void)}}.Header-module__lnUIdW__logo{align-items:center;gap:10px;text-decoration:none;display:inline-flex}.Header-module__lnUIdW__logoMark{width:auto;height:32px;transition:transform .3s var(--ease-out)}.Header-module__lnUIdW__logo:hover .Header-module__lnUIdW__logoMark{transform:scale(1.05)}.Header-module__lnUIdW__logoText{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:var(--text-primary);font-size:18px;font-weight:700}.Header-module__lnUIdW__nav{justify-self:center;align-items:center;gap:clamp(4px,1.5vw,20px);display:flex}@media (max-width:1023px){.Header-module__lnUIdW__nav{display:none}}.Header-module__lnUIdW__navLink{font-family:var(--font-mono);font-size:var(--text-mono-label);letter-spacing:.12em;text-transform:uppercase;color:var(--text-secondary);white-space:nowrap;transition:color .15s var(--ease-out);background:0 0;border:0;align-items:center;gap:6px;padding:14px 10px;font-weight:500;text-decoration:none;display:inline-flex;position:relative}.Header-module__lnUIdW__navLink:before,.Header-module__lnUIdW__navLink:after{font-family:var(--font-mono);color:var(--primary-blue);opacity:0;transition:opacity .15s var(--ease-out),transform .15s var(--ease-out);pointer-events:none;position:absolute;top:50%}.Header-module__lnUIdW__navLink:before{content:"[";left:-2px;transform:translate(-4px,-50%)}.Header-module__lnUIdW__navLink:after{content:"]";right:-2px;transform:translate(4px,-50%)}.Header-module__lnUIdW__navLink:hover,.Header-module__lnUIdW__navLink:focus-visible,.Header-module__lnUIdW__navLink[data-open]{color:var(--text-primary)}.Header-module__lnUIdW__navLink:hover:before,.Header-module__lnUIdW__navLink:focus-visible:before,.Header-module__lnUIdW__navLink:hover:after,.Header-module__lnUIdW__navLink:focus-visible:after{opacity:1;transform:translateY(-50%)}.Header-module__lnUIdW__navLink[data-active]{color:var(--primary-blue)}.Header-module__lnUIdW__activeIndicator{background:var(--gradient-brand);height:1px;position:absolute;bottom:8px;left:10px;right:10px}.Header-module__lnUIdW__chevron{transition:transform .2s var(--ease-out)}.Header-module__lnUIdW__navLink[data-open] .Header-module__lnUIdW__chevron{transform:rotate(180deg)}.Header-module__lnUIdW__dropdownWrapper{position:relative}.Header-module__lnUIdW__dropdownPanel{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;min-width:240px;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 6px);left:50%;translate:-50%;box-shadow:0 16px 48px -16px #0009}.Header-module__lnUIdW__dropdownItem{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);transition:color .15s var(--ease-out),background-color .15s var(--ease-out);border-radius:5px;align-items:center;gap:10px;padding:10px 12px;font-size:.75rem;font-weight:500;text-decoration:none;display:flex}.Header-module__lnUIdW__dropdownItem:hover,.Header-module__lnUIdW__dropdownItem:focus-visible{color:var(--primary-blue);background:var(--color-surface-raised)}.Header-module__lnUIdW__dropdownIndex{color:var(--color-text-dim);font-size:.65rem}.Header-module__lnUIdW__dropdownAll{border-top:1px solid var(--color-border);color:var(--text-primary);border-radius:0 0 5px 5px;margin-top:4px}.Header-module__lnUIdW__right{justify-self:end;align-items:center;gap:12px;display:inline-flex}@media (max-width:1023px){.Header-module__lnUIdW__right .Header-module__lnUIdW__cta{display:none}}@media (max-width:375px){.Header-module__lnUIdW__logoText{display:none}}
.MobileMenu-module__dvw3PW__trigger{border:1px solid var(--color-border);width:44px;height:44px;color:var(--text-primary);transition:border-color .2s var(--ease-out);background:0 0;border-radius:6px;justify-content:center;align-items:center;display:none}.MobileMenu-module__dvw3PW__trigger:hover{border-color:var(--color-border-bright)}@media (max-width:1023px){.MobileMenu-module__dvw3PW__trigger{display:inline-flex}}.MobileMenu-module__dvw3PW__overlay{z-index:200;background:var(--color-void);flex-direction:column;padding:16px clamp(16px,5vw,32px) clamp(24px,6vh,48px);display:flex;position:fixed;inset:0;overflow-y:auto}.MobileMenu-module__dvw3PW__topRow{justify-content:space-between;align-items:center;min-height:56px;display:flex}.MobileMenu-module__dvw3PW__brand{align-items:center;gap:10px;display:inline-flex}.MobileMenu-module__dvw3PW__logoMark{width:auto;height:28px}.MobileMenu-module__dvw3PW__logoText{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:var(--text-primary);font-size:18px;font-weight:700}.MobileMenu-module__dvw3PW__close{border:1px solid var(--color-border);width:44px;height:44px;color:var(--text-primary);transition:border-color .2s var(--ease-out);background:0 0;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.MobileMenu-module__dvw3PW__close:hover{border-color:var(--color-border-bright)}.MobileMenu-module__dvw3PW__nav{flex:1;align-items:center;padding:clamp(24px,6vh,48px) 0;display:flex}.MobileMenu-module__dvw3PW__list{flex-direction:column;gap:clamp(16px,3vh,28px);width:100%;list-style:none;display:flex}.MobileMenu-module__dvw3PW__link{font-family:var(--font-display);letter-spacing:-.01em;text-transform:uppercase;color:var(--text-primary);transition:color .2s var(--ease-out);align-items:baseline;gap:14px;font-size:clamp(1.75rem,8vw,2.75rem);font-weight:900;line-height:1;text-decoration:none;display:inline-flex}.MobileMenu-module__dvw3PW__link:hover,.MobileMenu-module__dvw3PW__link:focus-visible{color:var(--primary-blue)}.MobileMenu-module__dvw3PW__index{font-family:var(--font-mono);letter-spacing:.12em;color:var(--color-text-dim);font-size:.75rem;font-weight:500}.MobileMenu-module__dvw3PW__subList{flex-direction:column;gap:8px;margin:12px 0 0 calc(14px + 2ch);list-style:none;display:flex}.MobileMenu-module__dvw3PW__subLink{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);transition:color .2s var(--ease-out);padding:4px 0;font-size:.8125rem;font-weight:500;text-decoration:none;display:inline-block}.MobileMenu-module__dvw3PW__subLink:hover,.MobileMenu-module__dvw3PW__subLink:focus-visible{color:var(--primary-blue)}.MobileMenu-module__dvw3PW__ctaRow{display:flex}.MobileMenu-module__dvw3PW__ctaRow>*{width:100%}
.Footer-module__3hUVsW__footer{border-top:1px solid var(--color-border);margin-top:var(--section-spacing);padding:calc(var(--grid-unit)*6)var(--container-padding-x)calc(var(--grid-unit)*3);font-family:var(--font-mono);font-size:var(--text-sm);color:var(--text-secondary);background:var(--color-void);position:relative;overflow:hidden}.Footer-module__3hUVsW__content{max-width:var(--container-max);grid-template-columns:minmax(220px,1fr) auto auto;align-items:start;gap:clamp(24px,4vw,64px);margin:0 auto;display:grid}.Footer-module__3hUVsW__brand{flex-direction:column;gap:12px;display:flex}.Footer-module__3hUVsW__brandLink{align-items:center;gap:10px;width:fit-content;text-decoration:none;display:inline-flex}.Footer-module__3hUVsW__brandLogo{width:auto;height:32px}.Footer-module__3hUVsW__brandName{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:var(--text-primary);font-size:18px;font-weight:700}.Footer-module__3hUVsW__tagline{letter-spacing:.06em;color:var(--color-text-dim);max-width:32ch;font-size:.75rem}.Footer-module__3hUVsW__columns{flex-wrap:wrap;gap:clamp(32px,5vw,80px);display:flex}.Footer-module__3hUVsW__column{min-width:120px}.Footer-module__3hUVsW__columnTitle{font-size:var(--text-mono-label);letter-spacing:.16em;text-transform:uppercase;color:var(--color-text-dim);margin-bottom:14px;font-weight:600}.Footer-module__3hUVsW__columnList{flex-direction:column;gap:8px;list-style:none;display:flex}.Footer-module__3hUVsW__columnList a{color:var(--text-secondary);transition:color .2s var(--ease-out),transform .2s var(--ease-out);padding:2px 0;font-size:.8125rem;text-decoration:none;display:inline-block}.Footer-module__3hUVsW__columnList a:hover,.Footer-module__3hUVsW__columnList a:focus-visible{color:var(--primary-blue);transform:translate(3px)}.Footer-module__3hUVsW__backToTop{width:48px;height:48px;color:var(--text-secondary);transition:color .2s var(--ease-out);background:0 0;border:0;justify-self:end;position:relative}.Footer-module__3hUVsW__backToTop:hover,.Footer-module__3hUVsW__backToTop:focus-visible{color:var(--text-primary)}.Footer-module__3hUVsW__ring{position:absolute;inset:0;transform:rotate(-90deg)}.Footer-module__3hUVsW__ringTrack{fill:none;stroke:var(--color-border);stroke-width:2px}.Footer-module__3hUVsW__ringFill{fill:none;stroke:var(--primary-blue);stroke-width:2px;stroke-linecap:round}.Footer-module__3hUVsW__arrowUp{font-family:var(--font-mono);place-items:center;font-size:1rem;display:grid;position:absolute;inset:0}.Footer-module__3hUVsW__wordmark{max-width:var(--container-max);font-family:var(--font-display);letter-spacing:.02em;text-transform:uppercase;color:#0000;-webkit-text-stroke:1px var(--color-border-bright);-webkit-user-select:none;user-select:none;pointer-events:none;margin:clamp(32px,6vw,64px) auto 0;font-size:clamp(4rem,16vw,15rem);font-weight:900;line-height:.9;display:block}.Footer-module__3hUVsW__bottom{max-width:var(--container-max);padding-top:calc(var(--grid-unit)*3);border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:16px;margin:clamp(24px,4vw,40px) auto 0;display:flex}.Footer-module__3hUVsW__copyright{color:var(--color-text-dim);font-size:.75rem}.Footer-module__3hUVsW__copyright a{color:var(--text-secondary);transition:color .2s var(--ease-out);text-decoration:none}.Footer-module__3hUVsW__copyright a:hover{color:var(--primary-blue)}.Footer-module__3hUVsW__konamiHint{letter-spacing:.2em;color:var(--color-text-dim);opacity:.4;transition:opacity .3s var(--ease-out);cursor:default;font-size:.7rem}.Footer-module__3hUVsW__konamiHint:hover{opacity:1}@media (max-width:900px){.Footer-module__3hUVsW__content{grid-template-columns:1fr}.Footer-module__3hUVsW__backToTop{justify-self:start}}@media (max-width:480px){.Footer-module__3hUVsW__bottom{flex-direction:column;align-items:flex-start}}
.RollingLink-module__EWde7q__label{display:inline-flex}.RollingLink-module__EWde7q__mask{height:1.3em;display:inline-block;overflow:hidden}.RollingLink-module__EWde7q__stack{flex-direction:column;display:inline-flex}.RollingLink-module__EWde7q__char{height:1.3em;line-height:1.3em;display:inline-block}
.LabelPill-module__9JRDYq__label{font-family:var(--font-mono);font-size:var(--text-mono-label);letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-dim);transition:color .2s var(--ease-out),border-color .2s var(--ease-out);align-items:center;gap:8px;font-weight:500;display:inline-flex}.LabelPill-module__9JRDYq__pill{border:1px solid var(--color-border);border-radius:4px;padding:4px 10px}.LabelPill-module__9JRDYq__bar{border-left:2px solid var(--primary-blue);color:var(--primary-blue);padding-left:12px}
.TextLink-module__0J5utG__link{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text-secondary);transition:color .2s var(--ease-out);align-items:center;gap:10px;padding:12px 4px;font-size:.8125rem;font-weight:500;text-decoration:none;display:inline-flex}.TextLink-module__0J5utG__text{position:relative}.TextLink-module__0J5utG__text:after{content:"";transform-origin:0;width:100%;height:1px;transition:transform .25s var(--ease-out);background:currentColor;position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.TextLink-module__0J5utG__link:hover,.TextLink-module__0J5utG__link:focus-visible{color:var(--text-primary)}.TextLink-module__0J5utG__link:hover .TextLink-module__0J5utG__text:after,.TextLink-module__0J5utG__link:focus-visible .TextLink-module__0J5utG__text:after{transform:scaleX(1)}.TextLink-module__0J5utG__glyph{color:var(--primary-blue);transition:transform .25s var(--ease-out)}.TextLink-module__0J5utG__link:hover .TextLink-module__0J5utG__glyph{transform:scale(1.2)}
.Hero-module___w2HtG__hero{width:100%;min-height:100svh;max-width:var(--container-max);padding:clamp(96px,14vh,160px)var(--container-padding-x)clamp(48px,8vh,96px);grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:center;gap:clamp(24px,4vw,64px);margin:0 auto;display:grid;position:relative}.Hero-module___w2HtG__content{z-index:1;flex-direction:column;align-items:flex-start;gap:clamp(24px,3.5vw,40px);display:flex;position:relative;container-type:inline-size}.Hero-module___w2HtG__headline{font-family:var(--font-display);font-weight:900;font-size:var(--text-display);letter-spacing:-.02em;text-transform:uppercase;color:var(--text-primary);font-size:clamp(2.25rem,8cqw,5.75rem);line-height:.95}.Hero-module___w2HtG__lineMask{margin-bottom:-.08em;padding-bottom:.08em;display:block;overflow:hidden}.Hero-module___w2HtG__line{display:inline-block}.Hero-module___w2HtG__gradientLine{background-image:var(--gradient-brand);color:#0000;background-position:0 0;background-size:220% 100%;-webkit-background-clip:text;background-clip:text}.Hero-module___w2HtG__description{font-family:var(--font-mono);color:var(--text-secondary);border-left:2px solid #ffffff1f;max-width:52ch;padding-left:clamp(16px,2vw,24px);font-size:clamp(.8125rem,.75rem + .4vw,.9375rem);line-height:1.65}.Hero-module___w2HtG__ctaRow{flex-wrap:wrap;align-items:center;gap:clamp(20px,3vw,40px);display:flex}.Hero-module___w2HtG__ctaItem{display:inline-flex}.Hero-module___w2HtG__company{font-family:var(--font-mono);font-size:var(--text-mono-label);letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-dim);align-items:center;gap:12px;margin-top:clamp(24px,6vh,64px);font-weight:500;display:inline-flex}.Hero-module___w2HtG__companyMark{opacity:.7;width:auto;height:20px}.Hero-module___w2HtG__visual{z-index:0;height:calc(100% + 26vh);position:absolute;top:0;left:0;right:0;overflow:hidden}.Hero-module___w2HtG__scrollCue{font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--color-text-dim);transition:opacity .4s var(--ease-out);animation:Hero-module___w2HtG__cueIn .6s 1.9s var(--ease-out)backwards;font-size:.65rem;font-weight:500;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.Hero-module___w2HtG__scrollCue[data-hidden]{opacity:0}@keyframes Hero-module___w2HtG__cueIn{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.Hero-module___w2HtG__scrollCue{animation:none}}@media (max-width:1023px){.Hero-module___w2HtG__hero{grid-template-columns:1fr;align-items:center}.Hero-module___w2HtG__visual{opacity:.45}}@media (max-width:480px){.Hero-module___w2HtG__ctaRow{flex-direction:column;align-items:stretch;gap:16px}.Hero-module___w2HtG__ctaItem{display:flex}.Hero-module___w2HtG__ctaItem>*{flex:1}.Hero-module___w2HtG__company{margin-top:16px}}
.ServiceCard-module__14FHQG__card{background:var(--color-void);min-height:clamp(260px,32vh,340px);transition:background-color .3s var(--ease-out);flex-direction:column;gap:20px;padding:clamp(24px,3vw,36px);scroll-margin-top:96px;display:flex;position:relative}.ServiceCard-module__14FHQG__card:before{content:"";background:radial-gradient(260px circle at var(--mx,-999px)var(--my,-999px),#0066ff17,transparent 70%);pointer-events:none;position:absolute;inset:0}.ServiceCard-module__14FHQG__card:hover{background:var(--color-surface)}.ServiceCard-module__14FHQG__top{justify-content:space-between;align-items:center;gap:12px;display:flex}.ServiceCard-module__14FHQG__icon{color:var(--color-text-dim);transition:color .25s var(--ease-out),transform .25s var(--ease-out);display:inline-flex}.ServiceCard-module__14FHQG__card:hover .ServiceCard-module__14FHQG__icon{color:var(--primary-blue);transform:scale(1.1)}.ServiceCard-module__14FHQG__title{font-family:var(--font-display);font-weight:700;font-size:var(--text-h3);letter-spacing:-.01em;color:var(--text-primary);line-height:1.2}.ServiceCard-module__14FHQG__description{font-family:var(--font-sans);font-size:var(--text-body);color:var(--text-secondary);flex-grow:1;line-height:1.65}
.SectionHeading-module__1CUDPa__heading{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:clamp(32px,5vw,56px);display:flex}.SectionHeading-module__1CUDPa__center{text-align:center;align-items:center}.SectionHeading-module__1CUDPa__labelRow{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.SectionHeading-module__1CUDPa__title{font-family:var(--font-display);font-weight:900;font-size:var(--text-h2);letter-spacing:-.02em;text-transform:uppercase;color:var(--text-primary);line-height:1.05}.SectionHeading-module__1CUDPa__rule{background:var(--gradient-brand);transform-origin:0;width:clamp(64px,12vw,120px);height:1px;transition:transform .7s var(--ease-out).25s;transform:scaleX(0)}.SectionHeading-module__1CUDPa__center .SectionHeading-module__1CUDPa__rule{transform-origin:50%}.SectionHeading-module__1CUDPa__heading[data-in-view] .SectionHeading-module__1CUDPa__rule{transform:scaleX(1)}.SectionHeading-module__1CUDPa__subtitle{font-family:var(--font-mono);color:var(--text-secondary);max-width:60ch;font-size:clamp(.8125rem,.75rem + .3vw,.9375rem)}@media (prefers-reduced-motion:reduce){.SectionHeading-module__1CUDPa__rule{transition:none;transform:scaleX(1)}}
.Services-module__uj7JVa__section{width:100%;max-width:var(--container-max);padding:var(--section-spacing)var(--container-padding-x);margin:0 auto}.Services-module__uj7JVa__grid{background:var(--color-border);border:1px solid var(--color-border);grid-template-columns:1fr;gap:1px;display:grid}@media (min-width:720px){.Services-module__uj7JVa__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1100px){.Services-module__uj7JVa__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1340px){.Services-module__uj7JVa__grid{grid-template-columns:repeat(4,1fr)}}.Services-module__uj7JVa__filler{background:var(--color-void);min-height:220px;position:relative;overflow:hidden}@media (min-width:1340px){.Services-module__uj7JVa__filler{grid-column:span 3}}.Services-module__uj7JVa__matrix{position:absolute;inset:0}
.ProductCard-module__O-UVIa__item{display:block}.ProductCard-module__O-UVIa__item+.ProductCard-module__O-UVIa__item{border-top:1px solid var(--color-border)}.ProductCard-module__O-UVIa__row{background:var(--color-void);transition:background-color .25s var(--ease-out);grid-template-columns:minmax(96px,auto) 1fr auto auto auto;align-items:center;gap:clamp(16px,2.5vw,32px);padding:clamp(20px,2.5vw,28px) clamp(16px,2vw,28px);text-decoration:none;display:grid}.ProductCard-module__O-UVIa__striped{background:#070a14}.ProductCard-module__O-UVIa__row:hover,.ProductCard-module__O-UVIa__row:focus-visible{background:var(--color-surface-raised)}.ProductCard-module__O-UVIa__code{border:1px solid var(--color-border-bright);font-family:var(--font-mono);letter-spacing:.1em;color:var(--text-secondary);white-space:nowrap;transition:background-color .25s var(--ease-out),border-color .25s var(--ease-out),color .25s var(--ease-out);border-radius:4px;justify-self:start;padding:4px 10px;font-size:.75rem;font-weight:600}.ProductCard-module__O-UVIa__row:hover .ProductCard-module__O-UVIa__code,.ProductCard-module__O-UVIa__row:focus-visible .ProductCard-module__O-UVIa__code{background:var(--primary-blue);border-color:var(--primary-blue);color:#fff}.ProductCard-module__O-UVIa__main{flex-direction:column;gap:6px;min-width:0;display:flex}.ProductCard-module__O-UVIa__name{font-family:var(--font-display);color:var(--text-primary);font-size:clamp(1rem,.9rem + .5vw,1.25rem);font-weight:700}.ProductCard-module__O-UVIa__tagline{font-family:var(--font-mono);color:var(--text-secondary);font-size:.8em;font-weight:400}.ProductCard-module__O-UVIa__description{font-family:var(--font-mono);color:var(--color-text-dim);max-width:64ch;font-size:.8125rem;line-height:1.6;display:block}.ProductCard-module__O-UVIa__tags{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.ProductCard-module__O-UVIa__tag{border:1px solid var(--color-border);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-dim);white-space:nowrap;border-radius:4px;padding:2px 8px;font-size:.65rem;font-weight:500}.ProductCard-module__O-UVIa__status{font-family:var(--font-mono);letter-spacing:.12em;white-space:nowrap;font-size:.65rem;font-weight:600}.ProductCard-module__O-UVIa__status[data-status=STABLE]{color:#22c55e}.ProductCard-module__O-UVIa__status[data-status=ACTIVE]{color:var(--primary-blue)}.ProductCard-module__O-UVIa__visit{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text-secondary);transition:color .25s var(--ease-out);align-items:center;gap:4px;font-size:.75rem;font-weight:600;display:inline-flex}.ProductCard-module__O-UVIa__row:hover .ProductCard-module__O-UVIa__visit,.ProductCard-module__O-UVIa__row:focus-visible .ProductCard-module__O-UVIa__visit{color:var(--text-primary)}.ProductCard-module__O-UVIa__arrow{transition:transform .25s var(--ease-out)}.ProductCard-module__O-UVIa__row:hover .ProductCard-module__O-UVIa__arrow,.ProductCard-module__O-UVIa__row:focus-visible .ProductCard-module__O-UVIa__arrow{transform:translate(3px,-3px)}@media (max-width:1023px){.ProductCard-module__O-UVIa__tags{display:none}.ProductCard-module__O-UVIa__row{grid-template-columns:auto 1fr auto}.ProductCard-module__O-UVIa__status{display:none}}@media (max-width:640px){.ProductCard-module__O-UVIa__row{grid-template-columns:1fr auto;grid-template-areas:"code visit""main main";row-gap:14px}.ProductCard-module__O-UVIa__code{grid-area:code}.ProductCard-module__O-UVIa__main{grid-area:main}.ProductCard-module__O-UVIa__visit{grid-area:visit}}
.Products-module__kYofSG__section{width:100%;max-width:var(--container-max);padding:var(--section-spacing)var(--container-padding-x);margin:0 auto}.Products-module__kYofSG__boot{font-family:var(--font-mono);letter-spacing:.06em;color:var(--color-text-dim);font-size:.75rem;font-weight:500}.Products-module__kYofSG__cursor{color:var(--primary-blue);margin-left:2px;animation:1.1s steps(2,start) infinite Products-module__kYofSG__blink;display:inline-block}@keyframes Products-module__kYofSG__blink{to{visibility:hidden}}@media (prefers-reduced-motion:reduce){.Products-module__kYofSG__cursor{animation:none}}.Products-module__kYofSG__rows{border:1px solid var(--color-border);margin:0;padding:0;list-style:none}
.Technologies-module__sLDtha__section{width:100%;max-width:var(--container-max);padding:var(--section-spacing)var(--container-padding-x);margin:0 auto}.Technologies-module__sLDtha__strip{background:var(--color-border);border:1px solid var(--color-border);grid-template-columns:repeat(auto-fit,minmax(min(100%,150px),1fr));gap:1px;margin:0;padding:0;list-style:none;display:grid}.Technologies-module__sLDtha__cell{background:var(--color-void);transition:background-color .25s var(--ease-out);flex-direction:column;align-items:center;gap:10px;padding:clamp(20px,2.5vw,32px) 12px;display:flex}.Technologies-module__sLDtha__cell:hover{background:var(--color-surface)}.Technologies-module__sLDtha__glyph{font-family:var(--font-mono);color:var(--primary-blue);transition:transform .25s var(--ease-out);font-size:1.25rem;font-weight:600}.Technologies-module__sLDtha__cell:hover .Technologies-module__sLDtha__glyph{transform:translateY(-2px)scale(1.1)}.Technologies-module__sLDtha__name{font-family:var(--font-mono);letter-spacing:.08em;color:var(--text-secondary);text-align:center;font-size:.75rem;font-weight:500}
.StatValue-module__YOu3oa__stat{background:var(--color-void);transition:background-color .3s var(--ease-out);flex-direction:column;gap:8px;padding:clamp(24px,3vw,36px);display:flex;position:relative;overflow:hidden}.StatValue-module__YOu3oa__stat:hover{background:var(--color-surface-raised)}.StatValue-module__YOu3oa__stat:after{content:"+";font-family:var(--font-mono);color:var(--primary-blue);opacity:0;transition:opacity .3s var(--ease-out),transform .4s var(--ease-out);pointer-events:none;font-size:.9rem;position:absolute;top:10px;right:14px;transform:rotate(-90deg)scale(.6)}.StatValue-module__YOu3oa__stat:hover:after{opacity:1;transform:rotate(0)scale(1)}.StatValue-module__YOu3oa__stat:before{content:"";transition:background-position .7s var(--ease-out);pointer-events:none;background:linear-gradient(105deg,#0000 40%,#0066ff12 50%,#0000 60%) 120% 0/250% 100%;position:absolute;inset:0}.StatValue-module__YOu3oa__stat:hover:before{background-position:-40% 0}.StatValue-module__YOu3oa__value{font-family:var(--font-display);letter-spacing:-.02em;background-image:var(--gradient-brand);color:#0000;font-variant-numeric:tabular-nums;transition:background-position .6s var(--ease-out);background-position:0 0;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,1.5rem + 2.5vw,3.5rem);font-weight:900;line-height:1}.StatValue-module__YOu3oa__stat:hover .StatValue-module__YOu3oa__value{background-position:100% 0}.StatValue-module__YOu3oa__label{font-family:var(--font-mono);font-size:var(--text-mono-label);letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-dim);transition:color .3s var(--ease-out);font-weight:500}.StatValue-module__YOu3oa__stat:hover .StatValue-module__YOu3oa__label{color:var(--text-secondary)}@media (prefers-reduced-motion:reduce){.StatValue-module__YOu3oa__stat:before,.StatValue-module__YOu3oa__stat:after,.StatValue-module__YOu3oa__value{transition:none}}
.RoutedText-module__c57KlW__obstacle{pointer-events:none;place-items:center;display:grid;position:absolute;top:0;right:0}.RoutedText-module__c57KlW__line{white-space:pre;display:block}
.About-module__RHteCa__section{width:100%;max-width:var(--container-max);padding:var(--section-spacing)var(--container-padding-x);margin:0 auto}.About-module__RHteCa__manifesto{grid-template-columns:repeat(auto-fit,minmax(min(100%,420px),1fr));gap:clamp(20px,3vw,48px);margin-bottom:clamp(40px,6vw,72px);display:grid}.About-module__RHteCa__paragraph{font-family:var(--font-sans);color:var(--text-secondary);font-size:clamp(1rem,.95rem + .4vw,1.1875rem);line-height:1.7}.About-module__RHteCa__paragraph:first-child{color:var(--text-primary)}.About-module__RHteCa__manifestoCube{opacity:.5}.About-module__RHteCa__stats{background:var(--color-border);border:1px solid var(--color-border);grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));gap:1px;margin-bottom:clamp(48px,7vw,88px);display:grid}.About-module__RHteCa__processTitle{font-family:var(--font-mono);font-size:var(--text-mono-label);letter-spacing:.16em;text-transform:uppercase;color:var(--color-text-dim);margin-bottom:20px;font-weight:600}.About-module__RHteCa__process{border:1px solid var(--color-border);margin:0;padding:0;list-style:none}.About-module__RHteCa__step{background:var(--color-void);transition:background-color .25s var(--ease-out);grid-template-columns:minmax(80px,auto) 1fr;align-items:start;gap:clamp(16px,3vw,48px);padding:clamp(20px,2.5vw,32px) clamp(16px,2vw,28px);display:grid}.About-module__RHteCa__step[data-striped]{background:#070a14}.About-module__RHteCa__step+.About-module__RHteCa__step{border-top:1px solid var(--color-border)}.About-module__RHteCa__step:hover{background:var(--color-surface-raised)}.About-module__RHteCa__stepNumber{font-family:var(--font-display);color:var(--color-text-dim);opacity:.45;transition:opacity .25s var(--ease-out),color .25s var(--ease-out);font-size:clamp(1.75rem,1.4rem + 1.5vw,2.75rem);font-weight:900;line-height:1}.About-module__RHteCa__step:hover .About-module__RHteCa__stepNumber{opacity:1;color:var(--primary-blue)}.About-module__RHteCa__stepBody{flex-direction:column;gap:8px;min-width:0;display:flex}.About-module__RHteCa__stepTitle{font-family:var(--font-display);font-weight:700;font-size:var(--text-h3);color:var(--text-primary)}.About-module__RHteCa__stepDescription{font-family:var(--font-sans);font-size:var(--text-body);color:var(--text-secondary);max-width:70ch;line-height:1.6}
.ProjectCard-module__uQSOIq__projectLink{color:inherit;perspective:900px;height:100%;text-decoration:none;display:block}.ProjectCard-module__uQSOIq__projectCard{background:var(--card-bg);border:1px solid #ffffff0d;border-radius:clamp(16px,3vw,24px);flex-direction:column;height:auto;min-height:100%;transition:all .3s;display:flex;position:relative;overflow:hidden}.ProjectCard-module__uQSOIq__projectCard:before{content:"";background:linear-gradient(90deg,var(--gradient-blue),var(--gradient-purple));opacity:0;z-index:1;width:100%;height:4px;transition:opacity .3s;position:absolute;top:0;left:0}.ProjectCard-module__uQSOIq__projectLink:hover{z-index:10;position:relative}.ProjectCard-module__uQSOIq__projectLink:hover .ProjectCard-module__uQSOIq__projectCard{transform:translateY(-5px)rotateX(var(--rx,0deg))rotateY(var(--ry,0deg));border-color:#ffffff1a;box-shadow:0 20px 40px #0000004d}.ProjectCard-module__uQSOIq__projectLink:hover .ProjectCard-module__uQSOIq__projectCard:before{opacity:1}.ProjectCard-module__uQSOIq__projectImageWrapper{aspect-ratio:16/9;border-radius:clamp(16px,3vw,24px) clamp(16px,3vw,24px) 0 0;flex-shrink:0;position:relative;overflow:hidden}.ProjectCard-module__uQSOIq__projectImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .6s}.ProjectCard-module__uQSOIq__projectOverlay{opacity:0;background:linear-gradient(#0003,#000c);justify-content:center;align-items:center;transition:all .4s;display:flex;position:absolute;inset:0}.ProjectCard-module__uQSOIq__visitSite{font-family:var(--font-mono);color:#fff;white-space:nowrap;border:1px solid #ffffff4d;border-radius:8px;padding:clamp(12px,2vw,16px) clamp(24px,4vw,32px);font-size:clamp(14px,2vw,16px);transition:all .4s;transform:translateY(20px)}.ProjectCard-module__uQSOIq__projectLink:hover .ProjectCard-module__uQSOIq__projectOverlay{opacity:1}.ProjectCard-module__uQSOIq__projectLink:hover .ProjectCard-module__uQSOIq__visitSite{transform:translateY(0)}.ProjectCard-module__uQSOIq__projectLink:hover .ProjectCard-module__uQSOIq__projectImage{transform:scale(1.05)}.ProjectCard-module__uQSOIq__projectContent{flex-direction:column;flex-grow:1;gap:clamp(12px,2vw,20px);padding:clamp(24px,5vw,40px);display:flex}.ProjectCard-module__uQSOIq__projectTitle{font-family:var(--font-display);letter-spacing:-.02em;background:linear-gradient(to right,var(--text-primary),var(--text-secondary));color:#0000;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(20px,1.25rem + 1.5vw,28px);font-weight:700;line-height:1.3}.ProjectCard-module__uQSOIq__projectTags{flex-wrap:wrap;align-items:flex-start;gap:clamp(8px,1.5vw,16px);margin:0;padding:0;list-style:none;display:flex}.ProjectCard-module__uQSOIq__tag{font-family:var(--font-mono);color:var(--text-secondary);white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;margin:0;padding:clamp(4px,.75vw,8px) clamp(8px,1.5vw,16px);font-size:clamp(11px,.7rem + .25vw,12px)}.ProjectCard-module__uQSOIq__projectDescription{color:var(--text-secondary);font-family:var(--font-mono);opacity:.9;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;flex-grow:1;margin:0;font-size:clamp(13px,.8rem + .35vw,14px);line-height:1.7}@media (max-width:1024px){.ProjectCard-module__uQSOIq__projectContent{padding:32px}.ProjectCard-module__uQSOIq__projectTitle{font-family:var(--font-display);letter-spacing:-.02em;font-size:24px;font-weight:700}}@media (max-width:768px){.ProjectCard-module__uQSOIq__projectContent{gap:16px;padding:24px}.ProjectCard-module__uQSOIq__projectTitle{font-family:var(--font-display);letter-spacing:-.02em;font-size:20px;font-weight:700}.ProjectCard-module__uQSOIq__projectDescription{font-size:14px;line-height:1.65}.ProjectCard-module__uQSOIq__tag{padding:6px 10px;font-size:11px}.ProjectCard-module__uQSOIq__visitSite{padding:10px 20px;font-size:14px}}@media (max-width:414px){.ProjectCard-module__uQSOIq__projectCard{border-radius:16px}.ProjectCard-module__uQSOIq__projectImageWrapper{border-radius:16px 16px 0 0}.ProjectCard-module__uQSOIq__projectContent{gap:14px;padding:20px}.ProjectCard-module__uQSOIq__projectTitle{font-family:var(--font-display);letter-spacing:-.02em;font-size:18px;font-weight:700}.ProjectCard-module__uQSOIq__projectDescription{font-size:13px}.ProjectCard-module__uQSOIq__tag{padding:5px 8px;font-size:10px}}@media (max-width:390px){.ProjectCard-module__uQSOIq__projectContent{gap:12px;padding:18px}}@media (max-width:375px){.ProjectCard-module__uQSOIq__projectCard{border-radius:14px}.ProjectCard-module__uQSOIq__projectImageWrapper{aspect-ratio:16/10;border-radius:14px 14px 0 0}.ProjectCard-module__uQSOIq__projectContent{padding:16px}.ProjectCard-module__uQSOIq__projectTitle{font-family:var(--font-display);letter-spacing:-.02em;font-size:17px;font-weight:700}.ProjectCard-module__uQSOIq__projectTags{gap:6px}.ProjectCard-module__uQSOIq__tag{border-radius:3px;padding:4px 7px;font-size:10px}}
.Work-module__hvoUhq__section{width:100%;max-width:var(--container-max);padding:var(--section-spacing)var(--container-padding-x);margin:0 auto}.Work-module__hvoUhq__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(16px,2.5vw,32px);display:grid}@media (max-width:768px){.Work-module__hvoUhq__grid{grid-template-columns:1fr}}
.Contact-module__DIbnYa__section{width:100%;max-width:var(--container-max);padding:var(--section-spacing)var(--container-padding-x);margin:0 auto}.Contact-module__DIbnYa__panel{background:var(--color-surface);border:1px solid var(--color-border);padding:clamp(32px,5vw,64px);position:relative;overflow:hidden}.Contact-module__DIbnYa__panel:after{content:"";pointer-events:none;background:radial-gradient(#7c3aed24,#0000 70%);width:60%;height:100%;position:absolute;bottom:-40%;right:-10%}.Contact-module__DIbnYa__subtitle{font-family:var(--font-mono);color:var(--text-secondary);max-width:56ch;margin-bottom:clamp(24px,4vw,40px);font-size:clamp(.8125rem,.75rem + .4vw,.9375rem);line-height:1.65}.Contact-module__DIbnYa__buttonRow{flex-wrap:wrap;align-items:center;gap:clamp(20px,3vw,36px);display:flex}.Contact-module__DIbnYa__prompt{font-family:var(--font-mono);letter-spacing:.08em;color:var(--color-text-dim);font-size:.75rem}.Contact-module__DIbnYa__cursor{color:var(--primary-blue);animation:1.1s steps(2,start) infinite Contact-module__DIbnYa__blink;display:inline-block}@keyframes Contact-module__DIbnYa__blink{to{visibility:hidden}}@media (prefers-reduced-motion:reduce){.Contact-module__DIbnYa__cursor{animation:none}}
.BootScreen-module__O2x1Ua__overlay{z-index:400;background:var(--color-void);transition:opacity .7s var(--ease-out);position:fixed;inset:0}html:not([data-boot]) .BootScreen-module__O2x1Ua__overlay{display:none}.BootScreen-module__O2x1Ua__exiting{opacity:0;pointer-events:none}html:not([data-boot]) .BootScreen-module__O2x1Ua__overlay.BootScreen-module__O2x1Ua__exiting{display:block}.BootScreen-module__O2x1Ua__done{display:none!important}.BootScreen-module__O2x1Ua__grid{background-image:linear-gradient(to right,var(--color-border)1px,transparent 1px),linear-gradient(to bottom,var(--color-border)1px,transparent 1px);opacity:.22;pointer-events:none;background-size:40px 40px;position:absolute;inset:0}.BootScreen-module__O2x1Ua__frame{border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);justify-content:center;align-items:center;width:100%;max-width:1280px;height:100%;margin:0 auto;display:flex;position:relative}.BootScreen-module__O2x1Ua__decor{background:var(--color-border-bright);position:absolute}.BootScreen-module__O2x1Ua__decorTop{width:80px;height:1px;top:0;left:0}.BootScreen-module__O2x1Ua__decorLeft{width:1px;height:80px;top:0;left:0}.BootScreen-module__O2x1Ua__box{border:1px solid var(--color-border);background:#05070fd9;width:min(600px,100vw - 32px);padding:clamp(24px,4vw,40px);position:relative}.BootScreen-module__O2x1Ua__header{border:1px solid var(--color-border);background:var(--color-surface);font-family:var(--font-mono);letter-spacing:.1em;color:var(--color-text-dim);white-space:nowrap;justify-content:space-between;gap:12px;padding:8px 15px;font-size:9px;display:flex;position:absolute;top:-1px;left:-1px;right:-1px}.BootScreen-module__O2x1Ua__stream{height:180px;font-family:var(--font-mono);color:var(--text-secondary);margin-top:18px;font-size:11px;line-height:1.7;overflow:hidden}.BootScreen-module__O2x1Ua__entry{margin-bottom:4px;display:block}.BootScreen-module__O2x1Ua__timestamp{color:var(--color-text-dim);margin-right:10px}.BootScreen-module__O2x1Ua__accent{color:var(--primary-blue)}.BootScreen-module__O2x1Ua__progressSection{border-top:1px solid var(--color-border);margin-top:30px;padding-top:20px}.BootScreen-module__O2x1Ua__progressLabel{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-primary);justify-content:space-between;margin-bottom:10px;font-size:10px;font-weight:600;display:flex}.BootScreen-module__O2x1Ua__barTrack{background:#ffffff0f;width:100%;height:4px;position:relative;overflow:hidden}.BootScreen-module__O2x1Ua__barFill{background:var(--gradient-brand);width:0%;height:100%;transition:width .12s linear;position:absolute;top:0;left:0}.BootScreen-module__O2x1Ua__barTrack:after{content:"";animation:BootScreen-module__O2x1Ua__bootSweep 1.4s var(--ease-out)infinite;opacity:.5;background:linear-gradient(90deg,#0000,#0066ff59,#0000) 0 0/40% 100% no-repeat;position:absolute;inset:0}@keyframes BootScreen-module__O2x1Ua__bootSweep{0%{background-position:-60% 0}to{background-position:160% 0}}.BootScreen-module__O2x1Ua__badge{font-family:var(--font-mono);letter-spacing:.08em;color:var(--color-text-dim);align-items:center;gap:10px;font-size:10px;display:flex;position:absolute;bottom:40px;right:40px}.BootScreen-module__O2x1Ua__dot{background:var(--primary-blue);border-radius:50%;width:6px;height:6px;animation:1s infinite BootScreen-module__O2x1Ua__bootPulse}@keyframes BootScreen-module__O2x1Ua__bootPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}.BootScreen-module__O2x1Ua__cursor{vertical-align:middle;background:var(--primary-blue);width:8px;height:13px;margin-left:6px;animation:.8s infinite BootScreen-module__O2x1Ua__bootBlink;display:inline-block}@keyframes BootScreen-module__O2x1Ua__bootBlink{0%,to{opacity:1}50%{opacity:0}}@media (max-width:640px){.BootScreen-module__O2x1Ua__badge{bottom:20px;right:16px}.BootScreen-module__O2x1Ua__stream{height:200px}}
