/*
 * BEKINTEK — Theme Preset: Original Signature
 * The default dark olive military theme.
 * No overrides needed — style.css :root already defines these values.
 * This file exists for symmetry with other presets.
 */

html[data-visual-preset="original"] {
  /* Re-assert defaults for explicit switching */
  --theme-bg:            #080b08;
  --theme-bg-soft:       #0d110d;
  --theme-bg-elevated:   #141a13;
  --theme-bg-surface:    #1c231b;
  --theme-bg-input:      #232c22;

  --theme-primary:       #7ab22e;
  --theme-primary-soft:  #8b9d5a;
  --theme-primary-dim:   #5a6b3a;
  --theme-primary-glow:  rgba(122,178,46,0.12);

  --theme-accent:        #c8901a;
  --theme-accent-soft:   #e8a82a;
  --theme-danger:        #c0392b;
  --theme-tan:           #b8a882;
  --theme-tan-soft:      #d4c49e;

  --theme-text:          #d8dfcc;
  --theme-text-muted:    #8a9478;
  --theme-text-dim:      #4e5947;
  --theme-text-heading:  #ffffff;
  --theme-text-inverse:  #0d110d;

  --theme-border:        rgba(90,107,58,0.2);
  --theme-border-glow:   rgba(122,178,46,0.3);

  --theme-shadow:        0 4px 24px rgba(0,0,0,0.5);
  --theme-shadow-glow:   0 0 40px rgba(90,107,58,0.2);

  --theme-hero-gradient: linear-gradient(160deg, #080b08 0%, #0f150e 45%, #0a0f09 100%);

  --theme-bg-rgb: 8, 11, 8;
  --theme-bg-soft-rgb: 13, 17, 13;
  --theme-primary-rgb: 122, 178, 46;
  --theme-primary-dim-rgb: 90, 107, 58;
  --theme-accent-rgb: 200, 144, 26;
  --theme-danger-rgb: 192, 57, 43;
  --theme-text-heading-rgb: 255, 255, 255;
  --theme-text-inverse-rgb: 13, 17, 13;
  --theme-text-rgb: 216, 223, 204;
}
