@charset "UTF-8";
/* ==========================================================================
   Light skin — companion to _aquila_dark. Same instrument panel, lights on:
   the primary teal and accent coral are brand-invariant and stay untouched:
   only the two roots (background/text) invert, in the same slate hue family
   as the dark skin's #252a34, so the two read as one identity, not two skins.
   ========================================================================== */
/* Colors */
.search-result__type {
  color: rgb(66.6, 74.6, 79.2);
  font-size: 0.8rem;
}

.search-results__section-heading {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

pre.email {
  background: rgb(164, 183.2, 176);
  padding: 1.5em;
  border: 1px solid rgb(170.4, 190.4, 184.8);
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 0.9rem;
}

.edit-link {
  color: rgb(66.6, 74.6, 79.2);
  font-size: 0.8rem;
  text-decoration: none;
  margin-left: 0.25rem;
}
.edit-link:hover {
  color: #20242c;
}

.skip-link {
  top: 0;
  inset-inline-start: 0;
}
.skip-link a:focus {
  background: #cde5dc;
  color: #20242c;
  outline: 2px solid #00adb5;
  outline-offset: -2px;
}

#content:focus {
  outline: none;
}

#main.regular-main {
  margin-top: 1em;
}

/*
   Page title
   ========================================================================== */
#main > h1,
#main > .page__title-row {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

#main > .page__title-row > h1 {
  margin: 0;
}

#main > h1,
#main > .page__title-row > h1 {
  font-size: 1.563em;
  line-height: 1.15;
  color: rgb(147.96, 96.84, 100.68);
  text-align: start;
  max-width: 768px;
  text-wrap: balance;
}
@media print {
  #main > h1,
  #main > .page__title-row > h1 {
    font-size: 17pt;
    color: #000;
    max-width: none;
  }
}

#main > h1.post-title {
  text-align: center;
  margin-inline: auto;
}

#main > .page__title-row {
  justify-content: center;
}

#main > .page__title-row > h1.post-title {
  text-align: center;
}

/*
   Rendered markdown
   ========================================================================== */
.rendered-markdown h1 {
  font-size: 1.25em;
  color: rgb(147.96, 96.84, 100.68);
  margin: 2em 0 0.5em;
}
.rendered-markdown h2 {
  font-size: 1.125em;
}
.rendered-markdown h3 {
  font-size: 1.0625em;
}
.rendered-markdown h4 {
  font-size: 1.03125em;
}
.rendered-markdown h5,
.rendered-markdown h6 {
  font-size: 1em;
}

.dry-run {
  background-color: rgb(213.25, 195.5, 187.75);
  color: rgb(130.9, 52.25, 50.05);
  border: 1px solid rgb(219.85, 168.7, 161.95);
  padding: 0.75em 1em;
  border-radius: 4px;
}

.badge--locked {
  background-color: rgb(213.25, 195.5, 187.75);
  color: rgb(130.9, 52.25, 50.05);
  display: inline-flex;
  align-items: center;
  padding: 0.2em 0.65em;
  border-radius: 999px;
  font-size: 0.6875em;
  white-space: nowrap;
}

.member-actions form {
  display: inline-block;
  margin: 0 0 0 0.5rem;
  padding: 0;
  background: transparent;
}

.member-actions .btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.page-footer--alternate-location {
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: bold;
}
.page-footer--alternate-location a img {
  background-color: #fff;
  height: 1em;
}

/*
   Forms (talk submission, contact)
   ========================================================================== */
form .date label,
.captcha-container .date label {
  display: inline;
}
form .date input,
.captcha-container .date input {
  width: 20%;
  max-width: 10em;
}
form .checkbox,
.captcha-container .checkbox {
  display: inline;
  width: auto;
}
form select,
.captcha-container select {
  background-color: inherit;
}
form input[type=file],
.captcha-container input[type=file] {
  width: 100%;
  display: block;
}
form .aquila_people_list,
.captcha-container .aquila_people_list {
  margin-top: 1em;
  padding-bottom: 1em;
  border: 1px solid #ee5f5b;
}
form .aquila_people_list .checkbox,
.captcha-container .aquila_people_list .checkbox {
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
}
form .aquila_people_list .aquila_people,
.captcha-container .aquila_people_list .aquila_people {
  font-weight: normal;
  padding-left: 3em;
}
form .aquila_people_list input,
.captcha-container .aquila_people_list input {
  margin-right: 0.5em;
}
form .confirm_pdf,
.captcha-container .confirm_pdf {
  margin: 1em;
  padding: 1em;
  border: 1px solid #ee5f5b;
}
form .confirm_pdf.confirmed,
.captcha-container .confirm_pdf.confirmed {
  border: 2px solid #3fa63f;
}
form .confirm_pdf input,
.captcha-container .confirm_pdf input {
  margin-left: 1em;
}

