/* EarnifyHub — Affiliate & Blogging cluster theme
 * Overrides --accent* vars from /css/article-base.css
 * Color: Emerald green / teal
 * Used by: blog/affiliate/, blog/blogging/, learning-guides/
 */
:root {
    --accent:               #10b981;
    --accent-dk:            #059669;
    --accent-dim:           rgba(16,185,129,0.12);
    --accent-xlt:           rgba(16,185,129,0.06);
    --accent-text:          #10b981;
    --accent2:              #0d9488;
    --accent2-dim:          rgba(13,148,136,0.14);
    --accent-border-strong: rgba(16,185,129,0.25);
    --accent-border-soft:   rgba(16,185,129,0.15);
    --accent-border-extra:  rgba(16,185,129,0.20);
    --accent-border-hover:  rgba(16,185,129,0.30);
    --accent-border-ilink:  rgba(16,185,129,0.35);
    --accent-shadow:        rgba(16,185,129,0.40);
    --hero-grad:            linear-gradient(160deg, #061527 0%, #0a2a1f 55%, #061527 100%);
    --hero-radial-1:        rgba(16,185,129,0.13);
    --hero-radial-2:        rgba(13,148,136,0.08);
    --hero-grid:            rgba(16,185,129,0.04);
    --hero-bar-bg:          rgba(16,185,129,0.07);
    --hero-bar-border:      rgba(16,185,129,0.15);
}
