@import url('https://fonts.googleapis.com/css2?family=Space Grotesk&display=swap');

.search-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 22px;
    padding: 4px 14px;
    margin: 0;
    box-shadow: 0 2px 10px rgba(127, 116, 228, 0.06);
    width: 110%;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    transition: background 0.25s;
    line-height: 1; 
}

.search-container img {
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: transform 0.18s, box-shadow 0.18s;
    background: rgba(127, 116, 228, 0.06);
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(127, 116, 228, 0.08);
    padding: 3px;
}

.search-container img:hover {
    transform: scale(1.1);
}

#search-web {
    width: 100%;
    padding: 10px 20px;
    border: 2px solid #7f74e4;
    border-radius: 25px;
    font-size: 1rem;
    outline: none;
    background: rgba(255, 255, 255, 0.1);
    color: rgb(0, 0, 0);
    transition: all 0.3s ease;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    display: block;
}

#search-web:focus {
    border-color: #a39de8;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 4px 20px rgba(127, 116, 228, 0.3);
    width: 87%;
    transition: width 0.3s ease, border-color 0.3s, background 0.3s, box-shadow 0.3s;
}

#search-web::placeholder {
    color: #b8b5ff;
    font-weight: 400;
}

/* mmh i see this */
.loooowtaperfade {
  font-family: 'Space Grotesk', sans-serif;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  background: rgba(255, 255, 255, 0.062);
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 30px;
  backdrop-filter: blur(10px);
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
  margin-top: 10px;
}

.lowtaperfade {
  display: inline-block;
  width: 90px;
  height: 110px;
  margin: 4px;
  padding: 14px 10px 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid #7f74e4;
  border-radius: 25px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  backdrop-filter: blur(12px);
  text-decoration: none;
  color: inherit;
  z-index: 999px;
}

.lowtaperfade img {
  width: 36px;
  height: 36px;
  border-radius: 35%;
  transition: transform 0.3s ease;
  opacity: 0.96;
  margin-bottom: 6px;
}

.lowtaperfade:hover {
  transform: translateY(-4px) scale(1.06);
  border-color: #a39de8; 
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0px 6px 25px rgba(127, 116, 228, 0.3);
}

.lowtaperfade:hover img {
  transform: scale(1.1);
}

.lowtaperfade span {
  display: block;
  font-size: 12px; 
  font-weight: 600;
  opacity: 0.9;
  letter-spacing: 0.3px;
  text-decoration: none;
}

.title {
    margin-bottom: 10px;
}

p {
    margin-bottom: 20px;
}

.center-box p {
    transition: opacity 0.3s ease;
    opacity: 1;
}

.search-wrapper {
    position: relative;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }

  #search-suggestions {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 24px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
    z-index: 1000;
    max-height: 260px;
    overflow-y: auto;
    opacity: 0;
    transform: translateY(-5px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 6px 0;
    pointer-events: none;
    z-index: 1000;
  }

  #search-suggestions.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .suggestion-item {
    padding: 10px 18px;
    cursor: pointer;
    color: #fff;
    transition: all 0.15s ease;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    margin: 4px 12px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
  }

  .suggestion-item:hover {
    background: rgba(255, 255, 255, 0.15);
  }

  .suggestion-item.highlighted {
    background: rgba(255, 255, 255, 0.25);
  }

  .suggestion-loading {
    padding: 16px;
    text-align: center;
    color: rgba(255,255,255,0.75);
    font-style: italic;
    font-size: 13px;
  }

  #search-suggestions::-webkit-scrollbar {
    width: 4px;
  }

  #search-suggestions::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
  }

  #search-suggestions::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
  }

.posterindeed { 
    font-family: 'Space Grotesk', sans-serif;
    font-size: 4rem;
    font-weight: 900;
    color: #fff;
    text-align: center;
    position: relative;
    text-shadow:
        0 0 10px rgba(255, 255, 255, 0.7),
        0 0 25px rgba(255, 255, 255, 0.5),
        0 0 40px rgba(255, 255, 255, 0.4),
        0 0 55px rgba(255, 255, 255, 0.3),
        0 0 70px rgba(255, 255, 255, 0.2); 
    transition: text-shadow 0.4s ease-in-out, transform 0.3s ease-in-out;
}

.posterindeed:hover { 
    text-shadow:
        0 0 15px rgba(255, 255, 255, 0.9),
        0 0 35px rgba(255, 255, 255, 0.7),
        0 0 55px rgba(255, 255, 255, 0.6),
        0 0 75px rgba(255, 255, 255, 0.5),
        0 0 100px rgba(255, 255, 255, 0.4);
    transform: scale(1.05); 
}
