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;
}


.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;
}


/* interative table */
/* Failure Modes Interactive Table Styles */
.failure-rate {
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
  color: white;
  display: inline-block;
  min-width: 60px;
  text-align: center;
}
.high-failure { background-color: #ff3860; }
.medium-failure { background-color: #ffdd57; color: #333; }
.low-failure { background-color: #23d160; }

.sample-prompt {
  max-width: 400px;
  font-style: italic;
  font-size: 0.9em;
  line-height: 1.3;
  color: #666;
}

.description {
  max-width: 300px;
  font-size: 0.95em;
  line-height: 1.4;
}

.failure-mode-name {
  font-weight: bold;
  color: #3273dc;
}

.table-container {
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border-radius: 8px;
  overflow: hidden;
}

.table th {
  background-color: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
  font-weight: 600;
}

.table td {
  vertical-align: top;
  padding: 12px;
}

.filter-controls {
  margin-bottom: 20px;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
}

.search-box {
  max-width: 400px;
}

tr:hover {
  background-color: #f8f9fa;
}

.sortable {
  cursor: pointer;
  user-select: none;
}

.sortable:hover {
  background-color: #e9ecef;
}

.sort-icon {
  margin-left: 5px;
  opacity: 0.5;
}

.sort-icon.active {
  opacity: 1;
}

/* VLM Table - Same color palette as T2I table */
#vlmComparisonTable .has-text-centered {
  color: black !important;
  font-weight: bold;
}

#vlmComparisonTable td {
  color: black !important;
}

/* Ensure all table cells have consistent bold text */
.table td {
  font-weight: bold;
}

/* Fix Enhanced table scrolling */
.enhanced-table .table-container {
  position: relative;
  max-width: 100%;
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.enhanced-table #modelComparisonTable2 {
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 2000px; /* Force horizontal scroll */
}

.enhanced-table #modelComparisonTable2 th,
.enhanced-table #modelComparisonTable2 td {
  white-space: nowrap;
  min-width: 80px; /* Ensure columns don't get too narrow */
}

.enhanced-table .sticky-col {
  position: sticky;
  left: 0;
  background-color: white;
  z-index: 10;
  border-right: 2px solid #ddd;
}
.sortable-header {
  cursor: pointer;
  user-select: none;
  position: relative;
}

.sortable-header:hover {
  background-color: #e9ecef;
}

.sort-indicator {
  margin-left: 5px;
  opacity: 0.5;
  font-size: 0.8em;
}

.sort-indicator.active {
  opacity: 1;
}