/* ==========================================================
   AURA FRONTEND BRAND V2
   Comic Guardian / Cosmic Signal
   Landing-only layer through .page-shell
   ========================================================== */

.page-shell {
  --aura-void: #000000;
  --aura-charcoal: #080a07;
  --aura-panel: rgba(8, 11, 6, 0.92);
  --aura-panel-soft: rgba(16, 22, 8, 0.72);
  --aura-lime: #ccff00;
  --aura-acid: #a6ff00;
  --aura-olive: #1a2a0a;
  --aura-highlight: #e9ffd1;
  --aura-white: #f7ffe8;
  --aura-muted: rgba(233, 255, 209, 0.58);
  --aura-line: rgba(204, 255, 0, 0.22);
  --aura-line-hot: rgba(204, 255, 0, 0.58);
  --aura-glow: 0 0 26px rgba(166, 255, 0, 0.18);
  --aura-display:
    Baskerville,
    "Iowan Old Style",
    "Palatino Linotype",
    Georgia,
    serif;

  position: relative;
  color: var(--aura-white);
  background:
    radial-gradient(circle at 52% -8%, rgba(166,255,0,.12), transparent 28rem),
    linear-gradient(180deg, #030402 0%, #000 34%, #030402 100%);
}

.page-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .48;
  background:
    radial-gradient(circle at 15% 18%, rgba(204,255,0,.035), transparent 24rem),
    radial-gradient(circle at 84% 42%, rgba(166,255,0,.028), transparent 30rem);
}

.page-shell > * {
  position: relative;
  z-index: 1;
}

/* HEADER */

.page-shell .site-header {
  min-height: 68px !important;
  padding: 9px 12px 9px 14px;
  border: 1px solid rgba(204,255,0,.16);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(11,15,7,.90), rgba(2,3,2,.88));
  box-shadow:
    0 16px 50px rgba(0,0,0,.42),
    inset 0 1px 0 rgba(204,255,0,.04);
}

.page-shell .site-header.is-scrolled {
  border-color: rgba(204,255,0,.30);
  background: rgba(3,5,2,.92);
  box-shadow:
    0 18px 60px rgba(0,0,0,.58),
    0 0 30px rgba(166,255,0,.055);
}

.page-shell .brand {
  gap: 11px;
}

.page-shell .brand-mark {
  width: 38px;
  height: 38px;
  flex-basis: 38px;
  border: 1px solid rgba(204,255,0,.54);
  background: #020302;
  box-shadow:
    0 0 0 3px rgba(166,255,0,.045),
    0 0 24px rgba(166,255,0,.22);
}

.page-shell .brand strong {
  color: var(--aura-highlight);
  font-family: var(--aura-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .05em;
  text-shadow: 0 0 18px rgba(204,255,0,.20);
}

.page-shell .site-header nav a {
  position: relative;
  color: rgba(233,255,209,.52);
  font-size: 11px;
  letter-spacing: .12em;
}

.page-shell .site-header nav a:hover {
  color: var(--aura-lime);
  text-shadow: 0 0 14px rgba(204,255,0,.42);
}

.page-shell .header-cta {
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 20px !important;
  border: 1px solid var(--aura-lime);
  border-radius: 11px;
  background:
    linear-gradient(180deg, #d9ff25, var(--aura-acid));
  color: #050700;
  box-shadow:
    0 0 20px rgba(166,255,0,.18),
    inset 0 1px 0 rgba(255,255,255,.28);
  letter-spacing: .035em;
}

/* DISPLAY TYPOGRAPHY */

.page-shell .hero h1,
.page-shell .section h2,
.page-shell .footer > div > strong {
  font-family: var(--aura-display);
}

.page-shell .hero h1 {
  color: var(--aura-highlight);
  font-weight: 500;
  letter-spacing: -.045em;
  text-shadow:
    0 0 8px rgba(233,255,209,.32),
    0 0 26px rgba(204,255,0,.18);
}

.page-shell .hero h1 span {
  color: var(--aura-lime);
}

.page-shell .section h2 {
  color: var(--aura-white);
  font-weight: 500;
  letter-spacing: -.025em;
}

.page-shell .section h2 em {
  color: var(--aura-lime);
  text-shadow: 0 0 18px rgba(204,255,0,.15);
}

.page-shell .section-kicker,
.page-shell .hero-micro-chip {
  color: var(--aura-lime);
  letter-spacing: .20em;
}

/* HERO */

.page-shell .hero {
  background:
    radial-gradient(circle at 73% 46%, rgba(166,255,0,.13), transparent 25rem),
    radial-gradient(circle at 73% 46%, rgba(255,238,120,.045), transparent 38rem),
    linear-gradient(180deg, rgba(8,11,5,.70), #000 88%);
  border-bottom-color: rgba(204,255,0,.14);
}

.page-shell .hero-grid {
  opacity: .06;
  background-size: 110px 110px;
}

.page-shell .hero-lead {
  color: var(--aura-highlight);
}

.page-shell .hero-description,
.page-shell .section-copy,
.page-shell .section-heading > p {
  color: var(--aura-muted);
}

.page-shell .hero-panel {
  border: 1px solid rgba(204,255,0,.18);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(18,27,7,.72), rgba(3,5,2,.86));
  box-shadow:
    inset 0 1px 0 rgba(204,255,0,.04),
    0 18px 60px rgba(0,0,0,.34);
}

.page-shell .hero-visual-premium {
  filter: saturate(1.12) contrast(1.04);
}

.page-shell .aura-ring {
  border-color: rgba(204,255,0,.72);
  box-shadow:
    0 0 34px rgba(166,255,0,.16),
    inset 0 0 52px rgba(166,255,0,.055);
}

.page-shell .hero-character {
  filter:
    saturate(1.15)
    contrast(1.08)
    drop-shadow(0 0 22px rgba(166,255,0,.24));
}

/* BUTTON SYSTEM */

.page-shell .button,
.page-shell .contract-action-primary,
.page-shell .contract-action-secondary {
  border-radius: 11px;
  letter-spacing: .04em;
}

.page-shell .button-primary,
.page-shell .contract-action-primary {
  border: 1px solid var(--aura-lime);
  background:
    linear-gradient(180deg, #dbff28, var(--aura-acid));
  color: #050800;
  box-shadow:
    0 0 22px rgba(166,255,0,.16),
    inset 0 1px 0 rgba(255,255,255,.28);
}

.page-shell .button-secondary,
.page-shell .contract-action-secondary {
  border: 1px solid rgba(204,255,0,.24);
  background: rgba(5,8,3,.84);
  color: var(--aura-highlight);
}

.page-shell .button-secondary:hover,
.page-shell .contract-action-secondary:hover {
  border-color: var(--aura-line-hot);
  color: var(--aura-lime);
  box-shadow: var(--aura-glow);
}

/* SECTION WORLD */

.page-shell .section {
  border-bottom-color: rgba(204,255,0,.10);
}

.page-shell .standard-v2,
.page-shell .utility-v2,
.page-shell .market-v2 {
  background:
    radial-gradient(circle at 50% 0%, rgba(166,255,0,.035), transparent 32rem);
}

.page-shell .standard-pillar,
.page-shell .community-card-v2,
.page-shell .ascension-preview-premium,
.page-shell .ascension-protocol,
.page-shell .contract-terminal,
.page-shell .aura-node,
.page-shell .faq details {
  border-color: rgba(204,255,0,.15);
  background:
    linear-gradient(145deg, rgba(12,17,7,.88), rgba(2,3,2,.94));
  box-shadow:
    inset 0 1px 0 rgba(204,255,0,.035),
    0 18px 55px rgba(0,0,0,.24);
}

.page-shell .standard-pillar:hover,
.page-shell .community-card-v2:hover,
.page-shell .contract-terminal:hover,
.page-shell .aura-node:hover,
.page-shell .faq details:hover {
  border-color: rgba(204,255,0,.44);
  box-shadow:
    0 0 32px rgba(166,255,0,.075),
    inset 0 1px 0 rgba(204,255,0,.06);
}

.page-shell .standard-pillar.primary {
  background:
    radial-gradient(circle at 20% 0%, rgba(166,255,0,.13), transparent 20rem),
    linear-gradient(145deg, rgba(16,25,7,.94), rgba(2,3,2,.96));
}

.page-shell .pillar-number,
.page-shell .community-card-topline small,
.page-shell .aura-node-index small,
.page-shell .aura-node-body small,
.page-shell .contract-terminal small {
  color: var(--aura-lime);
}

.page-shell .pillar-bar,
.page-shell .hud-bar {
  background: rgba(204,255,0,.075);
}

.page-shell .pillar-bar i,
.page-shell .hud-bar i {
  background: var(--aura-lime);
  box-shadow: 0 0 16px rgba(204,255,0,.48);
}

/* COMMUNITY */

.page-shell .community-card-body img,
.page-shell .aura-node-logo {
  border-color: rgba(204,255,0,.20);
  background: rgba(0,0,0,.56);
  box-shadow: 0 0 18px rgba(166,255,0,.055);
}

.page-shell .role-strip span {
  border-color: rgba(204,255,0,.14);
  border-radius: 9px;
  background: rgba(8,12,4,.58);
  color: rgba(233,255,209,.60);
}

/* ASCENSION */

.page-shell .ascension-preview-premium {
  box-shadow:
    0 0 0 1px rgba(204,255,0,.035),
    0 32px 90px rgba(0,0,0,.42),
    0 0 40px rgba(166,255,0,.055);
}

.page-shell .ascension-topbar,
.page-shell .ascension-footer,
.page-shell .ascension-hud {
  border-color: rgba(204,255,0,.12);
  background: rgba(2,4,2,.78);
}

.page-shell .ascension-live,
.page-shell .utility-live-status,
.page-shell .ascension-build-state strong {
  color: var(--aura-lime);
}

/* CONTRACT */

.page-shell .contract-terminal {
  overflow: hidden;
}

.page-shell .contract-terminal-head {
  border-bottom-color: rgba(204,255,0,.12);
  background:
    linear-gradient(90deg, rgba(166,255,0,.06), transparent 55%);
}

.page-shell .terminal-dot {
  background: var(--aura-lime);
  box-shadow: 0 0 16px rgba(204,255,0,.70);
}

/* MARKET */

.page-shell .aura-node {
  position: relative;
  overflow: hidden;
}

.page-shell .aura-node::after {
  content: "";
  position: absolute;
  inset: auto -30% -60% 30%;
  height: 180px;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(166,255,0,.09), transparent 68%);
}

.page-shell .aura-node-footer {
  border-top-color: rgba(204,255,0,.10);
}

/* FAQ */

.page-shell .faq summary {
  color: var(--aura-highlight);
}

.page-shell .faq details[open] {
  border-color: rgba(204,255,0,.34);
  box-shadow: 0 0 34px rgba(166,255,0,.06);
}

.page-shell .faq details p {
  color: var(--aura-muted);
}

/* FOOTER */

.page-shell .footer {
  border-top: 1px solid rgba(204,255,0,.12);
  background:
    radial-gradient(circle at 15% 50%, rgba(166,255,0,.055), transparent 24rem),
    #020302;
}

.page-shell .footer > div > strong {
  color: var(--aura-lime);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .04em;
  text-shadow: 0 0 18px rgba(204,255,0,.18);
}

.page-shell .footer,
.page-shell .footer code,
.page-shell .footer-disclosure {
  color: rgba(233,255,209,.48);
}

/* MOBILE */

@media (max-width: 900px) {
  .page-shell .site-header {
    border-radius: 15px;
  }

  .page-shell .hero h1 {
    letter-spacing: -.035em;
  }
}

@media (max-width: 600px) {
  .page-shell .site-header {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 62px !important;
  }

  .page-shell .brand-mark {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .page-shell .brand strong {
    font-size: 19px;
  }

  .page-shell .header-cta {
    height: 40px !important;
    min-height: 40px !important;
    padding-inline: 14px !important;
  }

  .page-shell .standard-pillar,
  .page-shell .community-card-v2,
  .page-shell .contract-terminal,
  .page-shell .aura-node,
  .page-shell .faq details {
    border-radius: 16px;
  }
}


/* ==========================================================
   AURA BRAND V2 ART POLISH V1
   ========================================================== */

/* GLOBAL DEPTH */

.page-shell main {
  background:
    linear-gradient(
      180deg,
      rgba(204,255,0,.012),
      transparent 14%,
      transparent 86%,
      rgba(204,255,0,.012)
    );
}

.page-shell .section {
  position: relative;
  overflow: hidden;
}

.page-shell .section-shell {
  position: relative;
  z-index: 2;
}


/* ==========================================================
   HERO ART DIRECTION
   ========================================================== */

.page-shell .hero-premium::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;

  background:
    linear-gradient(
      90deg,
      #000 0%,
      rgba(0,0,0,.98) 38%,
      rgba(0,0,0,.55) 64%,
      rgba(0,0,0,.92) 100%
    ),
    url("/images/brand-v2/aura-hero-wide.png")
      78% 50% / 68% auto
      no-repeat;

  opacity: .38;

  mask-image:
    linear-gradient(
      to bottom,
      transparent 0%,
      #000 14%,
      #000 82%,
      transparent 100%
    );
}

.page-shell .hero-visual-premium {
  width: 108%;
  margin-left: -5%;
  min-height: min(720px, 76vh);
}

.page-shell .hero-character-wrap {
  height: min(690px, 73vh);
  align-items: center;
}

.page-shell .hero-character {
  width: min(92%, 660px);
  height: auto;
  max-width: 92%;

  object-fit: contain;
  object-position: center;

  filter:
    saturate(1.12)
    contrast(1.08)
    drop-shadow(0 0 18px rgba(204,255,0,.24))
    drop-shadow(0 0 52px rgba(166,255,0,.12));
}

.page-shell .hero-character-glow {
  width: 70%;
  height: 70%;
  opacity: .58;
}

.page-shell .hero-energy-shell,
.page-shell .hero-visual .aura-ring,
.page-shell .hero-visual .aura-orbit {
  opacity: .42;
}

.page-shell .hero-energy-column {
  opacity: .18;
}

.page-shell .hero-telemetry {
  border-color: rgba(204,255,0,.18);
  background: rgba(2,4,1,.76);
  backdrop-filter: blur(10px);
}

.page-shell .hero-panel {
  max-width: 620px;
}

.page-shell .hero-panel-row {
  min-width: 0;
}

.page-shell .hero-panel-row code {
  min-width: 0;
  overflow-wrap: anywhere;
}


/* ==========================================================
   STANDARD ART
   ========================================================== */

.page-shell .standard-v2::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 34px;
  right: max(-90px, calc((100vw - 1400px) / 2));
  width: min(460px, 38vw);
  aspect-ratio: 1;
  pointer-events: none;

  background:
    url("/images/brand-v2/aura-guardian-meditation.png")
    center / cover
    no-repeat;

  opacity: .13;

  mask-image:
    radial-gradient(
      circle at center,
      #000 22%,
      rgba(0,0,0,.82) 48%,
      transparent 75%
    );
}

.page-shell .standard-heading {
  max-width: 820px;
}

.page-shell .standard-signal-grid {
  position: relative;
  z-index: 2;
}

.page-shell .standard-pillar {
  min-height: 244px;

  background:
    radial-gradient(
      circle at 85% 10%,
      rgba(204,255,0,.045),
      transparent 13rem
    ),
    linear-gradient(
      145deg,
      rgba(12,17,7,.92),
      rgba(2,3,2,.97)
    );
}

.page-shell .standard-pillar strong {
  color: var(--aura-highlight);
  font-size: 22px;
}

.page-shell .standard-pillar p {
  color: rgba(233,255,209,.54);
}


/* ==========================================================
   COMMUNITY ART
   ========================================================== */

.page-shell .community-v2::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -50px;
  top: 30%;
  width: min(420px, 34vw);
  aspect-ratio: 1;
  pointer-events: none;

  background:
    url("/images/brand-v2/aura-guardian-profile.png")
    center / cover
    no-repeat;

  opacity: .10;

  mask-image:
    radial-gradient(
      circle at 52% 46%,
      #000 20%,
      rgba(0,0,0,.78) 50%,
      transparent 76%
    );
}

.page-shell .community-v2 .section-heading {
  grid-template-columns:
    minmax(0, 1fr)
    minmax(260px, .46fr);

  gap: 54px;
}

.page-shell .community-v2 .section-heading > p {
  max-width: 360px;
  justify-self: end;
}

.page-shell .community-card-v2 {
  min-height: 184px;
}

.page-shell .community-card-topline span {
  color: rgba(233,255,209,.70);
}

.page-shell .community-card-body strong {
  color: var(--aura-highlight);
}


/* ==========================================================
   ASCENSION ART
   ========================================================== */

.page-shell .ascension-stage {
  isolation: isolate;
  background: #010201;
}

.page-shell .ascension-character {
  position: absolute;
  z-index: 1;

  inset: -4% -3% -5%;
  width: 106%;
  height: 109%;
  max-width: none;

  object-fit: cover;
  object-position: center 48%;

  opacity: .82;

  mask-image:
    linear-gradient(
      to bottom,
      transparent 0%,
      #000 12%,
      #000 82%,
      transparent 100%
    );

  filter:
    saturate(1.08)
    contrast(1.06);
}

.page-shell .ascension-aura-field {
  z-index: 2;
  opacity: .30;
}

.page-shell .ascension-enemy {
  z-index: 4;
}

.page-shell .ascension-floor {
  z-index: 3;
}

.page-shell .ascension-topbar,
.page-shell .ascension-hud,
.page-shell .ascension-footer {
  z-index: 10;
}


/* ==========================================================
   CONTRACT POLISH
   ========================================================== */

.page-shell .contract-terminal-grid {
  gap: 12px;
}

.page-shell .contract-terminal-card {
  border-color: rgba(204,255,0,.10);
  background: rgba(0,0,0,.32);
}

.page-shell .contract-terminal-card code {
  color: rgba(233,255,209,.76);
  font-size: 11px;
  line-height: 1.45;
}

.page-shell .contract-action-primary,
.page-shell .contract-action-secondary {
  min-height: 46px;
}


/* ==========================================================
   MARKET POLISH
   ========================================================== */

.page-shell .aura-node-body p {
  color: rgba(233,255,209,.50) !important;
}

.page-shell .aura-node-footer > span {
  color: rgba(233,255,209,.44);
  font-size: 9px;
  line-height: 1.3;
}

.page-shell .aura-node-footer > strong {
  color: rgba(233,255,209,.78);
  font-size: 10px !important;
}


/* ==========================================================
   FAQ POLISH
   ========================================================== */

.page-shell .faq-list {
  margin-top: 44px;
}

.page-shell .faq details {
  padding-inline: 20px;
}

.page-shell .faq summary {
  min-height: 58px;
  display: flex;
  align-items: center;

  font-size: 14px;
  line-height: 1.35;
}

.page-shell .faq details p {
  max-width: 720px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 1.65;
}


/* ==========================================================
   FOOTER POLISH
   ========================================================== */

.page-shell .footer {
  min-height: 130px;

  padding-top: 30px;
  padding-bottom: 30px;

  gap: 30px;
}

.page-shell .footer > div p {
  color: rgba(233,255,209,.44);
}

.page-shell .footer code {
  max-width: 360px;

  color: rgba(233,255,209,.52);
  font-size: 10px;
  line-height: 1.5;

  overflow-wrap: anywhere;
}

.page-shell .footer-disclosure {
  max-width: 340px;

  font-size: 11px;
  line-height: 1.55;
}


/* ==========================================================
   RESPONSIVE ART POLISH
   ========================================================== */

@media (max-width: 900px) {
  .page-shell .hero-premium::before {
    background-position: 50% 70%;
    background-size: 120% auto;
    opacity: .19;
  }

  .page-shell .hero-visual-premium {
    width: min(620px, 104vw);
    margin: -12px auto 0;
  }

  .page-shell .hero-character-wrap {
    height: 570px;
  }

  .page-shell .hero-character {
    width: min(90%, 560px);
  }

  .page-shell .standard-v2::after,
  .page-shell .community-v2::after {
    opacity: .07;
    width: 520px;
  }

  .page-shell .community-v2 .section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .page-shell .community-v2 .section-heading > p {
    justify-self: start;
    max-width: 620px;
  }
}

@media (max-width: 600px) {
  .page-shell .hero-premium::before {
    opacity: .12;
    background-size: 175% auto;
  }

  .page-shell .hero-visual-premium {
    width: 108%;
    min-height: 430px;
    margin-left: -4%;
  }

  .page-shell .hero-character-wrap {
    height: 430px;
  }

  .page-shell .hero-character {
    width: 94%;
    max-width: 94%;
  }

  .page-shell .standard-v2::after,
  .page-shell .community-v2::after {
    display: none;
  }

  .page-shell .standard-pillar {
    min-height: 190px;
  }

  .page-shell .faq details {
    padding-inline: 16px;
  }

  .page-shell .footer {
    min-height: 0;
    gap: 18px;
  }
}


/* ==========================================================
   AURA BRAND V2 TRANSPARENT HERO V1
   ========================================================== */

.page-shell .hero-character-wrap {
  height: min(700px, 74vh);
  overflow: visible;
}

.page-shell .hero-character {
  width: auto;
  height: 100%;
  max-width: none;

  object-fit: contain;
  object-position: center bottom;

  filter:
    saturate(1.06)
    contrast(1.07)
    drop-shadow(0 0 12px rgba(204,255,0,.34))
    drop-shadow(0 0 38px rgba(166,255,0,.16));

  transform: translateY(1.5%);
}

.page-shell .hero-character-glow {
  width: 56%;
  height: 70%;
  opacity: .42;

  background:
    radial-gradient(
      ellipse at 50% 48%,
      rgba(204,255,0,.21),
      rgba(166,255,0,.075) 38%,
      transparent 72%
    );
}

.page-shell .hero-ground-glow {
  width: 48%;
  opacity: .72;
}

@media (max-width: 900px) {
  .page-shell .hero-character-wrap {
    height: 560px;
  }

  .page-shell .hero-character {
    width: auto;
    height: 100%;
    max-width: none;
  }
}

@media (max-width: 600px) {
  .page-shell .hero-character-wrap {
    height: 420px;
  }

  .page-shell .hero-character {
    width: auto;
    height: 100%;
    max-width: none;
    transform: translateY(2%);
  }
}


/* ==========================================================
   AURA ASCENSION SIGNAL CORE V1
   ========================================================== */

.page-shell .ascension-stage {
  isolation: isolate;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 69% 48%,
      rgba(204,255,0,.075),
      transparent 32%
    ),
    linear-gradient(
      180deg,
      rgba(4,8,2,.98),
      rgba(0,2,0,.995)
    );
}


/* CHARACTER */

.page-shell .ascension-stage .ascension-character {
  position: absolute !important;
  z-index: 6;

  inset: auto !important;

  left: -2.5%;
  bottom: -2%;

  width: auto !important;
  height: 96% !important;
  max-width: none !important;

  object-fit: contain !important;
  object-position: left bottom !important;

  opacity: 1 !important;

  transform: none !important;

  -webkit-mask-image: none !important;
  mask-image: none !important;

  filter:
    saturate(1.08)
    contrast(1.10)
    drop-shadow(
      0 0 10px
      rgba(204,255,0,.40)
    )
    drop-shadow(
      0 0 32px
      rgba(166,255,0,.22)
    )
    drop-shadow(
      0 0 72px
      rgba(130,255,0,.09)
    ) !important;
}


/* RIGHT SIGNAL CORE */

.page-shell .ascension-signal-core {
  position: absolute;
  z-index: 5;

  top: 3%;
  right: 1%;
  bottom: 3%;
  left: 34%;

  overflow: hidden;

  display: grid;
  place-items: center;

  pointer-events: none;
}


/* soft core atmosphere */

.page-shell .ascension-signal-core::before {
  content: "";

  position: absolute;

  left: 50%;
  top: 50%;

  width: min(82%, 470px);
  aspect-ratio: 1;

  transform:
    translate(-50%, -50%);

  border-radius: 50%;

  background:
    repeating-radial-gradient(
      circle,
      transparent 0 26px,
      rgba(204,255,0,.08) 27px,
      transparent 28px 48px
    ),
    radial-gradient(
      circle,
      rgba(204,255,0,.11) 0%,
      rgba(166,255,0,.045) 32%,
      transparent 67%
    );

  box-shadow:
    inset 0 0 80px rgba(204,255,0,.035),
    0 0 80px rgba(166,255,0,.035);

  animation:
    auraAscensionCorePulse
    4.8s ease-in-out infinite;
}


/* moving scan */

.page-shell .ascension-signal-core::after {
  content: "";

  position: absolute;

  left: 4%;
  right: 4%;

  height: 1px;

  top: 16%;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(204,255,0,.08) 20%,
      rgba(204,255,0,.55) 50%,
      rgba(204,255,0,.08) 80%,
      transparent
    );

  box-shadow:
    0 0 15px
    rgba(204,255,0,.22);

  opacity: .65;

  animation:
    auraAscensionScan
    5.4s linear infinite;
}


/* ORBITS */

.page-shell .ascension-signal-orbit {
  position: absolute;

  left: 50%;
  top: 50%;

  border:
    1px solid
    rgba(204,255,0,.20);

  border-radius: 50%;

  transform:
    translate(-50%, -50%);

  box-shadow:
    0 0 24px
    rgba(166,255,0,.035);
}

.page-shell .ascension-signal-orbit::before,
.page-shell .ascension-signal-orbit::after {
  content: "";

  position: absolute;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: var(--aura-lime);

  box-shadow:
    0 0 12px
    rgba(204,255,0,.75);
}

.page-shell .ascension-signal-orbit::before {
  left: 14%;
  top: 18%;
}

.page-shell .ascension-signal-orbit::after {
  right: 10%;
  bottom: 22%;
}


