@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,400;0,14..32,500;0,14..32,600;0,14..32,700;1,14..32,400&family=JetBrains+Mono:wght@400;500&family=Newsreader:opsz,wght@6..72,500;6..72,600;6..72,700&display=swap");

:root {
  --warm-paper: #ffffff;
  --ink: #242424;
  --muted-ink: #626262;
  --slate-blue: #3f5874;
  --soft-sage: #e6ded2;
  --star-gold: #b88924;
  --line: #e6ded2;
  --panel: #ffffff;
  --site-content-width: 46rem;
  --site-content-half-width: 23rem;
  --site-content-gutter: 1.25rem;
  --site-sidebar-width: 7rem;
  --site-sidebar-half-width: 3.5rem;
  --site-sidebar-gap: 1.25rem;
  --site-sidebar-offset: calc(
    var(--site-content-half-width) + var(--site-sidebar-gap) +
      var(--site-sidebar-half-width)
  );
  --floating-star-size: clamp(3rem, 6vw, 4.25rem);
  --floating-star-edge: clamp(0.75rem, 1.6vw, 1rem);
}

body.quarto-dark,
body:has(.quarto-color-scheme-toggle.alternate) {
  --warm-paper: #151719;
  --ink: #ece7df;
  --muted-ink: #b8b1a6;
  --slate-blue: #9ab2cf;
  --soft-sage: #3a342c;
  --star-gold: #d4a73c;
  --line: #3a342c;
  --panel: #1d2023;
}

html {
  overflow-y: scroll;
  scrollbar-gutter: stable;
}

body {
  background: var(--warm-paper);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
.navbar-brand,
.navbar-nav .nav-link {
  color: var(--ink);
  font-family: "Newsreader", Georgia, serif;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.1rem, 5vw, 3.2rem);
  line-height: 1.15;
}

h2 {
  margin-top: 2.4rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.25rem;
}

a {
  color: var(--slate-blue);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--star-gold);
}

a.external::after {
  display: none !important;
  content: none !important;
  background-image: none !important;
}

