html:has(body.help-theme),
body.help-theme {
  background: #000 !important;
}

body.help-theme .site-bg-base,
body.help-theme .site-bg-fx,
body.help-theme .site-bg-vignette,
body.help-theme .custom-bg-mask {
  display: none !important;
}

.help-fx {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: #000;
}

body.help-theme main {
  position: relative;
  z-index: 1;
}

body.help-theme .site-footer,
body.help-theme .footer-glow-wrap,
body.help-theme .footer-cta-strip,
body.help-theme .footer-main,
body.help-theme .footer-bottom {
  display: none !important;
}

.help-fx__particles {
  position: absolute;
  inset: -50%;
  width: 200%;
  height: 200%;
}

.help-fx__particles--a {
  background-image:
    radial-gradient(1.5px 1.5px at 8% 12%, rgba(192, 132, 252, 0.9), transparent),
    radial-gradient(1px 1px at 16% 28%, rgba(168, 85, 247, 0.75), transparent),
    radial-gradient(1.5px 1.5px at 24% 48%, rgba(216, 180, 254, 0.8), transparent),
    radial-gradient(1px 1px at 32% 8%, rgba(147, 51, 234, 0.85), transparent),
    radial-gradient(1.5px 1.5px at 40% 66%, rgba(192, 132, 252, 0.7), transparent),
    radial-gradient(1px 1px at 48% 22%, rgba(168, 85, 247, 0.8), transparent),
    radial-gradient(1.5px 1.5px at 56% 84%, rgba(216, 180, 254, 0.75), transparent),
    radial-gradient(1px 1px at 64% 36%, rgba(147, 51, 234, 0.8), transparent),
    radial-gradient(1.5px 1.5px at 72% 14%, rgba(192, 132, 252, 0.85), transparent),
    radial-gradient(1px 1px at 80% 58%, rgba(168, 85, 247, 0.7), transparent),
    radial-gradient(1.5px 1.5px at 88% 42%, rgba(216, 180, 254, 0.8), transparent),
    radial-gradient(1px 1px at 94% 76%, rgba(147, 51, 234, 0.75), transparent);
  background-size: 320px 320px;
  animation: help-fx-drift-a 48s linear infinite;
}

.help-fx__particles--b {
  background-image:
    radial-gradient(1px 1px at 10% 18%, rgba(192, 132, 252, 0.7), transparent),
    radial-gradient(1.5px 1.5px at 20% 52%, rgba(168, 85, 247, 0.8), transparent),
    radial-gradient(1px 1px at 30% 86%, rgba(216, 180, 254, 0.65), transparent),
    radial-gradient(1.5px 1.5px at 42% 12%, rgba(147, 51, 234, 0.75), transparent),
    radial-gradient(1px 1px at 54% 44%, rgba(192, 132, 252, 0.8), transparent),
    radial-gradient(1.5px 1.5px at 66% 70%, rgba(168, 85, 247, 0.7), transparent),
    radial-gradient(1px 1px at 78% 26%, rgba(216, 180, 254, 0.75), transparent),
    radial-gradient(1.5px 1.5px at 90% 60%, rgba(147, 51, 234, 0.8), transparent);
  background-size: 220px 220px;
  animation: help-fx-drift-b 36s linear infinite;
}

.help-fx__particles--c {
  background-image:
    radial-gradient(1px 1px at 12% 40%, rgba(192, 132, 252, 0.55), transparent),
    radial-gradient(1.5px 1.5px at 28% 8%, rgba(168, 85, 247, 0.65), transparent),
    radial-gradient(1px 1px at 46% 74%, rgba(216, 180, 254, 0.6), transparent),
    radial-gradient(1.5px 1.5px at 62% 32%, rgba(147, 51, 234, 0.7), transparent),
    radial-gradient(1px 1px at 76% 90%, rgba(192, 132, 252, 0.6), transparent),
    radial-gradient(1.5px 1.5px at 88% 18%, rgba(168, 85, 247, 0.65), transparent);
  background-size: 160px 160px;
  animation: help-fx-drift-c 22s linear infinite;
}

@keyframes help-fx-drift-a {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-320px, -320px, 0); }
}

@keyframes help-fx-drift-b {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(220px, -220px, 0); }
}

@keyframes help-fx-drift-c {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-80px, 160px, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .help-fx__particles {
    animation: none;
  }
}

