@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Sora:wght@500;600;700;800&display=swap');
@import url('./nav-shared.css');

.w-webflow-badge {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:root {
  --font-body: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-heading: "Sora", "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

body.lab-subpage {
  min-height: 100%;
  position: relative;
  background: #090f19;
  background-image: none !important;
  color: #edf4ff;
  font-family: var(--font-body);
  font-weight: 400;
  letter-spacing: 0.005em;
}

body.lab-subpage .main {
  background-color: transparent !important;
  background-image: none !important;
}

body.lab-subpage input,
body.lab-subpage button,
body.lab-subpage textarea,
body.lab-subpage select {
  font-family: var(--font-body);
}

.page-wrap {
  position: relative;
  isolation: isolate;
}

.content {
  max-width: 1200px;
}

.header .content {
  width: 100%;
}

.page-wrap::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(1600px 900px at 82% -18%, rgba(66, 136, 212, 0.34), rgba(66, 136, 212, 0) 64%),
    radial-gradient(1400px 900px at 8% -22%, rgba(35, 88, 155, 0.28), rgba(35, 88, 155, 0) 66%),
    linear-gradient(180deg, #070b14 0%, #0a1320 58%, #0b1526 100%);
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.section {
  background: transparent;
  background-image: none !important;
}

.header-absolute {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 90;
  top: 16px;
}

.header__columns {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  padding: 0;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, backdrop-filter 180ms ease, -webkit-backdrop-filter 180ms ease, padding 180ms ease, border-radius 180ms ease;
}

.header-absolute.is-scrolled .header__columns {
  border-color: rgba(120, 188, 236, 0.32);
  border-radius: 14px;
  background: rgba(10, 27, 45, 0.48);
  -webkit-backdrop-filter: blur(6px) saturate(125%);
  backdrop-filter: blur(6px) saturate(125%);
  box-shadow: 0 10px 24px rgba(2, 12, 24, 0.22);
  padding: 10px 14px;
}

.header__logo,
.footer__logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.lab-logo {
  border-radius: 8px;
}

.lab-logo--header {
  width: 48px;
  height: 48px;
}

.lab-logo--footer {
  width: 36px;
  height: 36px;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: var(--lab-nav-gap);
  flex-wrap: wrap;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.32rem 0.65rem;
  border: 1px solid rgba(151, 213, 255, 0.5);
  border-radius: 999px;
  background: rgba(26, 67, 104, 0.36);
  color: #eef7ff;
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  cursor: pointer;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.theme-toggle:hover {
  border-color: rgba(198, 231, 255, 0.9);
  background: rgba(63, 126, 182, 0.45);
}

.theme-toggle:focus-visible {
  outline: 2px solid rgba(187, 228, 255, 0.92);
  outline-offset: 2px;
}

.theme-toggle__icon {
  font-size: 0.9rem;
  line-height: 1;
}

.theme-toggle--header {
  margin-left: 2px;
}

.theme-toggle--menu {
  margin-top: 16px;
  align-self: flex-start;
}

.header__nav-link,
.menu__nav-link,
.footer__nav-link {
  position: relative;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: var(--lab-nav-font-size);
  font-weight: 600;
  letter-spacing: var(--lab-nav-letter-spacing);
  text-decoration: none;
}

.header__nav .header__nav-link {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.header__nav-link:hover,
.menu__nav-link:hover,
.footer__nav-link:hover,
.header__nav-link:focus,
.menu__nav-link:focus,
.footer__nav-link:focus {
  text-decoration: none;
}

[data-anim="link"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 0;
  background: #ffffff;
  transition: height 220ms ease;
}

[data-anim="link"]:hover::after {
  height: 4px;
}

[data-anim="link"][aria-current="page"] {
  color: #ffffff;
  font-weight: 700;
}

[data-anim="link"][aria-current="page"]::after {
  height: 4px;
}

.header__humburger-line {
  background-color: #d8ebff;
}

.container {
  max-width: 1200px;
  width: 100%;
  padding-top: 146px;
}

body.lab-subpage .container {
  max-width: 1200px;
}

body.lab-subpage .page-content {
  width: calc(100% - 160px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 146px;
  padding-left: 0;
  padding-right: 0;
}

body.lab-subpage--news .page-content--news {
  padding-top: 146px;
}

.section-hero-panel {
  margin-top: 0;
  margin-bottom: 24px;
  padding: 26px;
  border: 1px solid rgba(116, 188, 255, 0.28);
  border-radius: 16px;
  background:
    radial-gradient(circle at 88% -12%, rgba(90, 191, 255, 0.2), rgba(90, 191, 255, 0) 45%),
    rgba(14, 34, 60, 0.72);
}

.section-kicker {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 12px;
  border: 1px solid rgba(109, 194, 255, 0.58);
  border-radius: 999px;
  color: #eaf5ff;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-hero-panel h1 {
  margin-bottom: 8px;
  font-size: clamp(2rem, 5.8vw, 3.4rem);
  line-height: 1.06;
  color: #f3f8ff;
}

.section-hero-panel p {
  color: rgba(221, 236, 252, 0.84);
}

.section-hero-panel--compact {
  max-width: 860px;
}

body.lab-subpage .section-hero-panel--compact {
  max-width: none;
  margin-inline: 0;
  margin-bottom: 1rem;
  text-align: left;
}

.museum-stats {
  display: grid;
  gap: 10px;
}

.museum-stat {
  border: 1px solid rgba(116, 188, 255, 0.32);
  border-radius: 12px;
  background: rgba(13, 34, 60, 0.74);
  padding: 10px;
  color: rgba(217, 234, 252, 0.88);
  line-height: 1.4;
}

.museum-stat strong {
  display: block;
  color: #f4f9ff;
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
.card-title,
.navbar-brand,
.header__nav-link,
.menu__nav-link,
.footer__nav-link {
  color: #f3f8ff;
  font-family: var(--font-heading);
}

h1.my-4,
h2.mt-4 {
  margin-top: 8px !important;
  margin-bottom: 16px !important;
}

.card {
  border: 1px solid rgba(116, 188, 255, 0.26);
  border-radius: 12px;
  background: rgba(14, 34, 60, 0.74);
  box-shadow: 0 14px 34px rgba(3, 10, 22, 0.34);
  transition: transform 220ms ease, border-color 220ms ease;
}

.card:hover {
  transform: translateY(-4px);
  border-color: rgba(170, 224, 255, 0.74);
}

.card-body,
.card-footer {
  background: transparent;
  border-top-color: rgba(116, 188, 255, 0.2) !important;
}

.card-title a,
.card-body a,
.card-footer a,
li a {
  color: #b7dcff;
}

.card-title a:hover,
.card-body a:hover,
.card-footer a:hover,
li a:hover {
  color: #ffffff;
}

.card-text,
p,
li,
small,
b {
  color: rgba(218, 235, 252, 0.84);
}

.card-img-top {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  object-fit: cover;
}

.sponsor-card .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sponsor-logo {
  height: 150px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.92);
  padding: 14px;
}

.btn.btn-primary {
  border: 1px solid rgba(143, 209, 255, 0.6);
  border-radius: 999px;
  background: rgba(47, 129, 201, 0.28);
  color: #eaf5ff;
  text-decoration: none;
}

.btn.btn-primary:hover {
  background: rgba(67, 151, 224, 0.45);
  border-color: rgba(193, 230, 255, 0.95);
  text-decoration: none;
}

.btn.btn-primary:focus,
.btn.btn-primary:active {
  text-decoration: none;
}

ul {
  padding-left: 1.3rem;
}

li {
  margin-bottom: 0.58rem;
}

.footer {
  background: transparent;
  padding-top: 60px;
}

.footer .content.mod--footer {
  border-top: 0;
  padding-top: 10px;
  padding-bottom: 16px;
}

.footer__simple {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  gap: 10px;
}

.footer__logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.footer__logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.footer__logo {
  width: 62px;
  height: 62px;
  object-fit: contain;
  border-radius: 6px;
}

.footer__copyright-line {
  color: rgba(220, 236, 252, 0.88);
  text-transform: none;
  letter-spacing: 0.01em;
  text-align: center;
}

.menu {
  z-index: 89;
}

.menu__content {
  background-color: #132845;
  background-image:
    radial-gradient(circle farthest-side at -30% 130%, rgba(53, 141, 224, 0.46), rgba(53, 141, 224, 0) 52%),
    radial-gradient(circle farthest-side at 150% -30%, rgba(53, 141, 224, 0.42), rgba(53, 141, 224, 0) 52%);
}

@media screen and (max-width: 991px) {
  .header__col.col--2,
  .header__col.col--3 {
    display: none;
  }

  .header__humburger-wrap {
    display: block;
  }

  .container {
    padding-top: 122px;
  }

  body.lab-subpage .page-content {
    width: calc(100% - 64px);
    padding-top: 122px;
  }

  body.lab-subpage--news .page-content--news {
    padding-top: 122px;
  }

  .section-hero-panel {
    padding: 18px;
  }

  .theme-toggle--header {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .lab-logo--header {
    width: 42px;
    height: 42px;
  }

  .container {
    padding-top: 112px;
  }

  body.lab-subpage .page-content {
    width: calc(100% - 32px);
    padding-top: 112px;
  }

  body.lab-subpage--news .page-content--news {
    padding-top: 112px;
  }

  .section-hero-panel h1 {
    font-size: 1.9rem;
  }
}

body.lab-subpage--news .row {
  margin-left: 0;
  margin-right: 0;
}

body.lab-subpage--news .news-feed > .news-year-break {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  margin: 20px 0 10px;
  padding-top: 4px;
}

body.lab-subpage--news .news-feed > .news-year-break:first-child {
  margin-top: 6px;
}

body.lab-subpage--news .news-feed > .news-year-break h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.28rem;
  line-height: 1.1;
  color: #e8f4ff;
}

body.lab-subpage--news .news-feed > .news-year-break h2::after {
  content: "";
  display: block;
  margin-top: 8px;
  height: 1px;
  background: linear-gradient(90deg, rgba(151, 210, 255, 0.62), rgba(151, 210, 255, 0));
}

body.lab-subpage--news .news-feed > .col-sm-4.my-4 {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0 !important;
  display: block;
}

body.lab-subpage--news .news-feed > .col-sm-4.my-4 + .col-sm-4.my-4 {
  margin-top: 18px !important;
  padding-top: 22px;
  border-top: 1px solid rgba(120, 186, 235, 0.24);
}

body.lab-subpage--news .news-feed > .col-sm-4.my-4 > .card {
  width: 100%;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none !important;
  display: grid;
  grid-template-columns: 152px minmax(0, 1fr);
  grid-template-areas:
    "thumb body"
    "thumb footer";
  column-gap: 18px;
  row-gap: 8px;
}

body.lab-subpage--news .news-feed > .col-sm-4.my-4 > .card:hover {
  transform: none;
  box-shadow: none;
}

body.lab-subpage--news .news-feed > .col-sm-4.my-4 .card-img-top {
  grid-area: thumb;
  width: 152px;
  height: 96px;
  border-radius: 12px;
  border: 1px solid rgba(116, 188, 255, 0.22);
  background: transparent;
  padding: 0;
  object-fit: cover;
  object-position: center;
}

body.lab-subpage--news .news-feed > .col-sm-4.my-4 .card-body {
  grid-area: body;
  padding: 0;
  border: 0 !important;
  min-width: 0;
}

body.lab-subpage--news .news-feed > .col-sm-4.my-4 .card-footer {
  grid-area: footer;
  padding: 0;
  border: 0 !important;
  margin: 0;
  text-align: left;
}

body.lab-subpage--news .news-feed > .col-sm-4.my-4 .card-title {
  margin: 0 0 8px;
  font-size: 1.2rem;
  line-height: 1.3;
}

body.lab-subpage--news .news-feed > .col-sm-4.my-4 .card-text {
  margin: 0;
  line-height: 1.5;
}

body.lab-subpage--news .news-feed > .col-sm-4.my-4 .card-footer .btn.btn-primary {
  display: inline-flex;
  justify-content: flex-start;
  margin-left: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: #b7dcff;
}

body.lab-subpage--news .news-feed > .col-sm-4.my-4 .card-footer .btn.btn-primary:hover {
  background: none;
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media screen and (max-width: 767px) {
  body.lab-subpage--news .news-feed > .col-sm-4.my-4 > .card {
    grid-template-columns: 104px minmax(0, 1fr);
    column-gap: 12px;
  }

  body.lab-subpage--news .news-feed > .col-sm-4.my-4 .card-img-top {
    width: 104px;
    height: 66px;
    padding: 0;
  }

  body.lab-subpage--news .news-feed > .col-sm-4.my-4 .card-title {
    font-size: 1.05rem;
  }
}

body.lab-subpage--profile .profile-container {
  padding-bottom: 10px;
}

body.lab-subpage--profile .profile-container > .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.1rem;
  margin-left: 0;
  margin-right: 0;
}

body.lab-subpage--profile .profile-container > .row > .portfolio-item {
  flex: 0 0 320px;
  max-width: 320px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

body.lab-subpage--profile .profile-container > .row > .col-lg-9,
body.lab-subpage--profile .profile-container > .row > .col-md-7,
body.lab-subpage--profile .profile-container > .row > .col-sm-7 {
  flex: 1 1 0;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}

body.lab-subpage--profile .portfolio-item .card {
  overflow: hidden;
}

body.lab-subpage--profile .portfolio-item .card-img-top {
  width: 100%;
  height: auto;
  max-height: 340px;
  object-fit: cover;
}

body.lab-subpage--profile .map iframe {
  display: block;
  width: 100%;
  min-height: 220px;
  border: 0;
}

body.lab-subpage--profile h3.my-3 {
  margin-top: 1.2rem !important;
  margin-bottom: 0.7rem !important;
  font-size: 1.34rem;
}

body.lab-subpage--profile ul {
  margin-bottom: 0.85rem;
}

@media screen and (max-width: 991px) {
  body.lab-subpage--profile .profile-container > .row {
    gap: 0.9rem;
  }

  body.lab-subpage--profile .profile-container > .row > .portfolio-item {
    flex: 0 0 100%;
    max-width: 440px;
  }

  body.lab-subpage--profile .profile-container > .row > .col-lg-9,
  body.lab-subpage--profile .profile-container > .row > .col-md-7,
  body.lab-subpage--profile .profile-container > .row > .col-sm-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body.lab-subpage--profile .portfolio-item .card-img-top {
    max-height: 280px;
  }

  body.lab-subpage--profile .map iframe {
    min-height: 180px;
  }
}

body.lab-subpage--profile.profile-modern .profile-container > .row {
  gap: 1.85rem;
  align-items: flex-start;
}

body.lab-subpage--profile.profile-modern .profile-sidebar {
  padding-top: 8px;
  position: sticky;
  top: 118px;
  animation: profileSlideIn 420ms ease both;
}

body.lab-subpage--profile.profile-modern .profile-card-modern {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(172, 205, 236, 0.3);
  background:
    radial-gradient(circle at -8% -14%, rgba(87, 157, 225, 0.34), rgba(87, 157, 225, 0) 46%),
    radial-gradient(circle at 112% 12%, rgba(77, 215, 180, 0.2), rgba(77, 215, 180, 0) 46%),
    linear-gradient(156deg, rgba(14, 27, 42, 0.9), rgba(12, 20, 32, 0.84));
  box-shadow: 0 24px 48px rgba(2, 10, 22, 0.32);
}

body.lab-subpage--profile.profile-modern .profile-card-modern::after {
  content: "";
  position: absolute;
  top: -72px;
  right: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(106, 183, 255, 0.28), rgba(106, 183, 255, 0));
  pointer-events: none;
}

body.lab-subpage--profile.profile-modern .profile-photo-wrap {
  display: flex;
  justify-content: center;
  padding: 18px 18px 0;
}

body.lab-subpage--profile.profile-modern .profile-photo-wrap .card-img-top {
  width: 210px;
  height: 210px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(179, 215, 246, 0.55);
  box-shadow: 0 16px 34px rgba(0, 10, 22, 0.36);
}

body.lab-subpage--profile.profile-modern .profile-head {
  padding: 16px 20px 0;
}

body.lab-subpage--profile.profile-modern .profile-name {
  margin: 0;
  font-size: 1.54rem;
  line-height: 1.14;
  letter-spacing: 0.01em;
  color: #f2f8ff;
}

body.lab-subpage--profile.profile-modern .profile-role {
  margin: 8px 0 0;
  color: #c7dcf0;
  font-size: 0.9rem;
  line-height: 1.45;
}

body.lab-subpage--profile.profile-modern .profile-office {
  margin: 16px 20px 0;
  padding: 12px 13px;
  border-radius: 14px;
  border: 1px solid rgba(179, 209, 238, 0.26);
  background: rgba(7, 16, 27, 0.44);
  color: #d8e8f8;
  font-size: 0.86rem;
  line-height: 1.5;
}

body.lab-subpage--profile.profile-modern .profile-office-label {
  display: block;
  color: #eff7ff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

body.lab-subpage--profile.profile-modern .profile-icon-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 16px 20px 0;
}

body.lab-subpage--profile.profile-modern .profile-icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0;
  border-radius: 12px;
  border: 1px solid rgba(181, 212, 237, 0.34);
  background: rgba(255, 255, 255, 0.04);
  color: #dcecfb;
  text-decoration: none;
  transition: transform 150ms ease, border-color 150ms ease, background-color 150ms ease;
}

body.lab-subpage--profile.profile-modern .profile-icon-link svg {
  width: 21px;
  height: 21px;
  display: block;
  fill: currentColor;
  flex: 0 0 auto;
}

body.lab-subpage--profile.profile-modern .profile-icon-link .profile-icon-brand {
  width: 24px;
  height: 24px;
  display: block;
}

body.lab-subpage--profile.profile-modern .profile-icon-link .profile-icon-ai {
  font-size: 1.58rem;
  line-height: 1;
  color: currentColor;
  display: block;
}

body.lab-subpage--profile.profile-modern .profile-icon-link > span {
  display: none;
}

body.lab-subpage--profile.profile-modern .profile-icon-link:hover {
  transform: translateY(-1px);
  border-color: rgba(210, 233, 252, 0.78);
  background: rgba(255, 255, 255, 0.12);
  color: #f4fbff;
}

body.lab-subpage--profile.profile-modern .profile-icon-link--mail {
  color: #9dc8ff;
}

body.lab-subpage--profile.profile-modern .profile-icon-link--linkedin {
  color: #80b8ff;
}

body.lab-subpage--profile.profile-modern .profile-icon-link--github {
  color: #d2e0ef;
}

body.lab-subpage--profile.profile-modern .profile-icon-link--scholar {
  color: #ffdb9b;
}

body.lab-subpage--profile.profile-modern .profile-icon-link--pgp {
  color: #9ee5c6;
}

body.lab-subpage--profile.profile-modern .profile-icon-link--cv {
  color: #f8e1a3;
}

body.lab-subpage--profile.profile-modern .profile-map-embed {
  margin: 16px 20px 20px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(172, 207, 239, 0.28);
}

body.lab-subpage--profile.profile-modern .profile-map-embed iframe {
  width: 100%;
  height: 150px;
  display: block;
}

body.lab-subpage--profile.profile-modern .profile-content-modern {
  border: 0;
  border-radius: 0;
  padding: 2px 4px 0 8px;
  background: transparent;
  box-shadow: none;
  animation: profileSlideIn 500ms ease both;
  animation-delay: 70ms;
}

body.lab-subpage--profile.profile-modern .profile-content-modern p,
body.lab-subpage--profile.profile-modern .profile-content-modern li {
  color: #dbe9f8;
  line-height: 1.62;
}

body.lab-subpage--profile.profile-modern .profile-lead {
  margin-top: 0.2rem;
  font-size: 1.04rem;
  color: #e9f4ff;
}

body.lab-subpage--profile.profile-modern .profile-content-modern h3.my-3 {
  display: inline-flex;
  align-items: center;
  margin-top: 1.45rem !important;
  margin-bottom: 0.65rem !important;
  color: #f3f8ff;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
}

body.lab-subpage--profile.profile-modern .profile-content-modern h3.my-3::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 50%;
  background: linear-gradient(145deg, #9ed5ff, #7fc8ff);
  box-shadow: 0 0 0 5px rgba(147, 203, 255, 0.16);
}

body.lab-subpage--profile.profile-modern .profile-content-modern ul {
  padding-left: 1.2rem;
}

body.lab-subpage--profile.profile-modern .profile-detail-list {
  margin: 0.25rem 0 1rem;
}

body.lab-subpage--profile.profile-modern .profile-detail-item {
  margin: 0 0 0.82rem;
}

body.lab-subpage--profile.profile-modern .profile-detail-item:last-child {
  margin-bottom: 0;
}

body.lab-subpage--profile.profile-modern .profile-detail-list--work .profile-detail-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "title period"
    "meta meta";
  column-gap: 0.7rem;
  row-gap: 0.16rem;
  align-items: start;
  margin-bottom: 1rem;
}

body.lab-subpage--profile.profile-modern .profile-detail-period {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  margin: 0;
}

body.lab-subpage--profile.profile-modern .profile-detail-list--work .profile-detail-period {
  grid-area: period;
  justify-self: end;
  margin-top: 0.1rem;
}

body.lab-subpage--profile.profile-modern .profile-detail-date {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(160, 202, 239, 0.36);
  background: rgba(8, 18, 32, 0.34);
  color: #d8ebff;
  font-size: 0.74rem;
  letter-spacing: 0.03em;
  line-height: 1.35;
  white-space: nowrap;
}

body.lab-subpage--profile.profile-modern .profile-detail-date--current {
  border-color: rgba(140, 221, 184, 0.5);
  color: #c9f0dc;
}

body.lab-subpage--profile.profile-modern .profile-detail-date-sep {
  color: rgba(197, 215, 235, 0.8);
  font-size: 0.76rem;
  text-transform: lowercase;
}

body.lab-subpage--profile.profile-modern .profile-detail-title {
  color: #eef6ff;
  font-size: 1.03rem;
  line-height: 1.32;
  letter-spacing: 0.005em;
}

body.lab-subpage--profile.profile-modern .profile-detail-list--work .profile-detail-title {
  grid-area: title;
}

body.lab-subpage--profile.profile-modern .profile-detail-meta {
  margin-top: 0.14rem;
  color: rgba(205, 222, 241, 0.82);
  font-size: 0.95rem;
  line-height: 1.36;
}

body.lab-subpage--profile.profile-modern .profile-detail-list--work .profile-detail-meta {
  grid-area: meta;
  margin-top: 0;
}

body.lab-subpage--profile.profile-modern .profile-detail-meta a {
  color: #b8dcff;
  text-decoration: none;
  border-bottom: 1px solid rgba(184, 220, 251, 0.5);
}

body.lab-subpage--profile.profile-modern .profile-detail-meta a:hover {
  color: #e6f2ff;
  border-bottom-color: rgba(232, 245, 255, 0.86);
}

body.lab-subpage--profile.profile-modern .profile-interest-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 0.2rem 0 1rem;
}

body.lab-subpage--profile.profile-modern .profile-interest-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(150, 196, 238, 0.42);
  background: rgba(9, 17, 31, 0.36);
  color: #dceefe;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

body.lab-subpage--profile.profile-modern .profile-pub-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0.42rem;
}

body.lab-subpage--profile.profile-modern .profile-pub-list > li {
  margin: 0;
  padding: 0.64rem 0;
  border-bottom: 1px solid rgba(111, 173, 215, 0.2);
  color: rgba(218, 235, 252, 0.88);
  line-height: 1.55;
}

body.lab-subpage--profile.profile-modern .profile-pub-list > li:last-child {
  border-bottom: 0;
}

body.lab-subpage--profile.profile-modern .profile-pub-list > li.pub-entry {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.86rem;
  align-items: start;
}

body.lab-subpage--profile.profile-modern .profile-pub-list .pub-entry-main {
  min-width: 0;
}

body.lab-subpage--profile.profile-modern .profile-pub-list .pub-entry-title {
  margin: 0 0 0.26rem;
  color: #f4f9ff;
  font-family: var(--font-heading);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.35;
}

body.lab-subpage--profile.profile-modern .profile-pub-list .pub-entry-meta {
  margin: 0;
  color: rgba(211, 231, 249, 0.86);
  line-height: 1.58;
}

body.lab-subpage--profile.profile-modern .profile-pub-list .pub-entry-authors {
  color: rgba(232, 244, 255, 0.95);
  font-weight: 600;
}

body.lab-subpage--profile.profile-modern .profile-pub-list .pub-entry-actions {
  min-width: 128px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 0.34rem;
}

body.lab-subpage--profile.profile-modern .profile-pub-list .pub-link-pill {
  display: inline-block;
  border: 1px solid rgba(130, 197, 241, 0.44);
  border-radius: 999px;
  padding: 0.1rem 0.5rem;
  font-size: 0.72rem;
  text-decoration: none;
  color: #d8efff;
  background: rgba(29, 78, 121, 0.38);
  white-space: nowrap;
}

body.lab-subpage--profile.profile-modern .profile-pub-list .pub-link-pill:hover {
  border-color: rgba(179, 226, 255, 0.8);
  color: #f5fbff;
  background: rgba(54, 124, 180, 0.4);
}

body.lab-subpage--profile.profile-modern .profile-pub-list .pub-entry-awards {
  margin-top: 0.38rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

body.lab-subpage--profile.profile-modern .profile-pub-list .pub-award {
  display: inline-block;
  border: 1px solid rgba(246, 199, 120, 0.52);
  border-radius: 999px;
  padding: 0.08rem 0.45rem;
  color: #ffe3b5;
  background: rgba(115, 74, 15, 0.28);
  font-size: 0.72rem;
  font-weight: 600;
}

body.lab-subpage--profile.profile-modern .profile-pub-toggle {
  border: 1px solid rgba(136, 197, 238, 0.35);
  border-radius: 999px;
  background: rgba(17, 42, 66, 0.58);
  color: rgba(224, 241, 255, 0.92);
  padding: 0.3rem 0.72rem;
  font-size: 0.76rem;
  line-height: 1;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

body.lab-subpage--profile.profile-modern .profile-pub-toggle:hover {
  border-color: rgba(173, 223, 255, 0.72);
  color: #f0f9ff;
}

body.lab-subpage--profile.profile-modern .profile-pub-toggle[hidden] {
  display: none !important;
}

body.lab-subpage--profile.profile-modern .profile-pub-list > li[hidden] {
  display: none !important;
}

body.lab-subpage--profile.profile-modern .profile-pub-list > li {
  position: relative;
  border-left: 0;
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  body.lab-subpage--profile.profile-modern .profile-container > .row {
    gap: 1rem;
  }

  body.lab-subpage--profile.profile-modern .profile-sidebar {
    position: static;
  }

  body.lab-subpage--profile.profile-modern .profile-content-modern {
    padding: 2px 0 0;
  }
}

@media screen and (max-width: 767px) {
  body.lab-subpage--profile.profile-modern .profile-photo-wrap .card-img-top {
    width: 178px;
    height: 178px;
  }

  body.lab-subpage--profile.profile-modern .profile-name {
    font-size: 1.34rem;
  }

  body.lab-subpage--profile.profile-modern .profile-icon-link {
    height: 42px;
  }

  body.lab-subpage--profile.profile-modern .profile-map-embed iframe {
    height: 136px;
  }

  body.lab-subpage--profile.profile-modern .profile-detail-title {
    font-size: 0.95rem;
  }

  body.lab-subpage--profile.profile-modern .profile-detail-meta {
    font-size: 0.88rem;
  }

  body.lab-subpage--profile.profile-modern .profile-detail-date {
    font-size: 0.7rem;
    padding: 2px 7px;
  }

  body.lab-subpage--profile.profile-modern .profile-detail-list--work .profile-detail-item {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "period"
      "meta";
    row-gap: 0.24rem;
  }

  body.lab-subpage--profile.profile-modern .profile-detail-list--work .profile-detail-period {
    justify-self: start;
    margin-top: 0;
  }

  body.lab-subpage--profile.profile-modern .profile-interest-pill {
    font-size: 0.84rem;
    padding: 6px 12px;
  }

  body.lab-subpage--profile.profile-modern .profile-pub-list > li.pub-entry {
    grid-template-columns: 1fr;
    gap: 0.48rem;
  }

  body.lab-subpage--profile.profile-modern .profile-pub-list .pub-entry-actions {
    min-width: 0;
    justify-content: flex-start;
  }

  body.lab-subpage--profile.profile-modern .profile-pub-toggle {
    margin-top: 0.2rem;
  }
}

@keyframes profileSlideIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.lab-subpage--profile.profile-modern .profile-sidebar,
  body.lab-subpage--profile.profile-modern .profile-content-modern {
    animation: none;
  }
}

body.lab-subpage--people #faculty,
body.lab-subpage--people #staff,
body.lab-subpage--people #students,
body.lab-subpage--people #alumni {
  scroll-margin-top: 132px;
}

.people-jump-nav,
.people-hero-nav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.people-hero-nav {
  margin-top: 0.95rem;
}

.people-jump-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.38rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(160, 201, 235, 0.38);
  color: #dceaf8;
  text-decoration: none;
  background: rgba(31, 44, 58, 0.48);
  transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.people-jump-link:hover {
  color: #ffffff;
  text-decoration: none;
  border-color: rgba(192, 225, 252, 0.72);
  background: rgba(66, 96, 124, 0.4);
}

body.lab-subpage--people h1.my-4 {
  margin-top: 0.35rem;
  margin-bottom: 0.65rem;
  font-size: clamp(1.25rem, 1.45vw, 1.65rem);
  line-height: 1.2;
}

body.lab-subpage--people h1.my-4 small {
  font-size: inherit;
}

body.lab-subpage--people .row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-left: 0;
  margin-right: 0;
}

body.lab-subpage--people .portfolio-item {
  flex: 0 0 calc((100% - 2.814rem) / 4);
  max-width: calc((100% - 2.814rem) / 4);
  width: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

body.lab-subpage--people .portfolio-item .card {
  padding: 1.25em 1em;
  width: 100%;
  min-height: 16.5rem;
  display: grid;
  place-content: center;
  place-items: center;
  text-align: center;
  position: relative;
  border: 0;
  border-radius: 1rem;
  background: rgba(20, 42, 66, 0.5);
  overflow: hidden;
}

body.lab-subpage--people .portfolio-item .card::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  z-index: -1;
  border: 0.125rem solid transparent;
  background: linear-gradient(45deg, #1e272e, #48627a) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

body.lab-subpage--people .portfolio-item .card-img-top {
  border-radius: 50%;
  width: clamp(88px, 36vw, 104px);
  height: clamp(88px, 36vw, 104px);
  object-fit: cover;
  object-position: top;
  margin: 0;
}

body.lab-subpage--people .portfolio-item .card-body {
  width: 100%;
  margin-top: 0.55rem;
  padding: 0;
}

body.lab-subpage--people .portfolio-item .card-title {
  color: #fff;
  letter-spacing: 0.04rem;
  font-size: clamp(0.92rem, 0.9rem + 0.2vw, 1.06rem);
  margin: 0.2rem 0 0.1rem;
  line-height: 1.2;
}

body.lab-subpage--people .portfolio-item .card-text {
  color: #afafaf;
  font-size: clamp(0.74rem, 0.72rem + 0.14vw, 0.84rem);
  line-height: 1.22;
  margin-bottom: 0.18rem;
}

body.lab-subpage--people .portfolio-item .card-footer {
  margin-top: 0.2rem;
  padding: 0;
  border-top: 0 !important;
  background: transparent;
}

body.lab-subpage--people .portfolio-item .card-body a,
body.lab-subpage--people .portfolio-item .card-footer a {
  text-decoration: none;
  color: inherit;
}

body.lab-subpage--people .portfolio-item .card .people-role-ribbon {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 32px;
  padding: 0.36rem 0.62rem;
  border-top: 1px solid rgba(168, 226, 255, 0.52);
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
  background: linear-gradient(90deg, rgba(45, 108, 171, 0.92), rgba(77, 157, 216, 0.84));
  color: #f2f9ff;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  pointer-events: none;
  box-shadow: 0 -4px 10px rgba(3, 18, 36, 0.2);
}

.people-photo-link {
  display: block;
  width: fit-content;
}

@media screen and (max-width: 1199px) {
  body.lab-subpage--people .portfolio-item {
    flex: 0 0 calc((100% - 1.876rem) / 3);
    max-width: calc((100% - 1.876rem) / 3);
  }
}

@media screen and (max-width: 767px) {
  body.lab-subpage--people .portfolio-item {
    flex: 0 0 calc((100% - 0.938rem) / 2);
    max-width: calc((100% - 0.938rem) / 2);
  }
}

@media screen and (max-width: 479px) {
  body.lab-subpage--people .portfolio-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.people-card-linkable {
  cursor: pointer;
}

body.lab-subpage--projects #current-projects,
body.lab-subpage--projects #past-projects {
  scroll-margin-top: 132px;
}

body.lab-subpage--projects {
  --projects-border: rgba(120, 184, 228, 0.2);
  --projects-border-strong: rgba(180, 225, 252, 0.44);
}

.projects-hero-nav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.95rem;
}

.projects-jump-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.38rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(160, 201, 235, 0.38);
  color: #dceaf8;
  text-decoration: none;
  background: rgba(31, 44, 58, 0.48);
  transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.projects-jump-link:hover {
  color: #ffffff;
  text-decoration: none;
  border-color: rgba(192, 225, 252, 0.72);
  background: rgba(66, 96, 124, 0.4);
}

body.lab-subpage--projects h1.my-4 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.85rem !important;
  margin-bottom: 0.8rem !important;
  font-size: 0.86rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(193, 226, 250, 0.84);
}

body.lab-subpage--projects h1.my-4::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(156, 208, 243, 0.42), rgba(156, 208, 243, 0));
}