code,
pre {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.navbar {
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
}

body.quarto-dark .navbar,
body:has(.quarto-color-scheme-toggle.alternate) .navbar {
  background: rgba(21, 23, 25, 0.96);
}

.navbar-brand {
  font-weight: 700;
}

.navbar-nav .nav-link {
  font-size: 1rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .navbar-container {
    display: flex;
    align-items: center;
  }

  .navbar .navbar-toggler {
    display: none;
  }

  .navbar .navbar-collapse {
    order: 1;
    display: flex !important;
    flex-basis: auto;
    flex-grow: 0;
  }

  .navbar .navbar-nav {
    flex-direction: row;
  }

  .navbar #quarto-search {
    order: 2;
    width: 2.1rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    margin-left: auto;
  }

  .navbar #quarto-search .aa-Autocomplete {
    width: 2.1rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
  }

  .navbar #quarto-search .aa-DetachedSearchButton {
    width: 2.1rem;
    height: 2rem;
    box-sizing: border-box;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: var(--panel);
    color: var(--slate-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .navbar #quarto-search .aa-DetachedSearchButtonIcon {
    margin: 0;
    color: var(--slate-blue);
    width: 1rem;
    height: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .navbar #quarto-search .aa-DetachedSearchButtonIcon svg {
    width: 1rem !important;
    height: 1rem !important;
    display: block;
  }

  .navbar #quarto-search .aa-DetachedSearchButtonPlaceholder,
  .navbar #quarto-search .aa-DetachedSearchButtonQuery {
    display: none;
  }

  .navbar .quarto-navbar-tools {
    order: 3;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-left: 0.45rem;
  }

  .navbar .quarto-color-scheme-toggle,
  .navbar .quarto-reader-toggle {
    width: 2.1rem;
    height: 2rem;
    box-sizing: border-box;
    flex: 0 0 2.1rem;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: var(--panel);
    color: var(--slate-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
    text-decoration: none;
  }

  .navbar .quarto-navbar-tools .quarto-color-scheme-toggle {
    color: var(--slate-blue);
  }

  .navbar .quarto-color-scheme-toggle i.bi {
    display: none;
  }

  .navbar .quarto-color-scheme-toggle::after,
  .navbar .quarto-reader-toggle::after {
    content: none !important;
    display: none !important;
  }

  .navbar .quarto-color-scheme-toggle::before {
    content: "";
    width: 1rem;
    height: 1rem;
    display: block;
    background: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M21.64 13a1 1 0 0 0-1.05-.14 8.05 8.05 0 0 1-3.37.73 8.15 8.15 0 0 1-8.14-8.1 8.59 8.59 0 0 1 .25-2A1 1 0 0 0 8 2.36 10.14 10.14 0 1 0 22 14.05a1 1 0 0 0-.36-1.05Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M21.64 13a1 1 0 0 0-1.05-.14 8.05 8.05 0 0 1-3.37.73 8.15 8.15 0 0 1-8.14-8.1 8.59 8.59 0 0 1 .25-2A1 1 0 0 0 8 2.36 10.14 10.14 0 1 0 22 14.05a1 1 0 0 0-.36-1.05Z'/%3E%3C/svg%3E");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
  }

  body.quarto-dark .navbar .quarto-color-scheme-toggle::before,
  .navbar .quarto-color-scheme-toggle.alternate::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 18a6 6 0 1 0 0-12 6 6 0 0 0 0 12Zm0-16a1 1 0 0 1 1 1v1a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1Zm0 17a1 1 0 0 1 1 1v1a1 1 0 1 1-2 0v-1a1 1 0 0 1 1-1Zm10-7a1 1 0 0 1-1 1h-1a1 1 0 1 1 0-2h1a1 1 0 0 1 1 1ZM5 12a1 1 0 0 1-1 1H3a1 1 0 1 1 0-2h1a1 1 0 0 1 1 1Zm13.66-7.66a1 1 0 0 1 0 1.41l-.7.71a1 1 0 1 1-1.42-1.42l.71-.7a1 1 0 0 1 1.41 0ZM7.46 17.54a1 1 0 0 1 0 1.42l-.71.7a1 1 0 1 1-1.41-1.41l.7-.71a1 1 0 0 1 1.42 0Zm11.2 2.12a1 1 0 0 1-1.41 0l-.71-.7a1 1 0 1 1 1.42-1.42l.7.71a1 1 0 0 1 0 1.41ZM7.46 6.46a1 1 0 0 1-1.42 0l-.7-.71a1 1 0 0 1 1.41-1.41l.71.7a1 1 0 0 1 0 1.42Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 18a6 6 0 1 0 0-12 6 6 0 0 0 0 12Zm0-16a1 1 0 0 1 1 1v1a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1Zm0 17a1 1 0 0 1 1 1v1a1 1 0 1 1-2 0v-1a1 1 0 0 1 1-1Zm10-7a1 1 0 0 1-1 1h-1a1 1 0 1 1 0-2h1a1 1 0 0 1 1 1ZM5 12a1 1 0 0 1-1 1H3a1 1 0 1 1 0-2h1a1 1 0 0 1 1 1Zm13.66-7.66a1 1 0 0 1 0 1.41l-.7.71a1 1 0 1 1-1.42-1.42l.71-.7a1 1 0 0 1 1.41 0ZM7.46 17.54a1 1 0 0 1 0 1.42l-.71.7a1 1 0 1 1-1.41-1.41l.7-.71a1 1 0 0 1 1.42 0Zm11.2 2.12a1 1 0 0 1-1.41 0l-.71-.7a1 1 0 1 1 1.42-1.42l.7.71a1 1 0 0 1 0 1.41ZM7.46 6.46a1 1 0 0 1-1.42 0l-.7-.71a1 1 0 0 1 1.41-1.41l.71.7a1 1 0 0 1 0 1.42Z'/%3E%3C/svg%3E");
  }
}

.aa-DetachedSearchButton,
.aa-Form {
  border-color: var(--line);
  background: var(--panel);
  color: var(--slate-blue);
}

#quarto-content {
  width: 100%;
  max-width: 76rem;
  margin: 0 auto;
}

