/* Kotak sidebar Pilih Liga (+ cari tim) — sama visual dengan Team Match */
.league-picker-box {
  border-radius: 1rem;
  border: 1px solid rgba(168, 85, 247, 0.22);
  background: linear-gradient(
    165deg,
    rgba(15, 23, 42, 0.65) 0%,
    rgba(0, 0, 0, 0.45) 50%,
    rgba(30, 27, 75, 0.35) 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 0 1px rgba(0, 0, 0, 0.2),
    0 8px 40px rgba(124, 58, 237, 0.12);
  padding: 1rem 1.1rem 1.15rem;
}

@media (min-width: 768px) {
  .league-picker-box {
    padding: 1.2rem 1.25rem 1.35rem;
  }
}

.league-picker-box__title {
  margin: 0 0 0.75rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.league-picker-box__search {
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Standings sidebar sticky on desktop */
@media (min-width: 1024px) {
  aside:first-child {
    position: sticky;
    top: 5.5rem;
    align-self: start;
  }
}
