@charset "UTF-8";
textarea {
  width: 0px;
  height: 0px;
  all: unset;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

h1,
h2,
h3 {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
}

a,
a:active,
a:hover {
  text-decoration: none;
}

li {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  appearance: none;
  cursor: pointer;
  /* Другие свойства по необходимости */
}

div {
  box-sizing: border-box;
}

input {
  all: unset;
}

a:focus,
a:active {
  text-decoration: none;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

a {
  text-decoration: none; /* Убирает подчеркивание */
  color: inherit; /* Устанавливает цвет ссылки такой же, как у родительского элемента */
  font-weight: normal; /* Устанавливает обычный вес шрифта */
  background: none; /* Убирает фоновый цвет */
  border: none; /* Убирает границу */
  outline: none; /* Убирает обводку */
}

@font-face {
  font-family: "Nunito";
  src: url("/Nunito-VariableFont_wght.ttf") format("truetype");
}
html {
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  font-family: "Nunito";
}

a {
  box-sizing: border-box;
}

:root {
  --quartz-wrap: 1160px;
  --quartz-bg: #070816;
  --quartz-ink: rgba(255, 255, 255, 0.92);
  --quartz-mute: rgba(255, 255, 255, 0.68);
  --quartz-panel: rgba(255, 255, 255, 0.06);
  --quartz-panel-2: rgba(255, 255, 255, 0.09);
  --quartz-stroke: rgba(255, 255, 255, 0.14);
  --quartz-a: #ff2d9b;
  --quartz-b: #24d6ff;
  --quartz-c: #7c3aed;
  --quartz-r1: 10px;
  --quartz-r2: 14px;
  --quartz-r3: 18px;
  --quartz-shadow: 0 18px 46px rgba(0, 0, 0, 0.48);
}

.quartz-ageband {
  position: relative;
  z-index: 140;
  border-bottom: 1px solid var(--quartz-stroke);
  background: linear-gradient(90deg, rgba(255, 45, 155, 0.18), rgba(36, 214, 255, 0.14) 45%, rgba(124, 58, 237, 0.14)), rgba(6, 8, 20, 0.88);
  backdrop-filter: blur(14px);
}
.quartz-ageband__inner {
  width: min(var(--quartz-wrap), 100% - 36px);
  margin: 0 auto;
  padding: 8px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}
.quartz-ageband__rail {
  min-width: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
}
.quartz-ageband__mark {
  width: 64px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255, 45, 155, 0.98), rgba(36, 214, 255, 0.9));
  color: #070816;
  font-weight: 1000;
  font-size: 14px;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 30px rgba(255, 45, 155, 0.18);
}
.quartz-ageband__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.15;
  letter-spacing: -0.01em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.quartz-ageband__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-weight: 950;
  font-size: 14px;
  letter-spacing: 0.01em;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}
.quartz-ageband__cta:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.26);
}
.quartz-ageband__cta-icon {
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, var(--quartz-b), var(--quartz-a));
  border-radius: 2px;
  box-shadow: 0 12px 26px rgba(36, 214, 255, 0.16);
}

.quartz-header {
  position: sticky;
  top: 0;
  z-index: 130;
  border-bottom: 1px solid var(--quartz-stroke);
  background: radial-gradient(900px 260px at 15% 0%, rgba(255, 45, 155, 0.14), transparent 62%), radial-gradient(900px 260px at 85% 0%, rgba(36, 214, 255, 0.12), transparent 60%), rgba(7, 8, 22, 0.84);
  backdrop-filter: blur(16px);
}
.quartz-header__inner {
  width: min(var(--quartz-wrap), 100% - 36px);
  margin: 0 auto;
  padding: 12px 0;
  display: grid;
  grid-template-columns: 320px 1fr auto;
  gap: 14px;
  align-items: center;
}
.quartz-header__brand-panel {
  position: relative;
  border-radius: var(--quartz-r3);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--quartz-shadow);
  overflow: hidden;
}
.quartz-header__brand {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  padding: 12px 14px;
  min-width: 0;
}
.quartz-header__logo-box {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 45, 155, 0.24), rgba(36, 214, 255, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  place-items: center;
}
.quartz-header__logo {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 14px;
}
.quartz-header__brand-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}
.quartz-header__name {
  color: var(--quartz-ink);
  font-weight: 1000;
  letter-spacing: -0.04em;
  font-size: 20px;
  line-height: 1.02;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.quartz-header__tag {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.quartz-header__brand-accent {
  position: absolute;
  inset: -46px -130px auto auto;
  width: 260px;
  height: 210px;
  transform: rotate(22deg);
  background: linear-gradient(135deg, rgba(255, 45, 155, 0.35), rgba(36, 214, 255, 0.24), rgba(124, 58, 237, 0.24));
  opacity: 0.9;
}
.quartz-header__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.quartz-header__nav-item {
  text-decoration: none;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 10px 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2px;
  gap: 6px;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}
.quartz-header__nav-item:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.24);
}
.quartz-header__nav-kicker {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 950;
  font-size: 12px;
  letter-spacing: 0.12em;
}
.quartz-header__nav-title {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 1000;
  font-size: 14px;
  letter-spacing: 0.01em;
}
.quartz-header__auth {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  align-items: center;
}
.quartz-header__auth-link {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 950;
  font-size: 14px;
  padding: 12px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}
