/* ── Freight Sans Pro font faces ── */
@font-face {
  font-family: 'FreightSansPro';
  src: url('../assets/fonts/Freight/FreightSansProLight-Regular.woff2') format('woff2'),
       url('../assets/fonts/Freight/FreightSansProLight-Regular.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FreightSansPro';
  src: url('../assets/fonts/Freight/FreightSansProLight-Italic.woff2') format('woff2'),
       url('../assets/fonts/Freight/FreightSansProLight-Italic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FreightSansPro';
  src: url('../assets/fonts/Freight/FreightSansProBook-Regular.woff2') format('woff2'),
       url('../assets/fonts/Freight/FreightSansProBook-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FreightSansPro';
  src: url('../assets/fonts/Freight/FreightSansProBook-Italic.woff2') format('woff2'),
       url('../assets/fonts/Freight/FreightSansProBook-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FreightSansPro';
  src: url('../assets/fonts/Freight/FreightSansProMedium-Regular.woff2') format('woff2'),
       url('../assets/fonts/Freight/FreightSansProMedium-Regular.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FreightSansPro';
  src: url('../assets/fonts/Freight/FreightSansProMedium-Italic.woff2') format('woff2'),
       url('../assets/fonts/Freight/FreightSansProMedium-Italic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FreightSansPro';
  src: url('../assets/fonts/Freight/FreightSansProSemibold-Regular.woff2') format('woff2'),
       url('../assets/fonts/Freight/FreightSansProSemibold-Regular.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FreightSansPro';
  src: url('../assets/fonts/Freight/FreightSansProSemibold-Italic.woff2') format('woff2'),
       url('../assets/fonts/Freight/FreightSansProSemibold-Italic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FreightSansPro';
  src: url('../assets/fonts/Freight/FreightSansProBold-Regular.woff2') format('woff2'),
       url('../assets/fonts/Freight/FreightSansProBold-Regular.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FreightSansPro';
  src: url('../assets/fonts/Freight/FreightSansProBold-Italic.woff2') format('woff2'),
       url('../assets/fonts/Freight/FreightSansProBold-Italic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FreightSansPro';
  src: url('../assets/fonts/Freight/FreightSansProBlack-Regular.woff2') format('woff2'),
       url('../assets/fonts/Freight/FreightSansProBlack-Regular.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FreightSansPro';
  src: url('../assets/fonts/Freight/FreightSansProBlack-Italic.woff2') format('woff2'),
       url('../assets/fonts/Freight/FreightSansProBlack-Italic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

.navbar.logo {
  margin-top: 2.5rem;
}

.navbar-brand.logo {
  align-items: center;
}

.navbar-item.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px;
}

.navbar-item.logo img {
  max-height: 80px;
  padding-right: 10px;
  padding-left: 10px;
}

.publication-title {
  /* font-family: 'Outfit'; 
  font-weight: 1000;*/
  font-family: 'FreightSansPro';
  font-weight: 600;
}

.publication-authors {
  /*font-family: 'Quicksand';
  font-weight: 500;*/
  font-family: 'FreightSansPro';
  font-size: 20px;
  font-weight: 400;
}

.publication-institute {
  /*font-family: 'Quicksand';
  font-weight: 400;*/
  font-family: 'FreightSansPro';
  font-size: 18px;
  font-weight: 400;
}

.publication-journal {
  font-family: 'Quicksand';
  font-size: 24px;
  font-weight: 400;
}

.author-list {
  margin-top: 10px;
  margin-bottom: 10px;
}

.content{
  font-family: 'FreightSansPro', 'Inter', sans-serif;
  font-weight: 400;
}

.lab-logo img{
  max-height: 60px;

}

.logo-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items:top;
  color: #50549b;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 10px;
}

.affiliation-num{
  font-size: 12px;
  margin-right: 40px;

}

.affiliation-num-right{
  font-size: 12px;
  
}

.tldr {
  font-family: 'FreightSansPro', 'Quicksand', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.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-keywords {
  color: #14274e;
  font-family: 'FreightSansPro', 'Quicksand', sans-serif;
  font-weight: 500;
}


.author-blocks {
  color: #50549b;
  white-space: nowrap;
}

.author-blocks:hover {
  color: #9bb4c2;
}
.link-blocks {
  margin-top: 1rem;
}

.link-button {
  color: #363636;
  background-color: transparent;
  border: 1px solid #363636;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  margin-bottom: 0.5rem;
  transition: all 0.2s ease;
  font-family: 'FreightSansPro';
  font-weight: 500;
  font-size: 16px;
  border-radius: 18px;
}

.link-button:hover {
  color: #fff;
  background-color: #363636;
  border-color: #363636;
}

.link-button.disabled {
  opacity: 1.0;
  pointer-events: none;
  cursor: not-allowed;
  border-color: #dbdbdb;
  color: #dbdbdb;
}

.bibtex-box {
  background-color: #f5f5f5;
  font-family: "Roboto Mono", monospace;
}


.results_video {
  width: 15rem;
  margin: auto;
}
.normal-text {
  font-family: 'FreightSansPro', 'Quicksand', sans-serif;
  font-weight: 400;
}
.caption {
  margin-top: -1.5rem
}

/* ── Interactive Results Viewer ── */
.viewer-canvas {
  width: 100%;
  height: 350px;
  background-color: #f5f5f5;
  border-radius: 6px;
}

.viewer-box {
  padding: 0 !important;
  overflow: hidden;
}

.viewer-label {
  font-family: 'FreightSansPro', 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  color: #363636;
  margin-bottom: 8px;
}

.style-image-display {
  width: 100%;
  height: 350px;
  object-fit: contain;
  background: #f5f5f5;
  border-radius: 6px;
}

.viewer-row {
  margin-top: 0 !important;
}

#example-tabs .tabs ul {
  border-bottom: none;
}

/* ── Method Section ── */
.method-subsection-title {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: #14274e;
  font-family: 'FreightSansPro', 'Quicksand', sans-serif;
  font-weight: 600;
}

.method-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1.5rem auto;
  display: block;
}

/* On mobile, force non-full-size method images (e.g., inline max-width: 60%) to fill the column */
@media (max-width: 768px) {
  .method-image {
    max-width: 100% !important;
  }
}

.method-text {
  font-family: 'FreightSansPro', 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #363636;
}

.method-text b,
.method-text strong,
.content b,
.content strong {
  font-family: 'FreightSansPro', 'Quicksand', sans-serif;
  font-weight: 600;
}

/* Quicksand font supports 300, 400, 500, 600, 700 */