/* Yin Yang & Five Elements (Wu Xing) calculator */

.wx-optional {
  font-weight: 400;
  color: var(--color-muted, #6b5e58);
  font-size: 0.85em;
}

/* Hero: Day Master */
.wx-hero {
  text-align: center;
  padding: 1.1rem 1rem 1.2rem;
  background: linear-gradient(180deg, #fdf8ee, #f7eccf);
  border: 1px solid #e0d4c4;
  border-radius: 12px;
  margin: 0 0 0.9rem;
}

.wx-hero__label {
  margin: 0 0 0.3rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b5e58;
}

.wx-hero__glyph {
  margin: 0 auto 0.45rem;
  width: 4.4rem;
  height: 4.4rem;
  line-height: 4.4rem;
  border-radius: 50%;
  background: var(--wx-el, #7a1834);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}

.wx-hero__name {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--crimson, #7a1834);
}

.wx-person {
  margin: 0;
  font-weight: 700;
  color: var(--crimson, #7a1834);
}

.wx-birth-line {
  margin: 0.1rem 0 1rem;
  color: var(--color-muted, #6b5e58);
  font-size: 0.9rem;
}

/* Yin Yang split bar */
.wx-yy__bar {
  display: flex;
  width: 100%;
  height: 2.4rem;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid #d8cab4;
}

.wx-yy__yin,
.wx-yy__yang {
  display: flex;
  align-items: center;
  min-width: 0;
  transition: width 0.3s ease;
}

.wx-yy__yin {
  background: #2b2b33;
  color: #f3ede0;
  justify-content: flex-start;
}

.wx-yy__yang {
  background: #f6f1e2;
  color: #4a3f33;
  justify-content: flex-end;
}

.wx-yy__yin > span,
.wx-yy__yang > span {
  padding: 0 0.7rem;
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
}

.wx-yy-verdict {
  margin: 0.5rem 0 0;
  font-size: 0.92rem;
  color: var(--color-text, #2a2220);
}

/* Five element bars */
.wx-bars {
  display: grid;
  gap: 0.55rem;
}

.wx-bar {
  display: grid;
  grid-template-columns: 6.4rem 1fr 3.2rem 4.6rem;
  align-items: center;
  gap: 0.55rem;
}

.wx-bar__name {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
  font-size: 0.92rem;
}

.wx-bar__ch {
  flex: none;
  width: 1.55rem;
  height: 1.55rem;
  line-height: 1.55rem;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 0.9rem;
}

.wx-bar__track {
  display: block;
  height: 0.85rem;
  background: #f0e8d8;
  border-radius: 999px;
  overflow: hidden;
}

.wx-bar__fill {
  display: block;
  height: 100%;
  border-radius: 999px;
}

.wx-bar__pct {
  text-align: right;
  font-weight: 700;
  font-size: 0.9rem;
  font-variant-numeric: tabular-nums;
}

.wx-bar__status {
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 999px;
  padding: 0.18rem 0.3rem;
}

.wx-bar__status--strong {
  background: #e8f3e8;
  color: #2f6b2f;
}

.wx-bar__status--balanced {
  background: #f3ede0;
  color: #6b5e58;
}

.wx-bar__status--weak {
  background: #fbe9e7;
  color: #a3322a;
}

.wx-bars-note {
  margin: 0.5rem 0 0;
  font-size: 0.82rem;
  color: var(--color-muted, #6b5e58);
}

/* Pillars table */
.wx-pillars th,
.wx-pillars td {
  text-align: center;
  vertical-align: top;
}

.wx-pillars tbody th {
  text-align: left;
  white-space: nowrap;
}

.wx-pillars .wx-pillars__day {
  background: #fdf3dc;
}

.wx-pillars__tag {
  display: block;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #a3322a;
}

.wx-char {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.wx-char-name {
  display: block;
  font-weight: 600;
  font-size: 0.85rem;
}

.wx-char-el {
  display: block;
  font-size: 0.74rem;
  color: var(--color-muted, #6b5e58);
}

.wx-hidden {
  font-size: 0.78rem;
  line-height: 1.5;
}

.wx-flag {
  margin: 0.8rem 0 0;
  padding: 0.6rem 0.75rem;
  background: #fdf3dc;
  border: 1px solid #e0c98a;
  border-radius: 8px;
  font-size: 0.88rem;
}

/* Summary grid + note card */
.wx-grid {
  margin-bottom: 0.4rem;
}

.wx-note-card {
  margin-top: 0.4rem;
}

.wx-note {
  margin: 0;
  line-height: 1.6;
}

/* Balancing tip cards */
.wx-remedy {
  border: 1px solid #e0d4c4;
  border-left: 4px solid var(--wx-el, #7a1834);
  border-radius: 10px;
  padding: 0.75rem 0.9rem;
  margin: 0 0 0.7rem;
  background: #fffdf8;
}

.wx-remedy__head {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
}

.wx-remedy__list {
  margin: 0 0 0.45rem;
  padding-left: 1.1rem;
  font-size: 0.88rem;
  line-height: 1.55;
}

.wx-remedy__tip {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--color-text, #2a2220);
}

@media (max-width: 480px) {
  .wx-bar {
    grid-template-columns: 5.4rem 1fr 2.9rem;
  }

  .wx-bar__status {
    display: none;
  }

  .wx-yy__yin > span,
  .wx-yy__yang > span {
    padding: 0 0.45rem;
    font-size: 0.74rem;
  }
}
