.account-drawer-page .auth-shell{max-width:780px;margin:24px auto 36px}
.account-register-card{background:#fff;border:1px solid #dfe7ef;border-radius:12px;padding:26px!important;box-shadow:0 8px 24px #294f7b08;width:100%;min-width:0}
.account-register-card .register-heading>span{font-size:10px;font-weight:700;letter-spacing:1px;color:#617a93}
.account-register-card .register-heading h1{font-size:26px;font-weight:700;color:#263e57;margin:7px 0 8px;line-height:1.25}
.account-register-card .register-heading p{font-size:13px;color:#6c7f93;margin:0 0 20px}
.account-register-card .account-type-toggle{display:flex;gap:10px;margin-bottom:20px;flex-wrap:wrap}
.account-register-card .account-type-toggle label{margin:0}
.account-register-card .register-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.account-register-card .register-fields>label{display:flex;flex-direction:column;gap:7px;margin:0;min-width:0;font-size:12px;font-weight:600;color:#445c72}
.account-register-card .register-fields input{width:100%;min-width:0;height:42px;border:1px solid #d7e1eb;border-radius:6px;background:#fff;padding:10px 12px;font-size:13px;color:#263e57;box-sizing:border-box;margin:0}
.account-register-card input:focus{outline:2px solid #9ab9d8;outline-offset:1px}
.account-register-card .password-field{display:block;position:relative}
.account-register-card .password-field input{padding-right:65px}
.account-register-card .password-field button{position:absolute;right:5px;top:5px;height:32px;border:0;border-radius:4px;background:#edf3f9;color:#365d85;font-size:11px;padding:0 9px}
.account-register-card .register-actions{display:flex;align-items:center;gap:12px;border-top:1px solid #e7edf3;margin-top:22px;padding-top:18px}
.account-register-card .register-actions button,.account-register-card .register-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 18px;border-radius:6px;font-size:12px;font-weight:600;line-height:20px;margin:0;text-decoration:none}
.account-register-card .register-actions button{background:#294f7b;color:#fff;border:1px solid #294f7b}
.account-register-card .register-actions a{background:#fff;color:#365d85;border:1px solid #d7e1eb}
@media(max-width:575px){.account-drawer-page .auth-shell{margin:16px auto 24px}.account-register-card{padding:20px!important}.account-register-card .register-fields{grid-template-columns:1fr;gap:13px}.account-register-card .register-actions{flex-direction:column;align-items:stretch}.account-register-card .register-heading h1{font-size:23px}}
