#site-login-dialog{box-sizing:border-box;width:min(560px,calc(100% - 24px));max-width:none;height:min(720px,calc(100dvh - 32px));max-height:calc(100dvh - 32px);padding:0;border:1px solid #d7e7e5;border-radius:18px;background:#fff;color:#24403f;box-shadow:0 24px 80px #123c3c40;overflow:hidden}
#site-login-dialog[open]{display:grid;grid-template-rows:auto minmax(0,1fr)}
#site-login-dialog::backdrop{background:rgb(18 44 43 / .6);backdrop-filter:blur(3px)}
#site-login-dialog .login-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px;border-bottom:1px solid #d7e7e5;background:#edf6f5}
#site-login-dialog .login-heading h2{font:700 18px/1.5 "Open Sans",sans-serif;margin:0;color:#24403f}
#site-login-dialog .login-close{all:unset;box-sizing:border-box;display:grid;place-items:center;cursor:pointer;width:40px;height:40px;border-radius:8px;color:#24403f;font:30px/1 sans-serif}
#site-login-dialog .login-close:hover{background:#dcecea}#site-login-dialog .login-close:focus-visible{outline:3px solid var(--site-accent,#157c77);outline-offset:2px}
#site-login-dialog iframe{display:block;border:0;width:100%;height:100%;min-height:0;background:#fff}
html:has(#site-login-dialog[open]){overflow:hidden}
html:has(>.auth-frame),html:has(>body.auth-frame){min-width:0!important}
.auth-frame{margin:0!important;padding:22px!important;background:#fff!important;font-size:15px!important;min-width:0!important}
.auth-frame .account-area{width:100%;max-width:none}.auth-frame .account-area h1{font-size:1.7em;line-height:1.25;margin:0 0 .7em}.auth-frame .account-area h2{font-size:1.25em}
.auth-frame .account-area>p:first-of-type{font-size:.95em}.auth-frame .auth-form{max-width:none}
.auth-frame input:not([type=checkbox]){font-size:16px!important;min-width:0;max-width:100%;box-sizing:border-box}
.auth-frame .account-area button{font-size:.8em;letter-spacing:.04em}.auth-frame #login-form>button.primary{width:100%;margin-right:0}
.auth-frame .account-area p{margin-bottom:1.3em}.auth-frame #mfa-secret,.auth-frame #recovery-list{overflow-wrap:anywhere;white-space:pre-wrap}
@media(max-width:480px){#site-login-dialog{width:calc(100% - 16px);height:calc(100dvh - 16px);max-height:calc(100dvh - 16px);border-radius:12px}#site-login-dialog .login-heading{padding:10px 14px}.auth-frame{padding:18px!important}}

.auth-frame .account-area>.main,.auth-frame #account-intro{display:none}
.auth-frame #login-form .auth-secondary-actions .button{font-size:.8rem;letter-spacing:.075em}
