
@import url('https://fonts.googleapis.com/css2?family=Petrona:wght@100..600&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Balsamiq+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.q-swap {
  font-family: "Red Hat Text", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /*'DM Sans', sans-serif;*/
  font-weight: 300;
}

.quarto-about-jolla main p {
  font-size: 0.93rem;
  line-height: 1.75;
}

h1, h2, h3, h4,
.quarto-title .title {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 300;
  letter-spacing: .01em;
}

h2 {
  margin-top: 2.2rem;
  margin-bottom: 1rem;
}

.navbar {
  border-bottom: 1px solid rgba(30, 122, 140, .18);
  box-shadow: 0 2px 12px rgba(30, 122, 140, .10);
  transition: box-shadow .35s ease, border-color .35s ease;
}
.navbar:hover {
  box-shadow: 0 2px 20px rgba(30, 122, 140, .28), 0 4px 40px rgba(30, 122, 140, .16);
  border-bottom-color: rgba(30, 122, 140, .38);
}
.navbar-brand {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.15rem;
  letter-spacing: .05em;
}

.navbar-logo {
  border-radius: 50%;
  max-height: 34px;
  width: 34px;
  object-fit: cover;
  object-position: center top;
}

.navbar .navbar-nav .nav-link {
  font-size: 1.0rem;
  font-weight: 500;
}

.navbar .navbar-nav {
  gap: 0rem;
}



.quarto-about-jolla .about-image {
  border: 0.5px solid var(--brown);
  box-shadow: 0 10px 40px rgba(15, 76, 92, .12);
  /*margin-top: 1rem;*/
}
.quarto-about-jolla .about-entity .about-links {
  gap: .8rem;
  flex-wrap: wrap;
  justify-content: center;
}
.quarto-about-jolla .about-link {
  color: var(--brown);
  border: 1px solid var(--light);
  border-radius: 999px;
  padding: .5rem 1.1rem;
  font-size: 0.74rem;
  letter-spacing: .12em;
  background: transparent;
  transition: all .3s ease;
}
.quarto-about-jolla .about-link:hover {
  background: var(--brown);
  color: var(--cream);
  border-color: var(--brown);
  transform: translateY(-3px);
}
.quarto-about-jolla main {
  max-width: 620px;
  margin: 0 auto;
}

.quarto-about-jolla hr {
  margin-top: 0rem;
  margin-bottom: 0.5rem;
}

.quarto-about-jolla .quarto-title .title {
  font-weight: 400;
  font-size: 1.4rem;
}

.quarto-about-jolla .subtitle {
  font-size: 0.98rem;
  margin: 0px !important;
  color: var(--terracotta);
}

.quarto-about-jolla p {
  color: var(--muted);
}

.quarto-about-jolla strong {
  color: var(--brown);
  font-weight: 500;
}

.home-cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2.2rem;
}
.btn-brown, .btn-ghost {
  font-size: .74rem;
  font-weight: 500;
  letter-spacing: .13em;
  text-transform: uppercase;
  padding: .85rem 1.9rem;
  text-decoration: none;
  transition: all .3s ease;
  display: inline-block;
}
.btn-brown {
  color: var(--cream);
  background: var(--brown);
  border: 1px solid var(--brown);
}
.btn-brown:hover { background: var(--terracotta); border-color: var(--terracotta); color: var(--cream); }
.btn-ghost {
  color: var(--brown);
  border: 1px solid var(--light);
  background: transparent;
}
.btn-ghost:hover { border-color: var(--brown); background: rgba(15, 76, 92, .08); }

.sec-label {
  font-size: .69rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: .5rem;
}
h2.sec-title {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  margin-top: 0;
  border-bottom: none;
}

.info-card {
  background: var(--panel-bg);
  border-radius: 6px;
  padding: 1.8rem 1.9rem;
  height: 100%;
}
.about-tags-title {
  font-size: .7rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.1rem;
}
.about-affil { display: flex; flex-direction: column; gap: .9rem; }
.affil-item { display: flex; align-items: flex-start; gap: .8rem; }
.affil-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--terracotta);
  margin-top: .5rem;
  flex-shrink: 0;
}
.affil-text {
  font-size: .87rem;
  color: rgba(247, 243, 236, .62);
  line-height: 1.55;
}
.degree { color: rgba(247, 243, 236, .92); font-weight: 500; }