body.lab-subpage--projects h1.my-4 small {
  font-size: inherit;
  color: inherit;
}

body.lab-subpage--projects .projects-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.05rem;
  margin-left: 0;
  margin-right: 0;
}

body.lab-subpage--projects .projects-grid > .portfolio-item {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
  width: 100%;
}

body.lab-subpage--projects .projects-grid > .portfolio-item > .card {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid var(--projects-border);
  border-radius: 12px;
  background:
    radial-gradient(circle at 90% -10%, rgba(88, 194, 255, 0.1), rgba(88, 194, 255, 0) 42%),
    linear-gradient(145deg, rgba(10, 24, 41, 0.36), rgba(15, 35, 58, 0.3));
  box-shadow: none;
  overflow: hidden;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 240ms ease;
}

body.lab-subpage--projects .projects-grid > .portfolio-item > .card::before,
body.lab-subpage--projects .projects-grid .card-body > .row > .portfolio-item > .card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 22%, rgba(177, 227, 255, 0.1) 0 2px, transparent 3px),
    linear-gradient(125deg, transparent 37%, rgba(130, 203, 255, 0.12) 37.2%, rgba(130, 203, 255, 0.12) 37.45%, transparent 37.7%);
  opacity: 0.42;
}

body.lab-subpage--projects .projects-grid > .portfolio-item:nth-child(3n + 1) > .card {
  background:
    radial-gradient(circle at 88% -20%, rgba(64, 170, 255, 0.12), rgba(64, 170, 255, 0) 42%),
    linear-gradient(145deg, rgba(10, 24, 41, 0.4), rgba(15, 35, 58, 0.32));
}

