html.abg-locked,
html.abg-locked body {
  overflow: hidden !important;
}

.abg-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(10, 12, 18, 0.92);
  backdrop-filter: blur(6px);
}

.abg-box {
  max-width: 520px;
  width: 100%;
  background: #fff;
  color: #10131a;
  border-radius: 16px;
  padding: 32px 28px;
  text-align: center;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.abg-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #fdecec;
  color: #d93636;
  font-size: 30px;
  font-weight: 700;
  line-height: 56px;
}

.abg-title {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
}

.abg-message {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.6;
  color: #4a5160;
}

.abg-steps {
  margin: 0 0 22px;
  padding-left: 20px;
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
  color: #4a5160;
}

.abg-button {
  display: inline-block;
  border: 0;
  cursor: pointer;
  padding: 12px 22px;
  border-radius: 10px;
  background: #1c64f2;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  transition: background 0.15s ease;
}

.abg-button:hover {
  background: #1750c4;
}

.abg-notice {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483647;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 14px 46px 14px 20px;
  background: #10131a;
  color: #fff;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.abg-notice-close {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
}