.rv-panel {
  background: var(--panel-bg);
  border-radius: 6px;
  padding: 1rem .5rem;
}
.rv-orbit-container { position: relative; width: 100%; height: 380px; margin: 0 auto; }
.rv-orbit-svg { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.rv-spin-slow { transform-origin: 210px 198px; animation: spin-slow 60s linear infinite; }
.rv-spin-rev  { transform-origin: 210px 198px; animation: spin-rev 90s linear infinite; }
@keyframes spin-slow { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes spin-rev  { from { transform: rotate(0deg); } to { transform: rotate(-360deg); } }
@keyframes cpulse {
  0%, 100% { box-shadow: 0 0 0 9px rgba(15, 76, 92, .18), 0 0 0 20px rgba(15, 76, 92, .08); }
  50%      { box-shadow: 0 0 0 13px rgba(15, 76, 92, .22), 0 0 0 26px rgba(15, 76, 92, .10); }
}
.rv-core-abs {
  position: absolute; left: 50%; top: 52%;
  transform: translate(-50%, -50%);
  width: 98px; height: 98px; border-radius: 50%;
  background: #0f4c5c;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: .7rem; z-index: 2;
  animation: cpulse 4s ease-in-out infinite;
}
.rv-core-lbl {
  font-size: .48rem; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(247, 243, 236, .55); margin-bottom: .2rem;
}
.rv-core-txt { font-size: .7rem; color: #faf8f5; line-height: 1.2; }
.rv-node {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  z-index: 1; padding: 4px; width: 130px;
}
.rv-abs { position: absolute; transform: translate(-50%, -50%); z-index: 3; }
.rv-circle {
  width: 74px; height: 74px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; color: #faf8f5; margin-bottom: .4rem;
}
.rv-node-sub { font-size: .76rem; color: rgba(247, 243, 236, .55); line-height: 1.3; }
.rv-pos-top { left: 50%; top: 12%; }
.rv-pos-ur  { left: 82%; top: 36%; }
.rv-pos-lr  { left: 72%; top: 82%; }
.rv-pos-ll  { left: 28%; top: 82%; }
.rv-pos-ul  { left: 18%; top: 36%; }

.pub-filters { display: flex; gap: .6rem; flex-wrap: wrap; margin: 1.6rem 0 1.4rem; }
.pub-filter-btn {
  font-size: .7rem; letter-spacing: .12em; text-transform: uppercase;
  border: 1px solid var(--light); background: transparent;
  padding: .4rem .9rem; cursor: pointer; color: var(--muted);
  transition: all .25s ease;
}
.pub-filter-btn:hover { border-color: var(--terracotta); color: var(--terracotta); }
.pub-filter-btn.active { background: var(--terracotta); color: var(--cream); border-color: var(--terracotta); }

.pub-list { display: flex; flex-direction: column; }
.pub-item {
  display: grid; grid-template-columns: 76px 1fr; gap: 1.6rem;
  padding: 1.3rem 0; border-bottom: 1px solid var(--light);
  position: relative; transition: all .3s ease;
}
.pub-item:first-child { border-top: 1px solid var(--light); }
.pub-item::after {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 2px;
  background: var(--terracotta); transform: scaleY(0); transition: transform .3s ease;
}
.pub-item:hover::after { transform: scaleY(1); }
.pub-item:hover { padding-left: .8rem; background: rgba(30, 122, 140, .04); }
.pub-item.hide { display: none; }
.pub-year { font-size: .9rem; color: var(--light); padding-top: .1rem; transition: color .3s; }
.pub-item:hover .pub-year { color: var(--terracotta); }
.pub-badge {
  display: inline-block; font-size: .63rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--terracotta); border: 1px solid var(--terracotta);
  padding: .18rem .55rem; margin-bottom: .5rem;
}
.pub-badge.review   { color: var(--gold); border-color: var(--gold); }
.pub-badge.accepted { color: #2d6a4f; border-color: #2d6a4f; }
.pub-badge.conf     { color: var(--brown); border-color: var(--light); }
.pub-title { font-size: .8rem; color: var(--ink); line-height: 1.45; margin-bottom: .35rem; }
.pub-title a { color: inherit; text-decoration: none; border-bottom: 1px solid transparent; transition: all .3s; }
.pub-title a:hover { color: var(--terracotta); border-bottom-color: var(--terracotta); }
.pub-link-icon { font-size: .72rem; color: var(--terracotta); margin-left: .3rem; }
.pub-authors { font-size: .8rem; color: var(--muted); line-height: 1.6; }
.pub-award {
  display: inline-flex; align-items: center; gap: .35rem;
  font-size: .74rem; color: var(--brown); margin-top: .45rem;
}
.pub-award::before { content: '★'; font-size: .65rem; }

.pub-tools { display: inline-flex; align-items: center; gap: .4rem; vertical-align: middle; margin-left: .55rem; }
.pub-tool-btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; padding: 0;
  border: 1px solid var(--light); background: var(--cream); border-radius: 50%;
  cursor: pointer; color: var(--terracotta); text-decoration: none;
  font-size: .68rem; transition: all .25s ease;
}
.pub-tool-btn:hover { background: var(--terracotta); border-color: var(--terracotta); color: var(--cream); }
.pub-tooltip {
  position: absolute; left: 50%; bottom: calc(100% + 10px);
  transform: translateX(-50%) translateY(4px);
  width: 280px; max-width: 70vw;
  background: var(--panel-bg); color: var(--panel-fg);
  padding: .75rem .9rem; border-radius: 6px;
  box-shadow: 0 8px 24px rgba(26, 22, 18, .28);
  opacity: 0; pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
  z-index: 20; text-align: left;
}
.pub-tooltip::after {
  content: ''; position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%); border: 6px solid transparent;
  border-top-color: var(--panel-bg);
}
.pub-tool-btn:hover .pub-tooltip,
.pub-tool-btn:focus .pub-tooltip { opacity: 1; transform: translateX(-50%) translateY(0); }
.pub-tooltip-label {
  display: block; font-size: .62rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold); margin-bottom: .35rem;
}
.pub-tooltip-text { display: block; font-size: .78rem; line-height: 1.55; color: rgba(247, 243, 236, .92); }
.pub-tooltip-hint {
  display: block; font-size: .64rem; letter-spacing: .1em; text-transform: uppercase;
  color: rgba(247, 243, 236, .42); margin-top: .5rem;
}

