.daily-wrap {
  max-width: 640px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}

.daily-title {
  font-size: 2rem;
  margin-bottom: 8px;
}

.daily-sub {
  font-size: 0.95rem;
  opacity: 0.7;
  margin-bottom: 32px;
}

.daily-card {
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.08),
    rgba(255,255,255,0.03)
  );
  border-radius: 20px;
  padding: 36px 28px;
  margin-bottom: 24px;
}

.daily-text {
  font-size: 1.15rem;
  line-height: 1.7;
  white-space: pre-line;
}

.daily-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}

.daily-actions button {
  padding: 10px 16px;
  border-radius: 999px;
  border: none;
  background: rgba(255,255,255,0.12);
  color: #fff;
  cursor: pointer;
}

.daily-actions button:hover {
  background: rgba(255,255,255,0.2);
}

.daily-footnote {
  font-size: 0.8rem;
  opacity: 0.6;
  margin-bottom: 24px;
}

.back-link {
  font-size: 0.85rem;
  opacity: 0.7;
  text-decoration: none;
}
