/* Dreamy Garden Theme */
.theme-dreamy-garden {
  background: linear-gradient(180deg, #ffe0f7 0%, #b2f2bb 100%);
  color: #7c5e99;
}
.theme-dreamy-garden .main-card, .theme-dreamy-garden .card {
  background: #fff0f6;
  border-radius: 0rem;
  box-shadow: 0 6px 15px rgba(180,120,180,0.12);
  border: 4px dashed #b388ff;
}
.theme-dreamy-garden .main-title, .theme-dreamy-garden .ai-search-title {
  color: #b388ff;
  font-family: 'Ma Shan Zheng', cursive;
  letter-spacing: 2px;
}
.theme-dreamy-garden .main-desc, .theme-dreamy-garden .ai-search-desc {
  color: #7c5e99;
}
.theme-dreamy-garden .main-btn, .theme-dreamy-garden .ai-search-btn {
  background: #b2f2bb;
  color: #7c5e99;
  border-radius: 1rem;
  box-shadow: 0 4px 8px rgba(180,120,180,0.11);
}
.theme-dreamy-garden .main-btn:hover, .theme-dreamy-garden .ai-search-btn:hover {
  background: #fff9c4;
  color: #b388ff;
}
.theme-dreamy-garden .sidebar-search-container {
  background: #fff0f6;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(179, 136, 255, 0.08);
}
.theme-dreamy-garden .sidebar-search-input {
  color: #b388ff;
  font-family: 'Ma Shan Zheng', cursive;
}
.theme-dreamy-garden .sidebar-search-icon {
  color: #b388ff;
} 