:root{
  --hallGlass: rgba(0,0,0,.26);
  --hallStroke: rgba(255,182,193,.18);
  --hallStrokeHot: rgba(255,154,213,.55);
  --hallGlow: rgba(255,110,199,.26);
}

.hall-back{
  position:fixed;
  top:16px;
  left:16px;
  z-index:20;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:14px;
  border:1px solid rgba(255,182,193,.18);
  background:rgba(0,0,0,.22);
  backdrop-filter: blur(12px);
  color:#fff;
  text-decoration:none;
  transition:.2s;
}
.hall-back:hover{
  transform:translateY(-1px);
  border-color:rgba(255,154,213,.55);
  box-shadow:0 0 18px rgba(255,110,199,.18);
}

.hall-vignette{ opacity:.58; }
.hall-grain{ opacity:.10; }

.hall-wrap{
  position:relative;
  z-index:8;
  max-width:820px;
  margin:auto;
  padding:96px 20px 84px;
  text-align:center;
}

.hall-title{
  margin-top:12px;
  font-family:Pacifico,cursive;
  font-size:78px;
  background:linear-gradient(90deg,#fff,var(--pink2),#fff);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  text-shadow:0 0 22px rgba(255,110,199,.25);
}

.hall-motto{
  margin-top:16px;
  font-size:13px;
  color:rgba(255,255,255,.72);
  max-width:620px;
  margin:auto;
  line-height:1.6;
  position:relative;
}

.hall-motto::after{
  content:"";
  display:block;
  width:64px;
  height:1px;
  margin:16px auto 0;
  background:linear-gradient(90deg,transparent,var(--pink2),transparent);
  opacity:.72;
}

.hall-est{
  margin-top:12px;
  font-size:10px;
  letter-spacing:3.5px;
  opacity:.7;
}

.hall-stats{
  margin-top:18px;
  display:flex;
  gap:12px;
  justify-content:center;
  flex-wrap:wrap;
}

.stat{
  min-width:160px;
  padding:12px;
  border-radius:18px;
  border:1px solid rgba(255,182,193,.14);
  background:rgba(0,0,0,.20);
  backdrop-filter: blur(16px);
}

.stat-num{
  font-weight:900;
  font-size:18px;
}

.stat-label{
  margin-top:6px;
  font-size:10px;
  letter-spacing:2px;
  opacity:.65;
}

.hall-controls{
  margin-top:28px;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:12px;
}

.hall-filter,
.hall-view{
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(255,182,193,.18);
  background:rgba(0,0,0,.18);
  color:#fff;
  font-size:11px;
  cursor:pointer;
  transition:.2s;
}

.hall-filter.active{
  background:linear-gradient(90deg,var(--pink),var(--pink2));
  color:#000;
}

.hall-grid{
  margin-top:28px;
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}

.year-divider{
  margin:18px 0 8px;
  font-size:12px;
  letter-spacing:4px;
  opacity:.55;
}

.year-divider::after{
  content:"";
  display:block;
  height:1px;
  margin-top:10px;
  background:linear-gradient(90deg,transparent,var(--pink2),transparent);
}

.hall-card{
  padding:16px;
  border-radius:20px;
  border:1px solid rgba(255,182,193,.16);
  background:rgba(0,0,0,.22);
  backdrop-filter:blur(16px);
  text-decoration:none;
  color:#fff;
  transition:.25s;
  opacity:0;
  transform:translateY(10px);
}

/* Card internals (generated by hall.js) */
.hall-card-title{
  margin-top:10px;
  font-size:18px;
  font-weight:800;
  letter-spacing:.01em;
  text-shadow:0 0 16px rgba(255,110,199,.10);
}

.hall-meta{
  margin-top:8px;
  font-size:11px;
  opacity:.62;
  display:flex;
  justify-content:space-between;
  gap:10px;
}

.hall-bottom{
  margin-top:12px;
  display:flex;
  gap:8px;
  justify-content:flex-end;
  flex-wrap:wrap;
}

.hall-tag{
  font-size:10px;
  padding:3px 8px;
  border-radius:999px;
  border:1px solid rgba(255,182,193,.18);
  background:rgba(255,255,255,.06);
  opacity:.9;
}

.hall-new{
  font-size:10px;
  padding:3px 8px;
  border-radius:999px;
  background:rgba(255,110,199,.22);
  border:1px solid rgba(255,154,213,.55);
  color:#fff;
  font-weight:800;
  letter-spacing:.08em;
}

.hall-card.show{
  opacity:1;
  transform:translateY(0);
}

.hall-card:hover{
  transform:translateY(-4px);
  border-color:rgba(255,154,213,.55);
  box-shadow:0 0 26px rgba(255,110,199,.2);
}

.hall-card-top{
  display:flex;
  justify-content:space-between;
  margin-bottom:8px;
}

.hall-source{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:11px;
  opacity:.65;
}

.hall-fav{
  width:16px;
  height:16px;
  border-radius:4px;
}

.hall-badge{
  font-size:10px;
  padding:3px 8px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--pink),var(--pink2));
  color:#000;
  font-weight:900;
}

.hall-meta{
  margin-top:6px;
  font-size:11px;
  opacity:.55;
  display:flex;
  justify-content:space-between;
}

.hall-timeline{
  margin-top:28px;
  position:relative;
  padding-left:20px;
}

.hall-timeline::before{
  content:"";
  position:absolute;
  left:7px;
  top:0;
  bottom:0;
  width:2px;
  background:rgba(255,182,193,.18);
}

.hall-titem{
  display:block;
  padding:14px;
  margin-bottom:14px;
  border-radius:18px;
  border:1px solid rgba(255,182,193,.16);
  background:rgba(0,0,0,.22);
  text-decoration:none;
  color:#fff;
  transition:.25s;
  opacity:0;
  transform:translateY(10px);
}

.hall-titem.show{
  opacity:1;
  transform:translateY(0);
}

.hidden{display:none;}



/* Timeline v2 (generated by hall.js) */
.hall-timeline{
  width:min(820px, 92vw);
  margin: 18px auto 0;
}
.timeline-row{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:14px 12px;
  border-radius:18px;
  border:1px solid rgba(255,182,193,.16);
  background:rgba(0,0,0,.22);
  margin-bottom:12px;
  backdrop-filter: blur(10px);
  opacity:0;
  transform:translateY(10px);
  transition:.25s;
}
.timeline-row.show{
  opacity:1;
  transform:translateY(0);
}
.timeline-dot{
  width:12px;
  height:12px;
  margin-top:6px;
  border-radius:999px;
  background: color-mix(in oklab, var(--pink) 70%, white);
  box-shadow: 0 0 0 6px rgba(255,110,199,.10);
}
.timeline-title{
  color:#fff;
  text-decoration:none;
  font-weight:700;
  letter-spacing:.01em;
}
.timeline-title:hover{ text-decoration: underline; }
.timeline-meta{
  margin-top:4px;
  opacity:.82;
  font-size:12px;
}
.hall-filter:focus-visible, .hall-view:focus-visible, .hall-back:focus-visible{
  outline:2px solid color-mix(in oklab, var(--pink) 70%, white);
  outline-offset:3px;
}

/* Mobile: make controls wrap nicer */
@media (max-width: 520px){
  .hall-wrap{ padding:72px 16px 76px; }
  .hall-controls{ gap:10px; }
  .hall-filters{ flex-wrap:wrap; }
  .hall-view{ width:100%; justify-content:center; }
}
