/* Hourtale — dark clock/portal theme, matches the prototype design */

.ht-btn {
  background: #c9a15a;
  color: #1e1b2e;
  border: none;
  border-radius: 8px;
  padding: 10px 22px;
  font-weight: 700;
  cursor: pointer;
  font-size: 14px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  display: inline-block;
}
.ht-btn:disabled {
  background: #3d2b4f;
  color: #6b5a7d;
  cursor: default;
}

.ht-wallet-pill {
  display: inline-flex;
  gap: 6px;
  background: #2a2438;
  border: 1px solid #3d2b4f;
  border-radius: 20px;
  padding: 6px 14px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  color: #f2e8d5;
}
.ht-wallet-pill .ht-coin { color: #c9a15a; font-weight: 600; }
.ht-wallet-pill .ht-gear { color: #4fd1c5; font-weight: 600; }

.ht-unlock-box {
  background: linear-gradient(180deg, #2a2438, #1e1b2e);
  border: 1px solid #3d2b4f;
  border-radius: 14px;
  padding: 32px 24px;
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
  font-family: Inter, sans-serif;
}
.ht-lock-title { font-family: Cinzel, serif; color: #f2e8d5; font-size: 18px; margin: 0 0 6px; }
.ht-lock-sub { color: #9d8bb0; font-size: 13px; margin: 0 0 20px; }
.ht-need-more { color: #c9a15a; font-size: 12px; }

.ht-chapter-page {
  background: #f2e8d5;
  border-radius: 14px;
  padding: 40px 32px;
  color: #2a2438;
  font-family: Lora, serif;
  font-size: 16px;
  line-height: 1.8;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

.ht-spin-box, .ht-yt-box, .ht-quiz-box {
  background: #1e1b2e;
  border: 1px solid #3d2b4f;
  border-radius: 12px;
  padding: 18px;
  font-family: Inter, sans-serif;
  max-width: 480px;
  margin: 16px auto;
  text-align: center;
}
.ht-spin-status { color: #9d8bb0; font-size: 12px; margin-bottom: 12px; }
.ht-spin-result { color: #4fd1c5; font-size: 13px; margin-top: 12px; font-family: Cinzel, serif; }

.ht-quiz-title { color: #f2e8d5; font-size: 13px; font-weight: 600; margin-bottom: 16px; text-align: left; }
.ht-quiz-q { text-align: left; margin-bottom: 16px; }
.ht-quiz-q p { color: #9d8bb0; font-size: 13px; margin-bottom: 8px; }
.ht-quiz-opt {
  display: block;
  background: #2a2438;
  border: 1px solid #3d2b4f;
  border-radius: 8px;
  padding: 9px 12px;
  color: #f2e8d5;
  font-size: 13px;
  margin-bottom: 6px;
  cursor: pointer;
}
.ht-quiz-opt input { margin-right: 8px; }
