.tff-happy-hour-card {
  background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-dark) 100%);
  color: #1A1200;
  border-radius: var(--radius-xl);
  padding: var(--space-6);
}
.tff-hh-countdown {
  font-size: var(--text-xl);
  font-weight: 800;
  margin-bottom: var(--space-2);
  font-variant-numeric: tabular-nums;
}
.tff-hh-offer { font-size: var(--text-base); font-weight: 600; margin-bottom: var(--space-2); }
.tff-hh-days { font-size: var(--text-sm); opacity: .85; }
