/* Forest Spirits Theme */
.theme-forest {
  background: linear-gradient(180deg, #b7e0b2 0%, #e7f5e6 100%);
  color: #3e5a3e;
}
.theme-forest .main-card, .theme-forest .card {
  background: #e7f5e6;
  border-radius: 0rem;
  box-shadow: 0 6px 15px rgba(60,80,60,0.12);
  border: 4px solid #b0885a;
}
.theme-forest .main-title, .theme-forest .ai-search-title {
  color: #6e9c6e;
  font-family: 'Ma Shan Zheng', cursive;
  letter-spacing: 2px;
}
.theme-forest .main-desc, .theme-forest .ai-search-desc {
  color: #3e5a3e;
}
.theme-forest .main-btn, .theme-forest .ai-search-btn {
  background: #6e9c6e;
  color: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 8px rgba(60,80,60,0.11);
}
.theme-forest .main-btn:hover, .theme-forest .ai-search-btn:hover {
  background: #4d7c4d;
  color: #fff;
}
.theme-forest .sidebar-search-container {
  background: #e7f5e6;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(110, 156, 110, 0.08);
}
.theme-forest .sidebar-search-input {
  color: #6e9c6e;
  font-family: 'Ma Shan Zheng', cursive;
}
.theme-forest .sidebar-search-icon {
  color: #6e9c6e;
} 