[data-account-panel="profile"]{scroll-margin-top:100px}
.profile-editor{display:grid;gap:24px;max-width:1120px;margin:0 auto;color:#172338}
.profile-heading h1{font-size:30px;line-height:1.2;margin:8px 0 10px;letter-spacing:-.6px}
.profile-heading p,.profile-block-title p{color:#64748b;margin:0;line-height:1.6;font-size:14px}
.profile-editor-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:20px;align-items:stretch}
.profile-block{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:26px;min-width:0;display:flex;flex-direction:column;gap:20px}
.profile-block-title{display:flex;align-items:flex-start;gap:12px;margin-bottom:4px}
.profile-block-title h2{font-size:18px;margin:1px 0 5px;line-height:1.4}
.profile-step{background:#eaf7f3;color:#087f68;border-radius:12px;display:grid;place-items:center;min-width:40px;height:40px;font-size:13px;font-weight:800}
.profile-editor label{display:block;font-size:13px;font-weight:700;line-height:1.5;min-width:0}
.profile-editor input,.profile-editor select,.profile-editor textarea{display:block;box-sizing:border-box;width:100%;min-width:0;margin-top:8px;padding:12px 14px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#172338;font:inherit;font-size:14px;font-weight:400;min-height:46px}
.profile-editor textarea{resize:vertical;min-height:104px}
.profile-editor input:focus,.profile-editor select:focus,.profile-editor textarea:focus{outline:3px solid #d9f3eb;border-color:#0d9276}
.profile-editor input::placeholder,.profile-editor textarea::placeholder{color:#94a3b8}
.profile-editor small{display:block;color:#64748b;font-size:12px;font-weight:400;line-height:1.6;margin-top:7px}
.profile-required{color:#ce4a36}.profile-fields-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.profile-save-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:18px 24px}
.profile-save-bar p{margin:0;font-size:14px;font-weight:600}.profile-save-bar small{margin-top:4px}
.profile-save-bar .btn{min-height:46px;white-space:nowrap;padding:12px 24px}.profile-save-bar .btn:disabled{opacity:.65;cursor:wait}
#profileSaveStatus[data-state=success]{color:#087f68}#profileSaveStatus[data-state=error]{color:#b42318}
@media(max-width:1000px){.profile-editor-grid{grid-template-columns:1fr}.profile-block{padding:22px}}
@media(max-width:560px){.profile-editor{gap:16px}.profile-heading h1{font-size:25px}.profile-block{padding:18px;gap:18px}.profile-fields-row{grid-template-columns:1fr;gap:18px}.profile-save-bar{align-items:stretch;flex-direction:column;padding:18px;gap:14px}.profile-save-bar .btn{width:100%}}
