.na-auth-modal,
.na-page {
  --na-accent: #f20550;
  --na-accent-2: #ff4d7d;
  --na-purple: #7c3aed;
  --na-text: #111827;
  --na-muted: #71809a;
  --na-line: #dce3ee;
  --na-field: #f7f9fc;
  --na-panel: #ffffff;
  --na-panel-soft: rgba(255, 255, 255, .86);
  --na-shadow: 0 28px 80px rgba(24, 33, 52, .18);
  color: var(--na-text);
  font-family: inherit;
}

.dark .na-auth-modal,
.dark .na-page {
  --na-text: #f7f8fb;
  --na-muted: #9099aa;
  --na-line: #303440;
  --na-field: #191b21;
  --na-panel: #111318;
  --na-panel-soft: rgba(17, 19, 24, .9);
  --na-shadow: 0 32px 90px rgba(0, 0, 0, .52);
}

.na-auth-modal *,
.na-page * {
  box-sizing: border-box;
}

.na-auth-modal [hidden],
.na-page [hidden] {
  display: none !important;
}

.na-auth-modal {
  z-index: 9999 !important;
  padding: 24px;
  overflow-x: hidden;
  overflow-y: auto;
  background:
    radial-gradient(circle at 20% 20%, rgba(242, 5, 80, .16), transparent 28rem),
    rgba(7, 10, 17, .72) !important;
  backdrop-filter: blur(14px) saturate(120%);
}

.na-auth-modal[data-m-modal="hidden"] {
  pointer-events: none;
}

.na-auth-modal[data-m-modal="show"] {
  pointer-events: auto;
}

.na-auth-modal__viewport {
  width: min(1040px, 100%) !important;
  max-width: 1040px !important;
  height: auto !important;
  max-height: none !important;
  margin: auto;
}

.na-auth-card,
.na-page__card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, .88fr) minmax(420px, 1.12fr);
  width: 100% !important;
  max-width: none !important;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(161, 174, 198, .32) !important;
  border-radius: 28px !important;
  background: var(--na-panel) !important;
  box-shadow: var(--na-shadow) !important;
}

.dark .na-auth-card,
.dark .na-page__card {
  border-color: rgba(255, 255, 255, .1) !important;
}

.na-story {
  isolation: isolate;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 38px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 26%, rgba(255, 72, 139, .32), transparent 19rem),
    radial-gradient(circle at 12% 90%, rgba(17, 187, 255, .18), transparent 22rem),
    linear-gradient(145deg, #151426 0%, #24122d 52%, #111827 100%);
}

.na-story::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: .34;
  background-image:
    linear-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .07) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 78%);
}

.na-story::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 80px;
  right: -86px;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(255, 91, 143, .28);
  border-radius: 42% 58% 64% 36% / 45% 35% 65% 55%;
  transform: rotate(18deg);
  box-shadow: inset 0 0 80px rgba(242, 5, 80, .08);
}

.na-story__spark {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ff5b91;
  box-shadow: 0 0 18px rgba(255, 91, 145, .8);
}

.na-story__spark--one {
  top: 34%;
  right: 15%;
}

.na-story__spark--two {
  bottom: 21%;
  left: 9%;
  width: 6px;
  height: 6px;
  background: #9b6dff;
}

.na-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: #fff;
  text-decoration: none;
}

.na-brand img {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
}

.na-brand__name {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.03em;
}

.na-story__body {
  position: relative;
  z-index: 1;
  margin-top: 62px;
}

.na-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #ff91b4;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.na-eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.na-story h2,
.na-story h1 {
  max-width: 390px;
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 3.2vw, 48px);
  font-weight: 850;
  line-height: 1.04;
  letter-spacing: -.045em;
}

.na-story h2 em,
.na-story h1 em {
  display: block;
  color: #ff6a9a;
  font-style: normal;
}

.na-story__lead {
  max-width: 390px;
  margin: 18px 0 0;
  color: rgba(235, 240, 250, .72);
  font-size: 15px;
  line-height: 1.65;
}

.na-story__features {
  display: grid;
  gap: 9px;
  margin: auto 0 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  background: rgba(10, 12, 22, .42);
  backdrop-filter: blur(12px);
}

.na-story__feature {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  color: rgba(245, 247, 252, .82);
  font-size: 13px;
}

.na-story__feature-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 10px;
  color: #ff83aa;
  background: rgba(242, 5, 80, .13);
}

.na-story__feature-icon svg {
  width: 16px;
  height: 16px;
}

