/* TS: 2026-08-12 14:06 UTC */

/* Keep the Monster Hunt choices equal and intentionally arranged two over two. */
#monster-hunt-board .home-market-tools-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

#monster-hunt-board .home-market-tool-card,
#monster-hunt-board .home-market-tool-card-featured {
  min-height: 270px;
  padding: 30px;
  border-top: 8px solid #101512;
  background: #fffaf0;
  color: #111;
}

#monster-hunt-board .home-market-tool-card:nth-child(1) { border-top-color: #9eea32; }
#monster-hunt-board .home-market-tool-card:nth-child(2) { border-top-color: #e2b23b; }
#monster-hunt-board .home-market-tool-card:nth-child(3) { border-top-color: #6e8796; }
#monster-hunt-board .home-market-tool-card:nth-child(4) { border-top-color: #d94843; }

#monster-hunt-board .home-market-tool-card-featured span,
#monster-hunt-board .home-market-tool-card-featured em {
  color: #111;
}

#monster-hunt-board .home-market-tool-card-featured small {
  color: #5d635e;
}

#monster-hunt-board .home-market-tool-card strong {
  font-size: clamp(34px, 4.2vw, 58px);
}

#monster-hunt-board .home-market-tool-card small {
  max-width: 600px;
  font-size: 16px;
  line-height: 1.55;
}

/* Stack two distinct Detective Break scenes without overlapping either character. */
.home-page .home-check-heading {
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
  height: auto;
  min-width: 0;
  padding-bottom: 0 !important;
  background: #0d1211;
}

/* Do not stretch the black Detective rail to the height of the long stock report. */
.home-page .home-check {
  align-items: start;
  background: #f5f1e7;
}

.home-page .home-check-panel {
  width: 100%;
  box-sizing: border-box;
}

.home-page .home-check-detective {
  display: none !important;
}

.home-page .home-detective-stack {
  display: grid;
  flex: 0 0 auto;
  gap: 22px;
  width: min(88%, 540px);
  margin: 30px auto 0;
  padding-bottom: 34px;
  overflow: hidden;
}

.home-page .home-detective-scene {
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  margin: 0;
  border: 6px solid #e2ad29;
  background: #08100d;
  overflow: hidden;
}

.home-page .home-detective-scene img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

/* Use the long report's left rail as an evidence-reading guide instead of an
   empty cream slab after the Detective Break scenes end. */
.home-page .home-check-followthrough {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 420px;
  margin: 34px calc(0px - clamp(30px, 5vw, 82px)) 0;
  padding: 48px clamp(30px, 5vw, 82px) 54px;
  overflow: hidden;
  border-top: 8px solid #a8df34;
  background:
    radial-gradient(circle at 88% 16%, rgba(168, 223, 52, .14), transparent 28%),
    linear-gradient(145deg, #f8f3e8 0%, #eee7d8 100%);
  color: #111715;
}

.home-page .home-check-followthrough-label {
  display: block;
  margin-bottom: 16px;
  color: #d9483b;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .075em;
}

.home-page .home-check-followthrough h3 {
  max-width: 470px;
  margin: 0 0 28px;
  color: #111715;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(42px, 3.7vw, 62px);
  line-height: .92;
  letter-spacing: .01em;
}

.home-page .home-check-followthrough ul {
  display: grid;
  gap: 20px;
  max-width: 500px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-page .home-check-followthrough li {
  position: relative;
  padding-left: 27px;
  color: #303733;
  font-size: 16px;
  line-height: 1.5;
}

.home-page .home-check-followthrough li::before {
  content: "◆";
  position: absolute;
  top: .08em;
  left: 0;
  color: #86c821;
  font-size: 15px;
}

.home-page .home-check-followthrough li strong {
  color: #111715;
  font-weight: 950;
}

.home-page .home-check-followthrough-principle {
  max-width: 500px;
  margin-top: 72px;
  padding: 30px 0;
  border-top: 2px solid #111715;
  border-bottom: 2px solid #111715;
}

.home-page .home-check-followthrough-principle span,
.home-page .home-check-followthrough-principle strong {
  display: block;
}

.home-page .home-check-followthrough-principle span {
  margin-bottom: 13px;
  color: #d9483b;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .075em;
}

.home-page .home-check-followthrough-principle strong {
  max-width: 450px;
  color: #111715;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(28px, 2.45vw, 40px);
  line-height: 1;
}

.home-page .home-check-followthrough-principle p {
  max-width: 470px;
  margin: 18px 0 0;
  color: #303733;
  font-size: 15px;
  line-height: 1.55;
}

.home-page .home-check-followthrough .home-check-followthrough-close {
  max-width: 500px;
  margin: auto 0 0;
  padding: 18px 20px;
  border-left: 6px solid #ef342b;
  background: #111715;
  color: #f8f3e8;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.35;
  letter-spacing: .025em;
}

/* The explanatory band is body copy, not a watermark. */
.home-page .monster-rating-trio-note {
  border-left-color: #d9aa31 !important;
  background: #fff3cf !important;
  color: #26302b !important;
  font-size: 12px !important;
  font-weight: 650;
}

.home-page .monster-rating-trio-note strong {
  color: #111715 !important;
  font-weight: 950;
}

/* Keep every historical-case heading inside its own result card. */
.home-page .home-result-card .monster-trigger h3 {
  max-width: 100%;
  font-size: clamp(23px, 1.55vw, 30px);
  line-height: 1.08;
  overflow-wrap: anywhere;
  word-break: normal;
}

.home-page .home-detective-scene-case figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 48px 22px 20px;
  background: linear-gradient(0deg, rgba(6, 14, 11, .98), rgba(6, 14, 11, 0));
  color: #f7f2e7;
  font-size: clamp(15px, 1.15vw, 20px);
  font-weight: 950;
  letter-spacing: .035em;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-shadow: 0 3px 12px rgba(0, 0, 0, .9);
}

@media (max-width: 920px) {
  #monster-hunt-board .home-market-tool-card,
  #monster-hunt-board .home-market-tool-card-featured {
    min-height: 240px;
  }

}

@media (max-width: 680px) {
  #monster-hunt-board .home-market-tools-grid {
    grid-template-columns: 1fr;
  }

  #monster-hunt-board .home-market-tool-card,
  #monster-hunt-board .home-market-tool-card-featured {
    min-height: 220px;
    padding: 24px;
  }

  .home-page .home-detective-stack {
    width: 100%;
    margin: 26px auto 0;
    padding-bottom: 0;
    gap: 20px;
  }

  .home-page .home-detective-scene-case figcaption {
    padding: 48px 24px 24px;
  }

  .home-page .home-check-heading {
    padding-bottom: 0 !important;
  }

  .home-page .home-check-followthrough {
    min-height: 0;
    margin: 26px -24px 0;
    padding: 38px 24px 42px;
  }

  .home-page .home-check-followthrough h3 {
    font-size: clamp(39px, 13vw, 52px);
  }

  .home-page .home-check-followthrough-principle {
    margin-top: 48px;
  }

  .home-page .home-check-followthrough .home-check-followthrough-close {
    margin-top: 36px;
  }
}
