.follow-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap;border:1.5px solid transparent;min-width:96px}.follow-btn--default{padding:8px 20px;font-size:14px;height:36px}.follow-btn--small{padding:4px 12px;font-size:12px;height:28px;min-width:76px}.follow-btn--not-following{background:var(--accent-primary, #7c5cfc);color:var(--text-primary);border-color:var(--accent-primary, #7c5cfc)}.follow-btn--not-following:hover:not(:disabled){background:var(--accent-hover, #6a4be0);border-color:var(--accent-hover, #6a4be0)}.follow-btn--following{background:transparent;color:var(--text-secondary, #a0a0a0);border-color:var(--border-primary, #333)}.follow-btn--following:hover:not(:disabled){color:var(--text-primary, #fff);border-color:var(--border-primary, #333)}.follow-btn--unfollow-hover{color:var(--status-error);border-color:var(--status-error-border, rgba(239, 68, 68, .4));background:var(--status-error-bg, rgba(239, 68, 68, .08))}.follow-btn--loading,.follow-btn:disabled{opacity:.6;cursor:not-allowed}.follow-btn__spinner{width:14px;height:14px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:follow-btn-spin .6s linear infinite}@keyframes follow-btn-spin{to{transform:rotate(360deg)}}