main.content {
  grid-column: screen-start / screen-end !important;
  width: min(var(--site-content-width), calc(100% - 2.5rem));
  max-width: var(--site-content-width);
  justify-self: center;
}

@media (min-width: 992px) {
  #quarto-margin-sidebar {
    grid-column: screen-start / screen-end !important;
    width: var(--site-sidebar-width);
    justify-self: center;
    transform: translateX(calc(0px - var(--site-sidebar-offset)));
  }
}

@media (min-width: 992px) and (max-width: 1064.98px) {
  #quarto-margin-sidebar {
    display: none !important;
  }
}

@media (min-width: 992px) {
  body.fullcontent:not(.floating):not(.docked) .page-columns {
    grid-template-columns:
      [screen-start] 1.5em
      [screen-start-inset] 5fr
      [page-start page-start-inset] 35px
      [body-start-outset] 35px
      [body-start] 1.5em
      [body-content-start] minmax(500px, calc(850px - 3em))
      [body-content-end] 1.5em
      [body-end] 35px
      [body-end-outset] minmax(75px, 145px)
      [page-end-inset] 35px
      [page-end] 5fr
      [screen-end-inset] 1.5em
      [screen-end];
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body.fullcontent:not(.floating):not(.docked) .page-columns {
    grid-template-columns:
      [screen-start] 1.5em
      [screen-start-inset page-start page-start-inset body-start-outset] 5fr
      [body-start] 1.5em
      [body-content-start] minmax(500px, calc(800px - 3em))
      [body-content-end] 1.5em
      [body-end] 35px
      [body-end-outset] minmax(75px, 145px)
      [page-end-inset] 35px
      [page-end] 5fr
      [screen-end-inset] 1.5em
      [screen-end];
  }
}

body.home-page main.content > header.quarto-title-block {
  display: none;
}

body:not(.home-page) main.content > header#title-block-header.quarto-title-block.default {
  margin-top: 16px;
}

#title-block-header .subtitle.lead {
  margin-top: 0.2rem;
  color: var(--slate-blue);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0;
}

.quarto-title-meta:not(:has(.quarto-title-meta-heading)) {
  display: none;
}

.home-intro {
  --profile-size: 12.6rem;
  max-width: 46rem;
  min-height: calc(100vh - 12rem);
  margin: 0 auto;
  font-size: 15px;
}

.home-intro h1 {
  margin-top: 0.2rem;
  margin-bottom: 0.15rem;
  font-size: clamp(2.1rem, 5vw, 3.2rem);
}

.pronunciation {
  margin-top: 0;
  margin-bottom: 2rem;
  color: var(--muted-ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.08rem;
  line-height: 1.3;
}

.profile-card {
  float: right;
  width: var(--profile-size);
  margin: 0.2rem 0 1rem 2rem;
  text-align: center;
}

.profile-card img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 6px;
  box-shadow: 0 0.45rem 1.6rem rgba(43, 43, 43, 0.12);
}

.profile-card figcaption {
  width: 100%;
  margin-top: 0.35rem;
  color: var(--muted-ink);
  font-size: 0.72rem;
  font-style: italic;
  line-height: 1.2;
}