body.lab-subpage--projects .projects-grid > .portfolio-item:nth-child(3n + 2) > .card {
  background:
    radial-gradient(circle at 88% -20%, rgba(68, 227, 205, 0.1), rgba(68, 227, 205, 0) 45%),
    linear-gradient(145deg, rgba(10, 24, 41, 0.4), rgba(15, 35, 58, 0.32));
}

body.lab-subpage--projects .projects-grid > .portfolio-item:nth-child(3n) > .card {
  background:
    radial-gradient(circle at 88% -20%, rgba(130, 180, 255, 0.12), rgba(130, 180, 255, 0) 45%),
    linear-gradient(145deg, rgba(10, 24, 41, 0.4), rgba(15, 35, 58, 0.32));
}

body.lab-subpage--projects .projects-grid > .portfolio-item > .card:hover {
  transform: none;
  border-color: var(--projects-border-strong);
  box-shadow: inset 0 0 0 999px rgba(152, 214, 255, 0.04);
}

body.lab-subpage--projects .projects-grid > .portfolio-item > .card .card-body {
  padding: 1.18rem 1.2rem 1.06rem;
}

body.lab-subpage--projects .projects-grid > .portfolio-item > .card .card-footer {
  padding: 0.82rem 1.2rem 0.98rem;
  font-size: 0.92rem;
  line-height: 1.5;
  border-top-color: rgba(124, 183, 225, 0.24) !important;
}

