/* Light theme overrides */
.theme-light {
  background: #fff;
  color: #1a1a1a;
}

.theme-light .page-header {
  padding: 28px 0 22px;
  background: #fff;
  border: none;
}

.theme-light .page-header-inner {
  display: flex;
  justify-content: center;
}

.theme-light .page-title-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.theme-light .page-title {
  font-size: clamp(1.25rem, 4vw, 1.75rem);
  font-weight: 700;
  color: #1a1a1a;
}

.theme-light .page-subtitle {
  font-size: 0.875rem;
  color: #666;
}

.theme-light .page-date {
  font-size: 0.75rem;
  color: #999;
  margin-top: 4px;
}

.theme-light .daily-hot-hair {
  background: #fff;
  padding: 20px 0 48px;
  border: none;
  outline: none;
}

.theme-light .daily-hot-hair-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  border: none;
}

.theme-light .hair-item {
  background: transparent;
  border: none;
  outline: none;
}

.theme-light .skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
}

.theme-light .hot-hair-tip {
  color: #888;
  margin-top: 0;
  margin-bottom: 12px;
}

.theme-light .hot-hair-tip a {
  color: #333;
}

.theme-light .hot-hair-tip a:hover,
.theme-light .hot-hair-tip a:focus-visible {
  color: var(--color-primary);
}

.theme-light .hot-hair-error {
  color: #666;
}

.theme-light .btn-retry {
  background: #f5f5f5;
  border-color: #ddd;
  color: #333;
}

.theme-light .btn-retry:hover,
.theme-light .btn-retry:focus-visible {
  background: #eee;
  border-color: var(--color-primary);
}

.theme-light .footer {
  background: #fff;
  border: none;
  padding: 32px 0 24px;
}

.theme-light .footer-text {
  color: #888;
}

.theme-light .footer-phone {
  color: #666;
}

.theme-light .footer-phone:hover,
.theme-light .footer-phone:focus-visible {
  color: var(--color-primary);
}

.theme-light .footer-copy {
  color: #aaa;
}

@media (max-width: 767px) {
  .theme-light .daily-hot-hair-grid {
    gap: 6px;
  }
}