.na-auth-panel,
.na-page__panel {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 38px 44px;
  color: var(--na-text);
  background:
    radial-gradient(circle at 100% 0, rgba(242, 5, 80, .06), transparent 18rem),
    var(--na-panel);
}

.na-auth-panel__head {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 0 26px;
  padding: 0 !important;
}

.na-auth-panel__copy {
  min-width: 0;
}

.na-auth-panel__kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--na-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.na-auth-panel__title {
  margin: 0;
  color: var(--na-text);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.na-auth-panel__subtitle {
  margin: 9px 0 0;
  color: var(--na-muted);
  font-size: 14px;
  line-height: 1.55;
}

.na-auth-close {
  display: grid !important;
  place-items: center !important;
  width: 38px !important;
  height: 38px !important;
  flex: 0 0 38px;
  margin-left: 18px;
  padding: 0 !important;
  border: 1px solid var(--na-line) !important;
  border-radius: 12px !important;
  color: var(--na-muted) !important;
  background: var(--na-field) !important;
  transition: transform .18s ease, color .18s ease, border-color .18s ease !important;
}

.na-auth-close:hover {
  color: var(--na-accent) !important;
  border-color: rgba(242, 5, 80, .35) !important;
  transform: rotate(4deg);
}

.na-auth-close svg {
  width: 18px;
  height: 18px;
}

.na-form {
  display: flex;
  flex-direction: column;
  gap: 17px;
  min-width: 0;
  padding: 0 !important;
  overflow: visible !important;
}

.na-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 7px;
  padding: 0 2px;
  color: var(--na-text) !important;
  font-size: 12px !important;
  font-weight: 750;
}

.na-label__hint {
  color: var(--na-muted);
  font-size: 11px;
  font-weight: 500;
}

.na-control {
  position: relative;
  min-width: 0;
}

.na-control input,
.na-control textarea,
.na-control select,
.na-input {
  width: 100% !important;
  min-width: 0;
  height: 52px !important;
  padding: 0 46px 0 46px !important;
  border: 1px solid var(--na-line) !important;
  border-radius: 14px !important;
  outline: none !important;
  color: var(--na-text) !important;
  background: var(--na-field) !important;
  box-shadow: none !important;
  font: inherit;
  font-size: 14px !important;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease !important;
}

.na-control textarea,
textarea.na-input {
  min-height: 112px;
  height: auto !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  resize: vertical;
}

