body {
  font-family: "Noto Sans", sans-serif;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  min-height: 100vh;
}

html {
  height: 100%;
}

/* Dark mode styles */
body.dark-mode {
  background-color: #000000;
  color: #e0e0e0;
}

body.dark-mode .navbar {
  background-color: #2d2d2d !important;
  border-bottom: 1px solid #404040;
}

body.dark-mode .navbar-item,
body.dark-mode .navbar-link {
  color: #e0e0e0 !important;
}

body.dark-mode .navbar-item:hover,
body.dark-mode .navbar-link:hover {
  background-color: #404040 !important;
  color: #ffffff !important;
}

body.dark-mode .navbar-dropdown {
  background-color: #2d2d2d;
  border: 1px solid #404040;
}

body.dark-mode .navbar-dropdown .navbar-item:hover {
  background-color: #404040;
}

body.dark-mode .navbar-burger {
  color: #e0e0e0;
}

body.dark-mode .navbar-burger span {
  background-color: #e0e0e0;
}

body.dark-mode .navbar-burger:hover {
  background-color: #404040;
}

body.dark-mode .navbar-menu {
  background-color: #2d2d2d;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

body.dark-mode .hero {
  background-color: #000000;
}

body.dark-mode .title,
body.dark-mode .subtitle {
  color: #e0e0e0 !important;
}

body.dark-mode .publication-authors a {
  color: #66b3ff !important;
}

body.dark-mode .publication-authors a:hover {
  color: #99ccff !important;
}

body.dark-mode .button.is-dark {
  background-color: #404040;
  border-color: #404040;
  color: #e0e0e0;
}

body.dark-mode .button.is-dark:hover {
  background-color: #505050;
  border-color: #505050;
}

body.dark-mode .footer {
  background-color: #2d2d2d;
  color: #e0e0e0;
}

body.dark-mode .footer .icon-link {
  color: #e0e0e0;
}

body.dark-mode a {
  color: #66b3ff;
}

body.dark-mode a:hover {
  color: #99ccff;
}

body.dark-mode .content p {
  color: #e0e0e0;
}

body.dark-mode .teaser .subtitle a {
  color: #66b3ff !important;
}

body.dark-mode .teaser .subtitle a:hover {
  color: #99ccff !important;
}

body.dark-mode .action-panel {
  background: black;
}

body.dark-mode pre {
  background-color: #1a1a1a;
  color: #e0e0e0;
}

.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-banner {
  max-height: parent;
}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

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

.action-panel {
  background: #f5f5f5;
  border-radius: 10px;
}

.action-panel .action-image {
  width: 100%;
  border-radius: 5px;
}

.action-panel .slider {
  margin: 0 !important;
}

.action-panel .slider {
  margin: 0 !important;
}

#action-image-wrapper {
  width: 100%;
  position: relative;
  min-height: 300px;
  display: block;
}
#action-image-wrapper img {
  border-radius: 5px;
}
