/* Тема: Dino Tent — лаймовий зелений + помаранчевий акцент */

:root,
:root[data-theme='vivid'] {
  --theme-name: 'Dino Tent';
  --_bg:             #f2fce6;
  --_bg-soft:        #e6f8d0;
  --_surface:        #ffffff;
  --_surface-soft:   #f4fcec;
  --_surface-accent: #8cc83440;
  --_text:           #1a2e0a;
  --_text-soft:      #3a5a18;
  --_primary:        #7ec820;
  --_secondary:      #e87818;
  --_highlight:      #a0dc38;
  --_promo:          #f08c28;
  --_price-old:      #7a8a6a;
  --_pill-bg:        rgba(255, 255, 255, 0.76);
  --_input-bg:       rgba(255, 255, 255, 0.88);
  --_topbar-bg:      rgba(242, 252, 230, 0.94);
  --gradient-page:
    radial-gradient(circle at top center, rgba(126, 200, 32, 0.18), transparent 28%),
    radial-gradient(circle at 10% 20%, rgba(232, 120, 24, 0.14), transparent 22%),
    radial-gradient(circle at 88% 14%, rgba(160, 220, 56, 0.14), transparent 18%),
    linear-gradient(180deg, #f2fce6 0%, #e4f8d0 100%);

  --color-green: rgb(90 168 20);
  --color-stock: #c05810;
  --color-on-warning: #1a2e0a;
  --color-on-success: #ffffff;
}
