/* Starry Night Theme */
.theme-starry-night {
  background: linear-gradient(180deg, #232946 0%, #393e6b 100%);
  color: #fafafa;
}
.theme-starry-night .main-card, .theme-starry-night .card {
  background: rgba(35,41,70,0.93);
  border-radius: 0rem;
  box-shadow: 0 6px 15px rgba(80,80,120,0.18);
  border: 3px solid #eebbc3;
}
.theme-starry-night .main-title, .theme-starry-night .ai-search-title {
  color: #f6e58d;
  font-family: 'Kosugi Maru', sans-serif;
  letter-spacing: 2px;
  text-shadow: 0 0 8px #fff6;
}
.theme-starry-night .main-desc, .theme-starry-night .ai-search-desc {
  color: #eebbc3;
}
.theme-starry-night .main-btn, .theme-starry-night .ai-search-btn {
  background: #eebbc3;
  color: #232946;
  border-radius: 1rem;
  box-shadow: 0 4px 8px rgba(80,80,120,0.13);
}
.theme-starry-night .main-btn:hover, .theme-starry-night .ai-search-btn:hover {
  background: #f6e58d;
  color: #232946;
}
.theme-starry-night .sidebar-search-container {
  background: #232946;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(238, 187, 195, 0.08);
}
.theme-starry-night .sidebar-search-input {
  color: #f6e58d;
  font-family: 'Kosugi Maru', sans-serif;
}
.theme-starry-night .sidebar-search-icon {
  color: #f6e58d;
} 