.cite-toast {
  position: fixed; left: 50%; bottom: 2.2rem;
  transform: translateX(-50%) translateY(20px);
  background: var(--panel-bg); color: var(--panel-fg);
  padding: .7rem 1.2rem; border-radius: 6px; font-size: .8rem;
  box-shadow: 0 8px 24px rgba(26, 22, 18, .3);
  opacity: 0; pointer-events: none;
  transition: opacity .3s ease, transform .3s ease; z-index: 9999;
}
.cite-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 220px;
  gap: 10px;
  margin-top: 1.8rem;
}
.gcard {
  position: relative;
  overflow: hidden;
  background: var(--light);
  border-radius: 3px;
}
.gcard.tall { grid-row: span 2; }
.gcard p, .gcard figure, .gcard .quarto-figure { height: 100%; margin: 0; }
.gcard a { display: block; height: 100%; }
.gcard img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
  display: block;
  filter: sepia(8%) saturate(90%);
  transition: transform .5s ease, filter .4s ease;
}
.gcard:hover img { transform: scale(1.07); filter: none; }
.gcard-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: .25rem;
    padding: 1rem .9rem .85rem;
    text-align: left;
    background: linear-gradient(to top,
                                rgba(26,22,18,.88) 0%,
                                rgba(26,22,18,.55) 38%,
                                transparent 72%);
    opacity: 0;
    transition: opacity .35s ease;
    pointer-events: none;
}

.gcard:hover .gcard-overlay, .gcard:focus-within .gcard-overlay { opacity: 1; }
.gcard-tag {
    display: inline-block;
    margin-bottom: .15rem;
    font-size: .6rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #6ec6d9;
        border: 1px solid rgba(110,198,217,.55);
    padding: .15rem .45rem;
}
.gcard-caption {
    display: block;
    width: 100%;
    font-size: .78rem;
    line-height: 1.35;
    color: rgba(247,243,236,.95);
}
.gcard-date {
    display: block;
    width: 100%;
    font-size: .66rem;
    letter-spacing: .06em;
    color: rgba(247,243,236,.6);
}

