<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.zcd-card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
  justify-content: right;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  background: #fff;
  opacity: 0.9;
  z-index: 9999999;
}
.zcd-card {
  position: relative;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1rem .25rem;
  text-align: center;
  flex: 1;
  max-width: 110px;
  font-size: 12px;
}
.zcd-card-title {
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
}
.zcd-card-footer {
  color: #666;
}
.zcd-badge-wrapper {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
}
.zcd-card-count {
  background: #e53e3e;
  color: white;
  font-weight: bold;
  padding: 0.4em 0.6em;
  border-radius: 999px;
  line-height: 1;
  display: inline-block;
  min-width: 2em;
  text-align: center;
}</pre></body></html>