.basketoyna-match-hero {
  position: relative;
  display: flex;
  align-items: center;
  height: 100svh;
  min-height: 100vh;
  min-height: 100svh;
  padding: 134px 0 48px;
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  z-index: 5;
}

.basketoyna-match-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 26%, rgba(255, 143, 43, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.68) 0%, rgba(2, 6, 23, 0.78) 52%, rgba(2, 6, 23, 0.88) 100%);
}

.basketoyna-match-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: 0.36;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 92%);
}

.basketoyna-match-hero .auto-container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
}

.basketoyna-match-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 1040px;
  min-height: 100%;
  margin: 0 auto;
  width: 100%;
}

.basketoyna-match-hero__kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.24);
  color: rgba(255, 255, 255, 0.9);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.basketoyna-match-hero__kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 50%;
  background: #fb923c;
  box-shadow: 0 0 14px rgba(249, 115, 22, 0.8);
}

.basketoyna-event-page .basketoyna-match-hero h1 {
  margin: 26px 0 0;
  color: #ffffff;
  font-family: "Manrope", sans-serif !important;
  font-size: clamp(52px, 7vw, 92px) !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  line-height: 0.96 !important;
  text-transform: none !important;
  font-variant-caps: normal !important;
  text-shadow: 0 16px 38px rgba(2, 6, 23, 0.45);
}

.basketoyna-match-hero p {
  max-width: 640px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.65;
}

.basketoyna-event-page .basketoyna-match-search {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 0.95fr) auto;
  align-items: stretch;
  gap: 12px;
  width: min(100%, 1040px);
  margin: 34px auto 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 34px;
  background:
    radial-gradient(circle at top center, rgba(255, 145, 44, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(7, 11, 21, 0.78), rgba(11, 17, 31, 0.72));
  box-shadow:
    0 24px 72px rgba(2, 6, 23, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(30px);
  overflow: visible;
  position: relative;
  z-index: 20;
}

.basketoyna-event-page .basketoyna-match-search__field {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 84px;
  min-width: 0;
  padding: 16px 28px 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.03);
  text-align: left;
  transition:
    background-color 0.24s ease,
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
  overflow: visible;
}

.basketoyna-event-page .basketoyna-match-search__field:not(:last-of-type) {
  border-right: 0;
}

.basketoyna-event-page .basketoyna-match-search__field:hover,
.basketoyna-event-page .basketoyna-match-search__field:focus-within {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 190, 114, 0.2);
  box-shadow:
    0 14px 36px rgba(2, 6, 23, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.basketoyna-event-page .basketoyna-match-select.is-open {
  z-index: 40;
}

.basketoyna-event-page .basketoyna-match-search__field::after {
  display: none;
}

.basketoyna-event-page .basketoyna-match-search__field--static {
  cursor: default;
}

.basketoyna-event-page [data-match-select-type="location"] {
  pointer-events: none;
}

.basketoyna-event-page [data-match-select-type="location"] .basketoyna-match-select__trigger,
.basketoyna-event-page [data-match-select-type="location"] .basketoyna-match-select__menu {
  display: none !important;
}

.basketoyna-event-page [data-match-select-type="location"] .basketoyna-match-search__input,
.basketoyna-event-page [data-match-select-type="location"] [data-match-select-value] {
  cursor: default;
  pointer-events: none;
}

.basketoyna-event-page .basketoyna-match-search__field-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  color: #ffbe72;
  font-size: 17px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 14px 28px rgba(2, 6, 23, 0.16);
}

.basketoyna-event-page .basketoyna-match-search__field-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
  overflow: visible;
}

.basketoyna-event-page .basketoyna-match-search__field label {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: none !important;
}

.basketoyna-event-page .basketoyna-match-search__input {
  width: 100%;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  appearance: none;
  transition: color 0.24s ease;
  cursor: pointer;
}

.basketoyna-event-page .basketoyna-match-search__input--static {
  cursor: default;
}

.basketoyna-event-page .basketoyna-match-select__trigger {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px;
  align-items: center;
  column-gap: 14px;
  width: 100%;
  min-height: 40px;
  padding: 10px 12px;
  border: 0;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
  text-align: left;
  transition:
    opacity 0.24s ease,
    background-color 0.24s ease,
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.basketoyna-event-page .basketoyna-match-select__trigger:hover,
.basketoyna-event-page .basketoyna-match-select__trigger:focus,
.basketoyna-event-page .basketoyna-match-select.is-open .basketoyna-match-select__trigger {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  box-shadow:
    inset 0 0 0 1px rgba(255, 190, 114, 0.22),
    0 10px 24px rgba(2, 6, 23, 0.12);
  outline: 0;
  opacity: 1;
  transform: none;
}

.basketoyna-event-page .basketoyna-match-select__trigger .fa-angle-down {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
  transition: transform 0.24s ease, color 0.24s ease;
}

.basketoyna-event-page .basketoyna-match-select.is-open .basketoyna-match-select__trigger .fa-angle-down {
  color: #ffbe72;
  transform: rotate(180deg);
}

.basketoyna-event-page .basketoyna-match-select__value {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 2px;
}

.basketoyna-event-page .basketoyna-match-select__value.is-placeholder {
  color: rgba(255, 255, 255, 0.92);
}

.basketoyna-event-page .basketoyna-match-select__menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: 100%;
  max-height: 340px;
  overflow: auto;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(255, 145, 44, 0.11), transparent 22%),
    linear-gradient(180deg, rgba(9, 14, 26, 0.98), rgba(14, 20, 33, 0.98));
  box-shadow:
    0 24px 52px rgba(2, 6, 23, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(22px);
  z-index: 60;
}