.page-shell .orbit-one {
  width: min(78%, 430px);
  aspect-ratio: 1;

  border-color:
    rgba(204,255,0,.34);

  animation:
    auraAscensionOrbitOne
    20s linear infinite;
}


.page-shell .orbit-two {
  width: min(62%, 340px);
  aspect-ratio: 1;

  border-color:
    rgba(204,255,0,.19);

  animation:
    auraAscensionOrbitTwo
    14s linear infinite;
}


.page-shell .orbit-three {
  width: min(45%, 250px);
  aspect-ratio: 1;

  border-color:
    rgba(204,255,0,.14);

  box-shadow:
    0 0 32px rgba(166,255,0,.07),
    inset 0 0 34px rgba(166,255,0,.04);

  animation:
    auraAscensionOrbitOne
    10s linear infinite;
}


/* CROSSHAIR */

.page-shell .ascension-signal-crosshair {
  position: absolute;

  left: 50%;
  top: 50%;

  width: min(88%, 500px);
  height: min(88%, 500px);

  transform:
    translate(-50%, -50%);

  opacity: .24;

  background:
    linear-gradient(
      90deg,
      transparent calc(50% - .5px),
      rgba(204,255,0,.30) 50%,
      transparent calc(50% + .5px)
    ),
    linear-gradient(
      180deg,
      transparent calc(50% - .5px),
      rgba(204,255,0,.30) 50%,
      transparent calc(50% + .5px)
    );

  mask-image:
    radial-gradient(
      circle,
      #000 0%,
      transparent 66%
    );
}


/* SIGNAL WAVE */

.page-shell .ascension-signal-wave {
  position: absolute;

  z-index: 2;

  left: 4%;
  right: 4%;
  top: 50%;

  height: 64px;

  transform:
    translateY(-50%);

  opacity: .55;

  background:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(204,255,0,.08) 12%,
      rgba(204,255,0,.54) 38%,
      rgba(225,255,128,.78) 50%,
      rgba(204,255,0,.42) 64%,
      rgba(204,255,0,.08) 88%,
      transparent 100%
    );

  clip-path:
    polygon(
      0 51%,
      8% 49%,
      14% 52%,
      20% 43%,
      27% 58%,
      34% 47%,
      40% 54%,
      46% 38%,
      52% 62%,
      58% 45%,
      65% 55%,
      72% 47%,
      79% 53%,
      87% 48%,
      94% 51%,
      100% 50%,
      100% 52%,
      94% 53%,
      87% 50%,
      79% 55%,
      72% 49%,
      65% 57%,
      58% 47%,
      52% 65%,
      46% 41%,
      40% 56%,
      34% 49%,
      27% 61%,
      20% 46%,
      14% 54%,
      8% 51%,
      0 53%
    );

  filter:
    drop-shadow(
      0 0 8px
      rgba(204,255,0,.55)
    );

  animation:
    auraSignalWave
    3.4s ease-in-out infinite;
}


/* CENTER COPY */

.page-shell .ascension-signal-copy {
  position: relative;
  z-index: 8;

  width: min(78%, 430px);

  text-align: center;
}

.page-shell .ascension-signal-copy > small {
  display: block;

  margin-bottom: 16px;

  color:
    rgba(204,255,0,.64);

  font-size: 9px;
  font-weight: 900;

  letter-spacing: .28em;
}

.page-shell .ascension-signal-copy > strong {
  display: block;

  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    sans-serif;

  font-style: normal;
  line-height: .92;
}

.page-shell .ascension-signal-copy > strong span {
  display: block;

  color:
    rgba(233,255,209,.90);

  font-size:
    clamp(27px, 3.2vw, 46px);

  font-weight: 850;

  letter-spacing: .15em;

  text-shadow:
    0 0 22px
    rgba(204,255,0,.20);
}

.page-shell .ascension-signal-copy > strong em {
  display: block;

  margin-top: 12px;

  color:
    var(--aura-lime);

  font-size:
    clamp(16px, 1.8vw, 26px);

  font-style: normal;
  font-weight: 500;

  letter-spacing: .38em;

  text-indent: .38em;

  text-shadow:
    0 0 20px
    rgba(204,255,0,.25);
}

.page-shell .ascension-signal-copy > p {
  margin:
    24px
    0
    0;

  color:
    rgba(204,255,0,.68);

  font-size: 9px;
  font-weight: 850;

  letter-spacing: .22em;
}


/* SYNC */

.page-shell .ascension-signal-sync {
  margin:
    34px auto
    0;

  width: min(270px, 80%);

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 10px;

  padding-top: 13px;

  border-top:
    1px solid
    rgba(204,255,0,.17);

  color:
    rgba(204,255,0,.54);

  font-size: 8px;
  font-weight: 900;

  letter-spacing: .18em;
}

.page-shell .ascension-signal-sync i {
  width: 7px;
  height: 7px;

  border-radius: 50%;

  background:
    var(--aura-lime);

  box-shadow:
    0 0 11px
    rgba(204,255,0,.72);

  animation:
    auraSyncPulse
    1.25s ease-in-out infinite;
}


/* ENEMY MARKERS ABOVE BACKGROUND */

.page-shell .ascension-stage .ascension-enemy {
  z-index: 9;

  opacity: .62;
}

.page-shell .ascension-stage .enemy-one {
  left: 15%;
  top: 25%;
}

.page-shell .ascension-stage .enemy-three {
  left: 17%;
  bottom: 18%;
}

.page-shell .ascension-stage .enemy-two {
  right: 5%;
  top: 28%;
}

.page-shell .ascension-stage .enemy-four {
  right: 7%;
  bottom: 18%;
}


/* EXISTING FLOOR/HUD */

.page-shell .ascension-stage .ascension-floor {
  z-index: 4;
}

.page-shell .ascension-preview-premium .ascension-topbar,
.page-shell .ascension-preview-premium .ascension-hud,
.page-shell .ascension-preview-premium .ascension-footer {
  position: relative;
  z-index: 20;
}


/* ANIMATION */

@keyframes auraAscensionOrbitOne {
  from {
    transform:
      translate(-50%, -50%)
      rotate(0deg);
  }

  to {
    transform:
      translate(-50%, -50%)
      rotate(360deg);
  }
}

@keyframes auraAscensionOrbitTwo {
  from {
    transform:
      translate(-50%, -50%)
      rotate(360deg);
  }

  to {
    transform:
      translate(-50%, -50%)
      rotate(0deg);
  }
}

@keyframes auraAscensionCorePulse {
  0%,
  100% {
    opacity: .62;

    transform:
      translate(-50%, -50%)
      scale(.985);
  }

  50% {
    opacity: 1;

    transform:
      translate(-50%, -50%)
      scale(1.025);
  }
}

@keyframes auraAscensionScan {
  0% {
    top: 13%;
    opacity: 0;
  }

  12% {
    opacity: .62;
  }

  88% {
    opacity: .62;
  }

  100% {
    top: 87%;
    opacity: 0;
  }
}

@keyframes auraSignalWave {
  0%,
  100% {
    transform:
      translateY(-50%)
      scaleY(.72);

    opacity: .34;
  }

  50% {
    transform:
      translateY(-50%)
      scaleY(1.18);

    opacity: .70;
  }
}

@keyframes auraSyncPulse {
  0%,
  100% {
    opacity: .35;
    transform: scale(.82);
  }

  50% {
    opacity: 1;
    transform: scale(1.18);
  }
}


/* TABLET */

@media (max-width: 900px) {
  .page-shell .ascension-stage .ascension-character {
    left: -7%;

    height: 88% !important;

    opacity: .82 !important;
  }

  .page-shell .ascension-signal-core {
    left: 27%;
    right: -2%;
  }

  .page-shell .ascension-signal-copy {
    width: min(72%, 380px);
  }

  .page-shell .ascension-signal-copy > strong em {
    letter-spacing: .28em;
    text-indent: .28em;
  }
}


/* MOBILE */

@media (max-width: 600px) {
  .page-shell .ascension-stage .ascension-character {
    left: -20%;
    bottom: -1%;

    height: 78% !important;

    opacity: .46 !important;
  }

  .page-shell .ascension-signal-core {
    left: 12%;
    right: -5%;
  }

  .page-shell .ascension-signal-copy {
    width: 72%;
  }

  .page-shell .ascension-signal-copy > small {
    margin-bottom: 10px;
  }

  .page-shell .ascension-signal-copy > strong span {
    font-size: 26px;
  }

  .page-shell .ascension-signal-copy > strong em {
    margin-top: 8px;

    font-size: 15px;

    letter-spacing: .20em;
    text-indent: .20em;
  }

  .page-shell .ascension-signal-copy > p {
    margin-top: 16px;

    font-size: 7px;
  }

  .page-shell .ascension-signal-sync {
    margin-top: 22px;

    font-size: 7px;
  }

  .page-shell .ascension-stage .enemy-one,
  .page-shell .ascension-stage .enemy-three {
    display: none;
  }
}


/* REDUCED MOTION */

@media (prefers-reduced-motion: reduce) {
  .page-shell .ascension-signal-core::before,
  .page-shell .ascension-signal-core::after,
  .page-shell .ascension-signal-orbit,
  .page-shell .ascension-signal-wave,
  .page-shell .ascension-signal-sync i {
    animation: none !important;
  }
}


/* ==========================================================
   AURA FINAL UI POLISH V2
   Header + Market + Community + Ascension
   ========================================================== */


/* ==========================================================
   1. HEADER FINAL
   ========================================================== */

.page-shell .site-header {
  position: fixed !important;

  z-index: 100 !important;

  top: 14px !important;
  left: 50% !important;
  right: auto !important;

  width:
    min(
      calc(100% - 40px),
      1380px
    ) !important;

  min-height: 72px !important;

  transform:
    translateX(-50%) !important;

  display: grid !important;

  grid-template-columns:
    minmax(210px, 1fr)
    auto
    minmax(210px, 1fr) !important;

  align-items: center !important;

  column-gap: 38px !important;

  padding:
    9px
    12px
    9px
    14px !important;

  border:
    1px solid
    rgba(204,255,0,.18) !important;

  border-radius: 20px !important;

  background:
    linear-gradient(
      180deg,
      rgba(8,12,5,.94),
      rgba(2,4,2,.94)
    ) !important;

  backdrop-filter:
    blur(20px)
    saturate(1.15);

  box-shadow:
    0 18px 54px rgba(0,0,0,.46),
    0 0 0 1px rgba(255,255,255,.018) inset,
    0 0 34px rgba(166,255,0,.045) !important;
}


.page-shell .site-header.is-scrolled {
  border-color:
    rgba(204,255,0,.30) !important;

  background:
    rgba(2,4,2,.96) !important;
}


/* BRAND */

.page-shell .site-header .brand {
  justify-self: start;

  min-width: 0;
  min-height: 48px;

  display: inline-flex;
  align-items: center;

  gap: 12px;
}


.page-shell .site-header .brand-mark {
  width: 42px !important;
  height: 42px !important;

  flex:
    0 0
    42px !important;

  border:
    1px solid
    rgba(204,255,0,.32);

  border-radius: 50%;

  overflow: hidden;

  background:
    #020402;

  box-shadow:
    0 0 0 3px rgba(204,255,0,.035),
    0 0 20px rgba(204,255,0,.12);
}


.page-shell .site-header .brand-mark img {
  display: block;

  width: 100% !important;
  height: 100% !important;

  object-fit: cover;
  object-position: center;
}


.page-shell .site-header .brand > strong {
  color:
    #f2f7df;

  font-family:
    var(--aura-display);

  font-size: 25px !important;
  font-weight: 600;

  line-height: 1;

  letter-spacing: .045em;

  text-shadow:
    0 0 18px
    rgba(204,255,0,.12);
}


/* NAV */

.page-shell .site-header nav {
  justify-self: center;

  display: flex;
  align-items: center;

  gap: 34px !important;
}


.page-shell .site-header nav a {
  position: relative;

  padding:
    12px
    0;

  color:
    rgba(233,255,209,.54);

  font-size: 11px !important;
  font-weight: 850;

  line-height: 1;

  letter-spacing: .14em;

  text-transform: uppercase;
}


.page-shell .site-header nav a::after {
  content: "";

  position: absolute;

  left: 50%;
  bottom: 5px;

  width: 0;
  height: 1px;

  transform:
    translateX(-50%);

  background:
    var(--aura-lime);

  box-shadow:
    0 0 9px
    rgba(204,255,0,.55);

  transition:
    width
    180ms ease;
}


.page-shell .site-header nav a:hover {
  color:
    var(--aura-highlight);
}


.page-shell .site-header nav a:hover::after {
  width: 100%;
}


/* CTA */

.page-shell .site-header .header-cta {
  justify-self: end;

  height: 46px !important;
  min-height: 46px !important;

  margin: 0 !important;

  padding:
    0
    22px !important;

  border:
    1px solid
    rgba(220,255,58,.92) !important;

  border-radius:
    12px !important;

  background:
    linear-gradient(
      180deg,
      #dcff28,
      #aaff00
    ) !important;

  color:
    #050800 !important;

  font-size:
    12px;

  font-weight:
    900;

  letter-spacing:
    .02em;

  box-shadow:
    0 0 22px
    rgba(170,255,0,.16);

  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}


.page-shell .site-header .header-cta:hover {
  transform:
    translateY(-1px);

  box-shadow:
    0 0 28px
    rgba(170,255,0,.25);
}


/* ==========================================================
   2. MARKET LOGOS FINAL NORMALIZATION
   ========================================================== */

.page-shell .market-grid-v2 {
  align-items: stretch;
}


.page-shell .market-grid-v2 .aura-node {
  min-height: 292px !important;
}


.page-shell .aura-node-head {
  min-height: 62px;

  align-items: flex-start;
}


.page-shell .aura-node-logo {
  width: 58px !important;
  height: 58px !important;

  min-width: 58px !important;
  min-height: 58px !important;

  flex:
    0 0
    58px !important;

  box-sizing:
    border-box;

  display: grid !important;

  place-items: center;

  padding: 10px !important;

  border:
    1px solid
    rgba(204,255,0,.24) !important;

  border-radius:
    14px !important;

  background:
    radial-gradient(
      circle,
      rgba(204,255,0,.08),
      transparent 74%
    ),
    rgba(2,5,2,.92) !important;

  box-shadow:
    0 0 18px
    rgba(166,255,0,.055);

  overflow:
    hidden;
}


.page-shell .aura-node-logo img {
  display: block !important;

  width: 34px !important;
  height: 34px !important;

  max-width: 34px !important;
  max-height: 34px !important;

  margin: 0 !important;
  padding: 0 !important;

  object-fit: contain !important;
  object-position: center !important;
}


/* optical consistency */

.page-shell .aura-node:nth-child(1)
.aura-node-logo img {
  width: 32px !important;
  height: 32px !important;
}


.page-shell .aura-node:nth-child(2)
.aura-node-logo img {
  width: 34px !important;
  height: 34px !important;
}


.page-shell .aura-node:nth-child(3)
.aura-node-logo img {
  width: 30px !important;
  height: 30px !important;
}


/* Keep index visually aligned */

.page-shell .aura-node-index {
  min-height: 58px;

  display: flex;
  flex-direction: column;

  align-items: flex-end;
  justify-content: flex-start;
}


/* ==========================================================
   3. COMMUNITY ICON NORMALIZATION
   ========================================================== */

.page-shell .community-card-body {
  grid-template-columns:
    58px
    minmax(0,1fr) !important;

  align-items: center !important;

  gap: 18px !important;
}


.page-shell .community-card-body > img {
  display: block !important;

  box-sizing:
    border-box;

  width: 52px !important;
  height: 52px !important;

  min-width: 52px !important;
  min-height: 52px !important;

  max-width: 52px !important;
  max-height: 52px !important;

  margin: 0 !important;

  padding: 8px !important;

  object-fit:
    contain !important;

  object-position:
    center !important;

  align-self:
    center !important;

  border:
    1px solid
    rgba(204,255,0,.18) !important;

  border-radius:
    14px !important;

  background:
    radial-gradient(
      circle,
      rgba(204,255,0,.06),
      transparent 74%
    ),
    rgba(2,5,2,.92) !important;

  box-shadow:
    0 0 16px
    rgba(166,255,0,.04);
}


/* Telegram has a circular icon canvas */

.page-shell .community-card-v2.primary-card
.community-card-body > img {
  padding:
    7px !important;
}


/* X has more internal negative space */

.page-shell .community-card-v2:not(.primary-card)
.community-card-body > img {
  padding:
    10px !important;
}


.page-shell .community-card-body > div {
  min-width: 0;
}


.page-shell .community-card-body strong {
  display: block;

  margin: 0 0 7px;

  line-height: 1.15;
}


.page-shell .community-card-body p {
  margin: 0 !important;

  line-height: 1.55;
}


/* ==========================================================
   4. ASCENSION STRUCTURAL RESET
   ========================================================== */

/*
   Base CSS historically positioned stage/HUD elements in several
   different ways. Final layer explicitly restores the component
   structure:
   TOPBAR
   STAGE
   HUD
   FOOTER
*/

.page-shell .ascension-preview-premium {
  width: 100% !important;

  min-height: 720px !important;

  display: grid !important;

  grid-template-rows:
    auto
    minmax(455px, 1fr)
    auto
    auto !important;

  align-content: stretch;

  overflow: hidden !important;

  isolation: isolate;

  border-radius:
    28px !important;
}


/* TOPBAR */

.page-shell .ascension-preview-premium
.ascension-topbar {
  position: relative !important;

  inset: auto !important;

  z-index: 30 !important;

  min-height: 76px;

  padding:
    18px
    22px !important;

  display: flex !important;

  align-items: center;
  justify-content: space-between;

  border-bottom:
    1px solid
    rgba(204,255,0,.14);

  background:
    linear-gradient(
      180deg,
      rgba(3,6,2,.98),
      rgba(2,4,2,.94)
    ) !important;
}


/* STAGE */

.page-shell .ascension-preview-premium
.ascension-stage {
  position: relative !important;

  inset: auto !important;

  z-index: 1;

  min-height: 455px !important;

  width: 100%;

  overflow: hidden !important;

  isolation: isolate;

  background:
    radial-gradient(
      circle at 25% 50%,
      rgba(204,255,0,.10),
      transparent 30%
    ),
    radial-gradient(
      circle at 72% 47%,
      rgba(166,255,0,.06),
      transparent 35%
    ),
    linear-gradient(
      180deg,
      rgba(3,7,2,.985),
      rgba(0,3,0,.995)
    ) !important;
}


/* moving energy aura behind character */

.page-shell .ascension-preview-premium
.ascension-stage::before {
  content: "";

  position: absolute;

  z-index: 2;

  left: 20%;
  top: 50%;

  width: 390px;
  height: 390px;

  transform:
    translate(-50%, -50%);

  border-radius: 50%;

  pointer-events: none;

  background:
    repeating-radial-gradient(
      circle,
      transparent 0 27px,
      rgba(204,255,0,.10) 28px,
      transparent 29px 46px
    ),
    radial-gradient(
      circle,
      rgba(204,255,0,.12),
      rgba(166,255,0,.045) 36%,
      transparent 69%
    );

  opacity: .58;

  filter:
    drop-shadow(
      0 0 24px
      rgba(166,255,0,.10)
    );

  animation:
    auraFinalCharacterField
    8s linear infinite;
}


/* subtle scanning layer */

.page-shell .ascension-preview-premium
.ascension-stage::after {
  content: "";

  position: absolute;

  z-index: 1;

  inset: 0;

  pointer-events: none;

  opacity: .18;

  background:
    repeating-linear-gradient(
      180deg,
      rgba(204,255,0,.07) 0,
      rgba(204,255,0,.07) 1px,
      transparent 1px,
      transparent 8px
    );

  mask-image:
    linear-gradient(
      to bottom,
      transparent,
      #000 14%,
      #000 86%,
      transparent
    );
}


/* ==========================================================
   ASCENSION CHARACTER
   ========================================================== */

.page-shell .ascension-preview-premium
.ascension-stage
.ascension-character {
  position: absolute !important;

  z-index: 8 !important;

  inset: auto !important;

  left: 5% !important;
  bottom: -3% !important;

  width: auto !important;
  height: 94% !important;

  max-width: 37% !important;
  max-height: none !important;

  object-fit: contain !important;
  object-position: left bottom !important;

  opacity: 1 !important;

  -webkit-mask-image:
    none !important;

  mask-image:
    none !important;

  transform:
    translate3d(0,0,0);

  transform-origin:
    center bottom;

  filter:
    saturate(1.08)
    contrast(1.10)
    drop-shadow(
      0 0 9px
      rgba(204,255,0,.52)
    )
    drop-shadow(
      0 0 28px
      rgba(166,255,0,.25)
    )
    drop-shadow(
      0 0 64px
      rgba(130,255,0,.11)
    ) !important;

  animation:
    auraFinalGuardianFloat
    5.2s ease-in-out infinite;
}


/* ==========================================================
   ASCENSION SIGNAL CORE
   ========================================================== */

.page-shell .ascension-preview-premium
.ascension-signal-core {
  position: absolute !important;

  z-index: 6 !important;

  top: 5% !important;
  right: 3% !important;
  bottom: 5% !important;
  left: 43% !important;

  overflow: hidden;

  display: grid;
  place-items: center;

  pointer-events: none;
}


.page-shell .ascension-preview-premium
.ascension-signal-copy {
  position: relative;

  z-index: 10;

  width:
    min(
      82%,
      420px
    ) !important;

  margin-left:
    auto;

  text-align:
    center;
}


.page-shell .ascension-signal-copy > small {
  margin-bottom:
    13px !important;

  font-size:
    8px !important;
}


.page-shell .ascension-signal-copy
> strong span {
  font-size:
    clamp(
      28px,
      3vw,
      42px
    ) !important;

  letter-spacing:
    .12em !important;
}


.page-shell .ascension-signal-copy
> strong em {
  margin-top:
    9px !important;

  font-size:
    clamp(
      15px,
      1.5vw,
      22px
    ) !important;

  letter-spacing:
    .27em !important;

  text-indent:
    .27em !important;
}


.page-shell .ascension-signal-copy > p {
  margin-top:
    19px !important;

  font-size:
    8px !important;

  letter-spacing:
    .18em !important;
}


.page-shell .ascension-signal-sync {
  margin-top:
    25px !important;
}


/* ==========================================================
   LASER EYES
   ========================================================== */

.page-shell .ascension-eye-lasers {
  position: absolute;

  z-index: 12;

  left: 25.5%;
  top: 16.5%;

  width: 180px;
  height: 18px;

  pointer-events: none;

  transform:
    rotate(1deg);
}


.page-shell .ascension-eye-lasers i {
  position: absolute;

  left: 0;

  width: 145px;
  height: 2px;

  transform-origin:
    left center;

  opacity: 0;

  background:
    linear-gradient(
      90deg,
      #efffb0 0%,
      var(--aura-lime) 13%,
      rgba(204,255,0,.62) 48%,
      transparent 100%
    );

  box-shadow:
    0 0 5px rgba(235,255,150,.90),
    0 0 12px rgba(204,255,0,.75);

  animation:
    auraFinalEyeBeam
    5.6s ease-in-out infinite;
}


.page-shell .ascension-eye-lasers i:first-child {
  top: 5px;

  transform:
    rotate(-4deg);
}


.page-shell .ascension-eye-lasers i:last-child {
  top: 10px;

  transform:
    rotate(2deg);

  animation-delay:
    .05s;
}


/* ==========================================================
   ENEMY MARKERS
   Keep out of both character and signal copy
   ========================================================== */

.page-shell .ascension-preview-premium
.ascension-stage
.ascension-enemy {
  z-index: 14 !important;

  opacity: .56 !important;
}


.page-shell .ascension-stage
.enemy-one {
  left: 2.5% !important;
  top: 24% !important;
}


.page-shell .ascension-stage
.enemy-three {
  left: 3.5% !important;
  top: auto !important;
  bottom: 18% !important;
}


.page-shell .ascension-stage
.enemy-two {
  left: auto !important;
  right: 3.5% !important;
  top: 25% !important;
}


.page-shell .ascension-stage
.enemy-four {
  left: auto !important;
  right: 4% !important;
  top: auto !important;
  bottom: 18% !important;
}


/* ==========================================================
   HUD
   ========================================================== */

.page-shell .ascension-preview-premium
.ascension-hud {
  position: relative !important;

  inset: auto !important;

  z-index: 30 !important;

  display: grid !important;

  grid-template-columns:
    1.2fr
    .75fr
    .9fr !important;

  gap:
    10px !important;

  padding:
    10px
    18px !important;

  border-top:
    1px solid
    rgba(204,255,0,.10);

  background:
    rgba(1,4,1,.97) !important;
}


.page-shell .ascension-preview-premium
.ascension-hud > div {
  min-height:
    66px;

  padding:
    11px
    14px !important;

  border:
    1px solid
    rgba(204,255,0,.12) !important;

  border-radius:
    12px !important;

  background:
    rgba(4,8,3,.94) !important;
}


/* ==========================================================
   FOOTER
   ========================================================== */

.page-shell .ascension-preview-premium
.ascension-footer {
  position: relative !important;

  inset: auto !important;

  z-index: 30 !important;

  min-height:
    48px;

  padding:
    0
    20px !important;

  display: flex !important;

  align-items: center;
  justify-content: space-between;

  border-top:
    1px solid
    rgba(204,255,0,.09);

  background:
    rgba(1,3,1,.985) !important;
}


/* ==========================================================
   ASCENSION ANIMATIONS
   ========================================================== */

@keyframes auraFinalGuardianFloat {
  0%,
  100% {
    transform:
      translate3d(
        0,
        0,
        0
      )
      scale(1);
  }

  50% {
    transform:
      translate3d(
        0,
        -8px,
        0
      )
      scale(1.006);
  }
}


