.pkcl-checklist{
  --pkcl-blue:#2563eb;
  --pkcl-ink:#172033;
  --pkcl-muted:#667085;
  --pkcl-line:#e5e7eb;
  --pkcl-bg:#f7f9fc;
  color:var(--pkcl-ink);
  font-family:inherit;
  max-width:1280px;
  margin:0 auto;
  padding:8px 0 40px;
}
.pkcl-checklist *{box-sizing:border-box}

/* Las páginas creadas por el plugin conservan su título para administración/SEO,
   pero se oculta el título visual nativo del tema cuando la opción está activa. */
.pkcl-hide-native-page-title .entry-title,
.pkcl-hide-native-page-title .page-title,
.pkcl-hide-native-page-title .wp-block-post-title,
.pkcl-hide-native-page-title main > h1:first-child{display:none!important}

.pkcl-hero{display:block;padding:24px 0 22px;border-bottom:1px solid var(--pkcl-line)}
.pkcl-hero-overview{display:flex;gap:24px;align-items:center}
.pkcl-hero-logo{width:210px;flex:0 0 210px;display:flex;align-items:center;justify-content:center;align-self:center}
.pkcl-hero-logo img{display:block;width:100%;height:165px;object-fit:contain;object-position:center}
.pkcl-hero-main{min-width:0;flex:1}
.pkcl-title-row{display:flex;align-items:center;gap:10px;margin:0 0 10px}
.pkcl-title-row h1{font-size:clamp(26px,3vw,42px);line-height:1.08;margin:0;font-variant-numeric:lining-nums proportional-nums;font-feature-settings:"lnum" 1,"onum" 0,"pnum" 1}
.pkcl-title-icon{width:38px;height:38px;flex:0 0 38px;display:flex;align-items:center;justify-content:center;align-self:center;transform:translateY(-1px)}
.pkcl-title-icon img{display:block;max-width:38px;max-height:38px;width:auto;height:auto;object-fit:contain}
.pkcl-meta-badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}
.pkcl-meta-badges span{font-size:12px;font-weight:650;background:#eef4ff;border-radius:999px;padding:6px 10px;color:#344054}
.pkcl-meta-line{display:flex;gap:18px;flex-wrap:wrap;color:var(--pkcl-muted);font-size:14px}
.pkcl-description{max-width:900px;color:#475467;line-height:1.6;margin:14px 0 0}
.pkcl-actions-row{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap;margin-top:12px}
.pkcl-secondary-action{display:inline-flex;align-items:center;gap:7px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;color:#344054;padding:8px 11px;font:inherit;font-size:13px;font-weight:600;cursor:pointer}
.pkcl-secondary-action:hover{border-color:#98a2b3;background:#f9fafb}
.pkcl-secondary-action[aria-disabled="true"]{color:#667085}

.pkcl-view-switch{display:flex;justify-content:flex-end;gap:6px;padding:18px 0 10px}
.pkcl-view-switch button{border:1px solid var(--pkcl-line);background:#fff;border-radius:8px;padding:8px 12px;color:#667085}
.pkcl-view-switch button.is-active{background:var(--pkcl-ink);color:#fff;border-color:var(--pkcl-ink)}
.pkcl-view-switch small{font-size:10px;opacity:.75;margin-left:4px}

.pkcl-filterbar{display:grid;grid-template-columns:minmax(280px,2fr) repeat(auto-fit,minmax(150px,1fr));gap:10px;margin-bottom:14px}
.pkcl-filterbar input{width:100%;height:46px;border:1px solid #d0d5dd;border-radius:9px;background:#fff;padding:0 13px;font:inherit;color:#344054;box-shadow:none}
.pkcl-filterbar input:focus{outline:2px solid rgba(37,99,235,.18);border-color:var(--pkcl-blue)}
.pkcl-filter-dropdown{position:relative;min-width:0}
.pkcl-filter-toggle{width:100%;height:46px;border:1px solid #d0d5dd;border-radius:9px;background:#fff;padding:0 13px;display:flex;align-items:center;justify-content:space-between;gap:10px;font:inherit;color:#344054;text-align:left;cursor:pointer}
.pkcl-filter-toggle:hover:not(:disabled){border-color:#98a2b3}
.pkcl-filter-toggle:focus-visible{outline:2px solid rgba(37,99,235,.18);border-color:var(--pkcl-blue)}
.pkcl-filter-toggle:disabled{cursor:default;background:#f8fafc;color:#98a2b3}
.pkcl-filter-chevron{font-size:18px;line-height:1;transition:transform .15s}
.pkcl-filter-dropdown.is-open .pkcl-filter-chevron{transform:rotate(180deg)}
.pkcl-filter-menu{position:absolute;z-index:80;top:calc(100% + 6px);left:0;right:0;max-height:300px;overflow:auto;background:#fff;border:1px solid #d0d5dd;border-radius:10px;padding:6px;box-shadow:0 14px 36px rgba(15,23,42,.16)}
.pkcl-filter-menu[hidden]{display:none}
.pkcl-filter-option{width:100%;border:0;background:transparent;border-radius:7px;padding:9px 10px;text-align:left;font:inherit;color:#344054;cursor:pointer}
.pkcl-filter-option:hover,.pkcl-filter-option:focus-visible{background:#f2f6ff;outline:none}
.pkcl-filter-option.is-selected{font-weight:700;background:#eef4ff;color:#1d4ed8}

.pkcl-content-grid{display:grid;grid-template-columns:minmax(0,3fr) minmax(290px,1fr);gap:22px;align-items:start}
.pkcl-table-wrap{border:1px solid var(--pkcl-line);border-radius:12px;overflow:hidden;background:#fff}
.pkcl-list-table{width:100%;border-collapse:collapse;font-size:14px}
.pkcl-list-table th{background:#f8fafc;color:#475467;text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.04em;padding:13px 15px;border-bottom:1px solid var(--pkcl-line)}
.pkcl-list-table td{padding:13px 15px;border-bottom:1px solid #edf0f3;vertical-align:middle}
.pkcl-list-table tbody tr:last-child td{border-bottom:0}
.pkcl-row{cursor:pointer;transition:background .15s,border-color .15s}
.pkcl-row:hover,.pkcl-row:focus{background:#f8fbff;outline:none}
.pkcl-row.is-selected{background:#eef6ff;box-shadow:inset 3px 0 0 var(--pkcl-blue)}
.pkcl-rarity-cell{text-align:center;width:100px}
.pkcl-rarity-cell img{width:22px;height:22px;object-fit:contain;display:inline-block;vertical-align:middle}
.pkcl-rarity-cell span{font-size:20px;line-height:1}
.pkcl-list-table th:nth-child(6),.pkcl-list-table td:nth-child(6){min-width:150px}

.pkcl-preview-column{min-width:0;align-self:stretch;position:relative;height:100%}
.pkcl-preview{
  position:-webkit-sticky;
  position:sticky;
  top:calc(var(--wp-admin--admin-bar--height, 0px) + 16px);
  border:1px solid var(--pkcl-line);
  border-radius:14px;
  background:#fff;
  padding:12px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  box-shadow:0 10px 25px rgba(15,23,42,.06);
}
.pkcl-preview-image-button{border:0;background:transparent;padding:0;margin:0;cursor:zoom-in;width:100%;display:flex;align-items:flex-start;justify-content:center}
.pkcl-preview-image-button[hidden]{display:none}
.pkcl-preview-image-button img{display:block;width:auto;max-width:100%;height:auto;max-height:calc(100vh - var(--wp-admin--admin-bar--height, 0px) - 64px);border-radius:10px;object-fit:contain}
.pkcl-preview-placeholder{width:100%;padding:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#98a2b3;text-align:center;line-height:1.5}
.pkcl-preview-placeholder[hidden]{display:none}
.pkcl-preview-placeholder img{display:block;width:min(100%,280px);height:auto;max-height:58vh;object-fit:contain;opacity:1}
.pkcl-preview-placeholder span{margin-top:8px;font-size:12px}
.pkcl-preview-hint{margin-top:8px;font-size:12px;color:#98a2b3}
.pkcl-empty-filter td,.pkcl-empty-static td{text-align:center;color:#667085;padding:28px}
.pkcl-front-notice{padding:14px;border:1px solid #f3c969;background:#fff8e5;border-radius:8px}

/* Vista previa del checklist oficial */
.pkcl-document-modal[hidden]{display:none}
.pkcl-document-modal{position:fixed;z-index:999998;inset:0;background:rgba(8,15,29,.82);display:flex;align-items:center;justify-content:center;padding:24px}
.pkcl-document-dialog{width:min(94vw,1120px);height:min(92vh,900px);background:#fff;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 80px rgba(0,0,0,.42)}
.pkcl-document-head{min-height:54px;padding:10px 14px 10px 18px;border-bottom:1px solid var(--pkcl-line);display:flex;align-items:center;justify-content:space-between;gap:12px}
.pkcl-document-head>div{display:flex;align-items:center;gap:10px}
.pkcl-document-external{font-size:12px;color:#475467;text-decoration:none}
.pkcl-document-close{width:36px;height:36px;border:1px solid #d0d5dd;border-radius:999px;background:#fff;color:#344054;font-size:25px;line-height:1;cursor:pointer}
.pkcl-document-dialog iframe{display:block;width:100%;height:100%;border:0;background:#f8fafc}

.pkcl-lightbox[hidden]{display:none}
.pkcl-lightbox{position:fixed;z-index:999999;inset:0;background:rgba(8,15,29,.92);display:flex;align-items:center;justify-content:center;padding:24px}
.pkcl-lightbox-stage{width:min(94vw,1100px);height:94vh;display:flex;align-items:center;justify-content:center}
.pkcl-lightbox-stage img{display:block;width:auto;max-width:100%;height:auto;max-height:94vh;object-fit:contain;box-shadow:0 24px 80px rgba(0,0,0,.45);border-radius:10px}
.pkcl-lightbox-close{position:fixed;top:18px;right:22px;width:44px;height:44px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:rgba(0,0,0,.35);color:#fff;font-size:32px;line-height:1;cursor:pointer}
.pkcl-lightbox-open{overflow:hidden}

/* v0.2.5 compartir propio */
.pkcl-share-wrap{position:relative;display:inline-flex}
.pkcl-share-menu{position:absolute;z-index:90;top:calc(100% + 7px);right:0;min-width:190px;background:#fff;border:1px solid #d0d5dd;border-radius:10px;padding:6px;box-shadow:0 16px 40px rgba(15,23,42,.18)}
.pkcl-share-menu[hidden]{display:none}
.pkcl-share-menu::before{content:"";position:absolute;top:-6px;right:13px;width:10px;height:10px;background:#fff;border-left:1px solid #d0d5dd;border-top:1px solid #d0d5dd;transform:rotate(45deg)}
.pkcl-share-menu a,.pkcl-share-menu button{position:relative;z-index:1;display:block;width:100%;border:0;background:transparent;border-radius:7px;padding:9px 10px;text-align:left;text-decoration:none;font:inherit;font-size:13px;color:#344054;cursor:pointer}
.pkcl-share-menu a:hover,.pkcl-share-menu button:hover,.pkcl-share-menu a:focus-visible,.pkcl-share-menu button:focus-visible{background:#f2f6ff;outline:none}
.pkcl-share-menu .is-success{color:#027a48;background:#ecfdf3}

@media(max-width:1100px){
  .pkcl-filterbar{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pkcl-filterbar .pkcl-search{grid-column:1/-1}
}
@media(max-width:900px){
  .pkcl-content-grid{grid-template-columns:minmax(0,1fr) 270px}
  .pkcl-hero-logo{width:170px;flex-basis:170px}
  .pkcl-hero-logo img{height:135px}
  .pkcl-title-icon{width:34px;height:34px;flex-basis:34px}
  .pkcl-title-icon img{max-width:34px;max-height:34px}
}
@media(max-width:760px){
  .pkcl-hero-overview{align-items:flex-start;gap:12px}
  .pkcl-hero-logo{width:120px;flex-basis:120px}
  .pkcl-hero-logo img{height:100px}
  .pkcl-filterbar{grid-template-columns:1fr}
  .pkcl-content-grid{display:flex;flex-direction:column-reverse}
  .pkcl-preview-column{width:100%}
  .pkcl-preview{position:relative;top:auto;padding:10px}
  .pkcl-preview-image-button img{max-width:340px;max-height:70vh}
  .pkcl-table-wrap{overflow:auto}
  .pkcl-list-table{min-width:900px}
  .pkcl-view-switch{justify-content:flex-start}
  .pkcl-meta-line{gap:8px 14px}
  .pkcl-actions-row{justify-content:flex-start}
}
@media(max-width:520px){
  .pkcl-hero-overview{display:block}
  .pkcl-hero-logo{width:145px;margin:0 0 14px}
  .pkcl-hero-logo img{height:120px}
  .pkcl-title-row h1{font-size:28px}
  .pkcl-title-icon{width:32px;height:32px;flex-basis:32px}
  .pkcl-title-icon img{max-width:32px;max-height:32px}
}


/* v0.2.4 acciones compactas */
.pkcl-icon-action{width:38px;height:38px;padding:0;justify-content:center;gap:0}
.pkcl-icon-action svg{width:19px;height:19px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.pkcl-icon-action svg circle{fill:currentColor;stroke:none}
.pkcl-icon-action.is-success{border-color:#12b76a;color:#027a48;background:#ecfdf3}

/* v0.2.4 visor tipo galería */
.pkcl-gallery-shell{width:min(96vw,1180px);height:min(96vh,980px);display:grid;grid-template-rows:minmax(0,1fr) auto 118px;gap:8px;align-items:stretch}
.pkcl-gallery-shell .pkcl-lightbox-stage{width:100%;height:auto;min-height:0;padding:2px 70px 0}
.pkcl-gallery-shell .pkcl-lightbox-stage img{max-height:calc(96vh - 180px);border-radius:12px}
.pkcl-gallery-caption{display:flex;align-items:baseline;justify-content:center;gap:10px;color:#fff;min-height:30px;font-size:14px}
.pkcl-gallery-caption strong{font-size:17px}
.pkcl-gallery-caption span{color:#cbd5e1}
.pkcl-gallery-thumbs{height:118px;overflow-x:auto;overflow-y:hidden;display:flex;align-items:center;gap:8px;padding:8px 58px 12px;scrollbar-width:thin;scroll-behavior:smooth}
.pkcl-gallery-thumb{flex:0 0 auto;width:70px;height:98px;border:2px solid transparent;border-radius:8px;background:#202938;padding:3px;cursor:pointer;opacity:.72;transition:opacity .15s,border-color .15s,transform .15s}
.pkcl-gallery-thumb:hover{opacity:1;transform:translateY(-2px)}
.pkcl-gallery-thumb.is-active{opacity:1;border-color:#fff}
.pkcl-gallery-thumb img{display:block;width:100%;height:100%;object-fit:contain;border-radius:5px;background:#fff}
.pkcl-gallery-nav{position:fixed;z-index:1000001;top:50%;transform:translateY(-50%);width:48px;height:48px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:rgba(255,255,255,.92);color:#172033;font-size:36px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}
.pkcl-gallery-prev{left:18px}.pkcl-gallery-next{right:18px}
.pkcl-gallery-nav:disabled{opacity:.25;cursor:default}
@media(max-width:760px){.pkcl-gallery-shell{grid-template-rows:minmax(0,1fr) auto 96px}.pkcl-gallery-thumbs{height:96px;padding:6px 12px}.pkcl-gallery-thumb{width:56px;height:78px}.pkcl-gallery-shell .pkcl-lightbox-stage{padding:0 42px}.pkcl-gallery-nav{width:40px;height:40px;font-size:30px}.pkcl-gallery-prev{left:8px}.pkcl-gallery-next{right:8px}.pkcl-gallery-caption{flex-direction:column;align-items:center;gap:2px}}

/* v0.2.7: rareza centrada y opciones visuales */
.pkcl-list-table th.pkcl-rarity-head{text-align:center}
.pkcl-filter-option-inner{display:flex;align-items:center;gap:9px;min-height:22px}
.pkcl-filter-rarity-icon{width:20px;height:20px;object-fit:contain;flex:0 0 20px}
.pkcl-filter-rarity-symbol{font-size:19px;line-height:1;min-width:20px;text-align:center}

/* v0.2.7: menú Compartir compacto, solo iconos */
.pkcl-share-menu{min-width:0;width:auto;display:grid;grid-auto-flow:column;grid-auto-columns:42px;gap:6px;padding:8px}
.pkcl-share-menu[hidden]{display:none}
.pkcl-share-menu a.pkcl-share-icon-option,.pkcl-share-menu button.pkcl-share-icon-option{display:flex;width:42px;height:42px;align-items:center;justify-content:center;padding:0;border-radius:9px;text-align:center;color:#344054}
.pkcl-share-icon-option svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.pkcl-share-icon-option svg .pkcl-share-brand-fill{fill:currentColor;stroke:none}
.pkcl-share-x-icon span{font-size:22px;line-height:1;font-family:Arial,sans-serif}
.pkcl-share-menu .pkcl-share-icon-option.is-success{color:#027a48;background:#ecfdf3}
.pkcl-share-menu .pkcl-share-icon-option.is-error{color:#b42318;background:#fef3f2}
.pkcl-share-icon-option[hidden]{display:none!important}

/* v0.2.9: selector compacto Lista / Grid / Binder */
.pkcl-view-switch{align-items:center}
.pkcl-view-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:42px;height:40px;padding:0 10px!important;cursor:pointer;transition:background .15s,border-color .15s,color .15s}
.pkcl-view-button svg{width:19px;height:19px;display:block;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round;flex:0 0 19px}
.pkcl-view-button svg rect{fill:none}
.pkcl-view-button span{display:none;font-weight:650}
.pkcl-view-button.is-active span{display:inline}
.pkcl-view-button:disabled{opacity:.56;cursor:default}
.pkcl-view-button:disabled span{display:none}

/* v0.2.9: rarezas con peso visual uniforme */
.pkcl-rarity-cell{width:82px;text-align:center!important}
.pkcl-rarity-cell img{width:20px!important;height:20px!important;max-width:20px!important;max-height:20px!important;object-fit:contain;object-position:center;display:inline-block;vertical-align:middle}
.pkcl-rarity-cell span{display:inline-flex;width:20px;height:20px;align-items:center;justify-content:center;font-size:16px!important;line-height:1!important;vertical-align:middle}
.pkcl-filter-rarity-icon{width:18px!important;height:18px!important;max-width:18px!important;max-height:18px!important;object-fit:contain}
.pkcl-filter-rarity-symbol{display:inline-flex;align-items:center;justify-content:center;width:18px;min-width:18px;height:18px;font-size:15px!important;line-height:1}

/* v0.3.0: vista previa PDF temporal de impresión */
.pkcl-print-dialog{width:min(96vw,1180px);height:min(94vh,940px)}
.pkcl-print-loading{flex:1;display:flex;align-items:center;justify-content:center;padding:28px;color:#667085;background:#f8fafc;font-size:15px}
.pkcl-print-loading[hidden]{display:none}
.pkcl-print-modal-action{min-height:36px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;color:#344054;padding:0 13px;font:inherit;font-size:13px;font-weight:650;cursor:pointer}
.pkcl-print-modal-action:hover:not(:disabled){background:#f8fafc}
.pkcl-print-modal-action.is-primary{background:#172033;border-color:#172033;color:#fff}
.pkcl-print-modal-action.is-primary:hover:not(:disabled){background:#243149}
.pkcl-print-modal-action:disabled{opacity:.45;cursor:default}
.pkcl-print-dialog iframe[hidden]{display:none}
@media(max-width:700px){
  .pkcl-document-head{align-items:flex-start}
  .pkcl-document-head>div{flex-wrap:wrap;justify-content:flex-end}
  .pkcl-print-modal-action{padding:0 10px}
}

/* v0.3.1: Grid visual puro de cartas */
.pkcl-content-grid[hidden],.pkcl-image-grid-view[hidden]{display:none!important}
.pkcl-image-grid-view{width:100%;padding:2px 0 10px}
.pkcl-image-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px 16px;align-items:start}
.pkcl-grid-card{display:block;width:100%;min-width:0;border:0;background:transparent;padding:0;margin:0;border-radius:10px;cursor:zoom-in;line-height:0;transition:transform .15s ease,filter .15s ease}
.pkcl-grid-card[hidden]{display:none!important}
.pkcl-grid-card:hover,.pkcl-grid-card:focus-visible{transform:translateY(-2px);filter:brightness(1.015);outline:none}
.pkcl-grid-card:focus-visible{box-shadow:0 0 0 3px rgba(37,99,235,.22)}
.pkcl-grid-card img{display:block;width:100%;height:auto;aspect-ratio:2.5/3.5;object-fit:contain;object-position:center;border-radius:8px;background:#fff;box-shadow:0 4px 14px rgba(15,23,42,.08)}
.pkcl-grid-empty{border:1px dashed #d0d5dd;border-radius:12px;padding:32px 18px;text-align:center;color:#667085;background:#fafbfc}
.pkcl-grid-empty[hidden]{display:none!important}

/* El visor sirve también como ficha compacta de la carta seleccionada en Grid. */
.pkcl-gallery-caption{flex-direction:column;align-items:center;justify-content:center;gap:5px}
.pkcl-gallery-caption-main{display:flex;align-items:baseline;justify-content:center;gap:10px;flex-wrap:wrap}
.pkcl-gallery-info{display:flex;align-items:center;justify-content:center;gap:6px 14px;flex-wrap:wrap;color:#cbd5e1;font-size:12px;line-height:1.35}
.pkcl-gallery-info span{white-space:nowrap}
.pkcl-gallery-info strong{color:#fff;font-weight:650}

@media(max-width:1180px){.pkcl-image-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}
@media(max-width:980px){.pkcl-image-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:15px 13px}}
@media(max-width:720px){.pkcl-image-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px 11px}}
@media(max-width:480px){.pkcl-image-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 10px}}

/* v0.3.2: subfiltros dinámicos de contenido */
.pkcl-subfilters{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:10px 0 18px;padding:9px 11px;border:1px solid #e2e6ec;border-radius:12px;background:#fafbfc}
.pkcl-subfilters label{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:0 11px;border:1px solid #d5dae2;border-radius:9px;background:#fff;color:#344054;font-size:13px;font-weight:650;cursor:pointer;user-select:none}
.pkcl-subfilters label:has(input:checked){border-color:#b8c8e6;background:#f2f6ff;color:#20375d}
.pkcl-subfilters input{width:15px;height:15px;margin:0;accent-color:#315fd4}

/* v0.3.4: Binder inmersivo — ocupa el viewport y escala sus páginas al espacio disponible */
html.pkcl-binder-immersive-open,body.pkcl-binder-immersive-open{overflow:hidden!important;overscroll-behavior:none}
.pkcl-binder-view[hidden]{display:none!important}
.pkcl-binder-view{--pkcl-binder-top:0px;position:fixed;z-index:999980;top:var(--pkcl-binder-top);right:0;bottom:0;left:0;display:flex;flex-direction:column;gap:8px;width:auto;min-width:0;height:auto;padding:10px 14px 12px;box-sizing:border-box;background:#f7f9fc;overflow:hidden}
.pkcl-binder-toolbar{position:relative;z-index:12;display:grid;grid-template-columns:auto minmax(120px,1fr) auto;align-items:center;gap:12px;flex:0 0 auto;min-height:42px;padding:0 2px}
.pkcl-binder-toolbar-left,.pkcl-binder-toolbar-right{display:flex;align-items:center;gap:9px;min-width:0}
.pkcl-binder-toolbar-left strong{color:#1d2939;font-size:15px}
.pkcl-binder-toolbar-right{justify-content:flex-end}
.pkcl-binder-close{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border:1px solid #d7dce4;border-radius:999px;background:#fff;color:#344054;font-size:25px;line-height:1;cursor:pointer;box-shadow:0 2px 8px rgba(15,23,42,.06)}
.pkcl-binder-close:hover{background:#f2f4f7}
.pkcl-binder-status{min-width:0;text-align:center;color:#475467;font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pkcl-binder-control-group{display:flex;align-items:center;gap:6px;color:#667085;font-size:12px;font-weight:650;white-space:nowrap}
.pkcl-binder-control-group>span{margin-right:1px}
.pkcl-binder-control-group button{height:34px;min-width:46px;padding:0 10px;border:1px solid #d7dce4;border-radius:9px;background:#fff;color:#344054;font:inherit;font-size:12px;cursor:pointer}
.pkcl-binder-control-group button:hover{background:#f8fafc}
.pkcl-binder-control-group button.is-active{border-color:#315fd4;background:#eef4ff;color:#1849a9;box-shadow:0 0 0 1px rgba(49,95,212,.08)}
.pkcl-binder-colors button{width:27px;min-width:27px;height:27px;padding:0;border-radius:999px;box-shadow:inset 0 0 0 4px #fff}
.pkcl-binder-colors button[data-pkcl-binder-color="blue"]{background:#7ba7dc}
.pkcl-binder-colors button[data-pkcl-binder-color="green"]{background:#7faa78}
.pkcl-binder-colors button[data-pkcl-binder-color="purple"]{background:#9276ba}
.pkcl-binder-colors button[data-pkcl-binder-color="red"]{background:#bd6f6a}
.pkcl-binder-colors button[data-pkcl-binder-color="black"]{background:#4d535d}
.pkcl-binder-colors button.is-active{box-shadow:inset 0 0 0 4px #fff,0 0 0 2px currentColor}
.pkcl-binder-filter-toggle{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:36px;padding:0 11px;border:1px solid #d7dce4;border-radius:9px;background:#fff;color:#344054;font:inherit;font-size:12px;font-weight:700;cursor:pointer}
.pkcl-binder-filter-toggle svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.pkcl-binder-filter-toggle[aria-expanded="true"]{background:#eef4ff;border-color:#b9c9e8;color:#1849a9}
.pkcl-binder-filter-panel{position:absolute;z-index:30;top:58px;right:14px;left:14px;max-height:calc(100% - 72px);overflow:auto;padding:14px;border:1px solid #d9dee7;border-radius:14px;background:rgba(255,255,255,.98);box-shadow:0 18px 50px rgba(15,23,42,.18);backdrop-filter:blur(10px)}
.pkcl-binder-filter-panel[hidden]{display:none!important}
.pkcl-binder-filter-host .pkcl-filterbar{margin:0}
.pkcl-binder-filter-host .pkcl-subfilters{margin:10px 0 0}

.pkcl-binder-shell{--pkcl-binder-sheet:#dbe9f8;--pkcl-binder-sheet-2:#cbdff4;position:relative;display:flex;flex:1 1 auto;min-height:0;width:100%;padding:10px 18px;border-radius:18px;box-sizing:border-box;background:linear-gradient(135deg,var(--pkcl-binder-sheet-2),var(--pkcl-binder-sheet));box-shadow:0 12px 32px rgba(15,23,42,.12);overflow:hidden;touch-action:pan-y}
.pkcl-binder-shell[data-color="green"]{--pkcl-binder-sheet:#dcebdd;--pkcl-binder-sheet-2:#c7dfca}
.pkcl-binder-shell[data-color="purple"]{--pkcl-binder-sheet:#e6def1;--pkcl-binder-sheet-2:#d8cce9}
.pkcl-binder-shell[data-color="red"]{--pkcl-binder-sheet:#f1dddd;--pkcl-binder-sheet-2:#e6c7c7}
.pkcl-binder-shell[data-color="black"]{--pkcl-binder-sheet:#d8dbe0;--pkcl-binder-sheet-2:#bdc3cc}
.pkcl-binder-spread{display:grid;grid-template-columns:minmax(0,1fr) 12px minmax(0,1fr);align-items:stretch;gap:0;width:100%;height:100%;min-height:0;margin:auto}
.pkcl-binder-gutter{min-width:0;background:linear-gradient(90deg,rgba(15,23,42,.045),rgba(255,255,255,.72),rgba(15,23,42,.045));border-radius:8px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.3)}
.pkcl-binder-page{position:relative;min-width:0;min-height:0;padding:var(--pkcl-page-pad,12px);border:1px solid rgba(255,255,255,.78);box-sizing:border-box;background:rgba(255,255,255,.52);box-shadow:inset 0 0 0 1px rgba(102,112,133,.08),0 5px 16px rgba(15,23,42,.08);overflow:hidden}
.pkcl-binder-page:first-child{border-radius:14px 5px 5px 14px}.pkcl-binder-page:last-child{border-radius:5px 14px 14px 5px}
.pkcl-binder-page::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.26),transparent 42%,rgba(255,255,255,.12));opacity:.7}
.pkcl-binder-page.is-cover{display:flex;align-items:center;justify-content:center;padding:clamp(20px,4vh,44px)}
.pkcl-binder-cover-image{position:relative;z-index:1;display:block;max-width:76%;max-height:70%;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 6px 9px rgba(15,23,42,.09))}
.pkcl-binder-pocket-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(var(--pkcl-binder-cols,3),minmax(0,1fr));grid-template-rows:repeat(var(--pkcl-binder-rows,3),minmax(0,1fr));gap:var(--pkcl-pocket-gap,8px);width:100%;height:100%;min-height:0}
.pkcl-binder-pocket{position:relative;display:flex;align-items:center;justify-content:center;min-width:0;min-height:0;padding:var(--pkcl-pocket-pad,5px);border:1px solid rgba(103,114,130,.18);border-radius:9px;background:rgba(255,255,255,.28);box-shadow:inset 0 0 0 1px rgba(255,255,255,.28),0 3px 8px rgba(15,23,42,.06);cursor:default;overflow:hidden}
.pkcl-binder-pocket img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:6px;box-shadow:0 4px 10px rgba(15,23,42,.14)}
.pkcl-binder-pocket.is-empty{cursor:default;opacity:.54}.pkcl-binder-pocket.is-empty img{max-width:68%;max-height:68%;box-shadow:none;opacity:.56}
.pkcl-binder-shell[data-layout="2x2"]{--pkcl-page-pad:16px;--pkcl-pocket-gap:12px;--pkcl-pocket-pad:7px}.pkcl-binder-shell[data-layout="2x2"] .pkcl-binder-cover-image{max-width:62%;max-height:60%}
.pkcl-binder-shell[data-layout="3x3"]{--pkcl-page-pad:13px;--pkcl-pocket-gap:9px;--pkcl-pocket-pad:5px}
.pkcl-binder-shell[data-layout="3x4"]{--pkcl-page-pad:11px;--pkcl-pocket-gap:7px;--pkcl-pocket-pad:4px}
.pkcl-binder-shell[data-layout="4x4"]{--pkcl-page-pad:9px;--pkcl-pocket-gap:5px;--pkcl-pocket-pad:3px}.pkcl-binder-shell[data-layout="4x4"] .pkcl-binder-pocket{border-radius:7px}.pkcl-binder-shell[data-layout="4x4"] .pkcl-binder-pocket img{border-radius:5px;box-shadow:0 3px 7px rgba(15,23,42,.12)}
.pkcl-binder-page-number{position:absolute;z-index:2;bottom:4px;right:8px;color:rgba(52,64,84,.7);font-size:9px;font-weight:650}.pkcl-binder-page:first-child .pkcl-binder-page-number{right:auto;left:8px}
.pkcl-binder-nav{position:absolute;z-index:8;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:46px;height:62px;border:1px solid rgba(255,255,255,.88);border-radius:999px;background:rgba(255,255,255,.92);color:#315fd4;font-size:36px;line-height:1;box-shadow:0 7px 20px rgba(15,23,42,.13);cursor:pointer;opacity:.62;transition:opacity .15s,transform .15s}
.pkcl-binder-shell:hover .pkcl-binder-nav,.pkcl-binder-nav:focus-visible{opacity:1}.pkcl-binder-nav:hover{transform:translateY(-50%) scale(1.04)}.pkcl-binder-nav:disabled{opacity:.16!important;cursor:default;transform:translateY(-50%)}
.pkcl-binder-nav-prev{left:5px}.pkcl-binder-nav-next{right:5px}

/* En pantallas estrechas o verticales se muestra una sola página para que el layout completo quepa sin scroll. */
.pkcl-binder-shell.is-single-page{padding:8px 12px}
.pkcl-binder-shell.is-single-page .pkcl-binder-spread{grid-template-columns:minmax(0,1fr);width:min(100%,calc(100dvh * .78));max-width:100%;height:100%;margin:auto}
.pkcl-binder-shell.is-single-page .pkcl-binder-page{border-radius:14px!important}
.pkcl-binder-shell.is-single-page .pkcl-binder-nav{width:40px;height:54px;font-size:31px}

@media(max-width:980px){
  .pkcl-binder-view{padding:8px 9px 10px;gap:6px}
  .pkcl-binder-toolbar{grid-template-columns:auto 1fr;gap:7px;min-height:40px}
  .pkcl-binder-status{grid-column:1/-1;grid-row:2;font-size:11px;order:3}
  .pkcl-binder-toolbar-right{overflow-x:auto;justify-content:flex-end;scrollbar-width:none}.pkcl-binder-toolbar-right::-webkit-scrollbar{display:none}
  .pkcl-binder-control-group>span{display:none}
  .pkcl-binder-filter-toggle span{display:none}
  .pkcl-binder-filter-toggle{width:36px;padding:0}
  .pkcl-binder-filter-panel{top:88px;right:9px;left:9px;max-height:calc(100% - 100px)}
}
@media(max-width:620px){
  .pkcl-binder-toolbar-left strong{display:none}
  .pkcl-binder-close{width:34px;height:34px;font-size:22px}
  .pkcl-binder-control-group button{height:32px;min-width:42px;padding:0 8px;font-size:11px}
  .pkcl-binder-colors{gap:4px}.pkcl-binder-colors button{width:24px;min-width:24px;height:24px}
  .pkcl-binder-shell{border-radius:13px;padding:7px 9px}
  .pkcl-binder-nav{width:36px!important;height:48px!important;font-size:28px!important;opacity:.78}
  .pkcl-binder-nav-prev{left:2px}.pkcl-binder-nav-next{right:2px}
  .pkcl-binder-page-number{font-size:8px}
  .pkcl-binder-shell[data-layout="4x4"]{--pkcl-page-pad:6px;--pkcl-pocket-gap:3px;--pkcl-pocket-pad:2px}
  .pkcl-binder-shell[data-layout="3x4"]{--pkcl-page-pad:7px;--pkcl-pocket-gap:4px;--pkcl-pocket-pad:2px}
  .pkcl-binder-shell[data-layout="3x3"]{--pkcl-page-pad:8px;--pkcl-pocket-gap:5px;--pkcl-pocket-pad:3px}
  .pkcl-binder-shell[data-layout="2x2"]{--pkcl-page-pad:10px;--pkcl-pocket-gap:7px;--pkcl-pocket-pad:4px}
  .pkcl-binder-filter-host .pkcl-filterbar{grid-template-columns:1fr}
}


/* v0.3.5: geometría realista del Binder basada en la proporción 2.5×3.5 de una carta Pokémon.
   El spread se ajusta con contain al viewport; el espacio sobrante queda como margen exterior en vez de ensanchar las páginas. */
.pkcl-binder-shell{align-items:center;justify-content:center}
.pkcl-binder-spread{flex:0 0 auto;width:auto;height:auto;max-width:100%;max-height:100%;margin:auto}
.pkcl-binder-page{aspect-ratio:var(--pkcl-page-ratio,.7142857);height:100%;width:auto}
.pkcl-binder-pocket-grid{align-items:stretch;justify-items:stretch}
.pkcl-binder-pocket{padding:var(--pkcl-pocket-pad,3px);border-radius:7px}
.pkcl-binder-pocket img{width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;border-radius:5px}
.pkcl-binder-pocket.is-empty img{width:auto;height:auto;max-width:72%;max-height:72%}
.pkcl-binder-shell[data-layout="2x2"]{--pkcl-page-pad:9px;--pkcl-pocket-gap:7px;--pkcl-pocket-pad:3px}
.pkcl-binder-shell[data-layout="3x3"]{--pkcl-page-pad:8px;--pkcl-pocket-gap:6px;--pkcl-pocket-pad:3px}
.pkcl-binder-shell[data-layout="3x4"]{--pkcl-page-pad:7px;--pkcl-pocket-gap:5px;--pkcl-pocket-pad:2px}
.pkcl-binder-shell[data-layout="4x4"]{--pkcl-page-pad:6px;--pkcl-pocket-gap:4px;--pkcl-pocket-pad:2px}
.pkcl-binder-shell.is-single-page .pkcl-binder-spread{width:auto;max-width:100%;height:auto;max-height:100%;margin:auto}
@media(max-width:620px){
  .pkcl-binder-shell[data-layout="2x2"]{--pkcl-page-pad:7px;--pkcl-pocket-gap:5px;--pkcl-pocket-pad:2px}
  .pkcl-binder-shell[data-layout="3x3"]{--pkcl-page-pad:6px;--pkcl-pocket-gap:4px;--pkcl-pocket-pad:2px}
  .pkcl-binder-shell[data-layout="3x4"]{--pkcl-page-pad:5px;--pkcl-pocket-gap:3px;--pkcl-pocket-pad:1px}
  .pkcl-binder-shell[data-layout="4x4"]{--pkcl-page-pad:4px;--pkcl-pocket-gap:3px;--pkcl-pocket-pad:1px}
}

/* v0.3.3: protección disuasoria de medios */
.pkcl-media-protected img{-webkit-user-drag:none;user-drag:none;user-select:none;-webkit-user-select:none}
.pkcl-media-protected .pkcl-preview-image-button,.pkcl-media-protected .pkcl-grid-card{user-select:none;-webkit-user-select:none}


/* v0.3.6: pulido del Binder.
   - El color pertenece al objeto Binder, no al viewport completo.
   - Las portadas personalizadas aprovechan casi toda la hoja sin alterar el fallback del logo del set. */
.pkcl-binder-shell{
  background:transparent;
  box-shadow:none;
}
.pkcl-binder-spread{
  background:linear-gradient(135deg,var(--pkcl-binder-sheet-2),var(--pkcl-binder-sheet));
  border-radius:14px;
  box-shadow:0 0 0 8px var(--pkcl-binder-sheet-2),0 12px 32px rgba(15,23,42,.12);
}
.pkcl-binder-shell[data-layout] .pkcl-binder-cover-image.is-custom-cover{
  width:94%;
  height:94%;
  max-width:none;
  max-height:none;
  object-fit:contain;
}
@media(max-width:620px){
  .pkcl-binder-spread{box-shadow:0 0 0 5px var(--pkcl-binder-sheet-2),0 8px 22px rgba(15,23,42,.11)}
  .pkcl-binder-shell[data-layout] .pkcl-binder-cover-image.is-custom-cover{width:96%;height:96%}
}


/* v0.3.7: unifica el filtrado de grupos bajo “Mostrar cartas” y elimina el dropdown redundante Tipo de set. */
.pkcl-subfilters-title{display:inline-flex;align-items:center;align-self:stretch;padding:0 4px 0 1px;color:#475467;font-size:12px;font-weight:750;line-height:34px;white-space:nowrap}


/* v0.3.8: filtros multiselección con checkboxes. */
.pkcl-filter-menu-multi{padding:7px}
.pkcl-filter-multi-options{display:grid;gap:3px}
.pkcl-filter-check{display:flex;align-items:center;gap:9px;width:100%;padding:8px 9px;border-radius:7px;color:#344054;cursor:pointer}
.pkcl-filter-check:hover,.pkcl-filter-check:focus-within{background:#f2f6ff}
.pkcl-filter-check input[type="checkbox"]{width:16px;height:16px;flex:0 0 16px;margin:0;accent-color:#315fd4}
.pkcl-filter-option-inner{display:flex;align-items:center;gap:8px;min-width:0}
.pkcl-filter-option-inner>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.pkcl-filter-rarity-icon{display:block;width:20px;height:20px;object-fit:contain;flex:0 0 20px}
.pkcl-filter-rarity-symbol{display:inline-flex;width:20px;height:20px;align-items:center;justify-content:center;flex:0 0 20px}
.pkcl-filter-menu-footer{margin-top:6px;padding-top:6px;border-top:1px solid #eaecf0}
.pkcl-filter-clear{width:100%;border:0;background:transparent;border-radius:7px;padding:8px 9px;color:#475467;font:inherit;font-size:12px;font-weight:650;text-align:left;cursor:pointer}
.pkcl-filter-clear:hover,.pkcl-filter-clear:focus-visible{background:#f8fafc;outline:none}
.pkcl-filter-check input[type="checkbox"]{padding:0;border:1px solid #98a2b3;border-radius:3px;background:#fff;box-shadow:none}


/* v0.3.9: etiquetas compactas y Binder protegido contra el crecimiento de la barra de filtros. */
.pkcl-filter-toggle [data-pkcl-dropdown-label]{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.pkcl-filter-toggle .pkcl-filter-chevron{flex:0 0 auto}
.pkcl-binder-filter-panel{left:auto;width:min(720px,calc(100% - 28px));max-height:none;overflow:visible}
.pkcl-binder-filter-host .pkcl-filterbar{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.pkcl-binder-filter-host .pkcl-filterbar .pkcl-search{grid-column:1/-1}
@media(max-width:720px){
  .pkcl-binder-filter-panel{left:9px;right:9px;width:auto;max-height:calc(100% - 100px);overflow:auto}
  .pkcl-binder-filter-host .pkcl-filterbar{grid-template-columns:1fr}
  .pkcl-binder-filter-host .pkcl-filterbar .pkcl-search{grid-column:auto}
}


/* v0.3.10: filtros del Binder en una sola barra compacta.
   En escritorio se mantienen en una línea; en anchos menores se adaptan sin tocar la geometría del spread. */
.pkcl-binder-filter-panel{
  left:14px;
  right:14px;
  width:auto;
  max-height:none;
  overflow:visible;
  padding:9px 10px;
  border-radius:12px;
}
.pkcl-binder-filter-host .pkcl-filterbar{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0;
}
.pkcl-binder-filter-host .pkcl-filterbar .pkcl-search{
  flex:1.7 1 280px;
  min-width:240px;
  grid-column:auto;
}
.pkcl-binder-filter-host .pkcl-filterbar .pkcl-filter-dropdown{
  flex:1 1 150px;
  min-width:130px;
}
.pkcl-binder-filter-host .pkcl-filterbar input,
.pkcl-binder-filter-host .pkcl-filterbar .pkcl-filter-toggle{height:42px}
@media(max-width:1200px){
  .pkcl-binder-filter-host .pkcl-filterbar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
  .pkcl-binder-filter-host .pkcl-filterbar .pkcl-search{grid-column:1/-1;min-width:0}
  .pkcl-binder-filter-host .pkcl-filterbar .pkcl-filter-dropdown{min-width:0}
}
@media(max-width:720px){
  .pkcl-binder-filter-panel{left:9px;right:9px;width:auto;max-height:calc(100% - 100px);overflow:auto}
  .pkcl-binder-filter-host .pkcl-filterbar{grid-template-columns:1fr}
  .pkcl-binder-filter-host .pkcl-filterbar .pkcl-search{grid-column:auto}
}

/* v0.4.0 · pestañas Checklist/Productos, título contextual y pulido visual */
.pkcl-has-products .pkcl-hero{border-bottom:0;padding-bottom:12px}
.pkcl-section-tabs{display:flex;align-items:flex-end;gap:20px;margin:2px 0 0;border-bottom:1px solid var(--pkcl-line);min-height:48px}
.pkcl-section-tab{-webkit-appearance:none;appearance:none;border:0;border-bottom:3px solid transparent;background:transparent;color:#667085;padding:13px 2px 11px;margin:0 0 -1px;font:inherit;font-size:14px;font-weight:700;cursor:pointer}
.pkcl-section-tab:hover{color:#344054}.pkcl-section-tab.is-active{color:#1d4ed8;border-bottom-color:#2563eb}
.pkcl-section-tab:focus-visible{outline:0;box-shadow:0 2px 0 #2563eb}
.pkcl-checklist-panel[hidden],.pkcl-products-view[hidden]{display:none!important}
.pkcl-context-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 0 10px}
.pkcl-context-title{margin:0;color:#344054;font-size:clamp(20px,2.2vw,28px);line-height:1.2;font-weight:750;letter-spacing:-.01em}
.pkcl-context-row .pkcl-view-switch{padding:0;margin:0;flex:0 0 auto}

.pkcl-products-view{padding:22px 0 8px}
.pkcl-product-group{margin:0 0 30px}.pkcl-product-group:last-child{margin-bottom:0}
.pkcl-product-group>h2{margin:0 0 14px;color:#344054;font-size:20px;line-height:1.25}
.pkcl-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.pkcl-product-card{min-width:0;border:1px solid var(--pkcl-line);border-radius:14px;background:#fff;padding:13px;box-shadow:0 5px 16px rgba(15,23,42,.045)}
.pkcl-product-image{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:4/3;border-radius:10px;background:#f8fafc;overflow:hidden}
.pkcl-product-image img{display:block;width:100%;height:100%;object-fit:contain;padding:8px}
.pkcl-product-image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#98a2b3;font-size:12px}
.pkcl-product-card h3{margin:12px 0 0;color:#1f2937;font-size:15px;line-height:1.35}
.pkcl-product-card p{margin:7px 0 0;color:#667085;font-size:13px;line-height:1.45}

/* Evita el halo/deformación que algunos temas aplican al botón de cierre del visor. */
.pkcl-lightbox-close{-webkit-appearance:none!important;appearance:none!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;padding:0!important;outline:0!important;box-shadow:none!important}
.pkcl-lightbox-close:focus,.pkcl-lightbox-close:focus-visible{outline:0!important;box-shadow:none!important;background:rgba(255,255,255,.16)!important;border-color:rgba(255,255,255,.55)!important}

/* En Binder el dropdown conserva foco accesible en la fila, sin el marco azul nativo alrededor del checkbox. */
.pkcl-binder-view .pkcl-filter-check input[type="checkbox"]:focus,.pkcl-binder-view .pkcl-filter-check input[type="checkbox"]:focus-visible{outline:0!important;box-shadow:none!important}
.pkcl-binder-view .pkcl-filter-check:focus-within{background:#f2f6ff}

@media(max-width:1050px){.pkcl-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){
  .pkcl-section-tabs{gap:16px;overflow-x:auto}
  .pkcl-context-row{align-items:flex-start;flex-direction:column;padding-top:15px}
  .pkcl-context-row .pkcl-view-switch{width:100%;justify-content:flex-start}
  .pkcl-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
}
@media(max-width:480px){.pkcl-products-grid{grid-template-columns:1fr}}

/* v0.4.2 · barra compacta de secciones/acciones y Productos alineado al mockup aprobado */
.pkcl-hero{border-bottom:0;padding-bottom:12px}
.pkcl-section-toolbar{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  min-height:54px;
  margin:0;
  border-bottom:1px solid var(--pkcl-line);
}
.pkcl-section-tabs{
  display:flex;
  align-items:flex-end;
  gap:20px;
  min-height:48px;
  margin:0;
  border-bottom:0;
  flex:1 1 auto;
}
.pkcl-section-tabs-placeholder{flex:1 1 auto;min-width:1px}
.pkcl-section-toolbar .pkcl-actions-row{
  flex:0 0 auto;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  margin:0 0 8px auto;
}
.pkcl-section-tab{
  position:relative;
  outline:none!important;
  box-shadow:none!important;
}
.pkcl-section-tab:focus{outline:none!important;box-shadow:none!important}
.pkcl-section-tab:focus-visible{
  outline:none!important;
  box-shadow:none!important;
  background:#eef4ff;
  border-radius:6px 6px 0 0;
}
.pkcl-section-tab.is-active:focus-visible{background:#f5f8ff}

.pkcl-context-row{padding-top:18px}

.pkcl-products-view{padding:20px 0 8px}
.pkcl-products-heading{margin:0 0 16px}
.pkcl-products-heading h2{margin:0;color:#172033;font-size:clamp(20px,2.2vw,27px);line-height:1.2;font-weight:750;letter-spacing:-.01em}
.pkcl-products-heading p{margin:5px 0 0;color:#667085;font-size:14px;line-height:1.45}
.pkcl-product-group{
  margin:0 0 14px;
  padding:11px 12px 12px;
  border:1px solid var(--pkcl-line);
  border-radius:12px;
  background:#fff;
  box-shadow:0 4px 14px rgba(15,23,42,.035);
}
.pkcl-product-group:last-child{margin-bottom:0}
.pkcl-product-group>h3{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 10px;
  color:#172033;
  font-size:15px;
  line-height:1.25;
  font-weight:750;
}
.pkcl-product-group-mark{
  display:inline-flex;
  width:19px;
  height:19px;
  align-items:center;
  justify-content:center;
  flex:0 0 19px;
  border:1px solid #bfdbfe;
  border-radius:6px;
  background:#eff6ff;
  color:#2563eb;
  font-size:13px;
  line-height:1;
}
.pkcl-products-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.pkcl-product-card{
  display:grid;
  grid-template-columns:minmax(82px,42%) minmax(0,1fr);
  align-items:center;
  gap:9px;
  min-width:0;
  min-height:126px;
  border:1px solid var(--pkcl-line);
  border-radius:10px;
  background:#fff;
  padding:8px;
  box-shadow:none;
}
.pkcl-product-image{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:108px;
  aspect-ratio:auto;
  border-radius:8px;
  background:#f8fafc;
  overflow:hidden;
}
.pkcl-product-image img{display:block;width:100%;height:100%;object-fit:contain;padding:4px}
.pkcl-product-image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#98a2b3;font-size:11px;text-align:center}
.pkcl-product-card-body{min-width:0;align-self:center}
.pkcl-product-card h4{margin:0;color:#172033;font-size:13px;line-height:1.28;font-weight:750;overflow-wrap:anywhere}
.pkcl-product-card p{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
  margin:5px 0 0;
  color:#667085;
  font-size:11px;
  line-height:1.35;
}

@media(max-width:1180px){
  .pkcl-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:980px){
  .pkcl-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
  .pkcl-section-toolbar{align-items:center;flex-wrap:wrap;gap:4px 12px;padding-top:4px}
  .pkcl-section-tabs{order:1;flex:1 1 auto;min-width:190px;overflow-x:auto}
  .pkcl-section-toolbar .pkcl-actions-row{order:2;margin:0 0 7px auto}
  .pkcl-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
}
@media(max-width:520px){
  .pkcl-section-toolbar{align-items:flex-end}
  .pkcl-section-tabs{flex-basis:100%;order:2}
  .pkcl-section-toolbar .pkcl-actions-row{order:1;width:100%;justify-content:flex-end;margin-bottom:0}
  .pkcl-products-grid{grid-template-columns:1fr}
  .pkcl-product-card{grid-template-columns:112px minmax(0,1fr);min-height:124px}
  .pkcl-product-image{height:106px}
}


/* v0.4.3 · tabs sin focus-ring residual al hacer click/tap.
   El foco por teclado conserva una señal limpia mediante subrayado. */
.pkcl-checklist .pkcl-section-toolbar .pkcl-section-tab,
.pkcl-checklist .pkcl-section-toolbar .pkcl-section-tab:focus,
.pkcl-checklist .pkcl-section-toolbar .pkcl-section-tab:active{
  outline:none!important;
  box-shadow:none!important;
  -webkit-tap-highlight-color:transparent;
}
.pkcl-checklist .pkcl-section-toolbar .pkcl-section-tab:focus-visible{
  outline:none!important;
  box-shadow:none!important;
  background:transparent!important;
  border-radius:0!important;
}
.pkcl-checklist .pkcl-section-toolbar .pkcl-section-tab:focus-visible::after{
  content:"";
  position:absolute;
  left:2px;right:2px;bottom:5px;
  height:2px;
  border-radius:2px;
  background:currentColor;
  opacity:.32;
  pointer-events:none;
}
.pkcl-checklist .pkcl-section-toolbar .pkcl-section-tab.is-active:focus-visible::after{display:none}

/* v0.4.4 · cierres limpios, Theme Decks más visuales y navegación entre productos/checklists */
.pkcl-document-close,
.pkcl-document-close:focus,
.pkcl-document-close:focus-visible,
.pkcl-document-close:active{
  -webkit-appearance:none!important;
  appearance:none!important;
  box-sizing:border-box!important;
  outline:0!important;
  box-shadow:none!important;
  -webkit-tap-highlight-color:transparent;
}
.pkcl-document-close:focus-visible{
  background:#f2f4f7!important;
  border-color:#98a2b3!important;
}
.pkcl-document-dialog:focus,
.pkcl-document-dialog:focus-visible{outline:0!important;box-shadow:none!important}

.pkcl-parent-checklists{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:5px;
  margin-top:12px;
  color:#667085;
  font-size:13px;
  line-height:1.4;
}
.pkcl-parent-checklists strong{color:#475467}
.pkcl-parent-checklists a{color:#1d4ed8;text-decoration:none;font-weight:700}
.pkcl-parent-checklists a:hover{text-decoration:underline}
.pkcl-parent-separator{color:#98a2b3}

.pkcl-product-card-link{
  color:inherit!important;
  text-decoration:none!important;
  cursor:pointer;
  transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease;
}
.pkcl-product-card-link:hover{
  border-color:#bfdbfe;
  box-shadow:0 6px 18px rgba(37,99,235,.08);
  transform:translateY(-1px);
}
.pkcl-product-card-link:focus-visible{
  outline:2px solid rgba(37,99,235,.28);
  outline-offset:2px;
}
.pkcl-product-link-hint{
  display:block;
  margin-top:7px;
  color:#1d4ed8;
  font-size:11px;
  font-weight:750;
}

/* Los Theme Decks suelen ser pocos: privilegiar portada grande y nombre debajo. */
.pkcl-product-group--theme-deck .pkcl-products-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.pkcl-product-group--theme-deck .pkcl-product-card{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  justify-content:flex-start;
  gap:0;
  min-height:276px;
  padding:11px;
}
.pkcl-product-group--theme-deck .pkcl-product-image{
  width:100%;
  height:220px;
  border-radius:9px;
}
.pkcl-product-group--theme-deck .pkcl-product-image img{padding:3px}
.pkcl-product-group--theme-deck .pkcl-product-card-body{width:100%;align-self:auto;padding:9px 3px 1px}
.pkcl-product-group--theme-deck .pkcl-product-card h4{font-size:14px;line-height:1.3}
.pkcl-product-group--theme-deck .pkcl-product-card p{font-size:11.5px;-webkit-line-clamp:2}

@media(max-width:1180px){
  .pkcl-product-group--theme-deck .pkcl-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:980px){
  .pkcl-product-group--theme-deck .pkcl-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
  .pkcl-product-group--theme-deck .pkcl-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pkcl-product-group--theme-deck .pkcl-product-image{height:200px}
}
@media(max-width:520px){
  .pkcl-product-group--theme-deck .pkcl-products-grid{grid-template-columns:1fr}
  .pkcl-product-group--theme-deck .pkcl-product-card{min-height:0}
  .pkcl-product-group--theme-deck .pkcl-product-image{height:250px}
}

/* v0.4.5 · Theme Decks compactos y cierre de modales blindado contra estilos del tema */
.pkcl-product-group--theme-deck .pkcl-products-grid{
  grid-template-columns:repeat(auto-fit,minmax(220px,270px));
  justify-content:start;
  align-items:start;
  gap:14px;
}
.pkcl-product-group--theme-deck .pkcl-product-card{
  width:100%;
  max-width:270px;
  min-height:0;
  padding:12px;
}
.pkcl-product-group--theme-deck .pkcl-product-image{
  width:100%;
  height:300px;
  background:#f8fafc;
}
.pkcl-product-group--theme-deck .pkcl-product-image img{
  padding:4px;
}
.pkcl-product-group--theme-deck .pkcl-product-card-body{
  padding:12px 4px 3px;
}
.pkcl-product-group--theme-deck .pkcl-product-card h4{
  margin:0;
  color:#172033;
  font-size:17px;
  line-height:1.3;
  font-weight:800;
  letter-spacing:-.01em;
}
.pkcl-product-group--theme-deck .pkcl-product-card p{
  margin-top:6px;
  font-size:12.5px;
  line-height:1.4;
}
.pkcl-product-group--theme-deck .pkcl-product-link-hint{
  margin-top:8px;
  font-size:12px;
}

/* Los temas de WordPress pueden imponer outline/box-shadow/pseudo-elementos a button:focus.
   Estos selectores deliberadamente específicos mantienen una X circular y limpia. */
html body .pkcl-checklist button.pkcl-document-close,
html body .pkcl-checklist button.pkcl-document-close:hover,
html body .pkcl-checklist button.pkcl-document-close:focus,
html body .pkcl-checklist button.pkcl-document-close:focus-visible,
html body .pkcl-checklist button.pkcl-document-close:active{
  -webkit-appearance:none!important;
  appearance:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:36px!important;
  min-width:36px!important;
  max-width:36px!important;
  height:36px!important;
  min-height:36px!important;
  max-height:36px!important;
  margin:0!important;
  padding:0!important;
  box-sizing:border-box!important;
  border:1px solid #d0d5dd!important;
  border-radius:50%!important;
  outline:none!important;
  outline-offset:0!important;
  box-shadow:none!important;
  filter:none!important;
  transform:none!important;
  text-shadow:none!important;
  background:#fff!important;
  color:#344054!important;
  font:700 25px/1 Arial,sans-serif!important;
  text-decoration:none!important;
  -webkit-tap-highlight-color:transparent!important;
}
html body .pkcl-checklist button.pkcl-document-close::before,
html body .pkcl-checklist button.pkcl-document-close::after{
  content:none!important;
  display:none!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
}
html body .pkcl-checklist button.pkcl-document-close:hover{
  background:#f8fafc!important;
}
/* Foco de teclado controlado dentro del propio círculo, nunca como halo exterior. */
html body .pkcl-checklist button.pkcl-document-close:focus-visible{
  border-color:#2563eb!important;
  box-shadow:inset 0 0 0 2px #dbeafe!important;
}

@media(max-width:760px){
  .pkcl-product-group--theme-deck .pkcl-products-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    justify-content:stretch;
  }
  .pkcl-product-group--theme-deck .pkcl-product-card{max-width:none}
  .pkcl-product-group--theme-deck .pkcl-product-image{height:250px}
}
@media(max-width:520px){
  .pkcl-product-group--theme-deck .pkcl-products-grid{grid-template-columns:1fr}
  .pkcl-product-group--theme-deck .pkcl-product-image{height:300px}
}

/* v0.4.6 · Theme Decks: cinco por fila, separación compacta y títulos con numerales alineados */
.pkcl-product-group--theme-deck{
  padding:9px 9px 10px;
}
.pkcl-product-group--theme-deck .pkcl-products-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
  justify-content:stretch;
  align-items:start;
  gap:8px;
}
.pkcl-product-group--theme-deck .pkcl-product-card{
  width:100%;
  max-width:none;
  min-width:0;
  padding:8px;
  border-radius:10px;
}
.pkcl-product-group--theme-deck .pkcl-product-image{
  width:100%;
  height:300px;
}
.pkcl-product-group--theme-deck .pkcl-product-card-body{
  padding:10px 3px 2px;
}
.pkcl-product-group--theme-deck .pkcl-product-card h4{
  margin:0;
  color:#172033;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size:19px;
  line-height:1.25;
  font-weight:700;
  letter-spacing:-.01em;
  font-variant-numeric:lining-nums proportional-nums;
  font-feature-settings:"lnum" 1,"pnum" 1;
}

@media(max-width:1180px) and (min-width:981px){
  .pkcl-product-group--theme-deck .pkcl-products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
}
@media(max-width:980px) and (min-width:761px){
  .pkcl-product-group--theme-deck .pkcl-products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
}
@media(max-width:760px) and (min-width:521px){
  .pkcl-product-group--theme-deck .pkcl-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .pkcl-product-group--theme-deck .pkcl-product-image{height:250px}
  .pkcl-product-group--theme-deck .pkcl-product-card h4{font-size:18px}
}
@media(max-width:520px){
  .pkcl-product-group--theme-deck .pkcl-products-grid{grid-template-columns:1fr;gap:8px}
  .pkcl-product-group--theme-deck .pkcl-product-image{height:300px}
  .pkcl-product-group--theme-deck .pkcl-product-card h4{font-size:18px}
}


/* v0.4.7 · Productos unificados, categorías destacadas y galería por producto */
.pkcl-product-group{padding:13px 14px 14px;margin-bottom:18px}
.pkcl-product-group>h3{
  margin:0 0 14px;
  gap:10px;
  color:#172033;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size:24px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:-.015em;
  font-variant-numeric:lining-nums proportional-nums;
  font-feature-settings:"lnum" 1,"pnum" 1;
}
.pkcl-product-group-mark{width:24px;height:24px;flex-basis:24px;border-radius:7px;font-size:15px}
.pkcl-products-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;align-items:start}
.pkcl-product-card,
.pkcl-product-group--theme-deck .pkcl-product-card{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  justify-content:flex-start;
  gap:0;
  width:100%;
  max-width:none;
  min-height:0;
  padding:8px;
  border-radius:10px;
}
.pkcl-product-image,
.pkcl-product-group--theme-deck .pkcl-product-image{
  position:relative;
  width:100%;
  height:250px;
  aspect-ratio:auto;
  border-radius:9px;
  background:#f8fafc;
  overflow:hidden;
}
.pkcl-product-image img,
.pkcl-product-group--theme-deck .pkcl-product-image img{display:block;width:100%;height:100%;object-fit:contain;padding:4px}
.pkcl-product-card-body,
.pkcl-product-group--theme-deck .pkcl-product-card-body{width:100%;align-self:auto;padding:10px 4px 3px}
.pkcl-product-card h4,
.pkcl-product-group--theme-deck .pkcl-product-card h4{
  margin:0;
  color:#172033;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size:18px;
  line-height:1.25;
  font-weight:750;
  letter-spacing:-.01em;
  font-variant-numeric:lining-nums proportional-nums;
  font-feature-settings:"lnum" 1,"pnum" 1;
}
.pkcl-product-card p,.pkcl-product-group--theme-deck .pkcl-product-card p{margin-top:6px;font-size:12.5px;line-height:1.4;-webkit-line-clamp:2}
.pkcl-product-gallery-nav{
  position:absolute;top:50%;z-index:2;transform:translateY(-50%);
  width:32px;height:32px;min-width:32px;padding:0!important;
  display:flex;align-items:center;justify-content:center;
  border:1px solid rgba(148,163,184,.55)!important;border-radius:999px!important;
  background:rgba(255,255,255,.92)!important;color:#172033!important;
  font:600 26px/1 Arial,sans-serif!important;cursor:pointer;box-shadow:0 2px 8px rgba(15,23,42,.08)!important;
  opacity:.88;transition:opacity .15s ease,transform .15s ease;
}
.pkcl-product-gallery-nav:hover{opacity:1;transform:translateY(-50%) scale(1.04)}
.pkcl-product-gallery-nav.is-prev{left:7px}.pkcl-product-gallery-nav.is-next{right:7px}
.pkcl-product-gallery-dots{position:absolute;z-index:2;left:50%;bottom:7px;transform:translateX(-50%);display:flex;align-items:center;gap:5px;padding:4px 6px;border-radius:999px;background:rgba(255,255,255,.84);backdrop-filter:blur(3px)}
.pkcl-product-gallery-dots button{width:7px!important;height:7px!important;min-width:7px!important;min-height:7px!important;margin:0!important;padding:0!important;border:0!important;border-radius:50%!important;background:#cbd5e1!important;box-shadow:none!important;outline:0!important;cursor:pointer}
.pkcl-product-gallery-dots button.is-active{background:#2563eb!important}
.pkcl-product-card-link:focus-visible{outline:2px solid rgba(37,99,235,.28);outline-offset:2px}

@media(max-width:1180px) and (min-width:981px){.pkcl-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.pkcl-product-image,.pkcl-product-group--theme-deck .pkcl-product-image{height:240px}}
@media(max-width:980px) and (min-width:761px){.pkcl-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pkcl-product-image,.pkcl-product-group--theme-deck .pkcl-product-image{height:230px}.pkcl-product-group>h3{font-size:22px}}
@media(max-width:760px) and (min-width:521px){.pkcl-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.pkcl-product-image,.pkcl-product-group--theme-deck .pkcl-product-image{height:250px}.pkcl-product-card h4,.pkcl-product-group--theme-deck .pkcl-product-card h4{font-size:17px}.pkcl-product-group>h3{font-size:21px}}
@media(max-width:520px){.pkcl-products-grid{grid-template-columns:1fr;gap:9px}.pkcl-product-image,.pkcl-product-group--theme-deck .pkcl-product-image{height:310px}.pkcl-product-card h4,.pkcl-product-group--theme-deck .pkcl-product-card h4{font-size:18px}.pkcl-product-group>h3{font-size:21px}}

/* v0.4.8 · Productos: marco ajustado a la imagen y nombres centrados */
.pkcl-product-image,
.pkcl-product-group--theme-deck .pkcl-product-image{
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent;
  overflow:visible;
}
.pkcl-product-image img,
.pkcl-product-group--theme-deck .pkcl-product-image img{
  width:auto;
  height:100%;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  padding:5px;
  box-sizing:border-box;
  background:#f8fafc;
  border:1px solid #e4e7ec;
  border-radius:8px;
}
.pkcl-product-image img[hidden],
.pkcl-product-group--theme-deck .pkcl-product-image img[hidden]{display:none!important}
.pkcl-product-card-body,
.pkcl-product-group--theme-deck .pkcl-product-card-body{
  text-align:center;
}
.pkcl-product-card h4,
.pkcl-product-group--theme-deck .pkcl-product-card h4{
  text-align:center;
}
.pkcl-product-link-hint{justify-content:center;text-align:center}

/* v0.4.9 · Productos limpios, iconos por bloque y lightbox de producto */
.pkcl-product-group-mark{
  border:0;
  background:transparent;
  color:#2563eb;
  width:26px;
  height:26px;
  flex-basis:26px;
  border-radius:0;
}
.pkcl-product-group-mark svg{display:block;width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.pkcl-product-image,
.pkcl-product-group--theme-deck .pkcl-product-image{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  overflow:visible!important;
  padding:0!important;
}
.pkcl-product-image img,
.pkcl-product-group--theme-deck .pkcl-product-image img{
  width:auto!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.pkcl-product-image.is-clickable{cursor:zoom-in}
.pkcl-product-image.is-clickable:focus-visible{outline:2px solid rgba(37,99,235,.35);outline-offset:4px;border-radius:6px!important}
.pkcl-product-link-hint{display:inline-flex;align-items:center;justify-content:center;margin-top:8px;color:#2563eb;font-size:12.5px;font-weight:700;text-decoration:none}
.pkcl-product-link-hint:hover{text-decoration:underline}

.pkcl-product-lightbox[hidden]{display:none!important}
.pkcl-product-lightbox{
  position:fixed;inset:0;z-index:999999;
  display:flex;align-items:center;justify-content:center;
  padding:28px 72px;background:rgba(8,15,28,.92);backdrop-filter:blur(4px)
}
.pkcl-product-lightbox-shell{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:min(1100px,92vw);max-height:92vh}
.pkcl-product-lightbox-stage{display:flex;align-items:center;justify-content:center;min-width:0;min-height:0;max-width:100%;max-height:82vh}
.pkcl-product-lightbox-stage img{display:block;max-width:100%;max-height:82vh;width:auto;height:auto;object-fit:contain;background:transparent;border:0;box-shadow:none}
.pkcl-product-lightbox-meta{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:12px;color:#fff;text-align:center;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}
.pkcl-product-lightbox-meta strong{font-size:17px;line-height:1.3}
.pkcl-product-lightbox-meta span{font-size:13px;color:#cbd5e1}
.pkcl-product-lightbox-close,
.pkcl-product-lightbox-nav{
  -webkit-appearance:none!important;appearance:none!important;position:absolute;display:flex!important;align-items:center!important;justify-content:center!important;
  margin:0!important;padding:0!important;border:1px solid rgba(255,255,255,.45)!important;background:rgba(15,23,42,.55)!important;color:#fff!important;
  border-radius:999px!important;outline:0!important;box-shadow:none!important;cursor:pointer
}
.pkcl-product-lightbox-close{top:18px;right:18px;width:44px;height:44px;font:400 32px/1 Arial,sans-serif!important}
.pkcl-product-lightbox-nav{top:50%;transform:translateY(-50%);width:50px;height:50px;font:400 38px/1 Arial,sans-serif!important}
.pkcl-product-lightbox-nav.is-prev{left:18px}.pkcl-product-lightbox-nav.is-next{right:18px}
.pkcl-product-lightbox-close:hover,.pkcl-product-lightbox-nav:hover{background:rgba(255,255,255,.14)!important}
.pkcl-product-lightbox-close:focus-visible,.pkcl-product-lightbox-nav:focus-visible{outline:2px solid #fff!important;outline-offset:3px!important}
@media(max-width:700px){
  .pkcl-product-lightbox{padding:64px 18px 28px}
  .pkcl-product-lightbox-nav{width:42px;height:42px;font-size:32px!important}
  .pkcl-product-lightbox-nav.is-prev{left:8px}.pkcl-product-lightbox-nav.is-next{right:8px}
  .pkcl-product-lightbox-stage img{max-height:74vh}
}