.na-input--plain {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.na-control input::placeholder,
.na-control textarea::placeholder,
.na-input::placeholder {
  color: #9aa6ba;
  opacity: 1;
}

.dark .na-control input::placeholder,
.dark .na-control textarea::placeholder,
.dark .na-input::placeholder {
  color: #717887;
}

.na-control input:focus,
.na-control textarea:focus,
.na-control select:focus,
.na-input:focus {
  border-color: rgba(242, 5, 80, .7) !important;
  background: var(--na-panel) !important;
  box-shadow: 0 0 0 4px rgba(242, 5, 80, .1) !important;
}

.na-control__icon {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 15px;
  width: 19px;
  height: 19px;
  color: #8d99ad;
  transform: translateY(-50%);
  transition: color .18s ease;
}

.na-control__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.na-control:focus-within .na-control__icon {
  color: var(--na-accent);
}

.na-control__action {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 9px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  color: var(--na-muted);
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
  transition: color .18s ease, background .18s ease;
}

.na-control__action:hover {
  color: var(--na-accent);
  background: rgba(242, 5, 80, .08);
}

.na-control__action svg {
  width: 18px;
  height: 18px;
}

.na-form__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.na-check {
  display: inline-flex;
  align-items: center;
  gap: 9px !important;
  min-width: 0;
  color: var(--na-muted);
  font-size: 13px;
  cursor: pointer;
}

.na-check input {
  appearance: none;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 0;
  border: 1px solid var(--na-line);
  border-radius: 6px;
  background: var(--na-field);
  cursor: pointer;
}

.na-check input:checked {
  border-color: var(--na-accent);
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m4 8 2.5 2.5L12 5' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / 14px no-repeat,
    var(--na-accent);
}

.na-link,
.na-auth-switch {
  padding: 0;
  border: 0;
  color: var(--na-accent) !important;
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none !important;
  cursor: pointer;
}

.na-link:hover,
.na-auth-switch:hover {
  color: #d90445 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.na-submit,
.na-secondary-button {
  appearance: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 22px !important;
  border: 1px solid transparent !important;
  border-radius: 14px !important;
  color: #fff !important;
  background: linear-gradient(135deg, var(--na-accent), var(--na-accent-2)) !important;
  box-shadow: 0 12px 28px rgba(242, 5, 80, .22) !important;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease !important;
}

.na-submit:hover,
.na-secondary-button:hover {
  filter: brightness(1.05);
  box-shadow: 0 16px 32px rgba(242, 5, 80, .28) !important;
  transform: translateY(-1px);
}

.na-submit:active,
.na-secondary-button:active {
  transform: translateY(0);
}

.na-submit svg,
.na-secondary-button svg {
  width: 18px;
  height: 18px;
}

.na-submit--wide {
  width: 100%;
}

.na-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 2px 0;
  color: var(--na-muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.na-divider::before,
.na-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: var(--na-line);
}

.na-social-stack {
  display: grid;
  gap: 10px;
}

.na-social-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: 100% !important;
  min-height: 50px;
  margin: 0 !important;
  padding: 0 18px;
  border: 1px solid var(--na-line) !important;
  border-radius: 14px !important;
  color: var(--na-text) !important;
  background: var(--na-field) !important;
  font-size: 14px;
  font-weight: 750 !important;
  text-decoration: none !important;
  transition: border-color .18s ease, background .18s ease, transform .18s ease !important;
}

.na-social-more > .na-social-button {
  order: -1;
  flex: 1 0 100%;
}

.na-social-button:hover {
  border-color: rgba(242, 5, 80, .32) !important;
  background: var(--na-panel) !important;
  transform: translateY(-1px);
}

.na-social-button svg {
  width: 20px !important;
  height: 20px !important;
  flex: 0 0 20px;
}

.na-social-more {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.na-social-icon,
.na-social-more > a:not(.na-social-button) {
  display: grid !important;
  place-items: center !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  border: 1px solid var(--na-line) !important;
  border-radius: 13px !important;
  color: var(--na-text);
  background: var(--na-field) !important;
  transition: border-color .18s ease, background .18s ease, transform .18s ease !important;
}

.na-social-icon:hover,
.na-social-more > a:not(.na-social-button):hover {
  border-color: rgba(242, 5, 80, .32) !important;
  background: var(--na-panel) !important;
  transform: translateY(-2px);
}

.na-social-icon svg,
.na-social-more > a:not(.na-social-button) svg {
  width: 19px !important;
  height: 19px !important;
}

.na-auth-foot {
  margin: 1px 0 0;
  color: var(--na-muted);
  text-align: center;
  font-size: 13px;
}

.na-page {
  width: 100%;
  margin: 0 auto 64px;
}

.na-page__card {
  min-height: 690px;
  grid-template-columns: minmax(310px, .82fr) minmax(500px, 1.18fr);
}

.na-page .na-story {
  min-height: 690px;
}

.na-page__panel {
  justify-content: center;
  padding: 46px 52px;
}

.na-page__panel--start {
  justify-content: flex-start;
}

.na-register-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.na-span-2 {
  grid-column: 1 / -1;
}

.na-field-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.na-check-login {
  min-width: 112px;
  min-height: 52px;
  padding: 0 16px !important;
  border: 1px solid rgba(242, 5, 80, .28) !important;
  border-radius: 14px !important;
  color: var(--na-accent) !important;
  background: rgba(242, 5, 80, .07) !important;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease;
}

.na-check-login:hover {
  border-color: rgba(242, 5, 80, .5) !important;
  background: rgba(242, 5, 80, .11) !important;
}

#result-registration {
  min-height: 0;
  margin-top: 7px;
  color: var(--na-muted);
  font-size: 12px;
}

#result-registration:empty {
  display: none;
}

.na-strength {
  display: grid;
  gap: 6px;
  margin-top: 8px;
}

.na-strength__track {
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--na-line);
}

.na-strength__bar {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: transparent;
  transition: width .24s ease, background .24s ease;
}

.na-strength__text {
  min-height: 17px;
  margin: 0;
  color: var(--na-muted);
  font-size: 11px;
  font-weight: 650;
}

.na-question {
  padding: 14px;
  border: 1px solid var(--na-line);
  border-radius: 16px;
  background: var(--na-field);
}

.na-question__title {
  margin: 0 0 10px;
  color: var(--na-muted);
  font-size: 12px;
  line-height: 1.5;
}

.na-captcha {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.na-captcha .g-recaptcha,
.na-captcha .h-captcha,
.na-captcha .cf-turnstile {
  max-width: 100%;
}

.na-captcha iframe {
  max-width: 100%;
}

.na-captcha #dle-captcha img {
  max-width: 160px;
  border-radius: 10px;
}

.na-captcha input {
  min-width: 180px;
  flex: 1;
}