@keyframes auraFinalCharacterField {
  from {
    transform:
      translate(-50%, -50%)
      rotate(0deg)
      scale(.98);
  }

  50% {
    opacity: .78;
  }

  to {
    transform:
      translate(-50%, -50%)
      rotate(360deg)
      scale(.98);
  }
}


@keyframes auraFinalEyeBeam {
  0%,
  72%,
  100% {
    opacity: 0;

    width:
      35px;
  }

  76% {
    opacity: .25;

    width:
      55px;
  }

  80%,
  89% {
    opacity: .92;

    width:
      145px;
  }

  93% {
    opacity: .18;

    width:
      90px;
  }
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 900px) {

  .page-shell .site-header {
    grid-template-columns:
      auto
      auto !important;

    width:
      calc(100% - 24px) !important;

    min-height:
      66px !important;

    column-gap:
      16px !important;
  }


  .page-shell .site-header nav {
    display:
      none !important;
  }


  .page-shell .site-header
  .brand-mark {
    width:
      38px !important;

    height:
      38px !important;

    flex-basis:
      38px !important;
  }


  .page-shell .site-header
  .brand > strong {
    font-size:
      21px !important;
  }


  .page-shell .ascension-preview-premium {
    min-height:
      700px !important;

    grid-template-rows:
      auto
      minmax(440px,1fr)
      auto
      auto !important;
  }


  .page-shell .ascension-preview-premium
  .ascension-character {
    left:
      1% !important;

    height:
      82% !important;

    max-width:
      43% !important;
  }


  .page-shell .ascension-preview-premium
  .ascension-signal-core {
    left:
      38% !important;

    right:
      0 !important;
  }


  .page-shell .ascension-eye-lasers {
    display:
      none;
  }
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 600px) {

  .page-shell .site-header {
    top:
      10px !important;

    width:
      calc(100% - 18px) !important;

    min-height:
      60px !important;

    padding:
      7px
      8px
      7px
      10px !important;

    border-radius:
      15px !important;
  }


  .page-shell .site-header
  .brand {
    gap:
      8px;
  }


  .page-shell .site-header
  .brand-mark {
    width:
      34px !important;

    height:
      34px !important;

    flex-basis:
      34px !important;
  }


  .page-shell .site-header
  .brand > strong {
    font-size:
      18px !important;
  }


  .page-shell .site-header
  .header-cta {
    height:
      40px !important;

    min-height:
      40px !important;

    padding:
      0
      13px !important;

    font-size:
      10px;
  }


  .page-shell .community-card-body {
    grid-template-columns:
      50px
      minmax(0,1fr) !important;

    gap:
      14px !important;
  }


  .page-shell .community-card-body
  > img {
    width:
      46px !important;

    height:
      46px !important;

    min-width:
      46px !important;

    min-height:
      46px !important;
  }


  .page-shell .aura-node-logo {
    width:
      52px !important;

    height:
      52px !important;

    min-width:
      52px !important;

    min-height:
      52px !important;

    flex-basis:
      52px !important;
  }


  .page-shell .ascension-preview-premium {
    min-height:
      690px !important;

    grid-template-rows:
      auto
      minmax(430px,1fr)
      auto
      auto !important;
  }


  .page-shell .ascension-preview-premium
  .ascension-stage {
    min-height:
      430px !important;
  }


  /*
    On mobile the character becomes atmospheric rather than
    competing with the signal copy.
  */

  .page-shell .ascension-preview-premium
  .ascension-character {
    left:
      -12% !important;

    bottom:
      -2% !important;

    height:
      70% !important;

    max-width:
      58% !important;

    opacity:
      .54 !important;
  }


  .page-shell .ascension-preview-premium
  .ascension-signal-core {
    left:
      20% !important;

    right:
      -3% !important;

    top:
      4% !important;

    bottom:
      4% !important;
  }


  .page-shell .ascension-preview-premium
  .ascension-signal-copy {
    width:
      76% !important;

    margin-left:
      auto;
  }


  .page-shell .ascension-signal-copy
  > strong span {
    font-size:
      27px !important;
  }


  .page-shell .ascension-signal-copy
  > strong em {
    font-size:
      14px !important;

    letter-spacing:
      .18em !important;

    text-indent:
      .18em !important;
  }


  .page-shell .ascension-stage
  .enemy-one,
  .page-shell .ascension-stage
  .enemy-three {
    display:
      none !important;
  }


  .page-shell .ascension-preview-premium
  .ascension-hud {
    grid-template-columns:
      1fr
      1fr !important;
  }


  .page-shell .ascension-preview-premium
  .ascension-hud > div:first-child {
    grid-column:
      1 / -1;
  }


  .page-shell .ascension-footer {
    font-size:
      8px;
  }
}


/* ==========================================================
   REDUCED MOTION
   ========================================================== */

@media (prefers-reduced-motion: reduce) {

  .page-shell .ascension-character,
  .page-shell .ascension-stage::before,
  .page-shell .ascension-eye-lasers i {
    animation:
      none !important;
  }
}


/* ==========================================================
   AURA FOOTER FINAL V2
   ========================================================== */

.page-shell .footer-v2 {
  position: relative;

  width:
    min(
      calc(100% - 40px),
      1380px
    ) !important;

  min-height: 0 !important;

  margin:
    24px
    auto
    28px !important;

  padding:
    0 !important;

  display:
    block !important;

  overflow:
    hidden;

  border:
    1px solid
    rgba(204,255,0,.16);

  border-radius:
    22px;

  background:
    radial-gradient(
      circle at 8% 10%,
      rgba(204,255,0,.075),
      transparent 25rem
    ),
    linear-gradient(
      145deg,
      rgba(8,12,5,.96),
      rgba(1,3,1,.99)
    ) !important;

  box-shadow:
    0 24px 70px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(204,255,0,.035);
}


.page-shell .footer-v2::before {
  content: "";

  position: absolute;

  top: 0;
  left: 8%;
  right: 8%;

  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(204,255,0,.46),
      transparent
    );

  box-shadow:
    0 0 18px
    rgba(204,255,0,.20);

  pointer-events: none;
}


/* MAIN ROW */

.page-shell .footer-main {
  min-height:
    104px;

  padding:
    22px
    26px;

  display:
    flex;

  align-items:
    center;

  justify-content:
    space-between;

  gap:
    40px;
}


/* BRAND */

.page-shell .footer-brand {
  min-width: 0;

  display:
    inline-flex;

  align-items:
    center;

  gap:
    14px;

  color:
    inherit;

  text-decoration:
    none;
}


.page-shell .footer-brand-mark {
  width:
    52px;

  height:
    52px;

  flex:
    0 0
    52px;

  overflow:
    hidden;

  display:
    grid;

  place-items:
    center;

  border:
    1px solid
    rgba(204,255,0,.34);

  border-radius:
    50%;

  background:
    #020402;

  box-shadow:
    0 0 0 3px rgba(204,255,0,.03),
    0 0 22px rgba(166,255,0,.12);
}


.page-shell .footer-brand-mark img {
  display:
    block;

  width:
    100%;

  height:
    100%;

  object-fit:
    cover;

  object-position:
    center;
}


.page-shell .footer-brand-copy {
  display:
    flex;

  flex-direction:
    column;

  gap:
    5px;
}


.page-shell .footer-brand-copy strong {
  margin:
    0 !important;

  color:
    var(--aura-lime) !important;

  font-family:
    var(--aura-display);

  font-size:
    28px !important;

  font-weight:
    500;

  line-height:
    1;

  letter-spacing:
    .045em;

  text-shadow:
    0 0 18px
    rgba(204,255,0,.16);
}


.page-shell .footer-brand-copy small {
  color:
    rgba(233,255,209,.48);

  font-size:
    11px;

  letter-spacing:
    .035em;
}


/* LINKS */

.page-shell .footer-links {
  display:
    flex;

  align-items:
    center;

  gap:
    8px;
}


.page-shell .footer-links a {
  min-height:
    40px;

  padding:
    0
    14px;

  display:
    inline-flex;

  align-items:
    center;

  justify-content:
    center;

  gap:
    8px;

  border:
    1px solid
    rgba(204,255,0,.10);

  border-radius:
    10px;

  background:
    rgba(255,255,255,.015);

  color:
    rgba(233,255,209,.62);

  font-size:
    10px;

  font-weight:
    850;

  letter-spacing:
    .06em;

  text-decoration:
    none;

  text-transform:
    uppercase;

  transition:
    border-color 160ms ease,
    color 160ms ease,
    background 160ms ease,
    transform 160ms ease;
}


.page-shell .footer-links a span {
  color:
    var(--aura-lime);

  font-size:
    12px;
}


.page-shell .footer-links a:hover {
  transform:
    translateY(-1px);

  border-color:
    rgba(204,255,0,.34);

  background:
    rgba(204,255,0,.035);

  color:
    var(--aura-highlight);
}


/* SIGNAL / CONTRACT ROW */

.page-shell .footer-signal {
  min-height:
    68px;

  padding:
    12px
    26px;

  display:
    grid;

  grid-template-columns:
    minmax(180px, .65fr)
    minmax(0, 1.65fr)
    auto;

  align-items:
    center;

  gap:
    20px;

  border-top:
    1px solid
    rgba(204,255,0,.08);

  border-bottom:
    1px solid
    rgba(204,255,0,.08);

  background:
    rgba(0,0,0,.20);
}


.page-shell .footer-signal-label {
  min-width:
    0;

  display:
    flex;

  align-items:
    center;

  gap:
    11px;
}


.page-shell .footer-signal-label > i {
  width:
    8px;

  height:
    8px;

  flex:
    0 0
    8px;

  border-radius:
    50%;

  background:
    var(--aura-lime);

  box-shadow:
    0 0 13px
    rgba(204,255,0,.75);

  animation:
    auraFooterSignalPulse
    2.2s ease-in-out infinite;
}


.page-shell .footer-signal-label > span {
  display:
    flex;

  flex-direction:
    column;

  gap:
    4px;

  color:
    rgba(233,255,209,.76);

  font-size:
    9px;

  font-weight:
    900;

  letter-spacing:
    .13em;
}


.page-shell .footer-signal-label small {
  color:
    rgba(233,255,209,.34);

  font-size:
    8px;

  font-weight:
    700;

  letter-spacing:
    .08em;
}


.page-shell .footer-signal code {
  min-width:
    0;

  max-width:
    none !important;

  padding:
    11px
    14px;

  overflow:
    hidden;

  border:
    1px solid
    rgba(204,255,0,.09);

  border-radius:
    9px;

  background:
    rgba(0,0,0,.32);

  color:
    rgba(233,255,209,.66) !important;

  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    monospace;

  font-size:
    10px !important;

  line-height:
    1.2;

  text-overflow:
    ellipsis;

  white-space:
    nowrap;
}


.page-shell .footer-copy {
  min-width:
    88px;

  height:
    38px;

  padding:
    0
    14px;

  border:
    1px solid
    rgba(204,255,0,.34);

  border-radius:
    9px;

  background:
    rgba(204,255,0,.055);

  color:
    var(--aura-lime);

  cursor:
    pointer;

  font-size:
    9px;

  font-weight:
    900;

  letter-spacing:
    .10em;

  transition:
    background 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}


.page-shell .footer-copy:hover {
  transform:
    translateY(-1px);

  border-color:
    rgba(204,255,0,.60);

  background:
    rgba(204,255,0,.10);
}


/* BOTTOM ROW */

.page-shell .footer-bottom {
  min-height:
    62px;

  padding:
    14px
    26px;

  display:
    flex;

  align-items:
    center;

  justify-content:
    space-between;

  gap:
    28px;
}


.page-shell .footer-v2
.footer-disclosure {
  justify-self:
    auto !important;

  max-width:
    none !important;

  margin:
    0 !important;

  color:
    rgba(233,255,209,.34) !important;

  font-size:
    10px !important;

  line-height:
    1.5;

  text-align:
    left !important;
}


.page-shell .footer-status {
  white-space:
    nowrap;

  display:
    inline-flex;

  align-items:
    center;

  gap:
    9px;

  color:
    rgba(233,255,209,.32);

  font-size:
    8px;

  font-weight:
    850;

  letter-spacing:
    .12em;
}


.page-shell .footer-status i {
  width:
    4px;

  height:
    4px;

  border-radius:
    50%;

  background:
    var(--aura-lime);

  box-shadow:
    0 0 8px
    rgba(204,255,0,.70);
}


/* animation */

@keyframes auraFooterSignalPulse {
  0%,
  100% {
    opacity:
      .45;

    transform:
      scale(.85);
  }

  50% {
    opacity:
      1;

    transform:
      scale(1.14);
  }
}


/* TABLET */

@media (max-width: 900px) {

  .page-shell .footer-v2 {
    width:
      calc(100% - 28px) !important;
  }


  .page-shell .footer-main {
    align-items:
      flex-start;

    flex-direction:
      column;

    gap:
      20px;
  }


  .page-shell .footer-links {
    width:
      100%;

    flex-wrap:
      wrap;
  }


  .page-shell .footer-signal {
    grid-template-columns:
      1fr
      auto;

    gap:
      12px;
  }


  .page-shell .footer-signal code {
    grid-column:
      1 / -1;

    grid-row:
      2;
  }
}


/* MOBILE */

@media (max-width: 600px) {

  .page-shell .footer-v2 {
    width:
      calc(100% - 20px) !important;

    margin-bottom:
      14px !important;

    border-radius:
      17px;
  }


  .page-shell .footer-main {
    padding:
      20px;
  }


  .page-shell .footer-brand-mark {
    width:
      46px;

    height:
      46px;

    flex-basis:
      46px;
  }


  .page-shell .footer-brand-copy strong {
    font-size:
      24px !important;
  }


  .page-shell .footer-links {
    display:
      grid;

    grid-template-columns:
      1fr
      1fr;
  }


  .page-shell .footer-links a:last-child {
    grid-column:
      1 / -1;
  }


  .page-shell .footer-signal {
    padding:
      14px
      20px;

    grid-template-columns:
      1fr
      auto;
  }


  .page-shell .footer-signal code {
    font-size:
      9px !important;
  }


  .page-shell .footer-bottom {
    padding:
      16px
      20px;

    align-items:
      flex-start;

    flex-direction:
      column;

    gap:
      12px;
  }


  .page-shell .footer-status {
    white-space:
      normal;
  }
}


@media (prefers-reduced-motion: reduce) {
  .page-shell .footer-signal-label > i {
    animation:
      none !important;
  }
}


/* ==========================================================
   AURA ASCENSION CINEMATIC V3
   ========================================================== */


/* ----------------------------------------------------------
   FRAME / STAGE
   ---------------------------------------------------------- */

.page-shell .ascension-preview-premium {
  min-height: 790px !important;

  grid-template-rows:
    auto
    minmax(520px, 1fr)
    auto
    auto !important;

  box-shadow:
    0 28px 80px rgba(0,0,0,.46),
    0 0 50px rgba(166,255,0,.045),
    inset 0 1px 0 rgba(204,255,0,.035) !important;
}


.page-shell .ascension-preview-premium
.ascension-stage {
  min-height: 520px !important;

  background:
    radial-gradient(
      ellipse at 24% 58%,
      rgba(204,255,0,.15),
      transparent 25%
    ),
    radial-gradient(
      circle at 69% 48%,
      rgba(204,255,0,.09),
      transparent 35%
    ),
    radial-gradient(
      circle at 52% 110%,
      rgba(166,255,0,.055),
      transparent 38%
    ),
    linear-gradient(
      180deg,
      #030702 0%,
      #010501 58%,
      #000200 100%
    ) !important;
}


/* Dark vignette keeps the HUD readable */

.page-shell .ascension-preview-premium
.ascension-stage {
  box-shadow:
    inset 0 0 120px rgba(0,0,0,.34);
}


/* ----------------------------------------------------------
   CHARACTER FIELD
   ---------------------------------------------------------- */

.page-shell .ascension-preview-premium
.ascension-stage::before {
  left: 24% !important;
  top: 54% !important;

  width: 470px !important;
  height: 470px !important;

  opacity: .82 !important;

  background:
    conic-gradient(
      from 0deg,
      transparent 0 11%,
      rgba(204,255,0,.10) 12% 13%,
      transparent 14% 32%,
      rgba(204,255,0,.17) 33% 34%,
      transparent 35% 58%,
      rgba(204,255,0,.08) 59% 60%,
      transparent 61% 84%,
      rgba(204,255,0,.14) 85% 86%,
      transparent 87% 100%
    ),
    repeating-radial-gradient(
      circle,
      transparent 0 38px,
      rgba(204,255,0,.12) 39px,
      transparent 40px 63px
    ),
    radial-gradient(
      circle,
      rgba(204,255,0,.13) 0%,
      rgba(166,255,0,.052) 38%,
      transparent 70%
    ) !important;

  box-shadow:
    0 0 44px rgba(166,255,0,.09),
    inset 0 0 60px rgba(204,255,0,.045);

  animation:
    auraV3CharacterField
    16s linear infinite !important;
}


/* ----------------------------------------------------------
   CHARACTER
   ---------------------------------------------------------- */

.page-shell .ascension-preview-premium
.ascension-stage
.ascension-character {
  left: 3.5% !important;
  bottom: -4% !important;

  width: 46% !important;
  height: auto !important;

  max-width: none !important;
  max-height: none !important;

  opacity: 1 !important;

  transform-origin:
    center bottom !important;

  filter:
    saturate(1.16)
    contrast(1.12)
    brightness(1.04)
    drop-shadow(
      0 0 6px
      rgba(238,255,170,.75)
    )
    drop-shadow(
      0 0 16px
      rgba(204,255,0,.56)
    )
    drop-shadow(
      0 0 42px
      rgba(166,255,0,.27)
    )
    drop-shadow(
      0 0 90px
      rgba(120,255,0,.10)
    ) !important;

  animation:
    auraV3GuardianFloat
    5.6s ease-in-out infinite !important;
}


/* ----------------------------------------------------------
   ENERGY FLOOR / ASCENSION WAKE
   ---------------------------------------------------------- */

.page-shell .ascension-preview-premium
.ascension-stage
.ascension-floor {
  position: absolute !important;

  z-index: 5 !important;

  left: 7% !important;
  right: auto !important;

  bottom: 0 !important;

  width: 39% !important;
  height: 15% !important;

  border: 0 !important;

  border-radius: 50% !important;

  background:
    radial-gradient(
      ellipse,
      rgba(225,255,125,.52) 0%,
      rgba(204,255,0,.23) 22%,
      rgba(166,255,0,.08) 44%,
      transparent 72%
    ) !important;

  filter:
    blur(7px);

  opacity: .68;

  transform:
    perspective(280px)
    rotateX(68deg);

  animation:
    auraV3GroundPulse
    3.4s ease-in-out infinite;
}


/* vertical energy wake */

.page-shell .ascension-preview-premium
.ascension-stage
.ascension-floor::before {
  content: "";

  position: absolute;

  left: 50%;
  bottom: 22%;

  width: 90px;
  height: 260px;

  transform:
    translateX(-50%)
    rotateX(-68deg);

  background:
    linear-gradient(
      to top,
      rgba(204,255,0,.30),
      rgba(166,255,0,.075) 38%,
      transparent 84%
    );

  filter:
    blur(24px);

  opacity: .62;
}


/* ----------------------------------------------------------
   SIGNAL CORE POSITION
   ---------------------------------------------------------- */

.page-shell .ascension-preview-premium
.ascension-signal-core {
  top: 4% !important;
  right: 2% !important;
  bottom: 4% !important;
  left: 46% !important;

  border-radius: 50%;

  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(204,255,0,.045),
      transparent 56%
    );
}


/* ----------------------------------------------------------
   SIGNAL CORE HALO
   ---------------------------------------------------------- */

.page-shell .ascension-preview-premium
.ascension-signal-core::before {
  width:
    min(88%, 470px) !important;

  opacity:
    .86 !important;

  background:
    repeating-radial-gradient(
      circle,
      transparent 0 29px,
      rgba(204,255,0,.075) 30px,
      transparent 31px 48px
    ),
    conic-gradient(
      from 180deg,
      transparent 0 12%,
      rgba(204,255,0,.16) 13%,
      transparent 16% 41%,
      rgba(204,255,0,.12) 42%,
      transparent 45% 69%,
      rgba(204,255,0,.15) 70%,
      transparent 74% 100%
    ),
    radial-gradient(
      circle,
      rgba(204,255,0,.10),
      rgba(166,255,0,.035) 42%,
      transparent 68%
    ) !important;

  filter:
    drop-shadow(
      0 0 28px
      rgba(204,255,0,.10)
    );

  animation:
    auraV3CoreBreath
    5.2s ease-in-out infinite !important;
}


/* scanning beam */

.page-shell .ascension-preview-premium
.ascension-signal-core::after {
  height: 2px !important;

  opacity: .55 !important;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(204,255,0,.10) 15%,
      rgba(230,255,140,.78) 50%,
      rgba(204,255,0,.10) 85%,
      transparent
    ) !important;

  box-shadow:
    0 0 18px
    rgba(204,255,0,.36) !important;

  animation:
    auraV3CoreScan
    6s linear infinite !important;
}


/* ----------------------------------------------------------
   ORBITS
   ---------------------------------------------------------- */

.page-shell .ascension-preview-premium
.ascension-signal-orbit {
  box-shadow:
    0 0 24px rgba(166,255,0,.055),
    inset 0 0 18px rgba(166,255,0,.025) !important;
}


.page-shell .ascension-preview-premium
.orbit-one {
  width:
    min(88%, 470px) !important;

  border-color:
    rgba(204,255,0,.30) !important;

  border-style:
    solid;

  animation:
    auraV3OrbitClockwise
    22s linear infinite !important;
}


.page-shell .ascension-preview-premium
.orbit-two {
  width:
    min(69%, 370px) !important;

  border-color:
    rgba(204,255,0,.19) !important;

  border-style:
    dashed;

  animation:
    auraV3OrbitCounter
    15s linear infinite !important;
}


.page-shell .ascension-preview-premium
.orbit-three {
  width:
    min(49%, 265px) !important;

  border-color:
    rgba(225,255,130,.22) !important;

  animation:
    auraV3OrbitClockwise
    9s linear infinite !important;
}


/* orbit nodes */

.page-shell .ascension-preview-premium
.ascension-signal-orbit::before,
.page-shell .ascension-preview-premium
.ascension-signal-orbit::after {
  width: 6px !important;
  height: 6px !important;

  background:
    #eaff85 !important;

  box-shadow:
    0 0 7px #d8ff35,
    0 0 17px rgba(204,255,0,.70) !important;
}


/* ----------------------------------------------------------
   SIGNAL WAVE
   ---------------------------------------------------------- */

.page-shell .ascension-preview-premium
.ascension-signal-wave {
  z-index: 4 !important;

  height: 76px !important;

  opacity: .48 !important;

  filter:
    drop-shadow(
      0 0 7px
      rgba(204,255,0,.50)
    );

  animation:
    auraV3Wave
    3.1s ease-in-out infinite !important;
}


/* ----------------------------------------------------------
   SIGNAL TITLE
   ---------------------------------------------------------- */

.page-shell .ascension-preview-premium
.ascension-signal-copy {
  width:
    min(84%, 450px) !important;

  transform:
    translateY(-2%);
}


.page-shell .ascension-signal-copy > small {
  margin-bottom:
    15px !important;

  color:
    rgba(204,255,0,.72) !important;

  letter-spacing:
    .30em !important;
}


.page-shell .ascension-signal-copy
> strong span {
  color:
    #f0f7dd !important;

  font-size:
    clamp(
      34px,
      3.7vw,
      52px
    ) !important;

  font-weight:
    900 !important;

  letter-spacing:
    .105em !important;

  text-shadow:
    0 0 8px rgba(240,255,205,.20),
    0 0 28px rgba(204,255,0,.14) !important;
}


.page-shell .ascension-signal-copy
> strong em {
  margin-top:
    8px !important;

  color:
    var(--aura-lime) !important;

  font-size:
    clamp(
      17px,
      1.65vw,
      24px
    ) !important;

  font-weight:
    600 !important;

  letter-spacing:
    .32em !important;

  text-indent:
    .32em !important;

  text-shadow:
    0 0 18px
    rgba(204,255,0,.32) !important;
}


.page-shell .ascension-signal-copy > p {
  margin-top:
    22px !important;

  color:
    rgba(204,255,0,.72) !important;

  font-size:
    8px !important;

  letter-spacing:
    .22em !important;
}


/* ----------------------------------------------------------
   SYNC
   ---------------------------------------------------------- */

.page-shell .ascension-signal-sync {
  width:
    min(290px, 78%) !important;

  margin-top:
    30px !important;

  padding-top:
    14px !important;

  border-top:
    1px solid
    rgba(204,255,0,.19) !important;
}


.page-shell .ascension-signal-sync i {
  box-shadow:
    0 0 6px #e8ff8c,
    0 0 15px rgba(204,255,0,.75) !important;
}


/* ----------------------------------------------------------
   LASER EYES
   Character looks left, so fire left.
   ---------------------------------------------------------- */

.page-shell .ascension-eye-lasers {
  z-index: 18 !important;

  left: 2.5% !important;
  top: 44% !important;

  width: 26% !important;
  height: 18px !important;

  transform:
    none !important;
}


.page-shell .ascension-eye-lasers i {
  left: auto !important;
  right: 0 !important;

  width: 100% !important;
  height: 2px !important;

  transform-origin:
    right center !important;

  background:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(204,255,0,.16) 38%,
      var(--aura-lime) 84%,
      #f1ffb8 100%
    ) !important;

  box-shadow:
    0 0 5px rgba(239,255,170,.85),
    0 0 13px rgba(204,255,0,.70) !important;

  animation:
    auraV3EyeStrike
    6.8s ease-in-out infinite !important;
}


