:root {
  color-scheme: dark;
  --bg: #050714;
  --panel: rgba(13, 17, 38, .72);
  --text: #f8fbff;
  --muted: #aab3ca;
  --line: rgba(255,255,255,.11);
  --green: #91ff5a;
  --cyan: #42e8ff;
  --purple: #916dff;
  --shadow: 0 34px 100px rgba(0,0,0,.48);
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--bg); }
body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 10%, rgba(93, 74, 255, .18), transparent 34%),
    radial-gradient(circle at 82% 82%, rgba(47, 255, 179, .12), transparent 30%),
    linear-gradient(145deg, #040610 0%, #090d20 55%, #050713 100%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

a { color: inherit; }

#particleCanvas,
.grid,
.aurora {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

#particleCanvas { z-index: 0; opacity: .72; }

.grid {
  z-index: 0;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 26%, #000 72%, transparent 100%);
}

.aurora {
  z-index: 0;
  filter: blur(75px);
  opacity: .25;
  transform: translateZ(0);
}
.aurora-one {
  width: 46vw;
  height: 46vw;
  left: -11vw;
  top: -9vw;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple), var(--cyan));
  animation: float-one 13s ease-in-out infinite alternate;
}
.aurora-two {
  width: 40vw;
  height: 40vw;
  left: auto;
  top: auto;
  right: -10vw;
  bottom: -13vw;
  border-radius: 45% 55% 62% 38%;
  background: linear-gradient(135deg, var(--green), var(--cyan));
  animation: float-two 15s ease-in-out infinite alternate;
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 28px 0 24px;
}

.brandbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(145,255,90,.28);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(145,255,90,.16), rgba(66,232,255,.05));
  box-shadow: inset 0 0 18px rgba(145,255,90,.08), 0 0 26px rgba(145,255,90,.08);
}
.brand-mark span {
  position: absolute;
  width: 18px;
  height: 3px;
  border-radius: 10px;
  background: var(--green);
  box-shadow: 0 0 12px rgba(145,255,90,.75);
  transform-origin: 2px 50%;
}
.brand-mark span:nth-child(1) { transform: translateY(-6px) rotate(0deg); }
.brand-mark span:nth-child(2) { transform: translateY(0) rotate(0deg); width: 25px; }
.brand-mark span:nth-child(3) { transform: translateY(6px) rotate(0deg); width: 13px; }

.brand-copy { display: grid; line-height: .9; }
.brand-copy strong { letter-spacing: .12em; font-size: 19px; }
.brand-copy small { margin-top: 7px; color: var(--muted); letter-spacing: .42em; font-size: 9px; }

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  color: #dce4f6;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}
.status-pill i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px var(--green);
  animation: pulse 2s ease-in-out infinite;
}

.hero-card {
  position: relative;
  flex: 1;
  min-height: 650px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 5vw, 72px);
  border: 1px solid var(--line);
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.06), transparent 34%),
    var(--panel);
  box-shadow: var(--shadow), inset 0 1px rgba(255,255,255,.08);
  backdrop-filter: blur(24px);
}
.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 15%, rgba(255,255,255,.055) 45%, transparent 65%);
  transform: translateX(-110%);
  animation: sheen 8s ease-in-out infinite;
}

.eyebrow {
  position: relative;
  z-index: 2;
  margin-bottom: 24px;
}
.eyebrow span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .24em;
}
.eyebrow span::before { content: ""; width: 30px; height: 1px; background: var(--green); box-shadow: 0 0 10px var(--green); }

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  align-items: center;
  gap: clamp(30px, 6vw, 90px);
}

.domain-label {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: clamp(14px, 1.5vw, 18px);
}

h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(48px, 7.6vw, 104px);
  line-height: .92;
  letter-spacing: -.065em;
}
h1 span { display: block; }
.old-domain {
  max-width: 100%;
  overflow-wrap: anywhere;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(245,248,255,.88);
  text-shadow: 0 0 38px rgba(145,255,90,.12);
  font-size: .55em;
  line-height: 1.05;
  letter-spacing: -.03em;
  margin-bottom: 12px;
}
.headline-main {
  width: fit-content;
  color: var(--text);
  background: linear-gradient(90deg, #fff 0%, #dfffd0 45%, var(--green) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 28px rgba(145,255,90,.12));
}

.intro {
  max-width: 650px;
  margin: 28px 0 30px;
  color: #bcc5d9;
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.65;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 62px;
  padding: 0 26px;
  border: 1px solid rgba(145,255,90,.54);
  border-radius: 18px;
  background: linear-gradient(135deg, var(--green), #b8ff8f);
  color: #071007;
  text-decoration: none;
  font-weight: 800;
  font-size: 16px;
  box-shadow: 0 15px 42px rgba(145,255,90,.2), inset 0 1px rgba(255,255,255,.45);
  transition: transform .25s ease, box-shadow .25s ease;
}
.primary-button:hover,
.primary-button:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 20px 50px rgba(145,255,90,.3), inset 0 1px rgba(255,255,255,.5);
}
.primary-button svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s ease; }
.primary-button:hover svg { transform: translateX(5px); }

