.lamira-pcf,
.lamira-pcf *,
.lamira-pcf-shortcode,
.lamira-pcf-shortcode *{
  box-sizing:border-box!important;
}

.lamira-pcf,
.lamira-pcf-shortcode{
  --cyan:#00d9ff;
  --cyan2:#7cebff;
  --black:#02060b;
  --black2:#07111b;
  --white:#fff;
  font-family:Arial,Helvetica,sans-serif!important;
}

/* =========================
   FLOAT LATERAL COMPACTO
========================= */
.lamira-pcf{
  position:fixed!important;
  top:58%!important;
  z-index:9999999!important;
  transform:translateY(-50%)!important;
  overflow:visible!important;
}
.lamira-pcf-right{right:0!important;left:auto!important;}
.lamira-pcf-left{left:0!important;right:auto!important;}

.lamira-pcf-tab{
  all:unset!important;
  position:absolute!important;
  top:50%!important;
  width:196px!important;
  height:46px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:0 12px!important;
  cursor:pointer!important;
  border:1px solid rgba(0,217,255,.72)!important;
  border-radius:15px 15px 0 0!important;
  background:linear-gradient(135deg,#021019,#05263a 55%,#02060b)!important;
  color:#fff!important;
  box-shadow:0 0 24px rgba(0,217,255,.30),inset 0 0 0 1px rgba(255,255,255,.08)!important;
  font-size:11.5px!important;
  font-weight:950!important;
  line-height:1!important;
  letter-spacing:.045em!important;
  text-transform:uppercase!important;
  text-shadow:0 0 12px rgba(0,217,255,.34)!important;
  white-space:nowrap!important;
}
.lamira-pcf-right .lamira-pcf-tab{
  right:-75px!important;
  left:auto!important;
  transform:translateY(-50%) rotate(-90deg)!important;
  transform-origin:center center!important;
  animation:lamiraPcfVerticalShake 7.5s ease-in-out infinite!important;
}
.lamira-pcf-left .lamira-pcf-tab{
  left:-75px!important;
  right:auto!important;
  transform:translateY(-50%) rotate(90deg)!important;
  transform-origin:center center!important;
  animation:lamiraPcfVerticalShakeLeft 7.5s ease-in-out infinite!important;
}
.lamira-pcf-tab:hover,
.lamira-pcf-shortcode-trigger:hover{
  animation-play-state:paused!important;
  box-shadow:0 0 34px rgba(0,217,255,.48),inset 0 0 0 1px rgba(255,255,255,.1)!important;
}

/* =========================
   SHORTCODE PARA HEADER / BLOQUES
========================= */
.lamira-pcf-shortcode{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  z-index:9999999!important;
  width:auto!important;
  max-width:100%!important;
  vertical-align:middle!important;
  line-height:1!important;
}

.lamira-pcf-shortcode-trigger{
  all:unset!important;
  cursor:pointer!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  min-height:36px!important;
  padding:0 12px!important;
  border:1px solid rgba(0,217,255,.72)!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#021019,#05263a 55%,#02060b)!important;
  color:#fff!important;
  box-shadow:0 0 20px rgba(0,217,255,.24),inset 0 0 0 1px rgba(255,255,255,.08)!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:11.5px!important;
  font-weight:950!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
}
.lamira-pcf-shortcode-trigger:hover{
  transform:translateY(-1px)!important;
  border-color:rgba(124,235,255,.95)!important;
}

.lamira-pcf-shortcode-vertical .lamira-pcf-shortcode-trigger{
  width:38px!important;
  min-width:38px!important;
  height:112px!important;
  min-height:112px!important;
  padding:8px 5px!important;
  flex-direction:column!important;
  border-radius:16px!important;
  gap:5px!important;
}
.lamira-pcf-shortcode-vertical .lamira-pcf-tab-text{
  writing-mode:vertical-rl!important;
  transform:rotate(180deg)!important;
  max-height:70px!important;
  overflow:hidden!important;
}
.lamira-pcf-shortcode-vertical .lamira-pcf-count{
  min-width:20px!important;
  width:20px!important;
  height:20px!important;
  font-size:10px!important;
}
.lamira-pcf-shortcode-vertical .lamira-pcf-dot{
  width:7px!important;
  height:7px!important;
  flex:0 0 7px!important;
}

/* =========================
   ELEMENTOS COMPARTIDOS
========================= */
.lamira-pcf-dot{
  width:8px!important;
  height:8px!important;
  flex:0 0 8px!important;
  border-radius:999px!important;
  background:var(--cyan)!important;
  box-shadow:0 0 0 0 rgba(0,217,255,.75)!important;
  animation:lamiraPcfPulse 1.8s infinite!important;
}
.lamira-pcf-tab-text{
  display:block!important;
  color:#fff!important;
  font-size:inherit!important;
  font-weight:950!important;
  white-space:nowrap!important;
  line-height:1!important;
}
.lamira-pcf-count{
  min-width:22px!important;
  height:22px!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  background:#00d9ff!important;
  color:#001018!important;
  font-size:10.5px!important;
  font-weight:950!important;
  box-shadow:0 0 14px rgba(0,217,255,.55)!important;
}

/* =========================
   PANEL FLOTANTE
========================= */
.lamira-pcf-panel{
  position:absolute!important;
  top:50%!important;
  width:min(410px,calc(100vw - 24px))!important;
  max-height:min(76vh,720px)!important;
  opacity:0!important;
  pointer-events:none!important;
  overflow:hidden!important;
  background:linear-gradient(160deg,rgba(2,7,12,.98),rgba(7,17,27,.98))!important;
  border:1px solid rgba(0,217,255,.28)!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
  box-shadow:0 24px 80px rgba(0,0,0,.58),0 0 40px rgba(0,217,255,.15)!important;
  transition:transform .34s cubic-bezier(.2,.9,.2,1),opacity .24s ease!important;
}
.lamira-pcf-right .lamira-pcf-panel{
  right:0!important;
  transform:translate(calc(100% + 18px),-50%)!important;
  border-right:0!important;
  border-radius:28px 0 0 28px!important;
}
.lamira-pcf-left .lamira-pcf-panel{
  left:0!important;
  transform:translate(calc(-100% - 18px),-50%)!important;
  border-left:0!important;
  border-radius:0 28px 28px 0!important;
}
.lamira-pcf.is-open .lamira-pcf-panel{
  transform:translate(0,-50%)!important;
  opacity:1!important;
  pointer-events:auto!important;
}

/* Panel del shortcode: fijo para que no se corte dentro del header */
.lamira-pcf-shortcode .lamira-pcf-panel{
  position:fixed!important;
  top:82px!important;
  width:min(390px,calc(100vw - 24px))!important;
  max-height:min(74vh,650px)!important;
  border-radius:24px!important;
  border:1px solid rgba(0,217,255,.32)!important;
  z-index:99999999!important;
}
.lamira-pcf-shortcode.lamira-pcf-panel-center .lamira-pcf-panel{
  left:50%!important;
  right:auto!important;
  transform:translate(-50%,-8px)!important;
}
.lamira-pcf-shortcode.lamira-pcf-panel-right .lamira-pcf-panel{
  right:18px!important;
  left:auto!important;
  transform:translateY(-8px)!important;
}
.lamira-pcf-shortcode.lamira-pcf-panel-left .lamira-pcf-panel{
  left:18px!important;
  right:auto!important;
  transform:translateY(-8px)!important;
}
.lamira-pcf-shortcode.is-open .lamira-pcf-panel{
  opacity:1!important;
  pointer-events:auto!important;
}
.lamira-pcf-shortcode.lamira-pcf-panel-center.is-open .lamira-pcf-panel{
  transform:translate(-50%,0)!important;
}
.lamira-pcf-shortcode.lamira-pcf-panel-right.is-open .lamira-pcf-panel,
.lamira-pcf-shortcode.lamira-pcf-panel-left.is-open .lamira-pcf-panel{
  transform:translateY(0)!important;
}

.lamira-pcf-panel-head{
  display:flex!important;
  justify-content:space-between!important;
  align-items:flex-start!important;
  gap:16px!important;
  padding:22px 20px 16px!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
  position:relative!important;
}
.lamira-pcf-panel-head:after{
  content:""!important;
  position:absolute!important;
  right:-60px!important;
  bottom:-80px!important;
  width:180px!important;
  height:180px!important;
  border-radius:999px!important;
  background:rgba(0,217,255,.14)!important;
  filter:blur(40px)!important;
  pointer-events:none!important;
}
.lamira-pcf-mini-title{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  color:var(--cyan2)!important;
  text-transform:uppercase!important;
  letter-spacing:.14em!important;
  font-size:11px!important;
  font-weight:900!important;
}
.lamira-pcf-mini-title:before{
  content:""!important;
  width:8px!important;
  height:8px!important;
  border-radius:999px!important;
  background:var(--cyan)!important;
  box-shadow:0 0 16px rgba(0,217,255,.7)!important;
}
.lamira-pcf-panel h3{
  margin:8px 0 6px!important;
  color:#fff!important;
  font-size:30px!important;
  line-height:1.05!important;
  font-weight:900!important;
}
.lamira-pcf-panel p{
  margin:0!important;
  color:rgba(255,255,255,.68)!important;
  font-size:14px!important;
  line-height:1.45!important;
}
.lamira-pcf-close{
  all:unset!important;
  cursor:pointer!important;
  display:grid!important;
  place-items:center!important;
  width:36px!important;
  height:36px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  background:rgba(255,255,255,.05)!important;
  color:#fff!important;
  font-size:26px!important;
  line-height:1!important;
}
.lamira-pcf-close:hover{
  background:var(--cyan)!important;
  color:#001018!important;
  box-shadow:0 0 24px rgba(0,217,255,.35)!important;
}
.lamira-pcf-list{
  display:grid!important;
  gap:12px!important;
  padding:14px!important;
  max-height:calc(min(76vh,720px) - 122px)!important;
  overflow:auto!important;
  scrollbar-width:thin!important;
  scrollbar-color:var(--cyan) rgba(255,255,255,.08)!important;
}
.lamira-pcf-shortcode .lamira-pcf-list{
  max-height:calc(min(74vh,650px) - 122px)!important;
}
.lamira-pcf-item{
  text-decoration:none!important;
  color:#fff!important;
  display:grid!important;
  grid-template-columns:60px 1fr 18px!important;
  gap:12px!important;
  align-items:center!important;
  background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.03))!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:20px!important;
  padding:12px!important;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease!important;
}
a.lamira-pcf-item:hover{
  transform:translateX(-4px)!important;
  border-color:rgba(0,217,255,.58)!important;
  box-shadow:0 12px 30px rgba(0,0,0,.24),0 0 20px rgba(0,217,255,.1)!important;
}
.lamira-pcf-date{
  width:60px!important;
  height:60px!important;
  border-radius:18px!important;
  background:#07111c!important;
  border:1px solid rgba(0,217,255,.45)!important;
  display:grid!important;
  place-items:center!important;
  text-align:center!important;
  box-shadow:0 0 20px rgba(0,217,255,.1)!important;
}
.lamira-pcf-date strong{
  display:block!important;
  font-size:24px!important;
  line-height:1!important;
  color:#fff!important;
  font-weight:900!important;
}
.lamira-pcf-date span{
  display:block!important;
  margin-top:-5px!important;
  color:var(--cyan2)!important;
  font-size:10px!important;
  letter-spacing:.14em!important;
  font-weight:900!important;
}
.lamira-pcf-meta{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:7px!important;
  margin-bottom:4px!important;
}
.lamira-pcf-meta span{
  display:inline-flex!important;
  align-items:center!important;
  padding:4px 8px!important;
  border-radius:999px!important;
  background:rgba(0,217,255,.12)!important;
  border:1px solid rgba(0,217,255,.26)!important;
  color:#9cf3ff!important;
  text-transform:uppercase!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
}
.lamira-pcf-meta em{
  font-style:normal!important;
  color:rgba(255,255,255,.58)!important;
  font-size:12px!important;
}
.lamira-pcf-info{min-width:0!important;}
.lamira-pcf-info h4{
  margin:0!important;
  color:#fff!important;
  font-size:17px!important;
  line-height:1.12!important;
  font-weight:800!important;
}
.lamira-pcf-info p{
  margin:4px 0 0!important;
  color:#d8faff!important;
  font-size:13px!important;
}
.lamira-pcf-info small{
  display:block!important;
  margin-top:5px!important;
  color:rgba(255,255,255,.67)!important;
  font-size:12px!important;
  line-height:1.35!important;
}
.lamira-pcf-arrow{
  font-size:30px!important;
  line-height:1!important;
  color:var(--cyan2)!important;
}
.lamira-pcf-empty{
  border-radius:20px!important;
  border:1px solid rgba(0,217,255,.2)!important;
  background:rgba(255,255,255,.04)!important;
  padding:18px!important;
  display:grid!important;
  gap:6px!important;
}
.lamira-pcf-empty strong{color:#fff!important;}
.lamira-pcf-empty span{color:rgba(255,255,255,.65)!important;}

@keyframes lamiraPcfPulse{
  0%{box-shadow:0 0 0 0 rgba(0,217,255,.7)}
  70%{box-shadow:0 0 0 10px rgba(0,217,255,0)}
  100%{box-shadow:0 0 0 0 rgba(0,217,255,0)}
}
@keyframes lamiraPcfVerticalShake{
  0%,86%,100%{transform:translateY(-50%) rotate(-90deg)}
  88%{transform:translateY(-50%) rotate(-92deg)}
  90%{transform:translateY(-50%) rotate(-88.7deg)}
  92%{transform:translateY(-50%) rotate(-91deg)}
  94%{transform:translateY(-50%) rotate(-90deg)}
}
@keyframes lamiraPcfVerticalShakeLeft{
  0%,86%,100%{transform:translateY(-50%) rotate(90deg)}
  88%{transform:translateY(-50%) rotate(92deg)}
  90%{transform:translateY(-50%) rotate(88.7deg)}
  92%{transform:translateY(-50%) rotate(91deg)}
  94%{transform:translateY(-50%) rotate(90deg)}
}

@media(max-width:720px){
  .lamira-pcf{
    top:58%!important;
    bottom:auto!important;
    transform:translateY(-50%)!important;
  }
  .lamira-pcf-tab{
    width:184px!important;
    height:44px!important;
    font-size:11px!important;
    padding:0 10px!important;
  }
  .lamira-pcf-right .lamira-pcf-tab{
    right:-70px!important;
    transform:translateY(-50%) rotate(-90deg)!important;
  }
  .lamira-pcf-left .lamira-pcf-tab{
    left:-70px!important;
    transform:translateY(-50%) rotate(90deg)!important;
  }
  .lamira-pcf-panel{
    width:min(390px,calc(100vw - 14px))!important;
    max-height:72vh!important;
  }
  .lamira-pcf-right .lamira-pcf-panel{
    transform:translateX(calc(100% + 16px)) translateY(-50%)!important;
  }
  .lamira-pcf-left .lamira-pcf-panel{
    transform:translateX(calc(-100% - 16px)) translateY(-50%)!important;
  }
  .lamira-pcf.is-open .lamira-pcf-panel{
    transform:translate(0,-50%)!important;
  }
  .lamira-pcf-shortcode .lamira-pcf-panel{
    top:76px!important;
    left:10px!important;
    right:10px!important;
    width:auto!important;
    max-height:74vh!important;
    border-radius:22px!important;
    transform:translateY(-8px)!important;
  }
  .lamira-pcf-shortcode.is-open .lamira-pcf-panel{
    transform:translateY(0)!important;
  }
  .lamira-pcf-shortcode.lamira-pcf-panel-center .lamira-pcf-panel,
  .lamira-pcf-shortcode.lamira-pcf-panel-left .lamira-pcf-panel,
  .lamira-pcf-shortcode.lamira-pcf-panel-right .lamira-pcf-panel{
    left:10px!important;
    right:10px!important;
    transform:translateY(-8px)!important;
  }
  .lamira-pcf-shortcode.lamira-pcf-panel-center.is-open .lamira-pcf-panel,
  .lamira-pcf-shortcode.lamira-pcf-panel-left.is-open .lamira-pcf-panel,
  .lamira-pcf-shortcode.lamira-pcf-panel-right.is-open .lamira-pcf-panel{
    transform:translateY(0)!important;
  }
  .lamira-pcf-panel h3{font-size:25px!important;}
  .lamira-pcf-panel-head{padding:18px 16px 14px!important;}
  .lamira-pcf-list{max-height:calc(72vh - 112px)!important;padding:11px!important;}
  .lamira-pcf-shortcode .lamira-pcf-list{max-height:calc(74vh - 112px)!important;}
  .lamira-pcf-item{grid-template-columns:54px 1fr 14px!important;border-radius:18px!important;padding:10px!important;gap:10px!important;}
  .lamira-pcf-date{width:54px!important;height:54px!important;border-radius:16px!important;}
  .lamira-pcf-date strong{font-size:21px!important;}
  .lamira-pcf-info h4{font-size:15px!important;}
  .lamira-pcf-info small{display:none!important;}
  .lamira-pcf-shortcode-trigger{min-height:34px!important;font-size:10.5px!important;padding:0 10px!important;}
  .lamira-pcf-shortcode-vertical .lamira-pcf-shortcode-trigger{height:104px!important;min-height:104px!important;}
}