.page-shell .ascension-eye-lasers i:first-child {
  top: 4px !important;

  transform:
    rotate(2.5deg) !important;
}


.page-shell .ascension-eye-lasers i:last-child {
  top: 9px !important;

  transform:
    rotate(-1deg) !important;

  animation-delay:
    .06s !important;
}


/* ----------------------------------------------------------
   ENEMY MARKERS
   ---------------------------------------------------------- */

.page-shell .ascension-preview-premium
.ascension-stage
.ascension-enemy {
  opacity:
    .40 !important;

  filter:
    saturate(.72);

  transition:
    opacity 180ms ease;
}


.page-shell .ascension-stage
.enemy-one {
  left:
    2.5% !important;

  top:
    23% !important;
}


.page-shell .ascension-stage
.enemy-three {
  left:
    3.5% !important;

  bottom:
    16% !important;
}


.page-shell .ascension-stage
.enemy-two {
  right:
    3.5% !important;

  top:
    23% !important;
}


.page-shell .ascension-stage
.enemy-four {
  right:
    4% !important;

  bottom:
    16% !important;
}


/* ----------------------------------------------------------
   HUD DEPTH
   ---------------------------------------------------------- */

.page-shell .ascension-preview-premium
.ascension-hud {
  padding:
    11px
    18px !important;

  background:
    linear-gradient(
      180deg,
      rgba(2,5,2,.98),
      rgba(0,3,0,.99)
    ) !important;
}


.page-shell .ascension-preview-premium
.ascension-hud > div {
  box-shadow:
    inset 0 1px 0 rgba(204,255,0,.025),
    0 8px 20px rgba(0,0,0,.16);
}


.page-shell .ascension-preview-premium
.ascension-hud > div:first-child {
  background:
    linear-gradient(
      135deg,
      rgba(204,255,0,.035),
      rgba(2,6,2,.94)
    ) !important;
}


/* ----------------------------------------------------------
   ANIMATIONS
   ---------------------------------------------------------- */

@keyframes auraV3GuardianFloat {
  0%,
  100% {
    transform:
      translate3d(
        0,
        0,
        0
      )
      scale(1);
  }

  45% {
    transform:
      translate3d(
        2px,
        -9px,
        0
      )
      scale(1.012);
  }

  60% {
    transform:
      translate3d(
        -1px,
        -7px,
        0
      )
      scale(1.008);
  }
}


@keyframes auraV3CharacterField {
  from {
    transform:
      translate(-50%, -50%)
      rotate(0deg);
  }

  to {
    transform:
      translate(-50%, -50%)
      rotate(360deg);
  }
}


@keyframes auraV3GroundPulse {
  0%,
  100% {
    opacity:
      .48;

    filter:
      blur(8px);
  }

  50% {
    opacity:
      .86;

    filter:
      blur(5px);
  }
}


@keyframes auraV3OrbitClockwise {
  from {
    transform:
      translate(-50%, -50%)
      rotate(0deg);
  }

  to {
    transform:
      translate(-50%, -50%)
      rotate(360deg);
  }
}


@keyframes auraV3OrbitCounter {
  from {
    transform:
      translate(-50%, -50%)
      rotate(360deg);
  }

  to {
    transform:
      translate(-50%, -50%)
      rotate(0deg);
  }
}


@keyframes auraV3CoreBreath {
  0%,
  100% {
    opacity:
      .62;

    transform:
      translate(-50%, -50%)
      scale(.97);
  }

  50% {
    opacity:
      .96;

    transform:
      translate(-50%, -50%)
      scale(1.025);
  }
}


@keyframes auraV3CoreScan {
  0% {
    top:
      12%;

    opacity:
      0;
  }

  10% {
    opacity:
      .55;
  }

  90% {
    opacity:
      .55;
  }

  100% {
    top:
      88%;

    opacity:
      0;
  }
}


@keyframes auraV3Wave {
  0%,
  100% {
    opacity:
      .30;

    transform:
      translateY(-50%)
      scaleY(.72);
  }

  50% {
    opacity:
      .62;

    transform:
      translateY(-50%)
      scaleY(1.16);
  }
}


@keyframes auraV3EyeStrike {
  0%,
  80%,
  100% {
    opacity:
      0;

    transform:
      scaleX(.05);
  }

  82% {
    opacity:
      .25;

    transform:
      scaleX(.18);
  }

  85%,
  91% {
    opacity:
      .92;

    transform:
      scaleX(1);
  }

  94% {
    opacity:
      .12;

    transform:
      scaleX(.42);
  }
}


/* ----------------------------------------------------------
   TABLET
   ---------------------------------------------------------- */

@media (max-width: 900px) {

  .page-shell .ascension-preview-premium {
    min-height:
      740px !important;

    grid-template-rows:
      auto
      minmax(470px,1fr)
      auto
      auto !important;
  }


  .page-shell .ascension-preview-premium
  .ascension-stage {
    min-height:
      470px !important;
  }


  .page-shell .ascension-preview-premium
  .ascension-stage
  .ascension-character {
    left:
      1% !important;

    width:
      48% !important;
  }


  .page-shell .ascension-preview-premium
  .ascension-signal-core {
    left:
      44% !important;

    right:
      -2% !important;
  }


  .page-shell .ascension-eye-lasers {
    display:
      none !important;
  }
}


/* ----------------------------------------------------------
   MOBILE
   ---------------------------------------------------------- */

@media (max-width: 600px) {

  .page-shell .ascension-preview-premium {
    min-height:
      720px !important;

    grid-template-rows:
      auto
      minmax(455px,1fr)
      auto
      auto !important;
  }


  .page-shell .ascension-preview-premium
  .ascension-stage {
    min-height:
      455px !important;
  }


  .page-shell .ascension-preview-premium
  .ascension-stage
  .ascension-character {
    left:
      -12% !important;

    bottom:
      -1% !important;

    width:
      66% !important;

    height:
      auto !important;

    opacity:
      .50 !important;
  }


  .page-shell .ascension-preview-premium
  .ascension-stage::before {
    left:
      21% !important;

    width:
      390px !important;

    height:
      390px !important;

    opacity:
      .50 !important;
  }


  .page-shell .ascension-preview-premium
  .ascension-signal-core {
    left:
      13% !important;

    right:
      -6% !important;
  }


  .page-shell .ascension-preview-premium
  .ascension-signal-copy {
    width:
      70% !important;

    margin-left:
      auto;
  }


  .page-shell .ascension-signal-copy
  > strong span {
    font-size:
      29px !important;
  }


  .page-shell .ascension-signal-copy
  > strong em {
    font-size:
      14px !important;

    letter-spacing:
      .19em !important;

    text-indent:
      .19em !important;
  }
}


/* ----------------------------------------------------------
   REDUCED MOTION
   ---------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {

  .page-shell .ascension-character,
  .page-shell .ascension-stage::before,
  .page-shell .ascension-floor,
  .page-shell .ascension-signal-core::before,
  .page-shell .ascension-signal-core::after,
  .page-shell .ascension-signal-orbit,
  .page-shell .ascension-signal-wave,
  .page-shell .ascension-eye-lasers i {
    animation:
      none !important;
  }
}


/* ==========================================================
   AURA PREMIUM GUARDIAN SWAP V1
   Preserve the darker character render.
   ========================================================== */


/* HERO */

.page-shell .hero-character {
  filter:
    saturate(.92)
    contrast(1.04)
    brightness(.88)
    drop-shadow(
      0 0 8px
      rgba(204,255,0,.18)
    )
    drop-shadow(
      0 0 26px
      rgba(166,255,0,.09)
    ) !important;
}


/* ASCENSION */

.page-shell .ascension-preview-premium
.ascension-stage
.ascension-character {
  filter:
    saturate(.92)
    contrast(1.05)
    brightness(.86)
    drop-shadow(
      0 0 7px
      rgba(220,255,100,.22)
    )
    drop-shadow(
      0 0 20px
      rgba(166,255,0,.11)
    )
    drop-shadow(
      0 0 48px
      rgba(120,255,0,.055)
    ) !important;
}


/*
   The artwork already contains its own premium rim lighting.
   Keep environmental light soft so the body retains black depth.
*/

.page-shell .hero-character-glow {
  opacity:
    .28 !important;
}


.page-shell .ascension-preview-premium
.ascension-stage::before {
  opacity:
    .54 !important;
}


.page-shell .ascension-preview-premium
.ascension-floor {
  opacity:
    .48 !important;
}


/* avoid overexposure during float */

@keyframes auraPremiumGuardianFloat {
  0%,
  100% {
    transform:
      translate3d(0,0,0)
      scale(1);
  }

  50% {
    transform:
      translate3d(1px,-7px,0)
      scale(1.006);
  }
}


.page-shell .ascension-preview-premium
.ascension-stage
.ascension-character {
  animation:
    auraPremiumGuardianFloat
    5.8s ease-in-out infinite !important;
}


@media (prefers-reduced-motion: reduce) {
  .page-shell .ascension-preview-premium
  .ascension-stage
  .ascension-character {
    animation:
      none !important;
  }
}


/* ==========================================================
   AURA HERO SCROLL FX V1
   ========================================================== */

.page-shell .hero-signal-host {
  position: relative;
  isolation: isolate;
  --hero-aura-progress: 0;
}

.page-shell .hero-signal-host .hero-character {
  position: relative;
  z-index: 2;
  transition:
    transform .45s ease,
    filter .35s ease,
    opacity .35s ease;
  filter:
    saturate(.96)
    contrast(1.06)
    brightness(.92)
    drop-shadow(0 0 12px rgba(210,255,80,.10))
    drop-shadow(0 0 36px rgba(150,255,0,.08));
}

.page-shell .hero-signal-host.is-signal-awake .hero-character {
  filter:
    saturate(1.02)
    contrast(1.08)
    brightness(.96)
    drop-shadow(0 0 14px rgba(210,255,90,.16))
    drop-shadow(0 0 42px rgba(160,255,0,.12))
    drop-shadow(0 0 86px rgba(122,255,0,.10));
  transform:
    translate3d(
      0,
      calc(-6px * var(--hero-aura-progress)),
      0
    )
    scale(calc(1 + 0.02 * var(--hero-aura-progress)));
}

.page-shell .hero-signal-host .hero-scroll-aura {
  position: absolute;
  inset: 8% 12% 6% 12%;
  z-index: 1;
  pointer-events: none;
  border-radius: 50%;
  opacity: calc(.10 + (.55 * var(--hero-aura-progress)));
  transform:
    scale(calc(.82 + (.28 * var(--hero-aura-progress))));
  background:
    radial-gradient(
      circle at 50% 46%,
      rgba(217,255,96,.34) 0%,
      rgba(186,255,0,.22) 18%,
      rgba(132,255,0,.14) 36%,
      rgba(72,255,0,.06) 54%,
      rgba(0,0,0,0) 72%
    );
  filter:
    blur(calc(10px + 18px * var(--hero-aura-progress)));
  transition:
    opacity .28s ease,
    transform .38s ease,
    filter .38s ease;
}

.page-shell .hero-signal-host .hero-scroll-aura::before,
.page-shell .hero-signal-host .hero-scroll-aura::after {
  content: "";
  position: absolute;
  inset: 14%;
  border-radius: 50%;
  border: 1px solid rgba(189,255,54,.18);
  opacity: calc(.12 + (.38 * var(--hero-aura-progress)));
  transform: scale(calc(1 + (.06 * var(--hero-aura-progress))));
}

.page-shell .hero-signal-host .hero-scroll-aura::after {
  inset: 4%;
  border-color: rgba(200,255,72,.14);
  filter: blur(1px);
}

.page-shell .hero-signal-host .hero-eye-flash-layer {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.page-shell .hero-signal-host .hero-eye-flash {
  position: absolute;
  width: clamp(7px, .8vw, 12px);
  height: clamp(7px, .8vw, 12px);
  border-radius: 999px;
  background: #dfff61;
  opacity: 0;
  transform: scale(.25);
  filter:
    blur(.15px)
    drop-shadow(0 0 6px rgba(223,255,97,.85))
    drop-shadow(0 0 18px rgba(170,255,0,.75))
    drop-shadow(0 0 30px rgba(128,255,0,.5));
  transition:
    opacity .12s ease,
    transform .12s ease;
}

.page-shell .hero-signal-host .hero-eye-flash-left {
  top: 15.2%;
  left: 51.3%;
}

.page-shell .hero-signal-host .hero-eye-flash-right {
  top: 15.6%;
  left: 53.3%;
}

.page-shell .hero-signal-host.is-section-pulsing .hero-eye-flash {
  opacity: .98;
  transform: scale(1);
}

.aura-section-flash {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: screen;
  background:
    radial-gradient(
      circle at 50% 34%,
      rgba(216,255,108,.34) 0%,
      rgba(173,255,0,.14) 22%,
      rgba(173,255,0,0) 52%
    ),
    linear-gradient(
      180deg,
      rgba(222,255,136,.15) 0%,
      rgba(222,255,136,.07) 22%,
      rgba(222,255,136,0) 58%
    );
}

.aura-section-flash.is-active {
  animation: auraSectionFlashV1 .62s ease-out forwards;
}

@keyframes auraSectionFlashV1 {
  0% {
    opacity: 0;
  }
  18% {
    opacity: .92;
  }
  42% {
    opacity: .34;
  }
  100% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-shell .hero-signal-host .hero-character,
  .page-shell .hero-signal-host .hero-scroll-aura,
  .aura-section-flash {
    transition: none !important;
    animation: none !important;
  }
}


/* ==========================================================
   AURA HERO PINNED SEQUENCE V2
   ========================================================== */


/* ----------------------------------------------------------
   DESKTOP PIN / SCROLL STORY
   ---------------------------------------------------------- */

@media (min-width: 901px) and (min-height: 700px) {

  /*
   * Hero owns almost two viewport heights.
   * Inner content stays pinned while the user spends the
   * extra scroll distance charging the character.
   */

  .page-shell .hero-premium {
    min-height:
      188vh !important;

    overflow:
      clip;
  }


  .page-shell .hero-premium
  .hero-inner {
    position:
      sticky !important;

    top:
      0 !important;

    min-height:
      100vh;

    box-sizing:
      border-box;

    align-content:
      center;

    padding-top:
      112px !important;

    padding-bottom:
      70px !important;
  }
}


/* ----------------------------------------------------------
   HARD SCROLL LOCK DURING IGNITION
   ---------------------------------------------------------- */

html.aura-sequence-locked {
  overflow:
    hidden !important;

  padding-right:
    var(
      --aura-scrollbar-width,
      0px
    );
}


/* ----------------------------------------------------------
   NEW ENERGY FIELD
   ---------------------------------------------------------- */

.page-shell .hero-sequence-energy {
  position:
    absolute;

  z-index:
    2;

  left:
    50%;

  top:
    50%;

  width:
    92%;

  aspect-ratio:
    1;

  transform:
    translate(-50%, -50%)
    scale(
      calc(
        .78 +
        var(--hero-sequence-progress, 0)
        * .18
      )
    );

  pointer-events:
    none;

  opacity:
    calc(
      .04 +
      var(--hero-sequence-progress, 0)
      * .82
    );

  transition:
    opacity 140ms linear;

  filter:
    drop-shadow(
      0 0
      calc(
        12px +
        var(--hero-sequence-progress, 0)
        * 28px
      )
      rgba(166,255,0,.14)
    );
}


/* aura body */

.page-shell .hero-sequence-energy::before {
  content:
    "";

  position:
    absolute;

  inset:
    9%;

  border-radius:
    50%;

  background:
    radial-gradient(
      circle,
      rgba(215,255,105,.20) 0%,
      rgba(186,255,0,.12) 24%,
      rgba(136,255,0,.055) 46%,
      transparent 70%
    );

  filter:
    blur(
      calc(
        8px +
        var(--hero-sequence-progress, 0)
        * 15px
      )
    );

  opacity:
    calc(
      .18 +
      var(--hero-sequence-progress, 0)
      * .72
    );
}


/* rotating signal texture */

.page-shell .hero-sequence-energy::after {
  content:
    "";

  position:
    absolute;

  inset:
    3%;

  border-radius:
    50%;

  background:
    conic-gradient(
      from 0deg,
      transparent 0 12%,
      rgba(204,255,0,.17) 13% 14%,
      transparent 15% 33%,
      rgba(204,255,0,.10) 34% 35%,
      transparent 36% 59%,
      rgba(204,255,0,.14) 60% 61%,
      transparent 62% 82%,
      rgba(204,255,0,.08) 83% 84%,
      transparent 85% 100%
    );

  opacity:
    calc(
      .10 +
      var(--hero-sequence-progress, 0)
      * .60
    );

  animation:
    auraHeroSequenceRotate
    20s linear infinite;
}


/* ----------------------------------------------------------
   RINGS
   ---------------------------------------------------------- */

.page-shell .hero-sequence-ring {
  position:
    absolute;

  left:
    50%;

  top:
    50%;

  border:
    1px solid
    rgba(204,255,0,.22);

  border-radius:
    50%;

  transform:
    translate(-50%, -50%);

  box-shadow:
    inset 0 0 28px
    rgba(166,255,0,.025),
    0 0 22px
    rgba(166,255,0,.035);
}


.page-shell .hero-sequence-ring.ring-a {
  width:
    84%;

  height:
    84%;

  animation:
    auraHeroRingA
    15s linear infinite;
}


.page-shell .hero-sequence-ring.ring-b {
  width:
    67%;

  height:
    67%;

  border-style:
    dashed;

  border-color:
    rgba(204,255,0,.17);

  animation:
    auraHeroRingB
    11s linear infinite;
}


.page-shell .hero-sequence-ring.ring-c {
  width:
    48%;

  height:
    48%;

  border-color:
    rgba(226,255,128,.22);

  animation:
    auraHeroRingA
    7s linear infinite;
}


/* ----------------------------------------------------------
   CORE BEHIND CHARACTER
   ---------------------------------------------------------- */

.page-shell .hero-sequence-core {
  position:
    absolute;

  left:
    50%;

  top:
    50%;

  width:
    38%;

  aspect-ratio:
    1;

  transform:
    translate(-50%, -50%);

  border-radius:
    50%;

  background:
    radial-gradient(
      circle,
      rgba(228,255,150,.22),
      rgba(187,255,24,.08) 32%,
      transparent 70%
    );

  opacity:
    calc(
      .05 +
      var(--hero-sequence-progress, 0)
      * .80
    );

  filter:
    blur(12px);
}


/* ----------------------------------------------------------
   CHARACTER RESPONSE
   ---------------------------------------------------------- */

.page-shell .hero-visual-premium
.hero-character {
  transition:
    filter 220ms ease,
    transform 260ms ease !important;
}


.page-shell .hero-visual-premium.is-sequence-awake
.hero-character {
  filter:
    saturate(.94)
    contrast(1.06)
    brightness(.90)
    drop-shadow(
      0 0 9px
      rgba(204,255,0,.17)
    )
    drop-shadow(
      0 0 28px
      rgba(166,255,0,.10)
    ) !important;
}


.page-shell .hero-visual-premium.is-sequence-charging
.hero-character {
  filter:
    saturate(.98)
    contrast(1.08)
    brightness(.93)
    drop-shadow(
      0 0 11px
      rgba(220,255,115,.25)
    )
    drop-shadow(
      0 0 36px
      rgba(166,255,0,.15)
    )
    drop-shadow(
      0 0 72px
      rgba(110,255,0,.065)
    ) !important;
}


.page-shell .hero-visual-premium.is-sequence-critical
.hero-character {
  filter:
    saturate(1.02)
    contrast(1.09)
    brightness(.95)
    drop-shadow(
      0 0 13px
      rgba(229,255,145,.34)
    )
    drop-shadow(
      0 0 44px
      rgba(172,255,0,.20)
    )
    drop-shadow(
      0 0 96px
      rgba(110,255,0,.085)
    ) !important;
}


/*
 * Impact stays premium:
 * stronger rim light, not white overexposure.
 */

.page-shell .hero-visual-premium.is-sequence-impact
.hero-character {
  filter:
    saturate(1.06)
    contrast(1.12)
    brightness(.98)
    drop-shadow(
      0 0 11px
      rgba(235,255,165,.48)
    )
    drop-shadow(
      0 0 38px
      rgba(193,255,25,.27)
    )
    drop-shadow(
      0 0 94px
      rgba(110,255,0,.12)
    ) !important;

  transform:
    scale(1.018);
}


/* Existing geometry joins the build */

.page-shell
.hero-visual-premium.is-sequence-charging
.aura-ring,
.page-shell
.hero-visual-premium.is-sequence-charging
.aura-orbit,
.page-shell
.hero-visual-premium.is-sequence-charging
.hero-energy-shell {
  opacity:
    .74 !important;
}


.page-shell
.hero-visual-premium.is-sequence-critical
.aura-ring,
.page-shell
.hero-visual-premium.is-sequence-critical
.aura-orbit,
.page-shell
.hero-visual-premium.is-sequence-critical
.hero-energy-shell {
  opacity:
    .95 !important;
}


/* ----------------------------------------------------------
   EYE IGNITION
   ---------------------------------------------------------- */

.page-shell .hero-eye-ignition {
  position:
    absolute;

  z-index:
    30;

  inset:
    0;

  pointer-events:
    none;
}


/*
 * Character source is vertical 2:3.
 * Eye is near 44% X / 9% Y of the rendered silhouette.
 */

.page-shell .hero-eye-core {
  position:
    absolute;

  z-index:
    2;

  left:
    43.8%;

  top:
    9.2%;

  width:
    9px;

  height:
    6px;

  border-radius:
    50%;

  transform:
    translate(-50%, -50%)
    scale(.2);

  opacity:
    0;

  background:
    #e8ff85;

  box-shadow:
    0 0 5px
    rgba(235,255,170,.98),
    0 0 12px
    rgba(204,255,0,.88),
    0 0 25px
    rgba(166,255,0,.62),
    0 0 48px
    rgba(112,255,0,.32);
}


/*
 * Character looks left.
 * Beam therefore travels from eye toward left side.
 */

.page-shell .hero-eye-beam {
  position:
    absolute;

  z-index:
    1;

  right:
    56.2%;

  top:
    calc(9.2% - 1px);

  width:
    39%;

  height:
    2px;

  transform:
    scaleX(.05)
    rotate(-1.5deg);

  transform-origin:
    right center;

  opacity:
    0;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(190,255,0,.15) 35%,
      rgba(207,255,43,.60) 77%,
      #efffb7 100%
    );

  box-shadow:
    0 0 7px
    rgba(204,255,0,.60);
}


.page-shell
.hero-character-wrap.is-eye-igniting
.hero-eye-core {
  animation:
    auraHeroEyeCoreV2
    720ms ease-out both;
}


.page-shell
.hero-character-wrap.is-eye-igniting
.hero-eye-beam {
  animation:
    auraHeroEyeBeamV2
    720ms ease-out both;
}


/* ----------------------------------------------------------
   HERO TRANSITION FLASH
   ---------------------------------------------------------- */

.aura-section-flash.is-hero-transition {
  background:
    radial-gradient(
      circle at 70% 38%,
      rgba(226,255,128,.40) 0%,
      rgba(184,255,0,.18) 18%,
      rgba(141,255,0,.06) 40%,
      transparent 66%
    ),
    linear-gradient(
      180deg,
      rgba(217,255,100,.13),
      rgba(166,255,0,.045) 35%,
      transparent 70%
    ) !important;
}


.aura-section-flash.is-soft {
  opacity:
    .62;
}


/* ----------------------------------------------------------
   ANIMATIONS
   ---------------------------------------------------------- */

@keyframes auraHeroSequenceRotate {
  from {
    transform:
      rotate(0deg);
  }

  to {
    transform:
      rotate(360deg);
  }
}


@keyframes auraHeroRingA {
  from {
    transform:
      translate(-50%, -50%)
      rotate(0deg);
  }

  to {
    transform:
      translate(-50%, -50%)
      rotate(360deg);
  }
}


@keyframes auraHeroRingB {
  from {
    transform:
      translate(-50%, -50%)
      rotate(360deg);
  }

  to {
    transform:
      translate(-50%, -50%)
      rotate(0deg);
  }
}


@keyframes auraHeroEyeCoreV2 {

  0% {
    opacity:
      0;

    transform:
      translate(-50%, -50%)
      scale(.15);
  }

  18% {
    opacity:
      .25;

    transform:
      translate(-50%, -50%)
      scale(.6);
  }

  34% {
    opacity:
      1;

    transform:
      translate(-50%, -50%)
      scale(1.2);
  }

  58% {
    opacity:
      1;

    transform:
      translate(-50%, -50%)
      scale(1);
  }

  82% {
    opacity:
      .72;

    transform:
      translate(-50%, -50%)
      scale(.88);
  }

  100% {
    opacity:
      0;

    transform:
      translate(-50%, -50%)
      scale(.5);
  }
}


@keyframes auraHeroEyeBeamV2 {

  0%,
  25% {
    opacity:
      0;

    transform:
      scaleX(.04)
      rotate(-1.5deg);
  }

  38% {
    opacity:
      .30;

    transform:
      scaleX(.18)
      rotate(-1.5deg);
  }

  50%,
  70% {
    opacity:
      .92;

    transform:
      scaleX(1)
      rotate(-1.5deg);
  }

  100% {
    opacity:
      0;

    transform:
      scaleX(.58)
      rotate(-1.5deg);
  }
}


/* ----------------------------------------------------------
   MOBILE / TABLET
   Do not hard-pin smaller layouts.
   ---------------------------------------------------------- */

