/* Auth — animated, clean fields (no yellow floating labels) */

#snapshot-auth-popup.popup-holder-bc.full-screen {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  height: 100dvh !important;
  max-width: none !important;
  z-index: 2147483647;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden;
  direction: rtl;
  visibility: visible !important;
  opacity: 1 !important;
}

#snapshot-auth-popup.popup-holder-bc.hidden {
  display: none !important;
}

#snapshot-auth-popup .hidden {
  display: none !important;
}

#snapshot-auth-popup {
  --ink: #f4f8f0;
  --muted: rgba(244, 248, 240, 0.62);
  --line: rgba(255, 255, 255, 0.1);
  --panel: #0b1410;
  --field: rgba(255, 255, 255, 0.05);
  --accent: #c4f24a;
  --accent-ink: #102008;
  font-family: Tahoma, "Segoe UI", Arial, sans-serif !important;
  color: var(--ink);
  background: #060c09 !important;
}

#snapshot-auth-popup::before,
#snapshot-auth-popup::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(40px);
  z-index: 0;
}

#snapshot-auth-popup::before {
  width: 280px;
  height: 280px;
  top: -80px;
  right: -60px;
  background: rgba(196, 242, 74, 0.18);
  animation: gb-auth-float 7s ease-in-out infinite alternate;
}

#snapshot-auth-popup::after {
  width: 220px;
  height: 220px;
  bottom: 10%;
  left: -70px;
  background: rgba(46, 140, 80, 0.22);
  animation: gb-auth-float 9s ease-in-out infinite alternate-reverse;
}

@keyframes gb-auth-float {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(18px, -22px, 0) scale(1.12); }
}

#snapshot-auth-popup .popup-middleware-bc,
#snapshot-auth-popup .popup-inner-bc,
#snapshot-auth-popup .entrance-popup-bc,
#snapshot-auth-popup .e-p-content-holder-bc {
  position: relative;
  z-index: 1;
  flex: 1 1 auto !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}

#snapshot-auth-popup .popup-inner-bc {
  display: flex !important;
}

#snapshot-auth-popup .e-p-content-bc {
  position: relative !important;
  z-index: 1;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  max-height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  transform: none !important;
  background:
    linear-gradient(180deg, rgba(12, 24, 18, 0.72), rgba(8, 14, 11, 0.96) 38%, #080e0b) !important;
  box-shadow: none !important;
  animation: none;
}

@keyframes gb-auth-rise {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

#snapshot-auth-popup .e-p-header-bc {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-shrink: 0;
  min-height: calc(56px + env(safe-area-inset-top)) !important;
  padding: calc(10px + env(safe-area-inset-top)) 16px 10px !important;
  border-bottom: 1px solid transparent !important;
  background: transparent !important;
}

#snapshot-auth-popup .popup-t-logo-w-bc {
  display: flex !important;
  align-items: center;
  text-decoration: none;
}

#snapshot-auth-popup .hdr-logo-bc {
  height: 34px !important;
  width: auto !important;
  max-width: 140px !important;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(196, 242, 74, 0.2));
}

#snapshot-auth-popup .gb-auth-brand-word {
  display: none !important;
}

#snapshot-auth-popup .e-p-close-icon-bc {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  display: grid !important;
  place-items: center;
  width: 40px !important;
  height: 40px !important;
  margin-inline-start: auto;
  border: 1px solid var(--line) !important;
  border-radius: 13px !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.06) !important;
  font-size: 18px;
  transition: transform 0.15s ease, background 0.15s ease;
}

#snapshot-auth-popup .e-p-close-icon-bc:active {
  transform: scale(0.94);
  background: rgba(255, 255, 255, 0.12) !important;
}

#snapshot-auth-popup .e-p-sections-bc {
  display: none !important;
}

#snapshot-auth-popup .gb-auth-tabs {
  position: relative;
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  flex-shrink: 0;
  margin: 4px 16px 0 !important;
  padding: 4px !important;
  border-radius: 16px !important;
  background: rgba(0, 0, 0, 0.35) !important;
  border: 1px solid var(--line) !important;
  animation: none;
}

@keyframes gb-auth-fade {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

#snapshot-auth-popup .gb-auth-tab {
  appearance: none;
  border: 0 !important;
  border-radius: 12px !important;
  min-height: 44px !important;
  padding: 10px 12px !important;
  background: transparent !important;
  color: var(--muted) !important;
  font: inherit;
  font-size: 14px !important;
  font-weight: 800 !important;
  cursor: pointer;
  transition: color 0.18s ease, background 0.18s ease, transform 0.15s ease;
}

