/* Skin: Wise — sage canvas, lime CTA, 24px radius, weight-900 display. */

.skin-wise {
	--bg: #e8ebe6;
	--bg-card: #ffffff;
	--bg-soft: #dee3da;
	--text: #0e0f0c;
	--text-soft: #454745;
	--border: #d4d9d0;
	--accent: #2f5711;
	--accent-soft: #e2f6d5;
	--link: #0e0f0c;
	--radius: 24px;
	--sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
	font-family: var(--sans);
}

.skin-wise h1,
.skin-wise h2,
.skin-wise .section-head h2,
.skin-wise .hero h1 { font-weight: 900; letter-spacing: -0.02em; }
.skin-wise .stat-tile .stat-num,
.skin-wise .gh-alltime-total { font-weight: 900; }

.skin-wise .btn { border-radius: 24px; }
.skin-wise .btn--accent { background: #9fe870; border-color: #9fe870; color: #163300; }
.skin-wise .btn--accent:hover { background: #cdffad; color: #163300; opacity: 1; }
.skin-wise .badge { background: #e2f6d5; color: #163300; }
.skin-wise .share-fill { background: #9fe870; }
.skin-wise ::selection { background: #9fe870; color: #163300; }
.skin-wise .pagination .page-numbers.current { background: #9fe870; border-color: #9fe870; color: #163300; }
.skin-wise .comment-form .submit,
.skin-wise .search-submit { background: #9fe870; color: #163300; }