.plain-link,
.redirect-note {
  margin: 17px 0 0;
  color: #838da7;
  font-size: 13px;
}
.plain-link a { color: #d9e1f2; text-underline-offset: 3px; }

.portal {
  position: relative;
  width: min(31vw, 360px);
  aspect-ratio: 1;
  justify-self: center;
  display: grid;
  place-items: center;
  filter: drop-shadow(0 0 55px rgba(66,232,255,.16));
}
.portal::before {
  content: "";
  position: absolute;
  width: 66%;
  height: 66%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(145,255,90,.18), rgba(66,232,255,.08) 40%, transparent 70%);
  filter: blur(10px);
  animation: breathe 3s ease-in-out infinite;
}
.portal-ring {
  position: absolute;
  border-radius: 50%;
  border-style: solid;
}
.ring-one { inset: 0; border-width: 1px; border-color: rgba(255,255,255,.13); animation: spin 18s linear infinite; }
.ring-one::before, .ring-one::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 20px var(--cyan);
}
.ring-one::before { width: 9px; height: 9px; left: 16%; top: 9%; }
.ring-one::after { width: 5px; height: 5px; right: 11%; bottom: 18%; background: var(--green); box-shadow: 0 0 16px var(--green); }
.ring-two { inset: 13%; border-width: 2px; border-color: rgba(145,255,90,.25); border-left-color: var(--green); border-right-color: var(--cyan); animation: spin-reverse 11s linear infinite; }
.ring-three { inset: 26%; border-width: 1px; border-color: rgba(255,255,255,.15); border-top-color: var(--purple); animation: spin 7s linear infinite; }
.portal-core {
  width: 30%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(145,255,90,.4);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(255,255,255,.35), rgba(145,255,90,.2) 22%, rgba(5,7,20,.9) 68%);
  box-shadow: inset 0 0 30px rgba(145,255,90,.12), 0 0 40px rgba(145,255,90,.16);
}
.portal-arrow { color: var(--green); font-size: clamp(32px, 4vw, 58px); font-weight: 200; animation: arrow 2s ease-in-out infinite; }
.orbit-dot { position: absolute; border-radius: 50%; }
.dot-one { width: 10px; height: 10px; top: 50%; left: 2%; background: var(--purple); box-shadow: 0 0 17px var(--purple); }
.dot-two { width: 7px; height: 7px; top: 8%; right: 35%; background: var(--green); box-shadow: 0 0 16px var(--green); }
.dot-three { width: 6px; height: 6px; bottom: 9%; left: 38%; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }

.service-line {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: clamp(44px, 8vh, 76px);
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: #8e98b1;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .17em;
}
.service-line i { width: 4px; height: 4px; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px var(--green); }

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 22px 6px 0;
  color: #737d95;
  font-size: 12px;
}
footer p { margin: 0; }
footer p:last-child { display: flex; gap: 10px; }
footer a { text-decoration: none; }
footer a:hover { color: #fff; }

@keyframes float-one { to { transform: translate(12vw, 8vh) scale(1.12) rotate(16deg); } }
@keyframes float-two { to { transform: translate(-9vw, -5vh) scale(.9) rotate(-14deg); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes spin-reverse { to { transform: rotate(-360deg); } }
@keyframes breathe { 50% { transform: scale(1.12); opacity: .65; } }
@keyframes arrow { 50% { transform: translateX(8px); text-shadow: 0 0 18px var(--green); } }
@keyframes pulse { 50% { opacity: .35; transform: scale(.82); } }
@keyframes sheen { 0%, 55% { transform: translateX(-110%); } 78%, 100% { transform: translateX(110%); } }

@media (max-width: 860px) {
  .page-shell { width: min(100% - 24px, 720px); padding-top: 16px; }
  .brandbar { margin-bottom: 16px; }
  .hero-card { min-height: auto; border-radius: 28px; padding: 36px 26px 28px; }
  .hero-layout { grid-template-columns: 1fr; }
  .portal { width: min(64vw, 310px); margin-top: 12px; }
  h1 { font-size: clamp(52px, 15vw, 82px); }
  .old-domain { font-size: .48em; }
  .service-line { margin-top: 44px; }
}

@media (max-width: 560px) {
  .page-shell { width: calc(100% - 20px); }
  .status-pill { padding: 8px 10px; font-size: 9px; }
  .brand-copy strong { font-size: 16px; }
  .hero-card { padding: 30px 19px 23px; border-radius: 24px; }
  h1 { font-size: clamp(48px, 16vw, 70px); }
  .old-domain { font-size: .42em; -webkit-text-stroke-width: 1px; }
  .intro { margin-top: 22px; font-size: 16px; }
  .primary-button { width: 100%; padding-inline: 18px; }
  .portal { width: min(74vw, 270px); }
  .service-line { display: grid; gap: 9px; font-size: 9px; }
  .service-line i { display: none; }
  footer { align-items: flex-start; flex-direction: column; gap: 8px; padding-inline: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  #particleCanvas { display: none; }
}
