body {
  font-family: 'Noto Sans', sans-serif;
}


.footer .icon-link {
    font-size: 25px;
    color: #000;
}

.link-block a {
    margin-top: 5px;
    margin-bottom: 5px;
}

.dnerf {
  font-variant: small-caps;
}

.hero {
}

.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}


.publication-title {

}

.publication-banner {
  max-height: parent;
}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.publication-header .hero-body {
}

.publication-title {
    font-family: 'Google Sans', sans-serif;
}

.publication-authors {
    font-family: 'Google Sans', sans-serif;
}

.publication-venue {
    color: #555;
    width: fit-content;
    font-weight: bold;
}

.publication-awards {
    color: #ff3860;
    width: fit-content;
    font-weight: bolder;
}

.publication-authors {
}

.publication-authors a {
   color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
    text-decoration: underline;
}

.author-block {
  display: inline-block;
}

.publication-banner img {
}

.publication-authors {
  /*color: #4286f4;*/
}

.publication-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;

    overflow: hidden;
    border-radius: 10px !important;
}

.publication-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.publication-body img {
}

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}


.interpolation-panel {
  background: #f5f5f5;
  border-radius: 10px;
}

.interpolation-panel .interpolation-image {
  width: 100%;
  border-radius: 5px;
}

.interpolation-video-column {
}

.interpolation-panel .slider {
  margin: 0 !important;
}

.interpolation-panel .slider {
  margin: 0 !important;
}

#interpolation-image-wrapper {
  width: 100%;
}
#interpolation-image-wrapper img {
  border-radius: 5px;
}


.wrapper {
  display: flex;
  gap: 12px;
  padding: 24px;
  align-items: stretch;
}

.graph-panel {
  position: relative;
  flex: 1.45;
  background: #dcebe4;
  border-radius: 18px;
  padding: 20px;
  box-sizing: border-box;
  min-height: 560px;
}

.graph-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: #333;
}

.graph-panel svg {
  display: block;
  width: 100%;
  height: auto;
}

.legend {
  position: absolute;
  left: 20px;
  bottom: 16px;
  display: flex;
  gap: 18px;
  font-size: 14px;
  color: #444;
  flex-wrap: wrap;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.legend-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
}

.graph-actions {
  position: absolute;
  right: 20px;
  bottom: 16px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.graph-btn {
  border: none;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  white-space: nowrap;
}

.graph-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.10);
}

.report-btn {
  background: #cf6a1c;
  color: #fff;
}

.score-btn {
  background: #f1e3bd;
  color: #4a3a1a;
  border: 1px solid #dcc894;
}

.edge {
  stroke: #d08a25;
  stroke-width: 3;
  fill: none;
}

.node {
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.node:hover {
  opacity: 0.9;
}

.node.active circle {
  stroke: #222;
  stroke-width: 4;
}

.label {
  pointer-events: none;
  user-select: none;
  font-weight: bold;
  fill: #222;
  font-size: 18px;
  text-anchor: middle;
  dominant-baseline: middle;
}

.card-panel h2 {
  margin-top: 0;
  font-size: 22px;
}

.card-panel .type {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 14px;
  color: #fff;
}

.type.conclusion { background: #c45112; }
.type.claim { background: #b97a2c; }
.type.evidence { background: #d8a63c; }

.desc {
  color: #333;
  line-height: 1.6;
}

.graph-btn.active-action {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.default-node circle {
  stroke: none;
}

.default-node.active circle {
  stroke: #222;
  stroke-width: 4;
}

.card-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 16px;
  border-radius: 12px;
}

.card-panel {
  flex: 0.8;
  background: #ffffff;
  border-radius: 18px;
  padding: 22px;
  box-sizing: border-box;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  height: 560px;
  overflow: hidden;
  position: relative;
}

/* 右上角放大按钮 */
.expand-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  color: #444;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.expand-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  background: #ffffff;
}

/* 弹窗整体 */
.info-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.info-modal.is-open {
  display: block;
}

/* 遮罩 */
.info-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(25, 25, 25, 0.42);
  backdrop-filter: blur(3px);
}

/* 放大卡片 */
.info-modal-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(960px, 88vw);
  max-height: 86vh;
  transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.20);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation: modalPopIn 0.18s ease;
}

@keyframes modalPopIn {
  from {
    opacity: 0;
    transform: translate(-50%, -48%) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

/* 弹窗头部 */
.info-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #fafafa;
}

.info-modal-header h2 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 700;
  color: #333;
}

.modal-close-btn {
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 12px;
  background: #f1f1f1;
  color: #444;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.18s ease;
}

.modal-close-btn:hover {
  background: #e7e7e7;
  transform: translateY(-1px);
}

/* 弹窗内容区域 */
.info-modal-body {
  padding: 24px 26px 28px;
  overflow-y: auto;
}

/* 放大后内容更舒展一些 */
.info-modal-body .card-content h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.info-modal-body .desc {
  font-size: 1.08rem;
  line-height: 1.85;
}

.info-modal-body .placeholder {
  font-size: 1rem;
  line-height: 1.75;
}

.info-modal-body .card-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 18px;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}


/* ===== Soft Light Hero Section ===== */
.report-cover {
  background: linear-gradient(135deg, #ffffff 0%, #f3f4ff 100%);
  border-radius: 18px;
  padding: 32px 30px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
  text-align: center;
  margin-bottom: 32px;
}

.report-cover h1 {
font-size: 30px;
font-weight: 700;
color: #1f2933;
margin-bottom: 12px;
line-height: 1.3;
}

.report-cover p {
font-size: 16px;
color: #4b5563;
max-width: 880px;
margin: 0 auto 20px auto;
line-height: 1.6;
}

/* The placeholder inside hero */
.report-cover image_search {
background: #f3f4ff;
border: 1px dashed rgba(129, 140, 248, 0.8);
padding: 18px;
border-radius: 14px;
display: block;
margin: 18px auto 0;
width: 80%;
color: #6b7280;
}

.report-section {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px 26px;
  margin-bottom: 24px;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05);
}

/* 标题行，继承整体 Soft Light 风格 */
.report-section h2 {
  font-size: 20px;
  margin: 0 0 10px;
  color: #1f2933;
}

/* 正文段落 */
.report-section p {
  margin: 0 0 10px;
  font-size: 15px;
  color: #4b5563;
  line-height: 1.7;
}

/* 列表整体 */
.report-section ul {
  padding-left: 20px;
  margin: 0;
}

/* 列表项 */
.report-section li {
  margin-bottom: 6px;
  color: #374151;
  font-size: 15px;
}

/* 让 li 中的占位文字稍微有一点高亮感 */
.report-section text_search {
  background: #f3f4ff;
  border-radius: 8px;
  padding: 2px 6px;
  font-style: normal;
  font-size: 14px;
  border: 1px dashed rgba(129, 140, 248, 0.7);
  color: #4b5563;
}

/* ===== Soft Light Summary Section ===== */

.report-summary {
  background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 80%);
  border-radius: 18px;
  padding: 28px 30px;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
  border: 1px solid rgba(129, 140, 248, 0.18);
}

/* Summary title */
.report-summary h2 {
  font-size: 22px;
  margin-bottom: 14px;
  color: #1f2933;
  font-weight: 700;
}

/* Summary content */
.report-summary p {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.75;
  max-width: 880px;
  margin: 0 auto;
}

/* subtle decorative divider (optional, elegant finish) */
.report-summary::before {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: rgba(129, 140, 248, 0.35);
  border-radius: 2px;
  margin: 0 auto 18px auto;
}

.card-content h2 {
  font-weight: 700;
}