body.lab-subpage--projects .projects-grid > .portfolio-item > .card .card-body,
body.lab-subpage--projects .projects-grid > .portfolio-item > .card .card-footer,
body.lab-subpage--projects .projects-grid .card-body > .row > .portfolio-item > .card .card-body,
body.lab-subpage--projects .projects-grid .card-body > .row > .portfolio-item > .card .card-footer {
  position: relative;
  z-index: 1;
}

body.lab-subpage--projects .projects-grid > .portfolio-item > .card .card-title {
  margin-bottom: 0.42rem;
  font-size: clamp(1.06rem, 1.02rem + 0.34vw, 1.35rem);
  line-height: 1.34;
}

body.lab-subpage--projects .projects-grid > .portfolio-item > .card .card-text {
  margin-bottom: 0.7rem;
  line-height: 1.62;
  color: rgba(224, 239, 254, 0.86);
}

body.lab-subpage--projects .project-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
}

body.lab-subpage--projects .project-desc.is-expanded {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

body.lab-subpage--projects .project-desc-toggle {
  margin: 0.1rem 0 0.5rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #9fd7ff;
  font-size: 0.82rem;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

body.lab-subpage--projects .project-desc-toggle:hover {
  color: #d6efff;
}

body.lab-subpage--projects .project-chip-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.45rem;
}

body.lab-subpage--projects .project-chip-row:last-child {
  margin-bottom: 0;
}

body.lab-subpage--projects .project-chip-label {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(198, 225, 247, 0.9);
}

body.lab-subpage--projects .project-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

body.lab-subpage--projects .project-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.64rem;
  border-radius: 999px;
  border: 1px solid rgba(121, 181, 226, 0.34);
  background: rgba(13, 30, 50, 0.42);
  color: rgba(221, 239, 255, 0.9);
  font-size: 0.74rem;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

body.lab-subpage--projects .project-chip--support {
  border-color: rgba(98, 168, 226, 0.56);
  background: rgba(54, 113, 168, 0.26);
  color: #d9efff;
}

body.lab-subpage--projects .project-chip--publication {
  border-color: rgba(176, 136, 230, 0.58);
  background: rgba(97, 64, 150, 0.3);
  color: #efdfff;
}

body.lab-subpage--projects .project-chip--people {
  border-color: rgba(96, 205, 184, 0.56);
  background: rgba(39, 128, 113, 0.28);
  color: #dbfff5;
}

body.lab-subpage--projects .project-chip--link {
  border-color: rgba(139, 191, 230, 0.44);
  background: rgba(50, 99, 145, 0.24);
}

body.lab-subpage--projects .project-chip--status {
  border-color: rgba(168, 183, 205, 0.5);
  background: rgba(64, 78, 99, 0.32);
  color: #e3edf7;
}

body.lab-subpage--projects .project-chip--status-active {
  border-color: rgba(106, 205, 157, 0.62);
  background: rgba(28, 116, 80, 0.34);
  color: #deffed;
}

body.lab-subpage--projects .project-chip--status-ongoing {
  border-color: rgba(104, 174, 230, 0.62);
  background: rgba(31, 95, 146, 0.34);
  color: #dff2ff;
}

body.lab-subpage--projects .project-chip--status-completed {
  border-color: rgba(150, 170, 196, 0.58);
  background: rgba(68, 83, 102, 0.34);
  color: #e4ebf3;
}

body.lab-subpage--projects a.project-chip:hover,
body.lab-subpage--projects a.project-chip:focus-visible {
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(6, 18, 33, 0.22);
}

body.lab-subpage--projects a.project-chip--support:hover,
body.lab-subpage--projects a.project-chip--support:focus-visible {
  border-color: rgba(138, 202, 247, 0.76);
  background: rgba(72, 137, 191, 0.38);
  color: #eaf7ff;
}

body.lab-subpage--projects a.project-chip--publication:hover,
body.lab-subpage--projects a.project-chip--publication:focus-visible {
  border-color: rgba(205, 171, 255, 0.78);
  background: rgba(128, 91, 188, 0.42);
  color: #f8efff;
}

body.lab-subpage--projects a.project-chip--person:hover,
body.lab-subpage--projects a.project-chip--person:focus-visible {
  border-color: rgba(140, 230, 213, 0.76);
  background: rgba(52, 145, 129, 0.42);
  color: #ebfffa;
}

body.lab-subpage--projects a.project-chip--link:hover,
body.lab-subpage--projects a.project-chip--link:focus-visible {
  border-color: rgba(176, 216, 248, 0.72);
  background: rgba(84, 137, 182, 0.34);
  color: #edf8ff;
}

body.lab-subpage--projects .project-chip--person {
  border-color: rgba(96, 205, 184, 0.52);
  background: rgba(29, 111, 99, 0.3);
  color: #ddfff7;
}


body.lab-subpage--projects .project-status {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.72rem;
  padding: 0.2rem 0.58rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

body.lab-subpage--projects .project-status::before {
  content: "";
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.9;
}

body.lab-subpage--projects .project-status--active {
  color: #ddffe8;
  border-color: rgba(114, 223, 171, 0.6);
  background: rgba(21, 105, 70, 0.28);
}

body.lab-subpage--projects .project-status--ongoing {
  color: #e6f6ff;
  border-color: rgba(129, 204, 248, 0.58);
  background: rgba(30, 95, 150, 0.28);
}

body.lab-subpage--projects .project-status--completed {
  color: #eef4fc;
  border-color: rgba(160, 183, 206, 0.56);
  background: rgba(45, 65, 87, 0.32);
}

body.lab-subpage--projects .project-subheading {
  margin-top: 0.95rem;
  margin-bottom: 0.62rem;
  font-size: 0.78rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(192, 223, 247, 0.8);
  transition: opacity 180ms ease, transform 180ms ease, margin 180ms ease;
}

body.lab-subpage--projects .projects-grid .card-body > .row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin-top: 0.45rem;
  gap: 0.68rem;
  margin-left: 0;
  margin-right: 0;
  transition: opacity 220ms ease, transform 220ms ease, max-height 260ms ease, margin 220ms ease, gap 220ms ease;
}

@media (hover: hover) and (pointer: fine) {
  body.lab-subpage--projects .projects-grid > .portfolio-item > .card .card-body > .project-subheading,
  body.lab-subpage--projects .projects-grid > .portfolio-item > .card .card-body > .row {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
  }

  body.lab-subpage--projects .projects-grid > .portfolio-item > .card .card-body > .project-subheading {
    margin-top: 0;
    margin-bottom: 0;
    transform: translateY(-5px);
  }

  body.lab-subpage--projects .projects-grid > .portfolio-item > .card .card-body > .row {
    margin-top: 0;
    gap: 0;
    transform: translateY(-8px);
  }

  body.lab-subpage--projects .projects-grid > .portfolio-item > .card:hover .card-body > .project-subheading,
  body.lab-subpage--projects .projects-grid > .portfolio-item > .card:focus-within .card-body > .project-subheading {
    opacity: 1;
    max-height: 3rem;
    margin-top: 0.95rem;
    margin-bottom: 0.62rem;
    transform: translateY(0);
    pointer-events: auto;
  }

  body.lab-subpage--projects .projects-grid > .portfolio-item > .card:hover .card-body > .row,
  body.lab-subpage--projects .projects-grid > .portfolio-item > .card:focus-within .card-body > .row {
    opacity: 1;
    max-height: 2400px;
    margin-top: 0.45rem;
    gap: 0.68rem;
    transform: translateY(0);
    pointer-events: auto;
  }
}

body.lab-subpage--projects .projects-grid .card-body > .row > .portfolio-item {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

body.lab-subpage--projects .projects-grid .card-body > .row > .portfolio-item > .card {
  position: relative;
  width: 100%;
  border: 1px solid rgba(106, 171, 216, 0.32);
  border-radius: 10px;
  background:
    radial-gradient(circle at 90% -20%, rgba(120, 204, 255, 0.1), rgba(120, 204, 255, 0) 42%),
    linear-gradient(145deg, rgba(9, 21, 35, 0.5), rgba(12, 31, 52, 0.44));
  box-shadow: none;
}

body.lab-subpage--projects .projects-grid .card-body > .row > .portfolio-item:nth-child(3n + 1) > .card {
  background:
    radial-gradient(circle at 86% -20%, rgba(67, 173, 255, 0.12), rgba(67, 173, 255, 0) 42%),
    linear-gradient(145deg, rgba(9, 21, 35, 0.52), rgba(12, 31, 52, 0.44));
}

body.lab-subpage--projects .projects-grid .card-body > .row > .portfolio-item:nth-child(3n + 2) > .card {
  background:
    radial-gradient(circle at 86% -20%, rgba(70, 216, 196, 0.11), rgba(70, 216, 196, 0) 42%),
    linear-gradient(145deg, rgba(9, 21, 35, 0.52), rgba(12, 31, 52, 0.44));
}

body.lab-subpage--projects .projects-grid .card-body > .row > .portfolio-item:nth-child(3n) > .card {
  background:
    radial-gradient(circle at 86% -20%, rgba(136, 184, 255, 0.12), rgba(136, 184, 255, 0) 42%),
    linear-gradient(145deg, rgba(9, 21, 35, 0.52), rgba(12, 31, 52, 0.44));
}

body.lab-subpage--projects .projects-grid .card-body > .row > .portfolio-item > .card .card-body {
  padding: 0.86rem 0.92rem 0.58rem;
}

body.lab-subpage--projects .projects-grid .card-body > .row > .portfolio-item > .card .card-footer {
  padding: 0.58rem 0.92rem 0.8rem;
  border-top-color: rgba(112, 181, 235, 0.24) !important;
  font-size: 0.86rem;
}

body.lab-subpage--projects .projects-grid .card-body > .row > .portfolio-item > .card .card-title {
  font-size: 0.94rem;
  line-height: 1.4;
}

body.lab-subpage--projects .projects-grid .card-img-top {
  display: block !important;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-bottom: 1px solid rgba(113, 177, 233, 0.22);
}

body.lab-subpage--projects .projects-grid > .portfolio-item > .card > .card-img-top {
  height: 210px;
}

body.lab-subpage--projects .projects-grid .card-body > .row > .portfolio-item > .card > .card-img-top {
  height: 140px;
}

body.lab-subpage--projects .project-subprojects {
  margin-top: 0.6rem;
  border: 1px solid rgba(117, 183, 227, 0.26);
  border-radius: 10px;
  background: rgba(9, 28, 50, 0.36);
  padding: 0.4rem 0.55rem;
}

body.lab-subpage--projects .project-subprojects > summary {
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(214, 234, 252, 0.9);
  list-style: none;
}

body.lab-subpage--projects .project-subprojects > summary::-webkit-details-marker {
  display: none;
}

body.lab-subpage--projects .project-subprojects[open] > summary {
  margin-bottom: 0.55rem;
}

body.lab-subpage--projects .projects-grid .card-footer + .card-footer {
  border-top-color: rgba(124, 183, 225, 0.22) !important;
}

@media screen and (max-width: 991px) {
  body.lab-subpage--projects .projects-grid {
    grid-template-columns: 1fr;
  }

  body.lab-subpage--projects .projects-grid > .portfolio-item > .card > .card-img-top {
    height: 190px;
  }
}

@media screen and (max-width: 767px) {
  body.lab-subpage--projects .projects-grid > .portfolio-item > .card .card-body {
    padding: 0.96rem 0.95rem 0.88rem;
  }

  body.lab-subpage--projects .projects-grid > .portfolio-item > .card .card-footer {
    padding: 0.72rem 0.95rem 0.9rem;
  }

  body.lab-subpage--projects .projects-grid > .portfolio-item > .card > .card-img-top {
    height: 176px;
  }

  body.lab-subpage--projects .projects-grid .card-body > .row > .portfolio-item > .card > .card-img-top {
    height: 126px;
  }

  body.lab-subpage--projects .projects-grid .card-body > .row {
    grid-template-columns: 1fr;
  }
}

body.lab-subpage--publications h1.my-4 {
  margin-top: 0.35rem !important;
  margin-bottom: 0.82rem !important;
  font-size: 0.86rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(192, 225, 250, 0.84);
}

body.lab-subpage--publications h1.my-4 small {
  font-size: inherit;
  color: inherit;
}

body.lab-subpage--publications .pub-toolbar {
  margin-bottom: 0.9rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(124, 189, 235, 0.26);
  border-radius: 12px;
  background:
    radial-gradient(circle at 90% -12%, rgba(88, 194, 255, 0.1), rgba(88, 194, 255, 0) 45%),
    linear-gradient(145deg, rgba(10, 24, 41, 0.36), rgba(15, 35, 58, 0.3));
}

body.lab-subpage--publications .pub-toolbar__top {
  display: flex;
  gap: 0.8rem;
  align-items: end;
  flex-wrap: wrap;
}

body.lab-subpage--publications .pub-toolbar__search-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 260px;
  flex: 1 1 360px;
}

body.lab-subpage--publications .pub-toolbar__search-wrap > span {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(185, 217, 243, 0.86);
}

body.lab-subpage--publications .pub-toolbar__search {
  width: 100%;
  height: 42px;
  border: 1px solid rgba(128, 191, 235, 0.36);
  border-radius: 999px;
  background: rgba(10, 23, 38, 0.58);
  color: #e9f4ff;
  padding: 0 0.95rem;
}

body.lab-subpage--publications .pub-toolbar__search::placeholder {
  color: rgba(167, 200, 226, 0.74);
}

body.lab-subpage--publications .pub-toolbar__summary {
  margin-left: auto;
  font-size: 0.8rem;
  color: rgba(203, 230, 251, 0.88);
}

body.lab-subpage--publications .pub-toolbar__filters {
  margin-top: 0.82rem;
  display: grid;
  gap: 0.62rem;
}

body.lab-subpage--publications .pub-toolbar__group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.42rem;
}