.na-form-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 4px;
}

.na-form-actions .na-submit {
  min-width: 190px;
}

.na-validation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.na-file {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 68px;
  padding: 12px 14px;
  border: 1px dashed var(--na-line);
  border-radius: 16px;
  color: var(--na-muted);
  background: var(--na-field);
}

.na-file input {
  width: 100%;
  min-width: 0;
  font-size: 12px;
}

.na-file input::file-selector-button {
  margin-right: 12px;
  padding: 9px 13px;
  border: 0;
  border-radius: 10px;
  color: var(--na-text);
  background: var(--na-panel);
  font-weight: 700;
  cursor: pointer;
}

.na-xfields {
  display: grid;
  gap: 14px;
}

.na-xfields label {
  display: block;
  margin-bottom: 7px;
  color: var(--na-text);
  font-size: 12px;
  font-weight: 750;
}

.na-xfields input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.na-xfields select,
.na-xfields textarea {
  width: 100% !important;
  min-width: 0;
  min-height: 48px;
  padding: 11px 14px !important;
  border: 1px solid var(--na-line) !important;
  border-radius: 13px !important;
  outline: none !important;
  color: var(--na-text) !important;
  background: var(--na-field) !important;
  box-shadow: none !important;
}

.na-xfields input:focus,
.na-xfields select:focus,
.na-xfields textarea:focus {
  border-color: rgba(242, 5, 80, .7) !important;
  box-shadow: 0 0 0 4px rgba(242, 5, 80, .1) !important;
}

.na-xfields:empty {
  display: none;
}

.na-lost-card {
  min-height: 560px;
}

.na-lost-card .na-story {
  min-height: 560px;
}

.na-security-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 2px;
  padding: 12px 14px;
  border: 1px solid var(--na-line);
  border-radius: 14px;
  color: var(--na-muted);
  background: var(--na-field);
  font-size: 12px;
  line-height: 1.5;
}

.na-security-note svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  margin-top: 1px;
  color: var(--na-accent);
}

.na-toast {
  position: fixed;
  z-index: 100000;
  top: 22px;
  right: 22px;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  width: min(390px, calc(100vw - 28px));
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 15px;
  color: #fff;
  background: #b4233a;
  box-shadow: 0 18px 44px rgba(22, 8, 14, .28);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-12px);
  transition: opacity .2s ease, transform .2s ease;
}

.na-toast.is-success {
  background: #11845f;
}

.na-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.na-toast__icon {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 999px;
  color: #b4233a;
  background: #fff;
}

.na-toast.is-success .na-toast__icon {
  color: #11845f;
}

.na-toast__icon svg {
  width: 14px;
  height: 14px;
}

.na-toast__text {
  padding-top: 2px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

/* Enhanced story panel */
.na-auth-card .na-story__body {
  margin-top: 44px;
}

.na-auth-card .na-story h2 {
  font-size: clamp(34px, 3.35vw, 45px);
}

.na-story-watch {
  position: relative;
  margin-top: auto;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  background:
    radial-gradient(circle at 92% 5%, rgba(242, 5, 80, .13), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .025)),
    rgba(7, 10, 24, .5);
  box-shadow: 0 18px 46px rgba(3, 5, 16, .22);
  backdrop-filter: blur(14px);
}

.na-story-watch::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255, 91, 145, .22), transparent 35%, transparent 70%, rgba(107, 130, 255, .16));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  padding: 1px;
}

.na-story-watch__content {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.na-story-watch__poster {
  position: relative;
  width: 68px;
  height: 88px;
  overflow: hidden;
  border-radius: 11px;
  background: #111827;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .28);
}

.na-story-watch__poster::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6, 8, 18, .8), transparent 52%);
}

.na-story-watch__poster > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 52%;
}

.na-story-watch__play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: #f20550;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 20px rgba(8, 10, 24, .28);
  transform: translate(-50%, -50%);
}

.na-story-watch__play svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.na-story-watch__episode {
  position: absolute;
  z-index: 2;
  right: 5px;
  bottom: 5px;
  padding: 3px 5px;
  border-radius: 7px;
  color: #fff;
  background: rgba(8, 10, 22, .82);
  font-size: 7px;
  font-weight: 800;
  line-height: 1;
}

.na-story-watch__meta {
  min-width: 0;
}

.na-story-watch__meta > small {
  display: block;
  margin-bottom: 4px;
  color: #ff91b4;
  font-size: 7.5px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.na-story-watch__meta > strong {
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.na-story-watch__meta > span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, .55);
  font-size: 8.5px;
}