.captcha-container {
  margin: 1em 0;
  padding: 1em;
  background: rgb(174.25, 194.65, 187);
  border: 1px solid rgb(170.4, 190.4, 184.8);
  border-radius: 4px;
}

/*
   Home page (index_splash)
   ========================================================================== */
.splash__section-title {
  margin-top: 0;
  font-size: 1.563em;
}

.feature__item {
  border: 1px solid rgb(170.4, 190.4, 184.8);
  padding: 5px;
}

.feature__wrapper.featured_post::after {
  content: " ";
  width: 100%;
  padding-top: 1em;
}

.feature__wrapper.featured_post {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 2em;
}
.feature__wrapper.featured_post .feature__item {
  float: none;
  width: auto;
  margin-inline-start: 0;
  margin-bottom: 0;
  flex: 1 1 100%;
  min-width: 0;
  display: flex;
}
@media (min-width: 600px) {
  .feature__wrapper.featured_post .feature__item {
    flex: 1 1 calc((100% - 4em) / 3);
    max-width: calc((100% - 4em) / 3);
  }
}
.feature__wrapper.featured_post .archive__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
}
.feature__wrapper.featured_post .archive__item-teaser img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  background: rgb(191.16, 213.56, 205.92);
  border-radius: 4px;
}
.feature__wrapper.featured_post .archive__item-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
}
.feature__wrapper.featured_post .archive__item-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
}
.feature__wrapper.featured_post .archive__item-excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-bottom: 0;
}
.feature__wrapper.featured_post .archive__item-body > p:last-child {
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 1em;
}

.page__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.25rem;
}

.hero--main-bg {
  background-color: #cde5dc;
  background-image: linear-gradient(to bottom, #cde5dc 0, transparent 1.5rem, transparent calc(100% - 1.5rem), #cde5dc 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), var(--hero-img, url("/assets/images/main_smaller.jpg"));
  box-shadow: 0 0 0 1px rgb(101.2, 113.2, 114.4);
}

.page__hero--overlay .page__hero-caption {
  opacity: 1;
  background: rgba(255, 255, 255, 0.6);
  max-width: 92%;
  line-height: 1.35;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
}
@media (min-width: 768px) {
  .page__hero--overlay .page__hero-caption {
    max-width: 34em;
  }
}
@media (min-width: 1024px) {
  .page__hero--overlay .page__hero-caption {
    font-size: 0.625em;
  }
}
.page__hero--overlay .page__hero-caption a {
  text-decoration: underline;
}

.page__hero-actions {
  margin-top: 1em;
  margin-bottom: 0;
}

/*
   Utilities
   ========================================================================== */
.text--error {
  color: #ee5f5b;
  font-weight: bold;
}

.text--success {
  color: #3fa63f;
  font-weight: bold;
}

.text--warning {
  color: #d67f05;
  font-weight: bold;
}

.text--muted {
  color: rgb(66.6, 74.6, 79.2);
}

.mt-sm {
  margin-top: 0.5em;
}

.mt-md {
  margin-top: 1em;
}

.mt-lg {
  margin-top: 1.5em;
}

.mt-xl {
  margin-top: 2em;
}

.ml-sm {
  margin-left: 0.5em;
}

.mr-md {
  margin-right: 1em;
}

.list--plain {
  list-style: none;
  padding: 0;
}
.list--plain li {
  margin-bottom: 0.5em;
}

.input--medium {
  width: 20em;
}

.td--nowrap {
  white-space: nowrap;
}

.page-actions {
  margin-top: 2em;
}

.is-hidden {
  display: none !important;
}

.btn--sm {
  padding: 0.25rem 0.6rem;
  font-size: 0.8rem;
}

/*
   Search results (rendered by _app/app/mistakes/base_mistakes.js)
   ========================================================================== */
#results {
  margin-top: 1em;
}