.help-topbar {
  position: relative;
  z-index: 20;
  width: 100%;
  border-bottom: 1px solid rgba(168, 85, 247, 0.22);
  background: rgba(7, 3, 15, 0.92);
  backdrop-filter: blur(12px);
}

.help-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 80rem;
  margin: 0 auto;
  padding: 1rem 1.5rem;
}

.help-topbar__brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}

.help-topbar__brand:hover {
  opacity: 0.85;
}

.help-topbar__logo {
  height: 2.25rem;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}

.help-topbar__sep {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
}

.help-topbar__label {
  font-family: Kanit, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(216, 180, 254, 0.7);
  white-space: nowrap;
}

.help-topbar__status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #e9d5ff;
  background: rgba(147, 51, 234, 0.18);
  border: 1px solid rgba(192, 132, 252, 0.28);
}

.help-topbar__dot {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: #c084fc;
  box-shadow: 0 0 8px #a855f7;
  animation: help-topbar-pulse 1.6s ease-in-out infinite;
}

@keyframes help-topbar-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.45;
  }
}

@media (max-width: 639px) {
  .help-topbar__inner {
    padding: 0.85rem 1rem;
  }

  .help-topbar__label {
    font-size: 0.65rem;
    letter-spacing: 0.08em;
  }

  .help-topbar__logo {
    height: 1.85rem;
  }
}

.help-page {
  position: relative;
  z-index: 1;
  max-width: 42rem;
  margin: 0 auto;
  padding: 3.5rem 1.25rem 4.5rem;
}

.help-page__hero {
  text-align: center;
  margin-bottom: 3rem;
}

.help-page__brand {
  display: flex;
  justify-content: center;
  margin: 0 auto 1.25rem;
}

.help-page__logo {
  display: block;
  width: auto;
  height: 5.5rem;
  max-width: min(240px, 70vw);
  object-fit: contain;
}

.help-page__title {
  margin: 0;
  font-family: Kanit, sans-serif;
  font-size: clamp(1.9rem, 5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
}

.help-page__lead {
  max-width: 34rem;
  margin: 0.9rem auto 0;
  color: rgba(216, 180, 254, 0.72);
  font-size: 1.05rem;
  line-height: 1.6;
  font-weight: 300;
}

.help-page__stack {
  display: grid;
  gap: 3rem;
}

.help-glow {
  border-radius: 1rem;
  padding: 1px;
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.55) 0%, rgba(88, 28, 135, 0.7) 100%);
  box-shadow: 0 0 24px rgba(147, 51, 234, 0.22);
  transition: transform 0.5s ease;
}

.help-glow:hover {
  transform: scale(1.01);
}

.help-glow__inner {
  border-radius: calc(1rem - 1px);
  background: rgba(10, 6, 18, 0.96);
  padding: 2rem 1.5rem;
  text-align: left;
}

@media (min-width: 768px) {
  .help-glow__inner {
    padding: 2.5rem;
  }
}

.help-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.help-card-head__tag {
  display: block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.help-card-head__tag--blue {
  color: #c084fc;
}

.help-card-head__tag--green {
  color: #e9d5ff;
}

.help-card-head__tag--purple {
  color: #f0abfc;
}

.help-card-head__title {
  margin: 0.15rem 0 0;
  font-family: Kanit, sans-serif;
  font-size: clamp(1.25rem, 3vw, 1.6rem);
  font-weight: 800;
  color: #fff;
}

.help-card-head__badge {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  flex-shrink: 0;
}

.help-card-head__badge--blue {
  color: #e9d5ff;
  background: rgba(147, 51, 234, 0.16);
  border: 1px solid rgba(192, 132, 252, 0.28);
}

.help-card-head__badge--green {
  color: #f5d0fe;
  background: rgba(88, 28, 135, 0.35);
  border: 1px solid rgba(168, 85, 247, 0.32);
}

.help-card-head__badge--purple {
  color: #fdf4ff;
  background: rgba(126, 34, 206, 0.28);
  border: 1px solid rgba(217, 70, 239, 0.35);
}

.help-info-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.help-info-row__icon {
  display: grid;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.75rem;
  color: #e9d5ff;
  background: rgba(147, 51, 234, 0.16);
  border: 1px solid rgba(192, 132, 252, 0.28);
  flex-shrink: 0;
}

.help-info-row__icon--green {
  color: #f5d0fe;
  background: rgba(88, 28, 135, 0.35);
  border-color: rgba(168, 85, 247, 0.32);
}

.help-info-row__label {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c084fc;
}

.help-info-row__label--green {
  color: #e9d5ff;
}

.help-info-row p {
  margin: 0.2rem 0 0;
  color: rgba(226, 217, 255, 0.82);
  font-size: 0.95rem;
  line-height: 1.55;
}

.help-video-block {
  margin-bottom: 1.5rem;
}

.help-video-block__meta,
.help-copy-block__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.help-video-block__meta span:first-child,
.help-copy-block__meta span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #c084fc;
}