@media (max-width: 900px),
       (max-height: 699px) {

  .page-shell .hero-premium {
    min-height:
      auto !important;
  }


  .page-shell .hero-premium
  .hero-inner {
    position:
      relative !important;

    top:
      auto !important;

    min-height:
      0;
  }


  /*
   * On smaller screens sequence still reacts,
   * but does not trap navigation.
   */

  html.aura-sequence-locked {
    overflow:
      auto !important;

    padding-right:
      0 !important;
  }


  .page-shell .hero-sequence-energy {
    opacity:
      calc(
        .03 +
        var(--hero-sequence-progress, 0)
        * .44
      );
  }
}


/* ----------------------------------------------------------
   REDUCED MOTION
   ---------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {

  html.aura-sequence-locked {
    overflow:
      auto !important;

    padding-right:
      0 !important;
  }


  .page-shell .hero-sequence-energy,
  .page-shell .hero-sequence-ring,
  .page-shell .hero-eye-core,
  .page-shell .hero-eye-beam {
    animation:
      none !important;
  }
}


/* ==========================================================
   AURA HERO PINNED LAYOUT FIX V1
   Remove dead space above pinned hero.
   ========================================================== */

@media (min-width: 901px) and (min-height: 700px) {

  .page-shell .hero-premium
  .hero-inner {
    /*
     * Do not vertically center the whole hero row inside
     * the pinned viewport. Start it directly below header.
     */
    align-content:
      start !important;

    align-items:
      center !important;

    padding-top:
      118px !important;

    padding-bottom:
      28px !important;
  }


  /*
   * Keep the visual dominant but fit it into the first
   * viewport instead of pushing the entire row downward.
   */

  .page-shell .hero-visual-premium {
    min-height:
      min(680px, 72vh) !important;
  }


  .page-shell .hero-character-wrap {
    height:
      min(670px, 71vh) !important;
  }


  /*
   * Pull the complete hero row slightly upward without
   * changing the pinned scroll distance.
   */

  .page-shell .hero-premium
  .hero-copy {
    transform:
      translateY(-10px);
  }


  .page-shell .hero-premium
  .hero-visual-premium {
    transform:
      translateY(-12px);
  }
}


/* Medium desktop */

@media (
  min-width: 901px
) and (
  max-height: 820px
) {

  .page-shell .hero-premium
  .hero-inner {
    padding-top:
      102px !important;

    padding-bottom:
      20px !important;
  }


  .page-shell .hero-visual-premium {
    min-height:
      620px !important;
  }


  .page-shell .hero-character-wrap {
    height:
      610px !important;
  }
}


/* ==========================================================
   AURA HERO PINNED PARENT FIX V2

   Root cause:
   Base .hero uses display:grid + place-items:center.
   Once hero became 188vh tall, that centered the sticky
   hero-inner vertically inside the entire scroll story.
   ========================================================== */

@media (min-width: 901px) and (min-height: 700px) {

  /*
   * Critical fix:
   * remove parent grid centering completely.
   */

  .page-shell .hero-premium {
    display:
      block !important;

    place-items:
      initial !important;

    align-items:
      initial !important;

    justify-items:
      initial !important;

    min-height:
      188vh !important;
  }


  /*
   * Sticky viewport begins immediately at the top of the
   * hero rather than being centered inside 188vh.
   */

  .page-shell .hero-premium
  .hero-inner {
    position:
      sticky !important;

    top:
      0 !important;

    min-height:
      100vh !important;

    height:
      100vh;

    box-sizing:
      border-box;

    margin:
      0 auto !important;

    padding-top:
      104px !important;

    padding-bottom:
      24px !important;

    align-content:
      start !important;

    align-items:
      center !important;

    transform:
      none !important;
  }


  /*
   * Previous layout patch moved individual columns.
   * Reset those transforms now that the actual parent
   * centering bug is fixed.
   */

  .page-shell .hero-premium
  .hero-copy {
    margin-top:
      0 !important;

    transform:
      none !important;
  }


  .page-shell .hero-premium
  .hero-visual-premium {
    margin-top:
      0 !important;

    transform:
      none !important;

    min-height:
      min(680px, 72vh) !important;

    align-self:
      start;
  }


  .page-shell .hero-premium
  .hero-character-wrap {
    height:
      min(670px, 71vh) !important;
  }
}


/* Short desktop */

@media (
  min-width: 901px
) and (
  min-height: 700px
) and (
  max-height: 820px
) {

  .page-shell .hero-premium
  .hero-inner {
    padding-top:
      92px !important;

    padding-bottom:
      16px !important;
  }


  .page-shell .hero-premium
  .hero-visual-premium {
    min-height:
      min(610px, 70vh) !important;
  }


  .page-shell .hero-premium
  .hero-character-wrap {
    height:
      min(600px, 69vh) !important;
  }
}


/* ==========================================================
   AURA HERO AMBIENT BG FX V1
   ========================================================== */

.page-shell .hero-premium
.hero-inner {
  isolation:
    isolate;
}


.page-shell .hero-ambient-canvas {
  position:
    absolute;

  z-index:
    0;

  inset:
    0;

  width:
    100%;

  height:
    100%;

  pointer-events:
    none;

  opacity:
    .92;

  mix-blend-mode:
    screen;

  -webkit-mask-image:
    linear-gradient(
      to bottom,
      transparent 0%,
      #000 9%,
      #000 91%,
      transparent 100%
    );

  mask-image:
    linear-gradient(
      to bottom,
      transparent 0%,
      #000 9%,
      #000 91%,
      transparent 100%
    );
}


/*
 * Keep actual UI and character above canvas.
 */

.page-shell .hero-premium
.hero-copy {
  position:
    relative;

  z-index:
    10;
}


.page-shell .hero-premium
.hero-visual-premium {
  position:
    relative;

  z-index:
    5;
}


/*
 * Canvas intensity grows during charge.
 */

.page-shell .hero-premium
.hero-inner:has(
  .hero-visual-premium.is-sequence-charging
)
.hero-ambient-canvas {
  opacity:
    1;

  filter:
    saturate(1.08)
    brightness(1.08);
}


.page-shell .hero-premium
.hero-inner:has(
  .hero-visual-premium.is-sequence-critical
)
.hero-ambient-canvas {
  filter:
    saturate(1.18)
    brightness(1.13)
    drop-shadow(
      0 0 24px
      rgba(166,255,0,.06)
    );
}


/*
 * Short energy spike immediately before release.
 */

.page-shell .hero-premium
.hero-inner:has(
  .hero-visual-premium.is-sequence-impact
)
.hero-ambient-canvas {
  opacity:
    1;

  filter:
    saturate(1.24)
    brightness(1.18)
    drop-shadow(
      0 0 34px
      rgba(180,255,0,.10)
    );
}


@media (max-width: 700px) {

  .page-shell .hero-ambient-canvas {
    opacity:
      .58;
  }
}


@media (prefers-reduced-motion: reduce) {

  .page-shell .hero-ambient-canvas {
    opacity:
      .42;

    filter:
      none !important;
  }
}


/* ==========================================================
   AURA BUY SECTION V1
   Original code-driven AURA access portal.
   No image dependency.
   ========================================================== */


.page-shell .aura-buy {
  position:
    relative;

  isolation:
    isolate;

  overflow:
    clip;

  padding:
    132px 24px 144px;

  background:
    linear-gradient(
      180deg,
      rgba(2,5,2,0) 0%,
      rgba(8,14,5,.32) 44%,
      rgba(2,5,2,0) 100%
    );
}


/* ----------------------------------------------------------
   BACKGROUND FIELD
   ---------------------------------------------------------- */

.page-shell .aura-buy::before {
  content:
    "";

  position:
    absolute;

  z-index:
    -4;

  width:
    900px;

  height:
    900px;

  right:
    -360px;

  top:
    -200px;

  border-radius:
    50%;

  background:
    radial-gradient(
      circle,
      rgba(188,255,0,.095) 0%,
      rgba(150,255,0,.045) 30%,
      transparent 68%
    );

  filter:
    blur(18px);
}


.page-shell .aura-buy::after {
  content:
    "";

  position:
    absolute;

  z-index:
    -5;

  inset:
    0;

  opacity:
    .16;

  background-image:
    linear-gradient(
      rgba(188,255,0,.05) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(188,255,0,.05) 1px,
      transparent 1px
    );

  background-size:
    72px 72px;

  -webkit-mask-image:
    linear-gradient(
      to bottom,
      transparent,
      #000 16%,
      #000 82%,
      transparent
    );

  mask-image:
    linear-gradient(
      to bottom,
      transparent,
      #000 16%,
      #000 82%,
      transparent
    );
}


.page-shell .aura-buy-field {
  position:
    absolute;

  z-index:
    -1;

  inset:
    0;

  pointer-events:
    none;

  overflow:
    hidden;
}


.page-shell .aura-buy-field-line {
  position:
    absolute;

  height:
    1px;

  transform-origin:
    left center;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(204,255,0,.12),
      rgba(204,255,0,.36),
      transparent
    );
}


.page-shell .aura-buy-field-line.line-a {
  width:
    48vw;

  top:
    24%;

  left:
    -4%;

  transform:
    rotate(13deg);
}


.page-shell .aura-buy-field-line.line-b {
  width:
    40vw;

  right:
    -7%;

  top:
    59%;

  transform:
    rotate(-18deg);
}


.page-shell .aura-buy-field-line.line-c {
  width:
    32vw;

  left:
    44%;

  bottom:
    10%;

  transform:
    rotate(4deg);
}


.page-shell .aura-buy-field-point {
  position:
    absolute;

  width:
    5px;

  height:
    5px;

  border-radius:
    50%;

  background:
    #ccff00;

  box-shadow:
    0 0 12px rgba(204,255,0,.85),
    0 0 34px rgba(166,255,0,.28);

  animation:
    auraBuyPointPulse 3.6s ease-in-out infinite;
}


.page-shell .aura-buy-field-point.point-a {
  left:
    14%;

  top:
    29%;
}


.page-shell .aura-buy-field-point.point-b {
  right:
    17%;

  top:
    20%;

  animation-delay:
    -1.2s;
}


.page-shell .aura-buy-field-point.point-c {
  right:
    29%;

  bottom:
    16%;

  animation-delay:
    -2.1s;
}


/* ----------------------------------------------------------
   MAIN LAYOUT
   ---------------------------------------------------------- */

.page-shell .aura-buy-shell {
  position:
    relative;

  display:
    grid;

  grid-template-columns:
    minmax(0, .96fr)
    minmax(430px, .76fr);

  gap:
    clamp(48px, 7vw, 104px);

  align-items:
    center;

  width:
    min(calc(100% - 0px), 1240px);

  margin-inline:
    auto;
}


/* ----------------------------------------------------------
   COPY
   ---------------------------------------------------------- */

.page-shell .aura-buy-copy {
  position:
    relative;

  z-index:
    3;
}


.page-shell .aura-buy-kicker {
  display:
    inline-flex;

  align-items:
    center;

  gap:
    10px;

  margin-bottom:
    24px;

  color:
    rgba(204,255,0,.78);

  font-size:
    10px;

  font-weight:
    850;

  letter-spacing:
    .18em;
}


.page-shell .aura-buy-kicker-pulse {
  position:
    relative;

  width:
    8px;

  height:
    8px;

  border:
    1px solid rgba(204,255,0,.64);

  border-radius:
    50%;
}


.page-shell .aura-buy-kicker-pulse::after {
  content:
    "";

  position:
    absolute;

  inset:
    2px;

  border-radius:
    inherit;

  background:
    #ccff00;

  box-shadow:
    0 0 11px rgba(204,255,0,.72);

  animation:
    auraBuyPulse 1.8s ease-in-out infinite;
}


.page-shell .aura-buy h2 {
  max-width:
    680px;

  margin:
    0;

  color:
    #f2f6ed;

  font-family:
    Iowan Old Style,
    Baskerville,
    Palatino Linotype,
    Georgia,
    serif;

  font-size:
    clamp(66px, 7.3vw, 112px);

  font-weight:
    500;

  line-height:
    .84;

  letter-spacing:
    -.055em;
}


.page-shell .aura-buy h2 em {
  display:
    block;

  margin-top:
    10px;

  color:
    #ccff00;

  font-style:
    normal;

  text-shadow:
    0 0 24px rgba(204,255,0,.14);
}


.page-shell .aura-buy-lead {
  max-width:
    590px;

  margin:
    32px 0 0;

  color:
    rgba(235,242,229,.60);

  font-size:
    17px;

  line-height:
    1.7;
}


/* ----------------------------------------------------------
   PRIMARY EXECUTION RAIL
   ---------------------------------------------------------- */

.page-shell .aura-buy-route {
  position:
    relative;

  margin-top:
    42px;
}


.page-shell .aura-buy-primary {
  position:
    relative;

  display:
    grid;

  grid-template-columns:
    72px 1fr auto;

  align-items:
    center;

  min-height:
    104px;

  padding:
    16px 28px 16px 18px;

  overflow:
    hidden;

  color:
    #071000;

  text-decoration:
    none;

  border:
    1px solid rgba(218,255,85,.84);

  background:
    linear-gradient(
      110deg,
      #b7ff00 0%,
      #d7ff25 48%,
      #baff00 100%
    );

  clip-path:
    polygon(
      18px 0,
      calc(100% - 18px) 0,
      100% 18px,
      100% calc(100% - 18px),
      calc(100% - 18px) 100%,
      18px 100%,
      0 calc(100% - 18px),
      0 18px
    );

  box-shadow:
    0 0 30px rgba(181,255,0,.13);

  transition:
    transform 180ms ease,
    filter 180ms ease;
}


.page-shell .aura-buy-primary::before {
  content:
    "";

  position:
    absolute;

  inset:
    0;

  opacity:
    .20;

  background-image:
    repeating-linear-gradient(
      118deg,
      transparent 0 16px,
      rgba(0,30,0,.16) 17px,
      transparent 18px 31px
    );

  transform:
    translateX(-30%);

  transition:
    transform 500ms ease;
}


.page-shell .aura-buy-primary:hover,
.page-shell .aura-buy-primary:focus-visible {
  transform:
    translateY(-3px);

  filter:
    brightness(1.07);

  outline:
    none;
}


.page-shell .aura-buy-primary:hover::before,
.page-shell .aura-buy-primary:focus-visible::before {
  transform:
    translateX(22%);
}


.page-shell .aura-buy-primary-core {
  position:
    relative;

  z-index:
    2;

  display:
    grid;

  place-items:
    center;

  width:
    58px;

  height:
    58px;

  border:
    1px solid rgba(3,18,0,.42);

  border-radius:
    50%;
}


.page-shell .aura-buy-primary-core i {
  position:
    absolute;

  border:
    1px solid rgba(3,18,0,.46);

  border-radius:
    50%;
}


.page-shell .aura-buy-primary-core i:first-child {
  width:
    38px;

  height:
    38px;
}


.page-shell .aura-buy-primary-core i:nth-child(2) {
  width:
    22px;

  height:
    22px;
}


.page-shell .aura-buy-primary-core b {
  width:
    7px;

  height:
    7px;

  border-radius:
    50%;

  background:
    #071000;

  box-shadow:
    0 0 0 5px rgba(3,18,0,.10);
}


.page-shell .aura-buy-primary-copy {
  position:
    relative;

  z-index:
    2;
}


.page-shell .aura-buy-primary-copy small {
  display:
    block;

  margin-bottom:
    4px;

  font-size:
    9px;

  font-weight:
    900;

  letter-spacing:
    .18em;

  opacity:
    .54;
}


.page-shell .aura-buy-primary-copy strong {
  display:
    block;

  font-size:
    clamp(24px, 2vw, 31px);

  letter-spacing:
    -.035em;
}


.page-shell .aura-buy-primary-arrow {
  position:
    relative;

  z-index:
    2;

  font-size:
    30px;

  font-weight:
    400;
}


.page-shell .aura-buy-route-trace {
  position:
    absolute;

  top:
    50%;

  left:
    calc(100% + 10px);

  width:
    90px;

  height:
    1px;

  background:
    linear-gradient(
      90deg,
      rgba(204,255,0,.34),
      transparent
    );
}


.page-shell .aura-buy-route-trace i {
  position:
    absolute;

  top:
    -2px;

  width:
    5px;

  height:
    5px;

  border-radius:
    50%;

  background:
    #ccff00;

  box-shadow:
    0 0 10px rgba(204,255,0,.66);
}


.page-shell .aura-buy-route-trace i:nth-child(2) {
  left:
    18px;
}


.page-shell .aura-buy-route-trace i:nth-child(3) {
  left:
    42px;

  opacity:
    .52;
}


.page-shell .aura-buy-route-trace i:nth-child(4) {
  left:
    67px;

  opacity:
    .20;
}


/* ----------------------------------------------------------
   SECONDARY ROUTES
   ---------------------------------------------------------- */

.page-shell .aura-buy-secondary {
  display:
    grid;

  grid-template-columns:
    repeat(3, minmax(0,1fr));

  gap:
    10px;

  margin-top:
    12px;
}


.page-shell .aura-buy-secondary-action {
  display:
    grid;

  grid-template-columns:
    auto 1fr auto;

  align-items:
    center;

  gap:
    11px;

  min-height:
    70px;

  padding:
    12px 14px;

  color:
    rgba(240,246,235,.84);

  text-decoration:
    none;

  border:
    1px solid rgba(204,255,0,.14);

  background:
    rgba(6,10,6,.72);

  border-radius:
    10px;

  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}


.page-shell .aura-buy-secondary-action:hover,
.page-shell .aura-buy-secondary-action:focus-visible {
  transform:
    translateY(-2px);

  border-color:
    rgba(204,255,0,.38);

  background:
    rgba(13,21,9,.86);

  outline:
    none;
}


.page-shell .aura-buy-secondary-action > span {
  color:
    rgba(204,255,0,.42);

  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;

  font-size:
    10px;
}


.page-shell .aura-buy-secondary-action small {
  display:
    block;

  margin-bottom:
    3px;

  color:
    rgba(236,244,231,.36);

  font-size:
    8px;

  font-weight:
    850;

  letter-spacing:
    .15em;
}


.page-shell .aura-buy-secondary-action strong {
  font-size:
    12px;

  font-weight:
    800;
}


.page-shell .aura-buy-secondary-action b {
  color:
    #ccff00;

  font-size:
    13px;
}


/* ----------------------------------------------------------
   ACCESS CONSOLE
   ---------------------------------------------------------- */

.page-shell .aura-buy-console {
  position:
    relative;

  min-height:
    650px;

  padding:
    18px;

  overflow:
    hidden;

  border:
    1px solid rgba(204,255,0,.19);

  border-radius:
    26px 8px 26px 8px;

  background:
    linear-gradient(
      145deg,
      rgba(10,17,9,.92),
      rgba(3,7,4,.97)
    );

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.025),
    0 34px 90px rgba(0,0,0,.24);
}


.page-shell .aura-buy-console::before {
  content:
    "";

  position:
    absolute;

  width:
    420px;

  height:
    420px;

  top:
    52px;

  left:
    50%;

  transform:
    translateX(-50%);

  border-radius:
    50%;

  background:
    radial-gradient(
      circle,
      rgba(190,255,0,.10),
      rgba(132,255,0,.025) 46%,
      transparent 72%
    );

  filter:
    blur(6px);
}


.page-shell .aura-buy-console::after {
  content:
    "";

  position:
    absolute;

  z-index:
    5;

  left:
    18px;

  right:
    18px;

  top:
    -8%;

  height:
    12%;

  opacity:
    .26;

  background:
    linear-gradient(
      180deg,
      transparent,
      rgba(204,255,0,.19),
      transparent
    );

  animation:
    auraBuyConsoleScan
    7s linear infinite;

  pointer-events:
    none;
}


.page-shell .aura-buy-console-top {
  position:
    relative;

  z-index:
    6;

  display:
    flex;

  justify-content:
    space-between;

  align-items:
    center;

  padding:
    3px 3px 16px;

  border-bottom:
    1px solid rgba(204,255,0,.08);

  color:
    rgba(236,244,231,.52);

  font-size:
    9px;

  font-weight:
    850;

  letter-spacing:
    .16em;
}


.page-shell .aura-buy-console-top > div {
  display:
    flex;

  align-items:
    center;

  gap:
    8px;
}


.page-shell .aura-buy-console-top strong {
  color:
    #ccff00;

  font-size:
    inherit;
}


.page-shell .aura-buy-live-dot {
  width:
    6px;

  height:
    6px;

  border-radius:
    50%;

  background:
    #ccff00;

  box-shadow:
    0 0 10px rgba(204,255,0,.70);
}


/* ----------------------------------------------------------
   CORE
   ---------------------------------------------------------- */

.page-shell .aura-buy-core {
  position:
    relative;

  z-index:
    2;

  width:
    min(330px, 86%);

  aspect-ratio:
    1;

  margin:
    32px auto 24px;
}


.page-shell .aura-buy-core-halo,
.page-shell .aura-buy-core-orbit {
  position:
    absolute;

  left:
    50%;

  top:
    50%;

  border-radius:
    50%;
}


.page-shell .aura-buy-core-halo {
  transform:
    translate(-50%,-50%);

  border:
    1px solid rgba(204,255,0,.12);
}


.page-shell .aura-buy-core-halo.halo-outer {
  width:
    100%;

  height:
    100%;

  border-style:
    dashed;

  animation:
    auraBuyRotate
    34s linear infinite;
}


.page-shell .aura-buy-core-halo.halo-mid {
  width:
    72%;

  height:
    72%;

  border-color:
    rgba(204,255,0,.21);
}


.page-shell .aura-buy-core-halo.halo-inner {
  width:
    43%;

  height:
    43%;

  border-color:
    rgba(224,255,130,.32);

  box-shadow:
    inset 0 0 28px rgba(166,255,0,.035);
}


.page-shell .aura-buy-core-axis {
  position:
    absolute;

  left:
    50%;

  top:
    50%;

  opacity:
    .42;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(204,255,0,.22),
      transparent
    );
}


.page-shell .aura-buy-core-axis.axis-x {
  width:
    112%;

  height:
    1px;

  transform:
    translate(-50%,-50%);
}


.page-shell .aura-buy-core-axis.axis-y {
  width:
    1px;

  height:
    112%;

  transform:
    translate(-50%,-50%);

  background:
    linear-gradient(
      180deg,
      transparent,
      rgba(204,255,0,.18),
      transparent
    );
}


.page-shell .aura-buy-core-orbit {
  transform:
    translate(-50%,-50%);

  border:
    1px solid rgba(204,255,0,.16);
}


.page-shell .aura-buy-core-orbit.orbit-a {
  width:
    84%;

  height:
    54%;

  animation:
    auraBuyOrbitA
    12s linear infinite;
}


.page-shell .aura-buy-core-orbit.orbit-b {
  width:
    54%;

  height:
    84%;

  animation:
    auraBuyOrbitB
    16s linear infinite;
}


.page-shell .aura-buy-core-orbit i {
  position:
    absolute;

  width:
    7px;

  height:
    7px;

  top:
    50%;

  left:
    -4px;

  margin-top:
    -4px;

  border-radius:
    50%;

  background:
    #d6ff45;

  box-shadow:
    0 0 9px rgba(224,255,120,.84),
    0 0 24px rgba(166,255,0,.42);
}


.page-shell .aura-buy-core-center {
  position:
    absolute;

  left:
    50%;

  top:
    50%;

  display:
    grid;

  place-items:
    center;

  width:
    70px;

  height:
    70px;

  transform:
    translate(-50%,-50%);

  border:
    1px solid rgba(215,255,75,.42);

  border-radius:
    50%;

  background:
    radial-gradient(
      circle,
      rgba(204,255,0,.22),
      rgba(166,255,0,.04) 45%,
      rgba(0,0,0,.75) 72%
    );

  box-shadow:
    0 0 28px rgba(166,255,0,.11);
}


.page-shell .aura-buy-core-center span {
  width:
    10px;

  height:
    10px;

  border-radius:
    50%;

  background:
    #e6ff8c;

  box-shadow:
    0 0 9px #d8ff54,
    0 0 22px rgba(174,255,0,.72),
    0 0 50px rgba(130,255,0,.28);

  animation:
    auraBuyCorePulse
    2.2s ease-in-out infinite;
}


.page-shell .aura-buy-core-readout {
  position:
    absolute;

  padding:
    5px 7px;

  color:
    rgba(204,255,0,.48);

  border:
    1px solid rgba(204,255,0,.09);

  background:
    rgba(3,8,3,.74);

  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;

  font-size:
    8px;

  letter-spacing:
    .12em;
}


.page-shell .aura-buy-core-readout.readout-a {
  left:
    2%;

  top:
    27%;
}


.page-shell .aura-buy-core-readout.readout-b {
  right:
    1%;

  bottom:
    25%;
}


/* ----------------------------------------------------------
   SEQUENCE
   ---------------------------------------------------------- */

.page-shell .aura-buy-sequence {
  position:
    relative;

  z-index:
    6;

  display:
    grid;

  gap:
    6px;
}


.page-shell .aura-buy-sequence-row {
  display:
    grid;

  grid-template-columns:
    30px 1fr auto;

  align-items:
    center;

  min-height:
    52px;

  padding:
    7px 11px;

  border:
    1px solid rgba(204,255,0,.07);

  border-radius:
    8px;

  background:
    rgba(255,255,255,.012);
}


.page-shell .aura-buy-sequence-row.is-active {
  border-color:
    rgba(204,255,0,.18);

  background:
    linear-gradient(
      90deg,
      rgba(166,255,0,.055),
      transparent
    );
}


.page-shell .aura-buy-sequence-row > span {
  color:
    rgba(204,255,0,.42);

  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;

  font-size:
    9px;
}


.page-shell .aura-buy-sequence-row small {
  display:
    block;

  margin-bottom:
    2px;

  color:
    rgba(235,244,229,.32);

  font-size:
    7px;

  font-weight:
    850;

  letter-spacing:
    .14em;
}


