.bounty-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  height: 300px;
  min-height: 300px;
  margin: 0 auto 28px;
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  text-align: left;
  background-color: #f7f7f5;
  background-image: url('./bh.webp?v=20260826');
  background-position: center 51%;
  background-size: 75% auto;
  background-repeat: no-repeat;
  border: 1px solid rgba(176,28,35,.34);
  border-radius: 18px;
  box-shadow: 0 22px 42px rgba(20,13,5,.32);
}

.bounty-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0,0,0,.04), transparent 50%, rgba(0,0,0,.28));
  pointer-events: none;
}

.bounty-hero .back-link {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  color: #fff;
  background: rgba(7,6,4,.38);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  backdrop-filter: blur(7px);
}

.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.hero-date {
  position: absolute;
  right: 30px;
  bottom: 26px;
  margin: 0;
  padding: 7px 11px;
  color: #fff;
  background: rgba(7,7,8,.66);
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 7px;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: .12em;
  text-shadow: 0 2px 9px rgba(0,0,0,.8);
  backdrop-filter: blur(5px);
}

.overview-list { margin: 0; }
.overview-list > div { display: grid; grid-template-columns: minmax(100px,150px) 1fr; gap: 18px; padding: 15px 0; border-bottom: 1px solid rgba(24,33,40,.12); }
.overview-list > div:first-child { padding-top: 0; }
.overview-list dt { color: #66717a; font-size: 14px; font-weight: 850; }
.overview-list dd { margin: 0; color: #141b21; font-size: 16px; font-weight: 850; }

.event-description { max-width: 880px; margin: 24px 0 0; color: #202a32; font-size: 16px; font-weight: 700; line-height: 1.9; }
.organizer-line { margin: 14px 0 0; color: #202a32; font-size: 15px; font-weight: 750; }
.organizer-line a { color: #7f2634; text-decoration: underline; text-decoration-color: rgba(127,38,52,.34); text-underline-offset: 4px; }
.organizer-line a:hover { text-decoration-color: currentColor; }
.pending-note { margin: 24px 0 0; padding-top: 18px; color: #68737c; border-top: 1px solid rgba(24,33,40,.12); font-size: 13px; font-weight: 750; }

.flyer-body {
  display: flex;
  justify-content: center;
  padding: 28px 24px 32px;
}

.tournament-flyer {
  display: block;
  width: min(100%, 900px);
  height: auto;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(20,13,5,.16);
}

.bounty-overview { margin-top: 26px; padding-top: 22px; border-top: 1px solid rgba(24,33,40,.12); }
.bounty-overview h2 { margin: 0 0 8px; color: #1d252c; font-size: 18px; font-weight: 900; }
.bounty-intro { margin: 0 0 8px; color: #37434c; font-size: 14px; font-weight: 750; }
.bounty-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 34px; }
.bounty-list a { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 16px 2px; color: #172129; border-bottom: 1px solid rgba(24,33,40,.13); text-decoration: none; transition: color .18s ease, padding-left .18s ease, border-color .18s ease; }
.bounty-list a:hover { padding-left: 7px; color: #8a632a; border-color: rgba(138,99,42,.52); }
.bounty-list span { font-size: 18px; font-weight: 900; }
.bounty-list small { color: #75808a; font-size: 12px; font-weight: 750; }
.bounty-note { margin: 20px 0 0; color: #6a747c; font-size: 13px; font-weight: 700; }

@media (max-width: 640px) {
  .bounty-hero { height: 280px; min-height: 280px; padding: 18px; background-size: auto 75%; border-radius: 14px; }
  .bounty-hero .back-link { min-height: 32px; padding: 0 12px; font-size: 11px; }
  .hero-date { right: 18px; bottom: 18px; font-size: 12px; }
  .overview-list > div { grid-template-columns: 1fr; gap: 5px; }
  .flyer-body { padding: 14px; }
  .tournament-flyer { border-radius: 8px; }
  .bounty-list { grid-template-columns: 1fr; }
}
