.profile-topbar{display:flex;gap:14px;align-items:end;justify-content:space-between;margin-bottom:16px}.profile-topbar label{min-width:270px}.profile-id{display:flex;flex:1;flex-direction:column}.profile-id span{color:var(--muted,#667085);font-size:13px;margin-top:3px}
.profile-progress{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#fff;border:1px solid var(--line,#e6e8ec);border-radius:20px;padding:18px;margin-bottom:14px}.profile-progress h2{margin:5px 0}.profile-progress p{margin:0;color:var(--muted,#667085)}
.profile-form{display:grid;gap:14px}.profile-section{background:#fff;border:1px solid var(--line,#e6e8ec);border-radius:18px;padding:18px}.profile-section-head{display:flex;gap:12px;align-items:flex-start;margin-bottom:14px}.profile-section-head>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#f2f4f7;font-weight:800}.profile-section-head h2{margin:0}.profile-section-head p{margin:5px 0 0;color:var(--muted,#667085);font-size:13px}.profile-savebar{position:sticky;bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px 14px;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border:1px solid var(--line,#e6e8ec);border-radius:15px;box-shadow:0 8px 30px rgba(15,23,42,.08);z-index:4}.profile-savebar span{font-size:12px;color:var(--muted,#667085)}
@media(max-width:760px){.profile-topbar{display:grid}.profile-topbar label{min-width:0}.profile-progress{align-items:flex-start;flex-direction:column}.profile-savebar{align-items:stretch;flex-direction:column}}
