.podium-section {
  position: relative;
  isolation: isolate;
  margin-top: 34px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(72, 202, 255, 0.2);
  border-radius: 28px;
  background:
    radial-gradient(circle at 16% 0%, rgba(31, 190, 255, 0.2), transparent 30%),
    radial-gradient(circle at 84% 12%, rgba(255, 193, 7, 0.15), transparent 28%),
    linear-gradient(145deg, #071c38 0%, #092c50 55%, #06162e 100%);
  box-shadow: 0 24px 55px rgba(5, 27, 55, 0.22);
}

.podium-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

.podium-section > .section-head {
  margin: 0 4px 22px;
}

.podium-section .kicker.gold { color: #ffc928; }
.podium-section .section-head h2 { color: #fff; font-size: 28px; }
.podium-section .official { color: #a9c2d9; }

.podium-grid { gap: 22px !important; }

.podium-board {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: 22px 22px 20px !important;
  border: 1px solid rgba(148, 204, 235, 0.23) !important;
  background: linear-gradient(155deg, rgba(255,255,255,.98), rgba(237,247,255,.93)) !important;
  box-shadow: 0 18px 40px rgba(1, 14, 32, 0.3), inset 0 1px 0 #fff !important;
}

.podium-board::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  right: -95px;
  top: -125px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(32,190,255,.2), transparent 68%);
}

.podium-board h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px !important;
  color: #0b2341;
  font-size: 17px;
}

.podium-board h3::before {
  content: "★";
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  color: #fff;
  font-size: 12px;
  background: linear-gradient(135deg, #0ec5ff, #087cad);
  box-shadow: 0 7px 16px rgba(4, 151, 208, 0.25);
}

.podium {
  position: relative;
  height: 230px !important;
  gap: 10px !important;
  padding: 34px 2px 0;
}

.podium::after {
  content: "";
  position: absolute;
  left: 2%;
  right: 2%;
  bottom: -7px;
  height: 15px;
  border-radius: 50%;
  background: rgba(3, 23, 47, 0.16);
  filter: blur(9px);
}

.podium-place {
  position: relative;
  z-index: 1;
  width: 32% !important;
  min-width: 0;
  padding: 38px 10px 16px !important;
  justify-content: flex-start !important;
  border-radius: 18px 18px 9px 9px !important;
  border-width: 1px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 12px 24px rgba(4,27,52,.12);
  transition: transform .25s ease, box-shadow .25s ease;
}

.podium-place:hover {
  transform: translateY(-5px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 18px 32px rgba(4,27,52,.19);
}

.podium-place::before {
  content: attr(data-place);
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .16em;
  opacity: .72;
}

.podium-place > span {
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  width: 54px !important;
  height: 54px !important;
  margin: 0 !important;
  border: 4px solid rgba(255,255,255,.82);
  font-size: 20px;
  box-shadow: 0 8px 22px rgba(6, 25, 48, .25), inset 0 2px 4px rgba(255,255,255,.7);
}

.podium-place b {
  width: 100%;
  overflow: hidden;
  color: #0a1d36;
  font-size: 13px !important;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.podium-place strong {
  margin-top: 8px !important;
  color: #071b35;
  font-size: 20px !important;
}

.podium-place strong small {
  font-size: 7px;
  letter-spacing: .1em;
  color: #63758a;
}

.podium-place em {
  margin-top: 6px;
  color: #6e7f92;
  font-size: 7px;
  font-style: normal;
  white-space: nowrap;
}

.podium-place.place-1 {
  min-height: 190px !important;
  border-color: #e9b82c !important;
  background:
    linear-gradient(120deg, transparent 25%, rgba(255,255,255,.55) 40%, transparent 55%),
    linear-gradient(160deg, #fff9cf 0%, #ffd85d 100%) !important;
  box-shadow: inset 0 1px 0 #fff, 0 16px 34px rgba(218, 157, 0, .28) !important;
}

.podium-place.place-1 > span {
  color: #6f4500;
  background: radial-gradient(circle at 35% 25%, #fff8ad, #f7bd18 58%, #c98700 100%) !important;
}

.podium-place.place-2 {
  min-height: 155px !important;
  background: linear-gradient(160deg, #fbfdff 0%, #cbd8e5 100%) !important;
  border-color: #b7c7d5 !important;
}

.podium-place.place-2 > span {
  color: #344b62;
  background: radial-gradient(circle at 35% 25%, #fff, #cad6e0 60%, #879aaa 100%) !important;
}

.podium-place.place-3 {
  min-height: 135px !important;
  background: linear-gradient(160deg, #fff2e7 0%, #d99565 100%) !important;
  border-color: #c98050 !important;
}

.podium-place.place-3 > span {
  color: #6f3216;
  background: radial-gradient(circle at 35% 25%, #ffe4cf, #c87945 60%, #93451f 100%) !important;
}

@media (max-width: 900px) {
  .podium-section { padding: 22px; }
}

@media (max-width: 600px) {
  .podium-section { margin-inline: -2vw; padding: 20px 14px; border-radius: 22px; }
  .podium-section .section-head { align-items: flex-start; }
  .podium-section .official { max-width: 110px; text-align: right; }
  .podium-board { padding-inline: 12px !important; }
  .podium { height: 205px !important; gap: 6px !important; }
  .podium-place { padding-inline: 5px !important; }
  .podium-place > span { width: 46px !important; height: 46px !important; top: -23px; font-size: 17px; }
  .podium-place b { font-size: 10px !important; }
  .podium-place strong { font-size: 15px !important; }
  .podium-place em { font-size: 6px; }
}
