/* Ghibli Theme */
.theme-ghibli {
  background: url('https://images.unsplash.com/photo-1606741965422-99c2b72d5d07') no-repeat center center fixed;
  background-size: cover;
  color: #333;
}
.theme-ghibli .ghibli-card, .theme-ghibli .card {
  background-color: #d5e0d5;
  border-radius: 0rem;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  padding: 2rem;
  margin: 5rem auto;
  width: 90%;
  backdrop-filter: blur(3px);
  border: 4px solid #a3c9a8;
}
.theme-ghibli .ghibli-title, .theme-ghibli .ai-search-title {
  font-size: 2.5rem;
  color: #44624a;
  text-align: center;
  font-family: 'Cherry Bomb One', 'Ma Shan Zheng', cursive;
  letter-spacing: 2px;
}
.theme-ghibli .ghibli-desc, .theme-ghibli .ai-search-desc {
  font-family: 'Ma Shan Zheng', 'Cherry Bomb One', cursive;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.theme-ghibli .ghibli-button, .theme-ghibli .ai-search-btn {
  background-color: #a3c9a8;
  color: #fff;
  border: none;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  border-radius: 1rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  outline: none;
  position: relative;
  overflow: hidden;
}
.theme-ghibli .ghibli-button:hover, .theme-ghibli .ai-search-btn:hover {
  background-color: #8bbf91;
  transform: scale(1.05);
}
.theme-ghibli .sidebar-search-container {
  background: #e4f5e8;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(90, 143, 123, 0.08);
}
.theme-ghibli .sidebar-search-input {
  color: #5a8f7b;
  font-family: 'Kosugi Maru', 'Ma Shan Zheng', sans-serif;
}
.theme-ghibli .sidebar-search-icon {
  color: #5a8f7b;
} 