.profile-shell{width:min(1120px,calc(100% - 32px));margin:34px auto 70px;display:grid;grid-template-columns:.9fr 1.1fr;gap:22px}.profile-card,.progress-card,.edit-card{border-radius:38px;padding:28px}.profile-card{text-align:center}.avatar{width:116px;height:116px;border-radius:38px;margin:0 auto 14px;display:grid;place-items:center;background:var(--grad-warm);color:#fff;font-size:52px;font-weight:1000;box-shadow:0 20px 45px rgba(236,72,153,.22)}.profile-card h1{font-size:42px;margin:0;color:var(--violet)}.profile-card p{font-weight:800;color:#667085}.profile-info{display:grid;gap:10px;margin-top:20px}.info-row{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:13px 15px}.info-row span{color:#667085;font-weight:900}.info-row strong{color:#1d2939}.progress-card{grid-row:span 1}.progress-card h2,.edit-card h2{margin-top:0;font-size:30px;color:#1d2939}.progress-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.progress-box{background:#fff;border:1px solid var(--line);border-radius:24px;padding:20px;text-align:center}.progress-box strong{display:block;font-size:36px;color:var(--violet)}.progress-box span{font-weight:900;color:#667085}.badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.badge{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:999px;padding:9px 13px;font-weight:900}.edit-card{grid-column:1/-1}.edit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}@media(max-width:900px){.profile-shell{grid-template-columns:1fr}.edit-grid,.progress-grid{grid-template-columns:1fr}}
