body.monthly-report {
  background-color: #111827;
  color: #F9FAFB;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

img.logo {
  height: 80px;
}

.wt-hero {
  background: radial-gradient(circle at top, #1F2937 0, #111827 55%, #020617 100%);
  padding: 4rem 0 3rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.9);
}

.wt-hero-badge {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  color: #d6ded1;
}

.wt-hero-title {
  font-weight: 700;
  font-size: clamp(2.1rem, 3vw, 2.8rem);
}

.wt-hero-subtitle {
  max-width: 40rem;
  color: #D1D5DB;
}

.wt-card {
  background: #1F2937;
  border-radius: 1rem;
  border: 1px solid #374151;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
}

.wt-card-muted {
  background: linear-gradient(145deg, #1F2937, #111827);
}

.wt-pill {
  border-radius: 999px;
  padding: 0.2rem 0.7rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border: 1px solid rgba(156, 163, 175, 0.5);
  color: #E5E7EB;
  background: rgba(17, 24, 39, 0.6);
}

.wt-pill.sunshine {
  background: #c79c45;
  color: #fff !important;
  border-color: #c79c45;
}

.wt-pill.sunshine:hover {
  background: #a07e34;
  color: #fff !important;
  border-color: #a07e34;
}

.stat-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #9CA3AF;
}

.stat-value {
  font-size: 1.35rem;
  font-weight: 600;
}

.stat-icon {
  font-size: 1.8rem;
}

.section-title {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #c79c45;
  margin-bottom: 0.3rem;
}

.section-heading {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}

.chart-placeholder {
  border-radius: 0.9rem;
  padding: 1.5rem;
  background: radial-gradient(circle at top left, #111827 0, #020617 75%);
  border: 1px dashed rgba(156, 163, 175, 0.5);
  color: #9CA3AF;
  font-size: 0.9rem;
}

.chart-bar-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #D1D5DB;
}

.chart-bar-track {
  height: 8px;
  border-radius: 999px;
  background: rgba(55, 65, 81, 0.8);
  overflow: hidden;
}

.chart-bar-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #10B981, #c79c45);
}

.photo-tile {
  border-radius: 0.8rem;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  min-height: 150px;
}

.photo-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent 55%);
  pointer-events: none;
  z-index: 1;
}

.photo-caption {
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.7rem;
  font-size: 0.8rem;
  z-index: 2;
}

.photo-caption span {
  display: block;
  color: #fff;
}

.photo-caption small {
  color: #D1D5DB;
}

.badge-list li::marker {
  color: #10B981;
}

.region-list li::marker {
  color: #c79c45;
}

.wt-link-soft {
  color: #3B82F6;
  text-decoration: none;
}

.wt-link-soft:hover {
  color: #93C5FD;
  text-decoration: underline;
}

footer {
  border-top: 1px solid #1F2937;
  color: #6B7280;
}

.text-secondary {
  color: #9CA3AF !important;
}

hr {
  border-color: #374151;
}

.sunshine
{
    color:#c79c45 !important;
}

.js-list-extra {
  display: none;
}
.hapyTankText {
  display: none;
}

@media (max-width: 767.98px) {
  .wt-hero {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .photo-tile {
    min-height: 90px;
  }
  .photo-caption {
    bottom: 0.5rem;
  }
  
}