.page-shell .aura-buy-sequence-row strong {
  color:
    rgba(242,247,238,.84);

  font-size:
    11px;
}


.page-shell .aura-buy-sequence-row > i {
  width:
    5px;

  height:
    5px;

  border-radius:
    50%;

  background:
    rgba(204,255,0,.22);
}


.page-shell .aura-buy-sequence-row.is-active > i {
  background:
    #ccff00;

  box-shadow:
    0 0 9px rgba(204,255,0,.64);
}


/* ----------------------------------------------------------
   CONTRACT
   ---------------------------------------------------------- */

.page-shell .aura-buy-contract {
  position:
    relative;

  z-index:
    6;

  margin-top:
    14px;

  padding:
    14px;

  border:
    1px solid rgba(204,255,0,.14);

  border-radius:
    9px;

  background:
    rgba(0,0,0,.22);
}


.page-shell .aura-buy-contract-head {
  display:
    flex;

  justify-content:
    space-between;

  gap:
    14px;

  margin-bottom:
    10px;

  color:
    rgba(235,244,229,.34);

  font-size:
    7px;

  font-weight:
    850;

  letter-spacing:
    .13em;
}


.page-shell .aura-buy-contract-head strong {
  color:
    rgba(204,255,0,.62);

  font-size:
    inherit;
}


.page-shell .aura-buy-contract-value {
  display:
    grid;

  grid-template-columns:
    minmax(0,1fr)
    auto;

  gap:
    10px;

  align-items:
    center;
}


.page-shell .aura-buy-contract-value code {
  overflow:
    hidden;

  color:
    rgba(244,248,241,.85);

  font-size:
    11px;

  text-overflow:
    ellipsis;

  white-space:
    nowrap;
}


.page-shell .aura-buy-contract-value button {
  min-height:
    34px;

  padding:
    0 13px;

  color:
    #ccff00;

  border:
    1px solid rgba(204,255,0,.25);

  border-radius:
    6px;

  background:
    rgba(204,255,0,.025);

  font-size:
    8px;

  font-weight:
    900;

  letter-spacing:
    .13em;

  cursor:
    pointer;
}


.page-shell .aura-buy-contract-value button:hover,
.page-shell .aura-buy-contract-value button:focus-visible {
  border-color:
    rgba(204,255,0,.60);

  background:
    rgba(204,255,0,.07);

  outline:
    none;
}


.page-shell .aura-buy-fingerprint {
  display:
    grid;

  grid-template-columns:
    repeat(12, 1fr);

  gap:
    3px;

  height:
    13px;

  margin-top:
    12px;
}


.page-shell .aura-buy-fingerprint i {
  align-self:
    end;

  height:
    30%;

  background:
    rgba(204,255,0,.15);
}


.page-shell .aura-buy-fingerprint i:nth-child(2n) {
  height:
    64%;
}


.page-shell .aura-buy-fingerprint i:nth-child(3n) {
  height:
    100%;

  background:
    rgba(204,255,0,.34);
}


.page-shell .aura-buy-fingerprint i:nth-child(5n) {
  height:
    46%;
}


/* ----------------------------------------------------------
   FOOT
   ---------------------------------------------------------- */

.page-shell .aura-buy-console-foot {
  position:
    relative;

  z-index:
    6;

  display:
    flex;

  justify-content:
    space-between;

  gap:
    12px;

  padding:
    14px 3px 0;

  color:
    rgba(235,244,229,.27);

  font-size:
    7px;

  font-weight:
    800;

  letter-spacing:
    .12em;
}


.page-shell .aura-buy-console-foot span:first-child {
  display:
    flex;

  align-items:
    center;

  gap:
    6px;
}


.page-shell .aura-buy-console-foot i {
  width:
    4px;

  height:
    4px;

  border-radius:
    50%;

  background:
    #ccff00;

  box-shadow:
    0 0 7px rgba(204,255,0,.54);
}


/* ----------------------------------------------------------
   ANIMATION
   ---------------------------------------------------------- */

@keyframes auraBuyPulse {
  0%,
  100% {
    opacity: .35;
    transform: scale(.7);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }
}


@keyframes auraBuyPointPulse {
  0%,
  100% {
    opacity: .20;
  }

  50% {
    opacity: .85;
  }
}


@keyframes auraBuyRotate {
  from {
    transform:
      translate(-50%,-50%)
      rotate(0deg);
  }

  to {
    transform:
      translate(-50%,-50%)
      rotate(360deg);
  }
}


@keyframes auraBuyOrbitA {
  from {
    transform:
      translate(-50%,-50%)
      rotate(0deg);
  }

  to {
    transform:
      translate(-50%,-50%)
      rotate(360deg);
  }
}


@keyframes auraBuyOrbitB {
  from {
    transform:
      translate(-50%,-50%)
      rotate(360deg);
  }

  to {
    transform:
      translate(-50%,-50%)
      rotate(0deg);
  }
}


@keyframes auraBuyCorePulse {
  0%,
  100% {
    transform: scale(.76);
    opacity: .54;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
}


@keyframes auraBuyConsoleScan {
  from {
    transform:
      translateY(0);
  }

  to {
    transform:
      translateY(900%);
  }
}


/* ----------------------------------------------------------
   RESPONSIVE
   ---------------------------------------------------------- */

@media (max-width: 1000px) {

  .page-shell .aura-buy-shell {
    grid-template-columns:
      1fr;

    gap:
      58px;
  }


  .page-shell .aura-buy-copy {
    max-width:
      760px;
  }


  .page-shell .aura-buy-console {
    width:
      min(620px, 100%);

    min-height:
      0;

    margin-inline:
      auto;
  }


  .page-shell .aura-buy-route-trace {
    display:
      none;
  }
}


@media (max-width: 660px) {

  .page-shell .aura-buy {
    padding:
      104px 18px;
  }


  .page-shell .aura-buy h2 {
    font-size:
      clamp(58px, 18vw, 84px);
  }


  .page-shell .aura-buy-lead {
    margin-top:
      24px;

    font-size:
      15px;
  }


  .page-shell .aura-buy-primary {
    grid-template-columns:
      54px 1fr auto;

    min-height:
      88px;

    padding:
      12px 17px 12px 12px;
  }


  .page-shell .aura-buy-primary-core {
    width:
      46px;

    height:
      46px;
  }


  .page-shell .aura-buy-primary-core i:first-child {
    width:
      31px;

    height:
      31px;
  }


  .page-shell .aura-buy-primary-core i:nth-child(2) {
    width:
      18px;

    height:
      18px;
  }


  .page-shell .aura-buy-secondary {
    grid-template-columns:
      1fr;
  }


  .page-shell .aura-buy-console {
    padding:
      14px;

    border-radius:
      18px 7px 18px 7px;
  }


  .page-shell .aura-buy-core {
    width:
      min(280px, 88%);
  }


  .page-shell .aura-buy-contract-head {
    align-items:
      flex-start;

    flex-direction:
      column;

    gap:
      4px;
  }


  .page-shell .aura-buy-console-foot {
    flex-direction:
      column;
  }
}


@media (prefers-reduced-motion: reduce) {

  .page-shell .aura-buy *,
  .page-shell .aura-buy *::before,
  .page-shell .aura-buy *::after {
    animation:
      none !important;

    transition:
      none !important;
  }
}


/* ==========================================================
   AURA MARKET OBSERVATORY V3
   Live, data-aware, code-driven market interface.
   ========================================================== */


.page-shell .aura-market-v3 {
  position:
    relative;

  isolation:
    isolate;

  overflow:
    clip;

  padding:
    138px 24px 150px;

  background:
    radial-gradient(
      circle at 14% 42%,
      rgba(184,255,0,.045),
      transparent 34rem
    ),
    radial-gradient(
      circle at 87% 56%,
      rgba(120,255,0,.04),
      transparent 30rem
    );
}


.page-shell .aura-market-v3::before {
  content:
    "";

  position:
    absolute;

  z-index:
    -4;

  inset:
    0;

  opacity:
    .20;

  background-image:
    linear-gradient(
      rgba(204,255,0,.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(204,255,0,.035) 1px,
      transparent 1px
    );

  background-size:
    54px 54px;

  -webkit-mask-image:
    radial-gradient(
      ellipse at center,
      #000,
      transparent 76%
    );

  mask-image:
    radial-gradient(
      ellipse at center,
      #000,
      transparent 76%
    );
}


.page-shell .aura-market-shell {
  position:
    relative;

  width:
    min(100%, 1240px);

  margin-inline:
    auto;
}


/* ----------------------------------------------------------
   ATMOSPHERE
   ---------------------------------------------------------- */

.page-shell .aura-market-atmosphere {
  position:
    absolute;

  z-index:
    -1;

  inset:
    0;

  pointer-events:
    none;
}


.page-shell .market-arc {
  position:
    absolute;

  border:
    1px solid rgba(204,255,0,.07);

  border-radius:
    50%;
}


.page-shell .market-arc.arc-a {
  width:
    620px;

  height:
    620px;

  right:
    -310px;

  top:
    90px;
}


.page-shell .market-arc.arc-b {
  width:
    380px;

  height:
    380px;

  right:
    -190px;

  top:
    210px;

  border-style:
    dashed;
}


.page-shell .market-arc.arc-c {
  width:
    540px;

  height:
    260px;

  left:
    -230px;

  bottom:
    80px;

  transform:
    rotate(14deg);
}


.page-shell .market-tracer {
  position:
    absolute;

  height:
    1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(204,255,0,.22),
      transparent
    );
}


.page-shell .market-tracer::after {
  content:
    "";

  position:
    absolute;

  right:
    18%;

  top:
    -2px;

  width:
    5px;

  height:
    5px;

  border-radius:
    50%;

  background:
    #ccff00;

  box-shadow:
    0 0 12px rgba(204,255,0,.72);
}


.page-shell .market-tracer.tracer-a {
  width:
    360px;

  right:
    -40px;

  top:
    25%;

  transform:
    rotate(-12deg);
}


.page-shell .market-tracer.tracer-b {
  width:
    300px;

  left:
    -80px;

  bottom:
    19%;

  transform:
    rotate(9deg);
}


/* ----------------------------------------------------------
   HEADING
   ---------------------------------------------------------- */

.page-shell .aura-market-heading {
  display:
    grid;

  grid-template-columns:
    minmax(0,1fr)
    auto;

  gap:
    50px;

  align-items:
    end;

  margin-bottom:
    52px;
}


.page-shell .aura-market-kicker {
  display:
    flex;

  align-items:
    center;

  gap:
    9px;

  margin-bottom:
    20px;

  color:
    rgba(204,255,0,.70);

  font-size:
    9px;

  font-weight:
    900;

  letter-spacing:
    .18em;
}


.page-shell .aura-market-kicker > span {
  width:
    20px;

  height:
    1px;

  background:
    #ccff00;

  box-shadow:
    0 0 7px rgba(204,255,0,.42);
}


.page-shell .aura-market-heading h2 {
  max-width:
    850px;

  margin:
    0;

  color:
    #eef4e9;

  font-family:
    Iowan Old Style,
    Baskerville,
    Palatino Linotype,
    Georgia,
    serif;

  font-size:
    clamp(60px, 6.6vw, 100px);

  font-weight:
    500;

  line-height:
    .90;

  letter-spacing:
    -.052em;
}


.page-shell .aura-market-heading h2 em {
  display:
    block;

  color:
    #ccff00;

  font-style:
    normal;
}


.page-shell .aura-market-heading-status {
  display:
    flex;

  align-items:
    center;

  gap:
    12px;

  min-width:
    180px;

  padding:
    13px 15px;

  border:
    1px solid rgba(204,255,0,.14);

  border-radius:
    10px;

  background:
    rgba(5,9,5,.66);
}


.page-shell .market-status-eye {
  position:
    relative;

  display:
    grid;

  place-items:
    center;

  width:
    40px;

  height:
    40px;

  border:
    1px solid rgba(204,255,0,.22);

  border-radius:
    50%;
}


.page-shell .market-status-eye::before {
  content:
    "";

  position:
    absolute;

  inset:
    7px;

  border:
    1px dashed rgba(204,255,0,.18);

  border-radius:
    50%;

  animation:
    auraMarketRotate
    10s linear infinite;
}


.page-shell .market-status-eye i {
  width:
    6px;

  height:
    6px;

  border-radius:
    50%;

  background:
    #ccff00;

  box-shadow:
    0 0 10px rgba(204,255,0,.76);
}


.page-shell .aura-market-heading-status small {
  display:
    block;

  margin-bottom:
    4px;

  color:
    rgba(239,246,234,.34);

  font-size:
    7px;

  font-weight:
    900;

  letter-spacing:
    .15em;
}


.page-shell .aura-market-heading-status strong {
  color:
    rgba(239,246,234,.82);

  font-size:
    11px;

  letter-spacing:
    .04em;
}


.page-shell
.aura-market-v3.has-live-market
.aura-market-heading-status strong {
  color:
    #ccff00;
}


/* ----------------------------------------------------------
   MAIN GRID
   ---------------------------------------------------------- */

.page-shell .aura-market-grid {
  display:
    grid;

  grid-template-columns:
    minmax(0,1.55fr)
    minmax(310px,.60fr);

  gap:
    14px;
}


/* ----------------------------------------------------------
   OBSERVATORY PANEL
   ---------------------------------------------------------- */

.page-shell .aura-observatory {
  position:
    relative;

  overflow:
    hidden;

  border:
    1px solid rgba(204,255,0,.16);

  border-radius:
    8px 26px 8px 26px;

  background:
    linear-gradient(
      145deg,
      rgba(7,13,7,.94),
      rgba(2,6,3,.98)
    );

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.02),
    0 28px 80px rgba(0,0,0,.22);
}


.page-shell .aura-observatory::before {
  content:
    "";

  position:
    absolute;

  z-index:
    0;

  width:
    460px;

  height:
    460px;

  left:
    44%;

  top:
    40%;

  transform:
    translate(-50%,-50%);

  border-radius:
    50%;

  background:
    radial-gradient(
      circle,
      rgba(182,255,0,.075),
      rgba(100,255,0,.018) 45%,
      transparent 70%
    );
}


.page-shell .aura-observatory-head {
  position:
    relative;

  z-index:
    3;

  display:
    flex;

  justify-content:
    space-between;

  align-items:
    center;

  gap:
    20px;

  min-height:
    74px;

  padding:
    13px 18px;

  border-bottom:
    1px solid rgba(204,255,0,.08);
}


.page-shell .aura-observatory-pair {
  display:
    flex;

  align-items:
    center;

  gap:
    12px;
}


.page-shell .aura-market-token-core {
  display:
    grid;

  place-items:
    center;

  width:
    44px;

  height:
    44px;

  color:
    #ccff00;

  border:
    1px solid rgba(204,255,0,.34);

  border-radius:
    50%;

  background:
    radial-gradient(
      circle,
      rgba(204,255,0,.14),
      rgba(0,0,0,.76)
    );

  font-family:
    Georgia,
    serif;

  font-size:
    20px;

  box-shadow:
    0 0 20px rgba(166,255,0,.07);
}


.page-shell .aura-observatory-pair small {
  display:
    block;

  margin-bottom:
    4px;

  color:
    rgba(239,246,234,.31);

  font-size:
    7px;

  font-weight:
    900;

  letter-spacing:
    .14em;
}


.page-shell .aura-observatory-pair strong {
  color:
    rgba(243,248,239,.92);

  font-size:
    15px;
}


.page-shell .aura-observatory-route {
  display:
    flex;

  align-items:
    center;

  gap:
    7px;

  flex-wrap:
    wrap;

  justify-content:
    flex-end;
}


.page-shell .aura-observatory-route span {
  display:
    inline-flex;

  align-items:
    center;

  gap:
    5px;

  padding:
    6px 8px;

  color:
    rgba(239,246,234,.38);

  border:
    1px solid rgba(204,255,0,.08);

  border-radius:
    5px;

  font-size:
    7px;

  font-weight:
    850;

  letter-spacing:
    .10em;
}


.page-shell .aura-observatory-route i {
  width:
    4px;

  height:
    4px;

  border-radius:
    50%;

  background:
    #ccff00;
}


/* ----------------------------------------------------------
   FIELD
   ---------------------------------------------------------- */

.page-shell .aura-market-field {
  position:
    relative;

  z-index:
    2;

  display:
    grid;

  grid-template-columns:
    minmax(280px,1fr)
    minmax(220px,.68fr);

  min-height:
    430px;

  overflow:
    hidden;
}


.page-shell .aura-market-field-grid {
  position:
    absolute;

  inset:
    0;

  opacity:
    .20;

  background-image:
    linear-gradient(
      rgba(204,255,0,.05) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(204,255,0,.05) 1px,
      transparent 1px
    );

  background-size:
    44px 44px;

  -webkit-mask-image:
    linear-gradient(
      to bottom,
      transparent,
      #000 15%,
      #000 85%,
      transparent
    );

  mask-image:
    linear-gradient(
      to bottom,
      transparent,
      #000 15%,
      #000 85%,
      transparent
    );
}


/* ----------------------------------------------------------
   PRICE CORE
   ---------------------------------------------------------- */

.page-shell .aura-market-price-core {
  position:
    relative;

  display:
    grid;

  place-items:
    center;

  min-height:
    420px;
}


.page-shell .market-price-orbit {
  position:
    absolute;

  left:
    50%;

  top:
    50%;

  transform:
    translate(-50%,-50%);

  border:
    1px solid rgba(204,255,0,.11);

  border-radius:
    50%;
}


.page-shell .market-price-orbit.orbit-one {
  width:
    320px;

  height:
    320px;

  border-style:
    dashed;

  animation:
    auraMarketRotate
    30s linear infinite;
}


.page-shell .market-price-orbit.orbit-two {
  width:
    226px;

  height:
    226px;

  animation:
    auraMarketRotateReverse
    18s linear infinite;
}


.page-shell .market-price-orbit.orbit-three {
  width:
    138px;

  height:
    138px;

  border-color:
    rgba(204,255,0,.24);

  box-shadow:
    inset 0 0 34px rgba(166,255,0,.03),
    0 0 36px rgba(166,255,0,.035);
}


.page-shell .market-price-orbit i {
  position:
    absolute;

  width:
    6px;

  height:
    6px;

  top:
    50%;

  left:
    -3px;

  margin-top:
    -3px;

  border-radius:
    50%;

  background:
    #ccff00;

  box-shadow:
    0 0 10px rgba(204,255,0,.76);
}


.page-shell .aura-market-price-copy {
  position:
    relative;

  z-index:
    3;

  text-align:
    center;
}


.page-shell .aura-market-price-copy small {
  display:
    block;

  margin-bottom:
    8px;

  color:
    rgba(239,246,234,.31);

  font-size:
    8px;

  font-weight:
    900;

  letter-spacing:
    .16em;
}


.page-shell .aura-market-price-copy strong {
  display:
    block;

  color:
    #eff5ea;

  font-size:
    clamp(30px, 4vw, 52px);

  font-weight:
    700;

  letter-spacing:
    -.045em;
}


.page-shell
.aura-market-v3.has-live-market
.aura-market-price-copy strong {
  color:
    #d8ff54;

  text-shadow:
    0 0 22px rgba(204,255,0,.12);
}


.page-shell .aura-market-price-copy span {
  display:
    block;

  margin-top:
    8px;

  color:
    rgba(239,246,234,.34);

  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;

  font-size:
    8px;

  letter-spacing:
    .08em;
}


/* ----------------------------------------------------------
   SPECTRUM
   ---------------------------------------------------------- */

.page-shell .aura-market-spectrum {
  position:
    relative;

  z-index:
    3;

  display:
    grid;

  grid-template-columns:
    repeat(4,1fr);

  gap:
    10px;

  align-items:
    end;

  padding:
    62px 20px 42px 0;
}


.page-shell .market-spectrum-column {
  --spectrum-level:
    12%;

  display:
    grid;

  grid-template-rows:
    1fr auto auto;

  gap:
    8px;

  min-width:
    0;

  height:
    300px;

  text-align:
    center;
}


.page-shell .market-spectrum-track {
  position:
    relative;

  align-self:
    stretch;

  overflow:
    hidden;

  border:
    1px solid rgba(204,255,0,.07);

  border-radius:
    999px;

  background:
    rgba(255,255,255,.012);
}


.page-shell .market-spectrum-track::before {
  content:
    "";

  position:
    absolute;

  left:
    50%;

  top:
    50%;

  width:
    9px;

  height:
    1px;

  transform:
    translate(-50%,-50%);

  background:
    rgba(238,246,232,.18);
}


.page-shell .market-spectrum-track i {
  position:
    absolute;

  left:
    50%;

  bottom:
    0;

  width:
    3px;

  height:
    var(--spectrum-level);

  transform:
    translateX(-50%);

  border-radius:
    999px;

  background:
    rgba(204,255,0,.35);

  box-shadow:
    0 0 12px rgba(166,255,0,.16);

  transition:
    height 500ms ease,
    background 300ms ease;
}


.page-shell
.market-spectrum-column.is-positive
.market-spectrum-track i {
  background:
    #ccff00;

  box-shadow:
    0 0 14px rgba(204,255,0,.30);
}


.page-shell
.market-spectrum-column.is-negative
.market-spectrum-track i {
  background:
    rgba(236,246,230,.35);

  box-shadow:
    none;
}


.page-shell .market-spectrum-track span {
  position:
    absolute;

  left:
    50%;

  bottom:
    calc(
      var(--spectrum-level) - 3px
    );

  width:
    7px;

  height:
    7px;

  transform:
    translateX(-50%);

  border-radius:
    50%;

  background:
    #ccff00;

  opacity:
    .45;

  transition:
    bottom 500ms ease;
}


.page-shell .market-spectrum-column small {
  color:
    rgba(238,246,232,.30);

  font-size:
    7px;

  font-weight:
    900;

  letter-spacing:
    .12em;
}


.page-shell .market-spectrum-column strong {
  overflow:
    hidden;

  color:
    rgba(239,246,234,.68);

  font-size:
    9px;

  text-overflow:
    ellipsis;
}


/* ----------------------------------------------------------
   METRICS
   ---------------------------------------------------------- */

.page-shell .aura-market-metrics {
  position:
    relative;

  z-index:
    3;

  display:
    grid;

  grid-template-columns:
    repeat(4,1fr);

  border-top:
    1px solid rgba(204,255,0,.08);

  border-bottom:
    1px solid rgba(204,255,0,.08);
}


.page-shell .aura-market-metric {
  padding:
    18px;

  border-right:
    1px solid rgba(204,255,0,.07);
}


.page-shell .aura-market-metric:last-child {
  border-right:
    0;
}


.page-shell .aura-market-metric small {
  display:
    block;

  margin-bottom:
    7px;

  color:
    rgba(239,246,234,.30);

  font-size:
    7px;

  font-weight:
    900;

  letter-spacing:
    .13em;
}


.page-shell .aura-market-metric strong {
  color:
    rgba(242,248,238,.88);

  font-size:
    17px;
}


/* ----------------------------------------------------------
   OBSERVATORY FOOT
   ---------------------------------------------------------- */

.page-shell .aura-observatory-foot {
  position:
    relative;

  z-index:
    3;

  display:
    flex;

  justify-content:
    space-between;

  align-items:
    center;

  gap:
    18px;

  padding:
    14px 18px;

  color:
    rgba(239,246,234,.33);
}


.page-shell .aura-observatory-foot > div:first-child {
  display:
    flex;

  align-items:
    center;

  gap:
    10px;
}


.page-shell .aura-observatory-foot span {
  font-size:
    7px;

  font-weight:
    900;

  letter-spacing:
    .12em;
}


.page-shell .aura-observatory-foot code {
  color:
    rgba(240,247,235,.67);

  font-size:
    9px;
}


.page-shell .aura-market-feed-status {
  display:
    flex;

  align-items:
    center;

  gap:
    7px;
}


.page-shell .aura-market-feed-status i {
  width:
    5px;

  height:
    5px;

  border-radius:
    50%;

  background:
    rgba(204,255,0,.28);
}


.page-shell
.aura-market-v3.has-live-market
.aura-market-feed-status i {
  background:
    #ccff00;

  box-shadow:
    0 0 9px rgba(204,255,0,.64);
}


/* ----------------------------------------------------------
   ROUTES
   ---------------------------------------------------------- */

.page-shell .aura-market-routes {
  display:
    grid;

  gap:
    8px;

  align-content:
    start;
}


.page-shell .aura-market-routes-head {
  display:
    flex;

  justify-content:
    space-between;

  gap:
    12px;

  min-height:
    40px;

  padding:
    0 4px;

  color:
    rgba(204,255,0,.60);

  font-size:
    8px;

  font-weight:
    900;

  letter-spacing:
    .14em;
}


.page-shell .aura-market-routes-head small {
  color:
    rgba(239,246,234,.28);

  font-size:
    7px;
}


.page-shell .aura-market-route {
  display:
    grid;

  grid-template-columns:
    28px 46px 1fr auto;

  align-items:
    center;

  gap:
    11px;

  min-height:
    96px;

  padding:
    13px;

  color:
    rgba(239,246,234,.82);

  text-decoration:
    none;

  border:
    1px solid rgba(204,255,0,.10);

  border-radius:
    9px;

  background:
    linear-gradient(
      110deg,
      rgba(255,255,255,.018),
      rgba(8,15,7,.64)
    );

  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}


.page-shell .aura-market-route:hover,
.page-shell .aura-market-route:focus-visible {
  transform:
    translateX(4px);

  border-color:
    rgba(204,255,0,.34);

  background:
    rgba(12,21,8,.76);

  outline:
    none;
}