.term-highlight {
  border-radius: 0.16rem;
  background:
    linear-gradient(
      180deg,
      transparent 58%,
      rgba(184, 137, 36, 0.2) 58%
    );
  color: var(--ink);
  font-weight: 650;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.interest-list {
  list-style: none;
  margin: 0.35rem 0 1.35rem;
  padding: 0;
}

.interest-list li {
  display: grid;
  grid-template-columns: 0.7rem max-content minmax(0, 1fr);
  column-gap: 0.35rem;
  align-items: start;
  margin: 0.55rem 0;
}

.interest-list li::before {
  content: "•";
  color: var(--slate-blue);
  font-weight: 700;
  line-height: 1.35;
}

.interest-label {
  grid-column: 2;
  white-space: nowrap;
  line-height: 1.35;
}

.interest-underbrace {
  grid-column: 3;
  display: inline-flex;
  max-width: 100%;
  width: max-content;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  min-width: 0;
}

.brace-source {
  display: block;
  max-width: 100%;
  text-align: center;
  white-space: nowrap;
}

.underbrace-svg {
  display: block;
  width: 100%;
  height: 0.72rem;
  margin-top: 0.02rem;
  overflow: visible;
  fill: none;
  stroke: color-mix(in srgb, var(--slate-blue) 72%, var(--star-gold) 28%);
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 1.05;
  filter: drop-shadow(0 0.025rem 0.025rem rgba(184, 137, 36, 0.14));
  vector-effect: non-scaling-stroke;
}

body.quarto-dark .underbrace-svg,
body:has(.quarto-color-scheme-toggle.alternate) .underbrace-svg {
  stroke: color-mix(in srgb, var(--slate-blue) 65%, var(--star-gold) 35%);
  filter: drop-shadow(0 0.025rem 0.035rem rgba(212, 167, 60, 0.18));
}

.brace-target {
  display: inline-block;
  margin-top: 0.08rem;
  text-align: center;
}

.contact-email {
  clear: both;
  color: var(--slate-blue);
  font-weight: 600;
  text-align: center;
}

.home-menu {
  clear: both;
  min-height: 2.6rem;
  margin-top: 1.8rem;
  padding-top: 1.4rem;
  padding-bottom: 0.6rem;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.35rem;
  justify-content: center;
  align-items: flex-start;
}

.home-menu.social-links {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  gap: 0.9rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.home-menu.social-links a {
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
  color: var(--slate-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.2rem 0.8rem rgba(43, 43, 43, 0.06);
  transition:
    background-color 140ms ease,
    border-color 140ms ease,
    color 140ms ease,
    transform 140ms ease;
}

.home-menu.social-links a:hover {
  border-color: rgba(184, 137, 36, 0.55);
  background: rgba(184, 137, 36, 0.11);
  color: var(--ink);
  transform: translateY(-1px);
}

.home-menu.social-links svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: currentColor;
}

.home-menu.social-links .scholar-icon {
  width: 1.02rem;
  height: 1.35rem;
}

.home-menu.social-links a[aria-label="LinkedIn"] svg {
  transform: translateX(1px);
}

.home-menu.social-links a.external::after {
  display: none;
}

.pdf-preview-host {
  min-height: min(82vh, 58rem);
}

.pdf-frame {
  width: 100%;
  height: min(82vh, 58rem);
  min-height: 36rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel);
}

.publication-list {
  --publication-badge-text-size: 0.74rem;
  --publication-main-text-size: 0.88rem;
  --publication-author-text-size: 0.765rem;
  --publication-title-offset: calc(7.35rem + 0.75rem);
  margin: 0.55rem 0 2.2rem;
}

.publication-item {
  padding: 1.05rem 0 1.2rem;
  border-bottom: 1px solid var(--line);
}

.publication-item:first-child {
  padding-top: 0.25rem;
}

.publication-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.75rem;
  align-items: baseline;
  margin-bottom: 0.3rem;
}

.publication-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 7.35rem;
  box-sizing: border-box;
  width: 7.35rem;
  min-height: 1.36rem;
  padding: 0.1rem 0.46rem 0.12rem;
  border: 1px solid rgba(63, 88, 116, 0.18);
  border-left: 3px solid rgba(184, 137, 36, 0.72);
  border-radius: 4px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.76),
    rgba(230, 222, 210, 0.24)
  );
  color: var(--ink);
  font-size: var(--publication-badge-text-size);
  font-weight: 650;
  letter-spacing: 0.015em;
  line-height: 1.2;
  white-space: nowrap;
}

body.quarto-dark .publication-badge,
body:has(.quarto-color-scheme-toggle.alternate) .publication-badge {
  border-color: rgba(154, 178, 207, 0.24);
  border-left-color: rgba(212, 167, 60, 0.78);
  background: linear-gradient(
    180deg,
    rgba(154, 178, 207, 0.12),
    rgba(58, 52, 44, 0.38)
  );
}

.publication-title {
  flex: 1 1 18rem;
  color: var(--ink);
  font-family: inherit;
  font-size: var(--publication-main-text-size);
  font-weight: 650;
  line-height: 1.45;
  text-decoration-thickness: 0.06em;
}

