@charset "UTF-8";
.text-container:after, .card-container:after, .page-container:after {
  content: "";
  display: table;
  clear: both;
}

.site-footer, .site-header {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.course-list, .paper-card, .person-card-wrapper, .contact-card-mobile .contact-card-right, .contact-card-desktop, .site-title-container, .site-header {
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
  font-family: -apple-system, blinkmacsystemfont, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: #333;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: auto;
  font-feature-settings: normal;
  font-variation-settings: normal;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  margin: 0;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0;
  font-family: -apple-system, blinkmacsystemfont, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  line-height: 1.3;
  color: #1e293b;
}

h1 {
  font-size: 20px;
}

h2 {
  padding-bottom: 0.5em;
  padding-left: 4px;
  border-bottom: 2px solid #e6e8ea;
  font-size: 20px;
}

h3 {
  font-size: 16px;
}

p, blockquote, pre,
ul, ol, dl, figure {
  margin: 0;
  margin-bottom: 12.8px;
  padding: 0;
}

dd {
  margin: 0;
  padding: 0;
}

hr {
  height: 2px;
  margin-top: 6.4px;
  margin-bottom: 6.4px;
  border: none;
  background: #2A7EC1;
  opacity: 0.2;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #2A7EC1;
}
a:visited {
  color: #2A7EC1;
}
a:hover {
  color: #2A7EC1;
}
a:hover {
  color: rgb(31.0621276596, 93.1863829787, 142.7378723404);
  text-decoration: underline;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

figure > img {
  display: block;
}

p {
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 699px) {
  p {
    font-size: 16px;
    line-height: 1.3;
  }
}

.abstract-text p {
  font-size: 0.95em;
}
@media screen and (max-width: 699px) {
  .abstract-text p {
    font-size: 13.5936px;
  }
}

.footer-wrapper p {
  font-size: 12px;
}

.align-left {
  margin-top: 12.8px;
  margin-bottom: 12.8px;
  text-align: left;
}

.align-center {
  margin-top: 12.8px;
  margin-bottom: 12.8px;
  text-align: center;
}

.align-right {
  margin-top: 12.8px;
  margin-bottom: 12.8px;
  text-align: right;
}

.page-container {
  display: block;
  max-width: calc(720px - 12.8px * 2);
  margin-left: auto;
  margin-right: auto;
  padding-left: 12.8px;
  padding-right: 12.8px;
}
@media screen and (max-width: 700px) {
  .page-container {
    max-width: calc(720px - 12.8px);
  }
}
@media screen and (max-width: 699px) {
  .page-container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-container {
  display: block;
  max-width: calc(720px - 12.8px * 2);
  margin-left: auto;
  margin-right: auto;
  padding-left: 12.8px;
  padding-right: 12.8px;
}
@media screen and (max-width: 700px) {
  .card-container {
    max-width: calc(720px - 12.8px);
  }
}
@media screen and (max-width: 699px) {
  .card-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.text-container {
  display: block;
  max-width: calc(700px - 12.8px * 2);
  margin-left: auto;
  margin-right: auto;
  padding-left: 12.8px;
  padding-right: 12.8px;
}
@media screen and (max-width: 700px) {
  .text-container {
    max-width: calc(700px - 12.8px);
  }
}
@media screen and (max-width: 699px) {
  .text-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.page-content {
  padding: 0;
  margin-top: calc(var(--header-height, 60px) + 1rem);
}
.page-content ul, .page-content ol {
  margin-left: 0;
  padding-left: 25.6px;
  list-style-position: outside;
}
.page-content ul ul, .page-content ul ol, .page-content ol ul, .page-content ol ol {
  padding-left: 16px;
}
.page-content li > ul, .page-content li > ol {
  margin-bottom: 0;
}

.research-interests {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.research-interests p {
  display: inline;
  font-weight: 600;
}
.research-interests p:after {
  content: ":";
}
.research-interests li {
  padding-top: 3.2px;
  word-spacing: 1.28px;
}

/* Default root size */
html {
  font-size: 100%;
  overflow-y: scroll;
}

/* Optional fluid root size */
/* Toggle Button Component Styles
==========================================================================
  Reusable toggle button styles for view mode switching and pagination

  Referenced HTML files:
  - _includes/toggle-button.html
  - _includes/news-list.html
  - _includes/paper-card.html
  - pages/research.md
========================================================================== */
.toggle-button {
  display: inline-block;
  padding: 8px 16px;
  font-family: -apple-system, blinkmacsystemfont, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  color: #999;
  background: #fff;
  border: 1px solid #e6e8ea;
  border-radius: 6px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.toggle-button:hover {
  background: #f8f8f8;
  border-color: #e6e8ea;
}
.toggle-button:active {
  transform: scale(0.98);
}

.view-toggle-btn {
  width: 36px;
  height: 28px;
  padding: 4px 6px;
  background: #f8f9fa;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.view-toggle-btn:hover {
  background: #ecf0f3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.view-toggle-btn:active {
  transform: scale(0.98);
}
.view-toggle-btn.active {
  background: #f8f9fa;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}
.view-toggle-btn svg {
  width: 24px;
  height: 24px;
  fill: #cbd5dd;
  transition: fill 0.2s ease;
}
.view-toggle-btn.active svg {
  fill: #4a5568;
}
.view-toggle-btn:focus {
  outline: 2px solid #2A7EC1;
  outline-offset: 2px;
}

.view-toggles {
  display: flex;
  gap: 6px;
  align-items: center;
}

/* Header with Toggle Component Styles
==========================================================================
  A reusable component that combines an h2-style heading with a toggle
  button on the same line, followed by a horizontal rule underneath.

  Referenced HTML files:
  - _includes/header-with-toggle.html
========================================================================== */
.header-with-toggle {
  margin: 0;
  margin-bottom: 12.8px;
}
.header-with-toggle .header-with-toggle__container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12.8px;
  border-bottom: 2px solid #e6e8ea;
  opacity: 1;
}
.header-with-toggle .header-with-toggle__title {
  display: block;
  margin: 0;
  padding: 0;
  padding-left: 4px;
  font-family: -apple-system, blinkmacsystemfont, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  color: #1e293b;
}
.header-with-toggle .header-with-toggle__toggle {
  flex: 0 0 auto;
}
.header-with-toggle .header-with-toggle__toggle .toggle-button {
  border: none;
  opacity: 1;
  padding-top: 6.4px;
}
.header-with-toggle .header-with-toggle__toggle .toggle-button:hover {
  opacity: 1;
}

/* View Toggle Icons Component Styles
==========================================================================
  Icon-based toggle buttons for switching between text and card views.
  Provides a compact visual way to switch paper list display modes.

  Referenced HTML files:
  - _includes/view-toggle-header.html
========================================================================== */
.view-toggle-header {
  margin: 0;
  margin-bottom: 12.8px;
}
.view-toggle-header .view-toggle-header__container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12.8px;
  border-bottom: 2px solid #e6e8ea;
}
.view-toggle-header .view-toggle-header__title {
  display: block;
  margin: 0;
  padding: 0;
  font-family: -apple-system, blinkmacsystemfont, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  color: #1e293b;
}
.view-toggle-header .view-toggle-header__controls {
  flex: 0 0 auto;
}

.view-toggle-icon-group {
  display: flex;
  gap: 6px;
  align-items: center;
}

.view-toggle-icon-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 28px;
  padding: 4px 6px;
  background: #f8f9fa;
  border: none;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  cursor: pointer;
}
.view-toggle-icon-button .view-toggle-icon {
  width: 24px;
  height: 24px;
  fill: #cbd5dd;
  transition: fill 0.2s ease;
}
.view-toggle-icon-button:hover {
  background: #ecf0f3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.view-toggle-icon-button.active {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}
.view-toggle-icon-button.active .view-toggle-icon {
  fill: #4a5568;
}
.view-toggle-icon-button:focus {
  outline: 2px solid #2A7EC1;
  outline-offset: 2px;
}
.view-toggle-icon-button:active {
  transform: scale(0.98);
}

/* Navigation Component Styles
==========================================================================
  Styles for site header, navigation menus, and hamburger menu

  Referenced HTML files:
  - _includes/navbar.html (site header and navigation)
  - _includes/html-footer.html (site footer)
  - _layouts/default.html (layout structure)
========================================================================== */
.site-header {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 400;
  min-height: 40.8px;
  background: #1e293b;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.site-header-container {
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 699px) {
  .site-header-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.site-title-container {
  display: flex;
  line-height: 0;
  align-items: flex-end;
}

.site-title {
  font-family: -apple-system, blinkmacsystemfont, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
  font-variant: none;
  color: rgb(241.4, 241.4, 241.4);
}
.site-title:visited {
  color: rgb(241.4, 241.4, 241.4);
}
.site-title:hover {
  color: rgb(241.4, 241.4, 241.4);
}
.site-title:hover {
  text-decoration: none;
  color: rgb(95.25, 158.25, 208.5);
}

.nav-container {
  margin-bottom: -12px;
  align-self: flex-end;
}
@media screen and (max-width: 699px) {
  .nav-container {
    margin-bottom: 0;
    align-self: center;
  }
}

/* Desktop navbar - show on laptop and larger */
.site-nav.desktop-navbar {
  display: block;
}
@media screen and (max-width: 699px) {
  .site-nav.desktop-navbar {
    display: none;
  }
}
.site-nav.desktop-navbar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-nav.desktop-navbar li {
  display: inline-block;
  padding: 0;
  font-family: -apple-system, blinkmacsystemfont, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.95;
  background: #1e293b;
  border-bottom: 4px solid #1e293b;
}
.site-nav.desktop-navbar li:hover {
  cursor: pointer;
}
.site-nav.desktop-navbar li:hover:not(.active) {
  border-bottom-color: rgb(95.25, 158.25, 208.5);
}
.site-nav.desktop-navbar li:hover:not(.active) .page-link {
  color: rgb(95.25, 158.25, 208.5);
}
.site-nav.desktop-navbar .active {
  border-bottom-color: rgb(95.25, 158.25, 208.5);
}
.site-nav.desktop-navbar .active .page-link {
  color: rgb(95.25, 158.25, 208.5);
}
.site-nav.desktop-navbar .page-link {
  display: block;
  padding: 0 12.8px;
  text-align: center;
  text-transform: capitalize;
  color: rgb(241.4, 241.4, 241.4);
}
.site-nav.desktop-navbar .page-link:visited {
  color: rgb(241.4, 241.4, 241.4);
}
.site-nav.desktop-navbar .page-link:hover {
  color: rgb(241.4, 241.4, 241.4);
}
.site-nav.desktop-navbar .page-link:hover {
  text-decoration: none;
  color: rgb(95.25, 158.25, 208.5);
}

/* Mobile navbar - show on mobile only */
.site-nav.mobile-navbar {
  display: none;
}
@media screen and (max-width: 699px) {
  .site-nav.mobile-navbar {
    position: fixed;
    top: var(--header-height, 60px);
    right: 0;
    left: 0;
    z-index: 350;
    display: flex;
    overflow: hidden;
    width: 100vw;
    max-height: 0;
    background: #1e293b;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: max-height 0.3s ease;
    flex-direction: column;
  }
  .site-nav.mobile-navbar.active {
    overflow-y: auto;
    max-height: 80vh;
  }
  .site-nav.mobile-navbar ul.menu {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    flex-direction: column;
    list-style: none;
  }
  .site-nav.mobile-navbar .page-link-container {
    line-height: 1.04;
  }
  .site-nav.mobile-navbar li {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .site-nav.mobile-navbar li:last-child {
    border-bottom: none;
  }
  .site-nav.mobile-navbar li.active a.page-link {
    position: relative;
    font-weight: 600;
    color: rgb(95.25, 158.25, 208.5);
    background: rgb(38.595505618, 52.7471910112, 75.904494382);
    border-left: 4px solid rgb(95.25, 158.25, 208.5);
    box-shadow: inset 0 0 25px rgba(42, 126, 193, 0.1);
  }
  .site-nav.mobile-navbar a.page-link {
    display: block;
    width: 100%;
    padding: 18px 16px;
    font-size: 20px;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    border-left: 4px solid transparent;
    transition: all 0.2s;
  }
}

/* Overlay Styles */
.nav-overlay {
  display: none;
}
.nav-overlay.active {
  position: fixed;
  top: var(--header-height, 60px);
  left: 0;
  z-index: 200;
  display: block;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  backdrop-filter: blur(0.1em);
}

.hamburger {
  position: relative;
  z-index: 301;
  display: none;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  appearance: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 699px) {
  .hamburger {
    display: flex;
  }
}
.hamburger .hamburger-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  background-color: rgb(241.4, 241.4, 241.4);
  border-radius: 2px;
  transition: transform 220ms ease, opacity 180ms ease, background-color 180ms ease, top 220ms ease;
  transform: translateX(-50%) translateZ(0);
  transform-origin: center;
  will-change: transform, opacity, top, background-color;
  backface-visibility: hidden;
}
.hamburger {
  /* Initial vertical offsets (gap 6px + thickness 2px = 8px) */
}
.hamburger .hamburger-line:nth-child(1) {
  top: calc(50% - 8px);
}
.hamburger .hamburger-line:nth-child(2) {
  top: 50%;
}
.hamburger .hamburger-line:nth-child(3) {
  top: calc(50% + 8px);
}
.hamburger {
  /* Active: bring bars to center and rotate into X; fully hide middle */
}
.hamburger.active .hamburger-line:nth-child(1) {
  top: 50%;
  transform: translateX(-50%) rotate(45deg) translateZ(0);
}
.hamburger.active .hamburger-line:nth-child(2) {
  top: 50%;
  visibility: hidden;
  background-color: transparent;
  opacity: 0;
  transform: translateX(-50%) scaleX(0.001) translateZ(0);
}
.hamburger.active .hamburger-line:nth-child(3) {
  top: 50%;
  transform: translateX(-50%) rotate(-45deg) translateZ(0);
}
.hamburger {
  /* Reduced motion: skip fancy transforms */
}
@media (prefers-reduced-motion: reduce) {
  .hamburger .hamburger-line {
    transition: none;
  }
}

.site-footer {
  margin: 0;
  margin-top: 12.8px;
  padding: 0;
  background-color: #fff;
  border-top: 2px solid #e5e7eb;
}

.footer-wrapper {
  display: flex;
  width: 100%;
  min-height: auto;
  padding: 6.4px 0;
  font-family: -apple-system, blinkmacsystemfont, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  color: #999;
  clear: both;
  align-items: center;
  justify-content: flex-start;
}
.footer-wrapper .footer-last-update {
  margin-right: 12.8px;
}
@media screen and (max-width: 699px) {
  .footer-wrapper {
    display: block;
    text-align: left;
    align-items: unset;
  }
  .footer-wrapper .footer-last-update {
    width: 100%;
    margin: 0;
    text-align: left;
    float: none;
  }
}
.footer-wrapper > p > a {
  text-decoration: none;
  color: #999;
}
.footer-wrapper > p > a:hover {
  text-decoration: underline;
}

.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 99;
  display: none;
  visibility: hidden;
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: #1e293b;
  border: 1.5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 699px) {
  .scroll-to-top {
    display: flex;
  }
}
.scroll-to-top.visible {
  visibility: visible;
  opacity: 0.8;
}
.scroll-to-top:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.scroll-to-top:active {
  transform: scale(0.95);
}
.scroll-to-top svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

/* Banner Component Styles
==========================================================================
  Styles for informational banner components

  Referenced HTML files:
  - _includes/banner.html
  - Used in various page templates for notices and announcements
========================================================================== */
.banner {
  display: flex;
  margin: 9.6px 0;
  padding: 9.6px 12.8px;
  border: 2px solid transparent;
  border-radius: 6px;
  box-shadow: none;
  align-items: center;
  gap: 0.6em;
}
.banner .banner-icon {
  font-size: 0.95em;
  line-height: 1;
  color: inherit;
  flex: 0 0 auto;
}
.banner .banner-content {
  margin: 0;
}
.banner .banner-content p {
  margin: 0;
  line-height: 1.5;
}
.banner .banner-content p:not(:last-child) {
  margin-bottom: 7.68px;
}
.banner .banner-content a {
  font-weight: 500;
  text-decoration: underline;
}
.banner .banner-content a:hover {
  text-decoration: underline;
}
.banner.banner-highlight {
  color: #2c3e50;
  background-color: #fff8e1;
  border-color: #ffcc80;
}
.banner.banner-highlight .banner-content a {
  color: #f57c00;
}
.banner.banner-info {
  color: #2c3e50;
  background-color: #f7faff;
  border-color: #c7dafb;
}
.banner.banner-info .banner-icon {
  color: #5a76d9;
}
.banner.banner-info .banner-content a {
  color: #3768d3;
}
.banner.banner-highlight .banner-content a:hover {
  color: #e65100;
}
.banner.banner-info .banner-content a:hover {
  color: #2854b5;
}

/* Contact Card Component Styles
==========================================================================
  Styles for profile/contact card with photo, affiliations, and social links
  Includes both desktop and mobile responsive layouts

  Referenced HTML files:
  - _includes/contact-card.html
  - pages/index.md (homepage)
========================================================================== */
.contact-card-desktop {
  display: flex;
  margin-bottom: 0;
  align-items: stretch;
  gap: 12.8px;
}
@media screen and (max-width: 699px) {
  .contact-card-desktop {
    display: none;
  }
}
.contact-card-desktop .contact-card-left {
  display: flex;
  height: 100%;
  margin-bottom: 0;
  padding: 0.5rem 0;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: space-evenly;
}
.contact-card-desktop .contact-card-left img {
  display: block;
  width: auto;
  max-width: 210px;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
.contact-card-desktop .contact-card-right {
  display: flex;
  padding-left: 12.8px;
  flex: 1;
  flex-flow: column wrap;
  justify-content: space-evenly;
}
.contact-card-desktop .contact-card-right ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.contact-card-desktop .affiliations-list {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  list-style: none;
}
.contact-card-desktop .affiliations-list strong {
  font-size: 17.6px;
  font-weight: 600;
  line-height: 1.2;
}
.contact-card-desktop .affiliations-list a {
  display: block;
  color: #777;
}
.contact-card-desktop .affiliations-list a:visited {
  color: #777;
}
.contact-card-desktop .affiliations-list a:hover {
  color: #777;
}
.contact-card-desktop .affiliations-list a {
  text-decoration: none;
}
.contact-card-desktop .affiliations-list a:hover {
  text-decoration: underline;
  color: rgb(31.0621276596, 93.1863829787, 142.7378723404);
}
.contact-card-desktop .contact-list, .contact-card-desktop .profile-list {
  display: flex;
  overflow: visible;
  flex-flow: column wrap;
  gap: 0.1rem;
}
.contact-card-desktop .contact-list-item {
  display: inline-flex;
  font-size: 16px;
  align-items: center;
}
.contact-card-desktop .contact-list-item .contact-fa {
  min-width: 2em;
  margin-right: 0.5em;
  text-align: left;
  color: #1e293b;
}
.contact-card-desktop .contact-list-item a {
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  color: #2A7EC1;
}
.contact-card-desktop .contact-list-item a:visited {
  color: #2A7EC1;
}
.contact-card-desktop .contact-list-item a:hover {
  color: #2A7EC1;
}
.contact-card-desktop .contact-list-item a .profile-label {
  color: #2A7EC1;
}
.contact-card-desktop .contact-list-item a:focus {
  text-decoration: none;
}
.contact-card-desktop .contact-list-item a:hover {
  text-decoration: none;
}
.contact-card-desktop .contact-list-item a:hover .contact-fa {
  color: rgb(31.0621276596, 93.1863829787, 142.7378723404);
}
.contact-card-desktop .contact-list-item a:hover .profile-label {
  text-decoration: underline;
  color: rgb(31.0621276596, 93.1863829787, 142.7378723404);
}

.contact-card-mobile {
  display: none;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 699px) {
  .contact-card-mobile {
    display: flex;
  }
}
.contact-card-mobile .contact-card-left {
  display: flex;
  width: auto;
  min-width: 80px;
  max-width: 160px;
  margin: 0;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.contact-card-mobile .contact-card-left img {
  display: block;
  width: 100%;
  min-width: 80px;
  max-width: none;
  height: auto;
  object-fit: cover;
}
.contact-card-mobile .contact-card-right {
  display: flex;
  width: fit-content;
  max-width: 60%;
  padding-top: 1%;
  padding-bottom: 1%;
  font-size: 16px;
  white-space: nowrap;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  align-self: stretch;
  box-sizing: border-box;
}
.contact-card-mobile .contact-card-right ul {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  flex-direction: column;
  gap: 0.25rem;
  flex-shrink: 0;
}
.contact-card-mobile .affiliations-list {
  line-height: 1.1;
  white-space: normal;
  color: #777;
  flex-shrink: 0;
}
.contact-card-mobile .affiliations-list strong {
  line-height: 1.1;
  color: #333;
}
.contact-card-mobile .affiliations-list br {
  line-height: 10;
}
.contact-card-mobile .affiliations-list a {
  color: #777;
}
.contact-card-mobile .affiliations-list a:visited {
  color: #777;
}
.contact-card-mobile .affiliations-list a:hover {
  color: #777;
}
.contact-card-mobile .affiliations-list a {
  text-decoration: none;
}
.contact-card-mobile .contact-list-item {
  display: flex;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  align-items: center;
  flex: 0 0 auto;
}
.contact-card-mobile .contact-list-item .contact-fa {
  min-width: 32px;
  font-size: 17.6px;
  text-align: left;
  color: #1e293b;
  flex-shrink: 0;
}
.contact-card-mobile .contact-list-item a {
  display: inline-flex;
  text-decoration: none;
  white-space: nowrap;
  align-items: center;
  color: #2A7EC1;
}
.contact-card-mobile .contact-list-item a:visited {
  color: #2A7EC1;
}
.contact-card-mobile .contact-list-item a:hover {
  color: #2A7EC1;
}
.contact-card-mobile .contact-list-item a:focus {
  text-decoration: none;
}
.contact-card-mobile .contact-list-item .profile-label {
  white-space: nowrap;
}
.contact-card-mobile .contact-list {
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  flex-flow: column nowrap;
  flex-shrink: 0;
}
.contact-card-mobile .profile-list {
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 0.4rem;
}
.contact-card-mobile .profile-list .profile-label {
  display: none;
}
.contact-card-mobile .profile-list .contact-list-item {
  display: flex;
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0;
  padding: 0;
  background: #e8f4f8;
  border: 1px solid #d1e7f0;
  border-radius: 3px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}
.contact-card-mobile .profile-list .contact-list-item .contact-fa {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  text-align: center;
  color: #1e293b;
  align-items: center;
  justify-content: center;
}

/* Person Card Component Styles
==========================================================================
  Styles for team member/group member profile cards

  Referenced HTML files:
  - _includes/person-card.html
  - _includes/people_card_list.html
  - pages/group.md
  - Data from _data/group.yml
========================================================================== */
.person-card-wrapper {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 1.25rem;
  background-color: #fff;
  border: 1px solid #e6e8ea;
  border-left: 3px solid #1e293b;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 6px 12px rgba(0, 0, 0, 0.1);
  transition: background-color 140ms ease, box-shadow 140ms ease;
  align-items: flex-start;
}
@media (min-width: 700px) {
  .person-card-wrapper {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 699px) {
  .person-card-wrapper {
    padding: 0.75rem;
  }
}
.person-card-wrapper:hover {
  background-color: #fafbfc;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.1);
}
.person-card-wrapper.person-card-current {
  border-left-color: #2c3e50;
}
.person-card-wrapper.person-card-collaborator {
  border-left-color: #2c3e50;
}
.person-card-wrapper.person-card-alumni {
  border-left-color: #2c3e50;
}
.person-card-wrapper .person-card-info-container {
  display: flex;
  line-height: 1.35;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
}
.person-card-wrapper .person-card-image-container {
  display: flex;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-right: 1rem;
  padding: 6px;
  background: #f5f7fa;
  border: 1px solid #e9eef3;
  border-radius: 0;
  flex: 0 0 100px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 699px) {
  .person-card-wrapper .person-card-image-container {
    width: 70px;
    height: 70px;
    margin-right: 0.75rem;
    padding: 4px;
    flex-basis: 70px;
  }
}
.person-card-wrapper .person-card-image-container .person-card-image-link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.person-card-wrapper .person-card-image-container img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: contain;
}
.person-card-wrapper .person-card-line {
  display: block;
  margin-top: 0.12em;
}
.person-card-wrapper .person-card-name.person-card-line {
  margin-top: 0;
  margin-bottom: 0.25em;
}
.person-card-wrapper .person-card-name .person-card-name-link,
.person-card-wrapper .person-card-name .person-card-name-text {
  font-size: 15.2px;
  font-weight: 600;
  text-decoration: none;
  color: #1e293b;
}
.person-card-wrapper .person-card-name .person-card-name-link:hover {
  text-decoration: underline;
  color: rgb(31.0621276596, 93.1863829787, 142.7378723404);
}
.person-card-wrapper .person-card-roles {
  font-size: 14.4px;
  color: #777;
  word-break: break-word;
}
.person-card-wrapper .person-card-meta {
  font-size: 14.4px;
  color: #777;
  word-break: break-word;
}
.person-card-wrapper .person-card-thesis,
.person-card-wrapper .person-card-coadvisor {
  font-style: italic;
}
.person-card-wrapper .person-card-thesis a {
  text-decoration: none;
  color: rgb(93.5, 93.5, 93.5);
}
.person-card-wrapper .person-card-thesis a:hover {
  text-decoration: underline;
}
.person-card-wrapper .person-card-next-role-block {
  display: block;
  margin-top: 0.1em;
  margin-left: 0;
}
.person-card-wrapper .person-card-next-role-block .person-card-next-stop-label {
  font-weight: 400;
  color: inherit;
}
.person-card-wrapper .person-card-links {
  margin-top: 0.5em;
}
.person-card-wrapper .person-card-scholar-link {
  font-size: 14.4px;
  text-decoration: none;
  color: #2A7EC1;
}
.person-card-wrapper .person-card-scholar-link:hover {
  text-decoration: underline;
  color: rgb(31.0621276596, 93.1863829787, 142.7378723404);
}
.person-card-wrapper .person-card-scholar-link i {
  margin-right: 0.3em;
}
.person-card-wrapper .person-card-interests {
  margin-top: 0.4em;
  font-size: 14.4px;
  color: #777;
}
.person-card-wrapper .person-card-interests-label {
  margin-right: 0.4em;
  font-weight: 600;
}
.person-card-wrapper .person-card-interest-tag {
  color: #333;
}
.person-card-wrapper .person-card-papers {
  margin-top: 0.4em;
  font-size: 14.4px;
}
.person-card-wrapper .person-card-papers-label {
  margin-right: 0.4em;
  font-weight: 600;
  color: #777;
}
.person-card-wrapper .person-card-papers-list {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}
.person-card-wrapper .person-card-papers-list li {
  display: inline;
}
.person-card-wrapper .person-card-papers-list li:not(:last-child)::after {
  content: ", ";
}
.person-card-wrapper .person-card-paper-link {
  text-decoration: none;
  color: #2A7EC1;
}
.person-card-wrapper .person-card-paper-link:hover {
  text-decoration: underline;
  color: rgb(31.0621276596, 93.1863829787, 142.7378723404);
}
.person-card-wrapper .person-card-thesis-markdown {
  margin-top: 0.5em;
  font-size: 0.9rem;
  font-style: italic;
  color: #777;
}
.person-card-wrapper .person-card-thesis-markdown p {
  margin: 0;
}
.person-card-wrapper .person-card-thesis-markdown a {
  text-decoration: none;
  color: rgb(93.5, 93.5, 93.5);
}
.person-card-wrapper .person-card-thesis-markdown a:hover {
  text-decoration: underline;
}

/* Paper Card Component Styles
==========================================================================
  Styles for research paper/publication cards with compact and large views

  Referenced HTML files:
  - _includes/paper-card.html
  - pages/research.md
  - Data from _data/papers.yml
========================================================================== */
.paper-card {
  margin-bottom: 18px;
  padding: 15px;
  font-size: 14.4px;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #e6e8ea;
  border-left: 3px solid #2c3e50;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
@media screen and (max-width: 699px) {
  .paper-card {
    margin-bottom: 18px;
    padding: 15px;
  }
}
.paper-card:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.paper-card .paper-card-title {
  margin-bottom: 0.4em;
  font-size: 15.2px;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 699px) {
  .paper-card .paper-card-title {
    font-size: 15.2px;
    line-height: 1.2;
  }
}
.paper-card .paper-card-title a {
  text-decoration: none;
  color: #1e293b;
  color: #1e293b;
}
.paper-card .paper-card-title a:visited {
  color: #1e293b;
}
.paper-card .paper-card-title a:hover {
  color: #1e293b;
}
.paper-card .paper-card-title a:hover {
  text-decoration: underline;
  color: rgb(31.0621276596, 93.1863829787, 142.7378723404);
}
.paper-card .paper-card-title .paper-card-title-main {
  display: inline;
}
.paper-card .paper-card-title .paper-card-subtitle {
  display: inline;
}
.paper-card .paper-card-title.hide-subtitle .paper-card-subtitle {
  display: none;
}
.paper-card .paper-card-authors {
  margin-bottom: 0.3em;
  font-size: 13.6px;
  line-height: 1.2;
  color: #666;
}
.paper-card .paper-card-authors b {
  font-weight: 600;
}
.paper-card .paper-card-venue {
  margin-bottom: 0.5em;
  font-size: 13.6px;
  line-height: 1.2;
  color: #666;
}
.paper-card .paper-card-venue-code {
  font-style: normal;
  color: #666;
}
@media screen and (max-width: 699px) {
  .paper-card .paper-card-venue-long {
    display: none;
  }
}
.paper-card .paper-card-venue-separator {
  font-size: 13.6px;
  font-style: normal;
  color: #666;
}
.paper-card .paper-card-venue-separator::before {
  content: " • ";
}
@media screen and (max-width: 699px) {
  .paper-card .paper-card-venue-separator::before {
    content: " ";
  }
}
.paper-card .paper-card-awards {
  font-size: 13.6px;
  font-weight: 400;
  line-height: 1.2;
  color: #d97706;
}
.paper-card .paper-card-awards .paper-card-award-item {
  margin-bottom: 0.25em;
}
.paper-card .paper-card-awards .paper-card-award-item p {
  margin: 0;
  padding: 0;
  font-size: 13.6px;
}
.paper-card .paper-card-awards .paper-card-award-item a {
  text-decoration: none;
  color: #d97706;
}
.paper-card .paper-card-awards .paper-card-award-item a:hover {
  color: rgb(167.3721973094, 91.7847533632, 4.6278026906);
}
.paper-card .paper-card-tags-row {
  display: flex;
  margin-top: 0.5em;
  margin-bottom: 0;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.paper-card .paper-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  flex: 1;
}
.paper-card .paper-card-tag {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  color: #666;
  background: #f5f7f9;
  border: 1px solid #e6e8ea;
  border-radius: 3px;
  transition: all 0.2s ease;
}
.paper-card .paper-card-tag a {
  text-decoration: none;
  color: #666;
  color: #666;
}
.paper-card .paper-card-tag a:visited {
  color: #666;
}
.paper-card .paper-card-tag a:hover {
  color: #666;
}
.paper-card .paper-card-tag a:hover {
  text-decoration: none;
}
.paper-card .paper-card-tag:hover {
  background: #dce2e6;
  border-color: #cbd5dd;
}
.paper-card .paper-card-tag.paper-page-tag a i {
  margin-left: 4px;
  font-size: 0.85em;
}
.paper-card .paper-page-link {
  font-size: 13.6px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  color: #2A7EC1;
  flex-shrink: 0;
}
.paper-card .paper-page-link i {
  margin-left: 4px;
  font-size: 12px;
}
.paper-card .paper-page-link:hover {
  text-decoration: underline;
  color: #2A7EC1;
}
.paper-card .paper-page-link:hover:visited {
  color: #2A7EC1;
}
.paper-card .paper-page-link:hover:hover {
  color: #2A7EC1;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12.8px;
}

.section-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.2;
}

.papers-list.paragraph-view {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.papers-list.paragraph-view .paper-card {
  position: relative;
  padding: 0;
  margin-bottom: 0;
  background: transparent;
  border: none;
  border-left: none;
  border-radius: 0;
  box-shadow: none;
  transition: background-color 0.15s ease;
  cursor: pointer;
}
.papers-list.paragraph-view .paper-card:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background-color: #ccc;
  opacity: 0.3;
}
.papers-list.paragraph-view .paper-card:hover {
  box-shadow: none;
  background: rgb(242.25, 242.25, 242.25);
}
.papers-list.paragraph-view .paper-card-title {
  margin-bottom: 2px;
  font-size: 13.6px;
  font-weight: 600;
  line-height: 1.3;
}
.papers-list.paragraph-view .paper-card-title a {
  color: #333;
}
.papers-list.paragraph-view .paper-card-title a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.papers-list.paragraph-view .paper-card-title a:hover {
  color: #1e293b;
}
.papers-list.paragraph-view .paper-card-authors {
  display: block;
  margin-bottom: 2px;
  font-size: 13.6px;
  line-height: 1.3;
  color: #666;
}
.papers-list.paragraph-view .paper-card-authors b {
  font-weight: 600;
  color: #333;
}
.papers-list.paragraph-view .paper-card-venue {
  display: block;
  margin-bottom: 2px;
  font-size: 13.6px;
  line-height: 1.3;
  font-style: normal;
  color: #666;
}
.papers-list.paragraph-view .paper-card-venue-long {
  display: none;
}
.papers-list.paragraph-view .paper-card-awards {
  display: none;
}
.papers-list.paragraph-view .paper-card-venue-separator {
  display: inline;
}
.papers-list.paragraph-view .paper-card-tags-row,
.papers-list.paragraph-view .paper-card-tags,
.papers-list.paragraph-view .paper-card-tag,
.papers-list.paragraph-view .paper-page-link {
  display: none;
}
@media screen and (max-width: 699px) {
  .papers-list.paragraph-view {
    gap: 20px;
  }
  .papers-list.paragraph-view .paper-card:not(:last-child)::after {
    bottom: -10px;
  }
  .papers-list.paragraph-view .paper-card-title {
    font-size: 13.6px;
  }
}

.papers-list.bullet-view {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}
.papers-list.bullet-view .paper-bullet {
  margin-bottom: 8px;
  line-height: 1.4;
}
.papers-list.bullet-view .paper-bullet:last-child {
  margin-bottom: 0;
}
.papers-list.bullet-view .paper-bullet a {
  color: #2A7EC1;
  text-decoration: none;
  font-size: 13.6px;
  cursor: pointer;
}
.papers-list.bullet-view .paper-bullet a:hover {
  text-decoration: underline;
}
.papers-list.bullet-view .paper-bullet span {
  color: #333;
  font-size: 13.6px;
}

/* Paper Search Component Styles
==========================================================================
  Search and filter component for research papers page

  Referenced HTML files:
  - _includes/paper-search.html
  - pages/research.md
========================================================================== */
.paper-section-header {
  display: block;
  margin: 1em 0;
  padding: 0;
  font-family: -apple-system, blinkmacsystemfont, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 15.2px;
  font-weight: 500;
  line-height: 1.3;
  color: #999;
  transition: opacity 0.2s ease;
}
.paper-section-header.hidden {
  display: none;
}

.paper-search-container {
  width: 100%;
  margin-top: 0;
  margin-bottom: 12.8px;
  padding: 20px;
  background: #fff;
  border: 1px solid #e6e8ea;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.paper-search-input-wrapper {
  position: relative;
  margin-bottom: 16px;
}
.paper-search-input-wrapper .search-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  font-size: 16px;
  color: #999;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}
.paper-search-input-wrapper .clear-all-button {
  position: absolute;
  right: 14px;
  top: 50%;
  width: 24px;
  height: 24px;
  padding: 0;
  color: #666;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paper-search-input-wrapper .clear-all-button svg {
  display: block;
  flex-shrink: 0;
}
.paper-search-input-wrapper .clear-all-button:not(.hidden) {
  opacity: 1;
  pointer-events: all;
}
.paper-search-input-wrapper .clear-all-button:hover {
  background: #e8e8e8;
  color: #333;
}
.paper-search-input-wrapper input[type=text] {
  width: 100%;
  padding: 12px 40px 12px 46px;
  font-family: -apple-system, blinkmacsystemfont, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  background: #fff;
  border: 2px solid #e6e8ea;
  border-radius: 6px;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.paper-search-input-wrapper input[type=text]::placeholder {
  color: #999;
}
.paper-search-input-wrapper input[type=text]:focus {
  outline: none;
  border-color: #2A7EC1;
  box-shadow: 0 0 0 3px rgba(42, 126, 193, 0.1);
}

.paper-filter-rows {
  display: grid;
  gap: 12px;
}
@media screen and (max-width: 699px) {
  .paper-filter-rows {
    display: none;
  }
}

.filter-row {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 12px;
  align-items: center;
}

.filter-row-label {
  font-family: -apple-system, blinkmacsystemfont, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #999;
  white-space: nowrap;
  user-select: none;
}
@media screen and (max-width: 699px) {
  .filter-row-label {
    font-size: 12px;
  }
}

.filter-row-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.paper-filter-all-tags {
  display: none;
}
@media screen and (max-width: 699px) {
  .paper-filter-all-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
}

.filter-button {
  display: inline-flex;
  align-items: center;
  padding: 6px 8px;
  font-family: -apple-system, blinkmacsystemfont, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-transform: capitalize;
  cursor: pointer;
  border: 2px solid;
  border-radius: 20px;
  transition: all 0.15s ease;
  user-select: none;
  position: relative;
  color: #5d4037;
  background: #fff8e1;
  border-color: #ffcc80;
}
.filter-button:hover {
  background: #ffecb3;
  border-color: rgb(255, 183.5196850394, 77);
  transform: translateY(-1px);
}
.filter-button.active {
  color: #fff;
  background: #f9a825;
  border-color: #f57f17;
}
.filter-button.active::after {
  content: "×";
  margin-left: 4px;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 0;
  vertical-align: middle;
  color: #fff;
}
@media screen and (max-width: 699px) {
  .filter-button {
    padding: 4px 8px;
    font-size: 11px;
    border-radius: 16px;
    border-width: 1.5px;
  }
  .filter-button.active::after {
    margin-left: 3px;
    margin-bottom: 1px;
    font-size: 14px;
    line-height: 0;
    vertical-align: middle;
    color: #fff;
  }
}

@media screen and (max-width: 699px) {
  .paper-search-container {
    padding: 16px;
  }
  .paper-search-input-wrapper {
    margin-bottom: 14px;
  }
  .paper-search-input-wrapper .search-icon {
    left: 12px;
    font-size: 14px;
  }
  .paper-search-input-wrapper .clear-all-button {
    right: 10px;
    width: 22px;
    height: 22px;
  }
  .paper-search-input-wrapper .clear-all-button svg {
    width: 10px;
    height: 10px;
  }
  .paper-search-input-wrapper input[type=text] {
    padding: 10px 38px 10px 38px;
    font-size: 14px;
  }
}
.paper-page {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 0;
}
.paper-page .paper-top-matter {
  border: 2px solid #e6e8ea;
  border-radius: 8px;
  padding: 19.2px;
  margin-bottom: 25.6px;
}
@media screen and (max-width: 699px) {
  .paper-page .paper-top-matter {
    padding: 12.8px;
    border-radius: 6px;
  }
}
.paper-page .paper-header {
  margin-top: 0;
  margin-bottom: 19.2px;
  padding-top: 0;
}
.paper-page .paper-title-wrapper {
  margin-top: 0;
  margin-bottom: 6.4px;
  padding-top: 0;
}
@media screen and (max-width: 699px) {
  .paper-page .paper-title-wrapper {
    margin-bottom: 9.6px;
  }
}
.paper-page .paper-title-link {
  text-decoration: none;
  color: inherit;
}
.paper-page .paper-title-link:hover .paper-title {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.paper-page .paper-title {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.2;
  margin-top: 0;
  padding-top: 0;
}
@media screen and (max-width: 699px) {
  .paper-page .paper-title {
    font-size: 17.6px;
  }
}
.paper-page .paper-subtitle {
  display: block;
  font-size: 17.6px;
  font-weight: 400;
  color: #666;
  line-height: 1.3;
  margin-top: 1.6px;
}
@media screen and (max-width: 699px) {
  .paper-page .paper-subtitle {
    font-size: 16px;
    margin-top: 1.6px;
  }
}
.paper-page .subtitle {
  font-size: 17.6px;
  color: #666;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 1.3;
  display: block;
}
@media screen and (max-width: 699px) {
  .paper-page .subtitle {
    font-size: 16px;
    margin-bottom: 11.2px;
  }
}
.paper-page .authors-list {
  margin-bottom: 6.4px;
  font-size: 15.2px;
  line-height: 1.35;
  color: #666;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
@media screen and (max-width: 699px) {
  .paper-page .authors-list {
    font-size: 13.6px;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 3px;
    margin-bottom: 9.6px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 699px) {
  .paper-page .author-item {
    display: block;
  }
}
.paper-page .author-separator {
  color: #999;
  margin-left: 6px;
  margin-right: 6px;
}
@media screen and (max-width: 699px) {
  .paper-page .author-separator {
    display: none;
  }
}
.paper-page .meta-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9.6px;
  margin-bottom: 6.4px;
}
@media screen and (max-width: 699px) {
  .paper-page .meta-info {
    margin-bottom: 9.6px;
    line-height: 1.35;
  }
}
.paper-page .paper-venue {
  display: block;
  font-size: 15.2px;
}
@media screen and (max-width: 699px) {
  .paper-page .paper-venue {
    font-size: 13.6px;
    margin-bottom: 3.2px;
  }
}
.paper-page .venue-text {
  color: #999;
  font-weight: 400;
}
.paper-page .venue-separator {
  color: #999;
}
.paper-page .venue-short {
  display: inline;
}
.paper-page .venue-short-only {
  display: none;
}
@media screen and (max-width: 699px) {
  .paper-page .venue-short-only {
    display: inline;
  }
}
.paper-page .venue-long-only {
  display: inline;
}
@media screen and (max-width: 699px) {
  .paper-page .venue-long-only {
    display: none;
  }
}
.paper-page .venue-full {
  display: inline;
}
.paper-page .year-text {
  color: #999;
  font-weight: 400;
}
.paper-page .awards-list {
  margin-bottom: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 699px) {
  .paper-page .awards-list {
    margin-top: 9.6px;
    margin-bottom: 12.8px;
    line-height: 1.35;
  }
}
.paper-page .award-item {
  color: #d97706;
  font-size: 13.6px;
  font-weight: 600;
  display: inline-block;
}
.paper-page .award-item a {
  color: #d97706;
  text-decoration: none;
}
.paper-page .award-item a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 699px) {
  .paper-page .award-item {
    font-size: 13.6px;
  }
}
.paper-page .paper-topics-section {
  margin-bottom: 16px;
}
@media screen and (max-width: 699px) {
  .paper-page .paper-topics-section {
    margin-bottom: 12.8px;
  }
}
.paper-page .paper-topics-label {
  display: block;
  color: #999;
  font-size: 15.2px;
  margin-bottom: 8px;
  font-weight: 500;
}
@media screen and (max-width: 699px) {
  .paper-page .paper-topics-label {
    font-size: 13.6px;
  }
}
.paper-page .paper-topics-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6.4px;
}
.paper-page .paper-topic-tag {
  display: inline-block;
  padding: 4.8px 11.2px;
  background: #e8f4f8;
  border: 1px solid #d1e7f0;
  border-radius: 20px;
  font-size: 15.2px;
  color: #2A7EC1;
  font-weight: 500;
  transition: all 0.2s ease;
}
.paper-page .paper-topic-tag:hover {
  background: #dce2e6;
  border-color: #cbd5dd;
  transform: translateY(-1px);
}
@media screen and (max-width: 699px) {
  .paper-page .paper-topic-tag {
    font-size: 13.6px;
    padding: 4.48px 9.6px;
  }
}
.paper-page .links-section {
  margin-bottom: 0;
}
@media screen and (max-width: 699px) {
  .paper-page .links-section {
    margin-top: 11.2px;
  }
}
.paper-page .links-row {
  display: flex;
  align-items: baseline;
  margin-bottom: 6.4px;
  gap: 6.4px;
}
.paper-page .links-row:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 699px) {
  .paper-page .links-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6.4px;
    margin-bottom: 12.8px;
  }
}
.paper-page .links-row-label {
  color: #999;
  font-size: 13.6px;
  min-width: 100px;
  flex-shrink: 0;
  font-weight: 400;
}
@media screen and (max-width: 699px) {
  .paper-page .links-row-label {
    font-size: 13.6px;
    font-weight: 500;
    min-width: auto;
    margin-bottom: 3.2px;
  }
}
.paper-page .links-row-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 699px) {
  .paper-page .links-row-items {
    flex-direction: column;
    align-items: flex-start;
    gap: 6.4px;
  }
}
.paper-page .text-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 13.6px;
  font-weight: 400;
  transition: all 0.2s;
  min-width: 140px;
  white-space: nowrap;
}
@media screen and (max-width: 699px) {
  .paper-page .text-link {
    font-size: 13.6px;
    min-width: unset;
  }
}
.paper-page .text-link .contact-fa {
  min-width: 2em;
  margin-right: 0.125em;
  text-align: left;
  color: #1e293b;
  transition: color 0.2s;
}
.paper-page .text-link .profile-label {
  color: #2A7EC1;
  transition: color 0.2s;
}
.paper-page .text-link:hover {
  text-decoration: none;
}
.paper-page .text-link:hover .contact-fa {
  color: rgb(31.0621276596, 93.1863829787, 142.7378723404);
}
.paper-page .text-link:hover .profile-label {
  text-decoration: underline;
  color: rgb(31.0621276596, 93.1863829787, 142.7378723404);
}
.paper-page .link-separator {
  color: #999;
  font-size: 13.6px;
}
@media screen and (max-width: 699px) {
  .paper-page .link-separator {
    display: none;
  }
}
.paper-page .topic-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
@media screen and (max-width: 699px) {
  .paper-page .topic-tags-list {
    gap: 5px;
  }
}
.paper-page .topic-tag {
  display: inline-flex;
  align-items: center;
  padding: 3px 7px;
  font-family: -apple-system, blinkmacsystemfont, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-transform: capitalize;
  border: 2px solid;
  border-radius: 20px;
  transition: all 0.15s ease;
  user-select: none;
  color: #5d4037;
  background: #fff8e1;
  border-color: #ffcc80;
}
@media screen and (max-width: 699px) {
  .paper-page .topic-tag {
    padding: 3px 7px;
    border-radius: 16px;
    border-width: 1.5px;
  }
}
.paper-page .topic-tag-link {
  text-decoration: none;
  cursor: pointer;
}
.paper-page .topic-tag-link:hover {
  opacity: 0.75;
  transform: translateY(-1px);
}
.paper-page .paper-section {
  margin-bottom: 19.2px;
}
.paper-page .paper-section:has(.section-content.collapsed) {
  margin-bottom: 9.6px;
}
.paper-page .section-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  padding-bottom: 3.6px;
  margin-bottom: 9.6px;
  border-bottom: 2px solid #e6e8ea;
  cursor: pointer;
  user-select: none;
  transition: border-color 0.2s ease;
}
.paper-page .section-header-container:hover .section-header-chevron {
  color: #2A7EC1;
}
.paper-page .section-header-title {
  font-size: 17.6px;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.2;
}
@media screen and (max-width: 699px) {
  .paper-page .section-header-title {
    font-size: 16px;
  }
}
.paper-page .section-header-chevron {
  width: 12px;
  height: 12px;
  margin-left: 6.4px;
  margin-right: 6.4px;
  color: #e6e8ea;
  transition: color 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
  transform: rotate(0deg);
}
.paper-page .section-header-chevron[data-expanded] {
  transform: rotate(180deg);
}
@media screen and (max-width: 699px) {
  .paper-page .section-header-chevron {
    width: 10px;
    height: 10px;
  }
}
.paper-page .section-content {
  max-height: 5000px;
  overflow: hidden;
  transition: max-height 0.15s ease;
}
.paper-page .section-content.collapsed {
  max-height: 0;
}
.paper-page .section-description {
  color: #999;
  font-size: 13.6px;
  margin-bottom: 9.6px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 699px) {
  .paper-page .section-description {
    font-size: 13.6px;
    margin-bottom: 8px;
  }
}
.paper-page .subsection {
  margin-bottom: 19.2px;
}
.paper-page .subsection:last-child {
  margin-bottom: 0;
}
.paper-page .subsection-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 699px) {
  .paper-page .subsection-header {
    margin-bottom: 6.4px;
  }
}
.paper-page .subsection-description {
  color: #999;
  font-size: 13.6px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
.paper-page .subsection-view-toggles {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}
.paper-page .subsection-view-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 18px;
  padding: 2px 4px;
  background: #fff;
  border: 1px solid #e6e8ea;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.paper-page .subsection-view-toggle-btn svg {
  width: 14px;
  height: 14px;
  fill: #999;
  transition: fill 0.2s ease;
}
.paper-page .subsection-view-toggle-btn:hover {
  background: #dce2e6;
  border-color: #cbd5dd;
}
.paper-page .subsection-view-toggle-btn:hover svg {
  fill: #1e293b;
}
.paper-page .subsection-view-toggle-btn.active {
  background: #999;
  border-color: #999;
}
.paper-page .subsection-view-toggle-btn.active svg {
  fill: #fff;
}
.paper-page .subsection-view-toggle-btn.active:hover {
  background: #dce2e6;
  border-color: #cbd5dd;
}
.paper-page .subsection-view-toggle-btn.active:hover svg {
  fill: #1e293b;
}
.paper-page .paper-section-header {
  font-size: 20px;
  color: #1e293b;
  margin-bottom: 9.6px;
  padding-bottom: 4.8px;
  border-bottom: 2px solid #e6e8ea;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 699px) {
  .paper-page .paper-section-header {
    font-size: 17.6px;
  }
}
.paper-page .paper-links-list {
  margin: 0;
  padding-left: 19.2px;
  list-style: disc;
}
.paper-page .paper-links-list li {
  margin-bottom: 8px;
  line-height: 1.5;
  color: #333;
}
.paper-page .paper-links-list li:last-child {
  margin-bottom: 0;
}
.paper-page .paper-links-list li a {
  color: #2A7EC1;
  text-decoration: none;
}
.paper-page .paper-links-list li a:hover {
  text-decoration: underline;
  color: rgb(31.0621276596, 93.1863829787, 142.7378723404);
}
@media screen and (max-width: 699px) {
  .paper-page .paper-links-list {
    font-size: 14.4px;
  }
}
.paper-page .related-papers-list {
  margin: 0;
  padding-left: 19.2px;
  list-style: disc;
}
.paper-page .related-papers-list li {
  margin-bottom: 8px;
  line-height: 1.5;
  color: #333;
}
.paper-page .related-papers-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 699px) {
  .paper-page .related-papers-list {
    font-size: 14.4px;
  }
}
.paper-page .related-paper-link {
  color: #2A7EC1;
  text-decoration: none;
}
.paper-page .related-paper-link:hover {
  text-decoration: underline;
  color: rgb(31.0621276596, 93.1863829787, 142.7378723404);
}
.paper-page .related-paper-venue {
  color: #666;
  font-size: 15.2px;
}
.paper-page .video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 12.8px;
  border: 1px solid #e6e8ea;
  border-radius: 6px;
  overflow: hidden;
  background: #000;
}
.paper-page .video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.paper-page .talk-card {
  margin-bottom: 19.2px;
}
.paper-page .talk-card:last-child {
  margin-bottom: 0;
}
.paper-page .talk-metadata {
  margin-bottom: 9.6px;
}
.paper-page .talk-title {
  font-size: 15.2px;
  font-weight: 500;
  color: #1e293b;
  line-height: 1.2;
  margin-bottom: 4.8px;
}
.paper-page .talk-event {
  font-size: 13.6px;
  color: #666;
  line-height: 1.2;
}
.paper-page .talk-separator {
  color: #666;
}
.paper-page .talk-links {
  margin-top: 6.4px;
}
.paper-page .talk-links a {
  color: #2A7EC1;
  text-decoration: none;
  font-size: 15.2px;
  font-weight: 500;
}
.paper-page .talk-links a:hover {
  text-decoration: underline;
  color: rgb(31.0621276596, 93.1863829787, 142.7378723404);
}
.paper-page .talk-missing {
  padding: 12.8px;
  background: #f5f7f9;
  border: 1px solid #e6e8ea;
  border-radius: 6px;
  color: #999;
  font-size: 14.4px;
}
.paper-page .talk-missing code {
  font-family: "SFMono-Regular", "Consolas", "Liberation Mono", "Menlo", monospace;
  background: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 14.4px;
}
.paper-page .bibtex-container {
  display: flex;
  align-items: flex-start;
  gap: 9.6px;
  padding-top: 6.4px;
  padding-bottom: 6.4px;
  padding-left: 12.8px;
  padding-right: 8px;
  background: #f5f7f9;
  border: 1px solid #e6e8ea;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 699px) {
  .paper-page .bibtex-container {
    padding-top: 4.8px;
    padding-bottom: 4.8px;
    padding-left: 9.6px;
    padding-right: 4.8px;
  }
}
.paper-page .bibtex-code {
  flex: 1;
  overflow-x: auto;
  font-family: "SF Mono", "Monaco", "Consolas", "Courier New", monospace;
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  white-space: pre;
  color: #333;
  position: relative;
}
@media screen and (max-width: 699px) {
  .paper-page .bibtex-code {
    font-size: 10.4px;
  }
}
.paper-page .bibtex-code::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  background: linear-gradient(to right, transparent, #f5f7f9);
  pointer-events: none;
}
.paper-page .copy-icon-button {
  position: relative;
  flex-shrink: 0;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 18px;
  height: 18px;
}
.paper-page .copy-icon-button:hover {
  opacity: 0.7;
}
.paper-page .copy-icon-button .copy-icon {
  width: 18px;
  height: 18px;
  color: #666;
  transition: opacity 0.15s ease;
  display: block;
}
.paper-page .copy-icon-button .clipboard-icon,
.paper-page .copy-icon-button .clipboard-check-icon {
  position: absolute;
  top: 0;
  left: 0;
}

/* News List Component Styles
==========================================================================
  Styles for card-based news/announcements list with responsive compact
  and expanded views.

  Referenced HTML files:
  - _includes/news-list.html
  - pages/index.md (homepage)
  - Collection items in _news/
========================================================================== */
.news-toggle-link {
  display: inline-block;
  margin-bottom: 19.2px;
  text-align: center;
  text-decoration: none;
}
.news-toggle-link:hover, .news-toggle-link:focus {
  text-decoration: none;
  outline: none;
}

.news-list-container {
  width: 100%;
}

.news-list {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.news-card {
  margin-bottom: 8px;
  padding: 9px 13px;
  font-size: 14.4px;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #e6e8ea;
  border-left: 3px solid #2A7EC1;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
.news-card:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.news-card .news-date {
  font-size: 14.4px;
  color: #888;
}
.news-card .news-date .news-month,
.news-card .news-date .news-year {
  display: block;
}
.news-card .news-date .year-short {
  display: none;
}
.news-card .news-date .year-full {
  display: inline;
}
@media screen and (min-width: 700px) {
  .news-card .news-date .news-month,
  .news-card .news-date .news-year {
    display: inline;
  }
  .news-card .news-date .year-short {
    display: inline;
  }
  .news-card .news-date .year-full {
    display: none;
  }
}
.news-card .news-card-text .news-content {
  display: -webkit-box;
  overflow: hidden;
  font-size: 14.4px;
  line-height: 1.5;
  color: #333;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-card .news-card-text .news-content.expanded {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
}
.news-card .news-card-text .news-content a {
  font-weight: 400;
  text-decoration: none;
  color: #2A7EC1;
}
.news-card .news-card-text .news-content a:hover {
  text-decoration: underline;
}
.news-card .news-card-text .news-content p {
  display: inline;
  margin: 0;
  font-size: 14.4px;
}
.news-list.compact .news-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}
.news-list.compact .news-card:hover {
  transform: translateX(2px);
}
.news-list.compact .news-card .news-date {
  min-width: auto;
  padding-top: 0;
  flex-shrink: 0;
}
.news-list.compact .news-card .news-card-text {
  min-width: 0;
  flex: 1;
}
@media screen and (min-width: 700px) {
  .news-list.compact .news-card {
    gap: 16px;
  }
  .news-list.compact .news-card .news-date {
    min-width: 60px;
    padding-top: 2px;
  }
}
.news-list.expanded .news-card {
  display: block;
  cursor: pointer;
}
.news-list.expanded .news-card:hover {
  transform: none;
}
.news-list.expanded .news-card .news-date {
  margin-bottom: 0.5em;
}

.news-button-container {
  margin-top: 8px;
  text-align: center;
}

/* Course List Component Styles
==========================================================================
  Styles for course cards with improved design, links, and semester badges

  Referenced HTML files:
  - _includes/course-list.html
  - pages/teaching.md
  - Data from _data/courses.yml
========================================================================== */
.course-list {
  margin-top: 19.2px;
}

.course-card {
  margin-bottom: 12.8px;
  padding: 13px;
  font-size: 14.4px;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #e6e8ea;
  border-left: 3px solid #2A7EC1;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
.course-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.course-card:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 699px) {
  .course-card {
    padding: 9px 13px;
  }
}
.course-card .course-header {
  margin-bottom: 12.8px;
}
.course-card .course-title {
  margin: 0;
  margin-bottom: 3.2px;
  font-size: 15.2px;
  font-weight: 600;
  line-height: 1.3;
  color: #1e293b;
}
.course-card .course-subtitle {
  font-size: 13.6px;
  font-weight: 500;
  line-height: 1.3;
  color: #999;
}
.course-card .course-description {
  display: -webkit-box;
  margin-bottom: 16px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 13.6px;
  line-height: 1.2;
  color: #5a5a5a;
  cursor: pointer;
}
.course-card .course-description.expanded {
  display: block;
  -webkit-line-clamp: unset;
}
.course-card .course-description:hover {
  opacity: 0.8;
}
.course-card .course-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}
.course-card .course-link {
  color: #2A7EC1;
}
.course-card .course-link:visited {
  color: #2A7EC1;
}
.course-card .course-link:hover {
  color: #2A7EC1;
}
.course-card .course-link {
  display: inline-block;
  padding: 6px 12px;
  font-weight: 600;
  text-decoration: none;
  color: #2A7EC1;
  background: #fff;
  border: 1px solid #e6e8ea;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.course-card .course-link:hover {
  text-decoration: none;
  color: #2A7EC1;
  background: #e8f4f8;
  border-color: #b3dce8;
}
.course-card .course-link i {
  margin-left: 4px;
  font-size: 0.85em;
}
.course-card .course-catalog-link {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 500;
}
.course-card .course-bottom-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 9.6px;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid #e6e8ea;
}
@media screen and (max-width: 699px) {
  .course-card .course-bottom-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6.4px;
  }
}
.course-card .course-pages-label,
.course-card .course-catalog-label {
  font-family: -apple-system, blinkmacsystemfont, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #999;
  white-space: nowrap;
  user-select: none;
}
@media screen and (max-width: 699px) {
  .course-card .course-pages-label {
    display: none;
  }
}
@media screen and (max-width: 699px) {
  .course-card .course-catalog-label {
    font-size: 12px;
    width: 100%;
    margin-bottom: 3.2px;
  }
}
.course-card .course-semesters,
.course-card .course-catalog-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.course-card .semester-badge {
  color: #666;
}
.course-card .semester-badge:visited {
  color: #666;
}
.course-card .semester-badge:hover {
  color: #666;
}
.course-card .semester-badge {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  color: #666;
  background: #f5f7f9;
  border: 1px solid #e6e8ea;
  border-radius: 3px;
  transition: all 0.2s ease;
}
.course-card .semester-badge:hover {
  text-decoration: none;
  background: #dce2e6;
  border-color: #cbd5dd;
}
.course-card .semester-badge.no-link {
  opacity: 0.5;
  cursor: default;
}
.course-card .semester-badge.no-link:hover {
  background: #f5f7f9;
  border-color: #e6e8ea;
}
.course-card .semester-badge i {
  margin-left: 4px;
  font-size: 0.85em;
}

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