.basketoyna-event-page .basketoyna-match-select__options {
  display: grid;
  gap: 8px;
}

.basketoyna-event-page .basketoyna-match-select__menu::-webkit-scrollbar {
  width: 8px;
}

.basketoyna-event-page .basketoyna-match-select__menu::-webkit-scrollbar-track {
  background: transparent;
}

.basketoyna-event-page .basketoyna-match-select__menu::-webkit-scrollbar-thumb {
  border: 1px solid transparent;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  background-clip: padding-box;
}

.basketoyna-event-page .basketoyna-match-select__option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  width: 100%;
  padding: 12px 14px;
  border: 0;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  text-align: left;
  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
  overflow: hidden;
}

.basketoyna-event-page .basketoyna-match-select__option::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, #ff8f2b, #ff6b00);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.basketoyna-event-page .basketoyna-match-select__option-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
  flex: 1 1 auto;
}

.basketoyna-event-page .basketoyna-match-select__option-title {
  display: block;
  min-width: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

.basketoyna-event-page .basketoyna-match-select__option-meta {
  display: block;
  color: rgba(226, 232, 240, 0.62);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
}

.basketoyna-event-page .basketoyna-match-select__option-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: transparent;
  color: transparent;
  box-shadow: none;
  transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease;
  font-size: 12px;
}

.basketoyna-event-page .basketoyna-match-select__option--reset .basketoyna-match-select__option-title {
  color: #f8fafc;
}

.basketoyna-event-page .basketoyna-match-select__option:hover,
.basketoyna-event-page .basketoyna-match-select__option:focus,
.basketoyna-event-page .basketoyna-match-select__option.is-selected {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  box-shadow:
    inset 0 0 0 1px rgba(255, 190, 114, 0.18),
    0 10px 24px rgba(2, 6, 23, 0.12);
  transform: translateY(-1px);
}

.basketoyna-event-page .basketoyna-match-select__option:hover .basketoyna-match-select__option-title,
.basketoyna-event-page .basketoyna-match-select__option:focus .basketoyna-match-select__option-title,
.basketoyna-event-page .basketoyna-match-select__option.is-selected .basketoyna-match-select__option-title {
  color: #ffffff;
}

.basketoyna-event-page .basketoyna-match-select__option.is-selected .basketoyna-match-select__option-mark {
  color: #fb923c;
  background: rgba(251, 146, 60, 0.12);
  box-shadow: inset 0 0 0 1px rgba(251, 146, 60, 0.22);
  transform: scale(1.03);
}

.basketoyna-event-page .basketoyna-match-select__option:hover::before,
.basketoyna-event-page .basketoyna-match-select__option:focus::before,
.basketoyna-event-page .basketoyna-match-select__option.is-selected::before {
  opacity: 1;
}

.basketoyna-event-page .basketoyna-match-select__empty {
  padding: 22px 18px;
  color: rgba(226, 232, 240, 0.84);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.basketoyna-event-page .basketoyna-match-search__input:hover,
.basketoyna-event-page .basketoyna-match-search__input:focus {
  color: #ffffff;
  box-shadow: none;
}

.basketoyna-event-page .basketoyna-match-search__input option {
  color: #0f172a;
}

.basketoyna-event-page .basketoyna-match-search__divider {
  width: 1px;
  height: 50px;
  align-self: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
}

.basketoyna-event-page .basketoyna-match-search__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 184px;
  min-height: 80px;
  margin-left: 0;
  padding: 0 32px;
  border: 0;
  border-radius: 24px;
  background: linear-gradient(135deg, #ff8f2b 0%, #ff6b00 100%);
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 20px 44px rgba(249, 115, 22, 0.34);
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

.basketoyna-event-page .basketoyna-match-search__cta:hover,
.basketoyna-event-page .basketoyna-match-search__cta:focus {
  transform: translateY(-2px);
  color: #ffffff;
  filter: saturate(1.06);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.14),
    0 24px 52px rgba(249, 115, 22, 0.42),
    0 0 26px rgba(249, 115, 22, 0.2);
}

.basketoyna-match-hero__scroll {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.24s ease, color 0.24s ease;
}

.basketoyna-match-hero__scroll .fa-arrow-down {
  animation: basketoynaHeroArrow 1.8s ease-in-out infinite;
}

.basketoyna-match-hero__scroll:hover,
.basketoyna-match-hero__scroll:focus {
  color: #ffffff;
  transform: translateY(-1px);
}

@keyframes basketoynaHeroArrow {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(4px);
  }
}

