/* Firmament Deceiver Tag Bridge — v1.0 */
.fqs-deceiver-bridge-archive{
  --container: 1240px;
  --card-min: 260px;
  --gap: 28px;
  --radius: 16px;
  --media-ratio: 4/3;
  --title-lines: 2;
  --excerpt-lines: 9;      /* more summary when space allows */
  --excerpt-min-lines: 3;
  --card-height: 700px;    /* keep cards aligned */
}
.fqs-deceiver-bridge-archive{max-width:var(--container);margin:0 auto;padding:0 20px;}
.fqs-deceiver-bridge-archive .fqs-deceiver-bridge-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--card-min),1fr));gap:var(--gap);align-items:stretch;justify-content:center}
.deceiver-card{display:flex;flex-direction:column;height:var(--card-height);border-radius:var(--radius);background:#0f1115;border:1px solid #232737;box-shadow:0 10px 28px rgba(0,0,0,.20);overflow:hidden;position:relative}
.deceiver-media{display:block;aspect-ratio:var(--media-ratio);overflow:hidden;background:#0b0d12}
.deceiver-media img.deceiver-thumb{width:100%;height:100%;object-fit:cover;object-position:center}
.deceiver-title{margin:12px 14px 8px;font-weight:800}
.deceiver-title a{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--title-lines);overflow:hidden;text-overflow:ellipsis}
.deceiver-badges{display:flex;flex-wrap:wrap;gap:8px;margin:0 14px 8px}
.pill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#1a1f2b;color:#e5e7eb;font-size:12px;font-weight:600;border:1px solid rgba(255,255,255,.08);text-decoration:none;transition:background-color .15s ease,border-color .15s ease,color .15s ease}
.pill:hover{background-color:#116c96;border-color:#116c96;color:#fff}
.deceiver-excerpt{margin:6px 14px 10px;color:#a1a1aa;line-height:1.55;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--excerpt-lines);overflow:hidden;text-overflow:ellipsis;flex:1 1 auto;max-height:none}
.deceiver-footer{padding:10px 14px 14px;margin-top:auto;border-top:1px dashed #232737}
.deceiver-link{display:inline-flex;align-items:center;justify-content:center;padding:.38rem .75rem;font-size:.84rem;line-height:1.02;border-radius:999px}
@media (max-width:1200px){.fqs-deceiver-bridge-archive{--excerpt-lines:8}}
@media (max-width:900px){ .fqs-deceiver-bridge-archive{--excerpt-lines:6}}
@media (max-width:600px){ .fqs-deceiver-bridge-archive{--excerpt-lines:5}}

/* v1.1: Tag description block */
.fdtb-tag-desc{
  max-width: 1620px;
  margin: .5rem auto 1.2rem;
  padding: .9rem 1rem;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: .9rem;
}
.fdtb-tag-desc__label{
  font-size: .82rem;
  opacity: .75;
  margin: 0 0 .25rem;
}
.fdtb-tag-desc__body{
  line-height: 1.55;
  color: #d9dfef;
}
/* Light theme safeguard */
body.light .fdtb-tag-desc{
  background: #fff;
  border: 1px solid #e6e9f1;
}
body.light .fdtb-tag-desc__body{
  color: #111;
}
