html.ns-spacefi-page{
  --spacefi-paper:#f3f0e8;
  --spacefi-ink:#111a2e;
  --spacefi-copy:#5f6a7b;
  --spacefi-line:rgba(17,26,46,.14);
  --spacefi-blue:#a86f00;
  --spacefi-cyan:#efb419;
  --spacefi-gold:#efb419;
}

html.ns-spacefi-page #root .ns-spacefi-why{
  position:relative!important;
  isolation:isolate;
  padding:clamp(92px,10vw,148px) 0!important;
  color:var(--spacefi-ink)!important;
  background:var(--spacefi-paper)!important;
  border-top:1px solid #fff!important;
  border-bottom:1px solid var(--spacefi-line)!important;
  overflow:hidden!important;
}
html.ns-spacefi-page #root .ns-spacefi-why::before{
  content:"SPACEFI";
  position:absolute;
  right:-.04em;
  bottom:-.25em;
  z-index:-1;
  color:rgba(7,20,43,.027);
  font:850 clamp(150px,25vw,390px)/.8 Inter,system-ui,sans-serif;
  letter-spacing:-.1em;
  pointer-events:none;
}
html.ns-spacefi-page #root .ns-spacefi-why::after{
  content:"";
  position:absolute;
  top:-240px;
  right:-180px;
  z-index:-2;
  width:620px;
  height:620px;
  border:1px solid rgba(168,111,0,.14);
  border-radius:50%;
  box-shadow:0 0 0 80px rgba(239,180,25,.027),0 0 0 160px rgba(168,111,0,.018);
  pointer-events:none;
}
html.ns-spacefi-page #root .ns-spacefi-why__legacy-art{opacity:.08!important;filter:saturate(0)!important}
html.ns-spacefi-page #root .ns-spacefi-why__inner{width:min(1240px,calc(100% - 48px))!important;max-width:1240px!important;padding:0!important}

html.ns-spacefi-page #root .ns-spacefi-why__marker{
  display:grid;
  grid-template-columns:34px auto 1fr;
  align-items:center;
  gap:14px;
  margin-bottom:50px;
  color:#6d788b;
  font-size:9px;
  font-weight:850;
  letter-spacing:.16em;
}
html.ns-spacefi-page #root .ns-spacefi-why__marker::after{content:"";height:1px;background:var(--spacefi-line)}
html.ns-spacefi-page #root .ns-spacefi-why__marker span{display:grid;width:34px;height:34px;place-items:center;color:var(--spacefi-blue);border:1px solid rgba(168,111,0,.38);border-radius:50%;font-family:ui-monospace,monospace}
html.ns-spacefi-page #root .ns-spacefi-why__marker b{color:var(--spacefi-ink)}
html.ns-spacefi-page #root .ns-spacefi-why__marker small{justify-self:end;color:var(--spacefi-gold);font:inherit}

html.ns-spacefi-page #root .ns-spacefi-why__header{
  display:grid!important;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
  align-items:end;
  gap:70px;
  margin:0 0 58px!important;
  text-align:left!important;
}
html.ns-spacefi-page #root .ns-spacefi-why__header>span{grid-column:1/-1;width:max-content!important;margin:0 0 -42px!important;padding:0!important;color:var(--spacefi-blue)!important;background:none!important;border:0!important;border-radius:0!important;font-size:9px!important;font-weight:850!important;letter-spacing:.18em!important}
html.ns-spacefi-page #root .ns-spacefi-why__header>span::before{content:"";display:inline-block;width:30px;height:1px;margin-right:12px;vertical-align:middle;background:var(--spacefi-blue)}
html.ns-spacefi-page #root .ns-spacefi-why__header>*{min-width:0}
html.ns-spacefi-page #root .ns-spacefi-why__header h2{max-width:100%;margin:0!important;color:var(--spacefi-ink)!important;background:none!important;font-family:inherit!important;font-size:60px!important;font-style:normal!important;font-weight:400!important;letter-spacing:-.05em!important;line-height:.98!important;overflow-wrap:anywhere;-webkit-text-fill-color:var(--spacefi-ink)!important}
html.ns-spacefi-page #root .ns-spacefi-why__header p{max-width:390px!important;margin:0!important;padding:0 0 5px!important;color:var(--spacefi-copy)!important;font-size:14px!important;line-height:1.75!important}

html.ns-spacefi-page #root .ns-spacefi-why__lead-grid{grid-template-columns:1fr!important;gap:14px!important;margin:0 0 14px!important}
html.ns-spacefi-page #root .ns-spacefi-why__detail-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}
html.ns-spacefi-page #root .ns-spacefi-why__card{
  position:relative!important;
  min-height:100%!important;
  color:var(--spacefi-ink)!important;
  background:rgba(255,255,255,.78)!important;
  border:1px solid var(--spacefi-line)!important;
  border-radius:3px!important;
  box-shadow:none!important;
  transform:none!important;
  transition:transform .32s cubic-bezier(.2,.72,.2,1),border-color .32s ease,box-shadow .32s ease,background .32s ease!important;
}
html.ns-spacefi-page #root .ns-spacefi-why__lead-grid>.ns-spacefi-why__card{padding:clamp(30px,4vw,46px)!important}
html.ns-spacefi-page #root .ns-spacefi-why__detail-grid>.ns-spacefi-why__card{padding:28px 18px!important}
html.ns-spacefi-page #root .ns-spacefi-why__card::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  height:3px;
  background:linear-gradient(90deg,#a86f00,#efb419,#ffe15a);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .38s ease;
}
html.ns-spacefi-page #root .ns-spacefi-why__card:hover{z-index:2;background:#fffdf7!important;border-color:rgba(168,111,0,.38)!important;box-shadow:0 22px 48px rgba(80,52,0,.12)!important;transform:translateY(-7px)!important}
html.ns-spacefi-page #root .ns-spacefi-why__card:hover::after{transform:scaleX(1)}
html.ns-spacefi-page #root .ns-spacefi-why__card>div.absolute{opacity:.14!important;box-shadow:none!important}
html.ns-spacefi-page #root .ns-spacefi-why__card [class*="rounded-2xl"],html.ns-spacefi-page #root .ns-spacefi-why__card [class*="rounded-xl"]{background:#fff9e8!important;border-color:rgba(168,111,0,.2)!important;border-radius:3px!important;box-shadow:none!important;transition:transform .28s ease,background .28s ease!important}
html.ns-spacefi-page #root .ns-spacefi-why__card:hover [class*="rounded-2xl"],html.ns-spacefi-page #root .ns-spacefi-why__card:hover [class*="rounded-xl"]{background:#fff3c9!important;transform:rotate(-4deg) scale(1.06)}
html.ns-spacefi-page #root .ns-spacefi-why__card h3{color:var(--spacefi-ink)!important;-webkit-text-fill-color:var(--spacefi-ink)!important}
html.ns-spacefi-page #root .ns-spacefi-why__card p{color:var(--spacefi-copy)!important}
html.ns-spacefi-page #root .ns-spacefi-why__card .text-white{color:var(--spacefi-ink)!important}
html.ns-spacefi-page #root .ns-spacefi-why__card .text-gray-300,html.ns-spacefi-page #root .ns-spacefi-why__card .text-gray-400,html.ns-spacefi-page #root .ns-spacefi-why__card .text-gray-500{color:var(--spacefi-copy)!important}
html.ns-spacefi-page #root .ns-spacefi-why__card [class*="font-mono"]{color:var(--spacefi-blue)!important;opacity:.72!important}
html.ns-spacefi-page #root .ns-spacefi-why__lead-grid .h-2{background:rgba(17,26,46,.1)!important}
html.ns-spacefi-page #root .ns-spacefi-why__lead-grid .h-2>div{background:linear-gradient(90deg,#a86f00,#efb419,#ffe15a)!important}

html.ns-spacefi-page #root .ns-spacefi-reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease var(--ns-spacefi-delay,0ms),transform .7s cubic-bezier(.2,.72,.2,1) var(--ns-spacefi-delay,0ms)}
html.ns-spacefi-page #root .ns-spacefi-reveal.is-visible{opacity:1;transform:translateY(0)}

@media(max-width:900px){
  html.ns-spacefi-page #root .ns-spacefi-why__header{grid-template-columns:minmax(0,1fr);gap:24px}
  html.ns-spacefi-page #root .ns-spacefi-why__header>span{margin-bottom:-12px!important}
  html.ns-spacefi-page #root .ns-spacefi-why__header h2{font-size:48px!important}
  html.ns-spacefi-page #root .ns-spacefi-why__detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:620px){
  html.ns-spacefi-page #root .ns-spacefi-why{padding:78px 0!important}
  html.ns-spacefi-page #root .ns-spacefi-why__inner{width:min(100% - 32px,1240px)!important}
  html.ns-spacefi-page #root .ns-spacefi-why__marker{grid-template-columns:32px 1fr;margin-bottom:38px}
  html.ns-spacefi-page #root .ns-spacefi-why__marker small{display:none}
  html.ns-spacefi-page #root .ns-spacefi-why__header{margin-bottom:38px!important}
  html.ns-spacefi-page #root .ns-spacefi-why__header h2{font-size:clamp(34px,10vw,40px)!important;line-height:1!important}
  html.ns-spacefi-page #root .ns-spacefi-why__lead-grid,html.ns-spacefi-page #root .ns-spacefi-why__detail-grid{grid-template-columns:1fr!important;gap:12px!important}
  html.ns-spacefi-page #root .ns-spacefi-why__card{padding:22px!important}
  html.ns-spacefi-page #root .ns-spacefi-why__card:hover{transform:none!important}
}
@media(prefers-reduced-motion:reduce){
  html.ns-spacefi-page #root .ns-spacefi-reveal{opacity:1;transform:none;transition:none}
  html.ns-spacefi-page #root .ns-spacefi-why__card,html.ns-spacefi-page #root .ns-spacefi-why__card::after{transition:none!important}
}


/* SpaceFi business applications */
html.ns-spacefi-page #root .ns-spacefi-ventures{
  position:relative!important;
  isolation:isolate;
  padding:clamp(96px,10vw,148px) 0!important;
  color:#f7f4ed!important;
  background:#030817!important;
  border-top:1px solid rgba(255,255,255,.1)!important;
  border-bottom:1px solid rgba(255,255,255,.1)!important;
  overflow:hidden!important;
}
html.ns-spacefi-page #root .ns-spacefi-ventures::before{
  content:"VENTURES";
  position:absolute;
  right:-.03em;
  bottom:-.22em;
  z-index:-1;
  color:rgba(255,255,255,.018);
  font:850 clamp(140px,22vw,340px)/.8 Inter,system-ui,sans-serif;
  letter-spacing:-.1em;
  pointer-events:none;
}
html.ns-spacefi-page #root .ns-spacefi-ventures__inner{width:min(1240px,calc(100% - 48px))!important;max-width:1240px!important;padding:0!important}
html.ns-spacefi-page #root .ns-spacefi-ventures__marker{
  display:grid;
  grid-template-columns:34px auto 1fr;
  align-items:center;
  gap:14px;
  margin-bottom:50px;
  color:#7d8798;
  font-size:9px;
  font-weight:850;
  letter-spacing:.16em;
}
html.ns-spacefi-page #root .ns-spacefi-ventures__marker::after{content:"";height:1px;background:rgba(255,255,255,.12)}
html.ns-spacefi-page #root .ns-spacefi-ventures__marker span{display:grid;width:34px;height:34px;place-items:center;color:#efb419;border:1px solid rgba(239,180,25,.42);border-radius:50%;font-family:ui-monospace,monospace}
html.ns-spacefi-page #root .ns-spacefi-ventures__marker b{color:#f7f4ed}
html.ns-spacefi-page #root .ns-spacefi-ventures__marker small{justify-self:end;color:#efb419;font:inherit}

