/* Water Gun — electric blue + steel gray */

:root,
:root[data-theme='vivid'] {
  --theme-name: 'Water Gun';
  --_bg:             #f0f4fa;
  --_bg-soft:        #e4ecf6;
  --_surface:        #ffffff;
  --_surface-soft:   #f4f8fc;
  --_surface-accent: #1e50e040;
  --_text:           #0e1a2e;
  --_text-soft:      #3a5070;
  --_primary:        #1e50e0;
  --_secondary:      #5a6e88;
  --_highlight:      #3a78f8;
  --_promo:          #2860f0;
  --_price-old:      #7a8ea8;
  --_pill-bg:        rgba(255, 255, 255, 0.78);
  --_input-bg:       rgba(255, 255, 255, 0.90);
  --_topbar-bg:      rgba(240, 244, 250, 0.94);
  --gradient-page:
    radial-gradient(circle at top center, rgba(30, 80, 224, 0.16), transparent 28%),
    radial-gradient(circle at 10% 20%, rgba(90, 110, 136, 0.12), transparent 22%),
    radial-gradient(circle at 88% 14%, rgba(58, 120, 248, 0.12), transparent 18%),
    linear-gradient(180deg, #f0f4fa 0%, #e2ecf8 100%);

  --color-green: rgb(22 163 74);
  --color-stock: #1040b8;
  --color-on-warning: #0e1a2e;
  --color-on-success: #ffffff;
}
