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

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

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

.tat {
  font-variant: small-caps;
  color: #6c63ff;
  font-weight: bold;
}

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

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

.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 a {
  color: hsl(204, 86%, 53%) !important;
}

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

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

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

/* Method overview */
.method-image {
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* Results tables */
.results-table {
  font-size: 0.88rem;
}

.results-table thead th {
  background-color: #f0f0f0;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

.results-table tbody td {
  text-align: center;
  vertical-align: middle;
}

.results-table tr.tat-row td {
  background-color: #f0f8ff;
  font-weight: 600;
}

.results-table .best {
  font-weight: bold;
  color: #27ae60;
}

.results-table .section-header td {
  background-color: #e8e8e8;
  font-weight: bold;
  text-align: left;
}

/* Kinematic figure bar-chart style */
.kd-bar-container {
  display: flex;
  gap: 6px;
  align-items: flex-end;
  height: 130px;
  padding: 0 4px;
}

.kd-bar-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  flex: 1;
}

.kd-bar {
  width: 100%;
  border-radius: 4px 4px 0 0;
  min-height: 4px;
  transition: opacity 0.2s;
}

.kd-bar-label {
  font-size: 9px;
  text-align: center;
  color: #555;
  word-break: break-word;
  max-width: 44px;
}

.kd-dataset-label {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  margin-bottom: 4px;
}

.kd-card {
  background: white;
  border-radius: 10px;
  padding: 16px 12px 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.07);
}

/* Highlight box */
.highlight-box {
  background: linear-gradient(135deg, #f5f0ff 0%, #e8f4fd 100%);
  border-left: 4px solid #6c63ff;
  border-radius: 6px;
  padding: 1rem 1.25rem;
  margin: 1rem 0;
}

/* Section dividers */
.section-divider {
  border: none;
  border-top: 1px solid #eee;
  margin: 2rem 0;
}

/* Contribution cards */
.contribution-card {
  border-radius: 10px;
  padding: 1.5rem;
  height: 100%;
  background: white;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  border-top: 4px solid #6c63ff;
}

.contribution-card.green {
  border-top-color: #27ae60;
}

.contribution-card.orange {
  border-top-color: #e67e22;
}

.contribution-card .icon-large {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
