.bludle-discovery {
  box-sizing: border-box;
  width: min(1120px, calc(100% - 32px));
  margin: 48px auto;
  padding: clamp(24px, 4vw, 48px);
  color: var(--ink, #172033);
  background: #f7f3eb;
  border: 1px solid rgba(23, 32, 51, .14);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(23, 32, 51, .08);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: left;
}

.bludle-discovery *, .bludle-discovery *::before, .bludle-discovery *::after { box-sizing: border-box; }
.bludle-discovery h2, .bludle-discovery h3, .bludle-discovery p, .bludle-discovery dl { margin-top: 0; }
.bludle-discovery h2 { margin-bottom: 12px; color: #172033; font-size: clamp(1.6rem, 3vw, 2.45rem); line-height: 1.08; letter-spacing: -.035em; }
.bludle-discovery h3 { margin-bottom: 8px; color: #172033; font-size: 1rem; }
.bludle-discovery p, .bludle-discovery dd { color: #4d5669; font-size: .98rem; line-height: 1.7; }
.bludle-discovery a { color: #274ea8; text-underline-offset: 3px; }
.bludle-discovery a:hover { color: #15357c; }
.discovery-kicker { margin-bottom: 10px !important; color: #9e3f35 !important; font-size: .72rem !important; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.discovery-heading { max-width: 760px; }
.game-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 28px 0; overflow: hidden; background: rgba(23, 32, 51, .13); border: 1px solid rgba(23, 32, 51, .13); border-radius: 5px; }
.game-facts div { padding: 18px; background: #fffdf9; }
.game-facts dt { margin-bottom: 6px; color: #777f8f; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.game-facts dd { margin: 0; color: #172033; font-weight: 700; line-height: 1.35; }
.discovery-copy { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(22px, 4vw, 48px); }
.related-games { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 26px; padding-top: 20px; border-top: 1px solid rgba(23, 32, 51, .14); }
.related-games span { margin-right: 4px; color: #777f8f; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.related-games a { padding: 8px 12px; color: #172033; background: #fffdf9; border: 1px solid rgba(23, 32, 51, .18); border-radius: 999px; font-size: .86rem; font-weight: 700; text-decoration: none; }
.comparison-scroll { margin-top: 28px; overflow-x: auto; }
.bludle-discovery table { width: 100%; min-width: 700px; border-collapse: collapse; background: #fffdf9; }
.bludle-discovery th, .bludle-discovery td { padding: 14px; border: 1px solid rgba(23, 32, 51, .13); color: #4d5669; font-size: .9rem; line-height: 1.45; text-align: left; vertical-align: top; }
.bludle-discovery thead th { color: #172033; background: #ebe5da; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.bludle-discovery tbody th { color: #172033; white-space: nowrap; }
.method-note { margin: 18px 0 0 !important; font-size: .84rem !important; }
.bludle-article-meta { margin: 10px 0 24px; color: #697184; font-size: .86rem; line-height: 1.5; }
.bludle-article-meta a { color: inherit; text-underline-offset: 3px; }

@media (max-width: 680px) {
  .bludle-discovery { width: min(100% - 20px, 1120px); margin-block: 32px; padding: 22px; }
  .game-facts, .discovery-copy { grid-template-columns: 1fr; }
}

