/* Den home: 2-column frosted glass cards */
.den-home {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 14px 20px;
}
.den-home-head {
  grid-column: 1 / -1;
  text-align: left !important;
}
.den-home > *:not(.den-entry):not(.den-home-head) {
  display: none !important;
}
.den-home .den-entry::after {
  content: none !important;
  display: none !important;
}
.den-entry {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 12px 10px !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,.45) !important;
  -webkit-backdrop-filter: blur(12px) saturate(1.3) !important;
  backdrop-filter: blur(12px) saturate(1.3) !important;
  border: 1px solid rgba(255,255,255,.6) !important;
  box-shadow: 0 2px 8px rgba(120,80,140,.06) !important;
  width: 100%;
  order: unset !important;
}
.den-entry b {
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
}
.den-entry small {
  margin-top: 3px !important;
  font-size: 9px !important;
  line-height: 1.3 !important;
  opacity: .6;
}
.den-entry i {
  display: none !important;
}
