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

body.content-hidden > *:not(#password-overlay) {
  display: none;
}

/* Password Protection Overlay */
.password-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #3273dc 0%, #2360b8 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.password-container {
  background: white;
  padding: 3rem;
  border-radius: 1rem;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 10px 10px -5px rgb(0 0 0 / 0.04);
  max-width: 400px;
  width: 90%;
  text-align: center;
}

.password-container h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #363636;
}

.password-container p {
  color: #4a4a4a;
  margin-bottom: 2rem;
}

.password-input {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 2px solid #dbdbdb;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  transition: border-color 0.2s;
}

.password-input:focus {
  outline: none;
  border-color: #3273dc;
}

.password-container .button {
  width: 100%;
  justify-content: center;
}

.error-message {
  color: #ff3860;
  font-size: 0.875rem;
  margin-top: 1rem;
  min-height: 1.5rem;
}


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

.publication-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.publication-links .link-block {
    display: inline-flex;
    align-items: center;
}

.publication-links .link-block .button,
.publication-links .link-block a {
    margin-top: 5px;
    margin-bottom: 5px;
    min-height: 2.5em;
    box-sizing: border-box;
}

.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;
  padding: 20px;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

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

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

/* Get Started Buttons */
.get-started-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin: 2rem 0;
}

.get-started-button {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.75rem;
  background: white;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  text-decoration: none;
  color: #363636;
  transition: all 0.3s ease;
  min-width: 280px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.get-started-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  border-color: #3273dc;
  color: #3273dc;
}

.get-started-button .button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #3273dc 0%, #2360b8 100%);
  border-radius: 10px;
  color: white;
  font-size: 1.5rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.get-started-button:hover .button-icon {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(50, 115, 220, 0.4);
}

.get-started-button .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  flex: 1;
}

.get-started-button .button-text strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
  color: inherit;
}

.get-started-button .button-text small {
  display: block;
  font-size: 0.875rem;
  color: #7a7a7a;
  font-weight: normal;
}

.get-started-button:hover .button-text small {
  color: #3273dc;
}

/* Dark mode styles for buttons */
body.dark-mode .get-started-button {
  background: #2d2d2d;
  border-color: #4a4a4a;
  color: #ffffff;
}

body.dark-mode .get-started-button:hover {
  border-color: #3273dc;
  background: #363636;
}

body.dark-mode .get-started-button .button-text small {
  color: #b0b0b0;
}

body.dark-mode .get-started-button:hover .button-text small {
  color: #4a9eff;
}

/* Responsive */
@media (max-width: 768px) {
  .get-started-button {
    min-width: 100%;
    width: 100%;
  }
}



