/* 深淵書架 相関星図 ── ミニマップカード(ISSUE-K03)
   デザイントークンは shinen-tokens.css を正とする(2026-07: 意匠刷新)。 */
.shn-kinship-card {
  border: 1px solid var(--shn-hairline);
  background-color: var(--shn-panel);
  box-shadow: var(--shn-glow-gold);
  border-radius: 4px;
  margin: 36px 0;
  overflow: hidden;
  color: var(--shn-bone);
  font-family: var(--shn-font-body);
}
.shn-kinship-card * { box-sizing: border-box; }

.shn-kinship-card header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 14px 18px 10px;
  border-bottom: 1px solid var(--shn-hairline);
}
.shn-kinship-title { font-family: var(--shn-font-display); font-size: 15px; letter-spacing: .12em; }
.shn-kinship-meta { font-family: var(--shn-font-mono); font-size: 10px; color: var(--shn-bone-dim); letter-spacing: .1em; }

.shn-kinship-mini-stage { position: relative; height: 320px; }
.shn-kinship-mini-stage canvas,
.shn-kinship-mini-stage svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.shn-kinship-map { cursor: pointer; touch-action: manipulation; }
.shn-kinship-node-label {
  font-family: var(--shn-font-display);
  fill: var(--shn-bone);
  pointer-events: none;
  paint-order: stroke;
  stroke: rgba(6, 8, 12, .85);
  stroke-width: 3px;
}

.shn-kinship-card footer {
  padding: 10px 18px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: var(--shn-bone-dim);
}
.shn-kinship-expand-btn {
  font-family: inherit;
  font-size: 12px;
  letter-spacing: .15em;
  color: var(--shn-gold);
  background: none;
  border: 1px solid var(--shn-gold-dim);
  border-radius: 2px;
  padding: 7px 16px;
  cursor: pointer;
  transition: .2s;
}
.shn-kinship-expand-btn:hover,
.shn-kinship-expand-btn:focus-visible {
  background: var(--shn-gold);
  color: var(--shn-abyss);
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  .shn-kinship-card * { transition: none !important; animation: none !important; }
}
