#wb-auth-screen.J7ckFciNjXdf8 {
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
}

#wb-auth-screen {
  position: fixed;
  inset: 0;
  z-index: 2500;
  margin: 0;
}

#wb-auth-screen[hidden] {
  display: none !important;
}

#wb-auth-screen.is-open {
  display: flex !important;
}

body.wb-auth-open {
  overflow: hidden;
}

.wb-auth-title {
  margin-top: 4px;
  margin-bottom: 22px;
  padding: 0 12px;
}

.wb-phone-code {
  font-size: 17px;
  font-weight: 500;
  color: #242424;
  letter-spacing: 0.01em;
}

.wb-card-hit {
  cursor: pointer;
}

#products-loading.is-hidden {
  display: none;
}

@keyframes wb-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  20%,
  60% {
    transform: translateX(-4px);
  }
  40%,
  80% {
    transform: translateX(4px);
  }
}

.wb-shake {
  animation: wb-shake 0.45s ease;
}

#twofa-field-wrap.wb-shake .TLqqThNYnt6d {
  border-color: #e11d48;
}

/* ——— Загрузка в модалке ——— */
.XwhpYyrdQavLSaN5 {
  position: relative;
}

.wb-auth-busy {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 16px;
}

.wb-auth-busy[hidden] {
  display: none !important;
}

@keyframes wb-spin {
  to {
    transform: rotate(360deg);
  }
}

.wb-spinner {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid rgba(160, 56, 246, 0.2);
  border-top-color: #a038f6;
  animation: wb-spin 0.75s linear infinite;
}

.XwhpYyrdQavLSaN5.wb-auth-form-busy input,
.XwhpYyrdQavLSaN5.wb-auth-form-busy .FkJk8nmyWqmkF8ed {
  pointer-events: none;
}

.wb-btn-loadable {
  position: relative;
  min-height: 50px;
}

.wb-btn-loadable .wb-btn-text {
  display: inline-block;
  transition: opacity 0.15s;
}

.wb-btn-loadable.is-loading {
  pointer-events: none;
  cursor: wait;
}

.wb-btn-loadable.is-loading .wb-btn-text {
  opacity: 0;
}

.wb-btn-loadable.is-loading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  animation: wb-spin 0.7s linear infinite;
}

.wb-btn-loadable--ghost.is-loading::after {
  border-color: rgba(160, 56, 246, 0.25);
  border-top-color: #a038f6;
}

.wb-auth-error {
  margin: 0 0 12px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.35;
  color: #b42318;
  background: #fef3f2;
  border-radius: 12px;
}

.wb-auth-error[hidden] {
  display: none !important;
}

.wb-field-error {
  margin: 8px 0 0;
  padding: 0 4px;
  font-size: 14px;
  line-height: 1.35;
  color: #e11d48;
  font-weight: 500;
}

.wb-field-error[hidden] {
  display: none !important;
}

.wb-code-label {
  display: block;
  margin-bottom: 8px;
}

.wb-code-hint {
  margin: 8px 0 0;
  padding: 0 4px;
  font-size: 13px;
  line-height: 1.35;
  color: #6b7280;
}

#code-field-wrap {
  display: block;
}

#code-field-wrap input {
  width: 100%;
  box-sizing: border-box;
}

#code-field-wrap.wb-field-invalid {
  border-color: #e11d48;
  box-shadow: 0 0 0 1px rgba(225, 29, 72, 0.25);
}

.XwhpYyrdQavLSaN5.wb-auth-form-busy #code,
.XwhpYyrdQavLSaN5.wb-auth-form-busy #twofa-password {
  pointer-events: none;
}

.XwhpYyrdQavLSaN5.wb-auth-form-busy .FkJk8nmyWqmkF8ed {
  pointer-events: none;
}
