.account-page{background:#fff;min-height:100vh;padding-top:clamp(4rem,8vw,8rem);padding-bottom:clamp(3rem,6vw,5rem)}.account-container{grid-template-columns:280px 1fr;gap:3rem;width:min(1200px,90vw);margin:0 auto;display:grid}.account-content{min-width:0}.account-section{background:#f7f8fb;border:1px solid #0914291f;border-radius:1rem;padding:2.5rem}.account-section .heading_h2{color:#091429;margin:0 0 2rem;font-size:1.75rem;font-weight:600}.account-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-label{color:#091429;font-size:.95rem;font-weight:500}.form-input{color:#091429;background:#fff;border:1px solid #0914291f;border-radius:.25rem;padding:.875rem 1rem;font-size:1rem;transition:border-color .2s}.form-input:focus{border-color:#0914294d;outline:none}.form-select{color:#091429;cursor:pointer;background:#fff;border:1px solid #0914291f;border-radius:.25rem;padding:.875rem 1rem;font-size:1rem;transition:border-color .2s}.form-select:focus{border-color:#0914294d;outline:none}.form-footnote{color:#6b7280;margin-top:.25rem;font-size:.85rem;line-height:1.4}.password-section-title{color:#091429;margin:1rem 0 0;font-size:1.25rem;font-weight:600}.save-button{color:#fff;cursor:pointer;background:#091429;border:none;border-radius:.5rem;align-self:flex-start;margin-top:1rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:background-color .2s}.save-button:hover{background:#1a2d4f}@media (max-width:968px){.account-container{grid-template-columns:1fr;gap:2rem}.account-section{padding:1.5rem}.save-button{width:100%}}