a.publication-title:hover {
  color: var(--slate-blue);
}

.publication-authors {
  margin: 0 0 0.12rem var(--publication-title-offset);
  color: var(--ink);
  font-size: var(--publication-author-text-size);
  line-height: 1.55;
}

.publication-authors a {
  font-weight: 500;
}

.publication-authors a.external::after {
  display: none !important;
  content: none !important;
  background-image: none !important;
}

.publication-meta {
  margin: 0.1rem 0 0.25rem var(--publication-title-offset);
  color: var(--muted-ink);
  font-size: var(--publication-badge-text-size);
  line-height: 1.45;
}

.publication-details {
  margin: 0.35rem 0 0.95rem var(--publication-title-offset);
  color: var(--slate-blue);
  font-size: var(--publication-badge-text-size);
  font-style: normal;
  line-height: 1.5;
}

.publication-item .publication-details {
  margin-top: 0.42rem;
  margin-bottom: 0;
}

.publication-details summary {
  color: var(--slate-blue);
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  font-weight: 700;
  list-style: none;
}

.publication-details summary::-webkit-details-marker {
  display: none;
}

.publication-detail-body {
  max-width: 100%;
  margin-top: 0.45rem;
  padding: 0.65rem 0.85rem 0.75rem;
  border-left: 2px solid rgba(184, 137, 36, 0.38);
  background: rgba(230, 222, 210, 0.22);
  color: var(--ink);
  font-size: inherit;
}

.publication-detail-body p {
  margin: 0 0 0.32rem;
}

.publication-detail-body pre {
  margin: 0.25rem 0 0;
  padding: 0.55rem 0.65rem;
  border: 1px solid rgba(63, 88, 116, 0.16);
  border-radius: 4px;
  background: var(--panel);
  color: var(--ink);
  font-size: inherit;
  line-height: 1.45;
}

@media all and (max-width: 640px) {
  .publication-heading {
    display: block;
  }

  .publication-badge {
    width: fit-content;
    flex-basis: auto;
    margin-bottom: 0.35rem;
  }

  .publication-title {
    display: block;
  }

  .publication-authors {
    margin-left: 0;
  }

  .publication-meta,
  .publication-details {
    margin-left: 0;
  }
}

.quarto-listing .quarto-post .body {
  padding-top: 0.16rem;
}

