.Button-module__8RiFmG__button{border-radius:var(--radius);clip-path:polygon(0 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%);transition:transform var(--dur-fast) var(--ease-industrial), box-shadow var(--dur-fast) var(--ease-industrial), background-color var(--dur-fast) var(--ease-industrial);justify-content:center;align-items:center;min-width:0;max-width:100%;padding:0;display:inline-flex;position:relative}.Button-module__8RiFmG__inner{font-family:var(--font-mono);font-variation-settings:"wght" 600;letter-spacing:.14em;text-transform:uppercase;text-align:center;justify-content:center;align-items:center;gap:10px;padding:15px 28px 14px;font-size:.72rem;line-height:1.4;display:inline-flex}.Button-module__8RiFmG__brand{background:var(--brand);color:#0a0b0d}.Button-module__8RiFmG__brand:hover{background:var(--brand-hot);transform:translateY(-2px);box-shadow:0 8px 24px #a684ff59}.Button-module__8RiFmG__brand:active{transform:translateY(0)}.Button-module__8RiFmG__ghost{color:var(--ink);box-shadow:inset 0 0 0 1px var(--line-strong);background:0 0}.Button-module__8RiFmG__ghost:hover{box-shadow:inset 0 0 0 1px var(--brand);color:var(--brand-hot)}.Button-module__8RiFmG__paper{background:var(--ink-on-paper);color:var(--paper)}.Button-module__8RiFmG__paper:hover{background:#000;transform:translateY(-2px)}
.LanguageSwitcher-module__a8TkrW__switcher{border:1px solid var(--line-strong);border-radius:var(--radius);display:flex;overflow:hidden}.LanguageSwitcher-module__a8TkrW__lang{font-family:var(--font-mono);font-variation-settings:"wght" 600;letter-spacing:.08em;color:var(--ink-dim);transition:background-color var(--dur-fast) var(--ease-industrial), color var(--dur-fast) var(--ease-industrial);padding:8px 10px;font-size:.62rem}.LanguageSwitcher-module__a8TkrW__lang+.LanguageSwitcher-module__a8TkrW__lang{border-left:1px solid var(--line-strong)}.LanguageSwitcher-module__a8TkrW__lang:hover{color:var(--ink)}.LanguageSwitcher-module__a8TkrW__active{background:var(--brand);color:#0a0b0d}.LanguageSwitcher-module__a8TkrW__active:hover{color:#0a0b0d}@media (max-width:480px){.LanguageSwitcher-module__a8TkrW__lang{padding:7px 8px}}
.Header-module__FYKokG__header{z-index:100;transition:background-color var(--dur-med) var(--ease-industrial);background:0 0;position:fixed;top:0;left:0;right:0}.Header-module__FYKokG__announce{max-height:44px;transition:max-height var(--dur-med) var(--ease-industrial), opacity var(--dur-med) var(--ease-industrial);background:#a684ff17;border-bottom:1px solid #a684ff38;overflow:hidden}.Header-module__FYKokG__scrolled .Header-module__FYKokG__announce{opacity:0;max-height:0}.Header-module__FYKokG__announceLink{padding:9px var(--gutter);font-family:var(--font-mono);font-variation-settings:"wght" 500;letter-spacing:.1em;text-transform:uppercase;color:var(--brand-hot);white-space:nowrap;text-overflow:ellipsis;justify-content:center;align-items:center;gap:10px;font-size:.6rem;display:flex;overflow:hidden}.Header-module__FYKokG__announceLink:hover .Header-module__FYKokG__announceArrow{transform:translate(4px)}.Header-module__FYKokG__announceDot{background:var(--brand);border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2.2s ease-in-out infinite Header-module__FYKokG__announce-pulse}@keyframes Header-module__FYKokG__announce-pulse{0%,to{box-shadow:0 0 #a684ff8c}55%{box-shadow:0 0 0 6px #a684ff00}}.Header-module__FYKokG__announceArrow{transition:transform var(--dur-fast) var(--ease-industrial)}@media (prefers-reduced-motion:reduce){.Header-module__FYKokG__announceDot{animation:none}}.Header-module__FYKokG__header .hazard{opacity:.35;height:4px;transition:opacity var(--dur-med) var(--ease-industrial)}.Header-module__FYKokG__scrolled{-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--line);background:#0a0b0de0}.Header-module__FYKokG__scrolled .hazard{opacity:.9}.Header-module__FYKokG__inner{max-width:var(--container);padding:16px var(--gutter);align-items:center;gap:32px;margin-inline:auto;display:flex}.Header-module__FYKokG__logo{flex-direction:column;flex-shrink:0;gap:4px;display:flex}.Header-module__FYKokG__logoImg{width:131px;height:auto}.Header-module__FYKokG__logoSub{font-family:var(--font-mono);font-variation-settings:"wght" 500;letter-spacing:.22em;color:var(--ink-faint);text-transform:uppercase;font-size:.5rem}.Header-module__FYKokG__nav{gap:6px;margin-inline:auto;display:flex}.Header-module__FYKokG__navLink{font-family:var(--font-mono);white-space:nowrap;font-variation-settings:"wght" 500;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-dim);border-radius:var(--radius);transition:color var(--dur-fast) var(--ease-industrial);padding:10px 11px;font-size:.66rem;position:relative}.Header-module__FYKokG__navLink:after{content:"";background:var(--brand);transform-origin:0;height:1px;transition:transform var(--dur-fast) var(--ease-industrial);position:absolute;bottom:6px;left:14px;right:14px;transform:scaleX(0)}.Header-module__FYKokG__navLink:hover{color:var(--ink)}.Header-module__FYKokG__navLink:hover:after{transform:scaleX(1)}.Header-module__FYKokG__actions{flex-shrink:0;align-items:center;gap:14px;display:flex}.Header-module__FYKokG__ctaBtn span:first-child{white-space:nowrap;padding:11px 18px 10px}.Header-module__FYKokG__burger{flex-direction:column;gap:5px;padding:10px 8px;display:none}.Header-module__FYKokG__burgerBar{background:var(--ink);width:22px;height:2px}@media (max-width:1440px){.Header-module__FYKokG__logoSub{display:none}.Header-module__FYKokG__inner{gap:20px}.Header-module__FYKokG__navLink{letter-spacing:.06em;padding:10px 8px;font-size:.62rem}}@media (max-width:1200px){.Header-module__FYKokG__nav{border-bottom:1px solid var(--line-strong);padding:16px var(--gutter) 28px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--dur-med) var(--ease-industrial), transform var(--dur-med) var(--ease-industrial), visibility 0s var(--dur-med);background:#0a0b0df7;flex-direction:column;position:absolute;top:100%;left:0;right:0;transform:translateY(-8px)}.Header-module__FYKokG__navOpen{opacity:1;visibility:visible;pointer-events:auto;transition:opacity var(--dur-med) var(--ease-industrial), transform var(--dur-med) var(--ease-industrial), visibility 0s;transform:translateY(0)}.Header-module__FYKokG__navLink{padding:14px 8px;font-size:.82rem}.Header-module__FYKokG__burger{display:flex}.Header-module__FYKokG__actions{margin-inline-start:auto}.Header-module__FYKokG__cta{display:none}}@media (max-width:480px){.Header-module__FYKokG__inner{gap:12px;padding-block:12px}.Header-module__FYKokG__logo{min-width:0}.Header-module__FYKokG__logoImg{width:104px}}@media (max-width:640px){.Header-module__FYKokG__announce{max-height:72px}.Header-module__FYKokG__announceLink{white-space:normal;text-align:center;padding-block:7px;line-height:1.5}}
.Footer-module__KWgBSG__footer{background:var(--bg-0);border-top:1px solid var(--line-strong);padding-top:clamp(72px,9vw,128px);padding-bottom:36px;position:relative;overflow:hidden}.Footer-module__KWgBSG__footer:after{content:"";pointer-events:none;background:radial-gradient(#a684ff14 0%,#0000 70%);width:55%;height:65%;position:absolute;bottom:-40%;left:-15%}.Footer-module__KWgBSG__signoffTick{background:repeating-linear-gradient(-45deg, var(--brand) 0 6px, transparent 6px 12px);width:44px;height:8px;margin-bottom:28px}.Footer-module__KWgBSG__mantra{font-family:var(--font-display);font-variation-settings:"wght" 780;text-transform:uppercase;letter-spacing:.005em;z-index:1;margin-bottom:clamp(56px,7vw,96px);line-height:.9;position:relative}.Footer-module__KWgBSG__mantraSolid{color:var(--ink)}.Footer-module__KWgBSG__mantraGhost{color:var(--ink-faint)}@supports (-webkit-text-stroke:1px black){.Footer-module__KWgBSG__mantraGhost{color:#0000;-webkit-text-stroke:1.5px var(--ink-dim)}}.Footer-module__KWgBSG__mantraPeriod{color:var(--brand);text-shadow:0 0 48px #a684ff73}.Footer-module__KWgBSG__bottom{border-top:1px solid var(--line);font-family:var(--font-mono);font-variation-settings:"wght" 500;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-faint);z-index:1;padding-top:22px;font-size:.62rem;position:relative}.Footer-module__KWgBSG__metaRow{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:14px 32px;display:flex}.Footer-module__KWgBSG__meta{flex-wrap:wrap;align-items:baseline;display:flex}.Footer-module__KWgBSG__metaItem+.Footer-module__KWgBSG__metaItem{border-left:1px solid var(--line-strong);margin-left:18px;padding-left:18px}.Footer-module__KWgBSG__social{gap:26px;display:flex}.Footer-module__KWgBSG__socialLink{color:var(--ink-dim);transition:color var(--dur-fast) var(--ease-industrial)}.Footer-module__KWgBSG__socialLink:hover{color:var(--brand)}.Footer-module__KWgBSG__copyright{color:var(--ink-faint);margin-top:16px}@media (max-width:960px){.Footer-module__KWgBSG__columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:44px 28px}}@media (max-width:640px){.Footer-module__KWgBSG__metaRow{flex-direction:column;align-items:flex-start}.Footer-module__KWgBSG__meta{flex-direction:column;gap:8px}.Footer-module__KWgBSG__metaItem+.Footer-module__KWgBSG__metaItem{border-left:0;margin-left:0;padding-left:0}}
.RackSchematic-module__KG6UnW__wrap{background:var(--bg-1);border:1px solid var(--line-strong);border-radius:var(--radius);width:min(380px,100%);padding:18px 20px 22px;box-shadow:0 30px 80px #00000080,inset 0 1px #edece60f}.RackSchematic-module__KG6UnW__caption{font-family:var(--font-mono);font-variation-settings:"wght" 600;letter-spacing:.12em;color:var(--ink-dim);border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:14px;padding-bottom:12px;font-size:.6rem;display:flex}.RackSchematic-module__KG6UnW__serial{color:var(--brand)}.RackSchematic-module__KG6UnW__svg{width:100%;height:auto}.RackSchematic-module__KG6UnW__dims line{stroke:var(--ink-faint);stroke-width:1px}.RackSchematic-module__KG6UnW__dims text{font-family:var(--font-mono);letter-spacing:.14em;fill:var(--ink-faint);font-size:7px}.RackSchematic-module__KG6UnW__frame{fill:none;stroke:var(--line-strong);stroke-width:1.5px}.RackSchematic-module__KG6UnW__tick{stroke:var(--line);stroke-width:1px}.RackSchematic-module__KG6UnW__node{fill:var(--bg-2);stroke:var(--line);stroke-width:1px}.RackSchematic-module__KG6UnW__bay{fill:var(--bg-0);stroke:var(--line);stroke-width:.75px}.RackSchematic-module__KG6UnW__ledGreen{fill:#3dd68c;animation:2.4s step-end infinite RackSchematic-module__KG6UnW__blink}.RackSchematic-module__KG6UnW__ledBrand{fill:var(--brand);animation:3.1s step-end infinite RackSchematic-module__KG6UnW__blink}@keyframes RackSchematic-module__KG6UnW__blink{0%,70%{opacity:1}70.01%,84%{opacity:.15}84.01%,to{opacity:1}}.RackSchematic-module__KG6UnW__nodeId{font-family:var(--font-mono);letter-spacing:.08em;fill:var(--ink-faint);font-size:8px}.RackSchematic-module__KG6UnW__switch{fill:#a684ff1f;stroke:var(--brand-dim);stroke-width:1px}.RackSchematic-module__KG6UnW__switchLabel{font-family:var(--font-mono);letter-spacing:.1em;fill:var(--brand-hot);font-size:7px}.RackSchematic-module__KG6UnW__callout line{stroke:var(--ink-dim);stroke-width:.75px}.RackSchematic-module__KG6UnW__callout circle{fill:var(--brand)}.RackSchematic-module__KG6UnW__callout text{font-family:var(--font-mono);letter-spacing:.1em;fill:var(--ink-dim);font-size:8px}.RackSchematic-module__KG6UnW__coolant{stroke:var(--steel-blue);stroke-width:2px;stroke-dasharray:6 4;animation:1.6s linear infinite RackSchematic-module__KG6UnW__flow}@keyframes RackSchematic-module__KG6UnW__flow{to{stroke-dashoffset:-20px}}.RackSchematic-module__KG6UnW__coolantLabel{font-family:var(--font-mono);letter-spacing:.14em;fill:var(--steel-blue);font-size:7px}@media (prefers-reduced-motion:reduce){.RackSchematic-module__KG6UnW__ledGreen,.RackSchematic-module__KG6UnW__ledBrand,.RackSchematic-module__KG6UnW__coolant{animation:none}}
.TelemetryPanel-module__0KA5Eq__wrap{background:var(--bg-1);border:1px solid var(--line-strong);border-radius:var(--radius);width:min(440px,100%);padding:18px 20px 20px;box-shadow:0 30px 80px #00000080,inset 0 1px #edece60f}.TelemetryPanel-module__0KA5Eq__caption{font-family:var(--font-mono);font-variation-settings:"wght" 600;letter-spacing:.12em;color:var(--ink-dim);border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;gap:12px;padding-bottom:12px;font-size:.6rem;display:flex}.TelemetryPanel-module__0KA5Eq__live{color:var(--brand);align-items:center;gap:6px;display:inline-flex}.TelemetryPanel-module__0KA5Eq__liveDot{width:5px;height:5px;animation:TelemetryPanel-module__0KA5Eq__pulse 2.6s var(--ease-industrial) infinite;background:#3dd68c;border-radius:50%;box-shadow:0 0 0 3px #3dd68c24}@keyframes TelemetryPanel-module__0KA5Eq__pulse{0%,to{opacity:1}50%{opacity:.35}}.TelemetryPanel-module__0KA5Eq__headline{justify-content:space-between;align-items:flex-end;gap:20px;padding:18px 0 14px;display:flex}.TelemetryPanel-module__0KA5Eq__bigValue{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);font-size:3.1rem;line-height:.86}.TelemetryPanel-module__0KA5Eq__bigLabel{font-family:var(--font-mono);letter-spacing:.14em;color:var(--ink-faint);margin-top:8px;font-size:.56rem}.TelemetryPanel-module__0KA5Eq__microStats{text-align:right;font-family:var(--font-mono);letter-spacing:.08em;gap:10px;font-size:.58rem;display:grid}.TelemetryPanel-module__0KA5Eq__microStats dt{color:var(--ink-faint);letter-spacing:.14em;font-size:.52rem}.TelemetryPanel-module__0KA5Eq__microStats dd{color:var(--ink);margin:3px 0 0}.TelemetryPanel-module__0KA5Eq__spark{width:100%;height:64px;display:block;overflow:visible}.TelemetryPanel-module__0KA5Eq__sparkLine{fill:none;stroke:var(--brand);stroke-width:1.5px;vector-effect:non-scaling-stroke;stroke-dasharray:1400;stroke-dashoffset:1400px;animation:TelemetryPanel-module__0KA5Eq__draw 2.4s var(--ease-industrial) .5s forwards}@keyframes TelemetryPanel-module__0KA5Eq__draw{to{stroke-dashoffset:0}}.TelemetryPanel-module__0KA5Eq__sparkFill{fill:#a684ff1a;stroke:none}.TelemetryPanel-module__0KA5Eq__sparkAxis{border-top:1px solid var(--line);font-family:var(--font-mono);letter-spacing:.14em;color:var(--ink-faint);justify-content:space-between;margin-top:8px;padding-top:8px;font-size:.52rem;display:flex}.TelemetryPanel-module__0KA5Eq__sites{gap:7px;margin:18px 0 4px;display:grid}.TelemetryPanel-module__0KA5Eq__site{font-family:var(--font-mono);letter-spacing:.1em;grid-template-columns:52px 1fr 32px;align-items:center;gap:10px;font-size:.55rem;display:grid}.TelemetryPanel-module__0KA5Eq__siteCode{color:var(--ink-dim)}.TelemetryPanel-module__0KA5Eq__sitePct{text-align:right;color:var(--ink-faint)}.TelemetryPanel-module__0KA5Eq__bar{background:var(--bg-0);border:1px solid var(--line);height:6px;display:block}.TelemetryPanel-module__0KA5Eq__barFill{background:linear-gradient(90deg, var(--brand-dim), var(--brand));transform-origin:0;height:100%;animation:TelemetryPanel-module__0KA5Eq__grow 1.1s var(--ease-industrial) .3s both;display:block}@keyframes TelemetryPanel-module__0KA5Eq__grow{0%{transform:scaleX(0)}}.TelemetryPanel-module__0KA5Eq__log{border-top:1px solid var(--line);gap:6px;margin:16px 0 0;padding:12px 0 0;list-style:none;display:grid}.TelemetryPanel-module__0KA5Eq__logRow{font-family:var(--font-mono);letter-spacing:.08em;transition:opacity var(--dur-med) var(--ease-industrial);grid-template-columns:58px 60px 1fr;gap:8px;font-size:.54rem;display:grid}.TelemetryPanel-module__0KA5Eq__logTime{color:var(--ink-faint)}.TelemetryPanel-module__0KA5Eq__logKind{color:var(--brand-hot)}.TelemetryPanel-module__0KA5Eq__logKindWarn{color:var(--amber)}.TelemetryPanel-module__0KA5Eq__logDetail{color:var(--ink-dim);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media (prefers-reduced-motion:reduce){.TelemetryPanel-module__0KA5Eq__liveDot,.TelemetryPanel-module__0KA5Eq__barFill{animation:none}.TelemetryPanel-module__0KA5Eq__sparkLine{stroke-dashoffset:0;animation:none}}
.FabricTopology-module__qW7UVq__wrap{width:min(560px,100%)}.FabricTopology-module__qW7UVq__caption{font-family:var(--font-mono);font-variation-settings:"wght" 600;letter-spacing:.12em;color:var(--ink-dim);border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:18px;padding-bottom:12px;font-size:.6rem;display:flex}.FabricTopology-module__qW7UVq__serial{color:var(--brand)}.FabricTopology-module__qW7UVq__svg{width:100%;height:auto;overflow:visible}.FabricTopology-module__qW7UVq__rail{stroke:var(--ink-faint);stroke-width:.75px}.FabricTopology-module__qW7UVq__railHot{stroke:var(--brand);stroke-width:1.25px;stroke-dasharray:5 7;animation:1.4s linear infinite FabricTopology-module__qW7UVq__flow}@keyframes FabricTopology-module__qW7UVq__flow{to{stroke-dashoffset:-24px}}.FabricTopology-module__qW7UVq__spine{fill:#a684ff1f;stroke:var(--brand-dim);stroke-width:1px}.FabricTopology-module__qW7UVq__spineLabel{font-family:var(--font-mono);letter-spacing:.1em;fill:var(--brand-hot);text-anchor:middle;font-size:8px}.FabricTopology-module__qW7UVq__leaf{fill:var(--bg-2);stroke:var(--line-strong);stroke-width:1px}.FabricTopology-module__qW7UVq__leafLabel{font-family:var(--font-mono);letter-spacing:.08em;fill:var(--ink-faint);text-anchor:middle;font-size:7px}.FabricTopology-module__qW7UVq__drop{stroke:var(--line);stroke-width:.75px}.FabricTopology-module__qW7UVq__node{fill:var(--bg-1);stroke:var(--line);stroke-width:.75px}.FabricTopology-module__qW7UVq__annot line{stroke:var(--ink-faint);stroke-width:.75px}.FabricTopology-module__qW7UVq__annot text{font-family:var(--font-mono);letter-spacing:.14em;fill:var(--ink-faint);font-size:7px}.FabricTopology-module__qW7UVq__readout text{font-family:var(--font-mono);font-variation-settings:"wght" 600;letter-spacing:.12em;fill:var(--ink-dim);font-size:8px}@media (prefers-reduced-motion:reduce){.FabricTopology-module__qW7UVq__railHot{animation:none}}
.HeroVisual-module__rCfKCW__stage{flex-direction:column;align-items:flex-end;gap:14px;display:flex}.HeroVisual-module__rCfKCW__switcher{border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--bg-0);display:inline-flex;overflow:hidden}.HeroVisual-module__rCfKCW__tab,.HeroVisual-module__rCfKCW__tabActive{appearance:none;cursor:pointer;font-family:var(--font-mono);letter-spacing:.14em;color:var(--ink-faint);transition:color var(--dur-fast) var(--ease-industrial), background var(--dur-fast) var(--ease-industrial);background:0 0;border:0;padding:6px 12px;font-size:.54rem}.HeroVisual-module__rCfKCW__tab:hover{color:var(--ink);background:var(--bg-2)}.HeroVisual-module__rCfKCW__tabActive{color:var(--bg-0);background:var(--brand)}
.Hero-module___w2HtG__hero{flex-direction:column;min-height:100svh;padding-top:clamp(150px,17vh,190px);display:flex;position:relative;overflow:hidden}.Hero-module___w2HtG__hero:before{content:"";pointer-events:none;background:radial-gradient(#a684ff24 0%,#a684ff0d 45%,#0000 70%);width:55%;height:70%;position:absolute;top:20%;right:-20%}.Hero-module___w2HtG__inner{z-index:1;grid-template-columns:minmax(0,7fr) minmax(0,5fr);align-items:center;gap:clamp(32px,5vw,72px);width:100%;margin-block:auto;padding-bottom:clamp(24px,4vh,48px);display:grid;position:relative}.Hero-module___w2HtG__copy{min-width:0}.Hero-module___w2HtG__title{margin-bottom:28px}.Hero-module___w2HtG__titleClip{padding-block:.04em;display:block;overflow:hidden}.Hero-module___w2HtG__titleLine{will-change:transform;display:block}.Hero-module___w2HtG__titleAccent{color:var(--brand);text-shadow:0 0 60px #a684ff59}.Hero-module___w2HtG__lead{max-width:56ch;color:var(--ink-dim);margin-bottom:36px;font-size:1.08rem;line-height:1.65}.Hero-module___w2HtG__ctas{flex-wrap:wrap;gap:16px;margin-bottom:clamp(28px,4.5vh,48px);display:flex}.Hero-module___w2HtG__stats{border-top:1px solid var(--line);grid-template-columns:repeat(4,auto);justify-content:start;gap:clamp(24px,3.5vw,56px);padding-top:24px;display:grid}.Hero-module___w2HtG__stat{grid-template-rows:1fr auto;display:grid;position:relative}.Hero-module___w2HtG__stat:before{content:"";background:var(--brand);width:1px;height:9px;position:absolute;top:-25px;left:0}.Hero-module___w2HtG__statLabel{font-family:var(--font-mono);font-variation-settings:"wght" 500;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-faint);align-self:end;margin-bottom:6px;font-size:.6rem}.Hero-module___w2HtG__statValue{font-family:var(--font-display);font-variation-settings:"wght" 720;color:var(--ink);font-size:clamp(1.5rem,2.4vw,2.2rem);line-height:1}.Hero-module___w2HtG__visual{justify-content:center;min-width:0;display:flex}.Hero-module___w2HtG__ticker{z-index:1;border-top:1px solid var(--line);background:#0a0b0d8c;width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000);mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000)}.Hero-module___w2HtG__tickerBelt{will-change:transform;width:max-content;animation:36s linear infinite Hero-module___w2HtG__ticker-scroll;display:flex}.Hero-module___w2HtG__ticker:hover .Hero-module___w2HtG__tickerBelt{animation-play-state:paused}@keyframes Hero-module___w2HtG__ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.Hero-module___w2HtG__tickerList{flex-shrink:0;align-items:center;display:flex}.Hero-module___w2HtG__tickerItem{white-space:nowrap;align-items:center;gap:10px;padding-block:14px;padding-inline:clamp(20px,2.6vw,36px);display:flex}.Hero-module___w2HtG__tickerItem+.Hero-module___w2HtG__tickerItem{border-left:1px solid var(--line)}.Hero-module___w2HtG__tickerDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.Hero-module___w2HtG__dotOk{background:#3dd68c;box-shadow:0 0 8px #3dd68c99}.Hero-module___w2HtG__dotReserve{background:var(--brand);box-shadow:0 0 8px #a684ff99}.Hero-module___w2HtG__dotConsult{background:var(--amber);box-shadow:0 0 8px #ffb40080}.Hero-module___w2HtG__dotEarly{border:1px dashed var(--brand-hot);background:0 0}.Hero-module___w2HtG__tickerSku{font-family:var(--font-display);font-variation-settings:"wght" 740;letter-spacing:.03em;text-transform:uppercase;color:var(--ink);font-size:.95rem}.Hero-module___w2HtG__tickerStatus{font-family:var(--font-mono);font-variation-settings:"wght" 500;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint);font-size:.58rem}@media (prefers-reduced-motion:reduce){.Hero-module___w2HtG__tickerBelt{animation:none}.Hero-module___w2HtG__ticker{overflow-x:auto;-webkit-mask-image:none;mask-image:none}}@media (max-width:960px){.Hero-module___w2HtG__inner{grid-template-columns:1fr}.Hero-module___w2HtG__visual{display:none}.Hero-module___w2HtG__stats{grid-template-columns:repeat(2,1fr);gap:28px 20px}}
.TrustStrip-module__WsXLGq__strip{background:var(--bg-1);border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong);padding-block:clamp(48px,7vw,64px);position:relative;overflow:hidden}.TrustStrip-module__WsXLGq__head{justify-content:center;margin-bottom:clamp(24px,3.5vw,36px);display:flex}.TrustStrip-module__WsXLGq__eyebrow{font-family:var(--font-mono);font-variation-settings:"wght" 500;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-dim);align-items:center;gap:12px;font-size:.66rem;display:inline-flex}.TrustStrip-module__WsXLGq__dot{background:var(--brand);width:8px;height:8px;animation:TrustStrip-module__WsXLGq__pulse 2.4s var(--ease-industrial) infinite;border-radius:50%;flex-shrink:0}@keyframes TrustStrip-module__WsXLGq__pulse{0%{box-shadow:0 0 #a684ff8c}70%{box-shadow:0 0 0 9px #a684ff00}to{box-shadow:0 0 #a684ff00}}.TrustStrip-module__WsXLGq__marquee{width:100%;margin-bottom:clamp(36px,5vw,56px);overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.TrustStrip-module__WsXLGq__belt{will-change:transform;width:max-content;animation:42s linear infinite TrustStrip-module__WsXLGq__belt-scroll;display:flex}.TrustStrip-module__WsXLGq__marquee:hover .TrustStrip-module__WsXLGq__belt,.TrustStrip-module__WsXLGq__marqueeRow:focus-within .TrustStrip-module__WsXLGq__belt,.TrustStrip-module__WsXLGq__beltPaused{animation-play-state:paused}.TrustStrip-module__WsXLGq__marqueeRow{position:relative}.TrustStrip-module__WsXLGq__pauseBtn{z-index:2;width:34px;height:34px;color:var(--ink-dim);border:1px solid var(--line-strong);border-radius:var(--radius);transition:color var(--dur-fast) var(--ease-industrial), border-color var(--dur-fast) var(--ease-industrial);background:#0a0b0dd9;place-items:center;font-size:.6rem;display:grid;position:absolute;top:50%;right:clamp(16px,3vw,40px);transform:translateY(-50%)}.TrustStrip-module__WsXLGq__pauseBtn:hover{color:var(--ink);border-color:var(--brand)}@keyframes TrustStrip-module__WsXLGq__belt-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.TrustStrip-module__WsXLGq__track{flex-shrink:0;align-items:center;display:flex}.TrustStrip-module__WsXLGq__item{white-space:nowrap;align-items:center;gap:14px;padding-inline:clamp(22px,3vw,40px);display:flex}.TrustStrip-module__WsXLGq__glyph{background:var(--brand);flex-shrink:0;width:6px;height:6px;transform:rotate(45deg)}.TrustStrip-module__WsXLGq__name{font-family:var(--font-display);font-variation-settings:"wght" 740;letter-spacing:.02em;text-transform:uppercase;color:var(--ink);font-size:clamp(1.2rem,1.8vw,1.5rem);line-height:1}.TrustStrip-module__WsXLGq__tag{font-family:var(--font-mono);font-variation-settings:"wght" 500;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint);font-size:.62rem}.TrustStrip-module__WsXLGq__quoteWrap{width:100%}.TrustStrip-module__WsXLGq__figure{grid-template-columns:1fr minmax(0,66ch) 1fr;grid-template-areas:"ruleL quote ruleR"".author.";align-items:center;gap:18px clamp(20px,4vw,44px);display:grid}.TrustStrip-module__WsXLGq__rule{align-items:center;min-width:0;display:flex}.TrustStrip-module__WsXLGq__ruleStart{grid-area:ruleL}.TrustStrip-module__WsXLGq__ruleEnd{grid-area:ruleR}.TrustStrip-module__WsXLGq__tick{background:var(--brand);flex-shrink:0;width:1px;height:9px}.TrustStrip-module__WsXLGq__line{background:var(--line-strong);flex:1;height:1px}.TrustStrip-module__WsXLGq__quote{text-align:center;grid-area:quote}.TrustStrip-module__WsXLGq__quoteText{font-family:var(--font-body);font-variation-settings:"wght" 480;color:var(--ink);font-size:clamp(1.15rem,2vw,1.5rem);line-height:1.5}.TrustStrip-module__WsXLGq__quoteText:before{content:"“ ";color:var(--brand)}.TrustStrip-module__WsXLGq__quoteText:after{content:" ”";color:var(--brand)}.TrustStrip-module__WsXLGq__author{text-align:center;font-family:var(--font-mono);font-variation-settings:"wght" 500;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-dim);grid-area:author;font-size:.62rem}@media (max-width:640px){.TrustStrip-module__WsXLGq__figure{grid-template-columns:1fr;grid-template-areas:"quote""author"}.TrustStrip-module__WsXLGq__ruleStart,.TrustStrip-module__WsXLGq__ruleEnd{display:none}}@media (prefers-reduced-motion:reduce){.TrustStrip-module__WsXLGq__dot{animation:none;box-shadow:0 0 0 3px #a684ff40}.TrustStrip-module__WsXLGq__belt{animation:none}.TrustStrip-module__WsXLGq__marquee{overflow-x:auto;-webkit-mask-image:none;mask-image:none}}
.SectionHeading-module__1CUDPa__heading{max-width:780px;margin-bottom:clamp(40px,6vw,72px)}.SectionHeading-module__1CUDPa__center{text-align:center;margin-inline:auto}.SectionHeading-module__1CUDPa__rule{align-items:center;gap:0;margin-bottom:18px;display:flex}.SectionHeading-module__1CUDPa__center .SectionHeading-module__1CUDPa__rule{justify-content:center}.SectionHeading-module__1CUDPa__tick{background:var(--brand);width:1px;height:10px}.SectionHeading-module__1CUDPa__line{background:var(--brand);width:64px;height:1px}.SectionHeading-module__1CUDPa__eyebrow{font-family:var(--font-mono);font-variation-settings:"wght" 500;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-dim);margin-bottom:14px;font-size:.66rem}.SectionHeading-module__1CUDPa__index{color:var(--brand);margin-right:12px}.SectionHeading-module__1CUDPa__title{color:var(--ink)}.SectionHeading-module__1CUDPa__lead{color:var(--ink-dim);max-width:60ch;margin-top:20px;font-size:1.06rem;line-height:1.65}.SectionHeading-module__1CUDPa__center .SectionHeading-module__1CUDPa__lead{margin-inline:auto}.SectionHeading-module__1CUDPa__onPaper .SectionHeading-module__1CUDPa__title{color:var(--ink-on-paper)}.SectionHeading-module__1CUDPa__onPaper .SectionHeading-module__1CUDPa__eyebrow,.SectionHeading-module__1CUDPa__onPaper .SectionHeading-module__1CUDPa__lead{color:var(--ink-on-paper-dim)}
.Hardware-module__RVauYq__hardware{position:relative}.Hardware-module__RVauYq__grid{grid-template-columns:repeat(6,1fr);gap:clamp(14px,1.6vw,20px);margin-top:clamp(36px,5vw,56px);display:grid}.Hardware-module__RVauYq__cell{grid-column:span 2;min-width:0;display:flex}.Hardware-module__RVauYq__cellFull{grid-column:1/-1}.Hardware-module__RVauYq__card{min-width:0;transition:transform var(--dur-fast) var(--ease-industrial), border-color var(--dur-fast) var(--ease-industrial), background-color var(--dur-fast) var(--ease-industrial);flex-direction:column;flex:1;display:flex}.Hardware-module__RVauYq__card:hover{border-color:var(--brand);background-color:var(--bg-3);transform:translateY(-2px)}.Hardware-module__RVauYq__featured{box-shadow:inset 0 2px 0 var(--brand)}.Hardware-module__RVauYq__cardWide{border:1px dashed var(--brand-dim);background:linear-gradient(100deg, #a684ff0f 0%, transparent 45%), var(--bg-2)}.Hardware-module__RVauYq__cardWide:hover{border-color:var(--brand)}.Hardware-module__RVauYq__cardWide .Hardware-module__RVauYq__specs{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;column-gap:clamp(24px,4vw,56px);display:grid}.Hardware-module__RVauYq__cardWide .Hardware-module__RVauYq__specRow+.Hardware-module__RVauYq__specRow{border-top:none}.Hardware-module__RVauYq__cardWide .Hardware-module__RVauYq__specRow{border-bottom:1px dashed #edece624}.Hardware-module__RVauYq__head{border-bottom:1px solid var(--line-strong);justify-content:space-between;align-items:flex-start;gap:12px;padding:22px 20px 14px;display:flex}.Hardware-module__RVauYq__sku{font-variation-settings:"wght" 760;color:var(--ink);font-size:clamp(1.4rem,1.8vw,1.7rem)}.Hardware-module__RVauYq__badge{font-family:var(--font-mono);font-variation-settings:"wght" 500;letter-spacing:.12em;text-transform:uppercase;color:var(--brand-hot);border-radius:var(--radius);white-space:nowrap;background:#a684ff12;border:1px solid #a684ff8c;flex-shrink:0;margin-top:2px;padding:4px 7px;font-size:.56rem}.Hardware-module__RVauYq__specs{padding:4px 20px 14px}.Hardware-module__RVauYq__specRow{justify-content:space-between;gap:16px;padding-block:9px;display:flex}.Hardware-module__RVauYq__specRow+.Hardware-module__RVauYq__specRow{border-top:1px dashed #edece624}.Hardware-module__RVauYq__specLabel{font-family:var(--font-mono);font-variation-settings:"wght" 500;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-faint);flex-shrink:0;padding-top:3px;font-size:.6rem}.Hardware-module__RVauYq__specValue{text-align:right;min-width:0;font-family:var(--font-mono);font-variation-settings:"wght" 460;color:var(--ink);overflow-wrap:break-word;font-size:.7rem;line-height:1.55}.Hardware-module__RVauYq__priceBlock{border-top:1px solid var(--line-strong);background:repeating-linear-gradient(-45deg,#edece606 0 1px,#0000 1px 7px),#00000038;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:14px 18px;margin-top:auto;padding:16px 20px 20px;display:flex}.Hardware-module__RVauYq__priceMain{min-width:0}.Hardware-module__RVauYq__priceLabel{font-family:var(--font-mono);font-variation-settings:"wght" 500;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-faint);margin-bottom:6px;font-size:.58rem}.Hardware-module__RVauYq__price{align-items:baseline;gap:7px;display:flex}.Hardware-module__RVauYq__priceValue{font-family:var(--font-display);font-variation-settings:"wght" 760;text-transform:uppercase;color:var(--ink);transition:text-shadow var(--dur-fast) var(--ease-industrial);font-size:clamp(1.8rem,2.4vw,2.2rem);line-height:.95}.Hardware-module__RVauYq__card:hover .Hardware-module__RVauYq__priceValue{text-shadow:0 0 22px #a684ff80}.Hardware-module__RVauYq__featured .Hardware-module__RVauYq__priceValue{font-size:clamp(2.2rem,3vw,2.8rem)}.Hardware-module__RVauYq__priceUnit{font-family:var(--font-mono);font-variation-settings:"wght" 500;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-dim);font-size:.6rem}.Hardware-module__RVauYq__priceValueText{color:var(--brand-hot);font-size:clamp(1.3rem,1.7vw,1.6rem)}.Hardware-module__RVauYq__priceCta{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:8px;display:flex}@media (max-width:960px){.Hardware-module__RVauYq__grid{grid-template-columns:repeat(2,1fr)}.Hardware-module__RVauYq__cell{grid-column:span 1}.Hardware-module__RVauYq__cellFull{grid-column:1/-1}}@media (max-width:640px){.Hardware-module__RVauYq__grid{grid-template-columns:1fr}.Hardware-module__RVauYq__cell,.Hardware-module__RVauYq__cellFull{grid-column:span 1}.Hardware-module__RVauYq__head{flex-wrap:wrap}.Hardware-module__RVauYq__cardWide .Hardware-module__RVauYq__specs{grid-template-columns:1fr}}.Hardware-module__RVauYq__skuLink{color:inherit}.Hardware-module__RVauYq__skuLink:hover{color:var(--brand)}.Hardware-module__RVauYq__detailLink{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;color:var(--ink-faint);font-size:.6rem}.Hardware-module__RVauYq__detailLink:hover{color:var(--brand)}
.WhyBareMetal-module__jRSC5G__why{position:relative}.WhyBareMetal-module__jRSC5G__grid{background:var(--line);border:1px solid var(--line);border-radius:var(--radius);grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:clamp(40px,6vw,64px);display:grid;overflow:hidden}.WhyBareMetal-module__jRSC5G__cell{background:var(--bg-0);transition:background var(--dur-med) var(--ease-industrial);position:relative}.WhyBareMetal-module__jRSC5G__cell:before{content:"";background:var(--brand);transform-origin:0;height:2px;transition:transform var(--dur-med) var(--ease-industrial);z-index:1;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.WhyBareMetal-module__jRSC5G__cell:hover{background:var(--bg-1)}.WhyBareMetal-module__jRSC5G__cell:hover:before{transform:scaleX(1)}.WhyBareMetal-module__jRSC5G__cellInner{flex-direction:column;height:100%;padding:clamp(24px,3vw,36px) clamp(20px,2.6vw,32px) clamp(28px,3.4vw,44px);display:flex}.WhyBareMetal-module__jRSC5G__num{font-family:var(--font-mono);font-variation-settings:"wght" 500;letter-spacing:.14em;text-transform:uppercase;color:var(--brand);align-items:center;gap:10px;margin-bottom:20px;font-size:.66rem;display:flex}.WhyBareMetal-module__jRSC5G__numTick{background:var(--brand);flex-shrink:0;width:9px;height:1px}.WhyBareMetal-module__jRSC5G__cellTitle{color:var(--ink);max-width:20ch;margin-bottom:14px}.WhyBareMetal-module__jRSC5G__body{color:var(--ink-dim);max-width:46ch;font-size:.92rem;line-height:1.62}@media (max-width:960px){.WhyBareMetal-module__jRSC5G__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.WhyBareMetal-module__jRSC5G__grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.WhyBareMetal-module__jRSC5G__cell,.WhyBareMetal-module__jRSC5G__cell:before{transition:none}}
.Factory-module__kIXVaq__factory{background:var(--bg-1);border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden}.Factory-module__kIXVaq__inner{z-index:1;position:relative}.Factory-module__kIXVaq__line{position:relative}.Factory-module__kIXVaq__conveyor{pointer-events:none;background:repeating-linear-gradient(90deg,#a684ff99 0 6px,#0000 6px 14px);width:100vw;height:1px;animation:.9s linear infinite Factory-module__kIXVaq__convey-x;position:absolute;top:50%;left:50%;transform:translate(-50%)}@keyframes Factory-module__kIXVaq__convey-x{to{background-position:14px 0}}.Factory-module__kIXVaq__stages{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;display:grid}.Factory-module__kIXVaq__stageItem{min-width:0;display:flex;position:relative}.Factory-module__kIXVaq__stageItem+.Factory-module__kIXVaq__stageItem:before{content:"";background:var(--bg-1);border:1px solid var(--brand);z-index:1;width:7px;height:7px;position:absolute;top:50%;left:-16px;transform:translateY(-50%)rotate(45deg)}.Factory-module__kIXVaq__reveal{width:100%;display:flex}.Factory-module__kIXVaq__stage{z-index:1;flex-direction:column;width:100%;padding:30px 20px 24px;display:flex}.Factory-module__kIXVaq__stageHead{border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:20px;padding-bottom:12px;display:flex}.Factory-module__kIXVaq__stageNum{font-family:var(--font-mono);font-variation-settings:"wght" 500;letter-spacing:.14em;color:var(--brand);font-size:.66rem}.Factory-module__kIXVaq__stageName{font-family:var(--font-mono);font-variation-settings:"wght" 500;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-dim);text-align:right;font-size:.66rem}.Factory-module__kIXVaq__stageStat{font-family:var(--font-display);font-variation-settings:"wght" 760;text-transform:uppercase;letter-spacing:.005em;color:var(--brand);margin-bottom:14px;font-size:clamp(2rem,.9rem + 1.9vw,2.6rem);line-height:.95}.Factory-module__kIXVaq__stageBody{color:var(--ink-dim);margin-top:auto;font-size:.85rem;line-height:1.6}.Factory-module__kIXVaq__closerWrap{justify-content:center;margin-top:clamp(44px,6vw,72px);display:flex}.Factory-module__kIXVaq__closer{font-family:var(--font-mono);font-variation-settings:"wght" 500;letter-spacing:.06em;color:var(--ink-dim);background:var(--bg-2);border:1px solid var(--line);border-radius:var(--radius);text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 10px;padding:12px 20px;font-size:.72rem;display:inline-flex}.Factory-module__kIXVaq__dot{width:7px;height:7px;animation:Factory-module__kIXVaq__pulse 2.2s var(--ease-industrial) infinite;background:#35d07f;border-radius:50%;flex-shrink:0;box-shadow:0 0 #35d07f80}@keyframes Factory-module__kIXVaq__pulse{0%{box-shadow:0 0 #35d07f80}70%{box-shadow:0 0 0 7px #35d07f00}to{box-shadow:0 0 #35d07f00}}.Factory-module__kIXVaq__closerLink{color:var(--brand);transition:color var(--dur-fast) var(--ease-industrial)}.Factory-module__kIXVaq__closerLink:hover{color:var(--brand-hot);text-underline-offset:3px;text-decoration:underline}@media (max-width:960px){.Factory-module__kIXVaq__stages{grid-template-columns:1fr;gap:20px;padding-left:28px}.Factory-module__kIXVaq__conveyor{background:repeating-linear-gradient(#a684ff99 0 6px,#0000 6px 14px);width:1px;height:auto;animation:.9s linear infinite Factory-module__kIXVaq__convey-y;top:0;bottom:0;left:0;transform:none}@keyframes Factory-module__kIXVaq__convey-y{to{background-position:0 14px}}.Factory-module__kIXVaq__stageItem+.Factory-module__kIXVaq__stageItem:before{top:32px;left:-32px;transform:rotate(45deg)}}@media (max-width:640px){.Factory-module__kIXVaq__stage{padding:28px 16px 20px}.Factory-module__kIXVaq__closer{padding:12px 16px;font-size:.66rem}}@media (prefers-reduced-motion:reduce){.Factory-module__kIXVaq__conveyor{animation:none}.Factory-module__kIXVaq__dot{box-shadow:none;animation:none}}
.FabricStorage-module__icDenG__fabric{position:relative}.FabricStorage-module__icDenG__tableWrap{-webkit-overflow-scrolling:touch;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--bg-0);overflow-x:auto}.FabricStorage-module__icDenG__table{border-collapse:collapse;width:100%;min-width:640px}.FabricStorage-module__icDenG__colLayer{width:34%}.FabricStorage-module__icDenG__srOnly{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.FabricStorage-module__icDenG__headRow{background:var(--bg-1)}.FabricStorage-module__icDenG__headCell{font-family:var(--font-mono);font-variation-settings:"wght" 500;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-dim);text-align:left;white-space:nowrap;border-bottom:2px solid var(--brand);padding:14px 24px;font-size:.66rem}.FabricStorage-module__icDenG__row{border-bottom:1px solid var(--line);transition:background var(--dur-fast) var(--ease-industrial)}.FabricStorage-module__icDenG__row:last-child{border-bottom:none}.FabricStorage-module__icDenG__row:hover{background:var(--bg-1)}.FabricStorage-module__icDenG__layerCell{font-family:var(--font-mono);font-variation-settings:"wght" 560;letter-spacing:.1em;text-transform:uppercase;text-align:left;vertical-align:top;color:var(--ink);padding:18px 28px 18px 24px;font-size:.72rem;line-height:1.55;position:relative}.FabricStorage-module__icDenG__layerCell:before{content:"";background:var(--brand);width:3px;height:12px;position:absolute;top:21px;left:0}.FabricStorage-module__icDenG__specCell{color:var(--ink-dim);vertical-align:top;padding:17px 24px;font-size:.92rem;line-height:1.6}@media (max-width:960px){.FabricStorage-module__icDenG__colLayer{width:38%}}@media (max-width:640px){.FabricStorage-module__icDenG__tableWrap{-webkit-mask-image:linear-gradient(90deg,#000 82%,#0000);mask-image:linear-gradient(90deg,#000 82%,#0000)}.FabricStorage-module__icDenG__headCell{padding:12px 18px}.FabricStorage-module__icDenG__layerCell{padding:15px 20px 15px 18px}.FabricStorage-module__icDenG__layerCell:before{top:18px}.FabricStorage-module__icDenG__specCell{padding:14px 18px}}
.Pricing-module__0hSvfa__pricing{background:var(--paper);color:var(--ink-on-paper)}.Pricing-module__0hSvfa__hazardTop,.Pricing-module__0hSvfa__hazardBottom{position:absolute;left:0;right:0}.Pricing-module__0hSvfa__hazardTop{top:0}.Pricing-module__0hSvfa__hazardBottom{bottom:0}.Pricing-module__0hSvfa__inner{position:relative}.Pricing-module__0hSvfa__stamp{top:-10px;right:var(--gutter);z-index:1;border:2px solid var(--brand-dim);border-radius:var(--radius);opacity:.9;font-family:var(--font-mono);font-variation-settings:"wght" 600;letter-spacing:.16em;text-transform:uppercase;color:var(--brand-dim);mix-blend-mode:multiply;pointer-events:none;white-space:nowrap;padding:10px 16px 9px;font-size:.6rem;line-height:1;position:absolute;transform:rotate(-4deg)}.Pricing-module__0hSvfa__pricing :focus-visible{outline-color:var(--brand-dim)}.Pricing-module__0hSvfa__tableWrap{-webkit-overflow-scrolling:touch;margin-top:8px;overflow-x:auto}.Pricing-module__0hSvfa__table{border-collapse:collapse;text-align:left;width:100%;min-width:720px}.Pricing-module__0hSvfa__table thead th{font-family:var(--font-mono);font-variation-settings:"wght" 600;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-on-paper-dim);border-bottom:2px solid var(--ink-on-paper);vertical-align:bottom;padding:0 20px 12px 0;font-size:.62rem}.Pricing-module__0hSvfa__thSku{width:24%}.Pricing-module__0hSvfa__table th,.Pricing-module__0hSvfa__table td{padding-right:20px}.Pricing-module__0hSvfa__priceRow th,.Pricing-module__0hSvfa__priceRow td{border-bottom:1px solid var(--line-on-paper);vertical-align:baseline;padding-top:18px;padding-bottom:16px}.Pricing-module__0hSvfa__sku{font-family:var(--font-mono);font-variation-settings:"wght" 600;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-on-paper);font-size:.72rem}.Pricing-module__0hSvfa__price{font-family:var(--font-display);font-variation-settings:"wght" 740;letter-spacing:.005em;text-transform:uppercase;color:var(--ink-on-paper);white-space:nowrap;font-size:clamp(1.3rem,2.2vw,1.9rem);line-height:1}.Pricing-module__0hSvfa__metaRow th,.Pricing-module__0hSvfa__metaRow td{border-bottom:1px solid var(--line-on-paper);vertical-align:baseline;padding-top:14px;padding-bottom:12px}.Pricing-module__0hSvfa__metaBody .Pricing-module__0hSvfa__metaRow:first-child th,.Pricing-module__0hSvfa__metaBody .Pricing-module__0hSvfa__metaRow:first-child td{border-top:3px double var(--ink-on-paper)}.Pricing-module__0hSvfa__metaSku{font-family:var(--font-mono);font-variation-settings:"wght" 600;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-on-paper);font-size:.62rem}.Pricing-module__0hSvfa__metaCell{font-family:var(--font-mono);font-variation-settings:"wght" 500;letter-spacing:.03em;color:var(--ink-on-paper-dim);font-size:.62rem;line-height:1.55}.Pricing-module__0hSvfa__footnote{max-width:78ch;font-family:var(--font-mono);font-variation-settings:"wght" 500;letter-spacing:.03em;color:var(--ink-on-paper-dim);margin-top:18px;font-size:.62rem;line-height:1.6}.Pricing-module__0hSvfa__ctas{flex-wrap:wrap;align-items:center;gap:16px 28px;margin-top:clamp(32px,4vw,48px);display:flex}.Pricing-module__0hSvfa__textLink{font-family:var(--font-mono);font-variation-settings:"wght" 600;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-on-paper);border-bottom:1px solid var(--ink-on-paper);transition:color var(--dur-fast) var(--ease-industrial), border-color var(--dur-fast) var(--ease-industrial);align-items:center;gap:8px;padding-block:6px;font-size:.72rem;line-height:1;display:inline-flex}.Pricing-module__0hSvfa__textLink:hover{color:var(--brand-dim);border-color:var(--brand-dim)}.Pricing-module__0hSvfa__linkArrow{transition:transform var(--dur-fast) var(--ease-industrial)}.Pricing-module__0hSvfa__textLink:hover .Pricing-module__0hSvfa__linkArrow{transform:translate(4px)}.Pricing-module__0hSvfa__rateGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,2vw,28px);margin-top:clamp(32px,4vw,48px);display:grid}.Pricing-module__0hSvfa__rateCard{border:1px solid var(--line-on-paper);border-top:2px solid var(--ink-on-paper);border-radius:var(--radius);background:#ffffff40;padding:20px 20px 14px}.Pricing-module__0hSvfa__rateTitle{font-variation-settings:"wght" 760;color:var(--ink-on-paper);margin-bottom:12px;font-size:1.15rem}.Pricing-module__0hSvfa__rateRow{justify-content:space-between;align-items:baseline;gap:14px;padding-block:9px;display:flex}.Pricing-module__0hSvfa__rateRow+.Pricing-module__0hSvfa__rateRow{border-top:1px dashed var(--line-on-paper)}.Pricing-module__0hSvfa__rateItem{min-width:0;color:var(--ink-on-paper);font-size:.82rem;line-height:1.45}.Pricing-module__0hSvfa__rateNote{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-on-paper-dim);margin-top:2px;font-size:.56rem;display:block}.Pricing-module__0hSvfa__ratePrice{font-family:var(--font-mono);font-variation-settings:"wght" 600;letter-spacing:.04em;white-space:nowrap;color:var(--ink-on-paper);flex-shrink:0;font-size:.68rem}@media (max-width:960px){.Pricing-module__0hSvfa__table{min-width:640px}.Pricing-module__0hSvfa__rateGrid{grid-template-columns:1fr}}@media (max-width:640px){.Pricing-module__0hSvfa__stamp{white-space:normal;max-width:100%;margin-bottom:28px;font-size:.54rem;line-height:1.5;display:inline-block;position:static}.Pricing-module__0hSvfa__price{font-size:1.2rem}.Pricing-module__0hSvfa__ctas{flex-direction:column;align-items:flex-start}.Pricing-module__0hSvfa__tableWrap{-webkit-mask-image:linear-gradient(90deg,#000 82%,#0000);mask-image:linear-gradient(90deg,#000 82%,#0000)}}@media (prefers-reduced-motion:reduce){.Pricing-module__0hSvfa__textLink:hover .Pricing-module__0hSvfa__linkArrow{transform:none}}
.UseCases-module__oibrdG__section{position:relative}.UseCases-module__oibrdG__row{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}@media (min-width:961px){.UseCases-module__oibrdG__row{padding-bottom:76px}.UseCases-module__oibrdG__card:nth-child(2){transform:translateY(38px)}.UseCases-module__oibrdG__card:nth-child(3){transform:translateY(76px)}}.UseCases-module__oibrdG__card{min-width:0;padding-inline:clamp(28px,3.2vw,44px)}.UseCases-module__oibrdG__card+.UseCases-module__oibrdG__card{border-left:1px solid var(--line)}.UseCases-module__oibrdG__card:first-child{padding-left:0}.UseCases-module__oibrdG__card:last-child{padding-right:0}.UseCases-module__oibrdG__cardInner{flex-direction:column;height:100%;display:flex}.UseCases-module__oibrdG__num{font-family:var(--font-display);font-variation-settings:"wght" 780;letter-spacing:.01em;color:#0000;-webkit-text-stroke:1px var(--line-strong);transition:-webkit-text-stroke-color var(--dur-med) var(--ease-industrial);-webkit-user-select:none;user-select:none;margin-bottom:24px;font-size:clamp(4.4rem,7.5vw,6.8rem);line-height:.85;display:block}.UseCases-module__oibrdG__card:hover .UseCases-module__oibrdG__num,.UseCases-module__oibrdG__card:focus-within .UseCases-module__oibrdG__num{-webkit-text-stroke-color:var(--brand)}.UseCases-module__oibrdG__title{color:var(--ink);margin-bottom:14px}.UseCases-module__oibrdG__body{color:var(--ink-dim);flex:1;margin-bottom:28px;font-size:.95rem;line-height:1.65}.UseCases-module__oibrdG__anchor{font-family:var(--font-mono);font-variation-settings:"wght" 500;letter-spacing:.1em;text-transform:uppercase;color:var(--brand);transition:color var(--dur-fast) var(--ease-industrial), border-color var(--dur-fast) var(--ease-industrial);border-bottom:1px solid #0000;align-self:flex-start;padding-bottom:4px;font-size:.7rem}.UseCases-module__oibrdG__anchor:hover{color:var(--brand-hot);border-bottom-color:var(--brand-hot)}@media (max-width:960px){.UseCases-module__oibrdG__row{grid-template-columns:1fr}.UseCases-module__oibrdG__card{padding-block:36px;padding-inline:0}.UseCases-module__oibrdG__card+.UseCases-module__oibrdG__card{border-left:none;border-top:1px solid var(--line)}.UseCases-module__oibrdG__card:first-child{padding-top:0}.UseCases-module__oibrdG__card:last-child{padding-bottom:0}.UseCases-module__oibrdG__num{margin-bottom:18px;font-size:3.6rem}}@media (max-width:640px){.UseCases-module__oibrdG__card{padding-block:30px}.UseCases-module__oibrdG__body{margin-bottom:22px}}
.Security-module__oFkaEG__security{background:var(--bg-1);border-top:1px solid var(--line);border-bottom:1px solid var(--line);position:relative}.Security-module__oFkaEG__columns{grid-template-columns:minmax(0,6fr) minmax(0,6fr);align-items:start;gap:clamp(32px,5vw,72px);display:grid}.Security-module__oFkaEG__badges{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.Security-module__oFkaEG__badge{min-height:128px;transition:background var(--dur-fast) var(--ease-industrial), border-color var(--dur-fast) var(--ease-industrial);flex-direction:column;gap:10px;padding:30px 18px 20px;display:flex}.Security-module__oFkaEG__badge:hover{background:var(--bg-3);border-color:#a684ff59}.Security-module__oFkaEG__badgeName{letter-spacing:.02em;color:var(--ink);align-items:center;gap:10px;font-size:clamp(1.05rem,1.6vw,1.3rem);display:flex}.Security-module__oFkaEG__glyph{flex-shrink:0}.Security-module__oFkaEG__badgeScope{font-family:var(--font-mono);font-variation-settings:"wght" 500;letter-spacing:.04em;color:var(--ink-faint);font-size:.64rem;line-height:1.7}.Security-module__oFkaEG__bullets{flex-direction:column;display:flex}.Security-module__oFkaEG__bullet{border-top:1px solid var(--line);align-items:flex-start;gap:14px;padding-block:17px;display:flex}.Security-module__oFkaEG__bullet:last-child{border-bottom:1px solid var(--line)}.Security-module__oFkaEG__bulletMark{background:var(--brand);flex-shrink:0;width:6px;height:6px;margin-top:.55em}.Security-module__oFkaEG__bulletText{color:var(--ink-dim);font-size:.98rem;line-height:1.6}@media (max-width:960px){.Security-module__oFkaEG__columns{grid-template-columns:1fr;gap:40px}}@media (max-width:560px){.Security-module__oFkaEG__badges{grid-template-columns:1fr}.Security-module__oFkaEG__badge{min-height:0}}
.Faq-module__KRU6Oa__faq{background:var(--bg-0);border-top:1px solid var(--line);position:relative}.Faq-module__KRU6Oa__list{border-top:1px solid var(--line)}.Faq-module__KRU6Oa__item{border-bottom:1px solid var(--line)}.Faq-module__KRU6Oa__details{--marker-rotate:0deg}.Faq-module__KRU6Oa__details[open]{--marker-rotate:90deg;background:var(--bg-1)}.Faq-module__KRU6Oa__summary{cursor:pointer;transition:background var(--dur-fast) var(--ease-industrial);grid-template-columns:auto minmax(0,1fr) auto;align-items:baseline;gap:clamp(14px,2.5vw,28px);padding:22px clamp(12px,2vw,22px);list-style:none;display:grid}.Faq-module__KRU6Oa__summary::-webkit-details-marker{display:none}.Faq-module__KRU6Oa__summary:hover{background:var(--bg-2)}.Faq-module__KRU6Oa__summary:focus-visible{outline:2px solid var(--brand);outline-offset:-2px}.Faq-module__KRU6Oa__num{font-family:var(--font-mono);font-variation-settings:"wght" 500;letter-spacing:.08em;color:var(--steel);font-size:.6rem}.Faq-module__KRU6Oa__question{font-family:var(--font-body);letter-spacing:-.005em;color:var(--ink);font-size:clamp(1rem,1.5vw,1.16rem);font-weight:500;line-height:1.4}.Faq-module__KRU6Oa__marker{flex-shrink:0;align-self:center;width:11px;height:11px;position:relative}.Faq-module__KRU6Oa__markerBar{background:var(--brand);height:1.5px;position:absolute;inset:50% 0 auto}.Faq-module__KRU6Oa__markerBarV{width:1.5px;height:100%;transform:rotate(var(--marker-rotate));transition:transform var(--dur-med) var(--ease-industrial);inset:0 50% auto auto}.Faq-module__KRU6Oa__answer{max-width:68ch;color:var(--ink-dim);margin-left:calc(2ch + clamp(14px,2.5vw,28px));padding:0 clamp(12px,2vw,22px) 26px;font-size:.94rem;line-height:1.72}@media (prefers-reduced-motion:reduce){.Faq-module__KRU6Oa__markerBarV{transition:none}}@media (max-width:640px){.Faq-module__KRU6Oa__summary{grid-template-columns:minmax(0,1fr) auto;gap:14px}.Faq-module__KRU6Oa__num{display:none}.Faq-module__KRU6Oa__answer{margin-left:0}}
.ContactForm-module__4CUZdq__form{text-align:left;border:1px solid var(--line-strong);border-radius:var(--radius);-webkit-backdrop-filter:blur(6px);background:#101216d1;width:min(820px,100%);margin-inline:auto;padding:clamp(22px,3vw,36px)}.ContactForm-module__4CUZdq__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 20px;display:grid}.ContactForm-module__4CUZdq__field{flex-direction:column;gap:8px;min-width:0;display:flex}.ContactForm-module__4CUZdq__fieldFull{grid-column:1/-1}.ContactForm-module__4CUZdq__label{font-family:var(--font-mono);font-variation-settings:"wght" 600;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-dim);font-size:.6rem}.ContactForm-module__4CUZdq__req{color:var(--brand-hot);font-variation-settings:"wght" 460}.ContactForm-module__4CUZdq__input{width:100%;font-family:var(--font-body);color:var(--ink);background:var(--bg-0);border:1px solid var(--line-strong);border-radius:var(--radius);transition:border-color var(--dur-fast) var(--ease-industrial);padding:13px 14px;font-size:.95rem}.ContactForm-module__4CUZdq__input::placeholder{color:var(--ink-faint)}.ContactForm-module__4CUZdq__input:hover{border-color:#a684ff66}.ContactForm-module__4CUZdq__input:focus{border-color:var(--brand);outline:none}select.ContactForm-module__4CUZdq__input{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23878c94'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:34px}.ContactForm-module__4CUZdq__textarea{resize:vertical;min-height:120px;line-height:1.55}.ContactForm-module__4CUZdq__trap{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.ContactForm-module__4CUZdq__actions{flex-wrap:wrap;align-items:center;gap:18px;margin-top:24px;display:flex}.ContactForm-module__4CUZdq__feedback{font-family:var(--font-mono);letter-spacing:.06em;color:var(--amber);max-width:52ch;font-size:.66rem;line-height:1.6}.ContactForm-module__4CUZdq__success{text-align:left;border:1px solid var(--brand-dim);border-radius:var(--radius);background:#101216d1;align-items:center;gap:18px;width:min(680px,100%);margin-inline:auto;padding:clamp(22px,3vw,32px);display:flex}.ContactForm-module__4CUZdq__successTick{width:40px;height:40px;color:var(--bg-0);background:var(--brand);border-radius:50%;flex-shrink:0;place-items:center;font-size:1.1rem;display:grid}.ContactForm-module__4CUZdq__successText{color:var(--ink);font-size:1rem;line-height:1.6}@media (max-width:640px){.ContactForm-module__4CUZdq__grid{grid-template-columns:1fr}}
.FinalCta-module__Xl1NAq__finalCta{background:var(--bg-1);padding-block:clamp(96px,12vw,160px);overflow:hidden}.FinalCta-module__Xl1NAq__hazardTop{position:absolute;top:0;left:0;right:0}.FinalCta-module__Xl1NAq__glow{pointer-events:none;background:radial-gradient(at bottom,#a684ff42 0%,#a684ff1a 38%,#0000 68%);width:min(1200px,130vw);height:75%;position:absolute;bottom:-12%;left:50%;transform:translate(-50%)}.FinalCta-module__Xl1NAq__inner{z-index:1;flex-direction:column;align-items:center;display:flex;position:relative}.FinalCta-module__Xl1NAq__ctas{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.FinalCta-module__Xl1NAq__microline{font-family:var(--font-mono);font-variation-settings:"wght" 500;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-faint);text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 14px;margin-top:clamp(32px,5vw,48px);font-size:.66rem;display:flex}.FinalCta-module__Xl1NAq__microItem{white-space:nowrap}.FinalCta-module__Xl1NAq__diamond{background:var(--brand);flex-shrink:0;width:5px;height:5px;transform:rotate(45deg)}@media (max-width:640px){.FinalCta-module__Xl1NAq__ctas{flex-direction:column;align-items:stretch;width:100%;max-width:360px}.FinalCta-module__Xl1NAq__microItem{white-space:normal}}
.SkuPage-module__-jk5OG__hero{border-bottom:1px solid var(--line);padding-top:clamp(120px,14vh,190px)}.SkuPage-module__-jk5OG__crumbs{font-family:var(--font-mono);font-variation-settings:"wght" 500;letter-spacing:.08em;text-transform:uppercase;color:var(--steel);flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:clamp(28px,5vw,48px);font-size:.6rem;display:flex}.SkuPage-module__-jk5OG__crumbs a{color:var(--ink-faint)}.SkuPage-module__-jk5OG__crumbs a:hover{color:var(--brand)}.SkuPage-module__-jk5OG__heroGrid{grid-template-columns:minmax(0,7fr) minmax(0,5fr);align-items:start;gap:clamp(32px,5vw,72px);display:grid}.SkuPage-module__-jk5OG__badge{border:1px solid var(--brand-dim);border-radius:var(--radius);font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--brand);margin-bottom:16px;padding:4px 10px;font-size:.58rem;display:inline-block}.SkuPage-module__-jk5OG__title{margin-bottom:20px}.SkuPage-module__-jk5OG__summary{max-width:56ch;color:var(--ink-dim);font-size:clamp(1rem,1.5vw,1.14rem);line-height:1.65}.SkuPage-module__-jk5OG__actions{flex-wrap:wrap;align-items:center;gap:20px;margin-top:32px;display:flex}.SkuPage-module__-jk5OG__secondaryLink{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--ink-faint);font-size:.66rem}.SkuPage-module__-jk5OG__secondaryLink:hover{color:var(--brand)}.SkuPage-module__-jk5OG__priceCard{padding:30px 24px 24px}.SkuPage-module__-jk5OG__priceLabel,.SkuPage-module__-jk5OG__priceUnit{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint);font-size:.6rem}.SkuPage-module__-jk5OG__price{font-family:var(--font-display);color:var(--brand);margin:10px 0 4px;font-size:clamp(2.2rem,4vw,3rem);line-height:1}.SkuPage-module__-jk5OG__priceMeta{border-top:1px solid var(--line);margin-top:24px}.SkuPage-module__-jk5OG__priceMeta>div{border-bottom:1px solid var(--line);justify-content:space-between;gap:16px;padding:11px 0;display:flex}.SkuPage-module__-jk5OG__priceMeta dt{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--steel);white-space:nowrap;font-size:.6rem}.SkuPage-module__-jk5OG__priceMeta dd{text-align:right;color:var(--ink-dim);font-size:.78rem}.SkuPage-module__-jk5OG__band{background:var(--bg-1);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.SkuPage-module__-jk5OG__h2{margin-bottom:clamp(24px,3.5vw,40px)}.SkuPage-module__-jk5OG__h2Spaced{margin-top:clamp(56px,8vw,96px)}.SkuPage-module__-jk5OG__specs{border-top:1px solid var(--line)}.SkuPage-module__-jk5OG__spec{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,3fr) minmax(0,8fr);gap:clamp(16px,3vw,40px);padding:16px 0;display:grid}.SkuPage-module__-jk5OG__specLabel{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint);font-size:.62rem}.SkuPage-module__-jk5OG__specValue{color:var(--ink);font-size:.94rem;line-height:1.6}.SkuPage-module__-jk5OG__fabricNote{max-width:74ch;color:var(--ink-dim);margin-top:28px;font-size:.9rem;line-height:1.75}.SkuPage-module__-jk5OG__prose{flex-direction:column;gap:20px;max-width:72ch;display:flex}.SkuPage-module__-jk5OG__prose p{color:var(--ink-dim);font-size:clamp(.96rem,1.3vw,1.05rem);line-height:1.75}.SkuPage-module__-jk5OG__workloads{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.SkuPage-module__-jk5OG__workload{padding:30px 22px 24px}.SkuPage-module__-jk5OG__workloadTitle{color:var(--ink);margin-bottom:12px;font-size:clamp(1rem,1.5vw,1.14rem);line-height:1.35}.SkuPage-module__-jk5OG__workloadBody{color:var(--ink-dim);font-size:.88rem;line-height:1.7}.SkuPage-module__-jk5OG__faq{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(24px,3.5vw,44px);max-width:100%;display:grid}.SkuPage-module__-jk5OG__faqQ{font-family:var(--font-body);color:var(--ink);margin-bottom:10px;font-size:1rem;font-weight:500;line-height:1.4}.SkuPage-module__-jk5OG__faqA{max-width:62ch;color:var(--ink-dim);font-size:.9rem;line-height:1.72}.SkuPage-module__-jk5OG__others{border-top:1px solid var(--line)}.SkuPage-module__-jk5OG__otherLink{border-bottom:1px solid var(--line);transition:background var(--dur-fast) var(--ease-industrial);grid-template-columns:minmax(0,3fr) minmax(0,5fr) auto;align-items:baseline;gap:clamp(14px,3vw,32px);padding:16px clamp(8px,1.5vw,14px);display:grid}.SkuPage-module__-jk5OG__otherLink:hover{background:var(--bg-2)}.SkuPage-module__-jk5OG__otherName{font-family:var(--font-display);letter-spacing:.01em;color:var(--ink);font-size:1.2rem}.SkuPage-module__-jk5OG__otherSpec{color:var(--ink-faint);font-size:.82rem}.SkuPage-module__-jk5OG__otherPrice{font-family:var(--font-mono);letter-spacing:.04em;color:var(--brand);white-space:nowrap;font-size:.68rem}@media (max-width:900px){.SkuPage-module__-jk5OG__heroGrid,.SkuPage-module__-jk5OG__workloads,.SkuPage-module__-jk5OG__faq{grid-template-columns:minmax(0,1fr)}}@media (max-width:640px){.SkuPage-module__-jk5OG__spec,.SkuPage-module__-jk5OG__otherLink{grid-template-columns:minmax(0,1fr);gap:6px}.SkuPage-module__-jk5OG__otherPrice{justify-self:start}}
