/* Jungle Safari Theme */
.theme-jungle {
  --bg-primary: #1a3a0a;
  --bg-secondary: #2d5016;
  --text-primary: #fff8e1;
  --accent-color: #ff9800;
  --btn-bg: rgba(106, 143, 60, 0.5);
  --btn-border: rgba(139, 195, 74, 0.6);
  --review-btn: #e65100;
  background: linear-gradient(170deg, #1a3a0a 0%, #2d5016 40%, #3e6b1e 70%, #1a3a0a 100%);
}

/* Decorative vine patterns on the sides */
.theme-jungle .screen.active::before {
  content: '🌿🍃🌴🌿🍃';
  position: fixed;
  top: 10px;
  left: 10px;
  font-size: 1.5rem;
  opacity: 0.3;
  pointer-events: none;
  letter-spacing: 4px;
}

.theme-jungle .screen.active::after {
  content: '🌺🦎🌻🦜🌸';
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 1.5rem;
  opacity: 0.3;
  pointer-events: none;
  letter-spacing: 4px;
}
