/**
 * Nexus Gamification — Frontend Styling Tokens & Reaction Variables
 * Cybernetic Noir & BuddyNext Reaction Bridges
 */

:root {
	/* BuddyNext custom reaction colors */
	--bn-reaction-dislike: #ef4444;
	--bn-reaction-thumbsdown: #ef4444;
	--bn-reaction-rant: #dc2626;
	--bn-reaction-angry: #dc2626;
	--bn-reaction-like: #3b82f6;
	--bn-reaction-love: #ec4899;
	--bn-reaction-haha: #eab308;
	--bn-reaction-wow: #8b5cf6;
	--bn-reaction-sad: #06b6d4;

	/* Nexus Currency Colors */
	--nexus-color-xp: #6366f1;
	--nexus-color-karma: #a855f7;
	--nexus-color-coins: #f59e0b;
	--nexus-color-gems: #06b6d4;
}

/* Reaction Action Button active highlights */
.bn-post-card__action-btn--reacted[data-reaction="dislike"],
.bn-post-card__action-btn--reacted[data-reaction="thumbsdown"] {
	color: var(--bn-reaction-dislike) !important;
}

.bn-post-card__action-btn--reacted[data-reaction="rant"],
.bn-post-card__action-btn--reacted[data-reaction="angry"] {
	color: var(--bn-reaction-rant) !important;
}