body.lab-subpage--publications .pub-toolbar__group > strong {
  margin-right: 0.38rem;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(183, 217, 245, 0.8);
}

body.lab-subpage--publications .pub-chip {
  border: 1px solid rgba(136, 197, 238, 0.35);
  border-radius: 999px;
  background: rgba(17, 42, 66, 0.6);
  color: rgba(224, 241, 255, 0.92);
  padding: 0.3rem 0.7rem;
  font-size: 0.75rem;
  line-height: 1;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

body.lab-subpage--publications .pub-chip:hover {
  border-color: rgba(173, 223, 255, 0.72);
}

body.lab-subpage--publications .pub-chip.is-active {
  border-color: rgba(181, 228, 255, 0.9);
  background: rgba(49, 116, 172, 0.52);
  color: #f0f9ff;
}

body.lab-subpage--publications .pub-empty-state {
  margin: 0.75rem 0 0.95rem;
  border: 1px solid rgba(124, 189, 235, 0.22);
  background: rgba(12, 29, 48, 0.5);
  padding: 0.8rem 0.95rem;
  color: rgba(205, 230, 250, 0.88);
}

body.lab-subpage--publications .pub-section {
  margin-bottom: 0.68rem;
  border: 1px solid rgba(122, 186, 230, 0.22);
  border-radius: 12px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% -18%, rgba(88, 194, 255, 0.09), rgba(88, 194, 255, 0) 42%),
    linear-gradient(145deg, rgba(10, 24, 41, 0.32), rgba(15, 35, 58, 0.26));
}

body.lab-subpage--publications .pub-section__head {
  border-bottom: 1px solid rgba(122, 186, 230, 0.18);
}

body.lab-subpage--publications .pub-section__toggle {
  width: 100%;
  border: 0;
  background: transparent;
  color: #edf6ff;
  text-align: left;
  padding: 0.72rem 0.9rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.6rem;
  align-items: center;
}

body.lab-subpage--publications .pub-section__toggle::after {
  content: "−";
  font-size: 1rem;
  color: rgba(201, 231, 252, 0.9);
}

body.lab-subpage--publications .pub-section.is-collapsed .pub-section__toggle::after {
  content: "+";
}

body.lab-subpage--publications .pub-section__title {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(208, 232, 250, 0.9);
}

body.lab-subpage--publications .pub-section__count {
  border: 1px solid rgba(126, 188, 229, 0.34);
  border-radius: 999px;
  padding: 0.12rem 0.48rem;
  font-size: 0.72rem;
  color: rgba(226, 243, 255, 0.92);
}

body.lab-subpage--publications .publication-list {
  list-style: none;
  margin: 0;
  padding: 0.58rem 0.72rem 0.72rem;
}

body.lab-subpage--publications .publication-list > li {
  margin: 0;
  margin-bottom: 0.5rem;
  padding: 0.62rem 0.74rem;
  border: 1px solid rgba(116, 181, 225, 0.2);
  border-left: 2px solid rgba(116, 181, 225, 0.44);
  border-radius: 8px;
  color: rgba(218, 235, 252, 0.88);
  line-height: 1.55;
  background: rgba(8, 20, 33, 0.38);
}

body.lab-subpage--publications .publication-list > li:last-child {
  margin-bottom: 0;
}

body.lab-subpage--publications .publication-list > li:hover {
  background: rgba(16, 38, 61, 0.42);
}

body.lab-subpage--publications .publication-list > li .pub-link-pill {
  display: inline-block;
  margin-left: 0.25rem;
  border: 1px solid rgba(130, 197, 241, 0.44);
  border-radius: 999px;
  padding: 0.1rem 0.5rem;
  font-size: 0.72rem;
  text-decoration: none;
  color: #d8efff;
  background: rgba(29, 78, 121, 0.38);
}

body.lab-subpage--publications .publication-list > li .pub-entry-title {
  margin: 0 0 0.26rem;
  color: #f4f9ff;
  font-family: var(--font-heading);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.35;
}

body.lab-subpage--publications .publication-list > li .pub-link-pill:hover {
  border-color: rgba(179, 226, 255, 0.8);
  color: #f5fbff;
  background: rgba(54, 124, 180, 0.4);
}

body.lab-subpage--publications .publication-list > li .pub-award {
  display: inline-block;
  margin-left: 0.35rem;
  border: 1px solid rgba(246, 199, 120, 0.52);
  border-radius: 999px;
  padding: 0.08rem 0.45rem;
  color: #ffe3b5;
  background: rgba(115, 74, 15, 0.28);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: none;
}

@media screen and (max-width: 767px) {
  body.lab-subpage--publications .pub-toolbar {
    padding: 0.85rem 0.75rem;
  }

  body.lab-subpage--publications .pub-toolbar__summary {
    margin-left: 0;
  }

  body.lab-subpage--publications .pub-section__toggle {
    padding: 0.65rem 0.72rem;
  }

  body.lab-subpage--publications .publication-list {
    padding: 0.45rem 0.5rem 0.55rem;
  }

  body.lab-subpage--publications .publication-list > li {
    padding: 0.52rem 0.56rem;
  }
}

body.lab-subpage--projects .projects-grid > .portfolio-item {
  border-top: 0;
  padding-top: 0;
}

body.lab-subpage--projects .projects-grid > .portfolio-item:first-child {
  border-top: 0;
  padding-top: 0;
}


