.auth-card form[hidden],.customer-card[hidden],.auth-modal[hidden]{display:none!important}
.auth-modal{position:fixed;inset:0;z-index:100;background:#0009;display:grid;place-items:center;padding:24px;overflow:auto}
.auth-modal-panel{position:relative;width:min(520px,100%);max-height:calc(100vh - 48px);overflow:auto;background:#fff;border-radius:14px;padding:30px;box-shadow:0 24px 70px #0005}
.auth-modal-close{position:absolute;right:16px;top:13px;width:38px;height:38px;border:0;border-radius:50%;background:#eee;font-size:1.5rem;cursor:pointer}
.auth-modal-heading{padding-right:45px;margin-bottom:20px}.auth-modal-heading h2{font-size:2rem;margin:8px 0}.auth-modal-heading p{color:#666;margin:0}
.auth-modal .auth-card,.auth-modal .customer-card{box-shadow:none;padding:0}.auth-modal .auth-tabs{margin-top:8px}
body.modal-open{overflow:hidden}
@media(max-width:560px){.auth-modal{padding:0;align-items:end}.auth-modal-panel{border-radius:14px 14px 0 0;max-height:92vh;padding:24px 20px}.auth-modal-heading h2{font-size:1.65rem}}