.search-results__section-heading {
  font-size: 1.125em;
  margin: 1.5em 0 0.75em;
  padding: 0.5em 0;
  color: #20242c;
  border-bottom: 2px solid #00adb5;
}
.search-results__section-heading:first-of-type {
  margin-top: 0.5em;
}

.search-result {
  margin-bottom: 1em;
  width: 100%;
}
.search-result:last-child {
  margin-bottom: 0;
}

.search-result__link {
  color: #00adb5;
  text-decoration: none;
  font-weight: 500;
}
.search-result__link:hover {
  text-decoration: underline;
}

.search-result__type {
  font-size: 0.9rem;
  margin-top: 0.25em;
}

/*
   Inline emphasis: talks, publications, people
   ========================================================================== */
.filename-pattern {
  display: inline-block;
  color: rgb(19.2, 90.8, 98.8);
  font-weight: bold;
}

.filename-preview {
  color: rgb(19.2, 90.8, 98.8);
}

.download-count {
  font-weight: bold;
  color: rgb(19.2, 90.8, 98.8);
}

.arxiv-icon {
  padding: 0 0.2em;
  vertical-align: baseline;
}

.orcid-link {
  vertical-align: top;
}

.orcid-icon {
  margin-right: 0.5em;
}

.forgejo-icon {
  height: 1em;
  width: auto;
}

a .fa-fw {
  color: #20242c;
}

/*
   "View as member" admin banner
   ========================================================================== */
.view-as-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75em;
  padding: 0 1em;
  line-height: 1.8;
  font-size: 0.72rem;
  background: #cde5dc;
  border-bottom: 1px solid rgb(170.4, 190.4, 184.8);
}
.view-as-bar--active {
  background-color: rgb(207.25, 203.5, 166.25);
  color: #3d4144;
  justify-content: space-between;
}

.view-as-bar__label {
  font-weight: 500;
}

.view-as-bar__form {
  margin: 0;
  padding: 0;
  background: transparent;
}

.view-as-bar__button {
  background: none;
  border: 1px solid currentColor;
  border-radius: 4px;
  padding: 0 0.5em;
  line-height: 1.5;
  font-size: 0.72rem;
  color: inherit;
  cursor: pointer;
}
.view-as-bar__button:hover, .view-as-bar__button:focus-visible {
  background: rgba(32, 36, 44, 0.1);
}

.profile-incomplete-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75em;
  padding: 0 1em;
  line-height: 1.8;
  font-size: 0.72rem;
  background-color: rgb(168.5, 210.75, 211.5);
  color: #3d4144;
  border-bottom: 1px solid rgb(170.4, 190.4, 184.8);
}

.profile-incomplete-bar__label {
  font-weight: 500;
}

.profile-incomplete-bar__link {
  border: 1px solid currentColor;
  border-radius: 4px;
  padding: 0 0.5em;
  line-height: 1.5;
  font-size: 0.72rem;
  color: inherit;
  white-space: nowrap;
}
.profile-incomplete-bar__link:hover, .profile-incomplete-bar__link:focus-visible {
  background: rgba(32, 36, 44, 0.1);
}

/*
   Color-mode control (partials/color_mode.mustache)
   ========================================================================== */
.color-mode {
  display: inline-flex;
}
html:not(.js) .color-mode {
  display: none;
}

.color-mode__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-inline: 0.5rem;
  border: 0;
  border-radius: 4px;
  background: none;
  color: rgb(66.6, 74.6, 79.2);
  font-size: 0.9rem;
  cursor: pointer;
  transition: color 0.15s ease, background-color 0.15s ease;
}
.color-mode__btn:hover {
  color: #20242c;
  background: rgba(32, 36, 44, 0.1);
}
.color-mode__btn:focus-visible {
  outline: 2px solid rgb(8, 138.75, 146.75);
  outline-offset: -2px;
}

.color-mode__icon,
.color-mode__label {
  display: none;
}

html[data-color-mode=dark] .color-mode__icon--dark,
html[data-color-mode=dark] .color-mode__label--dark,
html[data-color-mode=system] .color-mode__icon--system,
html[data-color-mode=system] .color-mode__label--system,
html[data-color-mode=light] .color-mode__icon--light,
html[data-color-mode=light] .color-mode__label--light {
  display: inline;
}

/*# sourceMappingURL=extra_main-light.css.map */