#snapshot-auth-popup .gb-auth-tab.is-active {
  color: var(--accent-ink) !important;
  background: linear-gradient(135deg, #d4ff6a, #a8e030) !important;
  box-shadow: 0 10px 24px rgba(196, 242, 74, 0.28) !important;
}

#snapshot-auth-popup .gb-auth-tab:not(.is-active):active {
  transform: scale(0.98);
  color: #fff !important;
}

#snapshot-auth-popup .e-p-body-bc,
#snapshot-auth-popup #snapshot-auth-body-host {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}

#snapshot-auth-popup .entrance-form-bc,
#snapshot-auth-popup .reg-form-block-bc,
#snapshot-auth-popup .entrance-form-content-bc,
#snapshot-auth-popup .reg-form-content,
#snapshot-auth-popup .form-sign-bc,
#snapshot-auth-popup .reg-form-fields,
#snapshot-auth-popup .entrance-form-content-section-bc {
  width: 100% !important;
  max-width: none !important;
  background: transparent !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

/* Full-height flex chain so #snapshot-auth-body can actually scroll */
#snapshot-auth-popup #snapshot-auth-body-host > form,
#snapshot-auth-popup #snapshot-auth-body-host > .reg-form-block-bc,
#snapshot-auth-popup #snapshot-auth-body-host > .reg-form-block-bc > form {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  height: 100% !important;
  max-height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}

#snapshot-auth-popup #snapshot-auth-body {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  padding: 18px 16px 20px !important;
  box-sizing: border-box !important;
}

body.auth-popup-keyboard #snapshot-auth-popup,
html.auth-popup-keyboard #snapshot-auth-popup {
  max-height: 100% !important;
}

body.auth-popup-keyboard #snapshot-auth-popup #snapshot-auth-body,
html.auth-popup-keyboard #snapshot-auth-popup #snapshot-auth-body {
  padding-bottom: 48px !important;
}

body.auth-popup-keyboard #snapshot-auth-popup .gb-auth-actions,
body.auth-popup-keyboard #snapshot-auth-popup .reg-form-footer-bc,
html.auth-popup-keyboard #snapshot-auth-popup .gb-auth-actions,
html.auth-popup-keyboard #snapshot-auth-popup .reg-form-footer-bc {
  position: sticky !important;
  bottom: 0 !important;
  z-index: 3;
  background: linear-gradient(180deg, transparent, #0b1410 28%) !important;
  padding-bottom: max(12px, env(safe-area-inset-bottom)) !important;
}

@media (pointer: coarse), (max-width: 900px) {
  body.auth-popup-keyboard #snapshot-auth-popup .gb-auth-actions,
  body.auth-popup-keyboard #snapshot-auth-popup .reg-form-footer-bc,
  html.auth-popup-keyboard #snapshot-auth-popup .gb-auth-actions,
  html.auth-popup-keyboard #snapshot-auth-popup .reg-form-footer-bc {
    position: static !important;
  }
}

/* First open only — mode switch must not re-animate (causes bounce) */
#snapshot-auth-popup.is-auth-enter .e-p-content-bc {
  animation: gb-auth-rise 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
}

#snapshot-auth-popup.is-auth-enter .gb-auth-tabs {
  animation: gb-auth-fade 0.5s 0.08s both;
}

#snapshot-auth-popup.is-auth-enter #snapshot-auth-body {
  animation: gb-auth-fade 0.42s 0.12s both;
}

#snapshot-auth-popup .gb-auth-intro {
  margin: 0 0 18px !important;
}

#snapshot-auth-popup .gb-auth-badge {
  display: inline-flex;
  align-items: center;
  margin: 0 0 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(196, 242, 74, 0.12);
  border: 1px solid rgba(196, 242, 74, 0.28);
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  animation: gb-auth-pop 0.45s 0.16s both;
}

@keyframes gb-auth-pop {
  from { opacity: 0; transform: scale(0.88); }
  to { opacity: 1; transform: scale(1); }
}

#snapshot-auth-popup .gb-auth-intro-icon {
  display: none !important;
}

#snapshot-auth-popup .sg-n-text-row-1-bc {
  margin: 0 0 6px !important;
  color: #fff !important;
  font-size: 26px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

#snapshot-auth-popup .sg-n-text-row-2-bc {
  margin: 0 !important;
  color: var(--muted) !important;
  font-size: 13.5px !important;
  line-height: 1.55 !important;
}

/* ---- Clean fields: kill BC yellow floating labels ---- */
#snapshot-auth-popup .form-control-title-bc,
#snapshot-auth-popup .form-control-input-stroke-bc,
#snapshot-auth-popup .form-control-icon-bc.bc-i-small-arrow-down {
  display: none !important;
}

