.abp-redirect {
  box-sizing: border-box;
  max-width: 560px;
  margin: 48px auto;
  padding: 24px 22px;
  border-radius: 14px;
  background: #fff;
  color: #1b2938;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  text-align: center;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.abp-redirect h2 { margin: 0 0 8px; font-size: 24px; }
.abp-redirect p { margin: 0 0 18px; }
.abp-redirect-progress {
  width: 100%; height: 12px; overflow: hidden;
  border-radius: 999px; background: #eef2f7;
}
.abp-redirect-progress span {
  display: block; width: 0; height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #3b82f6, #22c55e);
}
.abp-redirect .abp-redirect-fallback { margin: 14px 0 0; font-size: 14px; opacity: .85; }
.abp-redirect-fallback a { color: #1762a8; }