@media (min-width: 641px) {
  .quarto-listing {
    --writing-post-row-height: 134.5px;
    --writing-post-row-gap: 25.5px;
  }

  .quarto-listing .quarto-post {
    box-sizing: border-box;
    height: var(--writing-post-row-height);
    margin-bottom: var(--writing-post-row-gap);
    overflow: hidden;
  }

  .quarto-listing .quarto-post.image-right .thumbnail {
    flex: 0 0 min(11rem, 28%);
    max-width: 11rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .quarto-listing .quarto-post.image-right .thumbnail a,
  .quarto-listing .quarto-post.image-right .thumbnail p.card-img-top {
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .quarto-listing .quarto-post.image-right .thumbnail img.thumbnail-image {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 6rem;
    object-fit: contain;
    border-radius: 4px;
  }
}

.quarto-listing .listing-title {
  font-family: "Newsreader", Georgia, serif;
  font-size: 0.968rem;
  font-weight: 700;
  margin-bottom: 0.38rem;
}

.quarto-listing .listing-title a {
  color: var(--ink);
  text-decoration: none;
}

.quarto-listing .listing-date {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--muted-ink);
}

.quarto-listing .listing-description,
.quarto-listing .listing-description a {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.842rem;
  color: var(--ink);
}

.quarto-listing .listing-description {
  margin-top: 0.42rem;
}

.quarto-listing .listing-description p {
  margin-top: 0;
}

body.quarto-dark .quarto-listing .listing-title,
body.quarto-dark .quarto-listing .listing-title a,
body:has(.quarto-color-scheme-toggle.alternate) .quarto-listing .listing-title,
body:has(.quarto-color-scheme-toggle.alternate) .quarto-listing .listing-title a {
  color: var(--ink);
}

body.quarto-dark .quarto-listing .listing-description,
body.quarto-dark .quarto-listing .listing-description a,
body:has(.quarto-color-scheme-toggle.alternate) .quarto-listing .listing-description,
body:has(.quarto-color-scheme-toggle.alternate) .quarto-listing .listing-description a {
  color: #d8d1c8;
}

body.quarto-dark .quarto-listing .listing-date,
body:has(.quarto-color-scheme-toggle.alternate) .quarto-listing .listing-date {
  color: #c4beb4;
}

@media (min-width: 992px) {
  main.content .quarto-listing-container-default {
    margin-right: 0;
  }
}

.quarto-listing .pagination {
  margin-top: 1.4rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.02rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.quarto-listing .pagination .page-item {
  margin: 0;
}

.quarto-listing .pagination .page-link {
  width: 2rem;
  height: 2rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: rgba(230, 222, 210, 0.18);
  color: var(--slate-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
  text-decoration: none;
}

.quarto-listing .pagination .page-link:hover {
  border-color: rgba(184, 137, 36, 0.34);
  background: rgba(184, 137, 36, 0.1);
  color: var(--star-gold);
}

.quarto-listing .pagination .page-item.active .page-link {
  border-color: rgba(230, 222, 210, 0.76);
  background: rgba(230, 222, 210, 0.72);
  color: var(--ink);
}

.quarto-category {
  border-color: rgba(63, 88, 116, 0.28);
  background: rgba(230, 222, 210, 0.36);
  color: var(--slate-blue);
}

.floating-sticker {
  position: fixed;
  top: clamp(8.5rem, 24vh, 10.5rem);
  left: min(
    calc(50% + var(--site-sidebar-offset) - 0.75rem),
    calc(100vw - var(--floating-star-size) - var(--floating-star-edge))
  );
  z-index: 20;
  width: var(--floating-star-size);
  height: var(--floating-star-size);
  padding: 0;
  border: 0;
  background: transparent;
  cursor: grab;
  touch-action: none;
  animation: floating-sticker-bob 3.8s ease-in-out infinite;
}

.floating-sticker.is-dragging {
  cursor: grabbing;
  animation-play-state: paused;
}

.floating-sticker img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
  border-radius: 0;
  user-select: none;
  pointer-events: none;
}

@keyframes floating-sticker-bob {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.nav-footer {
  border-top: 1px solid var(--line);
  color: var(--muted-ink);
  font-size: 0.92rem;
  justify-content: space-between;
  text-align: left;
}

footer.footer,
footer.footer .nav-footer {
  background: var(--warm-paper);
  color: var(--muted-ink);
  border-top-color: var(--line);
}

footer.footer a {
  color: var(--muted-ink);
}

footer.footer a:hover {
  color: var(--star-gold);
}

footer.footer .nav-footer {
  padding-left: calc(1rem + 0.75rem + 0.6rem);
  padding-right: calc(1rem + 0.75rem);
}

.nav-footer .nav-footer-left {
  flex: 0 0 auto;
  text-align: left;
}

.nav-footer .nav-footer-right {
  flex: 0 0 auto;
  margin-left: auto;
  text-align: right;
}

.nav-footer .nav-footer-center {
  display: none;
}

@media all and (max-width: 800px) {
  body {
    font-size: 16px;
  }

  .home-intro {
    --profile-size: min(10.2rem, 52vw);
  }

  .profile-card {
    float: none;
    width: var(--profile-size);
    margin: 0.85rem auto 2rem;
  }

  .interest-list li {
    grid-template-columns: 0.7rem minmax(0, 1fr);
    row-gap: 0.15rem;
  }

  .interest-label {
    grid-column: 2;
  }

  .interest-underbrace {
    grid-column: 2;
    justify-self: start;
  }

  .brace-source {
    white-space: normal;
  }

  .home-menu {
    flex-direction: column;
    gap: 0.55rem;
    margin-top: 2rem;
    padding-top: 2rem;
  }

  .floating-sticker {
    display: none;
  }
}