.help-copy-block__meta span:first-child {
  color: #e9d5ff;
}

.help-video-block__meta span:last-child,
.help-copy-block__meta span:last-child {
  color: rgba(216, 180, 254, 0.55);
  font-size: 0.68rem;
}

.help-video-thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  background: #000;
  cursor: pointer;
}

.help-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.help-video-thumb:hover img {
  opacity: 0.95;
  transform: scale(1.05);
}

.help-video-thumb__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3), transparent);
}

.help-video-thumb__play {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.help-video-thumb__orb {
  display: grid;
  place-items: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 999px;
  color: #fff;
  background: rgba(147, 51, 234, 0.95);
  border: 1px solid rgba(192, 132, 252, 0.4);
  box-shadow: 0 0 30px rgba(147, 51, 234, 0.65);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.help-video-thumb:hover .help-video-thumb__orb {
  transform: scale(1.1);
  box-shadow: 0 0 45px rgba(168, 85, 247, 0.9);
}

.help-video-thumb__caption {
  font-size: 0.8rem;
  font-weight: 800;
  color: #fff;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.help-warn {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 1.5rem 0;
  padding: 0.9rem;
  border-radius: 0.75rem;
  color: #e9d5ff;
  background: rgba(88, 28, 135, 0.28);
  border: 1px solid rgba(192, 132, 252, 0.28);
  font-size: 0.88rem;
  line-height: 1.5;
}

.help-warn i {
  flex-shrink: 0;
  margin-top: 0.1rem;
  color: #c084fc;
}

.help-warn p {
  margin: 0;
}

.help-warn strong {
  color: #f5d0fe;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.help-copy {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
  width: 100%;
  padding: 1rem;
  border-radius: 0.75rem;
  text-align: left;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(168, 85, 247, 0.35);
  box-shadow: 0 4px 20px rgba(147, 51, 234, 0.16);
}

.help-copy.is-copied,
.help-copy:has(.is-copied) {
  box-shadow: 0 0 0 2px #c084fc;
}

.help-copy code {
  display: block;
  flex: 1;
  min-width: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.88rem;
  font-weight: 700;
  color: #e9d5ff;
  word-break: break-word;
}

.help-copy__btn {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.75rem;
  padding: 0.55rem 1rem;
  border: 0;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
  pointer-events: auto !important;
  position: relative;
  z-index: 2;
  background: linear-gradient(135deg, #a855f7, #7c3aed);
  box-shadow: 0 2px 10px rgba(124, 58, 237, 0.45);
}

.help-copy__btn:hover {
  filter: brightness(1.08);
}

.help-copy__btn.is-copied {
  box-shadow: 0 0 0 2px #e9d5ff;
}

@media (min-width: 640px) {
  .help-copy {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .help-copy__btn {
    flex-shrink: 0;
  }
}

.help-card__actions {
  display: grid;
  gap: 1rem;
  padding-top: 0.5rem;
}

@media (min-width: 640px) {
  .help-card__actions {
    grid-template-columns: 1fr 1fr;
  }
}

.help-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 3.25rem;
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 800;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.help-btn:hover {
  transform: translateY(-2px);
}

.help-btn--green {
  color: #fff;
  background: linear-gradient(135deg, #a855f7, #7c3aed);
  box-shadow: 0 4px 20px rgba(124, 58, 237, 0.35);
}

.help-btn--blue {
  color: #ede9fe;
  background: rgba(24, 12, 42, 0.9);
  border: 1px solid rgba(192, 132, 252, 0.28);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.help-support {
  margin-top: 3.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.help-support__kicker {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c084fc;
}

.help-support__title {
  margin: 0.3rem 0 0.4rem;
  font-family: Kanit, sans-serif;
  font-size: 1.45rem;
  color: #fff;
}

.help-support__text {
  margin: 0 auto 1.25rem;
  max-width: 30rem;
  color: rgba(216, 180, 254, 0.68);
  font-size: 0.9rem;
}

.help-support__grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .help-support__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.help-channel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 3.25rem;
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 800;
  text-decoration: none;
  color: #fff;
}

.help-channel--wa,
.help-channel--dc {
  background: rgba(88, 28, 135, 0.28);
  border: 1px solid rgba(168, 85, 247, 0.32);
}

.help-channel__brand {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.help-channel--wa .help-channel__brand {
  color: #25d366;
}

.help-channel--dc .help-channel__brand {
  color: #5865f2;
}

.help-channel:hover {
  background: rgba(147, 51, 234, 0.28);
}

.help-errors {
  margin-top: 3.5rem;
}

.help-errors__head {
  text-align: center;
  margin-bottom: 1.75rem;
}

.help-errors__kicker {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c084fc;
}

.help-errors__title {
  margin: 0.3rem 0 0.4rem;
  font-family: Kanit, sans-serif;
  font-size: clamp(1.45rem, 3.5vw, 1.9rem);
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.help-errors__lead {
  margin: 0 auto;
  max-width: 30rem;
  color: rgba(216, 180, 254, 0.68);
  font-size: 0.95rem;
}

.help-errors__list {
  display: grid;
  gap: 1.5rem;
}

.help-error .help-card-head {
  margin-bottom: 1.25rem;
}

.help-error__text {
  margin: 0 0 1rem;
  color: rgba(226, 217, 255, 0.86);
  font-size: 0.95rem;
  line-height: 1.6;
}

.help-error__text strong {
  color: #f5d0fe;
}

.help-steps {
  margin: 0 0 1.15rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.help-steps li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.help-steps__n {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.1rem;
  height: 2.1rem;
  border-radius: 0.6rem;
  font-size: 0.78rem;
  font-weight: 800;
  color: #e9d5ff;
  background: rgba(147, 51, 234, 0.16);
  border: 1px solid rgba(192, 132, 252, 0.28);
}

.help-steps p {
  margin: 0.35rem 0 0;
  color: rgba(226, 217, 255, 0.86);
  font-size: 0.95rem;
  line-height: 1.55;
}

.help-steps strong {
  color: #f5d0fe;
}

.help-ok {
  margin: 0;
  padding: 0.85rem 1rem;
  border-radius: 0.75rem;
  color: #f5d0fe;
  background: rgba(88, 28, 135, 0.28);
  border: 1px solid rgba(192, 132, 252, 0.28);
  font-size: 0.92rem;
  line-height: 1.5;
}

.help-ok strong {
  font-weight: 800;
  color: #fff;
}

.help-error .help-copy-block {
  margin-bottom: 1.15rem;
}

.help-error__figure {
  margin: 0 0 1.15rem;
  border-radius: 0.85rem;
  overflow: hidden;
  border: 1px solid rgba(192, 132, 252, 0.28);
  background: rgba(0, 0, 0, 0.35);
}

.help-error__figure img {
  display: block;
  width: 100%;
  max-height: 18rem;
  object-fit: cover;
  object-position: center top;
}

.help-error .help-card__actions {
  grid-template-columns: 1fr;
  margin-bottom: 1rem;
}

.help-copy-block--after-actions {
  margin-top: 1.5rem;
}

.help-legal {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding: 2.5rem 1.25rem 2.25rem;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.42);
}

.help-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: none !important;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(16px);
}

.help-modal.is-open {
  display: flex !important;
}

.help-modal__panel {
  position: relative;
  width: min(64rem, 100%);
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #000;
}

.help-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.help-modal__frame {
  aspect-ratio: 16 / 9;
  width: 100%;
  background: #000;
}

.help-modal__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.help-modal__download {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1rem;
  padding: 0.95rem 1.1rem;
  border-top: 1px solid rgba(192, 132, 252, 0.18);
  background: linear-gradient(180deg, #12081f 0%, #000 100%);
}

.help-modal__download[hidden] {
  display: none !important;
}

.help-modal__download-copy {
  min-width: 0;
  flex: 1 1 14rem;
}

.help-modal__download-label {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c084fc;
}

.help-modal__download-copy p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.78);
}

.help-modal__download-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.75rem 1.15rem;
}

.help-modal__copy {
  padding: 0.9rem 1rem 0.35rem;
  background: #000;
}

.help-modal__copy .help-copy-block__meta {
  margin-bottom: 0.65rem;
}

.help-modal__copy .help-copy {
  margin: 0;
}

.help-modal__fallback {
  display: block;
  padding: 0.75rem 1rem 1rem;
  text-align: center;
  color: #e9d5ff;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  background: #000;
}
