.pd-auth,.pd-auth *,.pd-auth :before,.pd-auth :after{box-sizing:border-box}.pd-auth{background:var(--pd-auth-canvas);min-height:100dvh;color:var(--pd-auth-ink);font-family:NunitoSans-Regular,sans-serif;position:relative;overflow:hidden auto}.pd-auth__main{z-index:1;min-height:100dvh;padding:max(22px, calc(env(safe-area-inset-top) + 16px)) max(16px, calc(env(safe-area-inset-right) + 16px)) max(24px, calc(env(safe-area-inset-bottom) + 24px)) max(16px, calc(env(safe-area-inset-left) + 16px));justify-content:flex-end;align-items:stretch;display:flex;position:relative}.pd-auth__layout{flex-direction:column;width:min(100%,460px);margin:auto auto 0;animation:.26s ease-out both pd-auth-enter;display:flex}.pd-auth__brand{text-align:center;justify-items:center;margin-bottom:18px;display:grid}.pd-auth__logo{aspect-ratio:1;filter:drop-shadow(0 12px 18px #4a104929);width:clamp(132px,42vw,176px);position:relative}.pd-auth__header{margin-top:-2px}.pd-auth h1{color:var(--pd-auth-ink);letter-spacing:-.035em;margin:0;font-family:NunitoSans-Black,sans-serif;font-size:clamp(1.8rem,8vw,2.15rem);line-height:1.05}.pd-auth__header p,.pd-auth__success p{max-width:36ch;color:var(--pd-auth-muted);margin:9px auto 0;font-family:NunitoSans-Bold,sans-serif;font-size:.975rem;line-height:1.48}.pd-auth__card{border:1px solid var(--pd-auth-border);backdrop-filter:blur(12px);background:#fffffff5;border-radius:32px;width:100%;padding:18px;box-shadow:0 22px 54px #4a10491f}.pd-auth__form{gap:14px;display:grid}.pd-auth__field{gap:7px;display:grid}.pd-auth__field label,.pd-auth__label-row{color:var(--pd-auth-ink);font-family:NunitoSans-Bold,sans-serif;font-size:.875rem;line-height:1.3}.pd-auth__label-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.pd-auth__control{align-items:center;display:flex;position:relative}.pd-auth__control input{border:1.5px solid var(--pd-auth-border);background:var(--pd-auth-surface);width:100%;height:60px;color:var(--pd-auth-ink);border-radius:20px;outline:none;margin:0;padding:0 52px;font:1rem/1 NunitoSans-SemiBold,sans-serif;transition:border-color .15s,box-shadow .15s,background-color .15s}.pd-auth__control input::placeholder{color:#947f91;font-family:NunitoSans-Regular,sans-serif}.pd-auth__control input:focus{border-color:var(--pd-auth-brand);box-shadow:0 0 0 3px var(--pd-auth-brand-soft)}.pd-auth__control input:disabled{background:var(--pd-auth-brand-soft);cursor:not-allowed;opacity:.68}.pd-auth__control input:-webkit-autofill{-webkit-text-fill-color:var(--pd-auth-ink);box-shadow:0 0 0 1000px var(--pd-auth-surface) inset;transition:background-color 9999s ease-out}.pd-auth__control input:-webkit-autofill:hover{-webkit-text-fill-color:var(--pd-auth-ink);box-shadow:0 0 0 1000px var(--pd-auth-surface) inset;transition:background-color 9999s ease-out}.pd-auth__control input:-webkit-autofill:focus{-webkit-text-fill-color:var(--pd-auth-ink);box-shadow:0 0 0 1000px var(--pd-auth-surface) inset;transition:background-color 9999s ease-out}.pd-auth__field-icon{z-index:1;pointer-events:none;place-items:center;width:22px;height:22px;display:grid;position:absolute;left:18px}.pd-auth__password-toggle{width:46px;min-height:46px;color:var(--pd-auth-muted);background:0 0;border:0;border-radius:15px;place-items:center;padding:0;display:grid;position:absolute;right:7px}.pd-auth__text-button,.pd-auth__switch{min-height:44px;color:var(--pd-auth-brand);font:inherit;background:0 0;border:0;justify-content:center;align-items:center;padding:8px 2px;text-decoration:none;display:inline-flex}.pd-auth__hint{color:var(--pd-auth-muted);margin:0;font-size:.8rem;line-height:1.4}.pd-auth__error{background:var(--pd-auth-danger-soft);color:var(--pd-auth-danger);border:1px solid #b4231838;border-radius:14px;padding:11px 13px;font-family:NunitoSans-Bold,sans-serif;font-size:.875rem;line-height:1.4}.pd-auth__primary{background:var(--pd-auth-brand);width:100%;min-height:58px;color:var(--pd-auth-surface);border:0;border-radius:22px;justify-content:center;align-items:center;gap:10px;margin-top:2px;padding:0 22px;font:1.05rem/1 NunitoSans-ExtraBold,sans-serif;transition:background-color .15s,box-shadow .15s,transform .15s;display:flex;box-shadow:0 10px 24px #4a10492e}.pd-auth button:disabled{cursor:not-allowed;opacity:.58}.pd-auth button:focus-visible{outline:3px solid var(--pd-auth-accent);outline-offset:3px}.pd-auth__footer{text-align:center;min-height:44px;margin-top:12px}.pd-auth__footer p{color:var(--pd-auth-muted);margin:0;font-size:.9rem}.pd-auth__switch{font-family:NunitoSans-ExtraBold,sans-serif}.pd-auth__switch--back{gap:7px}.pd-auth__success{text-align:center;align-content:center;justify-items:center;min-height:280px;padding:14px 4px 4px;display:grid}.pd-auth__success-icon{background:#eaf6ef;border-radius:50%;place-items:center;width:60px;height:60px;margin-bottom:18px;display:grid}.pd-auth__success strong{color:var(--pd-auth-brand);overflow-wrap:anywhere}.pd-auth__success .pd-auth__primary{margin-top:26px}.pd-auth__spinner{border:2px solid #ffffff6b;border-top-color:var(--pd-auth-surface);border-radius:50%;width:18px;height:18px;animation:.7s linear infinite pd-auth-spin}.pd-auth__divider{color:var(--pd-auth-muted);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:12px;font-size:.7rem;font-weight:800;display:flex}.pd-auth__divider:before,.pd-auth__divider:after{background:var(--pd-auth-border);content:"";flex:1;height:1px}.pd-auth__qr-entry{border:1px solid var(--pd-auth-border);background:var(--pd-auth-brand-soft);min-height:50px;color:var(--pd-auth-brand);border-radius:17px;justify-content:center;align-items:center;gap:9px;padding:0 18px;font:.9rem/1 NunitoSans-ExtraBold,sans-serif;transition:border-color .15s,background-color .15s,transform .15s;display:flex}.pd-auth__qr-mode{flex-direction:column;gap:16px;display:flex}.pd-auth__qr-mode .pd-auth__header{text-align:center;margin-top:0}.pd-auth__qr-heading-icon{background:var(--pd-auth-brand-soft);width:50px;height:50px;color:var(--pd-auth-brand);border-radius:17px;justify-content:center;align-items:center;margin:0 auto 12px;display:inline-flex}.pd-auth__qr-card{border:1px solid var(--pd-auth-border);background:var(--pd-auth-surface);border-radius:22px;width:fit-content;max-width:100%;margin:0 auto;padding:12px;box-shadow:0 12px 28px #4a104917}.pd-auth__qr-card svg{max-width:min(214px,58vw);height:auto;display:block}.pd-auth__qr-timer{color:var(--pd-auth-muted);justify-content:center;align-items:center;gap:6px;font-size:.82rem;font-weight:700;display:flex}.pd-auth__qr-timer strong{color:var(--pd-auth-brand);font-variant-numeric:tabular-nums}.pd-auth__qr-steps{flex-direction:column;gap:9px;margin:0;padding:0;list-style:none;display:flex}.pd-auth__qr-steps li{align-items:center;gap:10px;display:flex}.pd-auth__qr-steps li>span{background:var(--pd-auth-brand-soft);width:27px;height:27px;color:var(--pd-auth-brand);border-radius:9px;flex:0 0 27px;justify-content:center;align-items:center;font-size:.75rem;font-weight:900;display:inline-flex}.pd-auth__qr-steps p{color:var(--pd-auth-muted);margin:0;font-size:.78rem;font-weight:650;line-height:1.35}.pd-auth__qr-steps strong{color:var(--pd-auth-ink)}.pd-auth__qr-feedback{background:var(--pd-auth-brand-soft);min-height:230px;color:var(--pd-auth-brand);text-align:center;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:24px;display:flex}.pd-auth__qr-feedback strong{font-size:1.05rem;font-weight:900}.pd-auth__qr-feedback p{color:var(--pd-auth-muted);margin:0 0 8px;font-size:.82rem;font-weight:650;line-height:1.45}.pd-auth__spinner--dark{border-color:#6b1d682e;border-top-color:var(--pd-auth-brand);width:28px;height:28px}.pd-auth__sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@keyframes pd-auth-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pd-auth-spin{to{transform:rotate(360deg)}}@media (width<=420px){.pd-auth__main{padding-right:max(12px, calc(env(safe-area-inset-right) + 12px));padding-left:max(12px, calc(env(safe-area-inset-left) + 12px))}.pd-auth__brand{margin-bottom:14px}.pd-auth__card{border-radius:28px;padding:15px}.pd-auth__qr-mode{gap:14px}.pd-auth__qr-card{padding:10px}.pd-auth__qr-steps p{font-size:.73rem}}@media (height<=700px){.pd-auth__main{padding-top:max(14px, calc(env(safe-area-inset-top) + 14px));justify-content:flex-start}.pd-auth__layout{margin-top:0}.pd-auth__brand{margin-bottom:12px}.pd-auth__logo{width:104px}.pd-auth h1{font-size:1.65rem}.pd-auth__header p{margin-top:5px;font-size:.9rem}}@media (width>=768px){.pd-auth__main{padding:max(48px, calc(env(safe-area-inset-top) + 32px)) max(32px, calc(env(safe-area-inset-right) + 32px)) max(48px, calc(env(safe-area-inset-bottom) + 32px)) max(32px, calc(env(safe-area-inset-left) + 32px));justify-content:center;align-items:center}.pd-auth__layout{width:min(100%,480px);margin:auto}.pd-auth__brand{margin-bottom:20px}.pd-auth__logo{width:176px}.pd-auth__card{border-radius:34px;padding:26px;box-shadow:0 28px 72px #4a104924}.pd-auth__form{gap:16px}}@media (width>=1024px){.pd-auth__layout{width:min(100%,500px)}.pd-auth__logo{width:184px}.pd-auth__card{padding:30px}}@media (hover:hover) and (pointer:fine){.pd-auth__control input:hover:not(:disabled){border-color:var(--pd-auth-muted)}.pd-auth__password-toggle:hover:not(:disabled),.pd-auth__qr-entry:hover:not(:disabled){background:#ead8e8}.pd-auth__text-button:hover:not(:disabled),.pd-auth__switch:hover:not(:disabled){color:var(--pd-auth-brand-pressed);text-underline-offset:3px;text-decoration:underline}.pd-auth__primary:hover:not(:disabled){background:var(--pd-auth-brand-pressed);transform:translateY(-1px);box-shadow:0 13px 28px #4a104938}.pd-auth__primary:active:not(:disabled),.pd-auth__qr-entry:active:not(:disabled){transform:translateY(1px)}}@media (prefers-reduced-motion:reduce){.pd-auth__layout,.pd-auth__spinner{animation:none}.pd-auth__primary,.pd-auth__qr-entry,.pd-auth__control input{transition:none}}