html.ns-spacefi-page #root .ns-spacefi-ventures__header{
  display:grid!important;
  grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);
  align-items:end;
  gap:70px;
  margin:0 0 62px!important;
  text-align:left!important;
}
html.ns-spacefi-page #root .ns-spacefi-ventures__header>span{grid-column:1/-1;width:max-content!important;margin:0 0 -42px!important;padding:0!important;color:#efb419!important;background:none!important;border:0!important;border-radius:0!important;font-size:9px!important;font-weight:850!important;letter-spacing:.18em!important}
html.ns-spacefi-page #root .ns-spacefi-ventures__header>span::before{content:"";display:inline-block;width:30px;height:1px;margin-right:12px;vertical-align:middle;background:#efb419}
html.ns-spacefi-page #root .ns-spacefi-ventures__header>*{min-width:0}
html.ns-spacefi-page #root .ns-spacefi-ventures__header h2{max-width:100%;margin:0!important;color:#f7f4ed!important;background:none!important;font-family:inherit!important;font-size:60px!important;font-style:normal!important;font-weight:400!important;letter-spacing:-.05em!important;line-height:.98!important;overflow-wrap:anywhere;-webkit-text-fill-color:#f7f4ed!important}
html.ns-spacefi-page #root .ns-spacefi-ventures__header p{max-width:410px!important;margin:0!important;padding-bottom:5px!important;color:#9ca5b6!important;font-size:14px!important;line-height:1.75!important}

html.ns-spacefi-page #root .ns-spacefi-ventures__grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}
html.ns-spacefi-page #root .ns-spacefi-venture{
  position:relative!important;
  min-height:300px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:3px!important;
  box-shadow:none!important;
  perspective:1200px;
  transform:none!important;
  cursor:pointer;
}
html.ns-spacefi-page #root .ns-spacefi-venture:focus-visible{outline:2px solid #efb419!important;outline-offset:4px}
html.ns-spacefi-page #root .ns-spacefi-venture__flipper{position:relative;width:100%;height:100%;min-height:300px;transform-style:preserve-3d;transition:transform .65s cubic-bezier(.2,.72,.2,1)}
html.ns-spacefi-page #root .ns-spacefi-venture:hover .ns-spacefi-venture__flipper,
html.ns-spacefi-page #root .ns-spacefi-venture.is-flipped .ns-spacefi-venture__flipper{transform:rotateY(180deg)}
html.ns-spacefi-page #root .ns-spacefi-venture__face{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  padding:28px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.13);
  border-radius:3px;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
}
html.ns-spacefi-page #root .ns-spacefi-venture__face::after{content:"";position:absolute;right:0;bottom:0;left:0;height:3px;background:linear-gradient(90deg,#a86f00,#efb419,#ffe15a);transform:scaleX(0);transform-origin:left;transition:transform .36s ease}
html.ns-spacefi-page #root .ns-spacefi-venture:hover .ns-spacefi-venture__face::after,
html.ns-spacefi-page #root .ns-spacefi-venture.is-flipped .ns-spacefi-venture__face::after{transform:scaleX(1)}
html.ns-spacefi-page #root .ns-spacefi-venture__front{background:linear-gradient(145deg,#0a1224,#050a18)!important}
html.ns-spacefi-page #root .ns-spacefi-venture__front>div.absolute{opacity:.28!important}
html.ns-spacefi-page #root .ns-spacefi-venture__front>div.flex{margin-bottom:auto!important}
html.ns-spacefi-page #root .ns-spacefi-venture__front [class*="rounded-xl"]{background:rgba(239,180,25,.08)!important;border:1px solid rgba(239,180,25,.24)!important;border-radius:3px!important;box-shadow:none!important}
html.ns-spacefi-page #root .ns-spacefi-venture__front [class*="rounded-full"]{color:#efb419!important;background:rgba(239,180,25,.08)!important;border-color:rgba(239,180,25,.25)!important}
html.ns-spacefi-page #root .ns-spacefi-venture__front h3{margin-top:26px!important;color:#f7f4ed!important;font-size:18px!important;line-height:1.25!important}
html.ns-spacefi-page #root .ns-spacefi-venture__front p{color:#9ca5b6!important;font-size:13px!important;line-height:1.7!important}
html.ns-spacefi-page #root .ns-spacefi-ventures__grid>.ns-spacefi-venture:first-child .ns-spacefi-venture__front{color:#111a2e!important;background:linear-gradient(145deg,#ffe15c 0%,#efb419 54%,#b97800 100%)!important;border-color:#ffe998!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.42)!important}
html.ns-spacefi-page #root .ns-spacefi-ventures__grid>.ns-spacefi-venture:first-child .ns-spacefi-venture__front::after{background:#111a2e!important}
html.ns-spacefi-page #root .ns-spacefi-ventures__grid>.ns-spacefi-venture:first-child .ns-spacefi-venture__front [class*="rounded-xl"]{color:#111a2e!important;background:rgba(17,26,46,.1)!important;border-color:rgba(17,26,46,.28)!important}
html.ns-spacefi-page #root .ns-spacefi-ventures__grid>.ns-spacefi-venture:first-child .ns-spacefi-venture__front [class*="rounded-full"]{color:#111a2e!important;background:rgba(255,255,255,.26)!important;border-color:rgba(17,26,46,.24)!important}
html.ns-spacefi-page #root .ns-spacefi-ventures__grid>.ns-spacefi-venture:first-child .ns-spacefi-venture__front svg{color:#111a2e!important}
html.ns-spacefi-page #root .ns-spacefi-ventures__grid>.ns-spacefi-venture:first-child .ns-spacefi-venture__front h3{color:#111a2e!important}
html.ns-spacefi-page #root .ns-spacefi-ventures__grid>.ns-spacefi-venture:first-child .ns-spacefi-venture__front p{color:#344054!important}
html.ns-spacefi-page #root .ns-spacefi-venture__back{justify-content:flex-end;color:#111a2e;background:#f3f0e8!important;border-color:rgba(239,180,25,.48)!important;transform:rotateY(180deg)}
html.ns-spacefi-page #root .ns-spacefi-venture__back::before{content:"";position:absolute;top:24px;right:24px;width:52px;height:52px;border:1px solid rgba(168,111,0,.24);border-radius:50%;box-shadow:0 0 0 14px rgba(239,180,25,.055),0 0 0 28px rgba(168,111,0,.025)}
html.ns-spacefi-page #root .ns-spacefi-venture__back>span{margin-bottom:auto;color:#a86f00;font:850 9px/1.3 ui-monospace,monospace;letter-spacing:.14em}
html.ns-spacefi-page #root .ns-spacefi-venture__back h3{max-width:250px;margin:0 0 15px;color:#111a2e!important;font-size:24px!important;letter-spacing:-.035em;line-height:1.05}
html.ns-spacefi-page #root .ns-spacefi-venture__back p{margin:0;color:#5f6a7b!important;font-size:13px;line-height:1.7}
html.ns-spacefi-page #root .ns-spacefi-venture__back small{margin-top:22px;color:#a86f00;font-size:8px;font-weight:850;letter-spacing:.13em}
html.ns-spacefi-page #root .ns-spacefi-venture__back-icon{position:absolute;top:31px;right:31px;display:grid;width:38px;height:38px;place-items:center;color:#a86f00;background:#fff9e8;border:1px solid rgba(168,111,0,.3);border-radius:50%;transition:transform .35s ease,background .35s ease}
html.ns-spacefi-page #root .ns-spacefi-venture__back-icon svg{width:18px!important;height:18px!important;color:#a86f00!important}
html.ns-spacefi-page #root .ns-spacefi-venture:hover .ns-spacefi-venture__back-icon,html.ns-spacefi-page #root .ns-spacefi-venture.is-flipped .ns-spacefi-venture__back-icon{background:#fff1bd;transform:rotate(8deg) scale(1.08)}

@media(max-width:900px){
  html.ns-spacefi-page #root .ns-spacefi-ventures__header{grid-template-columns:minmax(0,1fr);gap:24px}
  html.ns-spacefi-page #root .ns-spacefi-ventures__header>span{margin-bottom:-12px!important}
  html.ns-spacefi-page #root .ns-spacefi-ventures__header h2{font-size:48px!important}
  html.ns-spacefi-page #root .ns-spacefi-ventures__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:620px){
  html.ns-spacefi-page #root .ns-spacefi-ventures{padding:78px 0!important}
  html.ns-spacefi-page #root .ns-spacefi-ventures__inner{width:min(100% - 32px,1240px)!important}
  html.ns-spacefi-page #root .ns-spacefi-ventures__marker{grid-template-columns:32px 1fr;margin-bottom:38px}
  html.ns-spacefi-page #root .ns-spacefi-ventures__marker small{display:none}
  html.ns-spacefi-page #root .ns-spacefi-ventures__header{margin-bottom:38px!important}
  html.ns-spacefi-page #root .ns-spacefi-ventures__header h2{font-size:clamp(34px,10vw,40px)!important;line-height:1!important}
  html.ns-spacefi-page #root .ns-spacefi-ventures__grid{grid-template-columns:1fr!important}
  html.ns-spacefi-page #root .ns-spacefi-venture,html.ns-spacefi-page #root .ns-spacefi-venture__flipper{min-height:310px!important}
}
@media(prefers-reduced-motion:reduce){
  html.ns-spacefi-page #root .ns-spacefi-venture__flipper{transition:none}
  html.ns-spacefi-page #root .ns-spacefi-venture:hover .ns-spacefi-venture__flipper{transform:none}
}


