html, body {
  width: 1920px;
  height: 1080px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  font-family: var(--ps-font-family, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif);
}

#card {
  position: absolute;
  left: 72px;
  bottom: 64px;
  width: 760px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  color: var(--ps-text, rgba(255,255,255,0.95));
}

.row {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.spacer { flex: 1; }

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 14px;
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.18);
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.badge.subtle {
  font-weight: 600;
  opacity: 0.9;
}

.timer {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.title {
  font-size: 42px;
  line-height: 1.05;
  font-weight: 900;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 18px;
  opacity: 0.92;
  margin-bottom: 12px;
}

.top {
  font-size: 16px;
  opacity: 0.95;
}

/* Hide this panel unless the active giveaway mode is STANDARD */
body.hidden {
  opacity: 0;
}
