body {
  margin: 0;
  color: #000;
  background: #fff;
  font-family: Lato, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

a {
  color: #1772d0;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #f09228;
  text-decoration: none;
}

.page {
  width: min(100% - 32px, 800px);
  margin: 0 auto;
}

.layout,
.publications,
.projects {
  width: 100%;
  border: 0;
  border-spacing: 0;
  border-collapse: separate;
}

.header-row > td {
  padding: 2.5%;
  vertical-align: middle;
}

.intro-cell {
  width: 63%;
}

.portrait-cell {
  width: 37%;
  max-width: 37%;
}

.name {
  margin: 0 0 20px;
  text-align: center;
  font-size: 32px;
  line-height: 1.1;
}

.profile-links {
  text-align: center;
}

.portrait {
  display: block;
  width: 100%;
  max-width: 280px;
  height: auto;
  margin: 0 auto;
  border-radius: 50%;
}

.portrait-email {
  display: block;
  margin-top: 4px;
  text-align: center;
  font-size: 13px;
}

h2.section-heading {
  margin: 18px 2.5% 4px;
  font-size: 22px;
  font-weight: 400;
}

h3 {
  margin: 24px 2.5% 4px;
  font-size: 18px;
  font-weight: 400;
}

h2.section-heading + p {
  margin: 8px 2.5% 18px;
}

.project-intro {
  margin: 8px 2.5% 4px;
}

.publication-note {
  margin: 0 2.5% 4px;
  color: #555;
  font-size: 13px;
}

.publication-row > td,
.project-row > td {
  padding: 20px;
  vertical-align: middle;
}

.preview-cell {
  width: 20%;
}

.publication-cell,
.project-cell {
  width: 80%;
}

.one {
  width: 160px;
  height: 100px;
  max-width: 100%;
  margin: 0 auto;
}

.one img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.uav-focus-frame {
  overflow: hidden;
  border-radius: 4px;
}

.one img.uav-focus {
  transform-origin: 55% 47%;
  animation: uav-focus-zoom 8.74s linear infinite;
}

@keyframes uav-focus-zoom {
  0%,
  11% {
    transform: scale(1);
  }

  88%,
  100% {
    transform: scale(2.2);
  }
}

.one img.preview-left {
  object-position: left center;
}

.papertitle,
.project-title {
  font-weight: 700;
}

.title-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.badge-new {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 4px;
  padding: 2px 0 1px;
  color: #7b1e2b;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.badge-new::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #9b2233;
  animation: badge-pulse 2s ease-in-out infinite;
}

@keyframes badge-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.35;
    transform: scale(0.72);
  }
}

@media (prefers-reduced-motion: reduce) {
  .badge-new::before {
    animation: none;
  }
}

.paper-note {
  color: #777;
  font-size: 12px;
}

footer {
  padding: 32px 2.5% 24px;
  color: #666;
  text-align: center;
  font-size: 12px;
}

@media (max-width: 600px) {
  .page {
    width: min(100% - 24px, 800px);
  }

  .header-row,
  .publication-row,
  .project-row {
    display: flex;
    flex-direction: column;
  }

  .header-row > td,
  .publication-row > td,
  .project-row > td,
  .intro-cell,
  .portrait-cell,
  .preview-cell,
  .publication-cell,
  .project-cell {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
  }

  .portrait-cell {
    order: -1;
    padding-bottom: 0;
  }

  .portrait {
    max-width: 190px;
  }

  .name {
    font-size: 28px;
  }

  .publication-row > td,
  .project-row > td {
    padding: 10px 2.5%;
  }

  .preview-cell {
    padding-top: 22px !important;
  }

  .one {
    max-width: 160px;
  }
}
