:root{--lu5cba-negro:#111;--lu5cba-amarillo:#f4c21f;--lu5cba-gris:#f5f5f5;--lu5cba-borde:#e3e3e3}.lu5cba-wrap{max-width:1180px;margin:0 auto;padding:24px 14px}.lu5cba-hero{background:linear-gradient(135deg,#111,#252525);color:#fff;border-radius:22px;padding:28px;margin-bottom:24px;position:relative;overflow:hidden}.lu5cba-hero:after{content:"";position:absolute;right:-80px;top:-80px;width:220px;height:220px;border-radius:50%;background:rgba(244,194,31,.18)}.lu5cba-hero h2,.lu5cba-hero h1{margin:0 0 8px;font-size:clamp(26px,4vw,44px);line-height:1.05}.lu5cba-hero p{margin:0;color:#ddd}.lu5cba-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.lu5cba-card{background:#fff;border:1px solid var(--lu5cba-borde);border-radius:18px;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.06);display:flex;flex-direction:column;min-height:100%;transition:.2s}.lu5cba-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(0,0,0,.10)}.lu5cba-cover{background:#222;aspect-ratio:3/4;display:flex;align-items:center;justify-content:center;overflow:hidden}.lu5cba-cover img{width:100%;height:100%;object-fit:cover}.lu5cba-cover-placeholder{color:#f4c21f;font-size:42px;font-weight:800}.lu5cba-card-body{padding:17px;display:flex;flex-direction:column;gap:8px;flex:1}.lu5cba-badge{display:inline-flex;align-self:flex-start;background:var(--lu5cba-amarillo);color:#111;font-weight:800;font-size:12px;border-radius:999px;padding:5px 10px}.lu5cba-card h3{font-size:20px;line-height:1.15;margin:0}.lu5cba-meta{font-size:14px;color:#666}.lu5cba-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto;padding-top:10px}.lu5cba-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 14px;border-radius:12px;text-decoration:none!important;font-weight:800;border:2px solid #111;background:#111;color:#fff!important;line-height:1}.lu5cba-btn:hover{background:#333;color:#fff!important}.lu5cba-btn.secondary{background:#fff;color:#111!important}.lu5cba-btn.yellow{background:var(--lu5cba-amarillo);color:#111!important;border-color:var(--lu5cba-amarillo)}.lu5cba-pagination{margin-top:24px;display:flex;justify-content:center}.lu5cba-pagination .page-numbers{padding:9px 12px;margin:3px;border-radius:10px;background:#eee;text-decoration:none;color:#111}.lu5cba-pagination .current{background:#111;color:#fff}.lu5cba-reader-shell{background:#151515;border-radius:20px;overflow:hidden;border:1px solid #333;box-shadow:0 15px 35px rgba(0,0,0,.18)}.lu5cba-reader-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;background:#111;color:#fff;flex-wrap:wrap}.lu5cba-reader-toolbar strong{color:var(--lu5cba-amarillo)}.lu5cba-reader-frame{width:100%;height:min(82vh,900px);border:0;background:#2b2b2b;display:block}.lu5cba-single{max-width:1100px;margin:0 auto;padding:24px 14px}.lu5cba-single-head{display:grid;grid-template-columns:260px 1fr;gap:24px;align-items:start;margin-bottom:24px}.lu5cba-single-cover img{width:100%;border-radius:18px;box-shadow:0 12px 30px rgba(0,0,0,.16)}.lu5cba-share{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}.lu5cba-empty{padding:28px;background:#fff8dd;border:1px solid #f4c21f;border-radius:16px}@media(max-width:900px){.lu5cba-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lu5cba-single-head{grid-template-columns:1fr}.lu5cba-single-cover{max-width:280px}}@media(max-width:560px){.lu5cba-grid{grid-template-columns:1fr}.lu5cba-reader-frame{height:72vh}.lu5cba-actions .lu5cba-btn{width:100%}}


/* Ajuste visor amplio dentro de la página */
.lu5cba-single,
.lu5cba-wrap{
  width:100%;
  max-width:1280px;
  box-sizing:border-box;
}
.lu5cba-single * ,
.lu5cba-wrap *{
  box-sizing:border-box;
}
.lu5cba-reader-shell{
  width:100%;
  max-width:100%;
  margin:28px auto 0;
  clear:both;
  display:block;
}
.lu5cba-reader-toolbar{
  position:relative;
  z-index:1;
}
.lu5cba-reader-frame-wrap{
  width:100%;
  max-width:100%;
  overflow:hidden;
  background:#2b2b2b;
}
.lu5cba-reader-frame{
  width:100% !important;
  max-width:100% !important;
  min-height:760px;
  height:calc(100vh - 150px);
  border:0;
  margin:0;
}
.lu5cba-reader-full{
  max-width:none;
}
@media(min-width:1300px){
  .lu5cba-single{max-width:1360px;}
  .lu5cba-reader-frame{min-height:820px;}
}
@media(max-width:782px){
  .lu5cba-single{padding:16px 10px;}
  .lu5cba-reader-shell{border-radius:14px;margin-top:18px;}
  .lu5cba-reader-toolbar{align-items:flex-start;}
  .lu5cba-reader-toolbar strong{width:100%;}
  .lu5cba-reader-toolbar .lu5cba-actions{width:100%;}
  .lu5cba-reader-toolbar .lu5cba-btn{flex:1;}
  .lu5cba-reader-frame{
    height:78vh;
    min-height:620px;
  }
}
@media(max-width:480px){
  .lu5cba-reader-frame{
    height:76vh;
    min-height:540px;
  }
}


/* v1.0.3 - Contención fuerte para evitar que el visor se salga del layout del theme */
html body .lu5cba-contained-page,
html body .lu5cba-wrap{
  display:block;
  width:min(100%, 1140px) !important;
  max-width:1140px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:15px !important;
  padding-right:15px !important;
  overflow-x:hidden !important;
}
html body .lu5cba-contained-page{clear:both;}
html body .lu5cba-contained-page *,
html body .lu5cba-wrap *{box-sizing:border-box !important;}
html body .lu5cba-contained-page img,
html body .lu5cba-wrap img,
html body .lu5cba-reader-shell,
html body .lu5cba-reader-frame-wrap,
html body .lu5cba-reader-frame{max-width:100% !important;}
html body .lu5cba-reader-shell{
  width:100% !important;
  margin-left:0 !important;
  margin-right:0 !important;
  overflow:hidden !important;
  border-radius:16px;
}
html body .lu5cba-reader-frame-wrap{
  display:block !important;
  width:100% !important;
  overflow:hidden !important;
  position:relative;
}
html body iframe.lu5cba-reader-frame{
  display:block !important;
  width:100% !important;
  min-width:0 !important;
  height:78vh !important;
  min-height:680px;
  max-height:920px;
  border:0 !important;
  margin:0 !important;
  transform:none !important;
}
@media(max-width:782px){
  html body .lu5cba-contained-page,
  html body .lu5cba-wrap{
    width:100% !important;
    padding-left:10px !important;
    padding-right:10px !important;
  }
  html body iframe.lu5cba-reader-frame{
    height:75vh !important;
    min-height:560px;
    max-height:none;
  }
}
@media(max-width:480px){
  html body iframe.lu5cba-reader-frame{
    height:72vh !important;
    min-height:500px;
  }
}