.na-story-watch__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 6px;
}

.na-story-watch__tags i {
  padding: 3px 6px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  color: rgba(255, 255, 255, .65);
  background: rgba(255, 255, 255, .05);
  font-size: 7px;
  font-style: normal;
}

.na-story-watch__checkpoint {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, .8fr);
  gap: 6px;
  margin-top: 9px;
}

.na-story-watch__checkpoint-item {
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr);
  gap: 7px;
  align-items: center;
  min-width: 0;
  min-height: 42px;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 11px;
  background: rgba(255, 255, 255, .035);
}

.na-story-watch__checkpoint-item--episode {
  border-color: rgba(255, 91, 145, .2);
  background: rgba(242, 5, 80, .09);
}

.na-story-watch__checkpoint-icon {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(145deg, #f20550, #ff4f84);
  box-shadow: 0 7px 16px rgba(242, 5, 80, .22);
}

.na-story-watch__checkpoint-item--voice .na-story-watch__checkpoint-icon {
  color: #aebbd3;
  background: rgba(255, 255, 255, .07);
  box-shadow: none;
}

.na-story-watch__checkpoint-icon svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.na-story-watch__checkpoint-item--episode .na-story-watch__checkpoint-icon svg path:first-child {
  fill: currentColor;
  stroke: none;
}

.na-story-watch__checkpoint-item > span:last-child {
  min-width: 0;
}

.na-story-watch__checkpoint-item small,
.na-story-watch__checkpoint-item strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.na-story-watch__checkpoint-item small {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, .46);
  font-size: 6.5px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.na-story-watch__checkpoint-item strong {
  color: #fff;
  font-size: 8.5px;
  font-weight: 800;
}

.na-story-watch__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 9px;
}

.na-story-watch__resume {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 28px;
  padding: 7px 11px;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, #f20550, #ff467f);
  box-shadow: 0 9px 20px rgba(242, 5, 80, .2);
  font-size: 8px;
  font-weight: 850;
  white-space: nowrap;
}

.na-story-watch__resume svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.na-story-watch__sync {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  min-width: 0;
  color: rgba(255, 255, 255, .46);
  font-size: 7.5px;
  line-height: 1.25;
  text-align: right;
}

.na-story-watch__sync svg {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  fill: none;
  stroke: #5ee3ae;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.na-story-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 9px;
}

.na-story-benefits > span {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 7px;
  align-items: center;
  min-width: 0;
  padding: 8px 7px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 11px;
  text-align: left;
  background: rgba(255, 255, 255, .035);
}

.na-story-benefits i {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 8px;
  color: #ff83aa;
  background: rgba(242, 5, 80, .14);
}

.na-story-benefits > span:nth-child(2) i {
  color: #b99cff;
  background: rgba(124, 58, 237, .16);
}

.na-story-benefits > span:nth-child(3) i {
  color: #5ee3ae;
  background: rgba(16, 185, 129, .13);
}

.na-story-benefits svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.na-story-benefits strong {
  min-width: 0;
  overflow: hidden;
  color: #fff;
  font-size: 9px;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.na-story-benefits small {
  min-width: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, .46);
  font-size: 7px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Login and registration share one modal shell */
.na-auth-card {
  isolation: isolate;
}

.na-auth-card > .na-story,
.na-auth-card > .na-auth-panel {
  transition:
    opacity .2s ease,
    visibility .2s ease,
    transform .24s cubic-bezier(.2, .8, .2, 1);
}

.na-auth-card.is-register-mode > .na-story,
.na-auth-card.is-register-mode > .na-auth-panel {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-10px);
}

.na-auth-shell-close {
  position: absolute !important;
  z-index: 8;
  top: 38px;
  right: 44px;
  margin-left: 0 !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
}

.na-auth-card__register {
  position: absolute;
  z-index: 4;
  inset: 0;
  overflow: hidden;
  color: var(--na-text);
  background: var(--na-panel);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(12px);
  transition:
    opacity .2s ease,
    visibility .2s ease,
    transform .24s cubic-bezier(.2, .8, .2, 1);
}

.na-auth-card__register[hidden] {
  display: none !important;
}

.na-auth-card.is-register-mode .na-auth-card__register {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

.na-auth-card__frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  opacity: 0;
  transition: opacity .18s ease;
}

.na-auth-card__register.is-loaded .na-auth-card__frame {
  opacity: 1;
}

.na-embed-close svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.na-auth-card__loading {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 12px;
  color: #8a96aa;
  background:
    radial-gradient(circle at 25% 20%, rgba(242, 5, 80, .09), transparent 26rem),
    #f7f9fc;
  font-size: 13px;
  font-weight: 750;
  transition: opacity .18s ease, visibility .18s ease;
}

