/* Candy House Theme */
.theme-candy {
  background: linear-gradient(180deg, #ffe0f7 0%, #fff9c4 100%);
  color: #f67280;
}
.theme-candy .main-card, .theme-candy .card {
  background: #fff4fa;
  border-radius: 0rem;
  box-shadow: 0 6px 15px rgba(246,114,128,0.12);
  border: 4px dotted #f8b195;
}
.theme-candy .main-title, .theme-candy .ai-search-title {
  color: #f8b195;
  font-family: 'Ma Shan Zheng', cursive;
  letter-spacing: 2px;
}
.theme-candy .main-desc, .theme-candy .ai-search-desc {
  color: #f67280;
}
.theme-candy .main-btn, .theme-candy .ai-search-btn {
  background: #b2f2bb;
  color: #f67280;
  border-radius: 1.5rem;
  box-shadow: 0 4px 8px rgba(246,114,128,0.11);
}
.theme-candy .main-btn:hover, .theme-candy .ai-search-btn:hover {
  background: #fff9c4;
  color: #f8b195;
}
.theme-candy .sidebar-search-container {
  background: #fff4fa;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(248, 177, 149, 0.08);
}
.theme-candy .sidebar-search-input {
  color: #f8b195;
  font-family: 'Ma Shan Zheng', cursive;
}
.theme-candy .sidebar-search-icon {
  color: #f8b195;
} 