/* SnoShoes default theme profile.
   The base app.css is already SnoShoes-styled; this file exists so the default
   install follows the same profile-driven path as customer/client themes. */
:root {
  --accent: #2fca68;
  --accent-hi: #54e68a;
  --accent-dim: #1d8545;
  --accent-rgb: 47, 202, 104;
  --accent-hi-rgb: 84, 230, 138;
  --accent-dim-rgb: 29, 133, 69;
  --button-bg: linear-gradient(160deg, var(--accent-hi), var(--accent));
  --button-text: #041507;

  --history-sidebar-bg: rgba(7, 18, 13, 0.88);
  --history-sidebar-border: rgba(40, 74, 55, 0.58);
  --history-sidebar-restore-bg: rgba(7, 18, 13, 0.94);

  --history-card-bg: rgba(7, 20, 13, 0.94);
  --history-card-bg-hover: linear-gradient(135deg, rgba(12, 31, 19, 0.98), rgba(16, 43, 26, 0.98));
  --history-card-bg-active: linear-gradient(135deg, rgba(14, 36, 22, 0.98), rgba(20, 58, 34, 0.98));
  --history-card-bg-active-hover: linear-gradient(135deg, rgba(16, 43, 26, 0.98), rgba(24, 70, 41, 0.98));
  --history-card-border: rgba(84, 230, 138, 0.12);
  --history-card-border-hover: rgba(84, 230, 138, 0.38);
  --history-card-border-active: rgba(84, 230, 138, 0.62);
  --history-card-border-active-hover: rgba(139, 255, 174, 0.76);
  --history-card-shadow: inset 0 0 0 1px rgba(255,255,255,0.015);
  --history-card-shadow-hover: 0 0 0 1px rgba(47, 202, 104, 0.07), inset 0 0 0 1px rgba(255,255,255,0.024);
  --history-card-shadow-active: 0 0 18px rgba(47, 202, 104, 0.07), inset 0 0 0 1px rgba(255,255,255,0.03);
  --history-card-text: #d9f8e1;
  --history-card-text-active: #f2fff5;
  --history-card-muted: #83bf96;

  --history-delete-bg: rgba(7, 18, 13, 0.94);
  --history-delete-bg-hover: rgba(239, 118, 118, 0.09);
  --history-delete-border: rgba(84, 230, 138, 0.08);
  --history-delete-border-hover: rgba(239, 118, 118, 0.40);
  --history-delete-color: #8ec79f;
  --history-delete-color-hover: #ff9f9f;
}
