#bhc-root {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  max-width: 720px;
  margin: 0 auto;
  color: #e8e6e1;
}

.bhc-back-link {
  display: block;
  max-width: 720px;
  margin: 0 auto 16px;
  color: #9a91ff;
  font-size: 14px;
  text-decoration: none;
}

.bhc-back-link:hover {
  text-decoration: underline;
}

.bhc-lede {
  max-width: 720px;
  margin: 0 auto 20px;
  color: #a9a59a;
  font-size: 15px;
}

#bhc-root .bhc-controls {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 20px;
}

#bhc-root .bhc-field label {
  display: block;
  font-size: 13px;
  color: #a9a59a;
  margin-bottom: 6px;
}

#bhc-root input[type="date"],
#bhc-root select {
  height: 40px;
  padding: 0 12px;
  border: 1px solid #34313c;
  border-radius: 8px;
  font-size: 15px;
  background: #15131c;
  color: #e8e6e1;
  color-scheme: dark;
}

#bhc-root input[type="date"]:focus,
#bhc-root select:focus {
  outline: none;
  border-color: #6c63ff;
}

#bhc-feb29-row {
  display: none;
  gap: 16px;
  align-items: flex-end;
  margin-bottom: 16px;
}

#bhc-root .bhc-disclaimer {
  font-size: 12px;
  color: #78756c;
  margin-bottom: 16px;
  line-height: 1.5;
}

#bhc-error {
  display: none;
  color: #ff8a75;
  background: #2a1712;
  border: 1px solid #4a2a20;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  margin-bottom: 16px;
}

#bhc-summary {
  margin-bottom: 16px;
}

#bhc-root .bhc-profile-card {
  background: #15131c;
  border: 1px solid #2c2934;
  border-radius: 12px;
  padding: 18px 20px;
}

#bhc-root .bhc-profile-headline {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #f2f0ec;
}

#bhc-root .bhc-profile-hint {
  font-size: 13px;
  color: #a9a59a;
  margin-bottom: 12px;
  line-height: 1.5;
}

#bhc-root .bhc-profile-stats {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
}

#bhc-root .bhc-profile-stats > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 70px;
  text-align: center;
}

#bhc-root .bhc-stat-num {
  font-size: 20px;
  font-weight: 700;
  color: #f2f0ec;
}

#bhc-root .bhc-stat-label {
  font-size: 12px;
  color: #a9a59a;
}

#bhc-root .bhc-profile-next {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #2c2934;
  font-size: 14px;
  color: #7ee0a8;
  font-weight: 600;
}

#bhc-golden:empty {
  display: none;
}

#bhc-root .bhc-golden-block {
  background: #241d10;
  border: 1px solid #4a3a18;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #e0b866;
  margin-bottom: 20px;
}

#bhc-root .bhc-golden-block.bhc-golden-past {
  background: #17151d;
  border-color: #2c2934;
  color: #a9a59a;
}

#bhc-root .bhc-approx-badge {
  margin-top: 6px;
  font-size: 11px;
  color: #e0b866;
  background: #241d10;
  border-radius: 6px;
  padding: 2px 6px;
  display: inline-block;
}

#bhc-timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 10px;
}

#bhc-root .bhc-card {
  border-radius: 10px;
  padding: 14px 12px;
  text-align: center;
  border: 1px solid #2c2934;
  border-top: 3px solid transparent;
  background: #15131c;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

#bhc-root .bhc-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

#bhc-root .bhc-card-year {
  font-size: 17px;
  font-weight: 600;
  color: #f2f0ec;
}

#bhc-root .bhc-card-tier-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  opacity: 0.85;
  margin-top: 2px;
}

#bhc-root .bhc-card-weekday {
  font-size: 13px;
  margin-top: 4px;
  color: #d8d5cd;
  font-weight: 500;
}

#bhc-root .bhc-card-detail {
  font-size: 13px;
  margin-top: 4px;
  line-height: 1.4;
  color: #a9a59a;
}

#bhc-root .bhc-feb29-note {
  margin-top: 6px;
  font-size: 11px;
  color: #78756c;
}

#bhc-root .bhc-tier-jackpot {
  color: #7ee0a8;
  border-top-color: #7ee0a8;
}

#bhc-root .bhc-tier-hidden_bonus {
  color: #e0b866;
  border-top-color: #e0b866;
}

#bhc-root .bhc-tier-weekend {
  color: #7fb3e0;
  border-top-color: #7fb3e0;
}

#bhc-root .bhc-tier-weekday {
  color: #9a978d;
  border-top-color: #4a473e;
}

.bhc-article {
  max-width: 720px;
  margin: 32px auto 0;
  color: #d8d5cd;
}

.bhc-article h2,
.bhc-article h3 {
  color: #f2f0ec;
}

.bhc-article h3 {
  font-size: 17px;
  margin-top: 24px;
}

.bhc-article p {
  line-height: 1.6;
}

@media (max-width: 480px) {
  #bhc-root .bhc-controls {
    flex-direction: column;
    align-items: stretch;
  }
}
