.empty-post-message{text-align:center;padding:30px;background-color:#8989890e;border-radius:10px;color:#666;max-width:500px;margin:20px auto}.empty-post-button{display:inline-flex;align-items:center;justify-content:center;padding:10px 15px;background-color:cornflowerblue;color:white;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:background-color .3s ease,transform .2s ease;box-shadow:0 4px 8px rgba(0,0,0,.2);gap:8px;margin-bottom:20px}.empty-post-button:hover{transform:scale(1.03)}.empty-post-button:active{transform:scale(1);box-shadow:0 2px 4px rgba(0,0,0,.3)}.empty-post-icon{width:18px;height:18px}.empty-post-text{font-size:14px;color:#8b8b8ba9}.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}