/* Landing Page Styles */
#landing-container {
  width: 100%;
  background: url("/assets/home-background-effcb1c7.png") center center / cover no-repeat;

  /* Match Glass Overlay */
  border-radius: 12px;
}

#landing {
  min-height: 80vh;
}

.landing-search input {
  font-size: 1.2rem;
  text-align: center;
  width: 350px;
  max-width: 100%;
  padding: 18px 48px;
  border-radius: 32px;
  margin-bottom: 24px;
}

.landing-search input::placeholder {
  color: #2f2e2b;
}

@media (prefers-color-scheme: dark) {
  #landing-container {
    background-image: url("/assets/home-background-dark-1d1c7c16.png");
  }

  #landing.glass {
    background-color: #2f2e2b50;
    border-color: rgb(99, 85, 85);
    color: white;
  }
}
