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

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

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

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

.publication-venue {
  color: #555;
  width: fit-content;
  font-weight: bold;
  margin: 0 auto 0.5rem;
}

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

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

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

.tempo-brand {
  font-family: 'Google Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.hero.is-tempo {
  background: radial-gradient(circle at top left, #f6efe2 0%, #f3f1ea 40%, #e9f0ec 100%);
}

.tempo-stats {
  margin-top: 1.5rem;
}

.tempo-stat-card {
  border-radius: 12px;
  padding: 1rem 0.5rem;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(20, 41, 33, 0.08);
}

.tempo-stat {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.tempo-stat-label {
  color: #4a4a4a;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.tempo-card,
.tempo-callout,
.tempo-highlight,
.tempo-metric {
  background: #ffffff;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 10px 30px rgba(20, 41, 33, 0.08);
  height: 100%;
}

.tempo-callout {
  border-left: 4px solid #1f6e58;
}

.tempo-highlight {
  background: #f7f4ec;
}

.tempo-highlight-title {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
  color: #5b5b5b;
}

.tempo-highlight-value {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0.3rem 0;
}

.tempo-highlight-meta {
  color: #5b5b5b;
  font-size: 0.95rem;
}

.tempo-metric-title {
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.tempo-metric-desc {
  color: #4a4a4a;
}

.tempo-figure {
  margin: 1.5rem 0;
}

.tempo-figure img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(20, 41, 33, 0.12);
}

.tempo-table-block {
  margin-bottom: 2.5rem;
}

.tempo-table {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}

.tempo-table thead {
  background: #f7f4ec;
}

.tempo-table th,
.tempo-table td {
  padding: 0.85rem 1rem;
}

.tempo-table tbody tr:nth-child(odd) {
  background: #fcfbf8;
}

.button.is-disabled {
  pointer-events: none;
  opacity: 0.55;
}

/* Custom Tab Style matching BRIGHT */
.tabs.is-bright ul {
  border-bottom: 3px solid #f0f0f0;
}

.tabs.is-bright li {
  margin-right: 2rem;
}

.tabs.is-bright li a {
  border-bottom-color: transparent;
  border-bottom-width: 3px;
  color: #888;
  padding: 0.5rem 0;
  font-weight: 500;
}

.tabs.is-bright li.is-active a {
  border-bottom-color: #3273dc;
  /* Bulma link color or custom */
  color: #363636;
  font-weight: 700;
}

.tabs.is-bright li a:hover {
  border-bottom-color: #dbdbdb;
  color: #363636;
}

/* New classes for BRIGHT-style layout */
.infoCard {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  height: 100%;
}

.infoBody {
  text-align: left;
}

.infoHeadline h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #363636;
}

.performanceTable {
  width: 100%;
  margin-top: 1rem;
}

.performanceTable th {
  font-weight: bold;
  border-bottom: 2px solid #dbdbdb;
  padding: 0.5rem;
  text-align: left;
}

.performanceTable td {
  padding: 0.75rem 0.5rem;
  border-bottom: 1px solid #dbdbdb;
}

.performanceTable tr:last-child td {
  border-bottom: none;
}

.performanceTable .rank-cell {
  font-weight: bold;
  color: #555;
}

.performanceTable .score-cell {
  font-weight: bold;
}

.performanceTable th {
  background-color: #f9f9f9;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  color: #777;
}

/* Medals */
.medal-1 {
  color: #FFD700;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  font-size: 1.2rem;
  margin-right: 0.3rem;
}

.medal-2 {
  color: #C0C0C0;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  font-size: 1.2rem;
  margin-right: 0.3rem;
}

.medal-3 {
  color: #CD7F32;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  font-size: 1.2rem;
  margin-right: 0.3rem;
}

/* Badges */
.tag.is-reasoning {
  background-color: #e3f2fd;
  color: #1565c0;
  font-weight: 600;
  border: 1px solid #bbdefb;
}

.tag.is-sparse {
  background-color: #f5f5f5;
  color: #616161;
  font-weight: 600;
  border: 1px solid #e0e0e0;
}

.tag.is-dense-large {
  background-color: #f3e5f5;
  color: #7b1fa2;
  font-weight: 600;
  border: 1px solid #e1bee7;
}

.tag.is-dense-small {
  background-color: #e8f5e9;
  color: #2e7d32;
  font-weight: 600;
  border: 1px solid #c8e6c9;
}

.model-name {
  font-size: 1.05rem;
}