[data-dark=false] {
  --primary: #0795d9;
  --secondary: #7dd3fc;
  --text: #000000;
  --background: #ffffff;
  --background-alt: #fafafa;
  --light-gray: #e0e0e0;
  --gray: #808080;
  --dark-gray: #404040;
  --overlay: #00000020;
}

[data-dark=true] {
  --primary: #0795d9;
  --secondary: #075985;
  --text: #ffffff;
  --background: #181818;
  --background-alt: #1c1c1c;
  --light-gray: #404040;
  --gray: #808080;
  --dark-gray: #b0b0b0;
  --overlay: #ffffff10;
}

:root {
  --title: "Barlow", sans-serif;
  --heading: "Barlow", sans-serif;
  --body: "Barlow", sans-serif;
  --code: "Roboto Mono", monospace;
  --large: 2rem;
  --xl: 1.4rem;
  --xxl: 3rem;
  --thin: 200;
  --regular: 400;
  --semi-bold: 500;
  --bold: 600;
  --spacing: 2;
  --compact: 1.5;
  --rounded: 3px;
  --shadow: 0 0 10px 0 var(--overlay);
  --transition: 0.2s ease;
}

.research-card {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding: 1.25rem;
  border-radius: 0.5rem;
  background: #ffffff;
  box-shadow: 0 0 0 1px #e5e5e5;
}

.research-card-image {
  flex: 0 0 260px;
  max-width: 260px;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}

.research-card-image img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  display: block;
}

.research-card-body {
  flex: 1 1 240px;
}

.research-card-body h3 {
  margin-top: 0;
}

html[data-dark=true] .research-card {
  background: #111827;
  color: #f9fafb;
  box-shadow: 0 0 0 1px #374151;
}

.research-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.research-card:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14);
  transform: translateY(-2px);
}

html[data-dark=true] section#research-focus-areas .research-card {
  border: 2px solid rgba(255, 255, 255, 0.25) !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease !important;
}

html[data-dark=true] section#research-focus-areas .research-card:hover {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35) !important;
  transform: translateY(-2px) !important;
}

.students-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.students-list .item {
  width: 100%;
  max-width: 100%;
}

.person-card {
  margin-bottom: 2rem;
  overflow: auto;
}

.person-card-image {
  float: left;
  width: 180px;
  margin-right: 1.5rem;
  margin-bottom: 0.75rem;
}

.person-card-image img {
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
  display: block;
}

.person-card-body h3 {
  margin-top: 0;
  margin-bottom: 0.4rem;
}

.person-email {
  margin: 0 0 0.6rem 0;
  font-size: 0.9rem;
  color: #666;
}

.person-email a {
  color: inherit;
  text-decoration: none;
}

.person-email a:hover {
  text-decoration: underline;
}

.citation .icon {
  display: none;
}

.citation {
  margin-bottom: 2rem;
}

footer.background.site-footer {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  font-size: 0.9rem;
}

footer.background.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--image) center/cover no-repeat;
  filter: blur(4px);
  transform: scale(1.06);
  z-index: 0;
}

footer.background.site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

footer.background.site-footer .footer-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.2rem 1.2rem 0.6rem;
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2.5rem;
}

.logo-col img {
  max-width: 130px;
  height: auto;
}

.address-col p {
  margin: 0;
  color: #e8e8e8;
  font-size: 0.95rem;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 1.4;
}

.footer-bottom {
  margin-top: 0.8rem;
  padding-top: 0.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  font-size: 0.85rem;
  color: #e8e8e8;
  font-weight: 300;
  letter-spacing: 0.3px;
}

@media (max-width: 700px) {
  .footer-row {
    flex-direction: column; /* stack vertically */
    align-items: center;
    text-align: center;
    gap: 0.4rem;
  }
  .address-col p {
    text-align: center;
  }
  .logo-col img {
    max-width: 130px;
    height: auto;
  }
  .footer-inner {
    padding: 1rem 1rem 0.6rem;
  }
}
.footer-row {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.logo-col img {
  max-width: 130px;
  height: auto;
}

.address-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.address-col p {
  margin: 0;
  color: #e8e8e8;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: 0.3px;
}

.footer-inner {
  padding: 0.8rem 1.2rem 0.5rem;
}

.footer-bottom {
  margin-top: 0.6rem;
  padding-top: 0.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  color: #e8e8e8;
  font-weight: 300;
  font-size: 0.9rem;
  letter-spacing: 0.25px;
}

header.background {
  position: relative;
  overflow: hidden;
}

header.background {
  position: relative;
}

footer.background.site-footer .footer-inner {
  position: relative; /* important */
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1.5rem 0.8rem; /* normal bottom padding */
}

.footer-theme-toggle {
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  text-align: center;
}

.footer-theme-toggle .dark-toggle {
  margin: 0;
  padding: 0;
}

.dark-toggle {
  background: rgba(255, 255, 255, 0.15) !important;
  border-radius: 12px !important;
  padding: 2px 6px !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  backdrop-filter: blur(6px);
}

/*# sourceMappingURL=-theme.css.map */