.quartz-header__auth-link:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.26);
}
.quartz-header__auth-btn {
  text-decoration: none;
  color: #070816;
  font-weight: 1000;
  font-size: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--quartz-b), var(--quartz-a), var(--quartz-c));
  box-shadow: 0 18px 44px rgba(255, 45, 155, 0.16), 0 18px 44px rgba(36, 214, 255, 0.14);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: transform 160ms ease, filter 160ms ease;
}
.quartz-header__auth-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}
.quartz-header__auth-icon {
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background: rgba(7, 8, 22, 0.9);
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

@media (max-width: 1020px) {
  .quartz-header__inner {
    grid-template-columns: 1fr auto;
  }
  .quartz-header__nav {
    display: none;
  }
}
@media (max-width: 640px) {
  .quartz-ageband__inner,
  .quartz-header__inner {
    width: calc(100% - 28px);
  }
  .quartz-ageband__text {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    font-size: 14px;
  }
  .quartz-header__auth {
    grid-template-columns: auto;
  }
  .quartz-header__auth-link {
    display: none;
  }
}
@media (max-width: 1180px) {
  .quartz-ageband__inner,
  .quartz-header__inner {
    width: min(var(--quartz-wrap, 1160px), 100% - 36px);
  }
  .quartz-header__nav {
    gap: 10px;
  }
  .quartz-header__auth {
    gap: 10px;
  }
  .quartz-header__logo-box {
    width: 46px;
    height: 46px;
  }
  .quartz-header__logo {
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 980px) {
  .quartz-ageband__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: start;
  }
  .quartz-ageband__rail {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 12px;
    align-items: start;
  }
  .quartz-ageband__cta {
    width: 100%;
    justify-content: space-between;
  }
  .quartz-header__inner {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
  }
  .quartz-header__brand-panel {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
  }
  .quartz-header__brand {
    min-width: 0;
  }
  .quartz-header__brand-copy {
    min-width: 0;
  }
  .quartz-header__name {
    font-size: 16px;
  }
  .quartz-header__tag {
    font-size: 12px;
  }
  .quartz-header__nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }
  .quartz-header__nav-item {
    justify-content: center;
    text-align: center;
    padding: 12px 10px;
  }
  .quartz-header__nav-kicker {
    font-size: 11px;
  }
  .quartz-header__nav-title {
    font-size: 13px;
  }
  .quartz-header__auth {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .quartz-header__auth-link,
  .quartz-header__auth-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 720px) {
  .quartz-ageband {
    position: sticky;
    top: 0;
    z-index: 120;
  }
  .quartz-ageband__inner {
    width: calc(100% - 28px);
  }
  .quartz-ageband__mark {
    width: 52px;
    height: 32px;
    font-size: 13px;
  }
  .quartz-ageband__text {
    font-size: 13px;
    line-height: 1.35;
  }
  .quartz-header__inner {
    width: calc(100% - 28px);
  }
  .quartz-header__brand-panel {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .quartz-header__brand-accent {
    display: none;
  }
  .quartz-header__brand {
    gap: 10px;
  }
  .quartz-header__logo-box {
    width: 44px;
    height: 44px;
  }
  .quartz-header__logo {
    width: 44px;
    height: 44px;
  }
  .quartz-header__name {
    font-size: 15px;
  }
  .quartz-header__tag {
    font-size: 12px;
  }
  .quartz-header__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .quartz-header__nav-item {
    padding: 12px 10px;
  }
  .quartz-header__auth {
    grid-template-columns: 1fr;
  }
  .quartz-header__auth-link,
  .quartz-header__auth-btn {
    padding: 12px 14px;
  }
}
@media (max-width: 420px) {
  .quartz-ageband__rail {
    grid-template-columns: 46px 1fr;
    gap: 10px;
  }
  .quartz-ageband__mark {
    width: 46px;
  }
  .quartz-header__nav-item {
    padding: 11px 10px;
  }
  .quartz-header__nav-title {
    font-size: 12px;
  }
}
.spectra-hero {
  position: relative;
  overflow: clip;
  padding: 46px 0 34px;
}
.spectra-hero__backdrop {
  position: absolute;
  inset: -220px -160px -120px -160px;
  background: radial-gradient(900px 520px at 12% 18%, rgba(255, 45, 155, 0.28), transparent 60%), radial-gradient(880px 520px at 88% 26%, rgba(36, 214, 255, 0.24), transparent 62%), radial-gradient(780px 460px at 52% 82%, rgba(124, 58, 237, 0.22), transparent 62%), linear-gradient(180deg, rgba(7, 8, 22, 0.5), rgba(7, 8, 22, 0.92) 64%, rgb(7, 8, 22));
  filter: saturate(1.15);
  pointer-events: none;
}
.spectra-hero__noise {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.spectra-hero__inner {
  width: min(var(--quartz-wrap, 1160px), 100% - 36px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.spectra-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 22px;
  align-items: stretch;
}
.spectra-hero__copy {
  position: relative;
  padding: 26px 22px 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.52);
  overflow: hidden;
}
.spectra-hero__copy::before {
  content: "";
  position: absolute;
  inset: -140px -220px auto auto;
  width: 520px;
  height: 360px;
  transform: rotate(18deg);
  background: linear-gradient(135deg, rgba(36, 214, 255, 0.22), rgba(255, 45, 155, 0.18), rgba(124, 58, 237, 0.16));
  opacity: 0.9;
  pointer-events: none;
}
.spectra-hero__label {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.spectra-hero__label-k {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 950;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.spectra-hero__label-d {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.spectra-hero__title {
  margin: 18px 0 0;
  position: relative;
  z-index: 1;
  letter-spacing: -0.06em;
}
.spectra-hero__title-line {
  display: block;
  font-weight: 1000;
  font-size: clamp(44px, 5.2vw, 74px);
  line-height: 0.95;
  color: rgba(255, 255, 255, 0.95);
}
.spectra-hero__title-line--shift {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.86);
  text-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}
.spectra-hero__lead {
  margin: 16px 0 0;
  position: relative;
  z-index: 1;
  font-size: clamp(16px, 1.55vw, 19px);
  line-height: 1.35;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.78);
  max-width: 58ch;
}
.spectra-hero__actions {
  margin-top: 18px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.spectra-hero__btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  font-weight: 1000;
  font-size: 15px;
  letter-spacing: -0.01em;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.92);
  transition: transform 180ms ease, filter 180ms ease, background 180ms ease, border-color 180ms ease;
}
.spectra-hero__btn:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.24);
}
.spectra-hero__btn:focus-visible {
  outline: 2px solid rgba(36, 214, 255, 0.7);
  outline-offset: 3px;
}
.spectra-hero__btn--primary {
  color: #070816;
  border-color: transparent;
  background: linear-gradient(135deg, rgb(36, 214, 255), rgba(255, 45, 155, 0.98), rgba(124, 58, 237, 0.98));
  box-shadow: 0 22px 60px rgba(36, 214, 255, 0.14), 0 22px 60px rgba(255, 45, 155, 0.14);
}
.spectra-hero__btn--primary:hover {
  filter: brightness(1.06);
}
.spectra-hero__btn--primary:focus-visible {
  outline: 2px solid rgba(255, 45, 155, 0.7);
  outline-offset: 3px;
}
.spectra-hero__btn--secondary {
  border-color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.05));
}
.spectra-hero__btn--ghost {
  background: transparent;
}
.spectra-hero__btn-icon {
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background: rgba(7, 8, 22, 0.86);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}
.spectra-hero__btn-icon--alt {
  background: linear-gradient(135deg, rgba(36, 214, 255, 0.95), rgba(255, 45, 155, 0.9));
  box-shadow: none;
}
.spectra-hero__facts {
  margin-top: 18px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.spectra-hero__fact {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  padding: 12px 12px;
  display: grid;
  gap: 6px;
}
.spectra-hero__fact-k {
  font-weight: 950;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.64);
}
.spectra-hero__fact-t {
  font-weight: 1000;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.92);
}
.spectra-hero__stage {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 12px;
  min-height: 420px;
}
.spectra-hero__stage-frame {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.52);
  overflow: hidden;
  padding: 18px;
}
.spectra-hero__stage-frame::before {
  content: "";
  position: absolute;
  inset: auto -140px -220px auto;
  width: 520px;
  height: 520px;
  transform: rotate(-18deg);
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.18), rgba(36, 214, 255, 0.14), rgba(255, 45, 155, 0.16));
  opacity: 0.95;
  pointer-events: none;
}
.spectra-hero__poster {
  position: absolute;
  inset: 18px 18px 18px 18px;
  pointer-events: none;
  opacity: 0.18;
  mix-blend-mode: screen;
}
.spectra-hero__poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: contrast(1.05) saturate(1.15);
}
.spectra-hero__poster-glow {
  position: absolute;
  inset: -40px;
  background: radial-gradient(420px 240px at 30% 30%, rgba(36, 214, 255, 0.22), transparent 60%), radial-gradient(420px 240px at 70% 70%, rgba(255, 45, 155, 0.18), transparent 60%);
}
.spectra-hero__stamp {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 116px;
  height: 116px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(7, 8, 22, 0.45);
  backdrop-filter: blur(14px);
  display: grid;
  place-items: center;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
}
.spectra-hero__stamp-top, .spectra-hero__stamp-bot {
  font-size: 11px;
  font-weight: 950;
  color: rgba(255, 255, 255, 0.72);
}
.spectra-hero__stamp-mid {
  font-size: 26px;
  font-weight: 1000;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: -0.04em;
}
.spectra-hero__ticker {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  padding: 10px 0;
}
.spectra-hero__ticker-track {
  display: flex;
  gap: 28px;
  white-space: nowrap;
  will-change: transform;
  animation: spectraTicker 18s linear infinite;
  padding-left: 18px;
}
.spectra-hero__ticker-track span {
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
}

