main {
  flex: 1 0 auto;
}

footer {
  flex-shrink: 0;
}

.gradient {
  background: #fffdf4;
  min-height: 100vh;
  background-attachment: fixed;
}

.sidebar-nav {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 210px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 1000;
  background: #CC5500;
  padding: 2rem 1.5rem;
}

.sidebar-link {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  color: #fffdf4 !important;
  font-weight: 500;
}

.sidebar-link:hover {
  color: #b5b5b5 !important;
}

.sidebar-photo {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0.5rem;
  border: 3px solid #fffdf4;
  transition: border-color 0.1s;
}

.sidebar-photo:hover {
  border-color: #b5b5b5;
}

@media (max-width: 1400px) {
  .sidebar-nav {
    display: none;
  }
}
.hamburger-col {
  display: none;
}

.hamburger-btn {
  background: #CC5500;
  border: none;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.hamburger-line {
  display: block;
  width: 25px;
  height: 3px;
  background: #fffdf4;
  border-radius: 2px;
}

@media (max-width: 1400px) {
  html, body {
    overflow-x: hidden;
  }
  .header {
    position: relative;
  }
  .hamburger-col {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .bio {
    font-size: 1rem;
  }
  .news-inline {
    display: none !important;
  }
  .inter-banner {
    font-size: 1.6rem;
    white-space: nowrap;
    margin-top: 1rem;
  }
}
.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mobile-menu-overlay.active {
  display: flex;
}

.mobile-menu-close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  background: none;
  border: none;
  color: #fffdf4;
  font-size: 3rem;
  cursor: pointer;
  line-height: 1;
}

.mobile-menu-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.mobile-menu-link {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.5rem;
  color: #fffdf4 !important;
  font-weight: 500;
  text-decoration: none;
}

.mobile-menu-link:hover {
  color: #CC5500 !important;
}

.mobile-profile-col {
  display: none;
}

.mobile-profile-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #CC5500;
}

@media (max-width: 1400px) {
  .mobile-profile-col {
    display: block;
    margin-left: 0px;
  }
}
.side-interests-gallery img {
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 1400px) {
  #side-interests-container p {
    font-size: 1rem;
  }
}
.project-item {
  align-items: center;
}

.project-img {
  border-radius: 8px;
}

.project-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.project-description {
  font-size: 1rem;
  color: #555;
}

.honor-item {
  display: flex;
  margin-bottom: 1.25rem;
}

.honor-date {
  width: 7rem;
  flex-shrink: 0;
  font-weight: 500;
  color: #666;
}

.honor-content {
  flex: 1;
}

.honor-title {
  font-weight: 600;
}

.honor-description {
  font-size: 0.9em;
  color: #555;
  margin-top: 0.25rem;
}

@media (max-width: 1400px) {
  .honor-date,
  .honor-content {
    font-size: 0.95rem;
  }
  .honor-date {
    width: 5rem;
  }
}
.service-section-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 3.5rem;
  margin-bottom: 1rem;
}

.service-section-title:first-of-type {
  margin-top: 0.5rem;
}

.service-item {
  display: flex;
  margin-bottom: 1.25rem;
}

.service-date {
  width: 11rem;
  flex-shrink: 0;
  font-weight: 500;
  color: #666;
}

.service-prof {
  font-weight: 400;
}

.service-content {
  flex: 1;
}

.service-title {
  font-weight: 600;
}

.service-description {
  font-size: 0.9em;
  color: #555;
  margin-top: 0.25rem;
}

@media (max-width: 1400px) {
  .service-date,
  .service-content {
    font-size: 0.95rem;
  }
  .service-date {
    width: 8rem;
  }
}
.section-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

@media (max-width: 1400px) {
  .section-title {
    font-size: 1.6rem;
  }
}
.pub-section-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.pub-section-title:first-of-type {
  margin-top: 0.5rem;
}

@media (max-width: 1400px) {
  .pub-section-title {
    font-size: 1.4rem;
  }
}
.pub-item {
  margin-bottom: 1rem;
}

.pub-citation {
  line-height: 1.6;
}

.pub-item-new {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.pub-image {
  flex-shrink: 0;
  width: 180px;
}

.pub-image img {
  width: 100%;
  height: auto;
  border-radius: 3px;
  object-fit: cover;
  border: 1.5px solid #000000;
}

.pub-details {
  flex: 1;
}

.pub-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: #000;
}

.pub-authors {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 0.3rem;
}

.pub-venue {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0.4rem;
}

.pub-links {
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}

.pub-note {
  font-size: 0.85rem;
  color: #777;
  font-style: italic;
  margin-top: 0.3rem;
}

.pub-divider {
  border: 0;
  border-top: 1px solid #999;
  margin: 1.5rem 0;
}

