/* Premium Chenggu Page Specific Styles */
/* Inherits base layout from page_tools.css and bazi.css concepts */

.chenggu-total {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
}

.chenggu-total-weight {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "STZhongsong", "SimSun", "Noto Serif SC", serif;
  background: linear-gradient(135deg, #d4af37, #b8860b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b8860b; /* Fallback */
  padding: 10px 20px;
  border-bottom: 2px solid rgba(184, 134, 11, 0.3);
  letter-spacing: 2px;
}

html[data-theme="dark"] .chenggu-total-weight {
  background: linear-gradient(135deg, #f5d061, #e2a829);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.chenggu-poem {
  font-size: 1.15rem;
  line-height: 1.8;
  color: var(--main);
  text-align: center;
  padding: 15px;
  background: var(--classD, #f9f9f9);
  border-radius: 8px;
  margin-bottom: 15px;
  font-weight: 500;
  border: 1px dashed var(--classC, #e0e0e0);
}

html[data-theme="dark"] .chenggu-poem {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
}

.chenggu-detail {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--muted);
  padding: 15px;
  background: rgba(var(--theme-rgb, 78,136,243), 0.05);
  border-left: 4px solid var(--theme);
  border-radius: 0 8px 8px 0;
}