.spectra-card {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  padding: 14px 14px 12px;
  width: min(320px, 70%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.48);
}
.spectra-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.spectra-card__tag {
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}
.spectra-card__dot {
  width: 10px;
  height: 10px;
  background: linear-gradient(135deg, rgba(36, 214, 255, 0.95), rgba(255, 45, 155, 0.9));
  transform: rotate(45deg);
}
.spectra-card__title {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: 1000;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.92);
}
.spectra-card__text {
  margin: 8px 0 0;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.74);
}
.spectra-card__bar {
  margin-top: 12px;
  height: 10px;
  background: linear-gradient(90deg, rgba(36, 214, 255, 0.9), rgba(255, 45, 155, 0.72), rgba(124, 58, 237, 0.72));
  opacity: 0.65;
}
.spectra-card__chips {
  margin-top: 12px;
  display: flex;
  gap: 8px;
}
.spectra-card__chip {
  width: 44px;
  height: 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.spectra-card__grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.spectra-card__grid span {
  height: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.spectra-card--a {
  left: 18px;
  top: 56px;
  transform: rotate(-2deg);
}

.spectra-card--b {
  right: 18px;
  top: 156px;
  transform: rotate(2deg);
}

.spectra-card--c {
  left: 50%;
  bottom: 92px;
  transform: translateX(-50%) rotate(-1deg);
  width: min(360px, 80%);
}

@keyframes spectraTicker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 980px) {
  .spectra-hero__grid {
    grid-template-columns: 1fr;
  }
  .spectra-hero__stage {
    min-height: 460px;
  }
  .spectra-hero__facts {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .spectra-hero {
    padding: 34px 0 26px;
  }
  .spectra-hero__copy {
    padding: 20px 16px 16px;
  }
  .spectra-hero__stage-frame {
    padding: 14px;
  }
  .spectra-hero__label {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .spectra-hero__label-k {
    justify-self: start;
  }
  .spectra-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .spectra-hero__btn {
    justify-content: space-between;
  }
  .spectra-hero__stamp {
    display: none;
  }
  .spectra-card {
    width: calc(100% - 28px);
  }
  .spectra-card--a,
  .spectra-card--b,
  .spectra-card--c {
    left: 14px;
    right: 14px;
    transform: none;
  }
  .spectra-card--a {
    top: 18px;
  }
  .spectra-card--b {
    top: 172px;
  }
  .spectra-card--c {
    bottom: 18px;
    width: calc(100% - 28px);
  }
}
.helios-games {
  padding: 46px 0 10px;
  position: relative;
}
.helios-games__inner {
  width: min(var(--quartz-wrap, 1160px), 100% - 36px);
  margin: 0 auto;
}
.helios-games__head {
  display: grid;
  gap: 12px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
}
.helios-games__kicker {
  display: flex;
  align-items: center;
  gap: 12px;
}
.helios-games__kicker-no {
  width: 56px;
  height: 34px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(36, 214, 255, 0.95), rgba(255, 45, 155, 0.9));
  color: #070816;
  font-weight: 1000;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.helios-games__kicker-text {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 950;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.helios-games__title {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 1000;
  letter-spacing: -0.04em;
  font-size: clamp(26px, 3.1vw, 38px);
  line-height: 1.05;
}
.helios-games__sub {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
  max-width: 80ch;
}
.helios-games__list {
  margin-top: 16px;
  display: grid;
  gap: 14px;
}

.helios-game {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
}
.helios-game--reverse {
  grid-template-columns: 0.85fr 1.15fr;
}
.helios-game__media {
  position: relative;
  display: block;
  min-height: 260px;
  overflow: hidden;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.03);
}
.helios-game__media--tall {
  min-height: 300px;
}
.helios-game__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
  filter: saturate(1.1) contrast(1.05);
}
.helios-game__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(7, 8, 22, 0.22), rgba(7, 8, 22, 0.82)), radial-gradient(520px 240px at 20% 20%, rgba(36, 214, 255, 0.18), transparent 60%), radial-gradient(520px 240px at 80% 70%, rgba(255, 45, 155, 0.14), transparent 62%);
  pointer-events: none;
}
.helios-game__corner {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 44px;
  height: 44px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, rgba(36, 214, 255, 0.95), rgba(255, 45, 155, 0.9));
  opacity: 0.85;
  pointer-events: none;
}
.helios-game__cta {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.94);
  font-weight: 950;
  font-size: 14px;
  background: rgba(7, 8, 22, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
}
.helios-game__cta-icon {
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, rgba(36, 214, 255, 0.95), rgba(255, 45, 155, 0.9));
}
.helios-game__body {
  padding: 18px 18px 16px;
  display: grid;
  gap: 12px;
  align-content: start;
}
.helios-game__body--wide {
  padding: 18px 22px 16px;
}
.helios-game__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.helios-game__name {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 1000;
  letter-spacing: -0.03em;
  font-size: 22px;
  line-height: 1.05;
}
.helios-game__badge {
  padding: 8px 10px;
  font-weight: 950;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.helios-game__badge--ink {
  background: rgba(36, 214, 255, 0.12);
  border-color: rgba(36, 214, 255, 0.22);
}
.helios-game__badge--warm {
  background: rgba(255, 45, 155, 0.12);
  border-color: rgba(255, 45, 155, 0.22);
}
.helios-game__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.38;
}
.helios-game__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.helios-game__pill {
  padding: 10px 12px;
  font-weight: 900;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.helios-games {
  position: relative;
  overflow: clip;
}

.helios-games::before {
  content: "";
  position: absolute;
  inset: -220px -160px -180px -160px;
  background: radial-gradient(900px 520px at 10% 18%, rgba(36, 214, 255, 0.18), transparent 62%), radial-gradient(860px 520px at 92% 28%, rgba(255, 45, 155, 0.16), transparent 64%), radial-gradient(760px 460px at 54% 92%, rgba(124, 58, 237, 0.16), transparent 62%), linear-gradient(180deg, rgba(7, 8, 22, 0.45), rgba(7, 8, 22, 0.92));
  pointer-events: none;
  z-index: 0;
}

.helios-games::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(1200px 600px at 50% 0%, rgba(255, 255, 255, 0.03), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.helios-games__inner {
  position: relative;
  z-index: 1;
}

.helios-games__head {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
}

.helios-game {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.18);
}

.helios-game__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
}

