/**
 * Forest Theme - Production Environment
 * Fresh, natural, stable production feel
 * Conveys reliability and professionalism
 */

[data-theme="forest"] {
  /* Background Tokens */
  --bg-base: #0B1D0F;           /* Dark Forest Green */
  --bg-surface: #1B4332;        /* Deep Green */
  --bg-overlay: #2D6A4F;        /* Medium Green */
  --bg-input: #0B1D0F;          /* Dark Forest Green */
  --bg-hover: #40916C;          /* Bright Green */
  --bg-elevated: #2D6A4F;

  /* Text Tokens */
  --text-primary: #E8F5E9;      /* Light Mint */
  --text-secondary: #B7E4C7;    /* Mint */
  --text-tertiary: #95D5B2;     /* Soft Green */
  --text-inverse: #0B1D0F;      /* Dark Forest for light backgrounds */
  --text-muted: rgba(183, 228, 199, 0.7);

  /* Brand Tokens */
  --brand-primary: #4CAF50;     /* Vibrant Green */
  --brand-secondary: #2E7D32;   /* Forest Green */
  --brand-accent: #B7E4C7;      /* Mint */
  --brand-hover: #388E3C;       /* Medium Green */

  /* Interactive Tokens */
  --interactive-default: #2E7D32;
  --interactive-hover: #B7E4C7;
  --interactive-active: #4CAF50;
  --interactive-disabled: rgba(183, 228, 199, 0.3);

  /* Border Tokens */
  --border-default: rgba(183, 228, 199, 0.2);
  --border-muted: rgba(183, 228, 199, 0.1);
  --border-focus: #2E7D32;
  --border-error: #B71C1C;

  /* Status Tokens */
  --status-success: #4CAF50;    /* Vibrant Green */
  --status-success-bg: rgba(76, 175, 80, 0.2);
  --status-warning: #FF9800;    /* Orange */
  --status-warning-bg: rgba(255, 152, 0, 0.2);
  --status-error: #B71C1C;      /* Dark Red */
  --status-error-bg: rgba(183, 28, 28, 0.2);
  --status-info: #2E7D32;       /* Forest Green */
  --status-info-bg: rgba(46, 125, 50, 0.2);
  --status-danger: #B71C1C;     /* Dark Red */
  --status-danger-bg: rgba(183, 28, 28, 0.2);

  /* Button Tokens */
  --btn-default: #3D5A47;       /* Muted Green-Gray */
  --btn-default-hover: #4A6B54; /* Lighter Green-Gray */
  --btn-active: #4CAF50;        /* Vibrant Green */
  --btn-active-hover: #388E3C;  /* Medium Green */
  --btn-buy: #2D8A4E;           /* Emerald Green */
  --btn-buy-hover: #246E3E;     /* Darker Emerald */
  --btn-buy-active: #34D058;    /* Bright Green */
  --btn-sell: #C23028;          /* Bright Red */
  --btn-sell-hover: #9A2520;    /* Darker Red */
  --btn-sell-active: #E54040;   /* Vivid Red */
  --btn-warning: #FF9800;       /* Orange */
  --btn-warning-hover: #E68A00; /* Darker Orange */
  --btn-danger: #B71C1C;        /* Dark Red */
  --btn-danger-hover: #8B1515;  /* Deeper Red */

  /* P&L State Buttons */
  --btn-profit: #1A8A5A;        /* Teal Green */
  --btn-profit-hover: #14704A;  /* Darker Teal */
  --btn-loss: #B83A3A;          /* Muted Red */
  --btn-loss-hover: #963030;    /* Darker Muted Red */
  --btn-neutral: #3D5A47;       /* Muted Green-Gray */
  --btn-neutral-hover: #4A6B54; /* Lighter Green-Gray */

  /* Active indicator border */
  --border-active: #4CAF50;     /* Vibrant Green */

  /* Shadow Tokens */
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.3);
}
