/**
 * TAP v18.0.0
 * Source-verified Insight component and global ISSN additions only.
 * Official brand geometry is untouched.
 */

.tap-corail-footer__issn,
.tap-tunnel-footer__issn {
  font-family: var(--tap-font-mono, "IBM Plex Mono", monospace);
  font-size: .74rem;
  letter-spacing: .04em;
  white-space: nowrap;
}

.tap-insight-v18__bar {
  opacity: .9;
  transition: opacity 150ms ease;
}

.tap-insight-v16__hit:focus {
  outline: none;
  stroke: rgba(255, 255, 255, .7);
  stroke-width: 2;
}

.tap-insight-v18__foot small {
  line-height: 1.5;
}

.tap-insight-v18__foot a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, .42);
  text-underline-offset: .18em;
}

.tap-insight-v18__foot a:hover,
.tap-insight-v18__foot a:focus-visible {
  color: #fff;
  text-decoration-color: #fd514f;
}

.tap-insight-v18__status {
  color: #f6c86b;
}

.tap-insight-v18__details {
  margin-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, .15);
  color: rgba(255, 255, 255, .74);
  font-size: .78rem;
}

.tap-insight-v18__details summary {
  padding: .8rem 0;
  cursor: pointer;
  font-family: var(--tap-font-mono, "IBM Plex Mono", monospace);
}

.tap-insight-v18__details summary:focus-visible {
  outline: 2px solid #fd514f;
  outline-offset: 3px;
}

.tap-insight-v18__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tap-insight-v18 table {
  width: 100%;
  min-width: 34rem;
  border-collapse: collapse;
  color: inherit;
  font-variant-numeric: tabular-nums;
}

.tap-insight-v18 caption {
  padding: 0 0 .6rem;
  text-align: left;
  color: #fff;
  font-weight: 600;
}

.tap-insight-v18 th,
.tap-insight-v18 td {
  padding: .45rem .5rem;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  text-align: right;
}

.tap-insight-v18 th:first-child,
.tap-insight-v18 td:first-child {
  padding-left: 0;
  text-align: left;
}

@media (prefers-reduced-motion: reduce) {
  .tap-insight-v18__bar { transition: none; }
}
