.auth-overlay-open{overflow:hidden}
.auth-dialog{width:min(820px,calc(100% - 32px));max-height:calc(100dvh - 40px);margin:auto;padding:24px 28px 28px;border:1px solid #dce4ef;border-radius:24px;background:#fff;color:#17283e;box-shadow:0 28px 90px #10284440;overscroll-behavior:contain}
.auth-dialog::backdrop{background:#10203966;backdrop-filter:blur(5px)}
.auth-dialog #auth{display:block}
.auth-dialog .auth-wrap{max-width:none;margin:0}
.auth-dialog .section-head{padding-right:36px;margin-bottom:22px}
.auth-dialog .section-head h2{font-size:29px;line-height:1.15}
.auth-dialog .section-head p:last-child{line-height:1.5}
.auth-dialog .auth-card{padding:0;border:0;background:transparent;box-shadow:none}
.auth-dialog-close{position:sticky;top:0;float:right;width:36px;height:36px;margin:0 0 -36px;border:0;border-radius:50%;background:#edf3fb;color:#334e6d;font-size:25px;line-height:1;z-index:2}
.auth-dialog-close:hover{background:#dfeafd}
.auth-dialog :is(button,input,a):focus-visible{outline:3px solid #1769e0;outline-offset:3px}
.auth-demo-accounts{border-top:1px solid #e3e9f3;padding-top:16px;margin-top:2px}
.auth-demo-accounts h3{margin:0 0 6px;font-size:16px}
.auth-demo-accounts p{margin:6px 0;color:#52647a;font-size:12px;line-height:1.55}
.auth-demo-accounts code{color:#174f94;font-weight:700}
.auth-demo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px}
.auth-demo-choice{display:grid;gap:4px;padding:11px 13px;border:1px solid #dae4f2;border-radius:12px;background:#f7faff;color:#213c5a;text-align:left}
.auth-demo-choice:hover{border-color:#1769e0;background:#edf4ff}
.auth-demo-choice b{font-size:13px}
.auth-demo-choice span{font-size:12px;color:#52647a;overflow-wrap:anywhere}
.auth-demo-banner{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;padding:12px 20px;background:#fff5d8;color:#664c08;font-size:13px}
.auth-demo-banner a{color:#174f94;font-weight:700}
@media(max-width:600px){.auth-dialog{width:calc(100% - 20px);max-height:calc(100dvh - 24px);padding:20px;border-radius:20px}.auth-dialog .section-head h2{font-size:24px}.auth-demo-grid{grid-template-columns:1fr}}