.dark .na-auth-card__loading {
  color: #8c94a4;
  background:
    radial-gradient(circle at 25% 20%, rgba(242, 5, 80, .13), transparent 26rem),
    #111318;
}

.na-auth-card__loading img {
  width: 44px;
  height: 44px;
  animation: na-register-pulse 1.3s ease-in-out infinite;
}

.na-auth-card__register.is-loaded .na-auth-card__loading {
  opacity: 0;
  visibility: hidden;
}

@keyframes na-register-pulse {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 8px 14px rgba(242, 5, 80, .18)); }
  50% { transform: scale(1.08); filter: drop-shadow(0 12px 22px rgba(242, 5, 80, .32)); }
}

/* Four-step registration wizard */
.na-register-card {
  min-height: 720px;
  grid-template-columns: minmax(330px, .86fr) minmax(500px, 1.14fr);
}

.na-register-story {
  min-height: 720px !important;
}

.na-story__states {
  position: relative;
  margin-top: 58px;
  min-height: 205px;
}

.na-story__state {
  display: none;
}

.na-story__state.is-active {
  display: block;
  animation: na-story-state-in .3s ease both;
}

.na-story__state h1 {
  margin: 0;
  max-width: 410px;
  font-size: clamp(35px, 3.4vw, 47px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.na-story__state h1 em {
  display: block;
  color: #ff5b91;
  font-style: normal;
}

@keyframes na-story-state-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.na-story-roadmap {
  margin-top: auto;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;
  background: rgba(7, 10, 24, .48);
  box-shadow: 0 18px 44px rgba(3, 5, 16, .2);
  backdrop-filter: blur(14px);
}

.na-story-roadmap__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, .7);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.na-story-roadmap__head strong {
  color: #ff91b4;
  font-size: 9px;
}

.na-story-roadmap__line {
  height: 4px;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
}

.na-story-roadmap__line span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f20550, #ff75a2);
  box-shadow: 0 0 14px rgba(242, 5, 80, .5);
  transition: width .28s ease;
}

.na-story-roadmap__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.na-story-roadmap__steps > div {
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr) 18px;
  gap: 8px;
  align-items: center;
  min-width: 0;
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: rgba(255, 255, 255, .4);
  background: rgba(255, 255, 255, .025);
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.na-story-roadmap__steps > div > span {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 9px;
  color: rgba(255, 255, 255, .55);
  background: rgba(255, 255, 255, .07);
  font-size: 8px;
  font-weight: 900;
}

.na-story-roadmap__steps strong,
.na-story-roadmap__steps small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.na-story-roadmap__steps strong {
  color: inherit;
  font-size: 10px;
}

.na-story-roadmap__steps small {
  margin-top: 2px;
  color: rgba(255, 255, 255, .32);
  font-size: 8px;
}

.na-story-roadmap__steps svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #5ee3ae;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
}

.na-story-roadmap__steps > .is-active {
  color: #fff;
  border-color: rgba(255, 91, 145, .28);
  background: rgba(242, 5, 80, .1);
}

.na-story-roadmap__steps > .is-active > span {
  color: #fff;
  background: linear-gradient(135deg, #f20550, #ff5b91);
}

.na-story-roadmap__steps > .is-complete {
  color: rgba(255, 255, 255, .72);
}

.na-story-roadmap__steps > .is-complete svg {
  opacity: 1;
}

.na-wizard {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}

.na-wizard__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.na-wizard__counter {
  display: block;
  margin-bottom: 9px;
  color: var(--na-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.na-wizard__dots {
  display: flex;
  align-items: center;
  gap: 7px;
}

.na-wizard__dots button {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  padding: 0;
  border: 1px solid var(--na-line);
  border-radius: 10px;
  color: var(--na-muted);
  background: var(--na-field);
  font: inherit;
  font-size: 10px;
  font-weight: 850;
  cursor: pointer;
  transition: color .18s ease, border-color .18s ease, background .18s ease;
}

.na-wizard__dots button.is-active {
  color: #fff;
  border-color: var(--na-accent);
  background: var(--na-accent);
  box-shadow: 0 7px 18px rgba(242, 5, 80, .2);
}

.na-wizard__dots button.is-complete {
  color: var(--na-accent);
  border-color: rgba(242, 5, 80, .28);
  background: rgba(242, 5, 80, .08);
}

.na-wizard__progress {
  height: 3px;
  margin: 18px 0 27px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--na-line);
}

.na-wizard__progress span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--na-accent), var(--na-accent-2));
  transition: width .28s ease;
}

