/* searx.it Alpine privacy hero override; loaded after the upstream simple theme. */
:root { --searx-it-accent: #a8e6cf; }

body.index_endpoint { background: #152b35; color: #fff; }
body.index_endpoint > main { min-height: 100svh; position: relative; isolation: isolate; overflow: hidden; }
body.index_endpoint #main_index { margin-top: 0; }
body.index_endpoint #links_on_top {
  position: absolute; z-index: 4;
  inset: max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) auto auto;
}

body.index_endpoint .index {
  min-height: 100svh; position: relative; isolation: isolate; display: grid; place-items: center; overflow: hidden;
}
.searx-it-hero__photo, .searx-it-hero__photo img, .searx-it-hero__scrim {
  position: absolute; inset: 0; width: 100%; height: 100%;
}
.searx-it-hero__photo { z-index: 0; }
.searx-it-hero__photo img { object-fit: cover; object-position: center; }
.searx-it-hero__scrim {
  z-index: 1;
  background: linear-gradient(180deg, rgba(10, 29, 37, .62), rgba(10, 29, 37, .12) 48%, rgba(10, 29, 37, .72));
}
.searx-it-hero__content {
  width: min(42rem, calc(100% - 2rem)); margin: 0 auto; padding: 5rem 0 3rem; position: relative; z-index: 2; text-align: center;
}
.index .searx-it-hero__wordmark {
  font-size: clamp(2.8rem, 7vw, 5.5rem); font-weight: 650; letter-spacing: -.06em; line-height: 1;
  margin: 0; visibility: visible; color: #fff; text-shadow: 0 2px 18px rgba(0, 0, 0, .3);
}
.searx-it-hero__wordmark span { color: var(--searx-it-accent); }
.searx-it-hero__tagline { font-size: clamp(1rem, 2vw, 1.35rem); margin: 1rem 0 2rem; }
.searx-it-hero #search { margin: 0 auto; max-width: 42rem; text-align: left; }
.searx-it-hero #search_logo { display: none; }

@media (max-width: 767px) {
  .searx-it-hero__content { padding-top: 4rem; }
  .searx-it-hero__tagline { margin-bottom: 1.5rem; }
}
