/* =====================================================
   Wonderkammer UI
   Entry-popup + grouped Wonderkammer lists
   ===================================================== */

.pc-wk-groups{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.pc-wk-group{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.pc-wk-group-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:0 2px;
}

.pc-wk-group-title{
  font-size:0.88rem;
  font-weight:800;
  letter-spacing:0.04em;
  text-transform:uppercase;
  opacity:0.86;
}

.pc-wk-group-count{
  min-width:1.7em;
  padding:2px 7px;
  border-radius:999px;
  font-size:0.78rem;
  font-weight:800;
  text-align:center;
  background:rgba(255,255,255,0.12);
}

.pc-wk-group-list{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.wk-entry-popup{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.wk-entry-breadcrumb{
  font-size:13px;
  line-height:1.3;
  color:rgba(255,255,255,0.68);
  font-weight:700;
}

.wk-entry-type-chip{
  align-self:flex-start;
  padding:5px 10px;
  border-radius:999px;
  background:rgba(255,255,255,0.10);
  border:1px solid rgba(255,255,255,0.12);
  color:#fff;
  font-size:12px;
  line-height:1.1;
  font-weight:800;
}

.wk-entry-back{
  align-self:flex-start;
  border:0;
  border-radius:999px;
  padding:8px 12px;
  background:rgba(255,255,255,0.10);
  color:#fff;
  font-weight:800;
  cursor:pointer;
}

.wk-entry-section{
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:10px 0 0;
  border-top:1px solid rgba(255,255,255,0.08);
}

.wk-entry-section h3{
  margin:0;
  font-size:14px;
  line-height:1.2;
  color:#fff;
}

.wk-entry-section p{
  margin:0;
  color:rgba(255,255,255,0.86);
  line-height:1.35;
}

.wk-entry-meta-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:8px;
}

.wk-entry-meta-item{
  padding:9px 10px;
  border-radius:12px;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.08);
}

.wk-entry-meta-item h4{
  margin:0 0 4px;
  font-size:12px;
  line-height:1.2;
  color:rgba(255,255,255,0.68);
}

.wk-entry-meta-item p{
  margin:0;
  font-size:13px;
  line-height:1.3;
  color:#fff;
}

.wonderkammer-entry-popup .pc-wk-chambers{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.wonderkammer-entry-popup .pc-wk-entry{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:4px;
  width:100%;
  padding:10px 12px;
  border-radius:12px;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.08);
  color:#fff;
  text-align:left;
  cursor:pointer;
}

.wonderkammer-entry-popup .pc-wk-entry-title{
  font-size:14px;
  line-height:1.25;
  font-weight:800;
  color:#fff;
}

.wonderkammer-entry-popup .pc-wk-entry-type{
  font-size:12px;
  line-height:1.2;
  color:rgba(255,255,255,0.72);
  font-weight:700;
}

.wonderkammer-entry-popup .pc-wk-entry-desc{
  font-size:12px;
  line-height:1.3;
  color:rgba(255,255,255,0.74);
}
