/* style/game-lobby-game-filter.css */
.page-game-lobby-game-filter {
  font-family: 'Arial', sans-serif;
  color: #ffffff;
  background-color: #0d1a2d; /* Slightly darker than main blue for depth */
  line-height: 1.6;
}

.page-game-lobby-game-filter__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-lobby-game-filter__hero {
  background: linear-gradient(135deg, #003366, #004488);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

.page-game-lobby-game-filter__hero::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255, 204, 0, 0.1);
  border-radius: 50%;
  animation: page-game-lobby-game-filter__bubble-anim 10s infinite alternate ease-in-out;
}

.page-game-lobby-game-filter__hero::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: rgba(0, 51, 102, 0.1);
  border-radius: 50%;
  animation: page-game-lobby-game-filter__bubble-anim 8s infinite alternate-reverse ease-in-out;
}

@keyframes page-game-lobby-game-filter__bubble-anim {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(50px, -50px) scale(1.1); }
}

.page-game-lobby-game-filter__title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFCC00; /* Gold for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-game-lobby-game-filter__subtitle {
  font-size: 1.4em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #e0e0e0;
}

.page-game-lobby-game-filter__section-title {
  font-size: 2.5em;
  color: #FFCC00;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-game-lobby-game-filter__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #003366;
  border-radius: 2px;
}

.page-game-lobby-game-filter__sub-section-title {
  font-size: 1.8em;
  color: #FFCC00;
  margin-top: 50px;
  margin-bottom: 25px;
}

.page-game-lobby-game-filter__text {
  font-size: 1.1em;
  color: #e0e0e0;
  margin-bottom: 20px;
}

.page-game-lobby-game-filter__keyword {
  color: #FFCC00;
  font-weight: bold;
}

.page-game-lobby-game-filter__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.1em;
  border: none;
}

.page-game-lobby-game-filter__btn--primary {
  background-color: #FFCC00;
  color: #003366;
}

.page-game-lobby-game-filter__btn--primary:hover {
  background-color: #e6b800;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-game-lobby-game-filter__btn--secondary {
  background-color: #003366;
  color: #FFCC00;
  border: 2px solid #FFCC00;
}

.page-game-lobby-game-filter__btn--secondary:hover {
  background-color: #002244;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-game-lobby-game-filter__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
  border-radius: 5px;
}

.page-game-lobby-game-filter__link {
  color: #FFCC00;
  text-decoration: none;
  font-weight: bold;
}

.page-game-lobby-game-filter__link:hover {
  text-decoration: underline;
  color: #e6b800;
}

/* Filter Section */
.page-game-lobby-game-filter__filter-section {
  padding: 60px 0;
  background-color: #002244;
}

.page-game-lobby-game-filter__filter-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

.page-game-lobby-game-filter__filter-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-game-lobby-game-filter__label {
  color: #e0e0e0;
  margin-bottom: 8px;
  font-weight: bold;
}

.page-game-lobby-game-filter__select {
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #003366;
  background-color: #001a33;
  color: #ffffff;
  font-size: 1em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23FFCC00%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-6.5%200-12.3%203.2-16%208.7-3.6%205.4-3.6%2012.3%200%2017.6l128%20128c3.7%203.7%209.2%205.7%2014.6%205.7s10.9-2%2014.6-5.7l128-128c4.6-5.4%205.9-12.3%203.2-17.6z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  min-width: 180px;
}

.page-game-lobby-game-filter__select:focus {
  outline: none;
  border-color: #FFCC00;
  box-shadow: 0 0 0 3px rgba(255, 204, 0, 0.3);
}

.page-game-lobby-game-filter__apply-btn {
  align-self: flex-end;
  margin-top: 10px;
}

.page-game-lobby-game-filter__game-results {
  margin-top: 50px;
  text-align: center;
}

.page-game-lobby-game-filter__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-game-lobby-game-filter__game-card {
  background-color: #003366;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-lobby-game-filter__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-game-lobby-game-filter__game-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  margin-bottom: 15px;
}

.page-game-lobby-game-filter__game-name {
  font-size: 1.4em;
  color: #FFCC00;
  margin-bottom: 5px;
}

.page-game-lobby-game-filter__game-type {
  color: #e0e0e0;
  font-size: 0.9em;
  margin-bottom: 20px;
}

.page-game-lobby-game-filter__call-to-action {
  margin-top: 60px;
  background-color: #004488;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

/* Advantages Section */
.page-game-lobby-game-filter__advantages-section {
  padding: 60px 0;
  background-color: #0d1a2d;
  text-align: center;
}

.page-game-lobby-game-filter__advantage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-game-lobby-game-filter__advantage-card {
  background-color: #003366;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-game-lobby-game-filter__advantage-card:hover {
  transform: translateY(-5px);
}

.page-game-lobby-game-filter__advantage-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 204, 0, 0.5));
}

.page-game-lobby-game-filter__advantage-title {
  font-size: 1.6em;
  color: #FFCC00;
  margin-bottom: 15px;
}

.page-game-lobby-game-filter__advantage-text {
  color: #e0e0e0;
  font-size: 1em;
}

/* Deep Dive Content Section */
.page-game-lobby-game-filter__content-deep-dive {
  padding: 60px 0;
  background-color: #002244;
}

.page-game-lobby-game-filter__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-game-lobby-game-filter__image--full-width {
  width: 100%;
}

.page-game-lobby-game-filter__cta-banner {
  background: linear-gradient(90deg, #FFCC00, #e6b800);
  padding: 50px;
  border-radius: 15px;
  text-align: center;
  margin-top: 80px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-game-lobby-game-filter__cta-text {
  font-size: 1.8em;
  color: #003366;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-game-lobby-game-filter__cta-banner .page-game-lobby-game-filter__btn {
  margin: 0 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-game-lobby-game-filter__title {
    font-size: 2.5em;
  }

  .page-game-lobby-game-filter__subtitle {
    font-size: 1.2em;
  }

  .page-game-lobby-game-filter__section-title {
    font-size: 2em;
  }

  .page-game-lobby-game-filter__filter-controls {
    flex-direction: column;
    align-items: stretch;
  }

  .page-game-lobby-game-filter__filter-group {
    width: 100%;
  }

  .page-game-lobby-game-filter__select {
    width: 100%;
    min-width: unset;
  }

  .page-game-lobby-game-filter__apply-btn {
    width: 100%;
    align-self: center;
  }

  .page-game-lobby-game-filter__game-grid,
  .page-game-lobby-game-filter__advantage-grid {
    grid-template-columns: 1fr;
  }

  .page-game-lobby-game-filter__cta-banner {
    padding: 30px;
  }

  .page-game-lobby-game-filter__cta-text {
    font-size: 1.4em;
  }

  .page-game-lobby-game-filter__cta-banner .page-game-lobby-game-filter__btn {
    margin: 10px 0;
    width: 80%;
  }
}

@media (max-width: 480px) {
  .page-game-lobby-game-filter__title {
    font-size: 2em;
  }

  .page-game-lobby-game-filter__subtitle {
    font-size: 1em;
  }

  .page-game-lobby-game-filter__section-title {
    font-size: 1.8em;
  }

  .page-game-lobby-game-filter__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
}