.hof-sidebar-panel{
  margin-top:20px;
  padding:16px;
  background:var(--hof-card,#fff);
  border:1px solid var(--hof-border,#e9edf3);
  border-radius:16px;
  box-shadow:var(--hof-shadow,0 18px 45px rgba(17,24,39,.08));
  font-family:Arial,"Heebo",sans-serif;
}

.hof-sidebar-stats{
  display:flex;
  align-items:stretch;
  padding-bottom:14px;
  margin-bottom:14px;
  border-bottom:1px solid var(--hof-border,#e9edf3);
}

.hof-sidebar-stat{
  flex:1;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:4px;
  text-align:center;
  padding:0 6px;
}

.hof-sidebar-stat + .hof-sidebar-stat{
  border-right:1px solid var(--hof-border,#e9edf3);
}

.hof-sidebar-stat i{
  color:var(--hof-gold,#f3b51b);
  font-size:16px;
}

.hof-sidebar-stat-value{
  font-size:18px;
  font-weight:700;
  color:#101828;
}

.hof-sidebar-stat-label{
  font-size:12px;
  color:var(--hof-muted,#667085);
}

.hof-sidebar-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:8px;
}

.hof-sidebar-header-title{
  display:flex;
  align-items:center;
  gap:6px;
  font-weight:700;
  color:#101828;
  font-size:15px;
}

.hof-sidebar-header-title i{
  color:var(--hof-gold,#f3b51b);
}

.hof-sidebar-header-count{
  font-size:12px;
  color:var(--hof-muted,#667085);
  background:var(--hof-bg,#fffaf2);
  border-radius:999px;
  padding:3px 10px;
}

.hof-sidebar-list{
  display:flex;
  flex-direction:column;
}

.hof-sidebar-item{
  display:flex;
  flex-direction:row-reverse;
  align-items:center;
  gap:10px;
  padding:10px 0;
  border-bottom:1px solid var(--hof-border,#e9edf3);
}

.hof-sidebar-item:last-child{
  border-bottom:none;
}

.hof-sidebar-item-hidden{
  display:none;
}

.hof-sidebar-item-icon{
  flex:0 0 auto;
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:linear-gradient(180deg,#fff6d9 0,#fdf1cf 100%);
  color:var(--hof-gold-dark,#c98900);
  font-size:14px;
}

.hof-sidebar-item-body{
  flex:1 1 auto;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:2px;
}

.hof-sidebar-item-title{
  font-weight:700;
  font-size:14px;
  color:#101828;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.hof-sidebar-item-subtitle{
  font-size:12px;
  color:var(--hof-muted,#667085);
}

.hof-sidebar-item-year{
  flex:0 0 auto;
  font-size:12px;
  color:var(--hof-muted,#667085);
  background:var(--hof-bg,#fffaf2);
  border-radius:999px;
  padding:3px 10px;
}

.hof-sidebar-item-arrow{
  flex:0 0 auto;
  color:var(--hof-muted,#667085);
  font-size:12px;
}

.hof-sidebar-show-all{
  width:100%;
  margin-top:12px;
  padding:10px 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  background:var(--hof-bg,#fffaf2);
  border:1px solid var(--hof-border,#e9edf3);
  border-radius:999px;
  color:var(--hof-gold-dark,#c98900);
  font-weight:700;
  font-size:13px;
  cursor:pointer;
}

.hof-sidebar-show-all:hover{
  background:#fff3d6;
}

.hof-sidebar-show-all i{
  color:var(--hof-gold,#f3b51b);
}