#snapshot-auth-popup .gb-field {
  margin-bottom: 12px !important;
  width: 100% !important;
  animation: none;
}

#snapshot-auth-popup.is-auth-enter .gb-field {
  animation: gb-auth-fade 0.35s both;
}

#snapshot-auth-popup.is-auth-enter .gb-field:nth-child(1) { animation-delay: 0.06s; }
#snapshot-auth-popup.is-auth-enter .gb-field:nth-child(2) { animation-delay: 0.1s; }
#snapshot-auth-popup.is-auth-enter .gb-field:nth-child(3) { animation-delay: 0.14s; }
#snapshot-auth-popup.is-auth-enter .gb-field:nth-child(4) { animation-delay: 0.18s; }
#snapshot-auth-popup.is-auth-enter .gb-field:nth-child(5) { animation-delay: 0.22s; }
#snapshot-auth-popup.is-auth-enter .gb-field:nth-child(6) { animation-delay: 0.26s; }

#snapshot-auth-popup .gb-field-label {
  display: block;
  margin: 0 2px 7px;
  color: rgba(244, 248, 240, 0.72);
  font-size: 12.5px;
  font-weight: 700;
}

#snapshot-auth-popup .gb-field-box,
#snapshot-auth-popup .form-control-bc {
  width: 100% !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

#snapshot-auth-popup .gb-field-shell,
#snapshot-auth-popup .form-control-label-bc.inputs {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 52px !important;
  padding: 0 !important;
  border-radius: 14px !important;
  background: var(--field) !important;
  box-shadow: inset 0 0 0 1px var(--line) !important;
  box-sizing: border-box !important;
  transition: box-shadow 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

#snapshot-auth-popup .form-control-bc.focused .gb-field-shell,
#snapshot-auth-popup .gb-field-shell:focus-within,
#snapshot-auth-popup .form-control-label-bc.inputs:focus-within {
  background: rgba(196, 242, 74, 0.07) !important;
  box-shadow:
    inset 0 0 0 1.5px rgba(196, 242, 74, 0.75),
    0 0 0 4px rgba(196, 242, 74, 0.1) !important;
  transform: translateY(-1px);
}

#snapshot-auth-popup .has-auth-error .gb-field-shell,
#snapshot-auth-popup .has-auth-error .form-control-label-bc.inputs {
  box-shadow: inset 0 0 0 1.5px rgba(248, 113, 113, 0.85) !important;
}

#snapshot-auth-popup .gb-field-input,
#snapshot-auth-popup .form-control-input-bc,
#snapshot-auth-popup .form-control-select-bc {
  flex: 1 1 auto !important;
  width: 100% !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 14px 14px !important;
  border: 0 !important;
  outline: 0 !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  background: transparent !important;
  box-shadow: none !important;
  caret-color: var(--accent);
  box-sizing: border-box !important;
  -webkit-appearance: none;
  appearance: none;
  pointer-events: auto !important;
  -webkit-user-select: text !important;
  user-select: text !important;
  touch-action: manipulation !important;
  position: relative !important;
  z-index: 2 !important;
}

#snapshot-auth-popup .gb-field-shell,
#snapshot-auth-popup .form-control-label-bc.inputs,
#snapshot-auth-popup .gb-field-box {
  pointer-events: auto !important;
  cursor: text;
}

#snapshot-auth-popup .gb-field-shell:focus-within,
#snapshot-auth-popup .form-control-label-bc.inputs:focus-within {
  transform: none !important;
}

#snapshot-auth-popup .gb-field-box.has-icon .gb-field-input,
#snapshot-auth-popup .gb-field-box.has-icon .form-control-input-bc {
  padding-left: 48px !important;
}

#snapshot-auth-popup .gb-field-eye,
#snapshot-auth-popup .password-toggle-bc {
  position: absolute !important;
  left: 6px !important;
  right: auto !important;
  top: 50% !important;
  transform: translateY(-50%);
  display: grid !important;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0 !important;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06) !important;
  color: rgba(255, 255, 255, 0.78) !important;
  cursor: pointer;
  padding: 0;
  z-index: 8 !important;
  pointer-events: auto !important;
  -webkit-tap-highlight-color: transparent;
}

#snapshot-auth-popup .gb-field-input,
#snapshot-auth-popup .form-control-input-bc,
#snapshot-auth-popup input[type="password"],
#snapshot-auth-popup input[type="text"].gb-field-input {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  caret-color: var(--accent, #b8e63a) !important;
}

