.account-shell{display:grid;grid-template-columns:1fr minmax(340px,520px);gap:70px;align-items:start}.account-shell h1{font-size:clamp(2.8rem,5vw,5rem)}.account-shell>div:first-child p{max-width:600px;color:var(--muted);font-size:1.1rem}.account-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:var(--shadow)}.account-card h2{font-size:1.5rem}.account-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.narrow{max-width:760px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px}@media(max-width:620px){.account-shell,.account-grid{grid-template-columns:1fr}.account-shell{gap:30px}}
