/* Base */
.jt-bm-wrap {
  max-width: 880px;
  margin: 0 auto;
  padding: 28px 16px;
}

.jt-bm-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 6px 24px rgba(0,0,0,.05);
}

/* Single */
.jt-bm-title {
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}

.jt-bm-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  font-size: 14px;
  color: rgba(0,0,0,.65);
  margin-bottom: 12px;
}

.jt-bm-tax {
  font-size: 14px;
  color: rgba(0,0,0,.70);
  margin: 8px 0 18px;
}

.jt-bm-tax b {
  color: rgba(0,0,0,.92);
}

.jt-bm-featured img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
}

.jt-bm-content {
  font-size: 18px;
  line-height: 1.75;
  color: rgba(0,0,0,.88);
}

.jt-bm-content h2, .jt-bm-content h3 {
  line-height: 1.2;
  margin-top: 28px;
}

.jt-bm-content img, .jt-bm-content video, .jt-bm-content iframe {
  max-width: 100%;
  border-radius: 14px;
}

.jt-bm-section {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(0,0,0,.06);
}

.jt-bm-section h3 {
  margin: 0 0 12px;
  font-size: 18px;
  letter-spacing: -0.01em;
}

.jt-bm-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 900px) {
  .jt-bm-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .jt-bm-grid-3 { grid-template-columns: 1fr; }
}

.jt-bm-item {
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.jt-bm-thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.jt-bm-item-body {
  padding: 12px 12px 14px;
}

.jt-bm-item-title {
  font-size: 15px;
  line-height: 1.25;
  margin: 0 0 10px;
}

.jt-bm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid rgba(0,0,0,.10);
  background: #f6f7f8;
  color: #111;
}

.jt-bm-btn:hover {
  filter: brightness(0.98);
}

/* Landing */
.jt-bm-landing-head {
  text-align: center;
  margin: 10px 0 22px;
}

.jt-bm-landing-head h1 {
  font-size: clamp(30px, 3.5vw, 46px);
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}

.jt-bm-landing-desc {
  color: rgba(0,0,0,.68);
  font-size: 16px;
  margin: 0 auto;
  max-width: 720px;
}

.jt-bm-badge-new {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(22, 163, 74, .12);
  border: 1px solid rgba(22, 163, 74, .25);
  color: rgb(22, 163, 74);
  font-weight: 700;
  font-size: 12px;
}

.jt-bm-pagination {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
.jt-bm-pagination .page-numbers {
  display: inline-flex;
  padding: 10px 12px;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 12px;
  margin: 0 4px;
  text-decoration: none;
}
.jt-bm-pagination .page-numbers.current {
  font-weight: 800;
  background: rgba(0,0,0,.06);
}

/* ============================
   TOC Retro / Videojuego
   ============================ */
.jt-bm-toc {
  border-radius: 16px;
  padding: 16px 16px 14px;
  border: 2px solid rgba(0,0,0,.75);
  background:
    linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.02)),
    repeating-linear-gradient(
      180deg,
      rgba(0,0,0,.08) 0px,
      rgba(0,0,0,.08) 1px,
      transparent 1px,
      transparent 4px
    );
  box-shadow:
    0 10px 28px rgba(0,0,0,.10),
    inset 0 0 0 2px rgba(255,255,255,.40);
}

.jt-bm-toc-title {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 13px;
  margin-bottom: 10px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.20);
  background: rgba(255,255,255,.55);
}

.jt-bm-toc-list,
.jt-bm-toc-list ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.jt-bm-toc-list > li { margin: 6px 0; }
.jt-bm-toc-list ul { margin-top: 6px; padding-left: 14px; }

.jt-bm-toc a {
  text-decoration: none;
  font-weight: 800;
  color: rgba(0,0,0,.85);
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px dashed rgba(0,0,0,.22);
  background: rgba(255,255,255,.50);
}

.jt-bm-toc a:hover {
  transform: translateY(-1px);
  filter: brightness(.98);
}

.jt-bm-toc a::before {
  content: "▶";
  font-size: 12px;
  opacity: .85;
}

.jt-bm-toc li.lvl-1 > a { font-size: 14px; }
.jt-bm-toc li.lvl-2 > a { font-size: 13px; font-weight: 750; opacity: .95; }
.jt-bm-toc li.lvl-3 > a { font-size: 12.5px; font-weight: 700; opacity: .92; }

@media (max-width: 560px){
  .jt-bm-toc { padding: 14px; }
  .jt-bm-toc a { width: 100%; }
}