.page-shell .aura-market-route.route-execute {
  border-color:
    rgba(204,255,0,.21);

  background:
    linear-gradient(
      110deg,
      rgba(173,255,0,.07),
      rgba(8,15,7,.70)
    );
}


.page-shell .aura-market-route-index {
  color:
    rgba(204,255,0,.33);

  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;

  font-size:
    9px;
}


.page-shell .aura-market-route-logo {
  display:
    grid;

  place-items:
    center;

  width:
    46px;

  height:
    46px;

  border:
    1px solid rgba(204,255,0,.13);

  border-radius:
    50%;

  background:
    rgba(0,0,0,.34);
}


.page-shell .aura-market-route-logo img {
  display:
    block;

  width:
    25px;

  height:
    25px;

  object-fit:
    contain;
}


.page-shell .route-chain-logo img {
  width:
    23px;

  height:
    23px;
}


.page-shell .aura-market-route-copy small {
  display:
    block;

  margin-bottom:
    3px;

  color:
    rgba(204,255,0,.48);

  font-size:
    7px;

  font-weight:
    900;

  letter-spacing:
    .12em;
}


.page-shell .aura-market-route-copy strong {
  display:
    block;

  color:
    rgba(242,247,238,.94);

  font-size:
    15px;
}


.page-shell .aura-market-route-copy span {
  display:
    block;

  margin-top:
    4px;

  color:
    rgba(239,246,234,.36);

  font-size:
    10px;
}


.page-shell .aura-market-route > b {
  color:
    #ccff00;

  font-size:
    15px;
}


/* ----------------------------------------------------------
   INTEGRITY MODULE
   ---------------------------------------------------------- */

.page-shell .aura-market-integrity {
  display:
    grid;

  grid-template-columns:
    78px 1fr;

  gap:
    14px;

  align-items:
    center;

  min-height:
    150px;

  margin-top:
    8px;

  padding:
    16px;

  border:
    1px solid rgba(204,255,0,.10);

  border-radius:
    9px;

  background:
    rgba(3,8,4,.68);
}


.page-shell .aura-market-integrity-core {
  position:
    relative;

  display:
    grid;

  place-items:
    center;

  width:
    72px;

  height:
    72px;

  border:
    1px solid rgba(204,255,0,.15);

  border-radius:
    50%;
}


.page-shell .aura-market-integrity-core::before {
  content:
    "";

  position:
    absolute;

  inset:
    11px;

  border:
    1px dashed rgba(204,255,0,.18);

  border-radius:
    inherit;

  animation:
    auraMarketRotate
    13s linear infinite;
}


.page-shell .aura-market-integrity-core span {
  width:
    8px;

  height:
    8px;

  border-radius:
    50%;

  background:
    #ccff00;

  box-shadow:
    0 0 11px rgba(204,255,0,.72);
}


.page-shell .aura-market-integrity-core i {
  position:
    absolute;

  width:
    4px;

  height:
    4px;

  border-radius:
    50%;

  background:
    rgba(204,255,0,.50);
}


.page-shell .aura-market-integrity-core i:nth-child(2) {
  top:
    10px;

  right:
    16px;
}


.page-shell .aura-market-integrity-core i:nth-child(3) {
  left:
    7px;

  bottom:
    18px;
}


.page-shell .aura-market-integrity small {
  display:
    block;

  margin-bottom:
    5px;

  color:
    rgba(204,255,0,.46);

  font-size:
    7px;

  font-weight:
    900;

  letter-spacing:
    .12em;
}


.page-shell .aura-market-integrity strong {
  color:
    rgba(241,247,237,.85);

  font-size:
    12px;
}


.page-shell .aura-market-integrity p {
  margin:
    8px 0 0;

  color:
    rgba(239,246,234,.34);

  font-size:
    10px;

  line-height:
    1.5;
}


/* ----------------------------------------------------------
   BOTTOM RAIL
   ---------------------------------------------------------- */

.page-shell .aura-market-bottom {
  display:
    flex;

  justify-content:
    space-between;

  align-items:
    center;

  gap:
    24px;

  margin-top:
    14px;

  padding:
    16px 18px;

  border:
    1px solid rgba(204,255,0,.09);

  border-radius:
    9px 21px 9px 21px;

  background:
    rgba(5,10,5,.62);
}


.page-shell .aura-market-bottom-state {
  display:
    flex;

  align-items:
    center;

  gap:
    11px;
}


.page-shell .aura-market-bottom-pulse {
  position:
    relative;

  width:
    34px;

  height:
    34px;

  border:
    1px solid rgba(204,255,0,.19);

  border-radius:
    50%;
}


.page-shell .aura-market-bottom-pulse::before,
.page-shell .aura-market-bottom-pulse::after {
  content:
    "";

  position:
    absolute;

  left:
    50%;

  top:
    50%;

  border:
    1px solid rgba(204,255,0,.20);

  border-radius:
    50%;

  transform:
    translate(-50%,-50%);
}


.page-shell .aura-market-bottom-pulse::before {
  width:
    18px;

  height:
    18px;
}


.page-shell .aura-market-bottom-pulse::after {
  width:
    5px;

  height:
    5px;

  border:
    0;

  background:
    #ccff00;

  box-shadow:
    0 0 9px rgba(204,255,0,.76);
}


.page-shell .aura-market-bottom-state small {
  display:
    block;

  margin-bottom:
    4px;

  color:
    rgba(239,246,234,.28);

  font-size:
    7px;

  font-weight:
    900;

  letter-spacing:
    .13em;
}


.page-shell .aura-market-bottom-state strong {
  color:
    rgba(239,246,234,.76);

  font-size:
    10px;
}


.page-shell .aura-market-bottom-actions {
  display:
    flex;

  gap:
    8px;
}


.page-shell .aura-market-bottom-actions a,
.page-shell .aura-market-bottom-actions button {
  display:
    inline-flex;

  align-items:
    center;

  justify-content:
    center;

  gap:
    20px;

  min-height:
    42px;

  padding:
    0 16px;

  border-radius:
    7px;

  font-size:
    10px;

  font-weight:
    850;

  text-decoration:
    none;
}


.page-shell .aura-market-bottom-actions a {
  color:
    #061000;

  border:
    1px solid #ccff00;

  background:
    #ccff00;
}


.page-shell .aura-market-bottom-actions button {
  color:
    #ccff00;

  border:
    1px solid rgba(204,255,0,.20);

  background:
    transparent;

  cursor:
    pointer;
}


/* ----------------------------------------------------------
   ANIMATIONS
   ---------------------------------------------------------- */

@keyframes auraMarketRotate {
  from {
    transform:
      translate(-50%,-50%)
      rotate(0deg);
  }

  to {
    transform:
      translate(-50%,-50%)
      rotate(360deg);
  }
}


@keyframes auraMarketRotateReverse {
  from {
    transform:
      translate(-50%,-50%)
      rotate(360deg);
  }

  to {
    transform:
      translate(-50%,-50%)
      rotate(0deg);
  }
}


/*
 * Status-eye and integrity core don't use centered transforms.
 */

.page-shell .market-status-eye::before {
  animation-name:
    auraMarketSimpleRotate;
}


.page-shell
.aura-market-integrity-core::before {
  animation-name:
    auraMarketSimpleRotate;
}


@keyframes auraMarketSimpleRotate {
  from {
    transform:
      rotate(0deg);
  }

  to {
    transform:
      rotate(360deg);
  }
}


/* ----------------------------------------------------------
   RESPONSIVE
   ---------------------------------------------------------- */

@media (max-width: 1040px) {

  .page-shell .aura-market-grid {
    grid-template-columns:
      1fr;
  }


  .page-shell .aura-market-routes {
    grid-template-columns:
      repeat(3,1fr);
  }


  .page-shell .aura-market-routes-head,
  .page-shell .aura-market-integrity {
    grid-column:
      1 / -1;
  }


  .page-shell .aura-market-route {
    grid-template-columns:
      auto 1fr auto;

    min-height:
      112px;
  }


  .page-shell .aura-market-route-index {
    display:
      none;
  }
}


@media (max-width: 760px) {

  .page-shell .aura-market-v3 {
    padding:
      108px 18px 116px;
  }


  .page-shell .aura-market-heading {
    grid-template-columns:
      1fr;

    gap:
      24px;
  }


  .page-shell .aura-market-heading-status {
    width:
      fit-content;
  }


  .page-shell .aura-market-field {
    grid-template-columns:
      1fr;

    min-height:
      0;
  }


  .page-shell .aura-market-price-core {
    min-height:
      350px;
  }


  .page-shell .aura-market-spectrum {
    padding:
      10px 18px 30px;

    min-height:
      220px;
  }


  .page-shell .market-spectrum-column {
    height:
      190px;
  }


  .page-shell .aura-market-metrics {
    grid-template-columns:
      repeat(2,1fr);
  }


  .page-shell .aura-market-metric:nth-child(2) {
    border-right:
      0;
  }


  .page-shell .aura-market-metric:nth-child(-n+2) {
    border-bottom:
      1px solid rgba(204,255,0,.07);
  }


  .page-shell .aura-market-routes {
    grid-template-columns:
      1fr;
  }


  .page-shell .aura-market-route {
    grid-template-columns:
      28px 46px 1fr auto;
  }


  .page-shell .aura-market-route-index {
    display:
      block;
  }


  .page-shell .aura-market-bottom {
    align-items:
      flex-start;

    flex-direction:
      column;
  }


  .page-shell .aura-market-bottom-actions {
    width:
      100%;
  }


  .page-shell .aura-market-bottom-actions a,
  .page-shell .aura-market-bottom-actions button {
    flex:
      1;
  }
}


@media (max-width: 520px) {

  .page-shell .aura-market-heading h2 {
    font-size:
      clamp(54px, 17vw, 76px);
  }


  .page-shell .aura-observatory-head {
    align-items:
      flex-start;

    flex-direction:
      column;
  }


  .page-shell .aura-observatory-route {
    justify-content:
      flex-start;
  }


  .page-shell .aura-market-price-core {
    min-height:
      310px;
  }


  .page-shell .market-price-orbit.orbit-one {
    width:
      260px;

    height:
      260px;
  }


  .page-shell .market-price-orbit.orbit-two {
    width:
      190px;

    height:
      190px;
  }


  .page-shell .aura-market-metrics {
    grid-template-columns:
      1fr 1fr;
  }


  .page-shell .aura-observatory-foot {
    align-items:
      flex-start;

    flex-direction:
      column;
  }


  .page-shell .aura-market-route {
    grid-template-columns:
      42px 1fr auto;
  }


  .page-shell .aura-market-route-index {
    display:
      none;
  }


  .page-shell .aura-market-route-logo {
    width:
      42px;

    height:
      42px;
  }


  .page-shell .aura-market-integrity {
    grid-template-columns:
      1fr;
  }


  .page-shell .aura-market-bottom-actions {
    flex-direction:
      column;
  }


  .page-shell .aura-market-bottom-actions a,
  .page-shell .aura-market-bottom-actions button {
    width:
      100%;
  }
}


@media (prefers-reduced-motion: reduce) {

  .page-shell .aura-market-v3 *,
  .page-shell .aura-market-v3 *::before,
  .page-shell .aura-market-v3 *::after {
    animation:
      none !important;

    transition:
      none !important;
  }
}


/* ==========================================================
   AURA STANDARD DOCTRINE CARDS V3
   Presence / Conviction / Execution
   ========================================================== */


/* ----------------------------------------------------------
   GRID
   ---------------------------------------------------------- */

.page-shell .standard-v3
.standard-doctrine-grid {
  grid-template-columns:
    1.04fr
    1.08fr
    1.04fr;

  gap:
    14px;

  margin-top:
    66px;

  perspective:
    1200px;
}


/* ----------------------------------------------------------
   CARD FOUNDATION
   ---------------------------------------------------------- */

.page-shell .standard-v3
.doctrine-card {
  position:
    relative;

  display:
    grid;

  grid-template-rows:
    auto 168px 1fr auto;

  min-width:
    0;

  min-height:
    440px;

  padding:
    18px;

  overflow:
    hidden;

  border:
    1px solid rgba(204,255,0,.12);

  border-radius:
    6px 22px 6px 22px;

  background:
    linear-gradient(
      145deg,
      rgba(9,15,8,.94),
      rgba(3,7,4,.985)
    );

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.022),
    0 24px 70px rgba(0,0,0,.17);

  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}


.page-shell .standard-v3
.doctrine-card::before {
  content:
    "";

  position:
    absolute;

  z-index:
    0;

  inset:
    0;

  opacity:
    .23;

  background-image:
    linear-gradient(
      rgba(204,255,0,.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(204,255,0,.035) 1px,
      transparent 1px
    );

  background-size:
    32px 32px;

  -webkit-mask-image:
    linear-gradient(
      to bottom,
      #000,
      transparent 80%
    );

  mask-image:
    linear-gradient(
      to bottom,
      #000,
      transparent 80%
    );
}


.page-shell .standard-v3
.doctrine-card::after {
  content:
    "";

  position:
    absolute;

  z-index:
    8;

  left:
    16px;

  right:
    16px;

  top:
    -20%;

  height:
    12%;

  opacity:
    0;

  pointer-events:
    none;

  background:
    linear-gradient(
      180deg,
      transparent,
      rgba(204,255,0,.16),
      transparent
    );
}


.page-shell .standard-v3
.doctrine-card:hover {
  transform:
    translateY(-6px);

  border-color:
    rgba(204,255,0,.30);

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.03),
    0 30px 80px rgba(0,0,0,.24),
    0 0 42px rgba(166,255,0,.035);
}


.page-shell .standard-v3
.doctrine-card:hover::after {
  opacity:
    .36;

  animation:
    auraDoctrineScan
    1.5s ease-out forwards;
}


/* ----------------------------------------------------------
   INDIVIDUAL IDENTITIES
   ---------------------------------------------------------- */

.page-shell .standard-v3
.doctrine-presence {
  background:
    radial-gradient(
      circle at 22% 32%,
      rgba(174,255,0,.105),
      transparent 48%
    ),
    linear-gradient(
      145deg,
      rgba(10,17,8,.96),
      rgba(3,7,4,.985)
    );

  border-radius:
    24px 6px 6px 6px;
}


.page-shell .standard-v3
.doctrine-conviction {
  min-height:
    466px;

  margin-top:
    -13px;

  margin-bottom:
    -13px;

  border-color:
    rgba(204,255,0,.22);

  border-radius:
    7px 7px 26px 26px;

  background:
    radial-gradient(
      circle at 50% 31%,
      rgba(198,255,0,.09),
      transparent 42%
    ),
    linear-gradient(
      180deg,
      rgba(12,19,9,.98),
      rgba(3,7,4,.99)
    );

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.03),
    0 28px 85px rgba(0,0,0,.23),
    0 0 48px rgba(166,255,0,.025);
}


.page-shell .standard-v3
.doctrine-execution {
  border-radius:
    6px 24px 6px 6px;

  background:
    linear-gradient(
      148deg,
      rgba(12,19,8,.92),
      rgba(3,7,4,.985) 58%
    );
}


/* ----------------------------------------------------------
   GHOST NUMBERS
   ---------------------------------------------------------- */

.page-shell .standard-v3
.doctrine-ghost-number {
  position:
    absolute;

  z-index:
    0;

  right:
    -6px;

  top:
    15px;

  color:
    rgba(204,255,0,.027);

  font-family:
    Iowan Old Style,
    Baskerville,
    Georgia,
    serif;

  font-size:
    144px;

  font-weight:
    700;

  line-height:
    .72;

  letter-spacing:
    -.08em;

  pointer-events:
    none;

  user-select:
    none;
}


/* ----------------------------------------------------------
   TOP META
   ---------------------------------------------------------- */

.page-shell .standard-v3
.doctrine-top {
  position:
    relative;

  z-index:
    4;

  display:
    flex;

  justify-content:
    space-between;

  align-items:
    center;

  gap:
    12px;
}


.page-shell .standard-v3
.pillar-number {
  color:
    #ccff00;

  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;

  font-size:
    10px;

  font-weight:
    900;

  letter-spacing:
    .14em;
}


.page-shell .standard-v3
.doctrine-state {
  display:
    inline-flex;

  align-items:
    center;

  gap:
    7px;

  padding:
    6px 8px;

  color:
    rgba(235,244,229,.42);

  border:
    1px solid rgba(204,255,0,.09);

  border-radius:
    999px;

  background:
    rgba(0,0,0,.26);

  font-size:
    6px;

  font-weight:
    900;

  letter-spacing:
    .14em;
}


.page-shell .standard-v3
.doctrine-state i {
  width:
    5px;

  height:
    5px;

  border-radius:
    50%;

  background:
    rgba(204,255,0,.48);
}


.page-shell .standard-v3
.doctrine-presence
.doctrine-state i {
  background:
    #ccff00;

  box-shadow:
    0 0 9px rgba(204,255,0,.72);
}


.page-shell .standard-v3
.doctrine-conviction
.doctrine-state i {
  box-shadow:
    0 0 0 2px rgba(204,255,0,.12);
}


.page-shell .standard-v3
.doctrine-execution
.doctrine-state i {
  background:
    #dfff67;

  animation:
    auraDoctrineStatePulse
    1.6s ease-in-out infinite;
}


/* ----------------------------------------------------------
   VISUAL AREA
   ---------------------------------------------------------- */

.page-shell .standard-v3
.doctrine-visual {
  position:
    relative;

  z-index:
    3;

  min-height:
    168px;

  margin:
    8px -4px 0;

  overflow:
    hidden;

  pointer-events:
    none;
}


/* ==========================================================
   PRESENCE VISUAL
   ========================================================== */

.page-shell .standard-v3
.doctrine-presence-visual {
  display:
    grid;

  place-items:
    center;
}


.page-shell .standard-v3
.presence-ring {
  position:
    absolute;

  left:
    50%;

  top:
    50%;

  border:
    1px solid rgba(204,255,0,.14);

  border-radius:
    50%;

  transform:
    translate(-50%,-50%);
}


.page-shell .standard-v3
.presence-ring.ring-a {
  width:
    142px;

  height:
    142px;

  border-style:
    dashed;

  animation:
    auraDoctrineRotate
    24s linear infinite;
}


.page-shell .standard-v3
.presence-ring.ring-b {
  width:
    102px;

  height:
    102px;

  border-color:
    rgba(204,255,0,.25);

  animation:
    auraDoctrineRotateReverse
    16s linear infinite;
}


.page-shell .standard-v3
.presence-ring.ring-c {
  width:
    62px;

  height:
    62px;

  border-color:
    rgba(225,255,120,.30);
}


.page-shell .standard-v3
.presence-axis {
  position:
    absolute;

  left:
    50%;

  top:
    50%;

  opacity:
    .35;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(204,255,0,.25),
      transparent
    );
}


.page-shell .standard-v3
.presence-axis.axis-x {
  width:
    190px;

  height:
    1px;

  transform:
    translate(-50%,-50%);
}


.page-shell .standard-v3
.presence-axis.axis-y {
  width:
    1px;

  height:
    146px;

  transform:
    translate(-50%,-50%);

  background:
    linear-gradient(
      180deg,
      transparent,
      rgba(204,255,0,.21),
      transparent
    );
}


.page-shell .standard-v3
.presence-core {
  position:
    absolute;

  left:
    50%;

  top:
    50%;

  display:
    grid;

  place-items:
    center;

  width:
    38px;

  height:
    38px;

  transform:
    translate(-50%,-50%);

  border:
    1px solid rgba(204,255,0,.36);

  border-radius:
    50%;

  background:
    radial-gradient(
      circle,
      rgba(204,255,0,.18),
      rgba(0,0,0,.70) 68%
    );

  box-shadow:
    0 0 28px rgba(166,255,0,.08);
}


.page-shell .standard-v3
.presence-core i {
  width:
    7px;

  height:
    7px;

  border-radius:
    50%;

  background:
    #e4ff7e;

  box-shadow:
    0 0 8px #d7ff4c,
    0 0 20px rgba(166,255,0,.56);

  animation:
    auraDoctrinePresencePulse
    2.2s ease-in-out infinite;
}


.page-shell .standard-v3
.presence-satellite {
  position:
    absolute;

  width:
    5px;

  height:
    5px;

  border-radius:
    50%;

  background:
    #ccff00;

  box-shadow:
    0 0 9px rgba(204,255,0,.58);
}


.page-shell .standard-v3
.presence-satellite.satellite-a {
  left:
    calc(50% + 60px);

  top:
    calc(50% - 34px);
}


.page-shell .standard-v3
.presence-satellite.satellite-b {
  left:
    calc(50% - 45px);

  top:
    calc(50% + 50px);

  opacity:
    .42;
}


/* ==========================================================
   CONVICTION VISUAL
   ========================================================== */

.page-shell .standard-v3
.doctrine-conviction-visual {
  display:
    grid;

  place-items:
    center;
}


.page-shell .standard-v3
.conviction-shell {
  position:
    absolute;

  left:
    50%;

  top:
    50%;

  transform:
    translate(-50%,-50%)
    rotate(45deg);

  border:
    1px solid rgba(204,255,0,.12);
}


.page-shell .standard-v3
.conviction-shell.shell-a {
  width:
    132px;

  height:
    132px;

  animation:
    auraConvictionBreathe
    4.8s ease-in-out infinite;
}


.page-shell .standard-v3
.conviction-shell.shell-b {
  width:
    92px;

  height:
    92px;

  border-color:
    rgba(204,255,0,.22);
}


.page-shell .standard-v3
.conviction-shell.shell-c {
  width:
    54px;

  height:
    54px;

  border-color:
    rgba(225,255,120,.31);
}


.page-shell .standard-v3
.conviction-core {
  position:
    absolute;

  left:
    50%;

  top:
    50%;

  display:
    grid;

  place-items:
    center;

  width:
    44px;

  height:
    44px;

  transform:
    translate(-50%,-50%);

  border-radius:
    8px;

  background:
    rgba(8,14,6,.86);

  box-shadow:
    0 0 36px rgba(166,255,0,.08);
}


.page-shell .standard-v3
.conviction-core::before {
  content:
    "";

  position:
    absolute;

  width:
    16px;

  height:
    13px;

  bottom:
    8px;

  border:
    1px solid #ccff00;

  border-radius:
    3px;
}


.page-shell .standard-v3
.conviction-core::after {
  content:
    "";

  position:
    absolute;

  width:
    11px;

  height:
    10px;

  top:
    9px;

  border:
    1px solid #ccff00;

  border-bottom:
    0;

  border-radius:
    7px 7px 0 0;
}


.page-shell .standard-v3
.conviction-core i {
  width:
    4px;

  height:
    4px;

  margin-top:
    10px;

  border-radius:
    50%;

  background:
    #ccff00;

  box-shadow:
    0 0 8px rgba(204,255,0,.64);
}


.page-shell .standard-v3
.conviction-brace {
  position:
    absolute;

  width:
    17px;

  height:
    17px;

  border-color:
    rgba(204,255,0,.40);

  border-style:
    solid;
}


.page-shell .standard-v3
.conviction-brace.brace-a {
  left:
    calc(50% - 84px);

  top:
    calc(50% - 65px);

  border-width:
    1px 0 0 1px;
}


.page-shell .standard-v3
.conviction-brace.brace-b {
  right:
    calc(50% - 84px);

  top:
    calc(50% - 65px);

  border-width:
    1px 1px 0 0;
}


.page-shell .standard-v3
.conviction-brace.brace-c {
  left:
    calc(50% - 84px);

  bottom:
    calc(50% - 65px);

  border-width:
    0 0 1px 1px;
}


.page-shell .standard-v3
.conviction-brace.brace-d {
  right:
    calc(50% - 84px);

  bottom:
    calc(50% - 65px);

  border-width:
    0 1px 1px 0;
}


/* ==========================================================
   EXECUTION VISUAL
   ========================================================== */

.page-shell .standard-v3
.doctrine-execution-visual {
  overflow:
    visible;
}


.page-shell .standard-v3
.doctrine-execution-visual::before {
  content:
    "";

  position:
    absolute;

  width:
    180px;

  height:
    180px;

  right:
    -38px;

  top:
    -30px;

  border:
    1px solid rgba(204,255,0,.075);

  border-radius:
    50%;
}


.page-shell .standard-v3
.execution-line {
  position:
    absolute;

  height:
    1px;

  transform-origin:
    left center;

  background:
    linear-gradient(
      90deg,
      rgba(204,255,0,.05),
      rgba(204,255,0,.52),
      rgba(204,255,0,.05)
    );
}


.page-shell .standard-v3
.execution-line.line-main {
  width:
    76%;

  left:
    9%;

  top:
    57%;

  transform:
    rotate(-14deg);
}


.page-shell .standard-v3
.execution-line.line-secondary {
  width:
    48%;

  left:
    31%;

  top:
    41%;

  opacity:
    .24;

  transform:
    rotate(18deg);
}


.page-shell .standard-v3
.execution-node {
  position:
    absolute;

  width:
    8px;

  height:
    8px;

  border:
    1px solid rgba(204,255,0,.55);

  border-radius:
    50%;

  background:
    #071006;

  box-shadow:
    0 0 12px rgba(204,255,0,.18);
}


.page-shell .standard-v3
.execution-node.node-a {
  left:
    15%;

  top:
    61%;
}


.page-shell .standard-v3
.execution-node.node-b {
  left:
    47%;

  top:
    48%;
}


.page-shell .standard-v3
.execution-node.node-c {
  right:
    17%;

  top:
    35%;

  background:
    #ccff00;

  box-shadow:
    0 0 12px rgba(204,255,0,.72),
    0 0 30px rgba(166,255,0,.24);
}


.page-shell .standard-v3
.execution-vector {
  position:
    absolute;

  right:
    8%;

  top:
    17%;

  color:
    rgba(204,255,0,.68);

  font-size:
    29px;

  transform:
    rotate(-4deg);

  animation:
    auraExecutionVector
    3s ease-in-out infinite;
}


