.ThemeToggle-module__3b5zuq__toggle{border:1px solid var(--hairline-strong);cursor:pointer;background:0 0;border-radius:20px;flex:none;width:46px;height:26px;padding:0;transition:background .2s;position:relative}.ThemeToggle-module__3b5zuq__knob{background:var(--accent-soft);color:#140a16;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;transition:left .22s,right .22s;display:flex;position:absolute;top:2px}:root[data-theme=dark] .ThemeToggle-module__3b5zuq__knob{right:2px}:root[data-theme=light] .ThemeToggle-module__3b5zuq__knob{left:2px}
.Nav-module__e1xquq__nav{z-index:50;background:linear-gradient(var(--nav-fade), transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);justify-content:space-between;align-items:center;padding:20px clamp(20px,6vw,64px);display:flex;position:sticky;top:0}.Nav-module__e1xquq__brand{letter-spacing:-.01em;align-items:center;gap:10px;font-size:16px;font-weight:700;display:flex}.Nav-module__e1xquq__mark{background:var(--accent);width:9px;height:9px;box-shadow:0 0 12px 2px var(--glow);border-radius:50%;flex:none}.Nav-module__e1xquq__right{align-items:center;gap:clamp(14px,3vw,28px);display:flex}.Nav-module__e1xquq__links{color:var(--muted);align-items:center;gap:26px;font-size:14px;display:flex}.Nav-module__e1xquq__links a:hover,.Nav-module__e1xquq__linkBtn:hover{color:var(--ink)}.Nav-module__e1xquq__linkBtn{font:inherit;color:var(--muted);cursor:pointer;background:0 0;border:none;margin:0;padding:0;font-size:14px;transition:color .2s}.Nav-module__e1xquq__cta{color:var(--ink);border:1px solid var(--hairline-strong);cursor:pointer;background:0 0;border-radius:9px;padding:9px 17px;font-family:inherit;font-size:14px;transition:border-color .2s}.Nav-module__e1xquq__cta:hover{border-color:var(--accent)}@media (max-width:640px){.Nav-module__e1xquq__links{display:none}}
.SpotlightGrid-module__uKtekq__grid{z-index:1;pointer-events:none;--mx:72%;--my:34%;background-image:radial-gradient(circle,#e8a6d41a 1px,#0000 1.7px);background-size:26px 26px;position:absolute;inset:0;-webkit-mask:radial-gradient(135% 125% at 64% 28%,#000 36%,#0000 86%);mask:radial-gradient(135% 125% at 64% 28%,#000 36%,#0000 86%)}:root[data-theme=light] .SpotlightGrid-module__uKtekq__grid{background-image:radial-gradient(circle,#b13d8a1f 1px,#0000 1.7px)}.SpotlightGrid-module__uKtekq__glow{background:radial-gradient(300px circle at var(--mx) var(--my), #d96fb52e, transparent 60%);position:absolute;inset:0}:root[data-theme=light] .SpotlightGrid-module__uKtekq__glow{background:radial-gradient(300px circle at var(--mx) var(--my), #b13d8a1a, transparent 60%)}.SpotlightGrid-module__uKtekq__bright{-webkit-mask:radial-gradient(240px circle at var(--mx) var(--my), #000 0%, transparent 62%);-webkit-mask:radial-gradient(240px circle at var(--mx) var(--my), #000 0%, transparent 62%);mask:radial-gradient(240px circle at var(--mx) var(--my), #000 0%, transparent 62%);background-image:radial-gradient(circle,#e8a6d4d9 1.5px,#0000 2.1px);background-size:26px 26px;position:absolute;inset:0}:root[data-theme=light] .SpotlightGrid-module__uKtekq__bright{background-image:radial-gradient(circle,#b13d8ae6 1.5px,#0000 2.1px)}
.Terminal-module__I9DGBG__term{width:100%;max-width:470px;font-family:var(--mono);background:linear-gradient(160deg,#1b1020,#120a15);border:1px solid #ffffff1f;border-radius:14px;justify-self:center;margin-inline:auto;overflow:hidden;box-shadow:0 30px 70px #00000080}.Terminal-module__I9DGBG__bar{background:#0e0a12;border-bottom:1px solid #ffffff14;align-items:center;gap:7px;padding:11px 14px;display:flex}.Terminal-module__I9DGBG__dot{background:#3a3640;border-radius:50%;width:10px;height:10px}.Terminal-module__I9DGBG__title{letter-spacing:.06em;color:#7c7186;margin-left:10px;font-size:11px}.Terminal-module__I9DGBG__body{color:#cdbfce;height:250px;padding:18px 18px 22px;font-size:13px;line-height:1.85}.Terminal-module__I9DGBG__line{white-space:nowrap;align-items:baseline;gap:10px;animation:.25s both Terminal-module__I9DGBG__appear;display:flex}@keyframes Terminal-module__I9DGBG__appear{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.Terminal-module__I9DGBG__prompt{color:#e8a6d4}.Terminal-module__I9DGBG__cmd{color:#f4eef4}.Terminal-module__I9DGBG__check{color:#e8a6d4}.Terminal-module__I9DGBG__okText{color:#f4eef4}.Terminal-module__I9DGBG__runLabel{color:#9c8fa0}.Terminal-module__I9DGBG__done{color:#caa9c6;margin-left:auto}.Terminal-module__I9DGBG__spin{color:#e8a6d4;animation:1s ease-in-out infinite Terminal-module__I9DGBG__pulse}@keyframes Terminal-module__I9DGBG__pulse{0%,to{opacity:.35}50%{opacity:1}}.Terminal-module__I9DGBG__cursor{vertical-align:middle;background:#e8a6d4;width:8px;height:15px;animation:1.1s step-end infinite Terminal-module__I9DGBG__blink;display:inline-block}@keyframes Terminal-module__I9DGBG__blink{0%,50%{opacity:1}50.01%,to{opacity:0}}@media (prefers-reduced-motion:reduce){.Terminal-module__I9DGBG__line,.Terminal-module__I9DGBG__spin,.Terminal-module__I9DGBG__cursor{animation:none}}
.Hero-module__Z8hQ_W__hero{padding:clamp(64px,10vw,128px) clamp(20px,6vw,64px) clamp(56px,9vw,100px);position:relative;overflow:hidden}.Hero-module__Z8hQ_W__layout{z-index:2;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:clamp(32px,5vw,72px);display:grid;position:relative}@media (max-width:900px){.Hero-module__Z8hQ_W__layout{grid-template-columns:1fr;gap:clamp(32px,8vw,48px)}}.Hero-module__Z8hQ_W__inner{min-width:0}.Hero-module__Z8hQ_W__title{letter-spacing:-.04em;flex-direction:column;margin-top:18px;font-size:clamp(2.6rem,8.5vw,5rem);font-weight:600;line-height:1.12;display:flex}.Hero-module__Z8hQ_W__line{display:block}.Hero-module__Z8hQ_W__slot{height:1.25em;display:block;overflow:hidden}.Hero-module__Z8hQ_W__slotCol{flex-direction:column;animation:12s cubic-bezier(.76,0,.24,1) infinite Hero-module__Z8hQ_W__roll;display:flex}.Hero-module__Z8hQ_W__slotCol span{height:1.25em;color:var(--accent-soft);line-height:1.25;display:block}:root[data-theme=light] .Hero-module__Z8hQ_W__slotCol span{color:var(--accent)}@keyframes Hero-module__Z8hQ_W__roll{0%,13%{transform:translateY(0)}17%,30%{transform:translateY(-1.25em)}34%,47%{transform:translateY(-2.5em)}51%,64%{transform:translateY(-3.75em)}68%,81%{transform:translateY(-5em)}85%,to{transform:translateY(-6.25em)}}@media (prefers-reduced-motion:reduce){.Hero-module__Z8hQ_W__slotCol{animation:none}}.Hero-module__Z8hQ_W__sub{max-width:46ch;color:var(--muted);margin-top:26px;font-size:clamp(1rem,1.6vw,1.12rem);line-height:1.6}.Hero-module__Z8hQ_W__actions{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.Hero-module__Z8hQ_W__primary{background:var(--btn-bg);color:var(--btn-text);border-radius:10px;padding:13px 24px;font-size:15px;font-weight:600;transition:transform .15s}.Hero-module__Z8hQ_W__primary:hover{transform:translateY(-2px)}.Hero-module__Z8hQ_W__ghost{border:1px solid var(--hairline-strong);color:var(--ink);cursor:pointer;background:0 0;border-radius:10px;padding:13px 24px;font-family:inherit;font-size:15px;font-weight:500;transition:border-color .2s}.Hero-module__Z8hQ_W__ghost:hover{border-color:var(--accent)}
.StatStrip-module__eif-8a__strip{flex-wrap:wrap;gap:clamp(28px,6vw,56px);padding:0 clamp(20px,6vw,64px) clamp(48px,8vw,80px);display:flex}.StatStrip-module__eif-8a__item{min-width:140px}.StatStrip-module__eif-8a__big{letter-spacing:-.02em;margin-bottom:6px;font-size:clamp(1.4rem,2.4vw,1.7rem);font-weight:600}.StatStrip-module__eif-8a__big em{color:var(--accent-soft);font-style:normal}:root[data-theme=light] .StatStrip-module__eif-8a__big em{color:var(--accent)}.StatStrip-module__eif-8a__label{font-family:var(--mono);letter-spacing:.05em;color:var(--faint);font-size:12px}
.ModalShell-module__hEAtoa__overlay{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#06040899;justify-content:center;align-items:center;padding:clamp(16px,4vw,40px);animation:.18s ModalShell-module__hEAtoa__fade;display:flex;position:fixed;inset:0}.ModalShell-module__hEAtoa__modal{background:linear-gradient(160deg, var(--surface-2) 0%, var(--surface) 60%);border:1px solid var(--hairline-strong);border-radius:18px;width:560px;max-width:100%;max-height:90vh;padding:34px clamp(22px,4vw,34px) 30px;animation:.2s ModalShell-module__hEAtoa__rise;position:relative;overflow-y:auto;box-shadow:0 40px 90px #0000008c}.ModalShell-module__hEAtoa__modal:before{content:"";background:radial-gradient(circle, var(--glow) 0%, transparent 62%);filter:blur(8px);pointer-events:none;border-radius:50%;width:240px;height:240px;position:absolute;top:-90px;right:-70px}.ModalShell-module__hEAtoa__close{border:1px solid var(--hairline-strong);width:32px;height:32px;color:var(--muted);cursor:pointer;z-index:2;background:0 0;border-radius:9px;font-size:16px;position:absolute;top:18px;right:18px}.ModalShell-module__hEAtoa__close:hover{color:var(--ink)}@keyframes ModalShell-module__hEAtoa__fade{0%{opacity:0}to{opacity:1}}@keyframes ModalShell-module__hEAtoa__rise{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:none}}
.SolutionModal-module__-YCXLa__idx{font-family:var(--mono);letter-spacing:.18em;color:var(--accent-soft);z-index:1;font-size:11px;position:relative}:root[data-theme=light] .SolutionModal-module__-YCXLa__idx{color:var(--accent)}.SolutionModal-module__-YCXLa__title{letter-spacing:-.03em;z-index:1;flex-wrap:wrap;align-items:center;gap:12px;margin:12px 0 14px;font-size:clamp(1.6rem,3.4vw,1.9rem);font-weight:600;display:flex;position:relative}.SolutionModal-module__-YCXLa__aiTag{font-family:var(--mono);letter-spacing:.1em;color:#140a16;background:var(--accent-soft);border-radius:5px;padding:4px 7px;font-size:9px}:root[data-theme=light] .SolutionModal-module__-YCXLa__aiTag{color:#fff;background:var(--accent)}.SolutionModal-module__-YCXLa__body{color:var(--muted);z-index:1;font-size:15px;line-height:1.65;position:relative}.SolutionModal-module__-YCXLa__caps{z-index:1;grid-template-columns:1fr 1fr;gap:10px 22px;margin:22px 0 24px;display:grid;position:relative}@media (max-width:460px){.SolutionModal-module__-YCXLa__caps{grid-template-columns:1fr}}.SolutionModal-module__-YCXLa__cap{color:var(--ink);align-items:baseline;gap:9px;font-size:13.5px;display:flex}.SolutionModal-module__-YCXLa__cap:before{content:"";background:var(--accent);width:5px;height:5px;box-shadow:0 0 8px 1px var(--glow);border-radius:50%;flex:none;transform:translateY(-1px)}.SolutionModal-module__-YCXLa__foot{border-top:1px solid var(--hairline);z-index:1;flex-wrap:wrap;align-items:center;gap:16px;padding-top:20px;display:flex;position:relative}.SolutionModal-module__-YCXLa__btn{background:var(--btn-bg);color:var(--btn-text);border-radius:9px;padding:11px 18px;font-size:14px;font-weight:600}.SolutionModal-module__-YCXLa__buildLine{color:var(--muted);font-size:13px}
.Solutions-module__JNXWUW__section{padding:clamp(24px,5vw,40px) clamp(20px,6vw,64px) clamp(56px,9vw,90px)}.Solutions-module__JNXWUW__head{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.Solutions-module__JNXWUW__count{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--faint);font-size:11px}.Solutions-module__JNXWUW__lead{letter-spacing:-.03em;max-width:20ch;margin:18px 0 30px;font-size:clamp(1.7rem,4vw,2.2rem);font-weight:600;line-height:1.08}.Solutions-module__JNXWUW__lead em{color:var(--accent-soft);font-style:normal}:root[data-theme=light] .Solutions-module__JNXWUW__lead em{color:var(--accent)}.Solutions-module__JNXWUW__grid{grid-template-columns:1fr 1fr;column-gap:clamp(24px,5vw,48px);display:grid}@media (max-width:760px){.Solutions-module__JNXWUW__grid{grid-template-columns:1fr}}.Solutions-module__JNXWUW__row{text-align:left;border:none;border-top:1px solid var(--hairline);cursor:pointer;width:100%;color:inherit;font:inherit;background:0 0;grid-template-columns:44px 1fr auto;align-items:center;gap:16px;padding:22px 6px;transition:padding-left .2s,background .2s;display:grid}.Solutions-module__JNXWUW__row:hover,.Solutions-module__JNXWUW__row:focus-visible{background:linear-gradient(90deg, var(--glow), transparent);padding-left:16px}.Solutions-module__JNXWUW__idx{font-family:var(--mono);color:var(--accent-soft);letter-spacing:.08em;align-self:start;padding-top:4px;font-size:12px}:root[data-theme=light] .Solutions-module__JNXWUW__idx{color:var(--accent)}.Solutions-module__JNXWUW__name{letter-spacing:-.015em;flex-wrap:wrap;align-items:center;gap:9px;font-size:clamp(1.1rem,2.2vw,1.32rem);font-weight:500;display:flex}.Solutions-module__JNXWUW__desc{color:var(--muted);max-width:36ch;margin-top:5px;font-size:13.5px;line-height:1.5;display:block}.Solutions-module__JNXWUW__aiTag{font-family:var(--mono);letter-spacing:.1em;color:#140a16;background:var(--accent-soft);border-radius:4px;padding:3px 6px;font-size:9px}:root[data-theme=light] .Solutions-module__JNXWUW__aiTag{color:#fff;background:var(--accent)}.Solutions-module__JNXWUW__arrow{color:var(--faint);align-self:start;padding-top:2px;font-size:18px;transition:color .2s,transform .2s}.Solutions-module__JNXWUW__row:hover .Solutions-module__JNXWUW__arrow,.Solutions-module__JNXWUW__row:focus-visible .Solutions-module__JNXWUW__arrow{color:var(--accent-soft);transform:translate(4px)}
.Studio-module__D9b3gW__section{border-top:1px solid var(--hairline);padding:clamp(40px,8vw,90px) clamp(20px,6vw,64px)}.Studio-module__D9b3gW__head{grid-template-columns:1fr 1fr;align-items:end;gap:clamp(24px,5vw,56px);display:grid}@media (max-width:820px){.Studio-module__D9b3gW__head{grid-template-columns:1fr;align-items:start}}.Studio-module__D9b3gW__lead{letter-spacing:-.035em;max-width:16ch;margin-top:16px;font-size:clamp(1.9rem,4.6vw,2.7rem);font-weight:600;line-height:1.04}.Studio-module__D9b3gW__lead em{color:var(--accent-soft);font-style:normal}:root[data-theme=light] .Studio-module__D9b3gW__lead em{color:var(--accent)}.Studio-module__D9b3gW__ethos{color:var(--muted);max-width:52ch;font-size:clamp(1rem,1.7vw,1.15rem);line-height:1.65}.Studio-module__D9b3gW__block{margin-top:clamp(44px,7vw,72px)}.Studio-module__D9b3gW__blockHead{font-family:var(--mono);letter-spacing:.2em;text-transform:uppercase;color:var(--faint);margin-bottom:22px;font-size:11px}.Studio-module__D9b3gW__steps{background:var(--hairline);border:1px solid var(--hairline);border-radius:14px;grid-template-columns:repeat(5,1fr);gap:1px;display:grid;overflow:hidden}@media (max-width:860px){.Studio-module__D9b3gW__steps{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.Studio-module__D9b3gW__steps{grid-template-columns:1fr}}.Studio-module__D9b3gW__step{background:var(--bg);padding:22px 20px 26px;position:relative}.Studio-module__D9b3gW__stepIdx{font-family:var(--mono);letter-spacing:.12em;color:var(--accent-soft);font-size:11px}:root[data-theme=light] .Studio-module__D9b3gW__stepIdx{color:var(--accent)}.Studio-module__D9b3gW__stepName{letter-spacing:-.01em;margin:12px 0 8px;font-size:1.15rem;font-weight:600}.Studio-module__D9b3gW__stepDesc{color:var(--muted);font-size:13px;line-height:1.5}.Studio-module__D9b3gW__principles{grid-template-columns:1fr 1fr;gap:clamp(20px,4vw,40px) clamp(28px,6vw,64px);display:grid}@media (max-width:680px){.Studio-module__D9b3gW__principles{grid-template-columns:1fr}}.Studio-module__D9b3gW__principle{border-top:1px solid var(--hairline);padding-top:18px}.Studio-module__D9b3gW__pTitle{letter-spacing:-.015em;align-items:baseline;gap:10px;font-size:1.2rem;font-weight:600;display:flex}.Studio-module__D9b3gW__pTitle:before{content:"";background:var(--accent);width:6px;height:6px;box-shadow:0 0 8px 1px var(--glow);border-radius:50%;flex:none;transform:translateY(-2px)}.Studio-module__D9b3gW__pText{color:var(--muted);max-width:40ch;margin-top:8px;padding-left:16px;font-size:14px;line-height:1.55}
.Footer-module__EZoWya__footer{border-top:1px solid var(--hairline);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:28px;padding:clamp(40px,7vw,72px) clamp(20px,6vw,64px);display:flex}.Footer-module__EZoWya__big{letter-spacing:-.03em;max-width:16ch;font-size:clamp(1.7rem,4vw,2.2rem);font-weight:600;line-height:1.1}.Footer-module__EZoWya__big em{color:var(--accent-soft);font-style:normal}:root[data-theme=light] .Footer-module__EZoWya__big em{color:var(--accent)}.Footer-module__EZoWya__link{color:var(--ink);border-bottom:1px solid var(--accent);margin-top:16px;padding-bottom:3px;font-size:15px;display:inline-block}.Footer-module__EZoWya__meta{color:var(--faint);font-family:var(--mono);text-align:right;font-size:12px;line-height:1.7}@media (max-width:560px){.Footer-module__EZoWya__meta{text-align:left}}
.ContactModal-module__UgeCMa__kicker{font-family:var(--mono);letter-spacing:.2em;text-transform:uppercase;color:var(--accent-soft);z-index:1;font-size:11px;position:relative}:root[data-theme=light] .ContactModal-module__UgeCMa__kicker{color:var(--accent)}.ContactModal-module__UgeCMa__title{letter-spacing:-.03em;z-index:1;margin:12px 0 14px;font-size:clamp(1.7rem,3.6vw,2rem);font-weight:600;position:relative}.ContactModal-module__UgeCMa__body{color:var(--muted);z-index:1;max-width:44ch;font-size:15px;line-height:1.65;position:relative}.ContactModal-module__UgeCMa__rows{z-index:1;margin:24px 0;position:relative}.ContactModal-module__UgeCMa__row{border-top:1px solid var(--hairline);justify-content:space-between;align-items:baseline;gap:16px;padding:16px 0;display:flex}.ContactModal-module__UgeCMa__row:last-child{border-bottom:1px solid var(--hairline)}.ContactModal-module__UgeCMa__label{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--faint);font-size:11px}.ContactModal-module__UgeCMa__value{letter-spacing:-.01em;color:var(--ink);border-bottom:1px solid var(--accent);padding-bottom:2px;font-size:clamp(1.05rem,2.2vw,1.25rem);font-weight:500}.ContactModal-module__UgeCMa__value:hover{color:var(--accent-soft)}:root[data-theme=light] .ContactModal-module__UgeCMa__value:hover{color:var(--accent)}.ContactModal-module__UgeCMa__foot{z-index:1;flex-wrap:wrap;align-items:center;gap:14px;display:flex;position:relative}.ContactModal-module__UgeCMa__btn{background:var(--btn-bg);color:var(--btn-text);border-radius:9px;padding:11px 20px;font-size:14px;font-weight:600}.ContactModal-module__UgeCMa__copy{border:1px solid var(--hairline-strong);color:var(--ink);font:inherit;cursor:pointer;background:0 0;border-radius:9px;padding:10px 16px;font-size:13.5px;transition:border-color .2s}.ContactModal-module__UgeCMa__copy:hover{border-color:var(--accent)}
