/* ================================================================
 *  Green Theme Override for stockstrategy.ru
 *  Overrides Bootstrap Phoenix variables: blue → green, light bg
 *  Load AFTER theme.css and user.css
 * ================================================================ */
:root,
[data-bs-theme=light] {
  /* ── Primary accent: green instead of blue ── */
  --phoenix-primary: #059669;
  --phoenix-primary-rgb: 5, 150, 105;
  --phoenix-primary-100: #d1fae6;
  --phoenix-primary-100-rgb: 209, 250, 230;
  --phoenix-primary-200: #a7f3d0;
  --phoenix-primary-200-rgb: 167, 243, 208;
  --phoenix-primary-300: #6ee7b7;
  --phoenix-primary-300-rgb: 110, 231, 183;
  --phoenix-primary-500: #047857;
  --phoenix-primary-500-rgb: 4, 120, 87;
  --phoenix-primary-600: #065f46;
  --phoenix-primary-600-rgb: 6, 95, 70;
  --phoenix-primary-soft: #ecfdf5;
  --phoenix-primary-soft-rgb: 236, 253, 245;

  /* ── Primary text / bg emphasis ── */
  --phoenix-primary-text-emphasis: #065f46;
  --phoenix-primary-bg-subtle: #d1fae6;
  --phoenix-primary-border-subtle: #6ee7b7;

  /* ── Links ── */
  --phoenix-link-color: #059669;
  --phoenix-link-color-rgb: 5, 150, 105;
  --phoenix-link-hover-color: #047857;
  --phoenix-link-hover-color-rgb: 4, 120, 87;

  /* ── Body: white background, dark text ── */
  --phoenix-body-bg: #ffffff;
  --phoenix-body-bg-rgb: 255, 255, 255;
  --phoenix-body-color: #1e293b;
  --phoenix-body-color-rgb: 30, 41, 59;

  /* ── Emphasis / headings ── */
  --phoenix-emphasis-color: #0f172a;
  --phoenix-emphasis-color-rgb: 15, 23, 42;

  /* ── Borders ── */
  --phoenix-border-color: #e5e7eb;
  --phoenix-border-color-translucent: rgba(0, 0, 0, 0.08);

  /* ── Navbar top (white top bar) ── */
  --phoenix-navbar-top-bg-color: #ffffff;
  --phoenix-navbar-top-link-color: #475569;
  --phoenix-navbar-top-link-hover-color: #059669;
  --phoenix-navbar-top-link-active-color: #059669;
  --phoenix-navbar-top-link-hover-bg: #ecfdf5;
  --phoenix-navbar-top-border-color: #e5e7eb;
  --phoenix-navbar-top-menu-bg-color: #ffffff;
  --phoenix-navbar-top-dropdown-color: #1e293b;
  --phoenix-navbar-top-dropdown-hover-bg: #ecfdf5;

  /* ── Navbar vertical (sidebar) ── */
  --phoenix-navbar-vertical-bg-color: #ffffff;
  --phoenix-navbar-vertical-link-color: #475569;
  --phoenix-navbar-vertical-link-hover-color: #059669;
  --phoenix-navbar-vertical-link-hover-bg: #ecfdf5;
  --phoenix-navbar-vertical-link-active-color: #059669;
  --phoenix-navbar-vertical-link-icon-color: #64748b;
  --phoenix-navbar-vertical-label-color: #64748b;
  --phoenix-navbar-vertical-border-color: #e5e7eb;
  --phoenix-navbar-footer-border-color: #e5e7eb;
  --phoenix-navbar-vertical-hr-color: #e5e7eb;
  --phoenix-navbar-vertical-collapsed-menu-bg: #ffffff;
  --phoenix-navbar-vertical-collapsed-menu-color: #1e293b;

  /* ── Success (keep green but match our shade) ── */
  --phoenix-success: #059669;
  --phoenix-success-rgb: 5, 150, 105;
  --phoenix-success-text-emphasis: #065f46;
  --phoenix-success-bg-subtle: #d1fae6;
  --phoenix-success-border-subtle: #6ee7b7;

  /* ── Card ── */
  --phoenix-card-bg: var(--phoenix-white);
  --phoenix-card-cap-bg: #f8faf9;

  /* ── Table ── */
  --phoenix-table-border-color: #e5e7eb;
  --phoenix-table-hover-bg: #f8faf9;

  /* ── Avatar name color ── */
  --phoenix-avatar-name-color: #1e293b;

  /* ── Secondary ── */
  --phoenix-secondary-bg: #f1f5f9;
  --phoenix-secondary-bg-rgb: 241, 245, 249;
}
