.kc-overlay {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kc-overlay.hidden { display: none; }
.kc-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 6, 4, 0.72);
}
.kc-panel {
  position: relative;
  width: min(92vw, 720px);
  max-height: 82vh;
  overflow: auto;
  background: linear-gradient(180deg, #6b4f2e 0%, #4a3520 100%);
  border: 3px solid #9aa3ad;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.55);
  padding: 20px 22px 28px;
  color: #1c1610;
  font-family: Georgia, "Times New Roman", serif;
}
.kc-close {
  position: absolute;
  top: 8px;
  right: 12px;
  border: none;
  background: transparent;
  color: #efe8dc;
  font-size: 28px;
  cursor: pointer;
}
.kc-section h2 {
  margin: 12px 0 8px;
  font-size: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #efe8dc;
}
.kc-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: rgba(255, 248, 235, 0.92);
  border: 2px solid #8b939c;
  margin-bottom: 10px;
  padding: 10px 12px;
}
.kc-portrait {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 3px solid #8b939c;
  object-fit: cover;
  flex-shrink: 0;
  background: #3a322c;
}
.kc-silhouette { opacity: 0.55; }
.kc-body h3 { margin: 0 0 4px; font-size: 20px; }
.kc-titles { margin: 0 0 6px; font-size: 14px; font-weight: 600; }
.kc-meta { margin: 0; font-size: 13px; line-height: 1.35; }
.kc-empty { color: #efe8dc; font-style: italic; }