body.lab-subpage--projects .projects-grid > .portfolio-item > .card,
body.lab-subpage--projects .projects-grid .card-body > .row > .portfolio-item > .card {
  border: 1px solid rgba(118, 182, 224, 0.24);
  border-radius: 14px;
  background:
    radial-gradient(circle at 90% -12%, rgba(106, 196, 255, 0.14), rgba(106, 196, 255, 0) 45%),
    linear-gradient(150deg, rgba(11, 28, 47, 0.62), rgba(13, 34, 58, 0.54));
  box-shadow: 0 10px 24px rgba(3, 13, 26, 0.16);
  overflow: hidden;
}

body.lab-subpage--projects .projects-grid > .portfolio-item > .card::before,
body.lab-subpage--projects .projects-grid .card-body > .row > .portfolio-item > .card::before {
  display: none;
}

body.lab-subpage--projects .projects-grid > .portfolio-item > .card .card-body {
  padding: 1rem 1.12rem 0.42rem;
}

body.lab-subpage--projects .projects-grid > .portfolio-item > .card .card-footer {
  padding: 0.22rem 1.12rem 1.02rem;
  border-top: 0 !important;
}

body.lab-subpage--projects .projects-grid .card-body > .row {
  margin-top: 0.68rem;
  gap: 0.58rem;
}

body.lab-subpage--projects .projects-grid .card-body > .row > .portfolio-item > .card {
  border-radius: 11px;
  padding-left: 0.86rem;
  border-left: 2px solid rgba(124, 187, 228, 0.42);
}

body.lab-subpage--projects .projects-grid .card-body > .row > .portfolio-item > .card .card-body {
  padding: 0.34rem 0 0.22rem;
}

body.lab-subpage--projects .projects-grid .card-body > .row > .portfolio-item > .card .card-footer {
  padding: 0.08rem 0 0.48rem;
  border-top: 0 !important;
}

body.lab-subpage--publications .pub-toolbar {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0.2rem 0 0.8rem;
  margin-bottom: 0.65rem;
  border-bottom: 1px solid rgba(122, 186, 230, 0.28);
}

body.lab-subpage--publications .pub-section {
  border: 0;
  border-radius: 0;
  background: transparent;
  margin-bottom: 0.55rem;
}

body.lab-subpage--publications .pub-section__head {
  border-bottom: 1px solid rgba(122, 186, 230, 0.24);
}

body.lab-subpage--publications .pub-section__toggle {
  padding-left: 0;
  padding-right: 0;
}

body.lab-subpage--publications .publication-list {
  padding: 0.5rem 0 0.38rem;
}

body.lab-subpage--publications .publication-list > li {
  margin-bottom: 0;
  padding: 0.62rem 0;
  border: 0;
  border-left: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(111, 173, 215, 0.2);
  background: transparent;
}

body.lab-subpage--publications .publication-list > li:last-child {
  border-bottom: 0;
}

body.lab-subpage--publications .publication-list > li:hover {
  background: transparent;
}

body.lab-subpage--sponsors h1.my-4 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.85rem !important;
  margin-bottom: 0.8rem !important;
  font-size: 0.86rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(192, 225, 250, 0.84);
}

body.lab-subpage--sponsors h1.my-4::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(156, 208, 243, 0.42), rgba(156, 208, 243, 0));
}

body.lab-subpage--sponsors h1.my-4 small {
  font-size: inherit;
  color: inherit;
}

body.lab-subpage--sponsors .sponsors-intro {
  margin: 0 0 0.9rem;
  color: rgba(205, 228, 248, 0.84);
}

body.lab-subpage--sponsors .sponsors-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.72rem;
  margin-left: 0;
  margin-right: 0;
}

