/* Daily meter notice. External because the site CSP is style-src 'self'. */
.meter-banner {
  margin: 0 0 12px;
  padding: 11px 15px;
  border: 1px solid rgba(229, 185, 75, .4);
  border-left-width: 3px;
  border-radius: 11px;
  background: rgba(229, 185, 75, .07);
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.45;
}
.meter-banner[hidden] { display: none; }
.meter-banner strong { color: var(--cream); font-weight: 700; }
.meter-banner a { color: var(--yellow); text-decoration: underline; text-underline-offset: 2px; }
.meter-banner.is-spent {
  border-color: rgba(226, 85, 62, .5);
  background: rgba(226, 85, 62, .09);
}
.meter-banner.is-spent strong { color: var(--red); }
.meter-banner.is-spent a { color: var(--red); }

/* A spent action stays clickable — it explains rather than going dead. */
.start-drill-button.is-spent {
  background: rgba(244, 233, 207, .16);
  color: var(--cream);
  box-shadow: none;
}
.start-drill-button.is-spent span { color: var(--yellow); }

/* Entry is still available at the limit — it just declines and says why. */
.meter-spent #rankPad .rank-button,
.meter-spent #suitPad .suit-button { opacity: .55; }

/* Offer shown after the last drill of the day, in place of "Run it again". */
.drill-offer { grid-column: 1 / -1; margin-top: 4px; }
.drill-offer h3 {
  margin: 4px 0 6px;
  font: 700 1.5rem/1 "Bodoni 72", Didot, Georgia, serif;
  letter-spacing: -.02em;
}
.drill-offer > p { margin: 0 0 14px; color: var(--muted); font-size: .84rem; line-height: 1.5; }
.drill-offer-plans { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.drill-offer-plans a {
  display: grid; gap: 2px; padding: 13px 12px; text-align: center; text-decoration: none;
  border: 1px solid var(--line); border-radius: 13px;
  background: rgba(2, 17, 14, .34); color: var(--cream);
}
.drill-offer-plans a.is-featured { border-color: var(--yellow); background: rgba(229, 185, 75, .1); }
.drill-offer-plans a.is-featured strong { color: var(--yellow); }
.drill-offer-plans span {
  color: var(--muted); font-size: .54rem; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase;
}
.drill-offer-plans strong { font: 700 1.5rem/1 "Bodoni 72", Didot, serif; }
.drill-offer-plans em { color: var(--muted); font-size: .58rem; font-style: normal; }

.meter-dismiss {
  margin-left: 8px; padding: 0 6px; border: 0; background: none;
  color: var(--muted); font-size: 1rem; line-height: 1; cursor: pointer;
}
.meter-dismiss:hover { color: var(--cream); }

/* Regular price beside the founding one: the reason the founding price is a reason. */
.offer-strip-buys em s,
.account-plan em s,
.drill-offer-plans em s,
.pro-plan em s { opacity: .65; text-decoration-thickness: 1px; margin-right: 3px; }
