body.ppd-auth-gate-open { overflow: hidden; }
.ppd-auth-gate[hidden], .ppd-auth-gate__form[hidden], .ppd-gate-agency[hidden] { display: none !important; }
.ppd-auth-gate { inset: 0; position: fixed; z-index: 1000000; }
.ppd-auth-gate__backdrop { background: rgba(7, 26, 22, .72); inset: 0; position: absolute; }
.ppd-auth-gate__dialog {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(5, 28, 23, .3);
  left: 50%;
  max-height: calc(100vh - 36px);
  max-width: 520px;
  overflow-y: auto;
  padding: 30px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
}
.ppd-auth-gate__close { align-items: center; background: #f2f5f4; border: 0; border-radius: 50%; color: #52615d; cursor: pointer; display: flex; height: 36px; justify-content: center; position: absolute; right: 18px; top: 18px; width: 36px; }
.ppd-auth-gate__brand { align-items: center; display: flex; gap: 10px; margin-bottom: 22px; }
.ppd-auth-gate__brand > span { align-items: center; background: #eaf6f1; border-radius: 10px; color: #164c42; display: flex; height: 42px; justify-content: center; width: 42px; }
.ppd-auth-gate__brand strong, .ppd-auth-gate__brand small { display: block; }.ppd-auth-gate__brand strong { font-size: 12px; }.ppd-auth-gate__brand small { color: #7a8985; font-size: 9px; margin-top: 2px; }
.ppd-auth-gate h2 { color: #172321; font-family: Manrope, sans-serif; font-size: 25px; letter-spacing: -.025em; margin: 0 0 7px; }
.ppd-auth-gate__intro { color: #687773; font-size: 12px; line-height: 1.6; margin: 0 0 20px; }
.ppd-auth-gate__tabs { background: #f2f5f4; border-radius: 9px; display: grid; gap: 4px; grid-template-columns: 1fr 1fr; margin-bottom: 20px; padding: 4px; }
.ppd-auth-gate__tabs button { background: transparent; border: 0; border-radius: 7px; color: #687773; cursor: pointer; font-size: 12px; font-weight: 700; min-height: 38px; }.ppd-auth-gate__tabs button.is-active { background: #fff; box-shadow: 0 2px 8px rgba(19,57,49,.08); color: #164c42; }
.ppd-auth-gate__message { border: 1px solid; border-radius: 9px; font-size: 11px; line-height: 1.5; margin-bottom: 15px; padding: 11px 13px; }.ppd-auth-gate__message.is-error { background: #fff1f0; border-color: #f1cbc7; color: #9f2d23; }.ppd-auth-gate__message.is-success { background: #eaf8f0; border-color: #bfe7d0; color: #176c45; }
.ppd-auth-gate__form { display: grid; gap: 14px; }
.ppd-auth-gate__form label { color: #34423f; display: grid; font-size: 11px; font-weight: 700; gap: 6px; }
.ppd-auth-gate__form input { border: 1px solid #dbe4e1; border-radius: 8px; min-height: 44px; outline: 0; padding: 9px 12px; width: 100%; }.ppd-auth-gate__form input:focus { border-color: #f1a13b; box-shadow: 0 0 0 3px rgba(241,161,59,.12); }
.ppd-auth-gate__grid { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.ppd-auth-gate__approval { align-items: flex-start; background: #fff7e9; border-radius: 8px; color: #8b5a15; display: flex; font-size: 10px; gap: 7px; line-height: 1.5; margin: 0; padding: 10px 12px; }
.ppd-auth-gate .ppd-account-types { margin-bottom: 2px; }
@media (max-width: 560px) { .ppd-auth-gate__dialog { border-radius: 14px; padding: 24px 18px; }.ppd-auth-gate__grid { grid-template-columns: 1fr; }.ppd-auth-gate h2 { font-size: 22px; } }
@media (prefers-reduced-motion: reduce) { .ppd-auth-gate *, .ppd-auth-gate *::before, .ppd-auth-gate *::after { scroll-behavior: auto !important; transition: none !important; } }