.press-item {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.press-date {
  flex-shrink: 0;
  width: 180px;
  font-size: 1.1rem;
  color: #666;
  text-align: right;
  padding-right: 0.5rem;
}

.press-details {
  flex: 1;
}

.press-title {
  font-size: 1.1rem;
  font-weight: 600;
  display: block;
  margin-bottom: 0.2rem;
}

.press-author {
  font-size: 0.95rem;
  color: #555;
}

@media (max-width: 600px) {
  .press-item {
    flex-direction: column;
    gap: 0.25rem;
  }
  .press-date {
    width: auto;
    text-align: left;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .pub-item-new {
    flex-direction: column;
  }
  .pub-image {
    width: 100%;
    max-width: 200px;
  }
}
.timeline-container {
  width: 100%;
  padding: 1rem 0 2rem 0;
}

@media (max-width: 1400px) {
  .timeline-container {
    overflow-x: auto;
    padding-left: 420px;
    padding-right: 460px;
  }
}
.timeline-center {
  position: relative;
  height: 1470px;
  max-width: 700px;
  margin: 0 auto;
  padding-top: 20px;
}

.timeline-axis {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #333;
  transform: translateX(-50%);
}

.timeline-tick {
  position: absolute;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #333;
  transform: translateX(-50%);
}

.timeline-year {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fffdf4;
  padding: 0.25rem 0.5rem;
  font-weight: 700;
  font-size: 1rem;
  color: #000080;
  z-index: 2;
}

.timeline-event {
  position: absolute;
  display: flex;
  align-items: center;
  height: 2px;
}

.timeline-event.left {
  right: 50%;
  margin-right: 3px;
}

.timeline-event.right {
  left: 50%;
  margin-left: 3px;
}

.event-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 380px;
  z-index: 3;
}

.timeline-event.left .event-content {
  right: 1rem;
  align-items: flex-end;
  text-align: right;
  top: -1.4rem;
}

.timeline-event.right .event-content {
  left: 1rem;
  align-items: flex-start;
  text-align: left;
  top: -1.4rem;
}

.event-line {
  height: 2px;
  border-top: 2px dotted #CC5500;
  flex: 1;
  min-width: 400px;
}

.event-marker {
  width: 12px;
  height: 12px;
  background: #CC5500;
  flex-shrink: 0;
}

.event-date {
  font-weight: 600;
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 0.2rem;
}

.event-text {
  font-size: 0.85rem;
  color: #555;
  line-height: 1.4;
  width: 100%;
  position: absolute;
  top: 1.8rem;
}

.timeline-event.left .event-text {
  right: 0;
  text-align: right;
}

.timeline-event.right .event-text {
  left: 0;
  text-align: left;
}

.paper {
  font-size: 0.9em;
}

.authors,
.venue {
  color: #666666;
}

.content-button {
  font-size: 1.1em;
}

.content-button.active {
  font-weight: 800;
}

.html {
  min-height: 100vh;
}

.inter-banner {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media (min-width: 1200px) {
  .inter-banner {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .inter-banner {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  .inter-banner {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .inter-banner {
    font-size: 2.5rem;
  }
}
.subhead {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
}

@media (min-width: 500px) {
  .subhead {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 500px) and (min-width: 1200px) {
  .subhead {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .subhead {
    font-size: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .subhead {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .subhead {
    font-size: 1.5rem;
  }
}
body {
  font-size: 1.2rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.5;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.bio em {
  font-weight: 600;
}

body a,
body a:link,
body a:visited,
body a:hover,
body a:active {
  text-decoration: none !important;
  font-weight: 600;
  color: #000080;
}

body a:hover {
  color: #607B8F;
}

.links a,
.links p {
  font-size: 0.95rem;
}

/* Ensure symmetric spacing around the tile row */
.section-sep {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* Prevent margin-collapsing and keep the tiles centered between rules */
.links {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 500px) {
  .links a,
  .links p {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .links a,
  .links p {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .links a,
  .links p {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .links a,
  .links p {
    font-size: 1.25rem;
  }
}
div.header p {
  line-height: 1.5;
}

div.paper p {
  margin-bottom: 0px;
}

div.research p {
  margin-bottom: 1rem;
}

hr.dashed {
  border-top: 2px dashed #999;
}

hr.dotted {
  border-top: 2px dotted #999;
}

hr.solid {
  border-top: 2px solid #999;
}

div.footer p {
  font-size: 0.75rem;
}

.square {
  width: 100%;
  padding-top: 100%;
  /* 1:1 Aspect Ratio */
  position: relative;
}

.square img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Adjusts the title font size and makes it bold */
.card-title {
  font-size: 1.25rem;
  font-weight: bold;
}

/* Styles for the description text */
.card-text {
  font-size: 0.9rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Limits description to 3 lines */
  -webkit-box-orient: vertical;
}

/* Ensures all cards have the same fixed height */
.fixed-card-height {
  height: 400px;
  /* Adjust the height as needed */
}

/* Removes underline from links and sets text color */
.card-title a,
.card-img-top {
  text-decoration: none;
  color: inherit;
}

/* Hover effect for the card */
.card:hover {
  transform: scale(1.03);
  /* Scales the card slightly on hover */
}

/* Adds a smooth transition effect */
.card {
  transition: transform 0.3s;
}

/* Hide extra cards initially */
.extra-card {
  display: none;
}

html {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}

/*# sourceMappingURL=style.css.map */