/* SpaceFi investment timeline */
html.ns-spacefi-page #root .ns-spacefi-timeline{position:relative!important;padding:112px 0!important;overflow:hidden!important;color:var(--spacefi-ink)!important;background:var(--spacefi-paper)!important;border-top:1px solid var(--spacefi-line)!important;border-bottom:1px solid var(--spacefi-line)!important}
html.ns-spacefi-page #root .ns-spacefi-timeline::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.62;background:linear-gradient(115deg,transparent 0 57%,rgba(239,180,25,.08) 57% 57.15%,transparent 57.15%),radial-gradient(circle at 91% 10%,rgba(239,180,25,.16),transparent 24%)}
html.ns-spacefi-page #root .ns-spacefi-timeline__inner{position:relative;width:min(1240px,calc(100% - 48px))!important;max-width:1240px!important;margin:auto!important;padding:0!important}
html.ns-spacefi-page #root .ns-spacefi-timeline__marker{display:grid;grid-template-columns:34px auto 1fr auto;align-items:center;gap:14px;margin:0 0 58px;color:#a86f00;font:850 9px/1 ui-monospace,monospace;letter-spacing:.16em}
html.ns-spacefi-page #root .ns-spacefi-timeline__marker::after{content:"";grid-column:3;height:1px;background:var(--spacefi-line)}
html.ns-spacefi-page #root .ns-spacefi-timeline__marker span{display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(168,111,0,.38);border-radius:50%}
html.ns-spacefi-page #root .ns-spacefi-timeline__marker b{color:var(--spacefi-ink)}
html.ns-spacefi-page #root .ns-spacefi-timeline__marker small{grid-column:4;color:#a86f00;font:inherit}
html.ns-spacefi-page #root .ns-spacefi-timeline__header{display:grid!important;grid-template-columns:minmax(0,1.2fr) minmax(280px,.7fr);align-items:end;gap:70px;margin:0 0 62px!important;text-align:left!important}
html.ns-spacefi-page #root .ns-spacefi-timeline__header>span{grid-column:1/-1;width:max-content!important;margin:0 0 -42px!important;padding:0!important;color:#a86f00!important;background:none!important;border:0!important;font-size:9px!important;font-weight:850!important;letter-spacing:.18em!important}
html.ns-spacefi-page #root .ns-spacefi-timeline__header>span::before{content:"";display:inline-block;width:30px;height:1px;margin-right:12px;vertical-align:middle;background:#a86f00}
html.ns-spacefi-page #root .ns-spacefi-timeline__header h2{margin:0!important;color:var(--spacefi-ink)!important;background:none!important;font-family:inherit!important;font-size:60px!important;font-style:normal!important;font-weight:650!important;line-height:.98!important;letter-spacing:-.05em!important;-webkit-text-fill-color:var(--spacefi-ink)!important}
html.ns-spacefi-page #root .ns-spacefi-timeline__header p{max-width:430px!important;margin:0!important;color:var(--spacefi-copy)!important;font-size:14px!important;line-height:1.75!important}
html.ns-spacefi-page #root .ns-spacefi-timeline__track{position:relative;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;padding-top:34px}
html.ns-spacefi-page #root .ns-spacefi-timeline__rail{position:absolute;top:0;right:0;left:0;height:3px;overflow:hidden;background:rgba(17,26,46,.11)}
html.ns-spacefi-page #root .ns-spacefi-timeline__rail i{display:block;width:100%;height:100%;background:linear-gradient(90deg,#a86f00,#efb419 60%,#ffe15a);transform:scaleX(0);transform-origin:left;animation:ns-spacefi-track 1.25s cubic-bezier(.2,.72,.2,1) .25s forwards}
html.ns-spacefi-page #root .ns-spacefi-milestone{position:relative;display:flex;min-height:286px;flex-direction:column;grid-column:span 2;padding:28px;background:#fffdf8;border:1px solid var(--spacefi-line);border-radius:3px;box-shadow:0 14px 35px rgba(65,43,0,.05);transition:transform .35s cubic-bezier(.2,.72,.2,1),box-shadow .35s ease,border-color .35s ease,background .35s ease}
html.ns-spacefi-page #root .ns-spacefi-milestone:nth-of-type(2),html.ns-spacefi-page #root .ns-spacefi-milestone:nth-of-type(3){grid-column:span 3}
html.ns-spacefi-page #root .ns-spacefi-milestone::before{content:"";position:absolute;top:-40px;left:27px;width:11px;height:11px;background:#f3f0e8;border:3px solid #efb419;border-radius:50%;box-shadow:0 0 0 7px rgba(239,180,25,.12);transition:transform .35s ease,box-shadow .35s ease}
html.ns-spacefi-page #root .ns-spacefi-milestone:hover,html.ns-spacefi-page #root .ns-spacefi-milestone:focus-visible{z-index:2;outline:0;background:#fff!important;border-color:rgba(168,111,0,.42);box-shadow:0 24px 60px rgba(80,52,0,.14);transform:translateY(-9px)}
html.ns-spacefi-page #root .ns-spacefi-milestone:hover::before,html.ns-spacefi-page #root .ns-spacefi-milestone:focus-visible::before{transform:scale(1.3);box-shadow:0 0 0 10px rgba(239,180,25,.18)}
html.ns-spacefi-page #root .ns-spacefi-milestone:first-of-type{color:#111a2e;background:linear-gradient(145deg,#ffe15c,#efb419 56%,#b97800);border-color:#ffe998;box-shadow:0 18px 45px rgba(168,111,0,.18)}
html.ns-spacefi-page #root .ns-spacefi-milestone:first-of-type:hover{background:linear-gradient(145deg,#ffe875,#f5bd24 56%,#c18105)!important}
html.ns-spacefi-page #root .ns-spacefi-milestone__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:48px}
html.ns-spacefi-page #root .ns-spacefi-milestone__top span{color:#a86f00;font:800 9px/1 ui-monospace,monospace;letter-spacing:.14em}
html.ns-spacefi-page #root .ns-spacefi-milestone__top strong{color:#111a2e;font-size:26px;letter-spacing:-.04em}
html.ns-spacefi-page #root .ns-spacefi-milestone:first-of-type .ns-spacefi-milestone__top span{color:#111a2e}
html.ns-spacefi-page #root .ns-spacefi-milestone h3{margin:auto 0 13px!important;color:#111a2e!important;font-size:20px!important;line-height:1.12!important;letter-spacing:-.025em}
html.ns-spacefi-page #root .ns-spacefi-milestone p{margin:0!important;color:#5f6a7b!important;font-size:13px!important;line-height:1.65!important}
html.ns-spacefi-page #root .ns-spacefi-milestone:first-of-type p{color:#344054!important}
html.ns-spacefi-page #root .ns-spacefi-milestone>small{margin-top:23px;color:#a86f00;font:850 8px/1.2 ui-monospace,monospace;letter-spacing:.14em}
html.ns-spacefi-page #root .ns-spacefi-milestone:first-of-type>small{color:#111a2e}
@keyframes ns-spacefi-track{to{transform:scaleX(1)}}
@media(max-width:900px){html.ns-spacefi-page #root .ns-spacefi-timeline__header{grid-template-columns:1fr;gap:24px}html.ns-spacefi-page #root .ns-spacefi-timeline__header>span{margin-bottom:-12px!important}html.ns-spacefi-page #root .ns-spacefi-timeline__header h2{font-size:48px!important}html.ns-spacefi-page #root .ns-spacefi-timeline__track{grid-template-columns:repeat(2,minmax(0,1fr))}html.ns-spacefi-page #root .ns-spacefi-milestone,html.ns-spacefi-page #root .ns-spacefi-milestone:nth-of-type(2),html.ns-spacefi-page #root .ns-spacefi-milestone:nth-of-type(3){grid-column:span 1}html.ns-spacefi-page #root .ns-spacefi-milestone:last-of-type{grid-column:1/-1}}
@media(max-width:620px){html.ns-spacefi-page #root .ns-spacefi-timeline{padding:78px 0!important}html.ns-spacefi-page #root .ns-spacefi-timeline__inner{width:min(100% - 32px,1240px)!important}html.ns-spacefi-page #root .ns-spacefi-timeline__marker{grid-template-columns:32px 1fr;margin-bottom:38px}html.ns-spacefi-page #root .ns-spacefi-timeline__marker::after,html.ns-spacefi-page #root .ns-spacefi-timeline__marker small{display:none}html.ns-spacefi-page #root .ns-spacefi-timeline__header{margin-bottom:42px!important}html.ns-spacefi-page #root .ns-spacefi-timeline__header h2{font-size:clamp(34px,10vw,40px)!important}html.ns-spacefi-page #root .ns-spacefi-timeline__track{grid-template-columns:1fr;gap:12px;padding-top:24px}html.ns-spacefi-page #root .ns-spacefi-milestone,html.ns-spacefi-page #root .ns-spacefi-milestone:nth-of-type(2),html.ns-spacefi-page #root .ns-spacefi-milestone:nth-of-type(3),html.ns-spacefi-page #root .ns-spacefi-milestone:last-of-type{grid-column:1;min-height:245px;padding:24px}html.ns-spacefi-page #root .ns-spacefi-milestone::before{display:none}}
@media(prefers-reduced-motion:reduce){html.ns-spacefi-page #root .ns-spacefi-timeline__rail i{animation:none;transform:none}html.ns-spacefi-page #root .ns-spacefi-milestone{transition:none}}


/* SpaceFi timeline editorial row layout */
html.ns-spacefi-page #root .ns-spacefi-timeline__track{display:grid!important;grid-template-columns:1fr!important;gap:0!important;padding:0 0 0 24px!important;background:#fffdf8!important;border:1px solid var(--spacefi-line)!important;border-radius:3px!important;box-shadow:0 24px 70px rgba(65,43,0,.07)!important}
html.ns-spacefi-page #root .ns-spacefi-timeline__rail{top:0!important;right:auto!important;bottom:0!important;left:0!important;width:3px!important;height:auto!important;background:rgba(17,26,46,.1)!important}
html.ns-spacefi-page #root .ns-spacefi-timeline__rail i{width:100%!important;height:100%!important;background:linear-gradient(180deg,#a86f00,#efb419 55%,#ffe15a)!important;transform:scaleY(0)!important;transform-origin:top!important;animation:ns-spacefi-track-vertical 1.3s cubic-bezier(.2,.72,.2,1) .25s forwards!important}
html.ns-spacefi-page #root .ns-spacefi-milestone,html.ns-spacefi-page #root .ns-spacefi-milestone:nth-of-type(2),html.ns-spacefi-page #root .ns-spacefi-milestone:nth-of-type(3),html.ns-spacefi-page #root .ns-spacefi-milestone:last-of-type{display:grid!important;grid-template-columns:170px minmax(210px,.8fr) minmax(300px,1.4fr) 130px!important;grid-column:1!important;align-items:center!important;gap:28px!important;min-height:154px!important;margin:0!important;padding:28px 32px!important;background:#fffdf8!important;border:0!important;border-bottom:1px solid var(--spacefi-line)!important;border-radius:0!important;box-shadow:none!important;transform:none!important;overflow:hidden!important}
html.ns-spacefi-page #root .ns-spacefi-milestone:last-of-type{border-bottom:0!important}
html.ns-spacefi-page #root .ns-spacefi-milestone::before{top:50%!important;left:-31px!important;width:11px!important;height:11px!important;transform:translateY(-50%)!important;background:#f3f0e8!important;border:3px solid #efb419!important;box-shadow:0 0 0 7px rgba(239,180,25,.11)!important}
html.ns-spacefi-page #root .ns-spacefi-milestone::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(239,180,25,.1),transparent 55%);opacity:0;transform:translateX(-15%);transition:opacity .35s ease,transform .5s cubic-bezier(.2,.72,.2,1)}
html.ns-spacefi-page #root .ns-spacefi-milestone:hover,html.ns-spacefi-page #root .ns-spacefi-milestone:focus-visible{z-index:1;background:#fff!important;border-color:var(--spacefi-line)!important;box-shadow:none!important;transform:none!important}
html.ns-spacefi-page #root .ns-spacefi-milestone:hover::after,html.ns-spacefi-page #root .ns-spacefi-milestone:focus-visible::after{opacity:1;transform:translateX(0)}
html.ns-spacefi-page #root .ns-spacefi-milestone:hover::before,html.ns-spacefi-page #root .ns-spacefi-milestone:focus-visible::before{transform:translateY(-50%) scale(1.25)!important;box-shadow:0 0 0 10px rgba(239,180,25,.17)!important}
html.ns-spacefi-page #root .ns-spacefi-milestone:first-of-type{background:linear-gradient(100deg,#efb419 0%,#ffd64d 100%)!important;border-color:rgba(17,26,46,.14)!important}
html.ns-spacefi-page #root .ns-spacefi-milestone:first-of-type:hover{background:linear-gradient(100deg,#e9aa09 0%,#ffda59 100%)!important}
html.ns-spacefi-page #root .ns-spacefi-milestone>*{position:relative;z-index:1}
html.ns-spacefi-page #root .ns-spacefi-milestone__top{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:22px!important;margin:0!important}
html.ns-spacefi-page #root .ns-spacefi-milestone__top span{min-width:24px!important;color:#a86f00!important}
html.ns-spacefi-page #root .ns-spacefi-milestone__top strong{font-size:34px!important}
html.ns-spacefi-page #root .ns-spacefi-milestone:first-of-type .ns-spacefi-milestone__top span{color:#111a2e!important}
html.ns-spacefi-page #root .ns-spacefi-milestone h3{margin:0!important;font-size:19px!important;line-height:1.2!important}
html.ns-spacefi-page #root .ns-spacefi-milestone p{margin:0!important;font-size:13px!important;line-height:1.65!important}
html.ns-spacefi-page #root .ns-spacefi-milestone>small{justify-self:end;margin:0!important;text-align:right!important}
@keyframes ns-spacefi-track-vertical{to{transform:scaleY(1)}}
@media(max-width:1050px){html.ns-spacefi-page #root .ns-spacefi-milestone,html.ns-spacefi-page #root .ns-spacefi-milestone:nth-of-type(2),html.ns-spacefi-page #root .ns-spacefi-milestone:nth-of-type(3),html.ns-spacefi-page #root .ns-spacefi-milestone:last-of-type{grid-template-columns:140px 1fr 1.35fr!important}html.ns-spacefi-page #root .ns-spacefi-milestone>small{display:none}}
@media(max-width:760px){html.ns-spacefi-page #root .ns-spacefi-timeline__track{padding-left:18px!important}html.ns-spacefi-page #root .ns-spacefi-milestone,html.ns-spacefi-page #root .ns-spacefi-milestone:nth-of-type(2),html.ns-spacefi-page #root .ns-spacefi-milestone:nth-of-type(3),html.ns-spacefi-page #root .ns-spacefi-milestone:last-of-type{grid-template-columns:115px 1fr!important;gap:14px 22px!important;min-height:0!important;padding:25px 22px!important}html.ns-spacefi-page #root .ns-spacefi-milestone::before{left:-25px!important}html.ns-spacefi-page #root .ns-spacefi-milestone__top{grid-row:1/3;align-self:start;flex-direction:column!important;align-items:flex-start!important;gap:8px!important}html.ns-spacefi-page #root .ns-spacefi-milestone__top strong{font-size:29px!important}html.ns-spacefi-page #root .ns-spacefi-milestone h3{grid-column:2!important}html.ns-spacefi-page #root .ns-spacefi-milestone p{grid-column:2!important}}
@media(max-width:480px){html.ns-spacefi-page #root .ns-spacefi-milestone,html.ns-spacefi-page #root .ns-spacefi-milestone:nth-of-type(2),html.ns-spacefi-page #root .ns-spacefi-milestone:nth-of-type(3),html.ns-spacefi-page #root .ns-spacefi-milestone:last-of-type{grid-template-columns:1fr!important;padding:24px 20px!important}html.ns-spacefi-page #root .ns-spacefi-milestone__top{grid-row:auto;flex-direction:row!important;align-items:center!important;justify-content:space-between!important}html.ns-spacefi-page #root .ns-spacefi-milestone h3,html.ns-spacefi-page #root .ns-spacefi-milestone p{grid-column:1!important}}
@media(prefers-reduced-motion:reduce){html.ns-spacefi-page #root .ns-spacefi-timeline__rail i{animation:none!important;transform:none!important}}


/* Stronger SpaceFi timeline interactions */
html.ns-spacefi-page #root .ns-spacefi-milestone{isolation:isolate;transition:transform .4s cubic-bezier(.2,.72,.2,1),box-shadow .4s ease,background .35s ease!important}
html.ns-spacefi-page #root .ns-spacefi-milestone::after{z-index:0!important;background:linear-gradient(105deg,transparent 0 24%,rgba(239,180,25,.16) 43%,rgba(255,255,255,.72) 50%,rgba(239,180,25,.1) 57%,transparent 76%)!important;opacity:0!important;transform:translateX(-80%)!important;transition:opacity .25s ease,transform .75s cubic-bezier(.2,.72,.2,1)!important}
html.ns-spacefi-page #root .ns-spacefi-milestone:hover,html.ns-spacefi-page #root .ns-spacefi-milestone:focus-visible{z-index:3!important;background:#fff!important;box-shadow:0 18px 44px rgba(80,52,0,.13)!important;transform:translateX(9px) scale(1.006)!important}
html.ns-spacefi-page #root .ns-spacefi-milestone:hover::after,html.ns-spacefi-page #root .ns-spacefi-milestone:focus-visible::after{opacity:1!important;transform:translateX(80%)!important}
html.ns-spacefi-page #root .ns-spacefi-milestone:first-of-type:hover,html.ns-spacefi-page #root .ns-spacefi-milestone:first-of-type:focus-visible{background:linear-gradient(100deg,#e5a406 0%,#ffe06a 100%)!important;box-shadow:0 20px 50px rgba(168,111,0,.24)!important}
html.ns-spacefi-page #root .ns-spacefi-milestone h3,html.ns-spacefi-page #root .ns-spacefi-milestone__top strong,html.ns-spacefi-page #root .ns-spacefi-milestone>small{transition:color .3s ease,transform .4s cubic-bezier(.2,.72,.2,1),letter-spacing .35s ease!important}
html.ns-spacefi-page #root .ns-spacefi-milestone:hover h3,html.ns-spacefi-page #root .ns-spacefi-milestone:focus-visible h3{color:#a86f00!important;transform:translateX(5px)!important}
html.ns-spacefi-page #root .ns-spacefi-milestone:first-of-type:hover h3,html.ns-spacefi-page #root .ns-spacefi-milestone:first-of-type:focus-visible h3{color:#111a2e!important}
html.ns-spacefi-page #root .ns-spacefi-milestone:hover .ns-spacefi-milestone__top strong,html.ns-spacefi-page #root .ns-spacefi-milestone:focus-visible .ns-spacefi-milestone__top strong{color:#a86f00!important;transform:scale(1.08)!important}
html.ns-spacefi-page #root .ns-spacefi-milestone:first-of-type:hover .ns-spacefi-milestone__top strong,html.ns-spacefi-page #root .ns-spacefi-milestone:first-of-type:focus-visible .ns-spacefi-milestone__top strong{color:#111a2e!important}
html.ns-spacefi-page #root .ns-spacefi-milestone:hover>small,html.ns-spacefi-page #root .ns-spacefi-milestone:focus-visible>small{letter-spacing:.2em!important;transform:translateX(-4px)!important}
html.ns-spacefi-page #root .ns-spacefi-milestone:hover::before,html.ns-spacefi-page #root .ns-spacefi-milestone:focus-visible::before{background:#efb419!important;border-color:#fff7d6!important;box-shadow:0 0 0 7px rgba(239,180,25,.2),0 0 22px rgba(239,180,25,.75)!important}
@media(max-width:760px){html.ns-spacefi-page #root .ns-spacefi-milestone:hover,html.ns-spacefi-page #root .ns-spacefi-milestone:focus-visible{transform:translateX(4px)!important}}
@media(prefers-reduced-motion:reduce){html.ns-spacefi-page #root .ns-spacefi-milestone:hover,html.ns-spacefi-page #root .ns-spacefi-milestone:focus-visible{transform:none!important}html.ns-spacefi-page #root .ns-spacefi-milestone::after{display:none!important}}


/* SpaceFi private acquisition closing */
html.ns-spacefi-page #root .ns-spacefi-closing{position:relative;padding:112px 0!important;overflow:hidden;color:#f7f4ed;background:#030817!important;border-top:1px solid rgba(255,255,255,.09)}
html.ns-spacefi-page #root .ns-spacefi-closing::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 87% 24%,rgba(239,180,25,.09),transparent 25%),linear-gradient(125deg,transparent 0 67%,rgba(239,180,25,.035) 67% 67.1%,transparent 67.1%)}
html.ns-spacefi-page #root .ns-spacefi-closing__inner{position:relative;width:min(1240px,calc(100% - 48px));margin:auto}
html.ns-spacefi-page #root .ns-spacefi-closing__marker{display:grid;grid-template-columns:34px auto 1fr auto;align-items:center;gap:14px;margin-bottom:58px;color:#efb419;font:850 9px/1 ui-monospace,monospace;letter-spacing:.16em}
html.ns-spacefi-page #root .ns-spacefi-closing__marker::after{content:"";grid-column:3;height:1px;background:rgba(255,255,255,.12)}
html.ns-spacefi-page #root .ns-spacefi-closing__marker span{display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(239,180,25,.42);border-radius:50%}
html.ns-spacefi-page #root .ns-spacefi-closing__marker b{color:#f7f4ed}
html.ns-spacefi-page #root .ns-spacefi-closing__marker small{grid-column:4;color:#efb419;font:inherit}
html.ns-spacefi-page #root .ns-spacefi-closing__panel{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(330px,.72fr);min-height:440px;background:#071022;border:1px solid rgba(255,255,255,.14);border-radius:3px;box-shadow:0 35px 90px rgba(0,0,0,.28);overflow:hidden}
html.ns-spacefi-page #root .ns-spacefi-closing__copy{position:relative;display:flex;flex-direction:column;justify-content:center;padding:70px clamp(42px,6vw,82px);overflow:hidden}
html.ns-spacefi-page #root .ns-spacefi-closing__copy::before{content:"SPACEFI";position:absolute;right:-22px;bottom:-42px;color:rgba(255,255,255,.025);font-size:150px;font-weight:900;letter-spacing:-.08em;line-height:1}
html.ns-spacefi-page #root .ns-spacefi-closing__copy>span{width:max-content;margin-bottom:30px;color:#efb419;font:850 9px/1 ui-monospace,monospace;letter-spacing:.17em}
html.ns-spacefi-page #root .ns-spacefi-closing__copy>span::before{content:"";display:inline-block;width:30px;height:1px;margin-right:12px;vertical-align:middle;background:#efb419}
html.ns-spacefi-page #root .ns-spacefi-closing__copy h2{position:relative;max-width:720px;margin:0 0 28px!important;color:#f7f4ed!important;font-size:60px!important;font-weight:650!important;letter-spacing:-.055em!important;line-height:.98!important}
html.ns-spacefi-page #root .ns-spacefi-closing__copy h2 strong{display:block;color:#efb419;font:inherit}
html.ns-spacefi-page #root .ns-spacefi-closing__copy p{position:relative;max-width:590px;margin:0!important;color:#9ca5b6!important;font-size:15px!important;line-height:1.75!important}
html.ns-spacefi-page #root .ns-spacefi-closing__action{position:relative;display:flex;flex-direction:column;justify-content:center;padding:54px 42px;background:linear-gradient(155deg,#efb419 0%,#d28b00 100%);color:#111a2e;overflow:hidden}
html.ns-spacefi-page #root .ns-spacefi-closing__action::before{content:"";position:absolute;top:-90px;right:-90px;width:250px;height:250px;border:1px solid rgba(17,26,46,.2);border-radius:50%;box-shadow:0 0 0 38px rgba(17,26,46,.04),0 0 0 76px rgba(17,26,46,.025);transition:transform .6s cubic-bezier(.2,.72,.2,1)}
html.ns-spacefi-page #root .ns-spacefi-closing__action:hover::before{transform:scale(1.14) rotate(12deg)}
html.ns-spacefi-page #root .ns-spacefi-closing__action>small{position:relative;margin-bottom:48px;font:850 9px/1 ui-monospace,monospace;letter-spacing:.15em}
html.ns-spacefi-page #root .ns-spacefi-closing__action>strong{position:relative;font-size:36px;letter-spacing:-.045em;line-height:1}
html.ns-spacefi-page #root .ns-spacefi-closing__action>p{position:relative;margin:14px 0 34px!important;color:#344054!important;font-size:13px!important;line-height:1.65!important}
html.ns-spacefi-page #root .ns-spacefi-closing__button{position:relative}
html.ns-spacefi-page #root .ns-spacefi-closing__offer{display:flex!important;width:100%!important;min-height:54px!important;align-items:center!important;justify-content:center!important;padding:0 24px!important;color:#f7f4ed!important;background:#111a2e!important;border:1px solid #111a2e!important;border-radius:2px!important;font-size:14px!important;font-weight:800!important;box-shadow:none!important;transition:transform .3s ease,background .3s ease,box-shadow .3s ease!important}
html.ns-spacefi-page #root .ns-spacefi-closing__offer:hover{background:#030817!important;box-shadow:0 14px 30px rgba(17,26,46,.26)!important;transform:translateY(-3px)!important}
html.ns-spacefi-page #root .ns-spacefi-closing__action>span{position:relative;margin-top:17px;font-size:10px;font-weight:750;letter-spacing:.04em;text-align:center}
html.ns-spacefi-page #root .ns-spacefi-closing__trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:14px;border:1px solid rgba(255,255,255,.11);border-radius:3px;overflow:hidden}
html.ns-spacefi-page #root .ns-spacefi-closing__trust>div{display:flex;min-height:78px;align-items:center;gap:14px;padding:0 22px;background:#071022;border-right:1px solid rgba(255,255,255,.09);transition:background .3s ease,transform .3s ease}
html.ns-spacefi-page #root .ns-spacefi-closing__trust>div:hover{z-index:1;background:#0c172b;transform:translateY(-4px)}
html.ns-spacefi-page #root .ns-spacefi-closing__trust>div b{color:#efb419;font:800 9px/1 ui-monospace,monospace}
html.ns-spacefi-page #root .ns-spacefi-closing__trust>div span{color:#d2d6df;font-size:12px;font-weight:700}
html.ns-spacefi-page #root .ns-spacefi-closing__trust>p{grid-column:1/-1;margin:0!important;padding:13px 22px!important;color:#687286!important;background:#050c1b;border-top:1px solid rgba(255,255,255,.08);font-size:10px!important;text-align:center!important;letter-spacing:.04em}
@media(max-width:900px){html.ns-spacefi-page #root .ns-spacefi-closing__panel{grid-template-columns:1fr}html.ns-spacefi-page #root .ns-spacefi-closing__copy h2{font-size:48px!important}html.ns-spacefi-page #root .ns-spacefi-closing__action{min-height:330px}html.ns-spacefi-page #root .ns-spacefi-closing__trust{grid-template-columns:repeat(2,1fr)}html.ns-spacefi-page #root .ns-spacefi-closing__trust>div:nth-child(2){border-right:0}}
@media(max-width:620px){html.ns-spacefi-page #root .ns-spacefi-closing{padding:78px 0!important}html.ns-spacefi-page #root .ns-spacefi-closing__inner{width:min(100% - 32px,1240px)}html.ns-spacefi-page #root .ns-spacefi-closing__marker{grid-template-columns:32px 1fr;margin-bottom:38px}html.ns-spacefi-page #root .ns-spacefi-closing__marker::after,html.ns-spacefi-page #root .ns-spacefi-closing__marker small{display:none}html.ns-spacefi-page #root .ns-spacefi-closing__copy{padding:46px 26px}html.ns-spacefi-page #root .ns-spacefi-closing__copy h2{font-size:clamp(34px,10vw,40px)!important}html.ns-spacefi-page #root .ns-spacefi-closing__action{min-height:0;padding:42px 26px}html.ns-spacefi-page #root .ns-spacefi-closing__action>small{margin-bottom:35px}html.ns-spacefi-page #root .ns-spacefi-closing__trust{grid-template-columns:1fr}html.ns-spacefi-page #root .ns-spacefi-closing__trust>div{min-height:64px;border-right:0;border-bottom:1px solid rgba(255,255,255,.09)}}
@media(prefers-reduced-motion:reduce){html.ns-spacefi-page #root .ns-spacefi-closing__action::before,html.ns-spacefi-page #root .ns-spacefi-closing__offer,html.ns-spacefi-page #root .ns-spacefi-closing__trust>div{transition:none!important}}


/* Refined SpaceFi domain dossier */
html.ns-spacefi-page #root .ns-spacefi-closing__panel{position:relative;grid-template-columns:minmax(0,1.45fr) minmax(360px,.72fr)!important;min-height:500px!important;background:linear-gradient(135deg,#071022 0%,#040a17 100%)!important;border-color:rgba(239,180,25,.28)!important;box-shadow:0 38px 100px rgba(0,0,0,.4)!important}
html.ns-spacefi-page #root .ns-spacefi-closing__panel::before{content:"";position:absolute;top:0;right:0;left:0;height:3px;background:linear-gradient(90deg,#a86f00,#efb419 45%,#ffe15a,transparent);transform:scaleX(.42);transform-origin:left;transition:transform .8s cubic-bezier(.2,.72,.2,1)}
html.ns-spacefi-page #root .ns-spacefi-closing__panel:hover::before{transform:scaleX(1)}
html.ns-spacefi-page #root .ns-spacefi-closing__copy{padding:74px clamp(42px,6vw,84px)!important;border-right:1px solid rgba(255,255,255,.08)}
html.ns-spacefi-page #root .ns-spacefi-closing__copy::after{content:"PRIVATE DOMAIN ACQUISITION";position:absolute;right:30px;bottom:26px;color:rgba(255,255,255,.22);font:750 8px/1 ui-monospace,monospace;letter-spacing:.2em}
html.ns-spacefi-page #root .ns-spacefi-closing__copy h2{max-width:680px!important;font-size:56px!important}
html.ns-spacefi-page #root .ns-spacefi-closing__copy h2 strong{position:relative;width:max-content;max-width:100%}
html.ns-spacefi-page #root .ns-spacefi-closing__copy h2 strong::after{content:"";position:absolute;right:0;bottom:-9px;left:0;height:2px;background:linear-gradient(90deg,#efb419,transparent);transform:scaleX(.35);transform-origin:left;transition:transform .6s ease}
html.ns-spacefi-page #root .ns-spacefi-closing__panel:hover .ns-spacefi-closing__copy h2 strong::after{transform:scaleX(1)}
html.ns-spacefi-page #root .ns-spacefi-closing__action{align-self:stretch;justify-self:stretch;margin:26px!important;padding:48px 36px!important;color:#111a2e!important;background:#f3f0e8!important;border:1px solid rgba(239,180,25,.55)!important;box-shadow:0 20px 55px rgba(0,0,0,.22)!important;transition:transform .42s cubic-bezier(.2,.72,.2,1),box-shadow .42s ease!important}
html.ns-spacefi-page #root .ns-spacefi-closing__action:hover{box-shadow:0 30px 70px rgba(0,0,0,.34)!important;transform:translateY(-7px)!important}
html.ns-spacefi-page #root .ns-spacefi-closing__action::before{top:auto!important;right:-74px!important;bottom:-92px!important;width:230px!important;height:230px!important;border-color:rgba(168,111,0,.2)!important;box-shadow:0 0 0 34px rgba(239,180,25,.07),0 0 0 68px rgba(168,111,0,.035)!important}
html.ns-spacefi-page #root .ns-spacefi-closing__action::after{content:"AVAILABLE";position:absolute;top:0;right:0;padding:9px 13px;color:#111a2e;background:#efb419;font:850 8px/1 ui-monospace,monospace;letter-spacing:.14em}
html.ns-spacefi-page #root .ns-spacefi-closing__action>small{width:max-content;margin-bottom:auto!important;padding:8px 10px;color:#a86f00!important;background:#fff9e8;border:1px solid rgba(168,111,0,.22)}
html.ns-spacefi-page #root .ns-spacefi-closing__action>strong{margin-top:56px!important;font-size:42px!important}
html.ns-spacefi-page #root .ns-spacefi-closing__action>p{max-width:285px!important;margin-bottom:38px!important}
html.ns-spacefi-page #root .ns-spacefi-closing__offer{position:relative;overflow:hidden;background:#111a2e!important;border-color:#111a2e!important}
html.ns-spacefi-page #root .ns-spacefi-closing__offer::after{content:"→";margin-left:18px;color:#efb419;font-size:18px;transition:transform .3s ease}
html.ns-spacefi-page #root .ns-spacefi-closing__offer:hover::after{transform:translateX(6px)}
html.ns-spacefi-page #root .ns-spacefi-closing__action>span{text-align:left!important;color:#5f6a7b!important}
html.ns-spacefi-page #root .ns-spacefi-closing__trust{margin-top:16px!important;background:#050c1b!important;border-color:rgba(239,180,25,.2)!important}
html.ns-spacefi-page #root .ns-spacefi-closing__trust>div{position:relative;min-height:86px!important;padding-left:28px!important;background:#050c1b!important;overflow:hidden!important}
html.ns-spacefi-page #root .ns-spacefi-closing__trust>div::after{content:"";position:absolute;right:0;bottom:0;left:0;height:2px;background:#efb419;transform:scaleX(0);transform-origin:left;transition:transform .35s ease}
html.ns-spacefi-page #root .ns-spacefi-closing__trust>div:hover{background:#091326!important;transform:none!important}
html.ns-spacefi-page #root .ns-spacefi-closing__trust>div:hover::after{transform:scaleX(1)}
html.ns-spacefi-page #root .ns-spacefi-closing__trust>div b{display:grid;width:30px;height:30px;place-items:center;border:1px solid rgba(239,180,25,.3);border-radius:50%}
@media(max-width:900px){html.ns-spacefi-page #root .ns-spacefi-closing__panel{grid-template-columns:1fr!important}.ns-spacefi-closing__copy{border-right:0!important}.ns-spacefi-closing__action{min-height:390px!important}.ns-spacefi-closing__copy h2{font-size:48px!important}}
@media(max-width:620px){html.ns-spacefi-page #root .ns-spacefi-closing__panel{min-height:0!important}html.ns-spacefi-page #root .ns-spacefi-closing__copy{padding:46px 26px 58px!important}html.ns-spacefi-page #root .ns-spacefi-closing__copy h2{font-size:clamp(34px,10vw,40px)!important}html.ns-spacefi-page #root .ns-spacefi-closing__copy::after{right:24px;bottom:22px}html.ns-spacefi-page #root .ns-spacefi-closing__action{min-height:360px!important;margin:12px!important;padding:38px 26px!important}html.ns-spacefi-page #root .ns-spacefi-closing__action>strong{margin-top:48px!important;font-size:36px!important}}
@media(prefers-reduced-motion:reduce){html.ns-spacefi-page #root .ns-spacefi-closing__panel::before,html.ns-spacefi-page #root .ns-spacefi-closing__copy h2 strong::after,html.ns-spacefi-page #root .ns-spacefi-closing__action{transition:none!important}}


/* SpaceFi closing warm canvas */
html.ns-spacefi-page #root .ns-spacefi-closing{color:#111a2e!important;background:#f3f0e8!important;border-top:1px solid rgba(17,26,46,.14)!important;border-bottom:1px solid rgba(17,26,46,.14)!important}
html.ns-spacefi-page #root .ns-spacefi-closing::before{opacity:.75!important;background:radial-gradient(circle at 88% 15%,rgba(239,180,25,.18),transparent 25%),linear-gradient(125deg,transparent 0 68%,rgba(168,111,0,.07) 68% 68.1%,transparent 68.1%)!important}
html.ns-spacefi-page #root .ns-spacefi-closing__marker{color:#a86f00!important}
html.ns-spacefi-page #root .ns-spacefi-closing__marker::after{background:rgba(17,26,46,.14)!important}
html.ns-spacefi-page #root .ns-spacefi-closing__marker span{border-color:rgba(168,111,0,.4)!important}
html.ns-spacefi-page #root .ns-spacefi-closing__marker b{color:#111a2e!important}
html.ns-spacefi-page #root .ns-spacefi-closing__marker small{color:#a86f00!important}
html.ns-spacefi-page #root .ns-spacefi-closing__panel{box-shadow:0 34px 90px rgba(65,43,0,.18)!important}


/* SpaceFi closing dark canvas */
html.ns-spacefi-page #root .ns-spacefi-closing{color:#f7f4ed!important;background:#030817!important;border-top:1px solid rgba(255,255,255,.09)!important;border-bottom:1px solid rgba(255,255,255,.09)!important}
html.ns-spacefi-page #root .ns-spacefi-closing::before{opacity:1!important;background:radial-gradient(circle at 88% 15%,rgba(239,180,25,.09),transparent 25%),linear-gradient(125deg,transparent 0 68%,rgba(239,180,25,.035) 68% 68.1%,transparent 68.1%)!important}
html.ns-spacefi-page #root .ns-spacefi-closing__marker{color:#efb419!important}
html.ns-spacefi-page #root .ns-spacefi-closing__marker::after{background:rgba(255,255,255,.12)!important}
html.ns-spacefi-page #root .ns-spacefi-closing__marker span{border-color:rgba(239,180,25,.42)!important}
html.ns-spacefi-page #root .ns-spacefi-closing__marker b{color:#f7f4ed!important}
html.ns-spacefi-page #root .ns-spacefi-closing__marker small{color:#efb419!important}
html.ns-spacefi-page #root .ns-spacefi-closing__panel{box-shadow:0 38px 100px rgba(0,0,0,.42)!important}


/* SpaceFi hero redesign */
html.ns-spacefi-page #root .ns-spacefi-hero{min-height:900px!important;padding:0!important;background:#030817!important;border-bottom:1px solid rgba(255,255,255,.1)!important}
html.ns-spacefi-page #root .ns-spacefi-hero::after{content:"";position:absolute;right:0;bottom:0;left:0;height:3px;background:linear-gradient(90deg,#a86f00,#efb419 45%,#ffe15a,transparent 82%);z-index:12}
html.ns-spacefi-page #root .ns-spacefi-hero__inner{display:grid!important;width:min(1380px,calc(100% - 64px))!important;max-width:1380px!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;grid-template-rows:auto auto!important;align-items:start!important;gap:34px 54px!important;margin:auto!important;padding:154px 0 78px!important}
html.ns-spacefi-page #root .ns-spacefi-hero__title{grid-column:1/8!important;grid-row:1!important;align-items:flex-start!important;text-align:left!important}
html.ns-spacefi-page #root .ns-spacefi-hero__title>div:first-child{justify-content:flex-start!important;margin-bottom:28px!important}
html.ns-spacefi-page #root .ns-spacefi-hero__title>div:first-child span{color:#efb419!important;background:rgba(239,180,25,.08)!important;border-color:rgba(239,180,25,.3)!important;border-radius:2px!important;font-size:9px!important;letter-spacing:.16em!important}
html.ns-spacefi-page #root .ns-spacefi-hero__title h1{margin:0 0 20px!important;color:#f3f0e8!important;background:linear-gradient(100deg,#f3f0e8 0%,#ffd74c 55%,#efb419 100%)!important;font-size:clamp(64px,7vw,104px)!important;font-weight:700!important;line-height:.86!important;letter-spacing:-.075em!important;filter:drop-shadow(0 14px 34px rgba(0,0,0,.32))!important;-webkit-background-clip:text!important;background-clip:text!important}
html.ns-spacefi-page #root .ns-spacefi-hero__title>p{display:block!important;margin:0!important;color:#d8dce5!important;font-size:17px!important;font-weight:500!important;letter-spacing:.025em!important}
html.ns-spacefi-page #root .ns-spacefi-hero__title>p span{color:#efb419!important}
html.ns-spacefi-page #root .ns-spacefi-hero__content{grid-column:1/8!important;grid-row:2!important;align-items:flex-start!important;text-align:left!important}
html.ns-spacefi-page #root .ns-spacefi-hero__content>p[class*="lg:hidden"]{display:none!important}
html.ns-spacefi-page #root .ns-spacefi-hero__content>p[class*="text-gray-400"]{max-width:670px!important;margin:0 0 30px!important;color:#a8b0bf!important;font-size:16px!important;line-height:1.75!important}
html.ns-spacefi-page #root .ns-spacefi-hero__content>p:first-of-type{max-width:670px!important;margin:0 0 30px!important;color:#a8b0bf!important;font-size:16px!important;line-height:1.75!important}
html.ns-spacefi-page #root .ns-spacefi-hero__content>p:first-of-type span{color:#f3f0e8!important}
html.ns-spacefi-page #root .ns-spacefi-hero__content>div.flex.flex-wrap.gap-2{display:grid!important;width:100%!important;max-width:680px!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:1px!important;margin:0 0 22px!important;background:rgba(255,255,255,.1)!important;border:1px solid rgba(255,255,255,.1)!important}
html.ns-spacefi-page #root .ns-spacefi-hero__content>div.flex.flex-wrap.gap-2>span{display:flex!important;min-height:86px!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:8px!important;padding:15px!important;color:#dce0e7!important;background:#071022!important;border:0!important;border-radius:0!important;font-size:10px!important;line-height:1.35!important}
html.ns-spacefi-page #root .ns-spacefi-hero__content>div.flex.flex-wrap.gap-2>span svg{width:16px!important;height:16px!important;color:#efb419!important}
html.ns-spacefi-page #root .ns-spacefi-hero__content>div.flex.items-start{max-width:680px!important;margin:0 0 22px!important;padding:15px 18px!important;background:rgba(239,180,25,.08)!important;border:1px solid rgba(239,180,25,.25)!important;border-radius:2px!important}
html.ns-spacefi-page #root .ns-spacefi-hero__content>div.flex.items-start p{color:#c5cad3!important;font-size:11px!important}
html.ns-spacefi-page #root .ns-spacefi-hero__content>div.flex.flex-wrap.gap-3{display:none!important}
html.ns-spacefi-page #root .ns-spacefi-hero__content>div:last-child{justify-content:flex-start!important}
html.ns-spacefi-page #root .ns-spacefi-hero__content>div:last-child span{color:#8f98a9!important}
html.ns-spacefi-page #root .ns-spacefi-hero__content>div:last-child svg{color:#efb419!important}
html.ns-spacefi-page #root .ns-spacefi-hero__form-card{grid-column:8/13!important;grid-row:1/3!important;width:100%!important;max-width:480px!important;justify-self:end!important;align-self:start!important;background:rgba(7,16,34,.94)!important;border:1px solid rgba(239,180,25,.35)!important;border-radius:3px!important;box-shadow:0 36px 90px rgba(0,0,0,.48)!important;backdrop-filter:blur(18px)!important;transition:transform .4s cubic-bezier(.2,.72,.2,1),box-shadow .4s ease!important}
html.ns-spacefi-page #root .ns-spacefi-hero__form-card:hover{box-shadow:0 42px 100px rgba(0,0,0,.55),0 0 0 1px rgba(239,180,25,.16)!important;transform:translateY(-6px)!important}
html.ns-spacefi-page #root .ns-spacefi-hero__form-card>div:first-child{height:3px!important;background:linear-gradient(90deg,#a86f00,#efb419,#ffe15a)!important}
html.ns-spacefi-page #root .ns-spacefi-hero__form-card h2{color:#f3f0e8!important;background:none!important;font-size:23px!important;font-weight:700!important;letter-spacing:-.03em!important;-webkit-text-fill-color:#f3f0e8!important}
html.ns-spacefi-page #root .ns-spacefi-hero__form{padding:22px 26px 26px!important}
html.ns-spacefi-page #root .ns-spacefi-hero__form label{color:#8f98a9!important}
html.ns-spacefi-page #root .ns-spacefi-hero__form input,html.ns-spacefi-page #root .ns-spacefi-hero__form textarea{color:#f3f0e8!important;background:#030817!important;border-color:rgba(255,255,255,.13)!important;border-radius:2px!important;box-shadow:none!important}
html.ns-spacefi-page #root .ns-spacefi-hero__form input:focus,html.ns-spacefi-page #root .ns-spacefi-hero__form textarea:focus{border-color:#efb419!important;box-shadow:0 0 0 2px rgba(239,180,25,.12)!important}
html.ns-spacefi-page #root .ns-spacefi-hero__form button[type="submit"]{color:#111a2e!important;background:linear-gradient(100deg,#d99000,#efb419 55%,#ffe15a)!important;border:1px solid #ffdc65!important;border-radius:2px!important;box-shadow:0 12px 30px rgba(168,111,0,.24)!important}
html.ns-spacefi-page #root .ns-spacefi-hero__form button[type="submit"]:hover{box-shadow:0 17px 38px rgba(239,180,25,.33)!important}
html.ns-spacefi-page #root .ns-spacefi-hero__form button[type="submit"] svg{color:#111a2e!important}
@media(max-width:1050px){html.ns-spacefi-page #root .ns-spacefi-hero__inner{width:min(100% - 40px,900px)!important;grid-template-columns:1fr!important;gap:34px!important;padding-top:132px!important}html.ns-spacefi-page #root .ns-spacefi-hero__title,html.ns-spacefi-page #root .ns-spacefi-hero__content,html.ns-spacefi-page #root .ns-spacefi-hero__form-card{grid-column:1!important;grid-row:auto!important;max-width:none!important;justify-self:stretch!important}html.ns-spacefi-page #root .ns-spacefi-hero__title h1{font-size:clamp(60px,12vw,88px)!important}html.ns-spacefi-page #root .ns-spacefi-hero__form-card{margin-top:12px!important}}
@media(max-width:620px){html.ns-spacefi-page #root .ns-spacefi-hero{min-height:0!important}html.ns-spacefi-page #root .ns-spacefi-hero__inner{width:min(100% - 28px,900px)!important;gap:26px!important;padding:112px 0 58px!important}html.ns-spacefi-page #root .ns-spacefi-hero__title{align-items:flex-start!important;text-align:left!important}html.ns-spacefi-page #root .ns-spacefi-hero__title>div:first-child{justify-content:flex-start!important;gap:7px!important;margin-bottom:22px!important}html.ns-spacefi-page #root .ns-spacefi-hero__title h1{font-size:clamp(46px,15vw,64px)!important;line-height:.92!important}html.ns-spacefi-page #root .ns-spacefi-hero__title>p{font-size:14px!important}html.ns-spacefi-page #root .ns-spacefi-hero__content{align-items:flex-start!important;text-align:left!important}html.ns-spacefi-page #root .ns-spacefi-hero__content>p:first-of-type{font-size:14px!important}html.ns-spacefi-page #root .ns-spacefi-hero__content>div.flex.flex-wrap.gap-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}html.ns-spacefi-page #root .ns-spacefi-hero__content>div.flex.flex-wrap.gap-2>span{min-height:74px!important}html.ns-spacefi-page #root .ns-spacefi-hero__form{padding:20px!important}html.ns-spacefi-page #root .ns-spacefi-hero__form .grid.grid-cols-2{grid-template-columns:1fr!important}}
@media(prefers-reduced-motion:reduce){html.ns-spacefi-page #root .ns-spacefi-hero__form-card{transition:none!important}}


/* Keep SpaceFi offer form in the second column */
@media(min-width:781px) and (max-width:1050px){
  html.ns-spacefi-page #root .ns-spacefi-hero__inner{width:min(100% - 32px,1040px)!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;grid-template-rows:auto auto!important;gap:28px 30px!important;padding:132px 0 68px!important}
  html.ns-spacefi-page #root .ns-spacefi-hero__title{grid-column:1/8!important;grid-row:1!important}
  html.ns-spacefi-page #root .ns-spacefi-hero__content{grid-column:1/8!important;grid-row:2!important}
  html.ns-spacefi-page #root .ns-spacefi-hero__form-card{grid-column:8/13!important;grid-row:1/3!important;width:100%!important;max-width:440px!important;justify-self:end!important;align-self:start!important;margin-top:0!important}
  html.ns-spacefi-page #root .ns-spacefi-hero__title h1{font-size:clamp(52px,7.2vw,76px)!important}
  html.ns-spacefi-page #root .ns-spacefi-hero__content>div.flex.flex-wrap.gap-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  html.ns-spacefi-page #root .ns-spacefi-hero__form .grid.grid-cols-2{grid-template-columns:1fr!important}
}
@media(max-width:780px){
  html.ns-spacefi-page #root .ns-spacefi-hero__inner{grid-template-columns:1fr!important}
  html.ns-spacefi-page #root .ns-spacefi-hero__title,html.ns-spacefi-page #root .ns-spacefi-hero__content,html.ns-spacefi-page #root .ns-spacefi-hero__form-card{grid-column:1!important;grid-row:auto!important;max-width:none!important;justify-self:stretch!important}
  html.ns-spacefi-page #root .ns-spacefi-hero__title{order:1!important}
  html.ns-spacefi-page #root .ns-spacefi-hero__content{order:2!important}
  html.ns-spacefi-page #root .ns-spacefi-hero__form-card{order:3!important;margin-top:4px!important}
}
html.ns-spacefi-page .ns-global-floating__offer,html.ns-spacefi-page #root [data-testid="button-make-offer-floating"],html.ns-spacefi-page #root .ns-spacefi-closing__button{display:none!important}
html.ns-spacefi-page .ns-global-floating__offer{display:flex!important}
html.ns-spacefi-page [data-testid="button-make-offer-floating"]{display:none!important}


/* SpaceFi hero spacing and market signal motion */
html.ns-spacefi-page #root .ns-spacefi-hero__inner{padding-top:116px!important}
html.ns-spacefi-page #root .ns-spacefi-hero__content>div.flex.flex-wrap.gap-2>span{position:relative;overflow:hidden;transition:background .3s ease,transform .35s cubic-bezier(.2,.72,.2,1),box-shadow .35s ease!important;animation:ns-spacefi-signal-in .65s cubic-bezier(.2,.72,.2,1) both}
html.ns-spacefi-page #root .ns-spacefi-hero__content>div.flex.flex-wrap.gap-2>span:nth-child(2){animation-delay:.07s}
html.ns-spacefi-page #root .ns-spacefi-hero__content>div.flex.flex-wrap.gap-2>span:nth-child(3){animation-delay:.14s}
html.ns-spacefi-page #root .ns-spacefi-hero__content>div.flex.flex-wrap.gap-2>span:nth-child(4){animation-delay:.21s}
html.ns-spacefi-page #root .ns-spacefi-hero__content>div.flex.flex-wrap.gap-2>span::after{content:"";position:absolute;right:0;bottom:0;left:0;height:2px;background:linear-gradient(90deg,#a86f00,#efb419,#ffe15a);transform:scaleX(0);transform-origin:left;transition:transform .35s ease}
html.ns-spacefi-page #root .ns-spacefi-hero__content>div.flex.flex-wrap.gap-2>span:hover{z-index:2;background:#0c172b!important;box-shadow:0 16px 34px rgba(0,0,0,.28)!important;transform:translateY(-7px)!important}
html.ns-spacefi-page #root .ns-spacefi-hero__content>div.flex.flex-wrap.gap-2>span:hover::after{transform:scaleX(1)}
html.ns-spacefi-page #root .ns-spacefi-hero__content>div.flex.flex-wrap.gap-2>span svg{transition:color .3s ease,filter .3s ease,transform .4s cubic-bezier(.2,.72,.2,1)!important}
html.ns-spacefi-page #root .ns-spacefi-hero__content>div.flex.flex-wrap.gap-2>span:hover svg{color:#ffe15a!important;filter:drop-shadow(0 0 8px rgba(239,180,25,.75));transform:translateY(-2px) scale(1.18) rotate(-6deg)}
html.ns-spacefi-page #root .ns-spacefi-hero__content>div.flex.items-start{transition:background .3s ease,border-color .3s ease,box-shadow .35s ease,transform .35s cubic-bezier(.2,.72,.2,1)!important}
html.ns-spacefi-page #root .ns-spacefi-hero__content>div.flex.items-start:hover{background:rgba(239,180,25,.12)!important;border-color:rgba(239,180,25,.48)!important;box-shadow:0 15px 38px rgba(0,0,0,.24),inset 0 0 30px rgba(239,180,25,.035)!important;transform:translateY(-4px)!important}
html.ns-spacefi-page #root .ns-spacefi-hero__content>div.flex.items-start>span:first-child{display:inline-block;transform-origin:50% 90%;animation:ns-spacefi-fire 1.15s ease-in-out infinite;filter:drop-shadow(0 0 7px rgba(255,136,0,.55))}
@keyframes ns-spacefi-signal-in{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@keyframes ns-spacefi-fire{0%,100%{transform:translateY(0) rotate(-3deg) scale(1);filter:drop-shadow(0 0 5px rgba(255,119,0,.45))}35%{transform:translateY(-3px) rotate(4deg) scale(1.13,.94);filter:drop-shadow(0 0 10px rgba(255,188,0,.85))}65%{transform:translateY(-1px) rotate(-5deg) scale(.95,1.12);filter:drop-shadow(0 0 8px rgba(255,82,0,.72))}}
@media(min-width:781px) and (max-width:1050px){html.ns-spacefi-page #root .ns-spacefi-hero__inner{padding-top:106px!important}}
@media(max-width:780px){html.ns-spacefi-page #root .ns-spacefi-hero__inner{padding-top:94px!important}}
@media(prefers-reduced-motion:reduce){html.ns-spacefi-page #root .ns-spacefi-hero__content>div.flex.flex-wrap.gap-2>span,html.ns-spacefi-page #root .ns-spacefi-hero__content>div.flex.items-start>span:first-child{animation:none!important}html.ns-spacefi-page #root .ns-spacefi-hero__content>div.flex.flex-wrap.gap-2>span:hover,html.ns-spacefi-page #root .ns-spacefi-hero__content>div.flex.items-start:hover{transform:none!important}}


/* SpaceFi live buyer activity */
html.ns-spacefi-page #root .ns-spacefi-hero__activity{display:grid!important;width:100%!important;max-width:680px!important;grid-template-columns:56px minmax(0,1fr) 112px!important;align-items:stretch!important;margin:0 0 22px!important;padding:0!important;overflow:hidden!important;background:linear-gradient(105deg,rgba(239,180,25,.1),rgba(7,16,34,.96) 38%)!important;border:1px solid rgba(239,180,25,.35)!important;border-radius:2px!important;transition:border-color .3s ease,box-shadow .35s ease,transform .35s cubic-bezier(.2,.72,.2,1)!important}
html.ns-spacefi-page #root .ns-spacefi-hero__activity:hover{border-color:rgba(239,180,25,.62)!important;box-shadow:0 17px 42px rgba(0,0,0,.3),inset 0 0 40px rgba(239,180,25,.04)!important;transform:translateY(-5px)!important}
html.ns-spacefi-page #root .ns-spacefi-hero__activity-icon{display:grid;place-items:center;background:rgba(239,180,25,.08);border-right:1px solid rgba(239,180,25,.2)}
html.ns-spacefi-page #root .ns-spacefi-hero__activity-icon span{display:inline-block;font-size:19px;transform-origin:50% 90%;animation:ns-spacefi-fire 1.15s ease-in-out infinite;filter:drop-shadow(0 0 7px rgba(255,136,0,.55))}
html.ns-spacefi-page #root .ns-spacefi-hero__activity-body{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:16px 20px}
html.ns-spacefi-page #root .ns-spacefi-hero__activity-body small{margin-bottom:7px;color:#efb419;font:850 8px/1 ui-monospace,monospace;letter-spacing:.16em}
html.ns-spacefi-page #root .ns-spacefi-hero__activity-body p{margin:0!important;color:#c7ccd5!important;font-size:11px!important;line-height:1.55!important}
html.ns-spacefi-page #root .ns-spacefi-hero__activity-growth{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#111a2e;background:linear-gradient(145deg,#efb419,#ffd958);border-left:1px solid rgba(239,180,25,.42)}
html.ns-spacefi-page #root .ns-spacefi-hero__activity-growth b{font-size:27px;line-height:1;letter-spacing:-.05em}
html.ns-spacefi-page #root .ns-spacefi-hero__activity-growth span{margin-top:6px;font:850 7px/1 ui-monospace,monospace;letter-spacing:.1em}
@media(max-width:520px){html.ns-spacefi-page #root .ns-spacefi-hero__activity{grid-template-columns:48px 1fr!important}html.ns-spacefi-page #root .ns-spacefi-hero__activity-growth{grid-column:1/-1;min-height:48px;flex-direction:row;gap:9px;border-top:1px solid rgba(17,26,46,.15);border-left:0}html.ns-spacefi-page #root .ns-spacefi-hero__activity-growth b{font-size:22px}html.ns-spacefi-page #root .ns-spacefi-hero__activity-growth span{margin:0}}
@media(prefers-reduced-motion:reduce){html.ns-spacefi-page #root .ns-spacefi-hero__activity,html.ns-spacefi-page #root .ns-spacefi-hero__activity-icon span{transition:none!important;animation:none!important}html.ns-spacefi-page #root .ns-spacefi-hero__activity:hover{transform:none!important}}


/* SpaceFi hero form popup glow treatment */
html.ns-spacefi-page #root .ns-spacefi-hero__form-card{position:relative!important;overflow:visible!important;border-color:rgba(239,180,25,.58)!important;background:linear-gradient(155deg,rgba(14,24,48,.97),rgba(3,8,23,.98))!important;box-shadow:0 38px 90px rgba(0,0,0,.52),0 0 26px rgba(239,180,25,.12),inset 0 1px 0 rgba(255,255,255,.06)!important;animation:ns-spacefi-form-glow 3.4s ease-in-out infinite}
html.ns-spacefi-page #root .ns-spacefi-hero__form-card::before{content:"";position:absolute;inset:-2px;z-index:-1;pointer-events:none;border-radius:5px;background:linear-gradient(115deg,transparent 5%,rgba(239,180,25,.25) 30%,#ffe15a 48%,rgba(239,180,25,.22) 65%,transparent 92%);background-size:220% 100%;filter:blur(7px);opacity:.62;animation:ns-spacefi-form-border 3.8s linear infinite}
html.ns-spacefi-page #root .ns-spacefi-hero__form-card::after{content:"";position:absolute;inset:0;pointer-events:none;border:1px solid rgba(255,225,90,.32);border-radius:3px;box-shadow:inset 0 0 26px rgba(239,180,25,.035)}
html.ns-spacefi-page #root .ns-spacefi-hero__form-card:hover{border-color:rgba(255,225,90,.9)!important;box-shadow:0 46px 108px rgba(0,0,0,.6),0 0 42px rgba(239,180,25,.24),inset 0 1px 0 rgba(255,255,255,.08)!important}
html.ns-spacefi-page #root .ns-spacefi-hero__form button[type="submit"]{position:relative!important;overflow:hidden!important;background:linear-gradient(105deg,#a86f00 0%,#efb419 36%,#ffe15a 52%,#efb419 68%,#a86f00 100%)!important;background-size:220% 100%!important;box-shadow:0 0 0 1px rgba(255,225,90,.5),0 13px 34px rgba(168,111,0,.34),0 0 24px rgba(239,180,25,.24)!important;animation:ns-spacefi-button-shine 3s linear infinite,ns-spacefi-button-glow 2.1s ease-in-out infinite!important}
html.ns-spacefi-page #root .ns-spacefi-hero__form button[type="submit"]:hover{border-color:#fff1a7!important;box-shadow:0 0 0 1px rgba(255,241,167,.72),0 18px 42px rgba(168,111,0,.42),0 0 38px rgba(239,180,25,.4)!important;transform:translateY(-3px) scale(1.015)!important}
@keyframes ns-spacefi-form-glow{0%,100%{filter:drop-shadow(0 0 0 rgba(239,180,25,0))}50%{filter:drop-shadow(0 0 12px rgba(239,180,25,.16))}}
@keyframes ns-spacefi-form-border{from{background-position:210% 50%}to{background-position:-20% 50%}}
@keyframes ns-spacefi-button-shine{from{background-position:210% 50%}to{background-position:-20% 50%}}
@keyframes ns-spacefi-button-glow{0%,100%{filter:brightness(1)}50%{filter:brightness(1.1)}}
@media(prefers-reduced-motion:reduce){html.ns-spacefi-page #root .ns-spacefi-hero__form-card,html.ns-spacefi-page #root .ns-spacefi-hero__form-card::before,html.ns-spacefi-page #root .ns-spacefi-hero__form button[type="submit"]{animation:none!important}}


/* Limit SpaceFi form effects to border and button */
html.ns-spacefi-page #root .ns-spacefi-hero__form-card{animation:none!important;filter:none!important;box-shadow:0 34px 82px rgba(0,0,0,.48)!important}
html.ns-spacefi-page #root .ns-spacefi-hero__form-card::before{inset:-1px!important;filter:none!important;opacity:.82!important}
html.ns-spacefi-page #root .ns-spacefi-hero__form-card:hover{box-shadow:0 40px 92px rgba(0,0,0,.54)!important}


/* Remove SpaceFi form background glow */
html.ns-spacefi-page #root .ns-spacefi-hero__form-card{background:linear-gradient(155deg,#0b1428,#050b18)!important;border:1px solid #efb419!important}
html.ns-spacefi-page #root .ns-spacefi-hero__form-card::before{display:none!important}
html.ns-spacefi-page #root .ns-spacefi-hero__form-card::after{border-color:rgba(255,225,90,.3)!important;box-shadow:none!important}
html.ns-spacefi-page #root .ns-spacefi-hero__form-card>div.relative{display:none!important}
html.ns-spacefi-page #root .ns-spacefi-hero__form-card>div[class*="px-6"]{background:transparent!important}


/* SpaceFi perimeter border and centered button glow */
@property --ns-spacefi-border-angle{syntax:"<angle>";initial-value:0deg;inherits:false}
html.ns-spacefi-page #root .ns-spacefi-hero__form-card{border-color:rgba(239,180,25,.28)!important}
html.ns-spacefi-page #root .ns-spacefi-hero__form-card::before{content:""!important;display:block!important;position:absolute!important;inset:-2px!important;z-index:4!important;padding:2px!important;pointer-events:none!important;border-radius:5px!important;background:conic-gradient(from var(--ns-spacefi-border-angle),rgba(239,180,25,.18) 0 18%,#ffe15a 24%,#efb419 30%,rgba(239,180,25,.16) 38% 72%,#ffe15a 80%,#a86f00 88%,rgba(239,180,25,.18) 100%)!important;filter:none!important;opacity:1!important;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0)!important;-webkit-mask-composite:xor!important;mask-composite:exclude!important;animation:ns-spacefi-border-run 3.2s linear infinite!important}
html.ns-spacefi-page #root .ns-spacefi-hero__form-card::after{display:none!important}
html.ns-spacefi-page #root .ns-spacefi-hero__form button[type="submit"]{box-shadow:none!important;animation:ns-spacefi-button-shine 3s linear infinite!important;transition:transform .3s ease,filter .3s ease,box-shadow .3s ease!important}
html.ns-spacefi-page #root .ns-spacefi-hero__form button[type="submit"]:hover{box-shadow:0 0 12px rgba(239,180,25,.7),0 0 28px rgba(239,180,25,.52),0 0 46px rgba(255,225,90,.22)!important;filter:brightness(1.1)!important;transform:translateY(-2px) scale(1.012)!important}
@keyframes ns-spacefi-border-run{to{--ns-spacefi-border-angle:360deg}}
@media(prefers-reduced-motion:reduce){html.ns-spacefi-page #root .ns-spacefi-hero__form-card::before,html.ns-spacefi-page #root .ns-spacefi-hero__form button[type="submit"]{animation:none!important}}

/* Keep every domain lander aligned 100px below the shared header. */
html.ns-spacefi-page #root .ns-spacefi-hero{
  justify-content:flex-start!important;
}
html.ns-spacefi-page #root .ns-spacefi-hero__inner{
  margin:0 auto!important;
  padding-top:100px!important;
}
@media(max-width:1050px){
  html.ns-spacefi-page #root .ns-spacefi-hero__inner{padding-top:100px!important}
}


/* SpaceFi hero badge tier colors and motion */
html.ns-spacefi-page #root .ns-spacefi-hero__intro{order:-1!important;margin:0 0 18px!important;color:#c9ced8!important;font-size:12px!important;font-weight:650!important;line-height:1.4!important;letter-spacing:.08em!important}
html.ns-spacefi-page #root .ns-spacefi-hero__intro::before{content:"";display:inline-block;width:28px;height:1px;margin-right:11px;vertical-align:middle;background:#efb419}
html.ns-spacefi-page #root .ns-spacefi-hero__title>div:first-child>span{position:relative!important;overflow:hidden!important;isolation:isolate}
html.ns-spacefi-page #root .ns-spacefi-hero__title>div:first-child>span::after{content:"";position:absolute;inset:-40% auto -40% -35%;width:26%;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);transform:skewX(-18deg) translateX(-160%);animation:ns-spacefi-badge-sweep 3.6s ease-in-out infinite}
html.ns-spacefi-page #root .ns-spacefi-hero__title>div:first-child>span:nth-child(1){color:#efb419!important;background:rgba(239,180,25,.1)!important;border-color:rgba(239,180,25,.52)!important;box-shadow:inset 0 0 0 1px rgba(255,225,90,.04);animation:ns-spacefi-badge-in .62s cubic-bezier(.2,.72,.2,1) both,ns-spacefi-ultra-pulse 2.8s ease-in-out .7s infinite}
html.ns-spacefi-page #root .ns-spacefi-hero__title>div:first-child>span:nth-child(1) svg{color:#efb419!important}
html.ns-spacefi-page #root .ns-spacefi-hero__title>div:first-child>span:nth-child(2){color:#5ee0b4!important;background:rgba(44,190,145,.09)!important;border-color:rgba(94,224,180,.42)!important;box-shadow:inset 0 0 0 1px rgba(94,224,180,.035);animation:ns-spacefi-badge-in .62s cubic-bezier(.2,.72,.2,1) .12s both}
html.ns-spacefi-page #root .ns-spacefi-hero__title>div:first-child>span:nth-child(2) svg{color:#5ee0b4!important}
html.ns-spacefi-page #root .ns-spacefi-hero__title>div:first-child>span:nth-child(2)::after{animation-delay:1.1s}
@keyframes ns-spacefi-badge-in{from{opacity:0;transform:translateY(-10px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes ns-spacefi-badge-sweep{0%,58%{transform:skewX(-18deg) translateX(-160%)}78%,100%{transform:skewX(-18deg) translateX(620%)}}
@keyframes ns-spacefi-ultra-pulse{0%,100%{border-color:rgba(239,180,25,.46);filter:brightness(1)}50%{border-color:rgba(255,225,90,.88);filter:brightness(1.13)}}
@media(prefers-reduced-motion:reduce){html.ns-spacefi-page #root .ns-spacefi-hero__title>div:first-child>span,html.ns-spacefi-page #root .ns-spacefi-hero__title>div:first-child>span::after{animation:none!important}}


/* SpaceFi hero exact vertical spacing */
html.ns-spacefi-page #root .ns-spacefi-hero__inner{row-gap:0!important}
html.ns-spacefi-page #root .ns-spacefi-hero__title>p.ns-spacefi-hero__intro{margin:0 0 30px!important}
html.ns-spacefi-page #root .ns-spacefi-hero__title>div:first-child{margin-bottom:28px!important}


/* SpaceFi closing title animated gold gradient */
html.ns-spacefi-page #root .ns-spacefi-closing__copy h2 strong{color:transparent!important;background:linear-gradient(100deg,#a86f00 0%,#efb419 32%,#ffe15a 50%,#efb419 68%,#a86f00 100%)!important;background-size:220% 100%!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;animation:ns-spacefi-title-gold 3.4s linear infinite}
@keyframes ns-spacefi-title-gold{from{background-position:210% 50%}to{background-position:-20% 50%}}
@media(prefers-reduced-motion:reduce){html.ns-spacefi-page #root .ns-spacefi-closing__copy h2 strong{animation:none!important;background-position:50% 50%!important}}

@media(min-width:781px) and (max-width:1050px){html.ns-spacefi-page #root .ns-spacefi-hero__inner{row-gap:0!important}}
@media(max-width:780px){html.ns-spacefi-page #root .ns-spacefi-hero__inner{row-gap:0!important}html.ns-spacefi-page #root .ns-spacefi-hero__form-card{margin-top:30px!important}}

/* Confirmed submission transition */
html.ns-spacefi-page #root .ns-spacefi-hero__form-card.is-submitting{animation:ns-spacefi-submit-confirm 1.05s cubic-bezier(.2,.72,.2,1) both!important}
html.ns-spacefi-page #root .ns-spacefi-hero__form-card.is-submitting::before{animation:ns-spacefi-border-run .7s linear infinite!important}
html.ns-spacefi-page #root .ns-spacefi-hero__form-card.is-submitting button[type="submit"]{filter:brightness(1.18)!important}
@keyframes ns-spacefi-submit-confirm{0%{border-color:rgba(239,180,25,.35)}42%{border-color:#ffe15a;box-shadow:0 0 0 1px rgba(255,225,90,.9),0 0 34px rgba(239,180,25,.48)}100%{border-color:#efb419;box-shadow:0 0 0 1px rgba(239,180,25,.5),0 0 12px rgba(239,180,25,.18)}}
@media(prefers-reduced-motion:reduce){html.ns-spacefi-page #root .ns-spacefi-hero__form-card.is-submitting{animation:none!important;border-color:#ffe15a!important}}