#snapshot-auth-popup input[type="text"].gb-field-input,
#snapshot-auth-popup input[type="text"].form-control-input-bc {
  -webkit-text-security: none !important;
}

#snapshot-auth-popup .gb-field-eye i {
  font-size: 16px;
  line-height: 1;
}

#snapshot-auth-popup .checkbox-control-content-bc,
#snapshot-auth-popup .checkbox-control-bc {
  color: var(--muted) !important;
  font-size: 12.5px !important;
}

#snapshot-auth-popup .checkbox-control-icon-bc {
  border-radius: 6px !important;
  width: 18px !important;
  height: 18px !important;
}

#snapshot-auth-popup .checkbox-control-input-bc:checked ~ .checkbox-control-icon-bc,
#snapshot-auth-popup .checkbox-control-input-bc:checked + .checkbox-control-icon-bc {
  background: var(--accent) !important;
  border-color: var(--accent) !important;
  color: var(--accent-ink) !important;
}

/* Visible custom checkboxes (remember / terms) */
#snapshot-auth-popup .gb-auth-check {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 4px 0 2px !important;
  cursor: pointer !important;
  user-select: none !important;
  color: rgba(232, 248, 220, 0.86) !important;
  font-size: 12.5px !important;
  line-height: 1.55 !important;
}

#snapshot-auth-popup .gb-auth-check__input {
  position: absolute !important;
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
  pointer-events: none !important;
}

#snapshot-auth-popup .gb-auth-check__box {
  position: relative !important;
  flex: 0 0 24px !important;
  width: 24px !important;
  height: 24px !important;
  margin-top: 1px !important;
  border-radius: 7px !important;
  border: 2px solid rgba(184, 230, 58, 0.75) !important;
  background: rgba(8, 18, 13, 0.92) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 0 1px rgba(184, 230, 58, 0.12) !important;
}

#snapshot-auth-popup .gb-auth-check__box::after {
  content: "" !important;
  position: absolute !important;
  left: 6px !important;
  top: 2px !important;
  width: 6px !important;
  height: 11px !important;
  border: solid #102008 !important;
  border-width: 0 2.5px 2.5px 0 !important;
  transform: rotate(45deg) scale(0.4) !important;
  opacity: 0 !important;
  transition: transform 0.12s ease, opacity 0.12s ease !important;
}

#snapshot-auth-popup .gb-auth-check__input:checked + .gb-auth-check__box {
  background: linear-gradient(135deg, #d4ff6a, #9fd52e) !important;
  border-color: rgba(184, 230, 58, 0.95) !important;
  box-shadow: 0 0 0 3px rgba(184, 230, 58, 0.18) !important;
}

#snapshot-auth-popup .gb-auth-check__input:checked + .gb-auth-check__box::after {
  opacity: 1 !important;
  transform: rotate(45deg) scale(1) !important;
}

#snapshot-auth-popup .gb-auth-check__input:focus-visible + .gb-auth-check__box {
  box-shadow: 0 0 0 3px rgba(184, 230, 58, 0.28) !important;
}

#snapshot-auth-popup .gb-auth-check__text {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

#snapshot-auth-popup .gb-auth-check__text a {
  color: #d9ff6a !important;
  text-decoration: underline !important;
}

#snapshot-auth-popup .has-auth-error .gb-auth-check__box {
  border-color: rgba(248, 113, 113, 0.9) !important;
  box-shadow: 0 0 0 2px rgba(248, 113, 113, 0.2) !important;
}

#snapshot-auth-popup .gb-auth-actions,
#snapshot-auth-popup .reg-form-footer-bc {
  flex-shrink: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 12px 16px calc(16px + env(safe-area-inset-bottom)) !important;
  box-sizing: border-box !important;
  background: linear-gradient(180deg, rgba(8, 14, 11, 0), rgba(8, 14, 11, 0.94) 28%, #080e0b) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
  animation: none;
}

#snapshot-auth-popup .btn.a-color,
#snapshot-auth-popup .gb-auth-submit,
#snapshot-auth-popup .btn.s-small.register {
  background: linear-gradient(135deg, #d4ff6a, #9fd52e) !important;
  border: 0 !important;
  color: var(--accent-ink) !important;
  box-shadow: 0 14px 30px rgba(196, 242, 74, 0.28) !important;
}

#snapshot-auth-popup .btn.a-color,
#snapshot-auth-popup .gb-auth-submit {
  width: 100% !important;
  min-height: 52px !important;
  border-radius: 15px !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  transition: transform 0.15s ease, filter 0.15s ease;
}

#snapshot-auth-popup .btn.a-color:active,
#snapshot-auth-popup .gb-auth-submit:active {
  transform: scale(0.985);
}

