/* Membership pages are deliberately isolated from the repair-workspace grid. */
.account-page{min-height:100vh;background:linear-gradient(135deg,#eef3f5 0%,#f9fbfc 55%,#e6eef1 100%)}
.account-page header{height:92px;padding:20px max(5vw,28px)}
.account-page .site-nav{display:flex!important;gap:20px}
.account-page main.account{display:block;width:min(100% - 40px,560px);min-height:0;margin:clamp(36px,8vh,90px) auto;padding:clamp(28px,5vw,48px);background:#fff;border:1px solid #dbe5e9;border-radius:20px;box-shadow:0 20px 60px #15344216}
.account-page .account-wide{width:min(100% - 40px,820px)}
.account-page .account h1{font-size:clamp(32px,4vw,46px);line-height:1.08;margin:12px 0 14px;color:#142f3e}
.account-page .account p{color:#58707e;margin:0 0 16px}
.account-page .account form{display:block;margin:26px 0 0;padding:0;border:0;box-shadow:none}
.account-page .account label{display:block;margin:18px 0 8px;color:#183443;font-weight:750}
.account-page .account input{display:block;width:100%;height:50px;padding:12px 14px;background:#fff;border:1px solid #b9cbd3;border-radius:9px;font:inherit;color:#152b39}
.account-page .account input:focus{border-color:#e45d2c;outline:3px solid #e45d2c22}
.account-page .account button:not(.text-button){width:100%;min-height:52px;margin:22px 0 0;padding:14px 18px;border:0;border-radius:9px;background:#e45d2c;color:#fff;font-weight:800;font-size:16px}
.account-page .account button:not(.text-button):hover{background:#c84d22}
.account-page .account .checkbox{display:flex;align-items:flex-start;gap:10px;margin-top:20px;font-size:14px;line-height:1.45}
.account-page .account .checkbox input{flex:0 0 auto;width:17px;height:17px;margin:2px 0 0}
.account-page .account .checkbox a,.account-page .account a{color:#0d617a;font-weight:700}
.account-page .account section{border-top:1px solid #e1e8eb;padding:20px 0}
.account-page .account h2{font-size:19px;margin:0 0 8px}
.account-page .text-button{width:auto!important;min-height:0!important;margin:0!important;padding:0!important;background:transparent!important;color:#0d617a!important;font:inherit!important;font-weight:700!important}
.account-page #status{min-height:22px;margin-top:18px;color:#b42318;font-weight:650}
@media(max-width:620px){.account-page header{height:78px;padding:16px 20px}.account-page .brand{font-size:25px}.account-page .brand small{font-size:8px}.account-page main.account{width:calc(100% - 28px);margin:28px auto;padding:26px 22px;border-radius:15px}.account-page .site-nav{gap:12px}.account-page .site-nav a{font-size:13px}}