@media only screen and (max-width: 1199px) {
  .basketoyna-match-hero {
    height: 100svh;
    padding: 126px 0 40px;
    min-height: 100vh;
    min-height: 100svh;
    background-size: cover;
    background-position: center center;
  }

  .basketoyna-event-page .basketoyna-match-search {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px;
    padding: 14px;
  }

  .basketoyna-event-page .basketoyna-match-search__divider {
    display: none;
  }

  .basketoyna-event-page .basketoyna-match-search__field {
    min-height: 78px;
    padding: 14px 28px 14px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
  }

  .basketoyna-event-page .basketoyna-match-search__field:not(:last-of-type) {
    border-right: 0;
  }

  .basketoyna-event-page .basketoyna-match-search__cta {
    grid-column: 1 / -1 !important;
    width: 100%;
    margin-left: 0;
    min-height: 66px;
  }

  .basketoyna-event-page .basketoyna-match-select__menu {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .basketoyna-event-page .basketoyna-match-search {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .basketoyna-event-page .basketoyna-match-search__field {
    background: rgba(255, 255, 255, 0.05);
  }

  .basketoyna-event-page .basketoyna-match-search__cta {
    grid-column: auto !important;
  }

  .basketoyna-event-page .basketoyna-match-select__value {
    white-space: normal;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 767px) {
  .basketoyna-event-page .main-header {
    position: relative;
  }

  .basketoyna-match-hero {
    height: 100svh;
    min-height: 100vh;
    min-height: 100svh;
    padding: 102px 0 30px;
    background-size: cover;
    background-position: center center;
  }

  .basketoyna-match-hero__content {
    min-height: 100%;
  }

  .basketoyna-event-page .basketoyna-match-hero h1 {
    margin-top: 20px;
    font-size: clamp(44px, 15vw, 68px) !important;
  }

  .basketoyna-match-hero p {
    font-size: 16px;
  }

  .basketoyna-event-page .basketoyna-match-search {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px;
    border-radius: 26px;
    margin-top: 26px;
  }

  .basketoyna-event-page .basketoyna-match-search__field {
    min-height: 74px;
    padding: 14px 36px 14px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
  }

  .basketoyna-event-page .basketoyna-match-search__field-icon {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }

  .basketoyna-event-page .basketoyna-match-search__cta {
    min-width: 0;
    min-height: 58px;
  }

  .basketoyna-event-page .basketoyna-match-search__input {
    font-size: 17px;
  }

  .basketoyna-event-page .basketoyna-match-select__trigger {
    min-height: 30px;
  }

  .basketoyna-event-page .basketoyna-match-select__value {
    white-space: normal;
  }

  .basketoyna-event-page .basketoyna-match-select__menu {
    position: static;
    width: 100%;
    margin-top: 8px;
    max-height: none;
  }

  .basketoyna-match-hero__scroll {
    margin-top: 22px;
  }
}

.basketoyna-event-page .basketoyna-events-list {
  background: #f8fafc;
}

.basketoyna-event-page .basketoyna-events-intro {
  margin-bottom: 34px;
}

.basketoyna-event-page .basketoyna-events-kicker {
  margin-bottom: 12px;
  color: #f97316;
  font-family: "Manrope", sans-serif !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em !important;
  line-height: 1.2;
  text-transform: uppercase !important;
}

.basketoyna-event-page .basketoyna-events-intro h3 {
  color: #111827;
  font-family: "Manrope", sans-serif !important;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  letter-spacing: -0.03em !important;
  line-height: 1.08;
  text-transform: none !important;
  font-variant-caps: normal !important;
}

.basketoyna-event-page .basketoyna-events-intro p {
  color: #4b5563;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  letter-spacing: normal;
  line-height: 1.75;
  text-transform: none;
}

.basketoyna-event-page .basketoyna-events-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.basketoyna-event-page .basketoyna-event-card {
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.basketoyna-event-page .basketoyna-event-card::before,
.basketoyna-event-page .basketoyna-event-card__meta,
.basketoyna-event-page .basketoyna-event-card__facts,
.basketoyna-event-page .basketoyna-event-card__footer {
  display: none;
}

.basketoyna-event-page .basketoyna-event-card:hover {
  transform: translateY(-6px);
  border-color: rgba(249, 115, 22, 0.28);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}

.basketoyna-event-page .basketoyna-event-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0f172a;
}

.basketoyna-event-page .basketoyna-event-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.02), rgba(15, 23, 42, 0.42));
}

.basketoyna-event-page .basketoyna-event-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.basketoyna-event-page .basketoyna-event-card:hover .basketoyna-event-card__media img {
  transform: scale(1.04);
}

.basketoyna-event-page .basketoyna-event-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  min-width: 58px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #f97316;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
}

.basketoyna-event-page .basketoyna-event-card__content {
  padding: 22px;
}

.basketoyna-event-page .basketoyna-event-card__content h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.2;
}

