body.kecibo-inapp-auth-open { overflow: hidden !important; }
.kecibo-inapp-auth-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: grid;
  place-items: center;
  padding: max(20px, env(safe-area-inset-top)) 20px max(20px, env(safe-area-inset-bottom));
  background: rgba(20, 14, 36, .68);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.kecibo-inapp-auth-panel {
  position: relative;
  width: min(100%, 430px);
  max-height: 92dvh;
  overflow: auto;
  border-radius: 24px;
  padding: 28px 24px 24px;
  background: #fff;
  color: #211a31;
  box-shadow: 0 24px 70px rgba(24, 12, 54, .34);
  text-align: center;
}
.kecibo-inapp-auth-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: #f2eef9;
  color: #4b3f60;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.kecibo-inapp-auth-badge {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  border-radius: 18px;
  background: linear-gradient(145deg, #6d43eb, #253ee8);
  color: #fff;
  font-size: 28px;
  font-weight: 800;
}
.kecibo-inapp-auth-panel h2 {
  margin: 0 28px 10px;
  font-size: 24px;
  line-height: 1.2;
}
.kecibo-inapp-auth-panel p {
  margin: 0 0 12px;
  color: #5f566f;
  font-size: 15px;
  line-height: 1.55;
}
.kecibo-inapp-auth-panel .kecibo-inapp-auth-hint {
  color: #2f2442;
  font-weight: 700;
}
.kecibo-inapp-auth-actions {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}
.kecibo-inapp-auth-actions button,
.kecibo-inapp-auth-link {
  min-height: 48px;
  border-radius: 14px;
  padding: 11px 18px;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  touch-action: manipulation;
}
.kecibo-inapp-auth-primary {
  border: 0;
  background: #5c27c6;
  color: #fff;
}
.kecibo-inapp-auth-secondary {
  border: 1px solid #d9ccef;
  background: #fff;
  color: #4b238f;
}
.kecibo-inapp-auth-link {
  width: 100%;
  margin-top: 8px;
  border: 0;
  background: transparent;
  color: #5c27c6;
}
.kecibo-inapp-auth-panel small {
  display: block;
  margin-top: 10px;
  color: #81778f;
  font-size: 12px;
  line-height: 1.45;
}
@media (max-width: 420px) {
  .kecibo-inapp-auth-overlay { padding-left: 12px; padding-right: 12px; }
  .kecibo-inapp-auth-panel { border-radius: 20px; padding: 26px 18px 20px; }
}
