.sgk-sponsor-rail {
  --sgk-sponsor-y: 0px;
  --sgk-sponsor-scale: 1;
  position: relative;
  z-index: 210;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.48) 18%, rgba(255, 255, 255, 0.48) 82%, rgba(255, 255, 255, 0.08));
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
  backdrop-filter: blur(18px) saturate(1.18);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  transform: translate3d(0, var(--sgk-sponsor-y), 0) scale(var(--sgk-sponsor-scale));
  transform-origin: top center;
  will-change: transform;
}

.sgk-sponsor-rail::-webkit-scrollbar {
  display: none;
}

.sgk-sponsor-rail.is-leaving {
  pointer-events: none;
}

.sgk-sponsor-rail__track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(7px, 1vw, 15px);
  min-height: 68px;
  min-width: max-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 7px 22px 8px;
}

.sgk-sponsor {
  min-width: 0;
  color: #0B1C13;
  text-decoration: none;
}

.sgk-sponsor--rail {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  min-width: 128px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.30);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.sgk-sponsor--rail:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 8px 18px rgba(11, 28, 19, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.sgk-sponsor--rail img {
  display: block;
  width: auto;
  max-width: 168px;
  max-height: 34px;
  object-fit: contain;
}

.sgk-sponsor--rail.sgk-sponsor--general {
  height: 62px;
  min-width: 270px;
  padding: 11px 20px 5px;
  background: rgba(255, 255, 255, 0.54);
  border-color: rgba(201, 169, 97, 0.46);
  box-shadow: 0 8px 22px rgba(11, 28, 19, 0.16), inset 0 0 0 1px rgba(201, 169, 97, 0.14);
}

.sgk-sponsor--rail.sgk-sponsor--general img {
  max-width: 240px;
  max-height: 44px;
}

.sgk-sponsor__tier {
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(11, 28, 19, 0.56);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.sgk-sponsor--rail.sgk-sponsor--hole {
  min-width: 108px;
  height: 42px;
  opacity: .94;
}

.sgk-sponsor--rail.sgk-sponsor--hole img {
  max-width: 132px;
  max-height: 28px;
}

.sgk-sponsor__name {
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.sgk-sponsor-wall {
  padding: 72px 28px 82px;
  background:
    radial-gradient(circle at 18% 0%, rgba(201, 169, 97, 0.10), transparent 34%),
    linear-gradient(180deg, #0B1C13 0%, #10291c 48%, #081710 100%);
  border-top: 1px solid rgba(201, 169, 97, 0.16);
  color: #fff;
}

.sgk-sponsor-wall__label {
  margin-bottom: 30px;
  color: #C9A961;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .28em;
  text-align: center;
  text-transform: uppercase;
}

.sgk-sponsor-wall__agreements {
  display: grid;
  gap: 26px;
  max-width: 1160px;
  margin: 0 auto;
}

.sgk-sponsor-wall__level {
  position: relative;
  padding: 26px 28px 30px;
  border: 1px solid rgba(201, 169, 97, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.22);
}

.sgk-sponsor-wall__level + .sgk-sponsor-wall__level::before {
  content: none;
}

.sgk-sponsor-wall__tier {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
  color: rgba(245, 239, 227, 0.86);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
  text-align: center;
  text-transform: uppercase;
}

.sgk-sponsor-wall__tier::before,
.sgk-sponsor-wall__tier::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(201, 169, 97, 0.18);
}

.sgk-sponsor-wall__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.sgk-sponsor--wall {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  width: min(100%, 206px);
  padding: 12px 16px;
  border-radius: 6px;
  background: rgba(245, 239, 227, 0.92);
  border: 1px solid rgba(245, 239, 227, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.sgk-sponsor--wall:hover {
  transform: translateY(-2px);
  background: #fff;
  border-color: rgba(201, 169, 97, 0.54);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.sgk-sponsor--wall img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 58px;
  object-fit: contain;
}

.sgk-sponsor--wall.sgk-sponsor--general {
  min-height: 128px;
  width: min(100%, 460px);
}

.sgk-sponsor--wall.sgk-sponsor--general img {
  max-height: 88px;
}

.sgk-sponsor--wall.sgk-sponsor--main {
  width: min(100%, 230px);
  min-height: 98px;
}

.sgk-sponsor--wall.sgk-sponsor--main img {
  max-height: 66px;
}

.sgk-sponsor--wall.sgk-sponsor--hole {
  width: min(100%, 176px);
  min-height: 78px;
}

.sgk-sponsor--wall.sgk-sponsor--hole img {
  max-height: 50px;
}

@media (max-width: 900px) {
  .sgk-sponsor-rail__track {
    justify-content: flex-start;
    min-height: 58px;
    padding-inline: 12px;
  }

  .sgk-sponsor--rail {
    height: 44px;
    min-width: 112px;
  }

  .sgk-sponsor--rail.sgk-sponsor--general {
    height: 54px;
    min-width: 210px;
  }

  .sgk-sponsor--rail img {
    max-width: 142px;
    max-height: 29px;
  }

  .sgk-sponsor--rail.sgk-sponsor--general img {
    max-width: 188px;
    max-height: 38px;
  }

  .sgk-sponsor-wall {
    padding: 50px 14px 60px;
  }

  .sgk-sponsor-wall__agreements {
    gap: 18px;
  }

  .sgk-sponsor-wall__level {
    padding: 22px 14px 24px;
  }

  .sgk-sponsor-wall__row {
    gap: 12px;
  }

  .sgk-sponsor--wall.sgk-sponsor--general {
    width: min(100%, 360px);
    min-height: 112px;
  }

  .sgk-sponsor--wall.sgk-sponsor--main {
    width: min(46vw, 194px);
    min-height: 94px;
  }

  .sgk-sponsor--wall.sgk-sponsor--hole {
    width: min(44vw, 150px);
    min-height: 74px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sgk-sponsor-rail {
    transform: none;
  }
}

@media (max-width: 520px) {
  .sgk-sponsor-rail__track {
    min-height: 48px;
  }

  .sgk-sponsor__tier {
    display: none;
  }

  .sgk-sponsor--rail.sgk-sponsor--general {
    height: 44px;
    min-width: 168px;
    padding-top: 4px;
  }

  .sgk-sponsor-wall__label {
    font-size: 10px;
    letter-spacing: .2em;
  }

  .sgk-sponsor-wall__tier {
    font-size: 9px;
    gap: 10px;
  }

  .sgk-sponsor--wall.sgk-sponsor--main,
  .sgk-sponsor--wall.sgk-sponsor--hole {
    width: calc(50% - 6px);
  }
}