.basketoyna-event-page .basketoyna-event-card__content h3 a {
  color: #0f172a;
}

.basketoyna-event-page .basketoyna-event-card__content h3 a:hover {
  color: #f97316;
}

.basketoyna-event-page .basketoyna-event-card__info-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-bottom: 18px;
  color: #475569;
  font-size: 13px;
  font-weight: 700;
}

.basketoyna-event-page .basketoyna-event-card__info-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.basketoyna-event-page .basketoyna-event-card__info-row i {
  color: #f97316;
  font-size: 14px;
}

.basketoyna-event-page .basketoyna-event-card__spots {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 9px 12px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #059669;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.basketoyna-event-page .basketoyna-event-card__spots--warn {
  background: #fff7ed;
  color: #ea580c;
}

.basketoyna-event-page .basketoyna-event-card__spots--urgent {
  background: #fff1f2;
  color: #e11d48;
}

.basketoyna-event-page .basketoyna-event-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 14px;
  background: #f97316;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.basketoyna-event-page .basketoyna-event-card__cta:hover {
  transform: translateY(-2px);
  background: #ea580c;
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(249, 115, 22, 0.24);
}

@media only screen and (max-width: 1199px) {
  .basketoyna-event-page .basketoyna-events-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 767px) {
  .basketoyna-event-page .basketoyna-events-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .basketoyna-event-page .basketoyna-event-card__content {
    padding: 20px 18px 18px;
  }

  .basketoyna-event-page .basketoyna-event-card__content h3 {
    font-size: 22px;
  }

  .basketoyna-event-page .basketoyna-event-card__info-row {
    gap: 10px 12px;
    font-size: 12px;
  }
}

/* ==========================================================================
   Futuristic Match Finder Override
   ========================================================================== */

.basketoyna-event-page .basketoyna-match-hero {
  background-color: #050913;
}

.basketoyna-event-page .basketoyna-match-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 58%, transparent 0 128px, rgba(255, 255, 255, 0.1) 129px 130px, transparent 131px),
    radial-gradient(circle at 50% 58%, transparent 0 230px, rgba(255, 145, 44, 0.08) 231px 232px, transparent 233px),
    linear-gradient(90deg, transparent 0 22%, rgba(255, 255, 255, 0.04) 22.5% 23%, transparent 23.5% 76.5%, rgba(255, 255, 255, 0.04) 77% 77.5%, transparent 78%);
  opacity: 0.24;
  pointer-events: none;
  transform: translateY(6px);
}

.basketoyna-event-page .basketoyna-match-hero__overlay {
  opacity: 0.45;
}

.basketoyna-event-page .basketoyna-match-hero__overlay::before,
.basketoyna-event-page .basketoyna-match-hero__overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.basketoyna-event-page .basketoyna-match-hero__overlay::before {
  background:
    linear-gradient(180deg, rgba(4, 8, 18, 0.22) 0%, rgba(4, 8, 18, 0.44) 100%),
    radial-gradient(circle at 50% 58%, rgba(255, 145, 44, 0.12), transparent 26%),
    radial-gradient(circle at 14% 24%, rgba(59, 130, 246, 0.06), transparent 22%),
    radial-gradient(circle at 86% 26%, rgba(255, 111, 145, 0.06), transparent 18%);
  mix-blend-mode: screen;
  opacity: 0.82;
}

.basketoyna-event-page .basketoyna-match-hero__overlay::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86), transparent 95%);
  opacity: 0.3;
}

.basketoyna-event-page .basketoyna-match-search {
  gap: 0;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(8, 12, 24, 0.84), rgba(11, 17, 31, 0.76)),
    radial-gradient(circle at 50% 0%, rgba(255, 145, 44, 0.12), transparent 28%);
  box-shadow:
    0 30px 90px rgba(2, 6, 23, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  overflow: hidden;
}

.basketoyna-event-page .basketoyna-match-search::before,
.basketoyna-event-page .basketoyna-match-search::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.basketoyna-event-page .basketoyna-match-search::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 32%),
    radial-gradient(circle at 18% 50%, rgba(255, 145, 44, 0.12), transparent 16%),
    radial-gradient(circle at 82% 50%, rgba(255, 111, 145, 0.08), transparent 16%);
  opacity: 0.78;
}

.basketoyna-event-page .basketoyna-match-search::after {
  background:
    linear-gradient(90deg, transparent 0 24%, rgba(255, 255, 255, 0.08) 24.4% 24.6%, transparent 25% 49.4%, rgba(255, 255, 255, 0.08) 49.8% 50%, transparent 50.4% 74.4%, rgba(255, 255, 255, 0.08) 74.8% 75%, transparent 75.4% 100%);
  opacity: 0.16;
}

.basketoyna-event-page .basketoyna-match-search__field {
  padding: 18px 24px 18px 18px;
  min-height: 94px;
  border: 0;
  border-radius: 24px;
  background: transparent;
  box-shadow: none;
}