.page-shell .standard-v3
.execution-impact {
  position:
    absolute;

  right:
    13%;

  top:
    26%;

  width:
    46px;

  height:
    46px;

  border:
    1px solid rgba(204,255,0,.18);

  border-radius:
    50%;

  animation:
    auraExecutionImpact
    2.6s ease-out infinite;
}


/* ----------------------------------------------------------
   BODY
   ---------------------------------------------------------- */

.page-shell .standard-v3
.doctrine-body {
  position:
    relative;

  z-index:
    4;

  align-self:
    end;

  padding:
    4px 6px 20px;
}


.page-shell .standard-v3
.doctrine-body > small {
  display:
    block;

  margin-bottom:
    8px;

  color:
    rgba(204,255,0,.45);

  font-size:
    7px;

  font-weight:
    900;

  letter-spacing:
    .16em;
}


.page-shell .standard-v3
.doctrine-card
.doctrine-body > strong {
  display:
    block;

  margin:
    0 !important;

  color:
    #f0f6eb;

  font-size:
    25px;

  line-height:
    1;

  letter-spacing:
    -.025em;
}


.page-shell .standard-v3
.doctrine-conviction
.doctrine-body > strong {
  color:
    #dfff72;
}


.page-shell .standard-v3
.doctrine-card
.doctrine-body > p {
  max-width:
    290px;

  margin:
    13px 0 0;

  color:
    rgba(236,244,230,.49);

  font-size:
    13px;

  line-height:
    1.55;
}


/* ----------------------------------------------------------
   FOOTER
   ---------------------------------------------------------- */

.page-shell .standard-v3
.doctrine-footer {
  position:
    relative;

  z-index:
    4;

  display:
    flex;

  align-items:
    end;

  justify-content:
    space-between;

  gap:
    14px;

  min-height:
    58px;

  padding:
    13px 6px 0;

  border-top:
    1px solid rgba(204,255,0,.075);
}


.page-shell .standard-v3
.doctrine-footer small {
  display:
    block;

  margin-bottom:
    4px;

  color:
    rgba(236,244,230,.25);

  font-size:
    6px;

  font-weight:
    900;

  letter-spacing:
    .14em;
}


.page-shell .standard-v3
.doctrine-footer strong {
  margin:
    0 !important;

  color:
    rgba(204,255,0,.70);

  font-size:
    8px;

  font-weight:
    900;

  letter-spacing:
    .12em;
}


/* Presence meter */

.page-shell .standard-v3
.doctrine-meter {
  display:
    flex;

  align-items:
    end;

  gap:
    3px;

  height:
    25px;
}


.page-shell .standard-v3
.doctrine-meter i {
  display:
    block;

  width:
    3px;

  border-radius:
    999px;

  background:
    rgba(204,255,0,.16);
}


.page-shell .standard-v3
.doctrine-meter i:nth-child(1) {
  height:
    25%;
}


.page-shell .standard-v3
.doctrine-meter i:nth-child(2) {
  height:
    38%;
}


.page-shell .standard-v3
.doctrine-meter i:nth-child(3) {
  height:
    54%;
}


.page-shell .standard-v3
.doctrine-meter i:nth-child(4) {
  height:
    70%;

  background:
    rgba(204,255,0,.38);
}


.page-shell .standard-v3
.doctrine-meter i:nth-child(5) {
  height:
    86%;

  background:
    rgba(204,255,0,.62);
}


.page-shell .standard-v3
.doctrine-meter i:nth-child(6) {
  height:
    100%;

  background:
    #ccff00;

  box-shadow:
    0 0 8px rgba(204,255,0,.55);
}


/* Conviction locked indicator */

.page-shell .standard-v3
.conviction-lock {
  position:
    relative;

  width:
    34px;

  height:
    28px;

  border:
    1px solid rgba(204,255,0,.22);

  border-radius:
    5px;
}


.page-shell .standard-v3
.conviction-lock::before {
  content:
    "";

  position:
    absolute;

  left:
    50%;

  top:
    -10px;

  width:
    16px;

  height:
    13px;

  transform:
    translateX(-50%);

  border:
    1px solid rgba(204,255,0,.38);

  border-bottom:
    0;

  border-radius:
    9px 9px 0 0;
}


.page-shell .standard-v3
.conviction-lock span {
  position:
    absolute;

  left:
    50%;

  top:
    50%;

  width:
    4px;

  height:
    4px;

  transform:
    translate(-50%,-50%);

  border-radius:
    50%;

  background:
    #ccff00;

  box-shadow:
    0 0 7px rgba(204,255,0,.50);
}


/* Execution confirmation */

.page-shell .standard-v3
.execution-confirm {
  display:
    flex;

  align-items:
    center;

  gap:
    9px;

  color:
    #ccff00;
}


.page-shell .standard-v3
.execution-confirm i {
  width:
    6px;

  height:
    6px;

  border-radius:
    50%;

  background:
    #ccff00;

  box-shadow:
    0 0 9px rgba(204,255,0,.64);
}


.page-shell .standard-v3
.execution-confirm span {
  font-size:
    19px;
}


/* ----------------------------------------------------------
   HOVER CHARACTER
   ---------------------------------------------------------- */

.page-shell .standard-v3
.doctrine-presence:hover
.presence-core {
  box-shadow:
    0 0 42px rgba(166,255,0,.14);
}


.page-shell .standard-v3
.doctrine-conviction:hover
.conviction-shell.shell-a {
  border-color:
    rgba(204,255,0,.27);
}


.page-shell .standard-v3
.doctrine-execution:hover
.execution-line.line-main {
  background:
    linear-gradient(
      90deg,
      rgba(204,255,0,.08),
      #ccff00,
      rgba(204,255,0,.10)
    );
}


/* ----------------------------------------------------------
   ANIMATIONS
   ---------------------------------------------------------- */

@keyframes auraDoctrineScan {
  from {
    transform:
      translateY(0);
  }

  to {
    transform:
      translateY(1050%);
  }
}


@keyframes auraDoctrineRotate {
  from {
    transform:
      translate(-50%,-50%)
      rotate(0deg);
  }

  to {
    transform:
      translate(-50%,-50%)
      rotate(360deg);
  }
}


@keyframes auraDoctrineRotateReverse {
  from {
    transform:
      translate(-50%,-50%)
      rotate(360deg);
  }

  to {
    transform:
      translate(-50%,-50%)
      rotate(0deg);
  }
}


@keyframes auraDoctrinePresencePulse {
  0%,
  100% {
    opacity:
      .48;

    transform:
      scale(.74);
  }

  50% {
    opacity:
      1;

    transform:
      scale(1);
  }
}


@keyframes auraDoctrineStatePulse {
  0%,
  100% {
    opacity:
      .36;
  }

  50% {
    opacity:
      1;
  }
}


@keyframes auraConvictionBreathe {
  0%,
  100% {
    transform:
      translate(-50%,-50%)
      rotate(45deg)
      scale(.96);
  }

  50% {
    transform:
      translate(-50%,-50%)
      rotate(45deg)
      scale(1.03);
  }
}


@keyframes auraExecutionVector {
  0%,
  100% {
    opacity:
      .45;

    transform:
      translate3d(-4px,4px,0)
      rotate(-4deg);
  }

  50% {
    opacity:
      1;

    transform:
      translate3d(3px,-3px,0)
      rotate(-4deg);
  }
}


@keyframes auraExecutionImpact {
  0% {
    opacity:
      .72;

    transform:
      scale(.42);
  }

  100% {
    opacity:
      0;

    transform:
      scale(1.45);
  }
}


/* ----------------------------------------------------------
   RESPONSIVE
   ---------------------------------------------------------- */

@media (max-width: 900px) {

  .page-shell .standard-v3
  .standard-doctrine-grid {
    grid-template-columns:
      1fr;

    gap:
      14px;
  }


  .page-shell .standard-v3
  .doctrine-card,
  .page-shell .standard-v3
  .doctrine-conviction {
    min-height:
      390px;

    margin:
      0;
  }


  .page-shell .standard-v3
  .doctrine-card {
    grid-template-rows:
      auto 145px 1fr auto;
  }


  .page-shell .standard-v3
  .doctrine-visual {
    min-height:
      145px;
  }
}


@media (max-width: 560px) {

  .page-shell .standard-v3
  .standard-doctrine-grid {
    margin-top:
      44px;
  }


  .page-shell .standard-v3
  .doctrine-card,
  .page-shell .standard-v3
  .doctrine-conviction {
    min-height:
      360px;

    padding:
      16px;

    border-radius:
      16px 5px 16px 5px;
  }


  .page-shell .standard-v3
  .doctrine-card {
    grid-template-rows:
      auto 130px 1fr auto;
  }


  .page-shell .standard-v3
  .doctrine-visual {
    min-height:
      130px;
  }


  .page-shell .standard-v3
  .doctrine-ghost-number {
    font-size:
      112px;
  }


  .page-shell .standard-v3
  .doctrine-body > strong {
    font-size:
      23px;
  }


  .page-shell .standard-v3
  .doctrine-state {
    font-size:
      5px;
  }
}


@media (prefers-reduced-motion: reduce) {

  .page-shell .standard-v3 *,
  .page-shell .standard-v3 *::before,
  .page-shell .standard-v3 *::after {
    animation:
      none !important;

    transition:
      none !important;
  }
}


/* ==========================================================
   AURA COMMUNITY CONTRIBUTION NETWORK V1
   ========================================================== */


/* Hide legacy role-strip behavior if historical CSS survives */

.page-shell .community-v2
.role-strip {
  display:
    none !important;
}


/* ----------------------------------------------------------
   NETWORK SHELL
   ---------------------------------------------------------- */

.page-shell
.community-contribution-network {
  position:
    relative;

  isolation:
    isolate;

  margin-top:
    18px;

  padding:
    26px;

  overflow:
    hidden;

  border:
    1px solid rgba(204,255,0,.15);

  border-radius:
    8px 26px 8px 26px;

  background:
    linear-gradient(
      135deg,
      rgba(10,17,8,.96),
      rgba(3,7,4,.985) 58%,
      rgba(7,13,6,.96)
    );

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.022),
    0 28px 80px rgba(0,0,0,.18);
}


.page-shell
.community-contribution-network::before {
  content:
    "";

  position:
    absolute;

  z-index:
    -3;

  width:
    520px;

  height:
    520px;

  right:
    -150px;

  top:
    -270px;

  border-radius:
    50%;

  background:
    radial-gradient(
      circle,
      rgba(188,255,0,.12),
      rgba(130,255,0,.035) 38%,
      transparent 68%
    );
}


.page-shell
.community-contribution-network::after {
  content:
    "";

  position:
    absolute;

  z-index:
    -4;

  inset:
    0;

  opacity:
    .18;

  background-image:
    linear-gradient(
      rgba(204,255,0,.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(204,255,0,.035) 1px,
      transparent 1px
    );

  background-size:
    38px 38px;

  -webkit-mask-image:
    linear-gradient(
      90deg,
      #000,
      transparent 78%
    );

  mask-image:
    linear-gradient(
      90deg,
      #000,
      transparent 78%
    );
}


/* ----------------------------------------------------------
   BACKGROUND SIGNAL FIELD
   ---------------------------------------------------------- */

.page-shell
.contribution-network-field {
  position:
    absolute;

  z-index:
    -1;

  inset:
    0;

  pointer-events:
    none;
}


.page-shell
.contribution-field-line {
  position:
    absolute;

  height:
    1px;

  transform-origin:
    left center;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(204,255,0,.18),
      rgba(204,255,0,.05),
      transparent
    );
}


.page-shell
.contribution-field-line.field-line-a {
  width:
    56%;

  right:
    -8%;

  top:
    30%;

  transform:
    rotate(-9deg);
}


.page-shell
.contribution-field-line.field-line-b {
  width:
    40%;

  right:
    7%;

  bottom:
    20%;

  transform:
    rotate(7deg);
}


.page-shell
.contribution-field-line.field-line-c {
  width:
    31%;

  left:
    34%;

  top:
    53%;

  transform:
    rotate(-2deg);
}


.page-shell
.contribution-field-core {
  position:
    absolute;

  right:
    5%;

  top:
    38px;

  width:
    110px;

  height:
    110px;

  border:
    1px solid rgba(204,255,0,.09);

  border-radius:
    50%;

  animation:
    auraContributionRotate
    28s linear infinite;
}


.page-shell
.contribution-field-core::before {
  content:
    "";

  position:
    absolute;

  inset:
    18px;

  border:
    1px dashed rgba(204,255,0,.15);

  border-radius:
    50%;
}


.page-shell
.contribution-field-core i {
  position:
    absolute;

  border-radius:
    50%;

  background:
    #ccff00;

  box-shadow:
    0 0 9px rgba(204,255,0,.58);
}


.page-shell
.contribution-field-core i:first-child {
  width:
    5px;

  height:
    5px;

  left:
    8px;

  top:
    50%;
}


.page-shell
.contribution-field-core i:nth-child(2) {
  width:
    4px;

  height:
    4px;

  right:
    21px;

  top:
    15px;

  opacity:
    .48;
}


.page-shell
.contribution-field-core b {
  position:
    absolute;

  left:
    50%;

  top:
    50%;

  width:
    7px;

  height:
    7px;

  transform:
    translate(-50%,-50%);

  border-radius:
    50%;

  background:
    #dfff6e;

  box-shadow:
    0 0 9px #ccff00,
    0 0 26px rgba(166,255,0,.34);
}


/* ----------------------------------------------------------
   HEADER
   ---------------------------------------------------------- */

.page-shell
.contribution-network-head {
  position:
    relative;

  z-index:
    3;

  display:
    grid;

  grid-template-columns:
    minmax(0,1fr)
    auto;

  gap:
    36px;

  align-items:
    start;

  padding-bottom:
    24px;

  border-bottom:
    1px solid rgba(204,255,0,.08);
}


.page-shell
.contribution-network-heading {
  max-width:
    650px;
}


.page-shell
.contribution-network-kicker {
  display:
    flex;

  align-items:
    center;

  gap:
    9px;

  margin-bottom:
    13px;

  color:
    rgba(204,255,0,.62);

  font-size:
    8px;

  font-weight:
    900;

  letter-spacing:
    .16em;
}


.page-shell
.contribution-network-kicker span {
  width:
    17px;

  height:
    1px;

  background:
    #ccff00;

  box-shadow:
    0 0 7px rgba(204,255,0,.44);
}


.page-shell
.contribution-network-heading > strong {
  display:
    block;

  max-width:
    620px;

  color:
    #f1f6ed;

  font-family:
    Iowan Old Style,
    Baskerville,
    Palatino Linotype,
    Georgia,
    serif;

  font-size:
    clamp(31px, 3.6vw, 50px);

  font-weight:
    500;

  line-height:
    .98;

  letter-spacing:
    -.038em;
}


.page-shell
.contribution-network-heading > strong em {
  color:
    #ccff00;

  font-style:
    normal;
}


.page-shell
.contribution-network-heading > p {
  max-width:
    570px;

  margin:
    13px 0 0;

  color:
    rgba(237,244,232,.43);

  font-size:
    12px;

  line-height:
    1.55;
}


/* ----------------------------------------------------------
   STATUS
   ---------------------------------------------------------- */

.page-shell
.contribution-network-status {
  position:
    relative;

  z-index:
    4;

  display:
    flex;

  align-items:
    center;

  gap:
    11px;

  min-width:
    190px;

  padding:
    11px 13px;

  border:
    1px solid rgba(204,255,0,.12);

  border-radius:
    8px;

  background:
    rgba(0,0,0,.26);
}


.page-shell
.contribution-status-orbit {
  position:
    relative;

  display:
    grid;

  place-items:
    center;

  width:
    37px;

  height:
    37px;

  border:
    1px solid rgba(204,255,0,.18);

  border-radius:
    50%;
}


.page-shell
.contribution-status-orbit::before {
  content:
    "";

  position:
    absolute;

  inset:
    7px;

  border:
    1px dashed rgba(204,255,0,.17);

  border-radius:
    50%;

  animation:
    auraContributionSimpleRotate
    8s linear infinite;
}


.page-shell
.contribution-status-orbit i {
  width:
    6px;

  height:
    6px;

  border-radius:
    50%;

  background:
    #ccff00;

  box-shadow:
    0 0 9px rgba(204,255,0,.72);
}


.page-shell
.contribution-network-status small {
  display:
    block;

  margin-bottom:
    4px;

  color:
    rgba(238,245,233,.28);

  font-size:
    6px;

  font-weight:
    900;

  letter-spacing:
    .14em;
}


.page-shell
.contribution-network-status strong {
  color:
    #ccff00;

  font-size:
    9px;

  letter-spacing:
    .08em;
}


/* ----------------------------------------------------------
   NODE GRID
   ---------------------------------------------------------- */

.page-shell
.contribution-node-grid {
  position:
    relative;

  z-index:
    3;

  display:
    grid;

  grid-template-columns:
    repeat(4, minmax(0,1fr));

  gap:
    8px;

  margin-top:
    18px;
}


.page-shell
.contribution-node {
  position:
    relative;

  display:
    grid;

  grid-template-columns:
    auto 1fr auto;

  align-items:
    center;

  gap:
    11px;

  min-width:
    0;

  min-height:
    76px;

  padding:
    11px 13px;

  overflow:
    hidden;

  border:
    1px solid rgba(204,255,0,.085);

  border-radius:
    7px;

  background:
    linear-gradient(
      120deg,
      rgba(255,255,255,.014),
      rgba(8,14,7,.63)
    );

  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}


.page-shell
.contribution-node::before {
  content:
    "";

  position:
    absolute;

  width:
    90px;

  height:
    90px;

  right:
    -46px;

  top:
    -48px;

  border-radius:
    50%;

  background:
    radial-gradient(
      circle,
      rgba(204,255,0,.09),
      transparent 69%
    );

  opacity:
    .36;

  transition:
    opacity 180ms ease,
    transform 220ms ease;
}


.page-shell
.contribution-node:hover {
  transform:
    translateY(-3px);

  border-color:
    rgba(204,255,0,.28);

  background:
    linear-gradient(
      120deg,
      rgba(166,255,0,.045),
      rgba(8,14,7,.76)
    );

  box-shadow:
    0 12px 28px rgba(0,0,0,.16),
    inset 0 1px 0 rgba(255,255,255,.018);
}


.page-shell
.contribution-node:hover::before {
  opacity:
    1;

  transform:
    scale(1.25);
}


.page-shell
.contribution-node-index {
  color:
    rgba(204,255,0,.38);

  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;

  font-size:
    8px;
}


.page-shell
.contribution-node small {
  display:
    block;

  margin-bottom:
    4px;

  color:
    rgba(204,255,0,.42);

  font-size:
    6px;

  font-weight:
    900;

  letter-spacing:
    .14em;
}


.page-shell
.contribution-node strong {
  display:
    block;

  overflow:
    hidden;

  color:
    rgba(242,248,238,.88);

  font-size:
    12px;

  font-weight:
    800;

  text-overflow:
    ellipsis;

  white-space:
    nowrap;
}


.page-shell
.contribution-node-signal {
  position:
    relative;

  display:
    grid;

  place-items:
    center;

  width:
    24px;

  height:
    24px;

  border:
    1px solid rgba(204,255,0,.13);

  border-radius:
    50%;
}


.page-shell
.contribution-node-signal i {
  width:
    4px;

  height:
    4px;

  border-radius:
    50%;

  background:
    rgba(204,255,0,.44);

  transition:
    background 180ms ease,
    box-shadow 180ms ease;
}


.page-shell
.contribution-node:hover
.contribution-node-signal i {
  background:
    #ccff00;

  box-shadow:
    0 0 8px rgba(204,255,0,.64);
}


/* Give key lanes slightly more weight */

.page-shell
.contribution-node-development,
.page-shell
.contribution-node-community {
  border-color:
    rgba(204,255,0,.14);
}


.page-shell
.contribution-node-development
.contribution-node-signal i,
.page-shell
.contribution-node-community
.contribution-node-signal i {
  background:
    #ccff00;

  box-shadow:
    0 0 7px rgba(204,255,0,.44);
}


/* 07 fills remaining width elegantly */

.page-shell
.contribution-node-design {
  grid-column:
    span 2;
}


/* ----------------------------------------------------------
   FOOT
   ---------------------------------------------------------- */

.page-shell
.contribution-network-foot {
  position:
    relative;

  z-index:
    3;

  display:
    flex;

  justify-content:
    space-between;

  align-items:
    center;

  gap:
    18px;

  margin-top:
    14px;

  padding:
    13px 3px 0;

  border-top:
    1px solid rgba(204,255,0,.07);

  color:
    rgba(237,244,232,.30);
}


.page-shell
.contribution-network-foot > span {
  display:
    flex;

  align-items:
    center;

  gap:
    7px;

  font-size:
    7px;

  font-weight:
    900;

  letter-spacing:
    .14em;
}


.page-shell
.contribution-network-foot > span i {
  width:
    5px;

  height:
    5px;

  border-radius:
    50%;

  background:
    #ccff00;

  box-shadow:
    0 0 8px rgba(204,255,0,.62);
}


.page-shell
.contribution-network-foot > strong {
  color:
    rgba(239,246,234,.50);

  font-size:
    9px;

  font-weight:
    700;

  letter-spacing:
    .02em;
}


/* ----------------------------------------------------------
   ANIMATION
   ---------------------------------------------------------- */

@keyframes auraContributionRotate {
  from {
    transform:
      rotate(0deg);
  }

  to {
    transform:
      rotate(360deg);
  }
}


@keyframes auraContributionSimpleRotate {
  from {
    transform:
      rotate(0deg);
  }

  to {
    transform:
      rotate(360deg);
  }
}


/* ----------------------------------------------------------
   RESPONSIVE
   ---------------------------------------------------------- */

@media (max-width: 920px) {

  .page-shell
  .contribution-network-head {
    grid-template-columns:
      1fr;
  }


  .page-shell
  .contribution-network-status {
    width:
      fit-content;
  }


  .page-shell
  .contribution-node-grid {
    grid-template-columns:
      repeat(2, minmax(0,1fr));
  }


  .page-shell
  .contribution-node-design {
    grid-column:
      auto;
  }
}


@media (max-width: 560px) {

  .page-shell
  .community-contribution-network {
    padding:
      18px;

    border-radius:
      16px 5px 16px 5px;
  }


  .page-shell
  .contribution-network-heading > strong {
    font-size:
      34px;
  }


  .page-shell
  .contribution-node-grid {
    grid-template-columns:
      1fr;
  }


  .page-shell
  .contribution-node {
    min-height:
      68px;
  }


  .page-shell
  .contribution-network-foot {
    align-items:
      flex-start;

    flex-direction:
      column;
  }


  .page-shell
  .contribution-field-core {
    opacity:
      .42;
  }
}


@media (prefers-reduced-motion: reduce) {

  .page-shell
  .community-contribution-network *,
  .page-shell
  .community-contribution-network *::before,
  .page-shell
  .community-contribution-network *::after {
    animation:
      none !important;

    transition:
      none !important;
  }
}


/* ==========================================================
   AURA FOOTER XENCRA CREDIT V1
   ========================================================== */

.page-shell .footer-v2
.footer-xencra-credit {
  position:
    relative;

  display:
    flex;

  align-items:
    center;

  justify-content:
    center;

  gap:
    12px;

  width:
    100%;

  margin-top:
    22px;

  padding-top:
    20px;

  border-top:
    1px solid rgba(204,255,0,.07);
}


.page-shell .footer-v2
.footer-xencra-credit > span {
  color:
    rgba(238,245,233,.32);

  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;

  font-size:
    8px;

  font-weight:
    800;

  letter-spacing:
    .18em;
}


.page-shell .footer-v2
.footer-xencra-credit > a {
  display:
    inline-flex;

  align-items:
    center;

  gap:
    8px;

  color:
    inherit;

  text-decoration:
    none;

  transition:
    transform 180ms ease,
    filter 180ms ease;
}


.page-shell .footer-v2
.footer-xencra-credit > a:hover,
.page-shell .footer-v2
.footer-xencra-credit > a:focus-visible {
  transform:
    translateY(-1px);

  filter:
    brightness(1.12);

  outline:
    none;
}


.page-shell .footer-v2
.footer-xencra-mark {
  display:
    grid;

  place-items:
    center;

  width:
    22px;

  height:
    22px;

  overflow:
    hidden;

  border:
    1px solid rgba(204,255,0,.13);

  border-radius:
    5px;

  background:
    rgba(255,255,255,.025);
}


.page-shell .footer-v2
.footer-xencra-mark img {
  display:
    block;

  width:
    15px;

  height:
    15px;

  object-fit:
    contain;
}


.page-shell .footer-v2
.footer-xencra-credit strong {
  color:
    #ccff00;

  font-size:
    12px;

  font-weight:
    900;

  letter-spacing:
    .10em;

  text-shadow:
    0 0 13px rgba(204,255,0,.13);
}


@media (max-width: 560px) {

  .page-shell .footer-v2
  .footer-xencra-credit {
    gap:
      9px;

    margin-top:
      18px;

    padding-top:
      17px;
  }


  .page-shell .footer-v2
  .footer-xencra-credit > span {
    font-size:
      7px;
  }


  .page-shell .footer-v2
  .footer-xencra-credit strong {
    font-size:
      11px;
  }
}

/* XENCRA CREDIT BOTTOM BREATHING ROOM // V4 */

.page-shell .footer-v2
.footer-xencra-credit {
  padding-bottom: 22px;
}

@media (max-width: 560px) {
  .page-shell .footer-v2
  .footer-xencra-credit {
    padding-bottom: 18px;
  }
}
