/**
 * 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);

  /* 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);
}
