/* Shared styles for learn/_token_popover.html and learn/_radical_rows.html */

.word-detail-container {
  align-items: center;
  text-align: center;
}

.word-detail-char {
  font-size: 2.5rem;
  font-weight: 400;
  color: #212529;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.word-detail-pinyin {
  font-size: 1.1rem;
  color: #6c757d;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.word-detail-meaning {
  font-size: 1.1rem;
  color: #4f46e5;
  line-height: 1.4;
  margin-top: 0.5rem;
}

.meaning-explanation {
  font-size: 0.85rem;
  color: #6c757d;
  font-weight: 400;
  margin-left: 0.25rem;
}

.word-detail-pron {
  font-size: 0.85rem;
  color: #adb5bd;
  margin-bottom: 0.5rem;
}

.word-detail-pos-badge {
  padding: 0.35em 1em !important;
  font-weight: 600 !important;
  border-radius: 0.5rem !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.02em;
}

.word-detail-example-zh {
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 0.2rem;
}

.word-detail-example-pinyin {
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
}

.word-detail-example-vn {
  font-size: 0.8rem;
  opacity: 0.85;
}

.word-detail-radical {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  justify-content: center;
}

.word-detail-radical-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  width: 100%;
}

.word-detail-radical-row-glyphs {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  justify-content: center;
}

.radical-meaning {
  font-size: 0.72rem;
  color: #64748b;
  font-style: italic;
  text-align: center;
  line-height: 1.3;
}

.radical-glyph-popover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Noto Serif CJK SC", "Source Han Serif SC", "STSong", serif;
  background: #f1f5f9;
  border: 1.5px solid #e2e8f0;
  border-radius: 0.5rem;
  color: #1e293b;
  line-height: 1;
}

.radical-explore-link {
  color: #4f46e5;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
}

.radical-explore-link:hover {
  text-decoration: underline;
  color: #4338ca;
}

.comp-row {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  justify-content: center;
}

.comp-row-inline {
  display: inline-flex;
}

.comp-box {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 2rem;
  min-height: 2.4rem;
  font-family: "Noto Serif CJK SC", "Source Han Serif SC", "STSong", serif;
  background: #f1f5f9;
  border: 1.5px solid #e2e8f0;
  border-radius: 0.4rem;
  gap: 0.1rem;
  padding: 0.1rem 0.15rem;
}

.comp-glyph {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1e293b;
  line-height: 1;
}

.comp-role-label {
  font-size: 0.55rem;
  font-family: system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
}

.comp-box.comp-semantic {
  background: #fef9ec;
  border-color: #fcd34d;
}

.comp-box.comp-semantic .comp-role-label {
  color: #92400e;
}

.comp-box.comp-phonetic {
  background: #eff6ff;
  border-color: #93c5fd;
}

.comp-box.comp-phonetic .comp-role-label {
  color: #1d4ed8;
}