.forge-manual {
  position: relative;
  padding: 54px 0 64px;
  overflow: clip;
}
.forge-manual__backdrop {
  position: absolute;
  inset: -220px -160px -220px -160px;
  background: radial-gradient(900px 520px at 12% 20%, rgba(124, 58, 237, 0.22), transparent 60%), radial-gradient(900px 520px at 88% 30%, rgba(36, 214, 255, 0.2), transparent 62%), radial-gradient(780px 460px at 52% 86%, rgba(255, 45, 155, 0.18), transparent 62%), linear-gradient(180deg, rgba(7, 8, 22, 0.55), rgba(7, 8, 22, 0.95));
  pointer-events: none;
}
.forge-manual__inner {
  width: min(var(--quartz-wrap, 1160px), 100% - 36px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.forge-manual__head {
  display: grid;
  gap: 12px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
}
.forge-manual__kicker {
  display: flex;
  align-items: center;
  gap: 12px;
}
.forge-manual__kicker-no {
  width: 56px;
  height: 34px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(255, 45, 155, 0.92), rgba(36, 214, 255, 0.92));
  color: #070816;
  font-weight: 1000;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.forge-manual__kicker-text {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 950;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.forge-manual__title {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 1000;
  letter-spacing: -0.04em;
  font-size: clamp(26px, 3.1vw, 38px);
  line-height: 1.05;
}
.forge-manual__sub {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
  max-width: 84ch;
}
.forge-manual__note {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 14px;
  padding: 16px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}
.forge-manual__note-mark {
  background: linear-gradient(180deg, rgba(36, 214, 255, 0.95), rgba(255, 45, 155, 0.9));
}
.forge-manual__note-title {
  margin: 0;
  font-weight: 1000;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}
.forge-manual__note-text {
  margin: 8px 0 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.72);
}

.forge-flow {
  margin-top: 16px;
  display: grid;
  gap: 12px;
}
.forge-flow__item {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
}
.forge-flow__sum {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 64px 1fr auto 22px;
  gap: 12px;
  align-items: center;
  padding: 16px 16px;
  background: rgba(255, 255, 255, 0.03);
}
.forge-flow__sum::-webkit-details-marker {
  display: none;
}
.forge-flow__no {
  width: 64px;
  height: 38px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 1000;
  letter-spacing: 0.12em;
}
.forge-flow__name {
  font-weight: 1000;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.94);
}
.forge-flow__hint {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 750;
  font-size: 13px;
  text-align: right;
}
.forge-flow__chev {
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, rgba(36, 214, 255, 0.95), rgba(255, 45, 155, 0.9));
}
.forge-flow__body {
  padding: 16px 16px 16px;
  display: grid;
  gap: 14px;
}
.forge-flow__foot {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.forge-flow__pill {
  padding: 10px 12px;
  font-weight: 900;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.forge-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.forge-step {
  padding: 14px 14px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}
.forge-step__cap {
  font-weight: 1000;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}
.forge-step__title {
  margin: 10px 0 0;
  font-weight: 1000;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.94);
  line-height: 1.15;
}
.forge-step__text {
  margin: 8px 0 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 980px) {
  .helios-game,
  .helios-game--reverse {
    grid-template-columns: 1fr;
  }
  .helios-game__media,
  .helios-game__media--tall {
    min-height: 240px;
  }
  .forge-steps {
    grid-template-columns: 1fr;
  }
  .forge-flow__sum {
    grid-template-columns: 64px 1fr 22px;
  }
  .forge-flow__hint {
    display: none;
  }
}
@media (max-width: 560px) {
  .helios-games__head,
  .forge-manual__head {
    padding: 16px 14px 14px;
  }
  .helios-game__body,
  .helios-game__body--wide {
    padding: 16px 14px 14px;
  }
  .helios-game__name {
    font-size: 20px;
  }
  .helios-games__sub,
  .forge-manual__sub,
  .helios-game__text {
    font-size: 15px;
  }
  .forge-flow__sum {
    padding: 14px 14px;
  }
  .forge-flow__body {
    padding: 14px 14px 14px;
  }
}
.atlas-manual {
  position: relative;
  padding: 54px 0 66px;
  overflow: clip;
}
.atlas-manual__backdrop {
  position: absolute;
  inset: -220px -160px -220px -160px;
  background: radial-gradient(900px 520px at 12% 20%, rgba(124, 58, 237, 0.2), transparent 60%), radial-gradient(900px 520px at 88% 30%, rgba(36, 214, 255, 0.18), transparent 62%), radial-gradient(780px 460px at 52% 86%, rgba(255, 45, 155, 0.16), transparent 62%), linear-gradient(180deg, rgba(7, 8, 22, 0.55), rgba(7, 8, 22, 0.95));
  pointer-events: none;
}
.atlas-manual__inner {
  width: min(var(--quartz-wrap, 1160px), 100% - 36px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.atlas-manual__head {
  display: grid;
  gap: 12px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
}
.atlas-manual__kicker {
  display: flex;
  align-items: center;
  gap: 12px;
}
.atlas-manual__kicker-no {
  width: 56px;
  height: 34px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(255, 45, 155, 0.92), rgba(36, 214, 255, 0.92));
  color: #070816;
  font-weight: 1000;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.atlas-manual__kicker-text {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 950;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.atlas-manual__title {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 1000;
  letter-spacing: -0.04em;
  font-size: clamp(26px, 3.1vw, 38px);
  line-height: 1.05;
}
.atlas-manual__sub {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
  max-width: 84ch;
}
.atlas-manual__layout {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 14px;
  align-items: start;
}

.atlas-rail {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 12px;
}
.atlas-rail__item {
  display: grid;
  gap: 6px;
  padding: 14px 14px 12px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}
.atlas-rail__no {
  width: 64px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 1000;
  font-size: 13px;
  letter-spacing: 0.14em;
}
.atlas-rail__name {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 1000;
  font-size: 16px;
  letter-spacing: -0.02em;
}
.atlas-rail__meta {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 750;
  font-size: 13px;
  line-height: 1.25;
}
.atlas-rail__note {
  margin-top: 2px;
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
}
.atlas-rail__note-mark {
  background: linear-gradient(180deg, rgba(36, 214, 255, 0.95), rgba(255, 45, 155, 0.9));
}
.atlas-rail__note-title {
  margin: 0;
  font-weight: 1000;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}
.atlas-rail__note-text {
  margin: 8px 0 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.72);
}

.atlas-pages {
  display: grid;
  gap: 14px;
}

.atlas-page {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  padding: 18px 18px 16px;
}
.atlas-page__head {
  display: grid;
  gap: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.atlas-page__badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  width: fit-content;
}
.atlas-page__badge-no {
  width: 48px;
  height: 30px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(36, 214, 255, 0.95), rgba(255, 45, 155, 0.9));
  color: #070816;
  font-weight: 1000;
  font-size: 13px;
  letter-spacing: 0.12em;
}
.atlas-page__badge-tag {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 950;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.atlas-page__badge--cool .atlas-page__badge-no {
  background: linear-gradient(135deg, rgba(36, 214, 255, 0.95), rgba(124, 58, 237, 0.9));
}
.atlas-page__badge--warm .atlas-page__badge-no {
  background: linear-gradient(135deg, rgba(255, 45, 155, 0.92), rgba(124, 58, 237, 0.9));
}
.atlas-page__title {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 1000;
  font-size: 24px;
  letter-spacing: -0.03em;
  line-height: 1.05;
}
.atlas-page__lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
  max-width: 90ch;
}
.atlas-page__foot {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.atlas-page__pill {
  padding: 10px 12px;
  font-weight: 900;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.atlas-steps {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.atlas-step {
  padding: 14px 14px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
}
.atlas-step__cap {
  font-weight: 1000;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}
.atlas-step__title {
  margin: 10px 0 0;
  font-weight: 1000;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.94);
  line-height: 1.15;
}
.atlas-step__text {
  margin: 8px 0 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 980px) {
  .atlas-manual__layout {
    grid-template-columns: 1fr;
  }
  .atlas-rail {
    position: relative;
    top: auto;
  }
  .atlas-steps {
    grid-template-columns: 1fr;
  }
}
.pulse-faq {
  position: relative;
  padding: 54px 0 28px;
  overflow: clip;
}
.pulse-faq__backdrop {
  position: absolute;
  inset: -220px -160px -220px -160px;
  background: radial-gradient(900px 520px at 12% 18%, rgba(36, 214, 255, 0.16), transparent 62%), radial-gradient(860px 520px at 92% 28%, rgba(255, 45, 155, 0.14), transparent 64%), radial-gradient(760px 460px at 54% 92%, rgba(124, 58, 237, 0.14), transparent 62%), linear-gradient(180deg, rgba(7, 8, 22, 0.45), rgba(7, 8, 22, 0.94));
  pointer-events: none;
}
.pulse-faq__inner {
  width: min(var(--quartz-wrap, 1160px), 100% - 36px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.pulse-faq__head {
  display: grid;
  gap: 12px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
}
.pulse-faq__kicker {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pulse-faq__kicker-no {
  width: 56px;
  height: 34px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(36, 214, 255, 0.95), rgba(255, 45, 155, 0.9));
  color: #070816;
  font-weight: 1000;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.pulse-faq__kicker-text {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 950;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.pulse-faq__title {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 1000;
  letter-spacing: -0.04em;
  font-size: clamp(26px, 3.1vw, 38px);
  line-height: 1.05;
}
.pulse-faq__sub {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
  max-width: 84ch;
}
.pulse-faq__grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.pulse-faq__card {
  padding: 16px 16px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  display: grid;
  gap: 10px;
}
.pulse-faq__q {
  margin: 0;
  font-weight: 1000;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.94);
  line-height: 1.2;
}
.pulse-faq__a {
  margin: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.72);
}
.pulse-faq__link {
  display: inline-block;
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 950;
  text-decoration: none;
  border-bottom: 1px solid rgba(36, 214, 255, 0.6);
}
.pulse-faq__banner {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 14px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}
.pulse-faq__banner-mark {
  height: 100%;
  background: linear-gradient(180deg, rgba(36, 214, 255, 0.95), rgba(255, 45, 155, 0.9));
}
.pulse-faq__banner-title {
  margin: 0;
  font-weight: 1000;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}
.pulse-faq__banner-text {
  margin: 8px 0 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.72);
  max-width: 80ch;
}
.pulse-faq__banner-cta {
  text-decoration: none;
  color: #070816;
  font-weight: 1000;
  font-size: 14px;
  padding: 12px 14px;
  background: linear-gradient(135deg, rgb(36, 214, 255), rgba(255, 45, 155, 0.98), rgba(124, 58, 237, 0.98));
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.pulse-faq__banner-cta-icon {
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background: rgba(7, 8, 22, 0.86);
}

@media (max-width: 980px) {
  .pulse-faq__grid {
    grid-template-columns: 1fr;
  }
  .pulse-faq__banner {
    grid-template-columns: 14px 1fr;
  }
  .pulse-faq__banner-cta {
    grid-column: 1/-1;
    justify-content: space-between;
  }
}
.lumen-contact {
  position: relative;
  padding: 40px 0 74px;
  overflow: clip;
}
.lumen-contact__backdrop {
  position: absolute;
  inset: -220px -160px -220px -160px;
  background: radial-gradient(900px 520px at 10% 20%, rgba(255, 45, 155, 0.16), transparent 62%), radial-gradient(860px 520px at 92% 32%, rgba(36, 214, 255, 0.14), transparent 64%), radial-gradient(760px 460px at 50% 88%, rgba(124, 58, 237, 0.14), transparent 62%), linear-gradient(180deg, rgba(7, 8, 22, 0.6), rgba(7, 8, 22, 0.98));
  pointer-events: none;
}
.lumen-contact__inner {
  width: min(var(--quartz-wrap, 1160px), 100% - 36px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.lumen-contact__head {
  display: grid;
  gap: 12px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
}
.lumen-contact__kicker {
  display: flex;
  align-items: center;
  gap: 12px;
}
.lumen-contact__kicker-no {
  width: 56px;
  height: 34px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(255, 45, 155, 0.92), rgba(36, 214, 255, 0.92));
  color: #070816;
  font-weight: 1000;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.lumen-contact__kicker-text {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 950;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.lumen-contact__title {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 1000;
  letter-spacing: -0.04em;
  font-size: clamp(26px, 3.1vw, 38px);
  line-height: 1.05;
}
.lumen-contact__sub {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
  max-width: 84ch;
}
.lumen-contact__grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 12px;
  align-items: start;
}
.lumen-contact__panel {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  padding: 16px;
}
.lumen-contact__aside {
  display: grid;
  gap: 12px;
}

.lumen-form {
  display: grid;
  gap: 12px;
}
.lumen-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.lumen-form__field {
  display: grid;
  gap: 8px;
}
.lumen-form__label {
  font-weight: 950;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}
.lumen-form__input, .lumen-form__select, .lumen-form__textarea {
  width: 100%;
  padding: 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 750;
  font-size: 15px;
  outline: none;
  box-sizing: border-box;
}
.lumen-form__textarea {
  resize: vertical;
  min-height: 140px;
}
.lumen-form__error {
  margin: 0;
  min-height: 16px;
  font-size: 13px;
  font-weight: 800;
  color: rgba(255, 45, 155, 0.95);
}
.lumen-form__consent {
  margin-top: 2px;
}
.lumen-form__check {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  cursor: pointer;
}
.lumen-form__check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.lumen-form__check-box {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  position: relative;
}
.lumen-form__check-input:checked + .lumen-form__check-box::after {
  content: "";
  position: absolute;
  inset: 4px;
  background: linear-gradient(135deg, rgba(36, 214, 255, 0.95), rgba(255, 45, 155, 0.9));
}
.lumen-form__check-text {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.35;
}
.lumen-form__link {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 950;
  text-decoration: none;
  border-bottom: 1px solid rgba(36, 214, 255, 0.6);
}
.lumen-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 6px;
}
.lumen-form__btn {
  border: none;
  cursor: pointer;
  padding: 14px 16px;
  font-weight: 1000;
  font-size: 14px;
  color: #070816;
  background: linear-gradient(135deg, rgb(36, 214, 255), rgba(255, 45, 155, 0.98), rgba(124, 58, 237, 0.98));
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.lumen-form__btn--ghost {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.lumen-form__btn-icon {
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background: rgba(7, 8, 22, 0.86);
}

.lumen-aside-card {
  padding: 16px 16px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  display: grid;
  gap: 10px;
}
.lumen-aside-card--accent {
  background: rgba(255, 45, 155, 0.07);
  border-color: rgba(255, 45, 155, 0.18);
}
.lumen-aside-card__cap {
  font-weight: 1000;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}
.lumen-aside-card__title {
  margin: 0;
  font-weight: 1000;
  font-size: 18px;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.94);
}
.lumen-aside-card__text {
  margin: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.72);
}
.lumen-aside-card__link {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 950;
  text-decoration: none;
  border-bottom: 1px solid rgba(36, 214, 255, 0.6);
}
.lumen-aside-card__list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}
.lumen-aside-card__item {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 750;
  font-size: 14px;
  line-height: 1.3;
}
.lumen-aside-card__btn {
  margin-top: 2px;
  text-decoration: none;
  color: #070816;
  font-weight: 1000;
  font-size: 14px;
  padding: 12px 14px;
  background: linear-gradient(135deg, rgb(36, 214, 255), rgba(255, 45, 155, 0.98), rgba(124, 58, 237, 0.98));
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.lumen-aside-card__btn-icon {
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background: rgba(7, 8, 22, 0.86);
}

.lumen-modal[aria-hidden=true] {
  display: none;
}

.lumen-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  padding: 18px;
}

.lumen-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.lumen-modal__card {
  position: relative;
  width: min(520px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(10, 12, 26, 0.88);
  backdrop-filter: blur(16px);
  padding: 18px 18px 16px;
  display: grid;
  gap: 10px;
}

.lumen-modal__badge {
  width: 60px;
  height: 34px;
  background: linear-gradient(135deg, rgba(36, 214, 255, 0.95), rgba(255, 45, 155, 0.9));
}

.lumen-modal__title {
  margin: 0;
  font-weight: 1000;
  font-size: 20px;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.94);
}

.lumen-modal__text {
  margin: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.72);
}

.lumen-modal__close {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.92);
  padding: 12px 14px;
  font-weight: 1000;
  cursor: pointer;
}

@media (max-width: 980px) {
  .lumen-contact__grid {
    grid-template-columns: 1fr;
  }
  .lumen-form__row {
    grid-template-columns: 1fr;
  }
}
.ember-footer {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: radial-gradient(900px 420px at 12% 0%, rgba(36, 214, 255, 0.12), transparent 62%), radial-gradient(900px 420px at 88% 0%, rgba(255, 45, 155, 0.1), transparent 64%), rgba(7, 8, 22, 0.96);
}

.ember-footer__wrap {
  width: min(var(--quartz-wrap, 1160px), 100% - 36px);
  margin: 0 auto;
  padding: 0;
}

.ember-footer__top {
  padding: 26px 0 18px;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 18px;
  align-items: start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ember-footer__brand {
  display: grid;
  gap: 14px;
}

.ember-footer__brand-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 0;
}

.ember-footer__logo {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: block;
}

.ember-footer__brand-name {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 1000;
  font-size: 16px;
  letter-spacing: -0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ember-footer__legal {
  display: grid;
  gap: 10px;
  padding: 14px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.ember-footer__legal-line {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.45;
}

.ember-footer__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}

.ember-footer__col {
  padding: 14px 14px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
  box-sizing: border-box;
}

.ember-footer__title {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 1000;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ember-footer__title--center {
  text-align: center;
}

.ember-footer__links {
  margin: 0;
  padding-left: 18px;
  display: flex;
  justify-content: space-between;
  height: 100%;
  flex-direction: column;
  gap: 10px;
}

.ember-footer__links-item {
  margin: 0;
}

.ember-footer__link {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 900;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid rgba(36, 214, 255, 0);
  padding-bottom: 2px;
}

.ember-footer__link:hover {
  color: rgba(255, 255, 255, 0.92);
  border-bottom-color: rgba(36, 214, 255, 0.6);
}

.ember-footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding-top: 2px;
}

.ember-footer__badge {
  width: 120px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.ember-footer__badge:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.22);
}

.ember-footer__badge--static:hover {
  transform: none;
}

.ember-footer__badge-img {
  width: 100px;
  height: 48px;
  display: block;
}

.ember-footer__note {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.45;
}

.ember-footer__bottom {
  padding: 16px 0 22px;
  display: grid;
  gap: 12px;
}

.ember-footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  padding: 12px 12px;
}

.ember-footer__bottom-link {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 950;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  padding-bottom: 2px;
}

.ember-footer__bottom-link:hover {
  color: rgba(255, 255, 255, 0.92);
  border-bottom-color: rgba(255, 45, 155, 0.55);
}

.ember-footer__copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .ember-footer__top {
    grid-template-columns: 1fr;
  }
  .ember-footer__grid {
    grid-template-columns: 1fr;
  }
  .ember-footer__bottom-links {
    justify-content: flex-start;
  }
}
@media (max-width: 560px) {
  .ember-footer__wrap {
    width: calc(100% - 28px);
  }
  .ember-footer__top {
    padding: 20px 0 14px;
  }
}
.legal-page {
  padding: 64px 0 80px;
  background: radial-gradient(900px 480px at 10% 0%, rgba(36, 214, 255, 0.12), transparent 62%), radial-gradient(900px 480px at 90% 0%, rgba(255, 45, 155, 0.12), transparent 64%), rgba(7, 8, 22, 0.96);
}

.legal-page__inner {
  width: min(980px, 100% - 36px);
  margin: 0 auto;
  display: grid;
  gap: 28px;
}

.legal-head {
  display: grid;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.legal-head__title {
  margin: 0;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 1000;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.96);
}

.legal-head__sub {
  margin: 0;
  max-width: 80ch;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}

.legal-block {
  display: grid;
  gap: 10px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.legal-block__title {
  margin: 0;
  font-size: 18px;
  font-weight: 1000;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.94);
}

.legal-block__text {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.74);
}

@media (max-width: 720px) {
  .legal-page {
    padding: 48px 0 64px;
  }
}
.legal-page--rg {
  background: radial-gradient(900px 520px at 12% 0%, rgba(124, 58, 237, 0.14), transparent 62%), radial-gradient(900px 520px at 88% 0%, rgba(36, 214, 255, 0.12), transparent 64%), radial-gradient(760px 460px at 50% 86%, rgba(255, 45, 155, 0.12), transparent 62%), rgba(7, 8, 22, 0.96);
}

.rg-hero {
  display: grid;
  grid-template-columns: 14px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
}

.rg-hero__mark {
  height: 100%;
  background: linear-gradient(180deg, rgba(36, 214, 255, 0.95), rgba(255, 45, 155, 0.9));
}

.rg-hero__copy {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.rg-hero__eyebrow {
  margin: 0;
  font-weight: 1000;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.74);
}

.rg-hero__title {
  margin: 0;
  font-weight: 1000;
  font-size: clamp(22px, 2.8vw, 30px);
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.08;
}

.rg-hero__text {
  margin: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.74);
  max-width: 90ch;
}

