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

/* BouncerBench theme colors */
:root {
  --bb-primary: #1E90FF;
  --bb-primary-light: #E6F4FF;
}
/* Leaderboard table container */
.table-container {
  overflow-x: auto;
  margin-top: 2rem;
}
/* Bulma table styling overrides */
.table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
.table th,
.table td {
  border: 1px solid #ddd;
  padding: 0.75rem;
  vertical-align: middle;
}
.table thead {
  background-color: var(--bb-primary);
  color: #fff;
}
.table tbody tr:nth-child(odd) {
  background-color: var(--bb-primary-light);
}
/** Primary hero (dark background) **/
.is-bb-primary {
  background-color: var(--bb-primary) !important;
  color: #fff !important;
}
/** Light variant for secondary sections **/
.is-light-bb-primary {
  background-color: var(--bb-primary-light) !important;
  color: #000 !important;
}
/** Logo sizing in header **/
.logo {
  max-height: 2.5rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}

footer, .footer {
  text-align: center;
}

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

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  padding: 20px;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

.slider-pagination .slider-page {
  background: #000000;
}

.eql-cntrb { 
  font-size: smaller;
}

.bouncer-tabs-container {
  max-width: 800px;
  margin: 2rem auto;
  padding: 1.5rem;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}
.bouncer-tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  justify-content: center;
}
.bouncer-tab-btn {
  background: #f4f4f6;
  border: none;
  border-radius: 8px 8px 0 0;
  padding: 0.7rem 1.5rem;
  font-weight: 500;
  font-size: 1rem;
  color: #444;
  cursor: pointer;
  transition: background 0.2s;
}
.bouncer-tab-btn.active {
  background: #2563eb;
  color: #fff;
}
.bouncer-table-container {
  display: none;
}
.bouncer-table-container.active {
  display: block;
}
.bouncer-caption {
  font-size: 0.8rem;
  font-weight: bolder;
  /* color: #2563eb; */
  margin-bottom: 0.3rem;
  margin-top: 0.8rem;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.01em;
}
.bouncer-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fafbfc;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
  margin-bottom: 0.5rem;
}
.bouncer-table th, .bouncer-table td {
  padding: 0.75rem 0.5rem;
  text-align: center;
  font-size: 1rem;
}
.bouncer-table th {
  background: #f1f5f9;
  font-weight: 600;
  color: #222;
  border-bottom: 2px solid #e5e7eb;
  position: relative;
  cursor: pointer;
  user-select: none;
  transition: background 0.13s;
}
.bouncer-table th:hover {
  background: #e0e7ef;
}
.bouncer-table th .sort-arrow {
  font-size: 0.9em;
  margin-left: 0.3em;
  color: #888;
}
.bouncer-table th.asc .sort-arrow,
.bouncer-table th.desc .sort-arrow {
  color: #2563eb;
}
.bouncer-table tr {
  transition: background 0.15s;
}
.bouncer-table tbody tr:hover {
  background: #f3f6fa;
}
.bouncer-table td b {
  color: #2563eb;
}
@media (max-width: 600px) {
  .bouncer-tabs-container {
    padding: 0.5rem;
    max-width: 100vw;
  }
  .bouncer-table th, .bouncer-table td {
    padding: 0.5rem 0.2rem;
    font-size: 0.95rem;
  }
  .bouncer-caption {
    font-size: 0.98rem;
    padding: 0.7rem 0 0.3rem 0;
  }
}

.submit-button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2.5rem 0 1.5rem 0;
  background: none;
  box-shadow: none;
  padding: 0;
}

.submit-button-container .button.is-primary {
  background: linear-gradient(90deg, #2563eb 0%, #1e90ff 100%);
  color: #fff;
  border: none;
  border-radius: 2em;
  padding: 0.85em 2.2em;
  font-size: 1.15rem;
  font-weight: 600;
  box-shadow: 0 2px 12px rgba(37,99,235,0.10), 0 1.5px 8px rgba(30,144,255,0.08);
  transition: 
    background 0.25s cubic-bezier(.4,0,.2,1),
    box-shadow 0.25s cubic-bezier(.4,0,.2,1),
    transform 0.18s cubic-bezier(.4,0,.2,1);
  letter-spacing: 0.01em;
  outline: none;
  position: relative;
  overflow: hidden;
}

.submit-button-container .button.is-primary::after {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  width: 0; height: 0;
  background: rgba(30,144,255,0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s cubic-bezier(.4,0,.2,1), height 0.4s cubic-bezier(.4,0,.2,1);
  z-index: 0;
}

.submit-button-container .button.is-primary:hover,
.submit-button-container .button.is-primary:focus {
  background: linear-gradient(90deg, #1e90ff 0%, #2563eb 100%);
  box-shadow: 0 6px 24px rgba(37,99,235,0.18), 0 2px 12px rgba(30,144,255,0.12);
  transform: translateY(-2px) scale(1.045);
}

.submit-button-container .button.is-primary:active {
  transform: scale(0.98);
}

.submit-button-container .button.is-primary:hover::after,
.submit-button-container .button.is-primary:focus::after {
  width: 220%;
  height: 220%;
}

.submit-button-container .icon {
  margin-right: 0.5em;
  vertical-align: middle;
}

.submit-button-container .mt-4 {
  margin-top: 1.2rem !important;
  font-size: 1.03rem;
  color: #444;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-align: center;
  max-width: 420px;
}

@media (max-width: 600px) {
  .submit-button-container .button.is-primary {
    font-size: 1rem;
    padding: 0.7em 1.3em;
  }
  .submit-button-container .mt-4 {
    font-size: 0.98rem;
    max-width: 95vw;
  }
}