.dashboard-profile-header{border-radius:var(--border-radius);align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding:2rem;display:flex}.dashboard-profile-header-avatar{background:linear-gradient(135deg, var(--accent-primary-color), var(--accent-primary-color-hover));width:5rem;height:5rem;color:var(--text-on-accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.75rem;font-weight:600;display:flex;overflow:hidden}.dashboard-profile-header-avatar-image{object-fit:cover;width:100%;height:100%}.dashboard-profile-header-avatar-text{-webkit-user-select:none;user-select:none}.dashboard-profile-header-info{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.dashboard-profile-header-title{color:var(--text-primary);margin:0 0 .25rem;font-size:1.5rem;font-weight:600}.dashboard-profile-header-subtitle{color:var(--text-secondary);margin:0 0 .75rem;font-size:.875rem}.dashboard-profile-header-meta{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:0;display:flex}.dashboard-profile-header-actions{flex-shrink:0;align-self:flex-start;align-items:center;display:flex}@media (width<=767px){.dashboard-profile-header{align-items:flex-start;gap:1rem;padding:1.25rem}.dashboard-profile-header-avatar{width:3rem;height:3rem;font-size:1.125rem}.dashboard-profile-header-title{overflow-wrap:anywhere;margin-bottom:.125rem;font-size:1.125rem}.dashboard-profile-header-subtitle{overflow-wrap:anywhere;margin-bottom:.5rem;font-size:.8125rem}.dashboard-profile-header-meta{gap:.5rem .875rem;font-size:.8125rem}}