.na-wizard-step {
  display: block;
}

.na-wizard.is-enhanced .na-wizard-step {
  display: none;
}

.na-wizard.is-enhanced .na-wizard-step.is-active {
  display: block;
  animation: na-wizard-step-in .28s ease both;
}

@keyframes na-wizard-step-in {
  from { opacity: 0; transform: translateX(9px); }
  to { opacity: 1; transform: translateX(0); }
}

.na-wizard-step__head {
  margin-bottom: 24px;
}

.na-wizard-step .na-auth-panel__title {
  font-size: clamp(29px, 3vw, 38px);
}

.na-wizard-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 26px;
}

.na-wizard-actions--end {
  justify-content: flex-end;
}

.na-wizard-actions .na-submit,
.na-wizard-actions .na-secondary-button {
  min-width: 152px;
}

.na-wizard .na-secondary-button {
  color: var(--na-text) !important;
  border-color: var(--na-line) !important;
  background: var(--na-field) !important;
  box-shadow: none !important;
}

.na-wizard .na-secondary-button:hover {
  color: var(--na-accent) !important;
  border-color: rgba(242, 5, 80, .3) !important;
  box-shadow: none !important;
}

.na-embed-close {
  display: none;
}

.na-tip-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 18px;
  padding: 14px;
  border: 1px solid var(--na-line);
  border-radius: 16px;
  color: var(--na-muted);
  background: var(--na-field);
}

.na-tip-card__icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 11px;
  color: var(--na-accent);
  background: rgba(242, 5, 80, .08);
}

.na-tip-card__icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.na-tip-card strong {
  display: block;
  margin-bottom: 4px;
  color: var(--na-text);
  font-size: 12px;
}

.na-tip-card p {
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
}

