.profile-header{background:#fff;border:0;border-radius:12px;justify-content:space-between;align-items:flex-start;max-width:100%;margin-bottom:1.5rem;padding:1.5rem;display:flex;position:relative;overflow:hidden}.profile-header--loading{align-items:center;gap:1rem;min-height:120px}.profile-header__left{align-items:flex-start;gap:1.25rem;display:flex}.profile-header__avatar-wrapper{flex-shrink:0;width:90px;height:90px;position:relative}.profile-header__avatar-edit{cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:flex;position:absolute;top:4px;right:4px}.profile-header__avatar-edit:hover{background:var(--primary-1)}.profile-header__avatar{border:3px solid var(--primary-1);border-radius:50%;width:90px;height:90px;overflow:hidden}.profile-header__avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%;transition:filter .2s}.profile-header__avatar-img--uploading{filter:blur(2px)brightness(.8)}.profile-header__avatar-upload-overlay{border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.profile-header__avatar-upload-overlay:after{content:"";border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:22px;height:22px;animation:.7s linear infinite avatar-spin}@keyframes avatar-spin{to{transform:rotate(360deg)}}.profile-header__avatar-placeholder{width:100%;height:100%;color:var(--primary-2,#1a1a2e);text-transform:uppercase;background:#e2e8f0;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex}.profile-header__info{flex-direction:column;gap:.35rem;min-width:0;display:flex}.profile-header__name{color:var(--primary-2,#1a1a2e);margin:0;font-size:1.25rem;font-weight:700;line-height:1.3}.profile-header__public-title{color:var(--primary-2,#1a1a2e);font-size:.8rem}.profile-header__profession-badge{background-color:var(--primary-1);color:var(--text-primary);text-transform:uppercase;letter-spacing:.3px;white-space:normal;overflow-wrap:break-word;border-radius:18px;align-self:flex-start;max-width:100%;padding:.2rem .6rem;font-size:.7rem;font-weight:700;display:inline-block}.profile-header__detail{color:#6c757d;align-items:center;gap:.35rem;font-size:.8rem;display:inline-flex}.profile-header__detail strong{color:var(--primary-2,#1a1a2e)}.profile-header__detail svg{color:#6c757d;flex-shrink:0}.profile-header__linkedin-link{color:#6c757d;font-size:.8rem;text-decoration:none}.profile-header__linkedin-link:hover{color:var(--primary-2);text-decoration:underline}.profile-header__details-row{flex-wrap:wrap;gap:1.25rem;margin-top:.25rem;display:flex}.profile-header__action-back-to-profile{position:absolute;bottom:1.5rem;right:1.5rem}.profile-header__edit-btn{width:32px;height:32px;color:var(--primary-2,#1a1a2e);cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;text-decoration:none;transition:background-color .15s,border-color .15s;display:flex;position:absolute;top:1rem;right:1rem}.profile-header__edit-btn:hover{border-color:var(--primary-1);background-color:#f0f4ff}.profile-header__avatar-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:50%;flex-shrink:0;width:90px;height:90px;animation:1.5s infinite shimmer}.profile-header__info-skeleton{flex-direction:column;flex:1;gap:.5rem;display:flex}.profile-header__skeleton-line{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;height:14px;animation:1.5s infinite shimmer}.profile-header__skeleton-line--long{width:60%}.profile-header__skeleton-line--medium{width:40%}.profile-header__skeleton-line--short{width:25%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){.profile-header{flex-direction:column}.profile-header__left{text-align:center;flex-direction:column;align-items:center;width:100%}.profile-header__info{align-items:center}.profile-header__profession-badge{align-self:center}.profile-header__details-row{justify-content:center}.profile-header__edit-btn{align-self:flex-end;margin-top:-2rem;position:static}.profile-header__actions{align-self:stretch}.profile-header__action-back-to-profile{width:fit-content;margin:1rem auto 0;display:block;position:static}}
