.mascot-module__djhP_a__curtain{z-index:300;background:var(--cream);will-change:opacity;position:fixed;inset:0}.mascot-module__djhP_a__bootCaption{justify-content:space-between;align-items:baseline;gap:16px;width:min(320px,72vw);display:flex;position:absolute;bottom:15%;left:50%;transform:translate(-50%)}.mascot-module__djhP_a__bootStatus{color:var(--dim)}.mascot-module__djhP_a__bootPct{color:var(--ink);font-variant-numeric:tabular-nums}.mascot-module__djhP_a__stage{z-index:340;transform-origin:50%;will-change:transform;opacity:0;outline:none;width:300px;height:340px;position:fixed;top:0;left:0}.mascot-module__djhP_a__stageDocked{cursor:pointer}.mascot-module__djhP_a__stageDocked:focus-visible{outline:2px solid var(--blue);outline-offset:-8px;border-radius:50%}.mascot-module__djhP_a__stage>div,.mascot-module__djhP_a__stage canvas{width:100%!important;height:100%!important}.mascot-module__djhP_a__hint{z-index:335;border-radius:var(--r-pill);background:var(--ink);color:var(--cream);font-family:var(--body);animation:mascot-module__djhP_a__hintIn .5s var(--ease-out) both;align-items:center;gap:8px;padding:9px 15px;font-size:13.5px;font-weight:500;display:inline-flex;position:fixed;bottom:168px;right:22px;box-shadow:0 10px 30px -12px #0a0a0c80}.mascot-module__djhP_a__hint span{color:#7fa8f0}@keyframes mascot-module__djhP_a__hintIn{0%{opacity:0;transform:translateY(8px)}}.mascot-module__djhP_a__panel{z-index:336;background:var(--cream-2);border:1px solid var(--line);border-radius:var(--r-lg);transform-origin:100% 100%;opacity:0;visibility:hidden;width:min(370px,100vw - 32px);height:min(72vh,540px);transition:opacity .32s var(--ease-out), transform .32s var(--ease-out), visibility 0s linear .32s;flex-direction:column;display:flex;position:fixed;bottom:168px;right:22px;overflow:hidden;transform:translateY(14px)scale(.97);box-shadow:0 24px 70px -24px #0a0a0c73}.mascot-module__djhP_a__panelOpen{opacity:1;visibility:visible;transition:opacity .32s var(--ease-out), transform .32s var(--ease-out);transform:none}.mascot-module__djhP_a__panelHead{border-bottom:1px solid var(--line);background:var(--cream);align-items:center;gap:11px;padding:14px 16px;display:flex}.mascot-module__djhP_a__panelDot{background:#22c55e;border-radius:50%;flex:none;width:9px;height:9px;box-shadow:0 0 0 3px #22c55e2e}.mascot-module__djhP_a__panelTitle{flex-direction:column;flex:1;min-width:0;line-height:1.2;display:flex}.mascot-module__djhP_a__panelTitle strong{font-family:var(--disp);color:var(--ink);font-size:15.5px;font-weight:600}.mascot-module__djhP_a__panelSub{color:var(--blue);margin-top:2px;font-size:9.5px}.mascot-module__djhP_a__panelClose{color:var(--dim);border-radius:8px;padding:4px;font-size:15px;line-height:1;transition:color .2s,background .2s}.mascot-module__djhP_a__panelClose:hover{color:var(--ink);background:var(--cream-3)}.mascot-module__djhP_a__msgs{scroll-behavior:smooth;flex-direction:column;flex:1;gap:10px;padding:16px;display:flex;overflow-y:auto}.mascot-module__djhP_a__msgBot,.mascot-module__djhP_a__msgUser{white-space:pre-wrap;word-wrap:break-word;border-radius:15px;max-width:84%;padding:10px 13px;font-size:14px;line-height:1.5}.mascot-module__djhP_a__msgBot{background:var(--cream-3);color:var(--ink-2);border-bottom-left-radius:5px;align-self:flex-start}.mascot-module__djhP_a__msgUser{background:var(--blue);color:#fff;border-bottom-right-radius:5px;align-self:flex-end}.mascot-module__djhP_a__msgBot a{color:var(--blue);text-underline-offset:2px;word-break:break-word;font-weight:600;text-decoration:underline}.mascot-module__djhP_a__typing{gap:4px;padding:2px 0;display:inline-flex}.mascot-module__djhP_a__typing i{background:var(--dim-2);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite mascot-module__djhP_a__blink}.mascot-module__djhP_a__typing i:nth-child(2){animation-delay:.18s}.mascot-module__djhP_a__typing i:nth-child(3){animation-delay:.36s}@keyframes mascot-module__djhP_a__blink{0%,80%,to{opacity:.25;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.mascot-module__djhP_a__chips{flex-wrap:wrap;gap:8px;padding:0 16px 12px;display:flex}.mascot-module__djhP_a__chip{border:1px solid var(--line-2);border-radius:var(--r-pill);color:var(--ink-2);font-family:var(--body);cursor:pointer;background:0 0;align-items:center;padding:7px 12px;font-size:12.5px;line-height:1.2;text-decoration:none;transition:border-color .2s,background .2s,color .2s;display:inline-flex}.mascot-module__djhP_a__chip:hover:not(:disabled){border-color:var(--blue);color:var(--blue)}.mascot-module__djhP_a__chip:disabled{opacity:.5}.mascot-module__djhP_a__chipWa{color:#fff;background:#1fa855;border-color:#1fa855;font-weight:600}.mascot-module__djhP_a__chipWa:hover:not(:disabled){color:#fff;background:#178a45;border-color:#178a45}.mascot-module__djhP_a__inputRow{border-top:1px solid var(--line);background:var(--cream);align-items:center;gap:8px;padding:12px 12px 14px;display:flex}.mascot-module__djhP_a__input{border:1px solid var(--line-2);border-radius:var(--r-pill);background:var(--cream-2);min-width:0;font-family:var(--body);color:var(--ink);outline:none;flex:1;padding:10px 14px;font-size:14px;transition:border-color .2s}.mascot-module__djhP_a__input:focus{border-color:var(--blue)}.mascot-module__djhP_a__sendBtn{background:var(--ink);width:38px;height:38px;color:var(--cream);border-radius:50%;flex:none;font-size:16px;line-height:1;transition:background .2s,transform .15s,opacity .2s}.mascot-module__djhP_a__sendBtn:hover:not(:disabled){background:var(--blue)}.mascot-module__djhP_a__sendBtn:disabled{opacity:.4;cursor:default}@media (max-width:560px){.mascot-module__djhP_a__panel,.mascot-module__djhP_a__hint{bottom:122px;right:12px}}
.Nav-module__i55YdG__nav{z-index:100;width:min(calc(100% - 2 * var(--pad)), var(--max));border-radius:var(--r-pill);transition:width .45s var(--ease-io), background .35s, border-color .35s, box-shadow .35s;border:1px solid #0000;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;margin-inline:auto;padding:10px 12px 10px 14px;display:grid;position:fixed;top:18px;left:0;right:0}.Nav-module__i55YdG__float{background:color-mix(in oklab, var(--cream) 82%, transparent);-webkit-backdrop-filter:blur(14px)saturate(140%);border-color:var(--line);width:min(760px,100% - 32px);box-shadow:0 12px 40px -18px #0a0a0c59}.Nav-module__i55YdG__logo{align-items:center;gap:10px;display:inline-flex}.Nav-module__i55YdG__mark{width:40px;height:auto;transition:width .45s var(--ease-io);display:block}.Nav-module__i55YdG__float .Nav-module__i55YdG__mark{width:30px}.Nav-module__i55YdG__name{font-family:var(--brand);letter-spacing:.04em;white-space:nowrap;transition:font-size .45s var(--ease-io);font-size:17px;font-weight:400;line-height:1}.Nav-module__i55YdG__name em{color:var(--dim);font-style:normal}.Nav-module__i55YdG__float .Nav-module__i55YdG__name{font-size:15px}@media (max-width:420px){.Nav-module__i55YdG__name{font-size:15px}}.Nav-module__i55YdG__links{justify-content:center;gap:30px;display:flex}.Nav-module__i55YdG__links a{color:var(--dim);white-space:nowrap;font-size:13.5px;font-weight:500;transition:color .25s;position:relative}.Nav-module__i55YdG__links a:after{content:"";background:var(--blue);transform-origin:100%;width:100%;height:1px;transition:transform .35s var(--ease-io);position:absolute;bottom:-5px;left:0;transform:scaleX(0)}.Nav-module__i55YdG__links a:hover,.Nav-module__i55YdG__links a[data-active=true]{color:var(--ink)}.Nav-module__i55YdG__links a:hover:after,.Nav-module__i55YdG__links a[data-active=true]:after{transform-origin:0;transform:scaleX(1)}.Nav-module__i55YdG__cta{border-radius:var(--r-pill);background:var(--ink);color:var(--cream);white-space:nowrap;align-items:center;padding:9px 20px;font-size:13px;font-weight:500;display:inline-flex}.Nav-module__i55YdG__burger{border-radius:var(--r-pill);border:1px solid var(--line);place-items:center;gap:5px;width:40px;height:40px;display:none}.Nav-module__i55YdG__burger span{background:var(--ink);width:16px;height:1.5px;transition:transform .3s var(--ease-io);display:block}@media (max-width:860px){.Nav-module__i55YdG__links,.Nav-module__i55YdG__cta{display:none}.Nav-module__i55YdG__nav{grid-template-columns:1fr auto}.Nav-module__i55YdG__burger{display:grid}.Nav-module__i55YdG__burgerOpen span:first-child{transform:translateY(3.25px)rotate(45deg)}.Nav-module__i55YdG__burgerOpen span:last-child{transform:translateY(-3.25px)rotate(-45deg)}}.Nav-module__i55YdG__sheet{z-index:99;background:var(--ink);color:var(--cream);padding:var(--pad);flex-direction:column;justify-content:center;gap:6px;display:flex;position:fixed;inset:0}.Nav-module__i55YdG__sheet a{border-bottom:1px solid var(--line-cream);font-family:var(--disp);letter-spacing:-.03em;align-items:baseline;gap:18px;padding:14px 0;font-size:clamp(28px,8vw,46px);font-weight:500;display:flex}.Nav-module__i55YdG__sheet i{font-family:var(--mono);color:var(--blue);font-size:11px;font-style:normal}
.Button-module__8RiFmG__btn{border-radius:var(--r-pill);white-space:nowrap;will-change:transform;border:1px solid #0000;align-items:center;gap:10px;padding:14px 26px;font-size:14px;font-weight:500;transition:background .3s,color .3s,border-color .3s;display:inline-flex;position:relative}.Button-module__8RiFmG__btn i{transition:transform .3s var(--ease-out);font-style:normal}.Button-module__8RiFmG__btn:hover i{transform:translate(2px,2px)}.Button-module__8RiFmG__ink{background:var(--ink);color:var(--cream)}.Button-module__8RiFmG__ink:hover{background:var(--blue)}.Button-module__8RiFmG__ghost{border-color:var(--line-2);color:var(--ink)}.Button-module__8RiFmG__ghost:hover{border-color:var(--ink);background:var(--ink);color:var(--cream)}.Button-module__8RiFmG__cream{background:var(--cream);color:var(--ink)}.Button-module__8RiFmG__cream:hover{background:var(--blue);color:var(--cream)}.Button-module__8RiFmG__ghostCream{border-color:var(--line-cream);color:var(--cream)}.Button-module__8RiFmG__ghostCream:hover{background:var(--cream);color:var(--ink)}
.Hero-module___w2HtG__hero{min-height:100svh;padding:calc(var(--pad) + 90px) 0 clamp(28px, 5vh, 54px);flex-direction:column;justify-content:flex-end;display:flex;position:relative;overflow:hidden}.Hero-module___w2HtG__enhanced{height:100svh;min-height:0}.Hero-module___w2HtG__canvas{z-index:0;opacity:0;width:100%;height:100%;transition:opacity 1.4s var(--ease-out);position:absolute;inset:0}.Hero-module___w2HtG__canvasIn{opacity:1}.Hero-module___w2HtG__canvas>div,.Hero-module___w2HtG__canvas canvas{width:100%!important;height:100%!important}.Hero-module___w2HtG__inner{z-index:1;position:relative}.Hero-module___w2HtG__h1{font-family:var(--disp);letter-spacing:-.012em;overflow-wrap:break-word;max-width:15ch;margin:0 0 clamp(28px,4vh,48px);font-size:clamp(42px,9.2vw,132px);font-weight:500;line-height:.98}.Hero-module___w2HtG__row{border-top:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:clamp(24px,4vw,60px);padding-top:26px;display:grid}.Hero-module___w2HtG__sub{max-width:52ch;color:var(--dim);margin:0;font-size:clamp(14.5px,1.3vw,17px);line-height:1.6}.Hero-module___w2HtG__ctas{flex-wrap:wrap;gap:10px;display:flex}.Hero-module___w2HtG__phases{z-index:1;flex-direction:column;gap:clamp(22px,3vh,40px);margin-top:clamp(36px,6vh,72px);display:flex;position:relative}.Hero-module___w2HtG__phase{border-top:1px solid var(--line);padding-top:18px}.Hero-module___w2HtG__enhanced .Hero-module___w2HtG__phases{z-index:1;pointer-events:none;margin:0;display:block;position:absolute;inset:0}.Hero-module___w2HtG__enhanced .Hero-module___w2HtG__phase{left:var(--pad);opacity:0;will-change:transform, opacity;border-radius:var(--r-lg);background:color-mix(in oklab, var(--cream) 55%, transparent);-webkit-backdrop-filter:blur(18px)saturate(130%);border:1px solid #0a0a0c12;max-width:min(600px,66vw);margin-left:calc(-1*clamp(20px,2.2vw,32px));padding:clamp(18px,2vw,28px) clamp(20px,2.2vw,32px);position:absolute;bottom:clamp(84px,16vh,160px)}.Hero-module___w2HtG__enhanced .Hero-module___w2HtG__phase[data-phase="0"],.Hero-module___w2HtG__enhanced .Hero-module___w2HtG__phase[data-phase="1"]{background:color-mix(in oklab, var(--ink) 45%, transparent);border-color:#f0ece617}.Hero-module___w2HtG__phIdx{color:var(--blue);margin:0 0 14px}.Hero-module___w2HtG__enhanced .Hero-module___w2HtG__phase[data-phase="0"] .Hero-module___w2HtG__phWord,.Hero-module___w2HtG__enhanced .Hero-module___w2HtG__phase[data-phase="1"] .Hero-module___w2HtG__phWord{color:var(--cream)}.Hero-module___w2HtG__enhanced .Hero-module___w2HtG__phase[data-phase="0"] .Hero-module___w2HtG__phCap,.Hero-module___w2HtG__enhanced .Hero-module___w2HtG__phase[data-phase="1"] .Hero-module___w2HtG__phCap{color:#f0ece6c7}.Hero-module___w2HtG__enhanced .Hero-module___w2HtG__phase[data-phase="0"] .Hero-module___w2HtG__phIdx,.Hero-module___w2HtG__enhanced .Hero-module___w2HtG__phase[data-phase="1"] .Hero-module___w2HtG__phIdx{color:#7fa8f0}.Hero-module___w2HtG__phWord{font-family:var(--disp);letter-spacing:-.012em;margin:0 0 18px;font-size:clamp(56px,10.5vw,140px);font-weight:500;line-height:.95}.Hero-module___w2HtG__phCap{max-width:42ch;color:var(--dim);margin:0;font-size:clamp(14px,1.25vw,16.5px);line-height:1.6}.Hero-module___w2HtG__foot{z-index:1;color:var(--dim-2);align-items:center;gap:14px;margin-top:clamp(34px,6vh,64px);display:flex;position:relative}.Hero-module___w2HtG__footLine{background:var(--line);flex:1;height:1px}@media (max-width:860px){.Hero-module___w2HtG__row{grid-template-columns:1fr;align-items:start}.Hero-module___w2HtG__foot span:last-child{display:none}.Hero-module___w2HtG__enhanced .Hero-module___w2HtG__phase{max-width:calc(100% - 2 * var(--pad));bottom:clamp(72px,14vh,120px)}}
.Manifesto-module__Gk2N4q__mani{padding:var(--sy) 0;position:relative}.Manifesto-module__Gk2N4q__grid{grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);align-items:center;gap:clamp(36px,6vw,88px);display:grid}.Manifesto-module__Gk2N4q__eb{display:inline-flex;position:relative}.Manifesto-module__Gk2N4q__p{font-family:var(--disp);letter-spacing:-.03em;max-width:24ch;margin:0;font-size:clamp(26px,3.5vw,46px);font-weight:500;line-height:1.24}.Manifesto-module__Gk2N4q__w{will-change:transform, opacity, filter;display:inline-block}.Manifesto-module__Gk2N4q__blue{color:var(--blue)}.Manifesto-module__Gk2N4q__sign{font-family:var(--disp);letter-spacing:-.02em;color:var(--ink);margin:clamp(22px,3vw,34px) 0 0;font-size:clamp(20px,2.3vw,32px);font-weight:400}.Manifesto-module__Gk2N4q__preWrap,.Manifesto-module__Gk2N4q__pre{position:relative}.Manifesto-module__Gk2N4q__preHead{color:var(--dim);align-items:center;gap:10px;margin-bottom:clamp(20px,3.4vw,38px);display:flex}.Manifesto-module__Gk2N4q__dot{background:var(--blue);border-radius:50%;width:8px;height:8px;box-shadow:0 0 10px #1559d699}.Manifesto-module__Gk2N4q__qa{position:relative}.Manifesto-module__Gk2N4q__q{min-height:1.6em;font-family:var(--mono);color:var(--dim);overflow-wrap:anywhere;flex-wrap:wrap;align-items:baseline;gap:0 10px;margin:0 0 16px;font-size:clamp(13px,1.4vw,17px);display:flex}.Manifesto-module__Gk2N4q__qLabel{letter-spacing:.16em;text-transform:uppercase;color:#0a0a0c66;margin-right:4px;font-size:10px}.Manifesto-module__Gk2N4q__qw{color:var(--dim);will-change:transform, opacity, filter;display:inline-block}.Manifesto-module__Gk2N4q__caret{background:var(--blue);width:8px;height:1.05em;margin-left:2px;animation:1s steps(2,end) infinite Manifesto-module__Gk2N4q__mblink;display:inline-block;transform:translateY(.16em)}@keyframes Manifesto-module__Gk2N4q__mblink{50%{opacity:0}}.Manifesto-module__Gk2N4q__a{min-height:2.4em;font-family:var(--disp);letter-spacing:-.02em;color:var(--ink);overflow-wrap:anywhere;align-items:baseline;gap:12px;padding-left:22px;padding-right:8px;font-size:clamp(21px,2.4vw,33px);font-weight:500;line-height:1.2;display:flex;position:relative}.Manifesto-module__Gk2N4q__aBar{background:var(--blue);transform-origin:top;will-change:transform;width:2px;position:absolute;top:.14em;bottom:.3em;left:0}.Manifesto-module__Gk2N4q__check{color:var(--blue);flex:none;font-size:.72em;transform:translateY(-.06em)}.Manifesto-module__Gk2N4q__aText{overflow-wrap:anywhere;min-width:0}.Manifesto-module__Gk2N4q__aval{color:var(--blue);font-style:normal;font-weight:600}@media (max-width:860px){.Manifesto-module__Gk2N4q__grid{grid-template-columns:1fr;gap:clamp(40px,8vw,60px)}.Manifesto-module__Gk2N4q__p{max-width:none}}@media (prefers-reduced-motion:reduce){.Manifesto-module__Gk2N4q__caret{animation:none;display:none}}
.Trace-module__ccsfbW__sect{padding:var(--sy) 0;background:var(--cream);color:var(--ink);position:relative}.Trace-module__ccsfbW__grid{z-index:1;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:center;gap:clamp(36px,6vw,90px);display:grid;position:relative}.Trace-module__ccsfbW__copy{position:sticky;top:22vh}.Trace-module__ccsfbW__h2{font-family:var(--disp);letter-spacing:-.035em;margin:0 0 22px;font-size:clamp(30px,4.4vw,58px);font-weight:500;line-height:1.03}.Trace-module__ccsfbW__lede{max-width:42ch;color:var(--dim);margin:0 0 26px;font-size:clamp(14.5px,1.2vw,16.5px);line-height:1.62}.Trace-module__ccsfbW__replay{border:1px solid var(--line-2);border-radius:var(--r-pill);color:var(--ink);align-items:center;gap:9px;padding:10px 18px;transition:background .3s,color .3s,border-color .3s;display:inline-flex}.Trace-module__ccsfbW__replay:hover{background:var(--ink);border-color:var(--ink);color:var(--cream)}.Trace-module__ccsfbW__replay:disabled{opacity:.4;cursor:default}.Trace-module__ccsfbW__panel{z-index:1;border-radius:var(--r-lg);transition:box-shadow .6s var(--ease-out);background:linear-gradient(#12141b 0%,#0b0c11 100%);border:1px solid #ffffff14;position:relative;overflow:hidden;box-shadow:0 50px 90px -50px #0b11208c,0 14px 36px -20px #0b112059,inset 0 1px #ffffff0d}.Trace-module__ccsfbW__panel:before{content:"";z-index:-1;filter:blur(26px);opacity:.7;transition:opacity .7s var(--ease-out);background:radial-gradient(58% 46% at 50% 62%,#1559d638,#0000 72%);position:absolute;inset:-10% -6% -16%}.Trace-module__ccsfbW__panel[data-running=false]:before{opacity:1}.Trace-module__ccsfbW__bar{color:#f0ece68c;background:#ffffff04;border-bottom:1px solid #ffffff12;align-items:center;gap:12px;padding:13px 18px;display:flex}.Trace-module__ccsfbW__dots{flex:none;gap:6px;display:inline-flex}.Trace-module__ccsfbW__dots i{background:#2c2c33;border-radius:50%;width:10px;height:10px}.Trace-module__ccsfbW__dots i:first-child{background:#ff5f57}.Trace-module__ccsfbW__dots i:nth-child(2){background:#febc2e}.Trace-module__ccsfbW__dots i:nth-child(3){background:#28c840}.Trace-module__ccsfbW__barTitle{color:#f0ece69e}.Trace-module__ccsfbW__live{color:#f0ece69e;align-items:center;gap:7px;margin-left:auto;display:inline-flex}.Trace-module__ccsfbW__pulse{width:6px;height:6px;animation:Trace-module__ccsfbW__pulse 1.6s var(--ease-io) infinite;background:#3fbf7a;border-radius:50%;box-shadow:0 0 8px #3fbf7ab3}@keyframes Trace-module__ccsfbW__pulse{0%,to{opacity:.25}50%{opacity:1}}.Trace-module__ccsfbW__scan{pointer-events:none;z-index:2;height:120px;animation:Trace-module__ccsfbW__scan 2.4s var(--ease-io) infinite;background:linear-gradient(#0000,#1559d61a 45%,#0000);position:absolute;top:47px;left:0;right:0}@keyframes Trace-module__ccsfbW__scan{0%{opacity:0;transform:translateY(-20px)}30%{opacity:1}to{opacity:0;transform:translateY(340px)}}.Trace-module__ccsfbW__rows{min-height:372px;padding:12px 0 16px}.Trace-module__ccsfbW__row{border-left:2px solid #0000;grid-template-columns:88px minmax(0,1fr);align-items:baseline;gap:14px;padding:7px 18px;display:grid}.Trace-module__ccsfbW__rowFlag{background:#1a6ae81a;border-left-color:#4d90ff}.Trace-module__ccsfbW__rowHold{background:#f59e0b14;border-left-color:#f59e0b}.Trace-module__ccsfbW__verb{font-family:var(--mono);letter-spacing:.13em;color:#f0ece680;font-size:10.5px;font-weight:600}.Trace-module__ccsfbW__rowFlag .Trace-module__ccsfbW__verb{color:#6ea3f2}.Trace-module__ccsfbW__rowHold .Trace-module__ccsfbW__verb{color:#f59e0b}.Trace-module__ccsfbW__detail{font-family:var(--mono);color:#f0ece6e6;overflow-wrap:anywhere;font-size:12.5px;line-height:1.5}.Trace-module__ccsfbW__thinking .Trace-module__ccsfbW__detail{color:#f0ece699}.Trace-module__ccsfbW__caret{background:#4d90ff;width:7px;height:13px;margin-left:3px;animation:1s steps(2,end) infinite Trace-module__ccsfbW__blink;display:inline-block;transform:translateY(2px)}@keyframes Trace-module__ccsfbW__blink{50%{opacity:0}}.Trace-module__ccsfbW__done{color:#f0ece6bf;border-top:1px solid #ffffff14;align-items:center;gap:10px;margin-top:6px;padding:14px 18px 6px;display:flex}.Trace-module__ccsfbW__doneMark{color:#febc2e}@media (max-width:980px){.Trace-module__ccsfbW__grid{grid-template-columns:1fr}.Trace-module__ccsfbW__copy{position:static}.Trace-module__ccsfbW__rows{min-height:340px}.Trace-module__ccsfbW__row{grid-template-columns:74px minmax(0,1fr);gap:10px}}@media (prefers-reduced-motion:reduce){.Trace-module__ccsfbW__caret,.Trace-module__ccsfbW__pulse,.Trace-module__ccsfbW__scan{animation:none}.Trace-module__ccsfbW__scan{display:none}}
.CapabilitiesLab-module__zFoZ1W__lab{padding:var(--sy) 0;position:relative}.CapabilitiesLab-module__zFoZ1W__head{margin-bottom:clamp(30px,5vw,64px)}.CapabilitiesLab-module__zFoZ1W__grid{grid-template-columns:minmax(0,1fr) minmax(0,46%);align-items:stretch;gap:clamp(24px,4vw,72px);display:grid}.CapabilitiesLab-module__zFoZ1W__steps{flex-direction:column;display:flex}.CapabilitiesLab-module__zFoZ1W__step{opacity:.4;min-height:66vh;transition:opacity .5s var(--ease-out);will-change:opacity;flex-direction:column;justify-content:center;display:flex}.CapabilitiesLab-module__zFoZ1W__step[data-active=true]{opacity:1}.CapabilitiesLab-module__zFoZ1W__num{font-family:var(--serif);color:var(--ink);margin-bottom:6px;font-size:clamp(40px,5vw,76px);font-style:italic;line-height:.9}.CapabilitiesLab-module__zFoZ1W__num:after{content:".";color:var(--blue)}.CapabilitiesLab-module__zFoZ1W__title{font-family:var(--disp);letter-spacing:-.03em;margin:0 0 16px;font-size:clamp(26px,3vw,44px);font-weight:500;line-height:1.05}.CapabilitiesLab-module__zFoZ1W__body{color:var(--dim);max-width:46ch;margin:0 0 20px;font-size:clamp(15px,1.2vw,17.5px);line-height:1.6}.CapabilitiesLab-module__zFoZ1W__tag{color:var(--blue);margin:0;font-size:11px}.CapabilitiesLab-module__zFoZ1W__stageWrap{position:relative}.CapabilitiesLab-module__zFoZ1W__stage{height:76vh;position:sticky;top:12vh;overflow:hidden}.CapabilitiesLab-module__zFoZ1W__stage>div{position:absolute!important;inset:-1px!important}.CapabilitiesLab-module__zFoZ1W__stage canvas{width:100%!important;height:100%!important}.CapabilitiesLab-module__zFoZ1W__reducedAll .CapabilitiesLab-module__zFoZ1W__step{opacity:1;min-height:0;padding:clamp(22px,4vh,40px) 0}@media (max-width:980px){.CapabilitiesLab-module__zFoZ1W__grid{grid-template-columns:minmax(0,1fr);gap:0}.CapabilitiesLab-module__zFoZ1W__stageWrap{order:-1;height:auto}.CapabilitiesLab-module__zFoZ1W__stage{height:40vh;top:68px}.CapabilitiesLab-module__zFoZ1W__step{min-height:52vh;padding-top:8px}.CapabilitiesLab-module__zFoZ1W__step:first-child{min-height:30vh}}
.Work-module__hvoUhq__sect{padding:var(--sy) 0;border-top:1px solid var(--line);overflow:hidden}.Work-module__hvoUhq__head{margin-bottom:clamp(40px,5vw,70px)}.Work-module__hvoUhq__orders{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:clamp(20px,2.6vw,36px);display:grid}.Work-module__hvoUhq__order{background:var(--cream-2);border:1px solid var(--line-2);will-change:transform;border-radius:4px;flex-direction:column;padding:clamp(20px,2.2vw,30px);display:flex;position:relative;box-shadow:0 24px 44px -28px #0a0a0c59}.Work-module__hvoUhq__order:after{content:"";border-style:solid;border-width:0 26px 26px 0;border-color:var(--cream) var(--cream) var(--cream-3) var(--cream-3);border-bottom-left-radius:4px;position:absolute;top:0;right:0;box-shadow:-2px 2px 3px #0a0a0c14}.Work-module__hvoUhq__orderHead{color:var(--dim-2);border-bottom:1px dashed var(--line-2);justify-content:space-between;gap:10px;margin-bottom:18px;padding-bottom:14px;font-size:9.5px;display:flex}.Work-module__hvoUhq__kind{text-align:right}.Work-module__hvoUhq__name{font-family:var(--disp);letter-spacing:-.01em;margin:0 0 10px;font-size:clamp(21px,2vw,27px);font-weight:600}.Work-module__hvoUhq__line{color:var(--dim);flex:1;margin:0 0 20px;font-size:clamp(13.5px,1.15vw,15px);line-height:1.6}.Work-module__hvoUhq__systems{gap:9px;margin:0 0 26px;padding:0;list-style:none;display:grid}.Work-module__hvoUhq__systems li{font-family:var(--disp);align-items:center;gap:10px;font-size:14.5px;font-weight:500;display:flex}.Work-module__hvoUhq__check{border:1.5px solid var(--line-2);border-radius:4px;flex:none;width:17px;height:17px;padding:1px}.Work-module__hvoUhq__stamp{color:var(--tint);letter-spacing:.18em;mix-blend-mode:multiply;border:2px solid;border-radius:6px;align-self:flex-end;padding:7px 12px 6px;font-size:10px;position:relative}.Work-module__hvoUhq__stamp:before{content:"";opacity:.7;border:1px dashed;border-radius:3px;position:absolute;inset:3px}@media (max-width:960px){.Work-module__hvoUhq__orders{grid-template-columns:1fr;max-width:560px}.Work-module__hvoUhq__order:nth-child(2){margin-left:18px}.Work-module__hvoUhq__order:nth-child(3){margin-right:18px}}
.Flagship-module__wHVGsq__sect{padding:var(--sy) 0;background:var(--cream);color:var(--ink);position:relative}.Flagship-module__wHVGsq__grid{z-index:1;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:center;gap:clamp(32px,5vw,72px);display:grid;position:relative}.Flagship-module__wHVGsq__lede{max-width:42ch;color:var(--dim);margin:22px 0 26px;font-size:clamp(14.5px,1.2vw,16.5px);line-height:1.62}.Flagship-module__wHVGsq__link{border-bottom:1px solid var(--line-2);align-items:center;gap:8px;padding-bottom:3px;font-weight:500;transition:color .25s,border-color .25s;display:inline-flex}.Flagship-module__wHVGsq__link:hover{color:var(--blue);border-color:var(--blue)}.Flagship-module__wHVGsq__window{z-index:1;border-radius:var(--r-lg);will-change:transform, opacity;background:#fff;border:1px solid #0a0a0c1a;position:relative;overflow:hidden;box-shadow:0 44px 84px -44px #0b112061,0 14px 34px -20px #0b112038}.Flagship-module__wHVGsq__window:before{content:"";z-index:-1;filter:blur(30px);background:radial-gradient(54% 46% at 52% 60%,#1559d629,#0000 72%);position:absolute;inset:-10% -6% -16%}.Flagship-module__wHVGsq__winbar{background:#14161d;border-bottom:1px solid #0003;align-items:center;gap:12px;padding:12px 16px;display:flex}.Flagship-module__wHVGsq__dots{flex:none;gap:6px;display:inline-flex}.Flagship-module__wHVGsq__dots i{border-radius:50%;width:10px;height:10px}.Flagship-module__wHVGsq__dots i:first-child{background:#ff5f57}.Flagship-module__wHVGsq__dots i:nth-child(2){background:#febc2e}.Flagship-module__wHVGsq__dots i:nth-child(3){background:#28c840}.Flagship-module__wHVGsq__url{text-align:center;color:#f0ece680;letter-spacing:.06em;text-transform:none;flex:1;font-size:10.5px}.Flagship-module__wHVGsq__winlive{color:#f0ece68c;flex:none;align-items:center;gap:7px;font-size:10px;display:inline-flex}.Flagship-module__wHVGsq__winpulse{width:6px;height:6px;animation:Flagship-module__wHVGsq__winpulse 1.6s var(--ease-io) infinite;background:#3fbf7a;border-radius:50%;box-shadow:0 0 8px #3fbf7ab3}@keyframes Flagship-module__wHVGsq__winpulse{0%,to{opacity:.25}50%{opacity:1}}.Flagship-module__wHVGsq__shotWrap{background:#f6f7f9;line-height:0;display:block}.Flagship-module__wHVGsq__shot{width:100%;height:auto;display:block}.Flagship-module__wHVGsq__stats{border-top:1px solid var(--line);grid-template-columns:repeat(4,1fr);gap:20px;margin-top:clamp(52px,7vw,92px);padding-top:clamp(32px,4vw,46px);display:grid}.Flagship-module__wHVGsq__stat{flex-direction:column;gap:6px;display:flex}.Flagship-module__wHVGsq__statN{font-family:var(--disp);letter-spacing:-.05em;color:var(--ink);font-variant-numeric:tabular-nums;font-size:clamp(30px,4vw,56px);font-weight:600;line-height:1}.Flagship-module__wHVGsq__stat span:last-child{color:var(--dim)}@media (max-width:860px){.Flagship-module__wHVGsq__grid{grid-template-columns:1fr;gap:clamp(32px,7vw,48px)}.Flagship-module__wHVGsq__stats{grid-template-columns:repeat(2,1fr);gap:26px 16px}}@media (prefers-reduced-motion:reduce){.Flagship-module__wHVGsq__winpulse{animation:none}}
.Tools-module__kYu-FG__sect{padding:var(--sy) 0;background:var(--ink);color:var(--cream);position:relative}.Tools-module__kYu-FG__sect:before{content:"";pointer-events:none;background:radial-gradient(120% 80% at 85% -10%,#1559d629,#0000 60%);position:absolute;inset:0}.Tools-module__kYu-FG__eb{position:relative}.Tools-module__kYu-FG__top{grid-template-columns:1.05fr .95fr;align-items:end;gap:clamp(20px,4vw,56px);margin-top:22px;display:grid}@media (max-width:780px){.Tools-module__kYu-FG__top{grid-template-columns:1fr;gap:18px}}.Tools-module__kYu-FG__h2{font-family:var(--disp);letter-spacing:-.02em;color:var(--cream);margin:0;font-size:clamp(2rem,5.4vw,3.5rem);font-weight:600;line-height:1.02}.Tools-module__kYu-FG__dot{color:var(--blue)}.Tools-module__kYu-FG__lede{color:#f0ece69e;max-width:46ch;margin:0 0 6px;font-size:clamp(1rem,1.6vw,1.12rem);line-height:1.6}.Tools-module__kYu-FG__grid{grid-template-columns:repeat(auto-fill,minmax(232px,1fr));gap:16px;margin-top:clamp(38px,5vw,64px);display:grid}.Tools-module__kYu-FG__card{border:1px solid var(--line-cream);border-radius:var(--r-md);color:var(--cream);min-height:210px;transition:transform .4s var(--ease-out), border-color .3s var(--ease-out), background .3s var(--ease-out);background:#f0ece608;flex-direction:column;gap:12px;padding:26px 24px;display:flex}.Tools-module__kYu-FG__card:hover{background:#1559d614;border-color:#1559d6b3;transform:translateY(-4px)}.Tools-module__kYu-FG__ico{color:#7aabff;background:#1559d629;border-radius:13px;place-items:center;width:46px;height:46px;display:grid}.Tools-module__kYu-FG__ico svg{width:23px;height:23px}.Tools-module__kYu-FG__cname{font-family:var(--disp);font-size:1.16rem;font-weight:600}.Tools-module__kYu-FG__cdesc{color:#f0ece694;font-size:.88rem;line-height:1.55}.Tools-module__kYu-FG__cgo{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:#7aabff;gap:6px;margin-top:auto;font-size:.68rem;display:inline-flex}.Tools-module__kYu-FG__card:hover .Tools-module__kYu-FG__cgo span{transition:transform .25s var(--ease-out);transform:translate(3px)}.Tools-module__kYu-FG__cta{font-family:var(--mono);letter-spacing:.04em;color:var(--cream);border-bottom:1px solid #f0ece64d;align-items:center;gap:10px;margin-top:clamp(36px,5vw,54px);padding-bottom:4px;font-size:.82rem;transition:border-color .3s,color .3s;display:inline-flex}.Tools-module__kYu-FG__cta:hover{color:#7aabff;border-color:#7aabff}
.Stack-module__Eo5vkq__sect{padding:var(--sy) 0;border-top:1px solid var(--line)}.Stack-module__Eo5vkq__head{max-width:760px;margin-bottom:clamp(40px,5vw,66px)}.Stack-module__Eo5vkq__cols{grid-template-columns:minmax(240px,.62fr) minmax(0,1.38fr);align-items:start;gap:clamp(28px,5vw,72px);display:grid}.Stack-module__Eo5vkq__aside{will-change:transform}.Stack-module__Eo5vkq__asideLabel{color:var(--blue);margin:0 0 16px}.Stack-module__Eo5vkq__frame{color:var(--dim);border-left:2px solid var(--blue);max-width:40ch;margin:0;padding-left:16px;font-size:clamp(14.5px,1.2vw,16.5px);line-height:1.62}.Stack-module__Eo5vkq__asideFoot{color:var(--dim-2);align-items:center;gap:9px;margin:22px 0 0;display:inline-flex}.Stack-module__Eo5vkq__liveDot{background:#2e8b57;border-radius:50%;width:7px;height:7px;box-shadow:0 0 8px #2e8b5799}.Stack-module__Eo5vkq__endline{color:var(--dim-2);margin:0;padding:clamp(16px,2vw,24px) clamp(14px,2vw,24px) 0}.Stack-module__Eo5vkq__wrap{padding-left:26px;position:relative}@media (max-width:980px){.Stack-module__Eo5vkq__cols{grid-template-columns:1fr}}.Stack-module__Eo5vkq__rail{background:var(--line);width:1px;height:100%;position:absolute;top:0;left:0}.Stack-module__Eo5vkq__railFill{background:var(--blue);transform-origin:top;will-change:transform;width:100%;height:100%;display:block;transform:scaleY(0)}.Stack-module__Eo5vkq__row{border-top:1px solid var(--line);border-radius:var(--r-sm);transition:background .4s var(--ease-io), color .4s var(--ease-io);grid-template-columns:18px 56px minmax(0,1fr) minmax(0,1.2fr) auto;align-items:center;gap:clamp(12px,2.2vw,30px);padding:clamp(18px,2.4vw,28px) clamp(16px,2vw,26px);display:grid}.Stack-module__Eo5vkq__pulse{background:#2e8b57;border-radius:50%;align-self:center;width:8px;height:8px;animation:2.6s ease-out infinite Stack-module__Eo5vkq__stack-pulse;box-shadow:0 0 #2e8b5780}.Stack-module__Eo5vkq__pulse:first-of-type{animation-delay:0s}@keyframes Stack-module__Eo5vkq__stack-pulse{0%{box-shadow:0 0 #2e8b5780}70%{box-shadow:0 0 0 8px #2e8b5700}to{box-shadow:0 0 #2e8b5700}}@media (prefers-reduced-motion:reduce){.Stack-module__Eo5vkq__pulse{animation:none}}.Stack-module__Eo5vkq__row:last-child{border-bottom:1px solid var(--line)}@media (hover:hover){.Stack-module__Eo5vkq__row:hover{background:var(--ink);color:var(--cream)}.Stack-module__Eo5vkq__row:hover .Stack-module__Eo5vkq__body{color:#f0ece6ad}.Stack-module__Eo5vkq__row:hover .Stack-module__Eo5vkq__tag,.Stack-module__Eo5vkq__row:hover .Stack-module__Eo5vkq__idx{color:var(--cream)}}.Stack-module__Eo5vkq__row:focus-visible{background:var(--ink);color:var(--cream)}.Stack-module__Eo5vkq__idx{font-family:var(--mono);letter-spacing:.1em;color:var(--blue);font-size:10.5px;transition:color .4s}.Stack-module__Eo5vkq__title{font-family:var(--disp);letter-spacing:-.025em;margin:0;font-size:clamp(17px,1.7vw,24px);font-weight:500}.Stack-module__Eo5vkq__body{color:var(--dim);margin:0;font-size:14px;line-height:1.55;transition:color .4s}.Stack-module__Eo5vkq__tag{border:1px solid var(--line);background:color-mix(in srgb, var(--cream-2) 80%, transparent);font-family:var(--mono);letter-spacing:.09em;color:var(--dim);white-space:nowrap;border-radius:999px;align-items:center;gap:7px;padding:5px 11px 5px 10px;font-size:9.5px;transition:background .4s,border-color .4s,color .4s;display:inline-flex}.Stack-module__Eo5vkq__tag:before{content:"";background:var(--blue);border-radius:50%;flex:none;width:5px;height:5px}.Stack-module__Eo5vkq__row:hover .Stack-module__Eo5vkq__tag,.Stack-module__Eo5vkq__row:focus-visible .Stack-module__Eo5vkq__tag{color:var(--cream);background:#ffffff14;border-color:#ffffff38}@media (max-width:980px){.Stack-module__Eo5vkq__row{grid-template-columns:16px 44px minmax(0,1fr);align-items:start}.Stack-module__Eo5vkq__pulse{margin-top:9px}.Stack-module__Eo5vkq__title,.Stack-module__Eo5vkq__body,.Stack-module__Eo5vkq__tag{grid-column:3}.Stack-module__Eo5vkq__tag{justify-self:start;margin-top:10px}}
.Process-module__MDuI_q__sect{padding:var(--sy) 0;border-top:1px solid var(--line)}.Process-module__MDuI_q__sect h2{margin-bottom:clamp(48px,6vw,84px)}.Process-module__MDuI_q__board{position:relative}.Process-module__MDuI_q__rail{background:var(--line);border-radius:1px;height:2px;margin-bottom:44px;position:relative}.Process-module__MDuI_q__railFill{background:var(--blue);transform-origin:0;will-change:transform;border-radius:1px;position:absolute;inset:0}.Process-module__MDuI_q__steps{grid-template-columns:repeat(4,1fr);align-items:start;gap:clamp(20px,3vw,44px);margin:0;padding:0;list-style:none;display:grid}.Process-module__MDuI_q__step{position:relative}.Process-module__MDuI_q__step:nth-child(2){margin-top:34px}.Process-module__MDuI_q__step:nth-child(3){margin-top:68px}.Process-module__MDuI_q__step:nth-child(4){margin-top:102px}.Process-module__MDuI_q__node{background:radial-gradient(circle, var(--blue) 0 2.5px, var(--cream) 3.2px);border:2px solid var(--blue);border-radius:50%;width:12px;height:12px;position:absolute;top:-50px;left:1px;box-shadow:0 0 0 4px #1a6ae814}.Process-module__MDuI_q__node:after{content:"";background:var(--line-2);width:1px;height:34px;position:absolute;top:12px;left:50%}.Process-module__MDuI_q__step:nth-child(2) .Process-module__MDuI_q__node{top:-84px}.Process-module__MDuI_q__step:nth-child(2) .Process-module__MDuI_q__node:after{height:68px}.Process-module__MDuI_q__step:nth-child(3) .Process-module__MDuI_q__node{top:-118px}.Process-module__MDuI_q__step:nth-child(3) .Process-module__MDuI_q__node:after{height:102px}.Process-module__MDuI_q__step:nth-child(4) .Process-module__MDuI_q__node{background:radial-gradient(circle, #2e8b57 0 2.5px, var(--cream) 3.2px);border-color:#2e8b57;animation:2.6s ease-out infinite Process-module__MDuI_q__proc-live;top:-152px;box-shadow:0 0 #2e8b5780}.Process-module__MDuI_q__step:nth-child(4) .Process-module__MDuI_q__node:after{height:136px}@keyframes Process-module__MDuI_q__proc-live{0%{box-shadow:0 0 #2e8b5780}70%{box-shadow:0 0 0 9px #2e8b5700}to{box-shadow:0 0 #2e8b5700}}@media (prefers-reduced-motion:reduce){.Process-module__MDuI_q__step:nth-child(4) .Process-module__MDuI_q__node{animation:none}}.Process-module__MDuI_q__when{font-family:var(--serif);letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(28px,2.9vw,46px);line-height:1;display:block}.Process-module__MDuI_q__idx{letter-spacing:.12em;color:var(--dim-2);margin-bottom:10px;font-size:10px;display:block}.Process-module__MDuI_q__title{font-family:var(--disp);letter-spacing:-.025em;margin:0 0 8px;font-size:clamp(19px,1.8vw,25px);font-weight:500}.Process-module__MDuI_q__body{color:var(--dim);max-width:30ch;margin:0;font-size:14.5px;line-height:1.6}@media (max-width:860px){.Process-module__MDuI_q__rail{display:none}.Process-module__MDuI_q__steps{border-left:2px solid var(--line);grid-template-columns:1fr;gap:34px;padding-left:26px}.Process-module__MDuI_q__step:nth-child(n){margin-top:0}.Process-module__MDuI_q__node,.Process-module__MDuI_q__step:nth-child(n) .Process-module__MDuI_q__node{top:6px;left:-33px}.Process-module__MDuI_q__node:after,.Process-module__MDuI_q__step:nth-child(n) .Process-module__MDuI_q__node:after{display:none}}
.Gulf-module__Hz4ISq__sect{padding:var(--sy) 0;border-top:1px solid var(--line);overflow:hidden}.Gulf-module__Hz4ISq__cols{grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);align-items:start;gap:clamp(36px,5vw,84px);display:grid}.Gulf-module__Hz4ISq__intro{position:sticky;top:16vh}.Gulf-module__Hz4ISq__lede{color:var(--dim);max-width:38ch;margin:22px 0 0;font-size:clamp(14.5px,1.2vw,16.5px);line-height:1.65}.Gulf-module__Hz4ISq__introFoot{color:var(--dim-2);margin:26px 0 0;display:block}.Gulf-module__Hz4ISq__sheet{grid-template-columns:1fr 1fr;gap:clamp(22px,3vw,44px) clamp(18px,2.6vw,40px);display:grid}.Gulf-module__Hz4ISq__sheet>:nth-child(2),.Gulf-module__Hz4ISq__sheet>:nth-child(4){margin-top:44px}.Gulf-module__Hz4ISq__sheet>:nth-child(3){margin-left:18px}.Gulf-module__Hz4ISq__sheet>:nth-child(6){margin-top:44px;margin-right:12px}.Gulf-module__Hz4ISq__stamp{color:var(--ink-3);will-change:transform;mix-blend-mode:multiply;background:0 0;border:2px solid;padding:clamp(18px,2vw,26px) clamp(18px,2vw,26px) clamp(14px,1.6vw,20px);position:relative}.Gulf-module__Hz4ISq__stamp:before{content:"";border-radius:inherit;opacity:.75;pointer-events:none;border:1px dashed;position:absolute;inset:5px}.Gulf-module__Hz4ISq__rect{border-radius:6px}.Gulf-module__Hz4ISq__round{border-radius:22px}.Gulf-module__Hz4ISq__pill{border-radius:20px 60px/40px 24px}.Gulf-module__Hz4ISq__blue{color:var(--blue)}.Gulf-module__Hz4ISq__green{color:#256e46}.Gulf-module__Hz4ISq__serial{letter-spacing:.16em;opacity:.85;margin-bottom:12px;font-size:10px;display:block}.Gulf-module__Hz4ISq__title{font-family:var(--disp);letter-spacing:.02em;text-transform:uppercase;margin:0 0 10px;font-size:clamp(16px,1.55vw,21px);font-weight:700;line-height:1.15}.Gulf-module__Hz4ISq__line{color:var(--dim);margin:0 0 14px;font-size:clamp(13px,1.15vw,14.5px);line-height:1.55}.Gulf-module__Hz4ISq__cleared{letter-spacing:.2em;opacity:.7;text-align:right;font-size:9.5px;display:block}@media (max-width:980px){.Gulf-module__Hz4ISq__cols{grid-template-columns:1fr}.Gulf-module__Hz4ISq__intro{position:static}}@media (max-width:640px){.Gulf-module__Hz4ISq__sheet{grid-template-columns:1fr;gap:22px}.Gulf-module__Hz4ISq__sheet>:nth-child(n){margin:0}.Gulf-module__Hz4ISq__sheet>:nth-child(2n){margin-left:14px}}
.About-module__RHteCa__sect{padding:var(--sy) 0;border-top:1px solid var(--line)}.About-module__RHteCa__grid{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);align-items:center;gap:clamp(40px,6vw,96px);display:grid}.About-module__RHteCa__lineWrap{overflow:hidden}.About-module__RHteCa__line{font-family:var(--disp);letter-spacing:-.012em;will-change:transform;max-width:26ch;margin:0 0 .42em;font-size:clamp(22px,3vw,42px);font-weight:400;line-height:1.22}.About-module__RHteCa__idx{color:var(--blue);vertical-align:super;margin-right:14px;font-size:11px}.About-module__RHteCa__mean{white-space:nowrap;text-decoration:underline;-webkit-text-decoration-color:var(--blue);text-decoration-color:var(--blue);text-underline-offset:.14em;text-decoration-thickness:.1em}.About-module__RHteCa__badgeWrap{perspective:900px;justify-self:end;width:min(100%,360px)}.About-module__RHteCa__badge{background:var(--cream-2);border:1px solid var(--line-2);border-radius:var(--r-lg);transform-style:preserve-3d;will-change:transform;padding:30px 26px 22px;position:relative;box-shadow:0 30px 60px -30px #0a0a0c59,inset 0 2px #fff9}.About-module__RHteCa__hole{background:var(--cream);border:1px solid var(--line-2);border-radius:5px;width:42px;height:9px;position:absolute;top:12px;left:50%;transform:translate(-50%);box-shadow:inset 0 2px 3px #0a0a0c33}.About-module__RHteCa__badgeHead{border-bottom:1px solid var(--line);align-items:center;gap:14px;margin:14px 0 20px;padding-bottom:18px;display:flex}.About-module__RHteCa__badgeHead img{width:44px;height:auto}.About-module__RHteCa__badgeBrand{font-family:var(--brand);letter-spacing:.04em;font-size:15px;display:block}.About-module__RHteCa__badgeSub{color:var(--dim-2);margin-top:5px;font-size:9px;display:block}.About-module__RHteCa__rows{gap:12px;margin:0;display:grid}.About-module__RHteCa__rows>div{grid-template-columns:82px 1fr;align-items:baseline;gap:12px;display:grid}.About-module__RHteCa__rows dt{color:var(--dim-2);font-size:9.5px}.About-module__RHteCa__rows dd{font-family:var(--disp);margin:0;font-size:15.5px;font-weight:600}.About-module__RHteCa__dotSep{color:var(--blue)}.About-module__RHteCa__barcode{background:repeating-linear-gradient(90deg, var(--ink) 0 2px, transparent 2px 5px, var(--ink) 5px 6px, transparent 6px 11px, var(--ink) 11px 14px, transparent 14px 17px);opacity:.82;border-radius:2px;height:34px;margin:20px 0 12px}.About-module__RHteCa__badgeFoot{color:var(--dim-2);text-align:center;font-size:9px;display:block}@media (max-width:900px){.About-module__RHteCa__grid{grid-template-columns:1fr}.About-module__RHteCa__badgeWrap{justify-self:start}}
.Contact-module__DIbnYa__sect{padding:calc(var(--sy) * .9) 0;background:var(--ink);color:var(--cream);position:relative;overflow:hidden}.Contact-module__DIbnYa__sect:before{content:"";pointer-events:none;background-image:linear-gradient(#1a6ae80d 1px,#0000 1px),linear-gradient(90deg,#1a6ae80d 1px,#0000 1px);background-size:44px 44px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(at 50% 40%,#000,#0000 78%);mask-image:radial-gradient(at 50% 40%,#000,#0000 78%)}.Contact-module__DIbnYa__inner{z-index:1;position:relative}.Contact-module__DIbnYa__h{font-family:var(--disp);letter-spacing:-.012em;overflow-wrap:break-word;max-width:16ch;margin:0 0 clamp(36px,5vw,64px);font-size:clamp(34px,6.2vw,92px);font-weight:500;line-height:1}.Contact-module__DIbnYa__grid{grid-template-columns:minmax(0,1fr);align-items:stretch;gap:40px;display:grid}@media (min-width:992px){.Contact-module__DIbnYa__grid{grid-template-columns:1fr 1.25fr;gap:56px}}.Contact-module__DIbnYa__left{flex-direction:column;justify-content:center;gap:16px;display:flex}.Contact-module__DIbnYa__btns{flex-wrap:wrap;gap:10px;margin-bottom:14px;display:flex}.Contact-module__DIbnYa__infoCard{border-radius:var(--r-md);transition:transform .4s var(--ease-out), box-shadow .4s var(--ease-out), border-color .4s var(--ease-out);background:linear-gradient(145deg,#f0ece60a 0%,#f0ece603 100%);border:1px solid #f0ece614;padding:20px;position:relative;overflow:hidden}.Contact-module__DIbnYa__infoCard:before{content:"";background:var(--blue);opacity:.6;width:3px;height:100%;position:absolute;top:0;left:0}.Contact-module__DIbnYa__infoCard.Contact-module__DIbnYa__green:before{background:#22c55e}.Contact-module__DIbnYa__infoCard:hover{border-color:#1a6ae859;transform:translateY(-4px);box-shadow:0 15px 30px -12px #1a6ae82e}.Contact-module__DIbnYa__infoCard.Contact-module__DIbnYa__green:hover{border-color:#22c55e59;box-shadow:0 15px 30px -12px #22c55e26}.Contact-module__DIbnYa__infoTitle{font-family:var(--mono);letter-spacing:.1em;color:var(--cream);text-transform:uppercase;align-items:center;gap:8px;margin:0 0 8px;font-size:11.5px;display:flex}.Contact-module__DIbnYa__infoBody{color:#f0ece6ad;margin:0;font-size:clamp(13.5px,1.4vw,15px);line-height:1.7}.Contact-module__DIbnYa__loc{color:#f0ece6ad;margin:6px 0 0}.Contact-module__DIbnYa__chromeWin{background:var(--ink-2);border-radius:var(--r-lg);border:1px solid #f0ece617;flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 100px -20px #000000d9}.Contact-module__DIbnYa__chromeHead{z-index:5;background:linear-gradient(#1d1d23 0%,#131318 100%);border-bottom:1px solid #f0ece60d;align-items:flex-end;padding:12px clamp(12px,4vw,20px) 0;display:flex;position:relative;overflow:hidden}.Contact-module__DIbnYa__tabs{scrollbar-width:none;gap:4px;max-width:100%;padding-bottom:1px;display:flex;overflow-x:auto}.Contact-module__DIbnYa__tabs::-webkit-scrollbar{display:none}.Contact-module__DIbnYa__tab{border-radius:var(--r-sm) var(--r-sm) 0 0;font-family:var(--body);color:#f0ece6ad;cursor:pointer;white-space:nowrap;background:#f0ece608;border:1px solid #0000;flex-shrink:0;padding:12px clamp(10px,2.5vw,24px);font-size:clamp(11.5px,3vw,13px);font-weight:600;transition:color .2s,background .2s;position:relative}.Contact-module__DIbnYa__tab:hover:not(.Contact-module__DIbnYa__tabActive){color:#f0ece6bf;background:#f0ece60d}.Contact-module__DIbnYa__tabActive{background:var(--ink-2);border:1px solid #f0ece612;border-bottom:1px solid var(--ink-2);color:var(--cream);z-index:2;margin-bottom:-1px}.Contact-module__DIbnYa__winBody{z-index:20;flex-direction:column;flex:1;padding:clamp(16px,3vw,24px);display:flex;position:relative}.Contact-module__DIbnYa__inputRow{grid-template-columns:minmax(0,1fr);gap:16px;display:grid}@media (min-width:640px){.Contact-module__DIbnYa__inputRow{grid-template-columns:1fr 1fr}}.Contact-module__DIbnYa__label{font-family:var(--mono);color:#f0ece6ad;letter-spacing:.05em;text-transform:uppercase;z-index:5;justify-content:space-between;gap:8px;margin-bottom:6px;font-size:11px;display:flex;position:relative}.Contact-module__DIbnYa__err{color:#ef4444}.Contact-module__DIbnYa__count{opacity:.5}.Contact-module__DIbnYa__input{border-radius:var(--r-sm);width:100%;color:var(--cream);font-family:var(--body);z-index:5;background:#f0ece608;border:1px solid #f0ece61a;outline:none;min-height:44px;padding:12px 16px;font-size:14px;transition:border-color .3s,background .3s,box-shadow .3s,transform .3s;position:relative;box-shadow:inset 0 2px 4px #00000026}.Contact-module__DIbnYa__input:focus{border-color:var(--blue);background:#1a6ae80d;transform:translateY(-1px);box-shadow:0 0 0 4px #1a6ae829,inset 0 2px 4px #00000026}.Contact-module__DIbnYa__input::placeholder{color:#f0ece6ad}.Contact-module__DIbnYa__inputError{background:#ef444408;border-color:#ef4444}.Contact-module__DIbnYa__countryWrap{position:relative}.Contact-module__DIbnYa__flagBox{pointer-events:none;z-index:6;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;bottom:10px;left:12px}.Contact-module__DIbnYa__flagBox img{border-radius:2px}.Contact-module__DIbnYa__dropdown{overscroll-behavior:contain;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--r-sm);z-index:100;background:#131318f5;border:1px solid #1a6ae859;max-height:220px;margin-top:8px;position:absolute;top:100%;left:0;right:0;overflow-y:scroll;box-shadow:0 20px 40px #000000bf}.Contact-module__DIbnYa__dropdown::-webkit-scrollbar{width:8px}.Contact-module__DIbnYa__dropdown::-webkit-scrollbar-track{background:#0006;border-radius:8px;margin:4px}.Contact-module__DIbnYa__dropdown::-webkit-scrollbar-thumb{background:#1a6ae866;border:2px solid #131318f2;border-radius:8px}.Contact-module__DIbnYa__dropdown::-webkit-scrollbar-thumb:hover{background:var(--blue)}.Contact-module__DIbnYa__dropItem{cursor:pointer;border-bottom:1px solid #f0ece60d;align-items:center;gap:12px;padding:12px 16px;font-size:13px;transition:background .2s;display:flex}.Contact-module__DIbnYa__dropItem:hover{background:#1a6ae81f}.Contact-module__DIbnYa__dropItem img{border-radius:2px}.Contact-module__DIbnYa__dropCode{opacity:.5;margin-right:6px}.Contact-module__DIbnYa__dropDial{font-family:var(--mono);color:var(--blue);margin-left:auto;font-size:11px}.Contact-module__DIbnYa__dropEmpty{color:#f0ece6ad;text-align:center;padding:16px;font-size:12px}.Contact-module__DIbnYa__dropZone{border-radius:var(--r-md);background:#f0ece604;border:2px dashed #f0ece61f;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:150px;transition:border-color .3s,background .3s;display:flex;position:relative;overflow:hidden}.Contact-module__DIbnYa__dropZone.Contact-module__DIbnYa__dragging{border-color:var(--blue);background:#1a6ae80f}.Contact-module__DIbnYa__dropZone.Contact-module__DIbnYa__sizeErr{background:#ef444408;border-color:#ef4444}.Contact-module__DIbnYa__fileInput{opacity:0;cursor:pointer;z-index:10;width:100%;position:absolute;inset:0}.Contact-module__DIbnYa__dropInner{pointer-events:none;text-align:center;flex-direction:column;align-items:center;gap:12px;padding:16px;display:flex}.Contact-module__DIbnYa__dropLine{color:#f0ece6ad;margin:0;font-size:14px;font-weight:500}.Contact-module__DIbnYa__dropFile{color:var(--cream)}.Contact-module__DIbnYa__dropSize{color:var(--blue);font-size:12px;font-family:var(--mono)}.Contact-module__DIbnYa__shredWrap{text-align:center;pointer-events:none;flex-direction:column;align-items:center;gap:6px;padding:16px;display:flex}.Contact-module__DIbnYa__shredDoc{animation:.7s ease-in forwards Contact-module__DIbnYa__shredDocFeed}@keyframes Contact-module__DIbnYa__shredDocFeed{0%{opacity:1;transform:translateY(-12px)rotate(0)}35%{opacity:1;transform:translateY(0)rotate(-3deg)}65%{opacity:.7;transform:translateY(8px)rotate(1deg)scaleY(.6)}to{opacity:0;transform:translateY(14px)rotate(0)scaleY(.15)}}.Contact-module__DIbnYa__shredTeeth{background:repeating-linear-gradient(90deg,#ef4444 0 5px,#0000 5px 9px);border-radius:1px;width:65%;height:6px;animation:.25s ease-out .35s both Contact-module__DIbnYa__shredTeethIn;box-shadow:0 0 12px #ef44444d}@keyframes Contact-module__DIbnYa__shredTeethIn{0%{opacity:0;transform:scaleX(.4)}to{opacity:1;transform:scaleX(1)}}.Contact-module__DIbnYa__shredStrips{justify-content:center;gap:3px;min-height:42px;display:flex}.Contact-module__DIbnYa__shredStrip{background:linear-gradient(#ef4444,#ef444426);border-radius:0 0 2px 2px;width:3px;height:0;animation:.8s ease-in forwards Contact-module__DIbnYa__shredStripFall}@keyframes Contact-module__DIbnYa__shredStripFall{0%{opacity:.9;height:0}40%{opacity:.7;height:22px}to{opacity:0;height:42px}}.Contact-module__DIbnYa__shredMsg{color:#ef4444;font-family:var(--mono);letter-spacing:.15em;margin:0;font-size:11px;font-weight:800;animation:.4s ease-out 1.1s both Contact-module__DIbnYa__shredMsgIn}@keyframes Contact-module__DIbnYa__shredMsgIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.Contact-module__DIbnYa__sizeBarWrap{width:100%;max-width:220px}.Contact-module__DIbnYa__sizeBarTrack{background:#f0ece61a;border-radius:2px;width:100%;height:4px;margin-bottom:8px;overflow:hidden}.Contact-module__DIbnYa__sizeBar{background:linear-gradient(90deg,#ef4444,#f87171);border-radius:2px;width:100%;height:100%;animation:1.2s ease-in-out infinite Contact-module__DIbnYa__sizeBarPulse}@keyframes Contact-module__DIbnYa__sizeBarPulse{0%,to{opacity:1;box-shadow:0 0 4px #ef44444d}50%{opacity:.7;box-shadow:0 0 10px #ef444499}}.Contact-module__DIbnYa__sizeMsg{color:#ef4444;font-family:var(--mono);letter-spacing:.08em;margin:0;font-size:10px;font-weight:800}.Contact-module__DIbnYa__rocketBtn{border-radius:var(--r-sm);color:#6ea3f2;width:100%;min-height:50px;font-family:var(--mono);letter-spacing:.1em;cursor:pointer;background:#1a6ae81a;border:1px solid #1a6ae873;justify-content:center;align-items:center;gap:12px;margin-top:auto;font-size:13px;font-weight:800;transition:background .3s,color .3s,border-color .3s,box-shadow .3s,transform .3s;display:flex;position:relative;overflow:hidden}.Contact-module__DIbnYa__rocketBtn:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(90deg,#0000,#f0ece624,#0000);width:50%;height:100%;animation:4s ease-in-out infinite Contact-module__DIbnYa__shimmer;position:absolute;top:0;left:-100%;transform:skew(-20deg)}@keyframes Contact-module__DIbnYa__shimmer{0%{left:-100%}20%{left:200%}to{left:200%}}.Contact-module__DIbnYa__rocketBtn:hover:not(:disabled){background:var(--blue);color:var(--cream-2);border-color:var(--blue);transform:translateY(-2px);box-shadow:0 0 30px #1a6ae873}.Contact-module__DIbnYa__rocketBtn:active:not(:disabled){transform:translateY(0)}.Contact-module__DIbnYa__rocketBtn:disabled{opacity:.5;cursor:not-allowed;color:#f0ece6ad;background:#f0ece608;border-color:#f0ece6ad}.Contact-module__DIbnYa__rocketContent{z-index:2;align-items:center;gap:12px;display:flex;position:relative}.Contact-module__DIbnYa__success{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px 0;display:flex}.Contact-module__DIbnYa__successH{font-family:var(--disp);color:var(--cream);margin:0 0 12px;font-size:24px;font-weight:500}.Contact-module__DIbnYa__successP{color:#f0ece6ad;max-width:340px;margin:0;font-size:clamp(14px,1.5vw,15px);line-height:1.6}.Contact-module__DIbnYa__errBanner{color:#f2b8b5;border-radius:var(--r-sm);background:#ef44440f;border:1px solid #ef444466;padding:10px 14px;font-size:13px;line-height:1.5}.Contact-module__DIbnYa__trapOverlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:50;text-align:center;background:#0a0a0cf2;flex-direction:column;justify-content:center;align-items:center;padding:clamp(20px,4vw,40px);display:flex;position:absolute;inset:0}.Contact-module__DIbnYa__trapH{font-family:var(--disp);color:var(--cream);margin:0 0 12px;font-size:28px;font-weight:500}.Contact-module__DIbnYa__trapP{font-family:var(--mono);color:#f0ece6ad;max-width:320px;margin:0 0 32px;font-size:clamp(12px,1.5vw,13px);line-height:1.6}.Contact-module__DIbnYa__honeypot{opacity:0;position:absolute;top:-9999px;left:-9999px}.Contact-module__DIbnYa__turnstileRow{z-index:5;justify-content:center;margin-top:12px;display:flex;position:relative}.Contact-module__DIbnYa__careersIntro{margin-bottom:4px}.Contact-module__DIbnYa__careersH{color:var(--cream);font-family:var(--disp);margin:0 0 4px;font-size:18px;font-weight:500}.Contact-module__DIbnYa__careersP{color:#f0ece6ad;margin:0;font-size:clamp(13px,1.5vw,14px);line-height:1.6}.Contact-module__DIbnYa__careersMax{color:#f0ece6ad;font-family:var(--mono);font-size:11px}.Contact-module__DIbnYa__subIntro{text-align:center;margin-bottom:32px}.Contact-module__DIbnYa__subH{font-family:var(--disp);color:var(--cream);margin:12px 0;font-size:24px;font-weight:500}.Contact-module__DIbnYa__subP{color:#f0ece6ad;margin:0;font-size:clamp(14px,1.5vw,15px);line-height:1.6}.Contact-module__DIbnYa__subForm{text-align:center;flex-direction:column;flex:1;justify-content:center;width:100%;max-width:400px;margin:auto;display:flex}.Contact-module__DIbnYa__subFields{text-align:left;flex-direction:column;gap:16px;display:flex}@media (prefers-reduced-motion:reduce){.Contact-module__DIbnYa__rocketBtn:before,.Contact-module__DIbnYa__sizeBar{animation:none}}
.Footer-module__KWgBSG__foot{background:var(--ink);position:relative}.Footer-module__KWgBSG__foot>.shell{z-index:1;color:var(--cream);padding:clamp(48px,6vw,76px) 0 26px;position:relative;overflow:hidden}.Footer-module__KWgBSG__row{border-bottom:1px solid var(--line-cream);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding-bottom:30px;display:flex}.Footer-module__KWgBSG__brand{align-items:center;gap:11px;display:inline-flex}.Footer-module__KWgBSG__mark{width:32px;height:auto;display:block}.Footer-module__KWgBSG__brand span:last-child{color:#f0ece6ad}.Footer-module__KWgBSG__links{flex-wrap:wrap;gap:26px;display:flex}.Footer-module__KWgBSG__links a,.Footer-module__KWgBSG__links button{color:#f0ece6ad;cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit;font-size:13.5px;transition:color .25s}.Footer-module__KWgBSG__links a:hover,.Footer-module__KWgBSG__links button:hover{color:var(--cream)}.Footer-module__KWgBSG__copy{color:#f0ece6ad}.Footer-module__KWgBSG__bottom{color:#f0ece6ad;flex-wrap:wrap;justify-content:space-between;gap:16px;padding-top:22px;display:flex}.Footer-module__KWgBSG__wordmark:after{content:"BREV"}.Footer-module__KWgBSG__clock .Footer-module__KWgBSG__open{color:#7fa8f0;font-style:normal}.Footer-module__KWgBSG__wordmark{will-change:transform, opacity;width:100%;font-family:var(--brand);letter-spacing:.02em;color:#f0ece60f;-webkit-user-select:none;user-select:none;text-align:center;margin-top:18px;margin-bottom:-.14em;font-size:clamp(56px,16vw,230px);font-weight:400;line-height:.84;display:block}@media (max-width:700px){.Footer-module__KWgBSG__row{justify-content:flex-start}}