.na-password-rules {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.na-password-rules span {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  color: var(--na-muted);
  font-size: 10px;
}

.na-password-rules i {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 999px;
  background: var(--na-line);
  transition: background .18s ease, box-shadow .18s ease;
}

.na-password-rules span.is-valid {
  color: #15966d;
}

.na-password-rules span.is-valid i {
  background: #20c997;
  box-shadow: 0 0 0 4px rgba(32, 201, 151, .1);
}

.na-account-preview {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 28px;
  gap: 13px;
  align-items: center;
  margin-bottom: 18px;
  padding: 14px;
  border: 1px solid rgba(242, 5, 80, .2);
  border-radius: 17px;
  background:
    linear-gradient(110deg, rgba(242, 5, 80, .08), transparent 65%),
    var(--na-field);
}

.na-account-preview__avatar {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, #f20550, #7c3aed);
  box-shadow: 0 9px 20px rgba(242, 5, 80, .18);
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.na-account-preview span,
.na-account-preview strong,
.na-account-preview small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.na-account-preview span {
  margin-bottom: 2px;
  color: var(--na-muted);
  font-size: 9px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.na-account-preview strong {
  color: var(--na-text);
  font-size: 13px;
}

.na-account-preview small {
  margin-top: 3px;
  color: var(--na-muted);
  font-size: 10px;
}

.na-account-preview > svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #20c997;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.na-validation-shell {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

/* Seamless iframe mode */
html.na-register-embed,
html.na-register-embed body {
  min-height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
  background: transparent !important;
}

html.na-register-embed .wrapper {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

html.na-register-embed .wrapper > :not(main) {
  display: none !important;
}

html.na-register-embed .wrapper > main {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

html.na-register-embed .wrapper > main > .container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html.na-register-embed .na-register-page {
  width: 100%;
  margin: 0 !important;
}

html.na-register-embed .na-register-card {
  min-height: 100dvh;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (min-width: 821px) {
  html.na-register-embed,
  html.na-register-embed body,
  html.na-register-embed .wrapper,
  html.na-register-embed .wrapper > main,
  html.na-register-embed .wrapper > main > .container,
  html.na-register-embed .na-register-page {
    height: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  html.na-register-embed .na-register-card {
    height: 100%;
    min-height: 0;
    max-height: 100%;
  }
}

@media (max-width: 1023px) {
  .na-auth-modal {
    padding: 16px;
  }

  .na-auth-card,
  .na-page__card {
    grid-template-columns: minmax(260px, .72fr) minmax(390px, 1.28fr);
  }

  .na-story {
    padding: 30px;
  }

  .na-story__body {
    margin-top: 42px;
  }

  .na-story h2,
  .na-story h1 {
    font-size: 34px;
  }

  .na-story-watch__checkpoint {
    grid-template-columns: 1fr;
  }

  .na-story-benefits {
    display: none;
  }

  .na-auth-panel,
  .na-page__panel {
    padding: 34px;
  }

  .na-auth-shell-close {
    top: 30px;
    right: 34px;
  }

  .na-register-card {
    grid-template-columns: minmax(285px, .72fr) minmax(430px, 1.28fr);
  }

  .na-story-roadmap__steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .na-auth-modal {
    align-items: flex-start !important;
  }

  .na-auth-card,
  .na-page__card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .na-story,
  .na-page .na-story,
  .na-lost-card .na-story {
    min-height: 230px;
    padding: 26px;
  }

  .na-story__body {
    margin-top: 28px;
  }

  .na-story h2,
  .na-story h1 {
    max-width: 520px;
    font-size: 32px;
  }

  .na-story h2 em,
  .na-story h1 em {
    display: inline;
  }

  .na-story__lead {
    max-width: 560px;
    margin-top: 12px;
  }

  .na-story__features {
    display: none;
  }

  .na-story-watch,
  .na-story-benefits,
  .na-story-roadmap {
    display: none;
  }

  .na-register-story {
    min-height: 235px !important;
  }

  .na-story__states {
    min-height: 0;
    margin-top: 28px;
  }

  .na-story__state h1 {
    max-width: 560px;
    font-size: 32px;
  }

  .na-auth-panel,
  .na-page__panel {
    padding: 28px;
  }

  .na-page__panel {
    justify-content: flex-start;
  }

}

@media (max-width: 640px) {
  .na-auth-modal {
    padding: 0;
    background: var(--na-panel) !important;
    backdrop-filter: none;
  }

  .na-auth-modal__viewport {
    min-height: 100%;
  }

  .na-auth-card {
    min-height: 100dvh;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .na-auth-card.is-register-mode {
    height: 100dvh;
    min-height: 100dvh;
    max-height: 100dvh;
  }

  .na-auth-shell-close {
    top: 16px;
    right: 16px;
  }

  .na-page {
    margin-bottom: 36px;
  }

  .na-page__card {
    border-radius: 22px !important;
  }

  .na-story,
  .na-page .na-story,
  .na-lost-card .na-story {
    min-height: 202px;
    padding: 22px 20px;
  }

  .na-register-story {
    min-height: 205px !important;
  }

  .na-brand img {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .na-brand__name {
    font-size: 20px;
  }

  .na-story__body {
    margin-top: 24px;
  }

  .na-story__states {
    margin-top: 24px;
  }

  .na-story__state h1 {
    font-size: 27px;
  }

  .na-story__state .na-story__lead {
    margin-top: 9px;
  }

  .na-eyebrow {
    display: none;
  }

  .na-story h2,
  .na-story h1 {
    font-size: 27px;
    line-height: 1.08;
  }

  .na-story__lead {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.5;
  }

  .na-auth-panel,
  .na-page__panel {
    padding: 24px 20px 28px;
  }

  .na-auth-panel__head {
    margin-bottom: 22px;
  }

  .na-auth-panel__title {
    font-size: 28px;
  }

  .na-auth-panel__subtitle {
    font-size: 13px;
  }

  .na-form {
    gap: 15px;
  }

  .na-wizard__progress {
    margin: 15px 0 22px;
  }

  .na-wizard-step__head {
    margin-bottom: 20px;
  }

  .na-wizard-step .na-auth-panel__title {
    font-size: 27px;
  }

  .na-wizard-actions .na-submit,
  .na-wizard-actions .na-secondary-button {
    min-width: 0;
    flex: 1;
  }

  .na-password-rules {
    grid-template-columns: 1fr;
  }

  .na-form__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }

  .na-register-form,
  .na-validation-grid {
    grid-template-columns: 1fr;
  }

  .na-span-2 {
    grid-column: auto;
  }

  .na-field-row {
    grid-template-columns: 1fr;
  }

  .na-check-login {
    min-height: 46px;
  }

  .na-form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .na-form-actions .na-submit {
    width: 100%;
  }

  .na-captcha {
    align-items: stretch;
    flex-direction: column;
  }

  .na-captcha input {
    width: 100% !important;
  }

  .na-captcha .g-recaptcha,
  .na-captcha .h-captcha {
    width: 113.64%;
    transform: scale(.88);
    transform-origin: top left;
    margin-bottom: -9px;
  }

  .na-toast {
    top: 14px;
    right: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .na-auth-modal *,
  .na-page *,
  .na-toast {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