.rg-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.rg-hero__btn {
  text-decoration: none;
  border: none;
  cursor: pointer;
  padding: 12px 14px;
  font-weight: 1000;
  font-size: 14px;
  color: #070816;
  background: linear-gradient(135deg, rgb(36, 214, 255), rgba(255, 45, 155, 0.98), rgba(124, 58, 237, 0.98));
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.rg-hero__btn--ghost {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.rg-hero__btn-icon {
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background: rgba(7, 8, 22, 0.86);
}

.rg-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}

.rg-list__item {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 750;
  font-size: 15px;
  line-height: 1.45;
}

.rg-list__strong {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 1000;
}

.rg-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.rg-card {
  padding: 14px 14px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  display: grid;
  gap: 8px;
}

.rg-card__title {
  margin: 0;
  font-weight: 1000;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.92);
}

.rg-card__text {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}

.rg-check {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}

.rg-check__item {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 750;
  font-size: 15px;
  line-height: 1.45;
}

.rg-steps {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}

.rg-steps__item {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 750;
  font-size: 15px;
  line-height: 1.45;
}

.rg-support {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.rg-support__item {
  text-decoration: none;
  padding: 14px 14px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  display: grid;
  grid-template-columns: 16px 1fr 18px;
  gap: 12px;
  align-items: center;
}

.rg-support__icon {
  width: 16px;
  height: 46px;
  background: linear-gradient(180deg, rgba(36, 214, 255, 0.95), rgba(255, 45, 155, 0.9));
}

.rg-support__icon--cool {
  background: linear-gradient(180deg, rgba(36, 214, 255, 0.95), rgba(124, 58, 237, 0.9));
}

.rg-support__icon--warm {
  background: linear-gradient(180deg, rgba(255, 45, 155, 0.92), rgba(124, 58, 237, 0.9));
}

.rg-support__copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.rg-support__name {
  margin: 0;
  font-weight: 1000;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.92);
}