body.lab-subpage--sponsors .sponsors-grid > [class*="col-"] {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

body.lab-subpage--sponsors .sponsor-card {
  border: 1px solid rgba(124, 188, 230, 0.22);
  border-radius: 14px;
  background:
    radial-gradient(circle at 88% -14%, rgba(89, 194, 255, 0.1), rgba(89, 194, 255, 0) 42%),
    linear-gradient(145deg, rgba(10, 24, 41, 0.38), rgba(15, 35, 58, 0.31));
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(3, 13, 26, 0.16);
}

body.lab-subpage--sponsors .sponsor-card:hover {
  border-color: rgba(175, 224, 255, 0.56);
  transform: translateY(-2px);
}

body.lab-subpage--sponsors .sponsor-card .card-body {
  display: block;
  padding: 0.72rem 0.72rem 0.78rem;
  border-top: 1px solid rgba(122, 184, 224, 0.16) !important;
}

body.lab-subpage--sponsors .sponsor-card .card-title {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.38;
  text-align: center !important;
  color: rgba(226, 241, 255, 0.94);
}

body.lab-subpage--sponsors .sponsor-logo {
  height: 112px;
  width: 100%;
  object-fit: contain;
  background: transparent;
  padding: 0.85rem;
  border-radius: 0;
  filter: saturate(1.05) contrast(1.03);
}

body.lab-subpage--sponsors .sponsor-logo--utsa-light {
  display: none;
}

body.lab-subpage--sponsors .sponsor-logo--wsu-light {
  display: none;
}

body.lab-subpage--sponsors .sponsor-logo[src$=".jpg"],
body.lab-subpage--sponsors .sponsor-logo[src$=".jpeg"] {
  border-radius: 10px;
}

@media screen and (max-width: 1199px) {
  body.lab-subpage--sponsors .sponsors-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  body.lab-subpage--sponsors .sponsors-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
  }

  body.lab-subpage--sponsors .sponsor-logo {
    height: 96px;
    padding: 0.6rem;
  }

  body.lab-subpage--sponsors .sponsor-card .card-title {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 479px) {
  body.lab-subpage--sponsors .sponsors-grid {
    grid-template-columns: 1fr;
  }
}

body.lab-subpage--publications .publication-list > li.pub-entry {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.86rem;
  align-items: start;
}

body.lab-subpage--publications .pub-entry-main {
  min-width: 0;
}

body.lab-subpage--publications .pub-entry-meta {
  margin: 0;
  color: rgba(211, 231, 249, 0.86);
  line-height: 1.58;
}

body.lab-subpage--publications .pub-entry-authors {
  color: rgba(232, 244, 255, 0.95);
  font-weight: 600;
}

body.lab-subpage--publications .pub-entry-actions {
  min-width: 128px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 0.34rem;
}

body.lab-subpage--publications .pub-entry-actions .pub-link-pill {
  margin-left: 0;
  white-space: nowrap;
}

body.lab-subpage--publications .pub-entry-actions .pub-link-pill--icon {
  padding: 0.08rem 0.32rem;
}

body.lab-subpage--publications .pub-entry-actions .pub-link-pill--icon img {
  display: block;
  width: auto;
  height: 18px;
}

body.lab-subpage--publications .pub-entry-awards {
  margin-top: 0.38rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

body.lab-subpage--publications .pub-entry-awards .pub-award {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  body.lab-subpage--publications .publication-list > li.pub-entry {
    grid-template-columns: 1fr;
    gap: 0.48rem;
  }

  body.lab-subpage--publications .pub-entry-actions {
    min-width: 0;
    justify-content: flex-start;
  }
}

/* Theme: light mode overrides */
html[data-theme="light"] body.lab-subpage {
  background: #eef3fa;
  background-image: none !important;
  color: #16324e;
}

html[data-theme="light"] .page-wrap::before {
  background-image:
    radial-gradient(1500px 900px at 84% -18%, rgba(112, 171, 227, 0.28), rgba(112, 171, 227, 0) 62%),
    radial-gradient(1300px 860px at 7% -18%, rgba(162, 204, 242, 0.32), rgba(162, 204, 242, 0) 66%),
    linear-gradient(180deg, #f9fbff 0%, #edf3fa 60%, #e8eef7 100%);
}

html[data-theme="light"] .header__nav-link,
html[data-theme="light"] .menu__nav-link,
html[data-theme="light"] .footer__nav-link {
  color: #163a5d;
}

html[data-theme="light"] [data-anim="link"]::after {
  background: #2d5f8f;
}

html[data-theme="light"] [data-anim="link"][aria-current="page"] {
  color: #0f3559;
}

html[data-theme="light"] .header__humburger-line {
  background-color: #285882;
}

html[data-theme="light"] .header-absolute.is-scrolled .header__columns {
  border-color: rgba(109, 165, 211, 0.36);
  background: rgba(239, 247, 255, 0.72);
  box-shadow: 0 10px 22px rgba(66, 97, 131, 0.12);
}

html[data-theme="light"] .theme-toggle {
  border-color: rgba(67, 126, 182, 0.42);
  background: rgba(236, 244, 252, 0.94);
  color: #174266;
}

html[data-theme="light"] .theme-toggle:hover {
  border-color: rgba(58, 120, 178, 0.62);
  background: rgba(218, 234, 248, 0.98);
}

html[data-theme="light"] .section-hero-panel {
  border-color: rgba(112, 166, 214, 0.26);
  background:
    linear-gradient(110deg, rgba(222, 234, 246, 0.58) 0%, rgba(214, 228, 242, 0.6) 56%, rgba(205, 220, 235, 0.62) 100%),
    rgba(216, 229, 242, 0.56);
  box-shadow: inset 0 0 0 1px rgba(244, 250, 255, 0.3);
  -webkit-backdrop-filter: blur(2px) saturate(108%);
  backdrop-filter: blur(2px) saturate(108%);
}

html[data-theme="light"] .section-kicker {
  border-color: rgba(90, 151, 205, 0.42);
  background: rgba(226, 239, 252, 0.62);
  color: #194267;
}

html[data-theme="light"] h1,
html[data-theme="light"] h2,
html[data-theme="light"] h3,
html[data-theme="light"] h4,
html[data-theme="light"] h5,
html[data-theme="light"] .card-title,
html[data-theme="light"] .navbar-brand {
  color: #0f2f4d;
}

html[data-theme="light"] .card {
  border-color: rgba(122, 173, 215, 0.3);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 30px rgba(64, 94, 130, 0.12);
}

html[data-theme="light"] .card-body,
html[data-theme="light"] .card-footer {
  border-top-color: rgba(122, 173, 215, 0.24) !important;
}

html[data-theme="light"] .card-title a,
html[data-theme="light"] .card-body a,
html[data-theme="light"] .card-footer a,
html[data-theme="light"] li a {
  color: #1f5f95;
}

html[data-theme="light"] .card-title a:hover,
html[data-theme="light"] .card-body a:hover,
html[data-theme="light"] .card-footer a:hover,
html[data-theme="light"] li a:hover {
  color: #0f3559;
}

html[data-theme="light"] .card-text,
html[data-theme="light"] p,
html[data-theme="light"] li,
html[data-theme="light"] small,
html[data-theme="light"] b {
  color: rgba(24, 52, 80, 0.92);
}

html[data-theme="light"] .btn.btn-primary {
  border-color: rgba(82, 139, 191, 0.5);
  background: rgba(105, 166, 217, 0.2);
  color: #123b61;
}

html[data-theme="light"] .btn.btn-primary:hover {
  border-color: rgba(68, 126, 178, 0.72);
  background: rgba(89, 152, 206, 0.3);
}

html[data-theme="light"] .menu__content {
  background-color: #e7f0f9;
  background-image:
    radial-gradient(circle farthest-side at -30% 130%, rgba(132, 183, 228, 0.44), rgba(132, 183, 228, 0) 52%),
    radial-gradient(circle farthest-side at 150% -30%, rgba(132, 183, 228, 0.4), rgba(132, 183, 228, 0) 52%);
}

html[data-theme="light"] .footer__copyright-line {
  color: rgba(17, 47, 76, 0.86);
}

html[data-theme="light"] body.lab-subpage--profile.profile-modern .profile-card-modern {
  border-color: rgba(122, 173, 215, 0.32);
  background:
    radial-gradient(circle at 88% -16%, rgba(123, 196, 247, 0.2), rgba(123, 196, 247, 0) 42%),
    rgba(242, 248, 255, 0.9);
  box-shadow: 0 16px 34px rgba(62, 93, 127, 0.12);
}

html[data-theme="light"] body.lab-subpage--profile.profile-modern .profile-content-modern {
  border: 0;
  border-radius: 0;
  padding: 2px 4px 0 8px;
  background: transparent;
  box-shadow: none;
}

html[data-theme="light"] body.lab-subpage--profile.profile-modern .profile-office,
html[data-theme="light"] body.lab-subpage--profile.profile-modern .profile-interest-pill,
html[data-theme="light"] body.lab-subpage--profile.profile-modern .profile-detail-date,
html[data-theme="light"] body.lab-subpage--profile.profile-modern .profile-pub-list > li {
  border-color: rgba(114, 168, 212, 0.28);
  background: rgba(236, 245, 253, 0.92);
}

html[data-theme="light"] body.lab-subpage--profile.profile-modern .profile-interest-pill {
  border-color: rgba(119, 169, 209, 0.34);
  background: rgba(223, 237, 249, 0.84);
  color: #2b5a82;
}

html[data-theme="light"] body.lab-subpage--profile.profile-modern .profile-detail-date {
  border-color: rgba(118, 171, 211, 0.48);
  background: rgba(215, 231, 245, 0.88);
  color: #2d5c84;
}

html[data-theme="light"] body.lab-subpage--profile.profile-modern .profile-detail-date--current {
  border-color: rgba(104, 170, 131, 0.52);
  background: rgba(211, 239, 223, 0.9);
  color: #2a6c46;
}

html[data-theme="light"] body.lab-subpage--profile.profile-modern .profile-detail-date-sep {
  color: rgba(50, 90, 125, 0.86);
}

html[data-theme="light"] body.lab-subpage--profile.profile-modern .profile-pub-list {
  display: block;
}

html[data-theme="light"] body.lab-subpage--profile.profile-modern .profile-pub-list > li {
  margin: 0;
  padding: 0.64rem 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(129, 184, 223, 0.28);
  background: transparent;
}

html[data-theme="light"] body.lab-subpage--profile.profile-modern .profile-pub-list > li:last-child {
  border-bottom: 0;
}

html[data-theme="light"] body.lab-subpage--profile.profile-modern .profile-pub-list .pub-entry-authors {
  color: #2a567c !important;
}

html[data-theme="light"] body.lab-subpage--profile.profile-modern .profile-icon-link {
  border-color: rgba(114, 168, 212, 0.36);
  background: rgba(238, 246, 253, 0.92);
}

html[data-theme="light"] body.lab-subpage--profile.profile-modern .profile-icon-link:hover {
  border-color: rgba(93, 151, 201, 0.62);
  background: rgba(222, 238, 250, 0.95);
}

html[data-theme="light"] body.lab-subpage--profile.profile-modern .profile-icon-link--linkedin {
  color: #1f5c90;
}

html[data-theme="light"] body.lab-subpage--profile.profile-modern .profile-icon-link--linkedin .profile-icon-brand {
  filter: brightness(0) saturate(100%) invert(28%) sepia(59%) saturate(1198%) hue-rotate(176deg) brightness(93%) contrast(89%);
}

/* Light theme contrast guardrail */
html[data-theme="light"] body.lab-subpage :where(
  p,
  li,
  small,
  b,
  .card-text,
  .profile-role,
  .profile-lead,
  .profile-detail-meta,
  .pub-entry-meta,
  .publication-list > li
) {
  color: #1b446b !important;
}

html[data-theme="light"] body.lab-subpage :where(
  h1,
  h2,
  h3,
  h4,
  h5,
  .card-title,
  .card-title a,
  .profile-name,
  .profile-detail-title,
  .pub-entry-title
) {
  color: #0f2f4d !important;
}

html[data-theme="light"] body.lab-subpage :where(
  a,
  .card-title a,
  .card-body a,
  .card-footer a,
  li a
) {
  color: #1a5a8f !important;
}

html[data-theme="light"] body.lab-subpage :where(
  a:hover,
  .card-title a:hover,
  .card-body a:hover,
  .card-footer a:hover,
  li a:hover
) {
  color: #123f66 !important;
}

html[data-theme="light"] body.lab-subpage .btn.btn-primary,
html[data-theme="light"] body.lab-subpage .pub-link-pill,
html[data-theme="light"] body.lab-subpage .profile-pub-toggle {
  border-color: rgba(52, 111, 167, 0.86) !important;
  background: rgba(73, 140, 196, 0.24) !important;
  color: #0f3658 !important;
}

html[data-theme="light"] body.lab-subpage .btn.btn-primary:hover,
html[data-theme="light"] body.lab-subpage .pub-link-pill:hover,
html[data-theme="light"] body.lab-subpage .profile-pub-toggle:hover {
  border-color: rgba(39, 95, 148, 0.95) !important;
  background: rgba(61, 129, 187, 0.34) !important;
  color: #0d2f4d !important;
}

/* Keep News page CTA as text-style link in light mode */
html[data-theme="light"] body.lab-subpage--news .news-feed > .col-sm-4.my-4 .card-footer .btn.btn-primary {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
  color: #184f7d !important;
}

html[data-theme="light"] body.lab-subpage--news .news-feed > .col-sm-4.my-4 .card-footer .btn.btn-primary:hover {
  background: none !important;
  color: #103a5e !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

html[data-theme="light"] body.lab-subpage--news .news-feed > .col-sm-4.my-4 .card-img-top {
  background: transparent !important;
  border-color: rgba(124, 173, 210, 0.24) !important;
  box-shadow: none !important;
  filter: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

html[data-theme="light"] body.lab-subpage--people .people-jump-link {
  border-color: rgba(119, 169, 209, 0.28);
  color: #1f5685;
  background: rgba(205, 220, 235, 0.52);
}

html[data-theme="light"] body.lab-subpage--people .people-jump-link:hover {
  color: #123f66;
  border-color: rgba(97, 149, 192, 0.5);
  background: rgba(195, 214, 233, 0.74);
}

html[data-theme="light"] body.lab-subpage--people h1.my-4 {
  margin-top: 0.35rem !important;
  margin-bottom: 0.65rem !important;
  font-size: clamp(1.25rem, 1.45vw, 1.65rem);
  line-height: 1.2;
  letter-spacing: 0.01em;
}

html[data-theme="light"] body.lab-subpage--people h1.my-4 small {
  display: inline;
  font-size: 1em;
  font-weight: 700;
  color: #14385b;
}

html[data-theme="light"] body.lab-subpage--people .portfolio-item .card {
  border: 1px solid rgba(123, 176, 218, 0.24);
  background:
    radial-gradient(circle at 90% -12%, rgba(143, 202, 248, 0.18), rgba(143, 202, 248, 0) 45%),
    rgba(222, 234, 246, 0.56);
  box-shadow: 0 12px 26px rgba(62, 92, 126, 0.1);
}

html[data-theme="light"] body.lab-subpage--people .portfolio-item .card::before {
  border-width: 1px;
  background: linear-gradient(35deg, rgba(120, 166, 203, 0.34), rgba(170, 207, 236, 0.44)) border-box;
}

html[data-theme="light"] body.lab-subpage--people .portfolio-item .card-img-top {
  border: 1px solid rgba(122, 176, 218, 0.36);
  box-shadow: 0 6px 14px rgba(52, 84, 118, 0.16);
}

html[data-theme="light"] body.lab-subpage--people .portfolio-item .card-title {
  color: #143b61;
}

html[data-theme="light"] body.lab-subpage--people .portfolio-item .card-text {
  color: rgba(28, 67, 103, 0.9);
}

html[data-theme="light"] body.lab-subpage--people .portfolio-item .card .people-role-ribbon {
  border-top-color: rgba(133, 179, 214, 0.54);
  background: linear-gradient(90deg, rgba(84, 142, 194, 0.88), rgba(118, 179, 225, 0.84));
  color: #f7fbff;
  box-shadow: 0 -4px 10px rgba(52, 87, 120, 0.14);
}

html[data-theme="light"] body.lab-subpage--projects .projects-jump-link {
  border-color: rgba(119, 169, 209, 0.28);
  color: #1f5685;
  background: rgba(205, 220, 235, 0.52);
}

html[data-theme="light"] body.lab-subpage--projects .projects-jump-link:hover {
  color: #123f66;
  border-color: rgba(97, 149, 192, 0.5);
  background: rgba(195, 214, 233, 0.74);
}

html[data-theme="light"] body.lab-subpage--projects h1.my-4 {
  color: rgba(24, 66, 102, 0.88);
}

html[data-theme="light"] body.lab-subpage--projects h1.my-4::after {
  background: linear-gradient(90deg, rgba(132, 186, 225, 0.42), rgba(132, 186, 225, 0));
}

html[data-theme="light"] body.lab-subpage--projects .projects-grid > .portfolio-item {
  border-top-color: rgba(129, 184, 223, 0.32);
}

html[data-theme="light"] body.lab-subpage--projects .projects-grid > .portfolio-item > .card,
html[data-theme="light"] body.lab-subpage--projects .projects-grid .card-body > .row > .portfolio-item > .card {
  border: 1px solid rgba(123, 176, 218, 0.24);
  border-radius: 14px;
  background:
    radial-gradient(circle at 90% -12%, rgba(143, 202, 248, 0.16), rgba(143, 202, 248, 0) 46%),
    rgba(224, 236, 248, 0.46);
  box-shadow: 0 10px 24px rgba(63, 95, 129, 0.08);
}

html[data-theme="light"] body.lab-subpage--projects .projects-grid > .portfolio-item > .card::before,
html[data-theme="light"] body.lab-subpage--projects .projects-grid .card-body > .row > .portfolio-item > .card::before {
  display: none;
}

html[data-theme="light"] body.lab-subpage--projects .projects-grid > .portfolio-item > .card .card-body,
html[data-theme="light"] body.lab-subpage--projects .projects-grid > .portfolio-item > .card .card-footer,
html[data-theme="light"] body.lab-subpage--projects .projects-grid .card-body > .row > .portfolio-item > .card .card-body,
html[data-theme="light"] body.lab-subpage--projects .projects-grid .card-body > .row > .portfolio-item > .card .card-footer {
  background: transparent;
}

html[data-theme="light"] body.lab-subpage--projects .projects-grid > .portfolio-item > .card .card-title {
  color: #12395d;
}

html[data-theme="light"] body.lab-subpage--projects .projects-grid > .portfolio-item > .card .card-text {
  color: rgba(26, 67, 102, 0.92);
}

html[data-theme="light"] body.lab-subpage--projects .project-subheading {
  color: rgba(33, 88, 133, 0.84);
}

html[data-theme="light"] body.lab-subpage--projects .projects-grid .card-body > .row > .portfolio-item > .card {
  padding-left: 0.86rem;
  border-left: 2px solid rgba(121, 179, 220, 0.46);
  box-shadow: none;
}

html[data-theme="light"] body.lab-subpage--projects .project-status {
  border-color: rgba(122, 177, 214, 0.44);
}

html[data-theme="light"] body.lab-subpage--projects .project-status--active {
  color: #1f7653;
  border-color: rgba(86, 168, 128, 0.52);
  background: rgba(116, 197, 158, 0.2);
}

html[data-theme="light"] body.lab-subpage--projects .project-status--ongoing {
  color: #1c587f;
  border-color: rgba(92, 153, 199, 0.54);
  background: rgba(126, 186, 230, 0.22);
}

html[data-theme="light"] body.lab-subpage--projects .project-status--completed {
  color: #4a5d73;
  border-color: rgba(142, 170, 197, 0.56);
  background: rgba(180, 201, 223, 0.26);
}

html[data-theme="light"] body.lab-subpage--projects .project-chip-label {
  color: rgba(38, 83, 118, 0.9);
}

html[data-theme="light"] body.lab-subpage--projects .project-desc-toggle {
  color: #2f6897;
}

html[data-theme="light"] body.lab-subpage--projects .project-desc-toggle:hover {
  color: #1e527e;
}

html[data-theme="light"] body.lab-subpage--projects .project-chip {
  border-color: rgba(132, 181, 217, 0.52);
  background: rgba(223, 236, 248, 0.86);
  color: #214d74;
}

html[data-theme="light"] body.lab-subpage--projects .project-chip--support {
  border-color: rgba(92, 152, 199, 0.62);
  background: rgba(178, 214, 240, 0.56);
  color: #0f446c;
}

html[data-theme="light"] body.lab-subpage--projects .project-chip--publication {
  border-color: rgba(162, 138, 204, 0.62);
  background: rgba(219, 204, 238, 0.62);
  color: #4e336f;
}

html[data-theme="light"] body.lab-subpage--projects .project-chip--people {
  border-color: rgba(102, 176, 163, 0.64);
  background: rgba(191, 233, 225, 0.66);
  color: #1b5c52;
}

html[data-theme="light"] body.lab-subpage--projects .project-chip--status {
  border-color: rgba(146, 169, 196, 0.62);
  background: rgba(210, 223, 237, 0.72);
  color: #355575;
}

html[data-theme="light"] body.lab-subpage--projects .project-chip--status-active {
  border-color: rgba(96, 171, 134, 0.68);
  background: rgba(185, 232, 208, 0.66);
  color: #15553b;
}

html[data-theme="light"] body.lab-subpage--projects .project-chip--status-ongoing {
  border-color: rgba(100, 157, 207, 0.68);
  background: rgba(188, 220, 244, 0.66);
  color: #164a78;
}

html[data-theme="light"] body.lab-subpage--projects .project-chip--status-completed {
  border-color: rgba(145, 166, 190, 0.66);
  background: rgba(214, 224, 236, 0.72);
  color: #37506a;
}

html[data-theme="light"] body.lab-subpage--projects a.project-chip:hover,
html[data-theme="light"] body.lab-subpage--projects a.project-chip:focus-visible {
  box-shadow: 0 4px 10px rgba(78, 113, 146, 0.18);
}

html[data-theme="light"] body.lab-subpage--projects a.project-chip--support:hover,
html[data-theme="light"] body.lab-subpage--projects a.project-chip--support:focus-visible {
  border-color: rgba(88, 149, 197, 0.82);
  background: rgba(162, 205, 237, 0.9);
  color: #0f436a;
}

html[data-theme="light"] body.lab-subpage--projects a.project-chip--publication:hover,
html[data-theme="light"] body.lab-subpage--projects a.project-chip--publication:focus-visible {
  border-color: rgba(151, 124, 193, 0.82);
  background: rgba(210, 191, 233, 0.9);
  color: #4a3169;
}

html[data-theme="light"] body.lab-subpage--projects a.project-chip--person:hover,
html[data-theme="light"] body.lab-subpage--projects a.project-chip--person:focus-visible {
  border-color: rgba(91, 165, 151, 0.82);
  background: rgba(178, 225, 216, 0.92);
  color: #1a584f;
}

html[data-theme="light"] body.lab-subpage--projects a.project-chip--link:hover,
html[data-theme="light"] body.lab-subpage--projects a.project-chip--link:focus-visible {
  border-color: rgba(106, 160, 204, 0.82);
  background: rgba(184, 217, 242, 0.9);
  color: #164b75;
}

html[data-theme="light"] body.lab-subpage--projects .project-chip--person {
  border-color: rgba(102, 176, 163, 0.68);
  background: rgba(191, 233, 225, 0.78);
  color: #1b5c52;
}

html[data-theme="light"] body.lab-subpage--projects .project-subprojects {
  border-color: rgba(124, 176, 215, 0.34);
  background: rgba(204, 219, 236, 0.62);
}

html[data-theme="light"] body.lab-subpage--projects .project-subprojects > summary {
  color: rgba(25, 69, 104, 0.92);
}

html[data-theme="light"] body.lab-subpage--projects .project-subprojects > .row > .portfolio-item > .card {
  border-color: rgba(122, 172, 210, 0.3);
  background:
    radial-gradient(circle at 90% -12%, rgba(145, 201, 245, 0.14), rgba(145, 201, 245, 0) 46%),
    rgba(240, 247, 253, 0.88);
}

/* Pass 1.1 overrides: normalize 2-col alignment + subproject spacing */
body.lab-subpage--projects .projects-grid {
  align-items: stretch;
}

body.lab-subpage--projects .projects-grid > .portfolio-item {
  border-top: 0 !important;
  padding-top: 0 !important;
}

body.lab-subpage--projects .project-subprojects {
  margin-top: 0.9rem;
  padding: 0.55rem 0.7rem;
  overflow: hidden;
}

body.lab-subpage--projects .project-subprojects > .row {
  margin-top: 0.25rem;
  margin-left: 0;
  margin-right: 0;
  row-gap: 0.9rem;
  column-gap: 0.9rem;
}

body.lab-subpage--projects .project-subprojects > .row > .portfolio-item {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

body.lab-subpage--projects .project-subprojects .card-title {
  font-size: 1rem;
  line-height: 1.35;
}

html[data-theme="light"] body.lab-subpage--sponsors h1.my-4 {
  color: rgba(24, 66, 102, 0.88);
}

html[data-theme="light"] body.lab-subpage--sponsors h1.my-4::after {
  background: linear-gradient(90deg, rgba(132, 186, 225, 0.42), rgba(132, 186, 225, 0));
}

html[data-theme="light"] body.lab-subpage--sponsors .sponsor-card {
  border: 1px solid rgba(123, 176, 218, 0.24);
  border-radius: 14px;
  background:
    radial-gradient(circle at 90% -12%, rgba(143, 202, 248, 0.16), rgba(143, 202, 248, 0) 46%),
    rgba(224, 236, 248, 0.46);
  box-shadow: 0 10px 24px rgba(63, 95, 129, 0.08);
}

html[data-theme="light"] body.lab-subpage--sponsors .sponsor-card .card-body {
  border-top-color: rgba(129, 184, 223, 0.25) !important;
}

html[data-theme="light"] body.lab-subpage--sponsors .sponsor-card .card-title {
  color: #12395d;
}

html[data-theme="light"] body.lab-subpage--sponsors .sponsor-logo {
  filter: saturate(1.02) contrast(0.98);
}

html[data-theme="light"] body.lab-subpage--sponsors .sponsor-logo--utsa-dark {
  display: none;
}

html[data-theme="light"] body.lab-subpage--sponsors .sponsor-logo--utsa-light {
  display: block;
}

html[data-theme="light"] body.lab-subpage--sponsors .sponsor-logo--wsu-dark {
  display: none;
}

html[data-theme="light"] body.lab-subpage--sponsors .sponsor-logo--wsu-light {
  display: block;
}

@media screen and (max-width: 991px) {
  html[data-theme="light"] body.lab-subpage--profile.profile-modern .profile-content-modern {
    padding: 2px 0 0;
  }
}

body.lab-subpage--publications .pub-notes {
  margin: 1.05rem 0 0.4rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
}

body.lab-subpage--publications .pub-note {
  margin: 0;
  font-size: 0.89rem;
  line-height: 1.55;
  color: rgba(214, 235, 252, 0.92);
}

body.lab-subpage--publications .pub-note + .pub-note {
  margin-top: 0.34rem;
}

body.lab-subpage--publications .pub-empty-state {
  border-radius: 12px;
}

body.lab-subpage--publications .projects-jump-link {
  border-color: rgba(130, 194, 235, 0.42);
  color: rgba(217, 238, 255, 0.92);
  background: rgba(22, 56, 86, 0.56);
}

body.lab-subpage--publications .projects-jump-link:hover {
  border-color: rgba(171, 223, 255, 0.72);
  background: rgba(33, 75, 111, 0.72);
  color: #f3fbff;
}

html[data-theme="light"] body.lab-subpage--publications .pub-toolbar__search-wrap > span,
html[data-theme="light"] body.lab-subpage--publications .pub-toolbar__group > strong,
html[data-theme="light"] body.lab-subpage--publications .pub-toolbar__summary,
html[data-theme="light"] body.lab-subpage--publications .pub-section__title,
html[data-theme="light"] body.lab-subpage--publications .pub-section__toggle::after {
  color: rgba(38, 94, 140, 0.88) !important;
}

html[data-theme="light"] body.lab-subpage--publications .pub-section__count {
  color: #1d5585 !important;
  border-color: rgba(118, 171, 211, 0.5);
  background: rgba(205, 223, 239, 0.58);
}

html[data-theme="light"] body.lab-subpage--publications .pub-entry-meta,
html[data-theme="light"] body.lab-subpage--publications .pub-entry-authors,
html[data-theme="light"] body.lab-subpage--publications .pub-note {
  color: #1b446b !important;
}

html[data-theme="light"] body.lab-subpage--publications .pub-note a {
  color: #1b5a90 !important;
}

html[data-theme="light"] body.lab-subpage--publications .pub-note a:hover {
  color: #123f66 !important;
}

html[data-theme="light"] body.lab-subpage--publications .pub-award,
html[data-theme="light"] body.lab-subpage--profile.profile-modern .profile-pub-list .pub-award {
  border-color: rgba(178, 138, 65, 0.52) !important;
  background: rgba(247, 229, 189, 0.84) !important;
  color: #6f4b12 !important;
  font-weight: 600;
}

html[data-theme="light"] body.lab-subpage--publications .pub-notes {
  border: 0;
  background: none;
  box-shadow: none;
}


html[data-theme="light"] body.lab-subpage--publications .projects-jump-link {
  border-color: rgba(119, 169, 209, 0.28);
  color: #1f5685;
  background: rgba(205, 220, 235, 0.52);
}

html[data-theme="light"] body.lab-subpage--publications .projects-jump-link:hover {
  color: #123f66;
  border-color: rgba(97, 149, 192, 0.5);
  background: rgba(195, 214, 233, 0.74);
}
