/* Seaside Summer Theme */
.theme-seaside {
  background: linear-gradient(180deg, #d0f0fd 0%, #ffeaa7 100%);
  color: #2d5d7b;
}
.theme-seaside .main-card {
  background: #d0f0fd;
  border-radius: 20rem;
  box-shadow: 0 6px 15px rgba(60,80,120,0.13);
  border: 4px solid #f6c177;
}
.theme-seaside{
}
.card {
  background: #d0f0fd;
  border-radius: 0rem;
  box-shadow: 0 6px 15px rgba(60,80,120,0.13);
  border: 4px solid #f6c177;
}

.theme-seaside .main-title, .theme-seaside .ai-search-title {
  color: #2d5d7b;
  font-family: 'Kosugi Maru', sans-serif;
  letter-spacing: 2px;
}
.theme-seaside .main-desc, .theme-seaside .ai-search-desc {
  color: #ffb6b9;
}
.theme-seaside .main-btn, .theme-seaside .ai-search-btn {
  background: #f6c177;
  color: #2d5d7b;
  border-radius: 1rem;
  box-shadow: 0 4px 8px rgba(60,80,120,0.11);
}
.theme-seaside .main-btn:hover, .theme-seaside .ai-search-btn:hover {
  background: #ffb6b9;
  color: #fff;
}
.theme-seaside .sidebar-search-container {
  background: #d0f0fd;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(246, 193, 119, 0.08);
}
.theme-seaside .sidebar-search-input {
  color: #2d5d7b;
  font-family: 'Kosugi Maru', sans-serif;
}
.theme-seaside .sidebar-search-icon {
  color: #2d5d7b;
} 