.rg-support__meta {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.72);
}

.rg-support__arrow {
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, rgba(36, 214, 255, 0.95), rgba(255, 45, 155, 0.9));
  justify-self: end;
}

.rg-inline-link {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 950;
  text-decoration: none;
  border-bottom: 1px solid rgba(36, 214, 255, 0.6);
}

.rg-footer-note {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 14px;
  padding: 16px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.rg-footer-note__mark {
  background: linear-gradient(180deg, rgba(36, 214, 255, 0.95), rgba(255, 45, 155, 0.9));
}

.rg-footer-note__title {
  margin: 0;
  font-weight: 1000;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

.rg-footer-note__text {
  margin: 8px 0 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 980px) {
  .rg-hero {
    grid-template-columns: 14px 1fr;
  }
  .rg-hero__cta {
    justify-content: flex-start;
    grid-column: 1/-1;
  }
  .rg-cards {
    grid-template-columns: 1fr;
  }
  .rg-support {
    grid-template-columns: 1fr;
  }
}
.aurora-auth {
  position: relative;
  padding: 64px 0 78px;
  overflow: clip;
}

.aurora-auth__backdrop {
  position: absolute;
  inset: -240px -180px -240px -180px;
  background: radial-gradient(900px 520px at 12% 18%, rgba(36, 214, 255, 0.16), transparent 62%), radial-gradient(900px 520px at 92% 28%, rgba(255, 45, 155, 0.14), transparent 64%), radial-gradient(760px 460px at 52% 88%, rgba(124, 58, 237, 0.14), transparent 62%), linear-gradient(180deg, rgba(7, 8, 22, 0.55), rgba(7, 8, 22, 0.96));
  pointer-events: none;
}

.aurora-auth__inner {
  width: min(var(--quartz-wrap, 1160px), 100% - 36px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
}

.aurora-auth__head {
  display: grid;
  gap: 12px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
}

.aurora-auth__kicker {
  display: flex;
  align-items: center;
  gap: 12px;
}

.aurora-auth__kicker-no {
  width: 56px;
  height: 34px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(36, 214, 255, 0.95), rgba(255, 45, 155, 0.9));
  color: #070816;
  font-weight: 1000;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.aurora-auth__kicker-text {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 950;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.aurora-auth__title {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 1000;
  letter-spacing: -0.04em;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.05;
}

.aurora-auth__sub {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
  max-width: 88ch;
}

.aurora-auth__tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
}

.aurora-auth__tab {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 14px 14px;
  font-weight: 1000;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.aurora-auth__tab--active {
  color: #070816;
  background: linear-gradient(135deg, rgba(36, 214, 255, 0.98), rgba(255, 45, 155, 0.92), rgba(124, 58, 237, 0.92));
}

.aurora-auth__grid {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 12px;
  align-items: start;
}

.aurora-auth__panel {
  display: none;
  padding: 16px 16px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.aurora-auth__panel--active {
  display: block;
}

.aurora-auth__panel-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-weight: 1000;
  font-size: 22px;
  letter-spacing: -0.03em;
}

.aurora-auth__panel-sub {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.35;
}

.aurora-auth__aside {
  display: grid;
  gap: 12px;
}

.aurora-aside-card {
  padding: 16px 16px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  display: grid;
  gap: 10px;
}

.aurora-aside-card--accent {
  background: rgba(255, 45, 155, 0.07);
  border-color: rgba(255, 45, 155, 0.18);
}

.aurora-aside-card__cap {
  font-weight: 1000;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.aurora-aside-card__title {
  margin: 0;
  font-weight: 1000;
  font-size: 18px;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.94);
}

.aurora-aside-card__text {
  margin: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.72);
}

.aurora-aside-card__btn {
  margin-top: 2px;
  text-decoration: none;
  color: #070816;
  font-weight: 1000;
  font-size: 14px;
  padding: 12px 14px;
  background: linear-gradient(135deg, rgb(36, 214, 255), rgba(255, 45, 155, 0.98), rgba(124, 58, 237, 0.98));
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.aurora-aside-card__btn-icon {
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background: rgba(7, 8, 22, 0.86);
}

.aurora-form {
  margin-top: 14px;
  display: grid;
  gap: 12px;
}

.aurora-form__field {
  display: grid;
  gap: 8px;
}

.aurora-form__label {
  font-weight: 950;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.aurora-form__input {
  width: 100%;
  padding: 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 750;
  font-size: 15px;
  outline: none;
  box-sizing: border-box;
}

.aurora-form__input[aria-invalid=true] {
  border-color: rgba(255, 45, 155, 0.7);
  box-shadow: 0 0 0 4px rgba(255, 45, 155, 0.12);
}

.aurora-form__password {
  display: grid;
  grid-template-columns: 1fr 44px;
  gap: 10px;
  align-items: center;
}

.aurora-form__toggle {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  position: relative;
}

.aurora-form__toggle::before {
  content: "";
  position: absolute;
  inset: 14px 12px;
  border: 2px solid rgba(255, 255, 255, 0.74);
  border-top: none;
  border-left: none;
  transform: rotate(-45deg);
}

.aurora-form__toggle--active::before {
  border-color: rgba(7, 8, 22, 0.9);
}

.aurora-form__toggle {
  cursor: pointer;
  position: relative;
}

.aurora-form__toggle::before,
.aurora-form__toggle::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

/* Глаз (овал) */
.aurora-form__toggle::before {
  width: 20px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%/60%;
  border: 2px solid rgba(255, 255, 255, 0.85);
}

/* Зрачок */
.aurora-form__toggle::after {
  width: 6px;
  height: 6px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
}

/* Состояние “скрыт пароль” — зачёркнутый глаз */
.aurora-form__toggle--active::after {
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.9);
  transform: translate(-50%, -50%) rotate(-28deg);
}

/* Контраст для светлой темы */
.aurora-form__toggle--light::before {
  border-color: rgba(7, 8, 22, 0.9);
}

.aurora-form__toggle--light::after {
  background: rgba(7, 8, 22, 0.9);
}

.aurora-form__toggle--light.aurora-form__toggle--active::after {
  background: rgba(7, 8, 22, 0.9);
}

.aurora-form__hint {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.35;
}

.aurora-form__error {
  margin: 0;
  min-height: 16px;
  font-size: 13px;
  font-weight: 800;
  color: rgba(255, 45, 155, 0.95);
}

.aurora-form__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.aurora-form__check {
  display: inline-grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  cursor: pointer;
}

.aurora-form__check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.aurora-form__check-box {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  position: relative;
}

.aurora-form__check-input:checked + .aurora-form__check-box::after {
  content: "";
  position: absolute;
  inset: 4px;
  background: linear-gradient(135deg, rgba(36, 214, 255, 0.95), rgba(255, 45, 155, 0.9));
}

.aurora-form__check-text {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.35;
}

.aurora-form__link {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 950;
  text-decoration: none;
  border-bottom: 1px solid rgba(36, 214, 255, 0.6);
}

.aurora-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 6px;
}

.aurora-form__btn {
  border: none;
  cursor: pointer;
  padding: 14px 16px;
  font-weight: 1000;
  font-size: 14px;
  color: #070816;
  background: linear-gradient(135deg, rgb(36, 214, 255), rgba(255, 45, 155, 0.98), rgba(124, 58, 237, 0.98));
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.aurora-form__btn--ghost {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.aurora-form__btn-icon {
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background: rgba(7, 8, 22, 0.86);
}

.aurora-form__note {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
}

.aurora-modal[aria-hidden=true] {
  display: none;
}

.aurora-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  padding: 18px;
}

.aurora-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.aurora-modal__card {
  position: relative;
  width: min(560px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(10, 12, 26, 0.88);
  backdrop-filter: blur(16px);
  padding: 18px 18px 16px;
  display: grid;
  gap: 10px;
}

.aurora-modal__badge {
  width: 60px;
  height: 34px;
  background: linear-gradient(135deg, rgba(36, 214, 255, 0.95), rgba(255, 45, 155, 0.9));
}

.aurora-modal__title {
  margin: 0;
  font-weight: 1000;
  font-size: 20px;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.94);
}

.aurora-modal__text {
  margin: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.74);
}

.aurora-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.aurora-modal__btn {
  text-decoration: none;
  border: none;
  cursor: pointer;
  padding: 12px 14px;
  font-weight: 1000;
  font-size: 14px;
  color: #070816;
  background: linear-gradient(135deg, rgb(36, 214, 255), rgba(255, 45, 155, 0.98), rgba(124, 58, 237, 0.98));
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.aurora-modal__btn--ghost {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.aurora-modal__hint {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-weight: 750;
  font-size: 13px;
  line-height: 1.35;
}

@media (max-width: 980px) {
  .aurora-auth__grid {
    grid-template-columns: 1fr;
  }
}
.lumen-form__select {
  appearance: none;
}

.lumen-form__select:focus {
  outline: none;
  border-color: #6b7cff;
  box-shadow: 0 0 0 3px rgba(107, 124, 255, 0.25);
}

.lumen-form__select option {
  color: #0a0a0a;
  background: #ffffff;
}

/* placeholder / disabled option */
.lumen-form__select option[disabled] {
  color: #8b8b8b;
}

/*# sourceMappingURL=main.css.map */