.basketoyna-event-page .basketoyna-match-search__field:not(:last-of-type) {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.basketoyna-event-page .basketoyna-match-search__field:hover,
.basketoyna-event-page .basketoyna-match-search__field:focus-within {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 190, 114, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.basketoyna-event-page .basketoyna-match-search__field--static .basketoyna-match-search__field-icon {
  position: relative;
  background:
    radial-gradient(circle at 35% 32%, rgba(255, 255, 255, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(255, 145, 44, 0.95), rgba(168, 85, 17, 0.88));
  color: #fff4e8;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 12px 28px rgba(249, 115, 22, 0.28);
  animation: basketoynaPinPulse 2.8s ease-in-out infinite;
}

.basketoyna-event-page [data-match-select-type="date"] .basketoyna-match-search__field-icon {
  position: relative;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(96, 165, 250, 0.32), rgba(15, 23, 42, 0.15));
  color: #f8fbff;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 12px 26px rgba(59, 130, 246, 0.12);
}

.basketoyna-event-page [data-match-select-type="level"] .basketoyna-match-search__field-icon {
  position: relative;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 145, 44, 0.2), rgba(2, 6, 23, 0.12));
  color: #ffd8ab;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.07),
    0 12px 26px rgba(249, 115, 22, 0.12);
}

.basketoyna-event-page .basketoyna-match-search__field-icon::after {
  content: "";
  position: absolute;
  inset: 8px 10px auto auto;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.3);
  opacity: 0.55;
}

.basketoyna-event-page .basketoyna-match-search__field-copy {
  gap: 8px;
}

.basketoyna-event-page .basketoyna-match-search__field label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  letter-spacing: 0.18em;
}

.basketoyna-event-page .basketoyna-match-search__input {
  font-size: 19px;
  font-weight: 700;
  color: #f8fbff;
  text-shadow: 0 8px 22px rgba(2, 6, 23, 0.35);
}

.basketoyna-event-page .basketoyna-match-select__trigger {
  min-height: 42px;
  padding: 10px 12px 10px 12px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.basketoyna-event-page .basketoyna-match-select__trigger:hover,
.basketoyna-event-page .basketoyna-match-select__trigger:focus,
.basketoyna-event-page .basketoyna-match-select.is-open .basketoyna-match-select__trigger {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  box-shadow:
    inset 0 0 0 1px rgba(255, 190, 114, 0.24),
    0 12px 28px rgba(2, 6, 23, 0.14);
}

.basketoyna-event-page .basketoyna-match-select__value {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

.basketoyna-event-page .basketoyna-match-select__value.is-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.basketoyna-event-page .basketoyna-match-select__menu {
  top: calc(100% + 14px);
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(255, 145, 44, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(6, 10, 18, 0.98), rgba(12, 18, 29, 0.98));
  box-shadow:
    0 28px 60px rgba(2, 6, 23, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  max-height: min(420px, calc(100vh - 220px));
  overflow-y: auto;
  overflow-x: hidden;
}

.basketoyna-event-page .basketoyna-match-select__options {
  gap: 8px;
}

.basketoyna-event-page .basketoyna-match-select__option {
  min-height: 62px;
  padding: 12px 14px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.basketoyna-event-page .basketoyna-match-select__option-copy {
  gap: 3px;
}

.basketoyna-event-page .basketoyna-match-select__option-title {
  font-size: 15px;
  font-weight: 700;
}

.basketoyna-event-page .basketoyna-match-select__option-meta {
  color: rgba(226, 232, 240, 0.62);
  font-size: 12px;
}

.basketoyna-event-page .basketoyna-match-select__option-mark {
  width: 22px;
  height: 22px;
}

.basketoyna-event-page .basketoyna-match-select__option:hover,
.basketoyna-event-page .basketoyna-match-select__option:focus,
.basketoyna-event-page .basketoyna-match-select__option.is-selected {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.05));
  box-shadow:
    inset 0 0 0 1px rgba(255, 190, 114, 0.18),
    0 12px 24px rgba(2, 6, 23, 0.14);
  transform: translateY(-1px);
}

.basketoyna-event-page .basketoyna-match-select__option::before {
  width: 4px;
}

.basketoyna-event-page .basketoyna-match-select__option.is-selected .basketoyna-match-select__option-mark {
  background: rgba(251, 146, 60, 0.12);
  box-shadow: inset 0 0 0 1px rgba(251, 146, 60, 0.22);
}

.basketoyna-event-page .basketoyna-match-select__empty {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
}

.basketoyna-event-page .basketoyna-match-search__cta {
  position: relative;
  overflow: hidden;
  min-width: 196px;
  min-height: 94px;
  border-radius: 0 26px 26px 0;
  background:
    linear-gradient(135deg, #d96b12 0%, #ff8f2b 30%, #ffb24a 68%, #ef8a1f 100%);
  clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%, 0 14%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 22px 42px rgba(249, 115, 22, 0.36);
}

.basketoyna-event-page .basketoyna-match-search__cta::before,
.basketoyna-event-page .basketoyna-match-search__cta::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.basketoyna-event-page .basketoyna-match-search__cta::before {
  background:
    radial-gradient(circle at 22% 38%, rgba(255, 255, 255, 0.25) 0 1px, transparent 2px),
    radial-gradient(circle at 36% 62%, rgba(255, 255, 255, 0.16) 0 1px, transparent 2px),
    radial-gradient(circle at 58% 42%, rgba(255, 255, 255, 0.2) 0 1px, transparent 2px),
    radial-gradient(circle at 74% 58%, rgba(255, 255, 255, 0.14) 0 1px, transparent 2px);
  background-size: 100% 100%;
  opacity: 0.55;
  animation: basketoynaParticleFlow 3.6s linear infinite;
}

.basketoyna-event-page .basketoyna-match-search__cta::after {
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.2) 44%, transparent 58%);
  transform: translateX(-130%);
  opacity: 0.7;
}

.basketoyna-event-page .basketoyna-match-search__cta:hover::after,
.basketoyna-event-page .basketoyna-match-search__cta:focus::after {
  animation: basketoynaSheen 1.2s ease forwards;
}

.basketoyna-match-hero__scroll {
  font-size: 12px;
  letter-spacing: 0.18em;
}

.basketoyna-match-hero__scroll .fa-arrow-down {
  animation-duration: 2.2s;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.2));
}

