/*
 * ROSSOVERDE — Red & Green
 * Eco-anarchism / Social ecology
 *
 * Murray Bookchin's ghost approves. The marriage of social revolution
 * and ecological sanity. Green for the living world we defend, red for
 * the struggle that defends it. No ecology without equality; no
 * equality without ecology.
 *
 * Deep forest darkness, living greens, red sparks of resistance.
 */

:root {
  /* --- Backgrounds --- */
  --bg-primary:     #0c1a0e;
  --bg-secondary:   #122116;
  --bg-card:        #16281a;

  /* --- Text --- */
  --text-primary:   #dce8de;
  --text-secondary: #9db8a2;
  --text-muted:     #5f7a64;

  /* --- Accent --- */
  --accent-primary:   #cc2222;
  --accent-secondary: #3da34d;
  --accent-hover:     #a81c1c;

  /* --- Borders & Inputs --- */
  --border-color:  #243a28;
  --input-bg:      #0f1e12;
  --input-border:  #2f4a34;

  /* --- Buttons: Primary --- */
  --btn-primary-bg:    #cc2222;
  --btn-primary-text:  #ffffff;
  --btn-primary-hover: #991a1a;

  /* --- Buttons: Secondary --- */
  --btn-secondary-bg:   #1e3523;
  --btn-secondary-text: #dce8de;

  /* --- Status --- */
  --success: #3da34d;
  --warning: #c9a227;
  --danger:  #cc2222;

  /* --- Shadow --- */
  --shadow: 0 2px 8px rgba(0, 0, 0, 0.5);

  /* --- Navigation --- */
  --nav-bg:   #0a150c;
  --nav-text: #dce8de;

  /* --- Badges --- */
  --badge-bg:   #cc2222;
  --badge-text: #ffffff;

  /* --- Tags --- */
  --tag-bg:   #1a3320;
  --tag-text: #6fcf7f;
}
