.hero--ranking {
  background: linear-gradient(135deg, rgba(247, 215, 0, 0.9) 0%, rgba(30, 58, 138, 0.8) 50%, rgba(220, 38, 38, 0.7) 100%);
}
.hero--ranking::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/hero/3.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.35;
  z-index: 0;
}
.hero--ranking::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.hero--ranking .hero__content {
  position: relative;
  z-index: 2;
}

.rankings {
  padding: 5rem 0;
  background: #ffffff;
  color: #1f2937;
}
.rankings__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 3rem;
}
.rankings__header {
  text-align: center;
  margin-bottom: 5rem;
}
.rankings__title {
  font-size: 3rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.rankings__description {
  font-size: 1.25rem;
  color: rgba(31, 41, 55, 0.7);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.rankings__categories {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 5rem;
  padding: 3rem;
  background: rgba(255, 107, 53, 0.05);
  border-radius: 12px;
}
.rankings__controls {
  display: flex;
  justify-content: center;
}
.rankings__control-group {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.rankings__select {
  appearance: none;
  background: #ffffff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%231f2937" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>') no-repeat right 12px center;
  background-size: 16px;
  border: 2px solid rgba(255, 107, 53, 0.2);
  padding: 1rem 4rem 1rem 2rem;
  border-radius: 12px;
  font-weight: 600;
  min-width: 260px;
}
.rankings__nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 2px solid rgba(255, 107, 53, 0.25);
  background: #ffffff;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1f2937;
  transition: all 0.25s ease;
}
.rankings__nav-btn:hover {
  border-color: #ff6b35;
  transform: translateY(-1px);
  background: rgba(255, 107, 53, 0.08);
}
.rankings__search {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  border: 2px solid rgba(31, 41, 55, 0.1);
  border-radius: 12px;
  padding: 1rem 2rem;
}
.rankings__content {
  min-height: 400px;
}
.rankings__category {
  margin-bottom: 5rem;
}
.rankings__category.hidden {
  display: none;
}
.rankings__category-title {
  font-size: 2rem;
  font-weight: 700;
  color: #ff6b35;
  margin-bottom: 3rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.rankings__table {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(31, 41, 55, 0.1);
  overflow: hidden;
  margin-bottom: 3rem;
}
.rankings__table-header {
  background: linear-gradient(135deg, #ff6b35 0%, #1e3a8a 100%);
  color: #ffffff;
  display: grid;
  grid-template-columns: 80px 1fr 200px 150px 120px;
  gap: 2rem;
  padding: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.9rem;
}
.rankings__table-row {
  display: grid;
  grid-template-columns: 80px 1fr 200px 150px 120px;
  gap: 2rem;
  padding: 3rem;
  border-bottom: 1px solid rgba(31, 41, 55, 0.1);
  transition: all 0.3s ease;
  align-items: center;
}
.rankings__table-row:hover {
  background: rgba(255, 107, 53, 0.05);
  transform: translateX(5px);
}
.rankings__table-row:last-child {
  border-bottom: none;
}
.rankings__table-row--first {
  background: linear-gradient(135deg, rgba(247, 215, 0, 0.1) 0%, rgba(247, 215, 0, 0.05) 100%);
  border-left: 4px solid #F7D700;
}
.rankings__table-row--second {
  background: linear-gradient(135deg, rgba(192, 192, 192, 0.1) 0%, rgba(192, 192, 192, 0.05) 100%);
  border-left: 4px solid #c0c0c0;
}
.rankings__table-row--third {
  background: linear-gradient(135deg, rgba(205, 127, 50, 0.1) 0%, rgba(205, 127, 50, 0.05) 100%);
  border-left: 4px solid #cd7f32;
}
.rankings__position {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 107, 53, 0.1);
  color: #ff6b35;
}
.rankings__position--medal {
  color: #ffffff;
}
.rankings__position--medal.first {
  background: linear-gradient(135deg, #F7D700 0%, rgb(145, 126.2145748988, 0) 100%);
}
.rankings__position--medal.second {
  background: linear-gradient(135deg, #c0c0c0 0%, #a0a0a0 100%);
}
.rankings__position--medal.third {
  background: linear-gradient(135deg, #cd7f32 0%, #b8691e 100%);
}
.rankings__archer {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.rankings__archer-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1f2937;
}
.rankings__archer-info {
  font-size: 0.85rem;
  color: rgba(31, 41, 55, 0.6);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.rankings__disability-badge {
  background: rgba(220, 38, 38, 0.1);
  color: #dc2626;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
}
.rankings__club {
  font-size: 0.9rem;
  color: #1e3a8a;
  font-weight: 500;
  text-align: center;
}
.rankings__score {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ff6b35;
  text-align: center;
}
.rankings__score::after {
  content: " pts";
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(31, 41, 55, 0.6);
}
.rankings__date {
  font-size: 0.85rem;
  color: rgba(31, 41, 55, 0.6);
  text-align: center;
}
.rankings__loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem;
  color: #1f2937;
}
.rankings__loading .loading-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(255, 107, 53, 0.2);
  border-left: 4px solid #ff6b35;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 2rem;
}
.rankings__loading span {
  font-size: 1rem;
  color: rgba(31, 41, 55, 0.7);
}
.rankings__empty {
  text-align: center;
  padding: 5rem;
  color: rgba(31, 41, 55, 0.6);
}
.rankings__empty-icon {
  font-size: 4rem;
  margin-bottom: 3rem;
  opacity: 0.3;
}
.rankings__empty-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.rankings__empty-description {
  font-size: 1rem;
  line-height: 1.6;
}
.rankings__error {
  text-align: center;
  padding: 5rem;
  color: #dc2626;
}
.rankings__error-icon {
  font-size: 4rem;
  margin-bottom: 3rem;
  opacity: 0.5;
}
.rankings__error-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.rankings__error-description {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 3rem;
}
.rankings__error-retry {
  background: #dc2626;
  color: #ffffff;
  padding: 1rem 2rem;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.rankings__error-retry:hover {
  background: rgb(178.25, 28.75, 28.75);
  transform: translateY(-2px);
}

@media (max-width: 1200px) {
  .rankings__table-header, .rankings__table-row {
    grid-template-columns: 60px 1fr 180px 120px 100px;
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  .rankings {
    padding: 4rem 0;
  }
  .rankings__title {
    font-size: 2.5rem;
  }
  .rankings__description {
    font-size: 1.125rem;
  }
  .rankings__categories {
    padding: 2rem;
  }
  .rankings__control-group {
    flex-wrap: wrap;
  }
  .rankings__select {
    min-width: 200px;
  }
  .rankings__category-btn {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
  }
  .rankings__category-title {
    font-size: 1.5rem;
  }
  .rankings__table-header, .rankings__table-row {
    grid-template-columns: 1fr;
    gap: 1rem;
    text-align: left;
  }
  .rankings__table-header {
    display: none;
  }
  .rankings__table-row {
    display: block;
    padding: 2rem;
  }
  .rankings__table-row:hover {
    transform: none;
  }
  .rankings__position {
    float: right;
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .rankings__archer {
    margin-bottom: 1rem;
  }
  .rankings__club {
    text-align: left;
    margin-bottom: 0.5rem;
  }
  .rankings__score {
    display: inline-block;
    margin-right: 2rem;
  }
  .rankings__date {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .rankings__container {
    padding: 0 2rem;
  }
  .rankings__title {
    font-size: 2rem;
  }
  .rankings__categories {
    flex-direction: column;
    align-items: stretch;
  }
  .rankings__category-btn {
    text-align: center;
  }
}

/*# sourceMappingURL=ranking.css.map */