.contact-panel {
  background: var(--brown);
  border-radius: 6px;
  padding: 2.4rem 2.2rem;
  color: rgba(247, 243, 236, .72);
}
.contact-panel p { color: rgba(247, 243, 236, .72); }
.contact-side-links { display: flex; flex-direction: column; gap: 1.1rem; margin-top: 1.6rem; }
.clink { display: flex; align-items: center; gap: 1.1rem; text-decoration: none; transition: transform .3s ease; }
.clink:hover { transform: translateX(8px); }
.clink-icon {
  width: 42px; height: 42px; flex-shrink: 0;
  border: 1px solid rgba(247, 243, 236, .22);
  display: flex; align-items: center; justify-content: center;
  color: rgba(247, 243, 236, .8);
  transition: all .3s;
}
.clink:hover .clink-icon { background: rgba(247, 243, 236, .12); border-color: rgba(247, 243, 236, .5); }
.clink-lbl {
  display: block; font-size: .68rem; letter-spacing: .13em; text-transform: uppercase;
  color: rgba(247, 243, 236, .45); margin-bottom: .12rem;
}
.clink-val { display: block; font-size: .92rem; color: #faf8f5; }

.contact-form { display: flex; flex-direction: column; gap: 1.1rem; }
.cf-field { display: flex; flex-direction: column; gap: .35rem; }
.cf-label { font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; color: rgba(247, 243, 236, .6); }
.cf-input {
  background: rgba(247, 243, 236, .08);
  border: 1px solid rgba(247, 243, 236, .18);
  color: #faf8f5;
  padding: .7rem 1rem;
  font-family: 'DM Sans', sans-serif; font-size: .9rem; font-weight: 300;
  outline: none; transition: border-color .3s, background .3s;
}
.cf-input:focus { border-color: rgba(247, 243, 236, .55); background: rgba(247, 243, 236, .13); }
.cf-textarea { resize: vertical; min-height: 120px; }
.cf-status { font-size: .8rem; margin: 0; min-height: 1.1rem; }
.cf-status.ok { color: #6ec6d9; }
.cf-status.err { color: #ffb4a2; }
.cf-btn {
  align-self: flex-start;
  background: #faf8f5; color: #0f4c5c; border: none;
  padding: .85rem 1.9rem;
  font-family: 'DM Sans', sans-serif; font-size: .76rem; font-weight: 500;
  letter-spacing: .13em; text-transform: uppercase; cursor: pointer;
  transition: background .3s, color .3s;
}
.cf-btn:hover { background: #1e7a8c; color: #faf8f5; }
.cf-btn:disabled { opacity: .6; cursor: default; }


.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 991px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gcard.tall { grid-row: auto; }
}

@media (max-width: 575px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
  .pub-item { grid-template-columns: 44px 1fr; gap: .7rem; }
  .pub-item:hover { padding-left: .4rem; }
  .contact-panel { padding: 1.6rem 1.2rem; }
  .rv-orbit-container { height: 320px; }
  .rv-node { width: 104px; }
  .rv-circle { width: 58px; height: 58px; font-size: .85rem; }
  .rv-node-sub { font-size: .66rem; }
  .home-cta .btn-brown, .home-cta .btn-ghost { width: 100%; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .rv-spin-slow, .rv-spin-rev, .rv-core-abs { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .gcard img, .clink, .pub-item, .about-link { transition: none; }
}


.ai-orcid {
  font-size: 1.35em !important;
  vertical-align: -0.12em;
}


.navbar a[href$="gallery.html"] .menu-text {
  display: none;
}

.quarto-about-jolla a[href$="contact.html"] .about-link-text {
  display: none;
}

.quarto-about-jolla .about-link .bi {
  font-size: 1.5rem;
  line-height: 1.1;
  vertical-align: middle;
}

.about-links { gap: 1.1rem !important; }

.about-links .about-link {
  box-sizing: border-box !important;
  width: 50px !important;
  height: 50px !important;
  padding: 0 !important;
  border: 1px solid rgba(15, 76, 92, .16) !important;
  border-radius: 50% !important;
  background: var(--paper) !important;
  color: var(--brown) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-decoration: none !important;
  overflow: hidden !important;
}

.about-links .about-link .bi,
.about-links .about-link svg {
  width: 24px !important;
  height: 24px !important;
  font-size: 24px !important;
  line-height: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
}

.about-links .about-link:hover {
  background: rgba(15, 76, 92, .10) !important;
  color: var(--terracotta) !important;
}

.about-links .about-link[href*="orcid.org"] svg {width: 30px !important; height: 30px !important;}
.about-links .about-link[href*="contact"] svg { width:28px !important; height:28px !important; }
.about-links .about-link[href*="Resume"]  svg { width:30px !important; height:30px !important; }
.about-links .about-link[href*="linkedin"] svg { width:26px !important; height:26px !important; }
.about-links .about-link[href*="scholar"] .ai {font-size: 28px !important; line-height: 1 !important; display: block !important;}

@media (max-width: 575px) {
  .quarto-about-jolla .about-links,
  .about-links {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: .7rem !important;
    width: 100% !important;
  }

  .about-links .about-link {
    width: 48px !important;
    height: 48px !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
  }

  .about-links .about-link svg {
    width: 21px !important;
    height: 21px !important;
  }
}

@media (max-width: 991px) {
  .navbar > .container-fluid,
  .navbar > .container {
    justify-content: flex-start !important;
    gap: .8rem;
  }

  .navbar .navbar-toggler {
    order: 1;
    margin-right: 0;
  }

  .navbar .navbar-brand-container,
  .navbar .navbar-brand {
    order: 2;
    margin-right: auto;
  }

  .quarto-color-scheme-toggle {
    order: 3;
  }
}

@media (max-width: 575px) {
  .quarto-about-jolla .quarto-title,
  .quarto-about-jolla .quarto-title *,
  .quarto-about-jolla .subtitle,
  .quarto-about-jolla .subtitle * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .quarto-about-jolla .subtitle {
    margin-top: .0rem !important;
  }
}

.nav-footer {
  padding-top: 0.6rem;
  padding-bottom: 0 !important;
}


.nav-footer > div,
.nav-footer .nav-footer-left,
.nav-footer .nav-footer-center,
.nav-footer .nav-footer-right,
.nav-footer p {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
}



.nav-footer a {
  color: inherit;
  text-decoration: none;
  opacity: .65;
  transition: opacity .25s ease;
}
.nav-footer a:hover { opacity: 1; }

.nav-footer .fa-brands {
  font-size: 1.15rem;
}

.nav-footer .cc-sym {
  font-size: 1rem;
  vertical-align: -0.1em;
  line-height: 1;
}

.nav-footer {
  border-top: 1px solid rgba(30, 122, 140, .18);
  box-shadow: 0 -2px 12px rgba(30, 122, 140, .10);
  transition: box-shadow .35s ease, border-color .35s ease;
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
  min-height: 0 !important;
}

.nav-footer:hover {
  box-shadow: 0 -2px 20px rgba(30, 122, 140, .28), 0 -4px 40px rgba(30, 122, 140, .16);
  border-top-color: rgba(30, 122, 140, .38);
}

.quarto-dark .nav-footer {
  border-top-color: rgba(95, 208, 224, .18);
  box-shadow: 0 -2px 12px rgba(95, 208, 224, .15);
}

.quarto-dark .nav-footer:hover {
  box-shadow: 0 -2px 22px rgba(95, 208, 224, .4), 0 -4px 44px rgba(95, 208, 224, .28);
  border-top-color: rgba(95, 208, 224, .45);
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background: var(--terracotta);
  -webkit-mask: url(imgs/network.svg) repeat;
  mask: url(imgs/network.svg) repeat;
  -webkit-mask-size: 520px 520px;
  mask-size: 520px 520px;
  opacity: .05;
  pointer-events: none;
  z-index: -1;
}

body.quarto-dark::before { opacity: .08; }

.cw-ava{ overflow:hidden; padding:0; }
.cw-ava img{ width:100%; height:100%; object-fit:cover; object-position:center top; display:block; }

.about-links .about-link .ai {
  font-size: 24px !important;
  line-height: 1 !important;
  display: block !important;
}

.quarto-about-jolla main a {
  text-decoration: none;
  color: var(--terracotta);
}
.quarto-about-jolla main a:hover {
  text-decoration: underline;
}


body.quarto-dark .navbar {
  border-bottom: 1px solid rgba(95, 208, 224, .12) !important;
  box-shadow:
    0 1px 0 rgba(95, 208, 224, .10),
    0 2px 8px rgba(95, 208, 224, .12),
    0 4px 16px rgba(95, 208, 224, .07) !important;
}

body.quarto-dark .navbar:hover {
  box-shadow:
    0 1px 0 rgba(95, 208, 224, .45),
    0 2px 26px rgba(95, 208, 224, .55),
    0 4px 50px rgba(95, 208, 224, .35),
    0 0 80px rgba(95, 208, 224, .28) !important;
}

.nav-footer {
  font-size: .85rem;
}