.user-profile-section{font-family:Arial,sans-serif;text-align:center;margin-top:20px;margin-bottom:20px}.user-profile-error{color:red;font-size:14px}.user-profile-image{width:96px;height:96px;border-radius:50%;margin-bottom:10px;object-fit:cover;border:1pt solid rgba(132,132,132,.284)}.user-profile-name{margin:5px 0 10px;font-size:20px}.user-profile-post-count{font-size:16px}.user-profile-post-count span{font-weight:700}.user-profile-stats{justify-content:center;gap:16px;margin-top:20px}.stat-item,.user-profile-stats{display:flex;align-items:center}.stat-item{flex-direction:column;gap:4px}.stat-value{font-size:18px;font-weight:600;color:var(--text-primary)}.stat-label{font-size:14px;color:var(--text-secondary)}.stat-divider{width:1px;height:24px;background-color:var(--border-color)}.view-mode-menu{gap:13px;margin:20px 0 0;border-radius:12px;justify-content:center}.view-mode-btn,.view-mode-menu{display:flex;align-items:center}.view-mode-btn{padding:2px;border:none;background:transparent;font-size:.95rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s ease}.view-mode-btn svg{width:33px;height:33px;transition:all .2s ease}.view-mode-btn svg path{stroke:var(--post-description-color)}.view-mode-btn.active svg path{stroke:cornflowerblue}