.followers-page{background-color:#fff;width:100%;max-width:600px;min-height:100vh;margin:0 auto}.followers-header-section{z-index:100;background-color:#fff;border-bottom:1px solid #e5e7eb;align-items:center;gap:16px;padding:14px 20px;display:flex;position:sticky;top:0}.back-button{cursor:pointer;color:#4a5568;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.followers-page .back-button:hover{box-shadow:none!important;background:#f3f4f6!important}.followers-title-container{flex:1}.followers-profile-name{color:#111827;margin:0 0 2px;font-size:18px;font-weight:600;line-height:1.2}.followers-profile-count{color:#6b7280;margin:0;font-size:14px;line-height:1.2}.followers-loading,.followers-error{text-align:center;color:#6b7280;padding:40px 20px;font-size:16px}.followers-error{color:#e53e3e}.followers-list{background-color:#fff;padding:0}.no-followers{text-align:center;color:#6b7280;padding:60px 20px}.no-followers p{margin:0;font-size:16px}.follower-row{background-color:#fff;border-bottom:1px solid #f3f4f6;align-items:flex-start;gap:12px;padding:16px 20px;transition:background-color .2s;display:flex}.follower-row:hover{background-color:#f9fafb}.follower-row:last-child{border-bottom:none}.follower-pic-container{flex-shrink:0}.follower-pic,.follower-pic-placeholder{object-fit:cover;border:1px solid #e5e7eb;border-radius:50%;width:48px;height:48px}.follower-pic-placeholder{color:#fff;background-color:#6b7280;justify-content:center;align-items:center;font-size:18px;font-weight:700;display:flex}.follower-info{flex:1;min-width:0}.follower-name-row{align-items:center;gap:8px;margin-bottom:2px;display:flex}.follower-display-name{color:#111827;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:16px;font-weight:600;overflow:hidden}.follower-handle{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.follower-bio{color:#4b5563;word-wrap:break-word;overflow-wrap:break-word;margin:0;font-size:14px;line-height:1.4}.follower-row .follower-stats{color:#6b7280;align-items:center;gap:4px;margin-top:6px;font-size:13px;display:flex}.follower-row .stats-separator{margin:0 2px}.follower-action{flex-shrink:0;align-items:flex-start;padding-top:2px;display:flex}.skeleton{pointer-events:none}.skeleton-shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;animation:1.5s infinite shimmer}.skeleton-text{border-radius:4px;display:inline-block}.skeleton-button{border-radius:16px;width:80px;height:32px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width:768px){.followers-header-section,.follower-row{padding:12px 16px}.follower-name-row{flex-flow:wrap;align-items:baseline;gap:8px}.follower-display-name{font-size:15px}.follower-handle,.follower-bio{font-size:13px}}@media (max-width:480px){.followers-header-section{padding:10px 12px}.follower-row{gap:10px;padding:10px 12px}.follower-pic,.follower-pic-placeholder{width:40px;height:40px;font-size:16px}.followers-profile-name{font-size:16px}.followers-profile-count{font-size:13px}}