#snapshot-auth-popup .btn.a-color.is-busy,
#snapshot-auth-popup .gb-auth-submit.is-busy,
#snapshot-auth-popup .btn.a-color:disabled {
  opacity: 0.72;
  cursor: wait;
  transform: none;
}

#snapshot-auth-popup .gb-auth-switch {
  margin: 12px 0 0 !important;
  text-align: center;
  color: var(--muted) !important;
  font-size: 13px !important;
}

#snapshot-auth-popup .gb-auth-switch-btn {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--accent) !important;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

#snapshot-auth-popup .entrance-f-error-message-bc {
  display: none;
  color: #fca5a5 !important;
  font-size: 13px !important;
  margin: 8px 0 !important;
  padding: 10px 12px !important;
  border-radius: 12px !important;
  background: rgba(248, 113, 113, 0.1) !important;
  border: 1px solid rgba(248, 113, 113, 0.25) !important;
}

#snapshot-auth-popup .entrance-f-error-message-bc.is-visible {
  display: block !important;
  animation: gb-auth-fade 0.25s both;
}

#snapshot-auth-popup .auth-field-error {
  display: none !important;
  color: #fca5a5 !important;
  font-size: 12px !important;
  margin: 5px 2px 0 !important;
}

#snapshot-auth-popup .has-auth-error .auth-field-error {
  display: block !important;
}

#snapshot-auth-popup a {
  color: var(--accent) !important;
}

#snapshot-auth-popup .steps-indicator,
#snapshot-auth-popup .support-chat-bc,
#snapshot-auth-popup .live-chat-adviser-bc,
#snapshot-auth-popup .form-sign-in-slider-wrapper {
  display: none !important;
}

body.auth-popup-open {
  overflow: hidden !important;
}

body.auth-popup-open #root,
body.auth-popup-open #app {
  pointer-events: none;
}

body.auth-popup-open #snapshot-auth-popup {
  pointer-events: auto !important;
}

@media (min-width: 720px) {
  #snapshot-auth-popup {
    background: rgba(0, 0, 0, 0.55) !important;
  }

  #snapshot-auth-popup .popup-inner-bc {
    display: grid !important;
    place-items: center;
    padding: 24px !important;
  }

  #snapshot-auth-popup .entrance-popup-bc,
  #snapshot-auth-popup .e-p-content-holder-bc {
    display: block !important;
    height: auto !important;
    flex: none !important;
    overflow: visible !important;
  }

  #snapshot-auth-popup .e-p-content-bc {
    width: min(100%, 420px) !important;
    max-width: 420px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100dvh - 48px) !important;
    border: 1px solid var(--line) !important;
    border-radius: 24px !important;
    background: linear-gradient(165deg, #12251b, #0a1410) !important;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55) !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
  }

  #snapshot-auth-popup .e-p-header-bc {
    min-height: 62px !important;
    padding: 14px 18px !important;
  }

  #snapshot-auth-popup .gb-auth-tabs {
    margin: 6px 18px 0 !important;
  }

  #snapshot-auth-popup #snapshot-auth-body {
    padding: 20px 18px 12px !important;
  }

  #snapshot-auth-popup .gb-auth-actions,
  #snapshot-auth-popup .reg-form-footer-bc {
    padding: 10px 18px 18px !important;
    background: transparent !important;
  }
}

@media (max-width: 900px), (pointer: coarse) {
  #snapshot-auth-popup::before,
  #snapshot-auth-popup::after {
    display: none !important;
    animation: none !important;
    filter: none !important;
  }

  #snapshot-auth-popup.is-auth-enter .e-p-content-bc,
  #snapshot-auth-popup.is-auth-enter .gb-auth-tabs,
  #snapshot-auth-popup.is-auth-enter #snapshot-auth-body,
  #snapshot-auth-popup .gb-auth-badge,
  #snapshot-auth-popup.is-auth-enter .gb-field {
    animation: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #snapshot-auth-popup::before,
  #snapshot-auth-popup::after,
  #snapshot-auth-popup .e-p-content-bc,
  #snapshot-auth-popup .gb-auth-tabs,
  #snapshot-auth-popup #snapshot-auth-body,
  #snapshot-auth-popup .gb-field,
  #snapshot-auth-popup .gb-auth-badge,
  #snapshot-auth-popup .gb-auth-actions {
    animation: none !important;
  }
}

#vue-auth-popup.gb-auth-modern {
  position: fixed;
  inset: 0;
  z-index: 10080;
  background: #060c09;
}

#vue-auth-popup.gb-auth-modern.hidden {
  display: none !important;
}