@keyframes basketoynaPinPulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.06);
  }
}

@keyframes basketoynaParticleFlow {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 100px 0;
  }
}

@keyframes basketoynaSheen {
  0% {
    transform: translateX(-130%);
  }

  100% {
    transform: translateX(160%);
  }
}

@media only screen and (max-width: 1199px) {
  .basketoyna-event-page .basketoyna-match-search {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0;
    padding: 10px;
  }

  .basketoyna-event-page .basketoyna-match-search__cta {
    grid-column: 1 / -1 !important;
    min-height: 70px;
    margin-top: 0;
    border-radius: 0 0 24px 24px;
    clip-path: none;
  }

  .basketoyna-event-page .basketoyna-match-search__field {
    min-height: 82px;
    padding: 16px 18px;
    border-radius: 0;
  }

  .basketoyna-event-page .basketoyna-match-search__field:not(:last-of-type) {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media only screen and (max-width: 991px) {
  .basketoyna-event-page .basketoyna-match-search {
    grid-template-columns: 1fr !important;
  }

  .basketoyna-event-page .basketoyna-match-search__field {
    min-height: 76px;
    border-right: 0 !important;
    border-radius: 18px;
  }

  .basketoyna-event-page .basketoyna-match-search__cta {
    min-height: 62px;
    width: 100%;
    border-radius: 18px;
    clip-path: none;
  }

  .basketoyna-event-page .basketoyna-match-select__menu {
    position: static;
    width: 100%;
    margin-top: 8px;
    max-height: none;
  }
}

@media only screen and (max-width: 767px) {
  .basketoyna-event-page .basketoyna-match-hero {
    padding: 102px 0 28px;
  }

  .basketoyna-event-page .basketoyna-match-hero h1 {
    font-size: clamp(42px, 14vw, 64px) !important;
  }

  .basketoyna-event-page .basketoyna-match-hero p {
    font-size: 15px;
  }

  .basketoyna-event-page .basketoyna-match-search {
    margin-top: 24px;
    padding: 9px;
    border-radius: 28px;
  }

  .basketoyna-event-page .basketoyna-match-search__field {
    min-height: 72px;
    padding: 14px 16px;
  }

  .basketoyna-event-page .basketoyna-match-search__field-icon {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }

  .basketoyna-event-page .basketoyna-match-search__input {
    font-size: 17px;
  }

  .basketoyna-event-page .basketoyna-match-select__trigger {
    min-height: 34px;
    padding: 9px 10px;
  }

  .basketoyna-event-page .basketoyna-match-select__value {
    white-space: normal;
  }

  .basketoyna-event-page .basketoyna-match-select__menu {
    padding: 10px;
    border-radius: 20px;
  }

  .basketoyna-event-page .basketoyna-match-select__option {
    min-height: 60px;
  }

  .basketoyna-event-page .basketoyna-match-search__cta {
    min-height: 58px;
    border-radius: 16px;
  }

  .basketoyna-match-hero__scroll {
    margin-top: 20px;
  }
}

/* ==========================================================================
   Classic Oval Match Finder Override
   ========================================================================== */

.basketoyna-event-page .basketoyna-match-hero {
  background-color: #08111f;
}

.basketoyna-event-page .basketoyna-match-hero::after,
.basketoyna-event-page .basketoyna-match-hero__overlay::after {
  content: none;
}

.basketoyna-event-page .basketoyna-match-hero__overlay {
  opacity: 0.32;
}

.basketoyna-event-page .basketoyna-match-search {
  gap: 12px;
  padding: 12px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(11, 18, 32, 0.76), rgba(7, 12, 22, 0.72));
  box-shadow:
    0 22px 58px rgba(2, 6, 23, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.basketoyna-event-page .basketoyna-match-search::before,
.basketoyna-event-page .basketoyna-match-search::after {
  content: none;
}

.basketoyna-event-page .basketoyna-match-search__field {
  min-height: 82px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.basketoyna-event-page .basketoyna-match-search__field:not(:last-of-type) {
  border-right: 0;
}

.basketoyna-event-page .basketoyna-match-search__field:hover,
.basketoyna-event-page .basketoyna-match-search__field:focus-within {
  border-color: rgba(255, 174, 93, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.05));
  box-shadow:
    0 12px 28px rgba(2, 6, 23, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.basketoyna-event-page .basketoyna-match-search__field-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 10px 20px rgba(2, 6, 23, 0.14);
}

.basketoyna-event-page .basketoyna-match-search__field-copy {
  gap: 5px;
}

.basketoyna-event-page .basketoyna-match-search__field label {
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  letter-spacing: 0.16em;
}

.basketoyna-event-page .basketoyna-match-search__input {
  font-size: 18px;
  font-weight: 700;
  color: #f9fafb;
}

.basketoyna-event-page .basketoyna-match-select__trigger {
  min-height: 36px;
  padding: 9px 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.basketoyna-event-page .basketoyna-match-select__trigger:hover,
.basketoyna-event-page .basketoyna-match-select__trigger:focus,
.basketoyna-event-page .basketoyna-match-select.is-open .basketoyna-match-select__trigger {
  background: rgba(255, 255, 255, 0.06);
  box-shadow:
    inset 0 0 0 1px rgba(255, 174, 93, 0.2),
    0 10px 20px rgba(2, 6, 23, 0.12);
}

.basketoyna-event-page .basketoyna-match-select__value {
  font-size: 17px;
  font-weight: 700;
}

.basketoyna-event-page .basketoyna-match-select__menu {
  top: calc(100% + 10px);
  padding: 10px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 14, 26, 0.98);
  box-shadow: 0 24px 44px rgba(2, 6, 23, 0.34);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.basketoyna-event-page .basketoyna-match-select__options {
  gap: 6px;
}

.basketoyna-event-page .basketoyna-match-select__option {
  min-height: 56px;
  padding: 11px 14px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.basketoyna-event-page .basketoyna-match-select__option-copy {
  gap: 2px;
}

.basketoyna-event-page .basketoyna-match-select__option-title {
  font-size: 14px;
  font-weight: 700;
}

.basketoyna-event-page .basketoyna-match-select__option-meta {
  color: rgba(226, 232, 240, 0.58);
  font-size: 11px;
}

.basketoyna-event-page .basketoyna-match-select__option-mark {
  width: 20px;
  height: 20px;
}

.basketoyna-event-page .basketoyna-match-select__option:hover,
.basketoyna-event-page .basketoyna-match-select__option:focus,
.basketoyna-event-page .basketoyna-match-select__option.is-selected {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.04));
  box-shadow:
    inset 0 0 0 1px rgba(255, 174, 93, 0.18),
    0 10px 18px rgba(2, 6, 23, 0.12);
  transform: translateY(-1px);
}

.basketoyna-event-page .basketoyna-match-select__option::before {
  width: 3px;
}

.basketoyna-event-page .basketoyna-match-select__option.is-selected .basketoyna-match-select__option-mark {
  background: rgba(251, 146, 60, 0.12);
  box-shadow: inset 0 0 0 1px rgba(251, 146, 60, 0.2);
}

.basketoyna-event-page .basketoyna-match-select__empty {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.basketoyna-event-page .basketoyna-match-search__cta {
  min-width: 176px;
  min-height: 82px;
  border-radius: 22px;
  clip-path: none;
  background: linear-gradient(135deg, #f28b25 0%, #ffb24a 100%);
  box-shadow:
    0 16px 34px rgba(249, 115, 22, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.basketoyna-event-page .basketoyna-match-search__cta::before,
.basketoyna-event-page .basketoyna-match-search__cta::after {
  opacity: 0.35;
}

.basketoyna-match-hero__scroll {
  font-size: 12px;
  letter-spacing: 0.16em;
}

.basketoyna-match-hero__scroll .fa-arrow-down {
  animation-duration: 2.3s;
}

@media only screen and (max-width: 1199px) {
  .basketoyna-event-page .basketoyna-match-search {
    gap: 10px;
    padding: 10px;
  }

  .basketoyna-event-page .basketoyna-match-search__field {
    min-height: 78px;
    padding: 13px 16px;
    border-radius: 20px;
  }

  .basketoyna-event-page .basketoyna-match-search__cta {
    min-height: 66px;
    border-radius: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .basketoyna-event-page .basketoyna-match-search {
    gap: 10px;
  }

  .basketoyna-event-page .basketoyna-match-search__cta {
    min-height: 62px;
  }
}

@media only screen and (max-width: 767px) {
  .basketoyna-event-page .basketoyna-match-search {
    padding: 9px;
    border-radius: 24px;
  }

  .basketoyna-event-page .basketoyna-match-search__field {
    min-height: 70px;
    padding: 12px 14px;
    border-radius: 18px;
  }

  .basketoyna-event-page .basketoyna-match-search__field-icon {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }

  .basketoyna-event-page .basketoyna-match-search__input {
    font-size: 16px;
  }

  .basketoyna-event-page .basketoyna-match-select__trigger {
    min-height: 32px;
    padding: 8px 9px;
  }

  .basketoyna-event-page .basketoyna-match-select__menu {
    border-radius: 18px;
  }

  .basketoyna-event-page .basketoyna-match-select__option {
    min-height: 54px;
  }

  .basketoyna-event-page .basketoyna-match-search__cta {
    min-height: 56px;
    border-radius: 16px;
  }
}

/* ==========================================================================
   Compact Classic Oval Match Finder Override
   ========================================================================== */

.basketoyna-event-page .basketoyna-match-hero {
  padding-top: 112px;
  padding-bottom: 32px;
}

.basketoyna-event-page .basketoyna-match-hero__content {
  justify-content: center;
  gap: 0;
}

.basketoyna-event-page .basketoyna-match-hero h1 {
  margin-top: 18px;
}

.basketoyna-event-page .basketoyna-match-hero p {
  margin-top: 14px;
}

.basketoyna-event-page .basketoyna-match-search {
  gap: 10px;
  padding: 10px;
  border-radius: 28px;
}

.basketoyna-event-page .basketoyna-match-search__field {
  min-height: 72px;
  padding: 12px 16px;
  border-radius: 20px;
}

.basketoyna-event-page .basketoyna-match-search__field-icon {
  width: 40px;
  height: 40px;
}

.basketoyna-event-page .basketoyna-match-search__field-copy {
  gap: 4px;
}

.basketoyna-event-page .basketoyna-match-search__field label {
  font-size: 10px;
  letter-spacing: 0.14em;
}

.basketoyna-event-page .basketoyna-match-search__input {
  font-size: 16px;
  line-height: 1.15;
}

.basketoyna-event-page .basketoyna-match-select__trigger {
  min-height: 32px;
  padding: 7px 9px;
  border-radius: 13px;
}

.basketoyna-event-page .basketoyna-match-select__value {
  font-size: 15px;
}

  .basketoyna-event-page .basketoyna-match-select__menu {
    top: calc(100% + 8px);
    border-radius: 18px;
    max-height: min(260px, calc(100vh - 180px));
  }

  .basketoyna-event-page .basketoyna-match-select__option {
    min-height: 48px;
    border-radius: 14px;
  }

.basketoyna-event-page .basketoyna-match-search__cta {
  min-width: 164px;
  min-height: 72px;
  border-radius: 20px;
}

.basketoyna-event-page .basketoyna-match-search {
  overflow: visible;
}

.basketoyna-event-page .basketoyna-match-select {
  z-index: 60;
}

.basketoyna-event-page .basketoyna-match-select.is-open {
  z-index: 9999;
}

.basketoyna-event-page .basketoyna-match-select__menu {
  z-index: 10000;
}

.basketoyna-match-hero__scroll {
  margin-top: 18px;
  font-size: 11px;
}

@media only screen and (max-width: 1199px) {
  .basketoyna-event-page .basketoyna-match-hero {
    padding-top: 104px;
  }

  .basketoyna-event-page .basketoyna-match-search {
    gap: 8px;
    padding: 9px;
  }

  .basketoyna-event-page .basketoyna-match-search__field {
    min-height: 68px;
    padding: 11px 14px;
    border-radius: 18px;
  }

  .basketoyna-event-page .basketoyna-match-search__cta {
    min-height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .basketoyna-event-page .basketoyna-match-hero {
    padding-top: 96px;
    padding-bottom: 24px;
  }

  .basketoyna-event-page .basketoyna-match-hero h1 {
    margin-top: 14px;
  }

  .basketoyna-event-page .basketoyna-match-hero p {
    margin-top: 12px;
  }

  .basketoyna-event-page .basketoyna-match-search {
    padding: 8px;
    border-radius: 22px;
    gap: 8px;
  }

  .basketoyna-event-page .basketoyna-match-search__field {
    min-height: 64px;
    padding: 10px 12px;
    border-radius: 16px;
  }

  .basketoyna-event-page .basketoyna-match-search__field-icon {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .basketoyna-event-page .basketoyna-match-search__input {
    font-size: 15px;
  }

  .basketoyna-event-page .basketoyna-match-select__trigger {
    min-height: 30px;
    padding: 6px 8px;
  }

  .basketoyna-event-page .basketoyna-match-select__value {
    font-size: 14px;
  }

  .basketoyna-event-page .basketoyna-match-select__menu {
    top: calc(100% + 6px);
    border-radius: 16px;
    max-height: min(212px, calc(100vh - 152px));
  }

  .basketoyna-event-page .basketoyna-match-search__cta {
    min-width: 0;
    min-height: 54px;
    border-radius: 16px;
  }

  .basketoyna-match-hero__scroll {
    margin-top: 14px;
  }
}
