@font-face {
  font-family: "Mundo Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("https://mundoai.world/fonts/manrope-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Mundo Radley";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://mundoai.world/fonts/radley-latin.woff2") format("woff2");
}

body {
  color-scheme: light;
  --colorAppBackground: #f5f5ed;
  --colorPrimary900: #b83212;
  --colorPrimary600: #ff6038;
  /* No inner cap: the iframe already sits inside the site's 1280px column,
     so Ashby's own centering would double the gutters. Content then sits a
     uniform 24px from the iframe edge, which the site cancels with a -24px
     margin on #ashby_embed to line the board up with the page column. */
  --widthMaxContent: 100%;
  --widthMaxJobBoard: 100%;
  --widthMaxSubscriptionPreferences: 680px;
  --borderRadiusContainer: 12px;
  --borderRadiusControl: 12px;
  --borderRadiusButton: 100px;
  --fontFamily: "Mundo Manrope", "Manrope", -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  background: #f5f5ed;
  color: #1e1211;
  font-family: var(--fontFamily);
  line-height: 1.36;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.ashby-job-board-heading,
.ashby-job-posting-heading {
  margin: 0;
  color: #1e1211;
  font-family: "Mundo Radley", "Radley", Georgia, serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
}

/* Doubled: Ashby's own heading rule sets the same margins at (0,1,0), and the
   top margin collapses with the title block's 24px, so it must exceed 24px to
   have any effect. */
.ashby-job-posting-heading.ashby-job-posting-heading {
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
}

.ashby-job-board-heading-count {
  margin-left: 0.35em;
  color: #b83212;
  font-family: var(--fontFamily);
  font-size: 0.35em;
  font-weight: 700;
  letter-spacing: 0;
  vertical-align: 0.35em;
}

.ashby-department-heading,
.ashby-department-heading-level,
.ashby-application-form-question-title,
.ashby-application-form-section-header-title {
  color: #1e1211;
  font-family: var(--fontFamily);
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* The dropdowns are self-labelled; keep this group label for assistive
   tech only. */
.ashby-job-board-filters-label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

.ashby-job-board-reset-filters-label {
  color: #b83212;
  font-family: var(--fontFamily);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(184, 50, 18, 0.34);
  text-underline-offset: 0.2em;
}

.ashby-job-board-reset-filters-label:hover {
  color: #1e1211;
  text-decoration-color: #ff6038;
}

.ashby-job-board-filter {
  min-height: 44px;
  padding-left: 1.25rem;
  border: 1.5px solid rgba(184, 50, 18, 0.25);
  border-radius: 100px;
  background: transparent;
  color: #1e1211;
  font-family: var(--fontFamily);
  font-size: 0.9375rem;
  font-weight: 600;
  transition:
    border-color 300ms cubic-bezier(0.16, 1, 0.3, 1),
    background-color 300ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.ashby-job-board-filter:hover {
  border-color: rgba(184, 50, 18, 0.6);
  background: transparent;
}

.ashby-job-board-filter:focus {
  border-color: #b83212;
  box-shadow: 0 0 0 3px rgba(255, 96, 56, 0.18);
  outline: none;
}

/* The site's label-eyebrow: the same treatment the research index uses for
   its category labels. */
.ashby-department-heading,
.ashby-department-heading-level {
  margin-bottom: 0.875rem;
  color: #b83212;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.08px;
  text-transform: uppercase;
}

.ashby-job-posting-brief-list {
  display: grid;
  gap: 0.75rem;
}

/* Doubled selectors match the (0,2,0) specificity of Ashby's own
   `._container_x:not(._highlighted_y)` defaults, which join the rows into a
   flat list (border-top: 0 on :first-child, border-radius: 0 on the rest) and
   pull the first card left with a negative margin. The 12px left margin
   closes the gap between the list's 12px inset and the heading/filter
   column's 24px inset so card edges align with the rest of the board. */
.ashby-job-posting-brief.ashby-job-posting-brief {
  margin: 0 12px;
  padding: 1.625rem 1.75rem 1.75rem;
  border: 1px solid rgba(63, 36, 32, 0.14);
  border-radius: 12px;
  background: rgba(230, 230, 215, 0.62);
  color: #1e1211;
  transition:
    border-color 300ms cubic-bezier(0.25, 1, 0.5, 1),
    background-color 300ms cubic-bezier(0.25, 1, 0.5, 1);
}

/* The research index's hover language: a warm accent wash, no drop shadow. */
.ashby-job-posting-brief.ashby-job-posting-brief:hover {
  border-color: rgba(184, 50, 18, 0.3);
  background: rgba(255, 96, 56, 0.13);
  box-shadow: none;
  transform: none;
}

.ashby-job-posting-brief-title {
  margin: 0;
  color: #1e1211;
  font-family: "Mundo Radley", "Radley", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.ashby-job-posting-brief-details {
  display: grid;
  gap: 0.3rem;
  margin-top: 0.75rem;
  color: rgba(30, 18, 17, 0.72);
  font-family: var(--fontFamily);
  font-size: 0.9375rem;
  line-height: 1.5;
}

.ashby-job-posting-right-pane-overview-tab,
.ashby-job-posting-right-pane-application-tab {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 2px solid transparent;
  color: rgba(30, 18, 17, 0.62);
  font-family: var(--fontFamily);
  font-weight: 600;
}

.ashby-job-posting-right-pane-overview-tab:hover,
.ashby-job-posting-right-pane-application-tab:hover {
  border-bottom-color: rgba(255, 96, 56, 0.4);
  color: #1e1211;
}

/* Ashby's inactive-tab hover paints its own fixed-width gray underline on the
   hashed parent at (0,3,0); suppress it so the label-hugging underline above
   is the only hover cue. */
[class*="_tab_"][class*="_tab_"][class*="_tab_"]:hover {
  border-bottom-color: transparent;
}

/* Ashby's slider is a fixed 200px bar that overshoots the label; replace it
   with a label-hugging underline on the active tab. Ashby marks the active
   state only on the parent via a hashed `_active_*` class, hence the
   attribute selector. */
.ashby-job-posting-right-pane-tab-slider {
  display: none;
}

[class*="_active_"] > .ashby-job-posting-right-pane-overview-tab,
[class*="_active_"] > .ashby-job-posting-right-pane-application-tab {
  border-bottom-color: #ff6038;
  color: #1e1211;
}

.ashby-job-posting-description,
.ashby-application-form-question-description,
.ashby-application-form-section-header-description,
.ashby-application-form-texting-consent-description {
  color: rgba(30, 18, 17, 0.76);
  font-family: var(--fontFamily);
  line-height: 1.56;
}

.ashby-job-posting-description {
  max-width: 72ch;
}

.ashby-job-posting-description h1,
.ashby-job-posting-description h2,
.ashby-job-posting-description h3 {
  margin: 2rem 0 0.65rem;
  color: #1e1211;
  font-family: var(--fontFamily);
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.ashby-job-posting-description h1:first-child,
.ashby-job-posting-description h2:first-child,
.ashby-job-posting-description h3:first-child {
  margin-top: 0;
}

.ashby-job-posting-description li {
  margin: 0.35rem 0;
}

.ashby-application-form-input-text,
.ashby-application-form-input-textarea,
.ashby-application-form-input-dropdown,
.ashby-application-form-input-date,
.ashby-application-form-input-autocomplete {
  border: 1px solid rgba(63, 36, 32, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.64);
  color: #1e1211;
  font-family: var(--fontFamily);
}

.ashby-application-form-input-text:focus,
.ashby-application-form-input-textarea:focus,
.ashby-application-form-input-dropdown:focus-within,
.ashby-application-form-input-date:focus-within,
.ashby-application-form-input-autocomplete:focus-within {
  border-color: #b83212;
  box-shadow: 0 0 0 3px rgba(255, 96, 56, 0.18);
  outline: none;
}

.ashby-application-form-input-file {
  border: 1.5px dashed rgba(63, 36, 32, 0.3);
  border-radius: 12px;
  background: rgba(230, 230, 215, 0.35);
}

.ashby-application-form-input-file-dropzone {
  border: 0;
  background: transparent;
}

.ashby-application-form-autofill-input-title {
  color: #1e1211;
  font-family: var(--fontFamily);
  font-weight: 600;
}

.ashby-application-form-autofill-input-description {
  color: rgba(30, 18, 17, 0.72);
  font-family: var(--fontFamily);
}

.ashby-application-form-input-checkbox-group-option-checkbox {
  border: 1px solid rgba(63, 36, 32, 0.18);
  border-radius: 6px;
}

.ashby-application-form-input-checkbox-group-option,
.ashby-application-form-input-radio-group-option,
.ashby-application-form-input-yesno-option {
  color: #1e1211;
  font-family: var(--fontFamily);
}

.ashby-application-form-input-yesno-option {
  border-color: rgba(63, 36, 32, 0.18);
  border-width: 1px;
}

.ashby-job-posting-left-pane.ashby-job-posting-left-pane {
  align-self: start;
  border: 1px solid rgba(63, 36, 32, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.56);
}

/* Ashby squares the top corners to fuse this pane with the tab bar; detach it
   into a rounded card matching the left pane, with a gap below the tabs. */
.ashby-job-posting-description-container.ashby-job-posting-description-container {
  margin-top: 1rem;
  border: 1px solid rgba(63, 36, 32, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.56);
}

.ashby-application-form-autofill-pane.ashby-application-form-autofill-pane {
  margin-top: 1rem;
  border: 1px solid rgba(63, 36, 32, 0.18);
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: rgba(255, 255, 255, 0.56);
}

.ashby-application-form-container.ashby-application-form-container {
  border: 1px solid rgba(63, 36, 32, 0.18);
  border-top: 0;
  border-radius: 0 0 12px 12px;
  background: rgba(255, 255, 255, 0.56);
}

.ashby-application-form-submit-button {
  width: 100%;
  max-width: 280px;
  min-height: 48px;
  margin: 1.5rem 0 0;
  border: 1px solid #ff6038;
  border-radius: 100px;
  background: #ff6038;
  box-shadow: none;
  color: #ffffff;
  font-family: var(--fontFamily);
  font-size: 1rem;
  font-weight: 700;
  transition:
    background-color 300ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.ashby-application-form-submit-button:hover {
  border-color: #b83212;
  background: #b83212;
  box-shadow: none;
  transform: none;
}

/* Back navigation, not a call to action: the site's ghost pill, not the
   filled one. */
.ashby-job-board-back-to-all-jobs-button {
  min-height: 44px;
  border: 1.5px solid rgba(184, 50, 18, 0.4);
  border-radius: 100px;
  background: transparent;
  box-shadow: none;
  color: #1e1211;
  font-family: var(--fontFamily);
  font-size: 0.9375rem;
  font-weight: 600;
  transition: border-color 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.ashby-job-board-back-to-all-jobs-button:hover {
  border-color: rgba(184, 50, 18, 0.9);
  background: transparent;
  box-shadow: none;
  color: #1e1211;
  transform: none;
}

.ashby-application-form-submit-button:focus,
.ashby-job-board-back-to-all-jobs-button:focus {
  box-shadow: 0 0 0 3px rgba(255, 96, 56, 0.35);
  outline: none;
}

@media (max-width: 640px) {
  .ashby-job-board-heading,
  .ashby-job-posting-heading {
    font-size: 2rem;
  }

  .ashby-job-posting-heading {
    margin-bottom: 1.5rem;
  }

  .ashby-job-board-filter {
    min-height: 48px;
    font-size: 1rem;
  }

  .ashby-job-posting-brief.ashby-job-posting-brief {
    padding: 1.125rem 1.25rem;
    border-radius: 12px;
  }

  .ashby-application-form-submit-button {
    max-width: none;
  }

  .ashby-job-posting-brief-details {
    font-size: 0.875rem;
  }
}

/* ── Specificity boosters ──
   Ashby's own sheet styles these elements through hashed classes with rules
   up to (0,3,0) — e.g. `._container_x:not(._highlighted_y):first-child
   { border-top: 0 }` — which beat doubled selectors, and (0,2,0) ties resolve
   by stylesheet order we don't control. Quadrupled selectors reach (0,4,0)
   so these properties win regardless of order. */

.ashby-job-posting-brief.ashby-job-posting-brief.ashby-job-posting-brief.ashby-job-posting-brief {
  margin: 0 12px;
  border-top: 1px solid rgba(63, 36, 32, 0.14);
  border-radius: 12px;
}

/* 86px = Ashby's 60px offset + 26px so the pane's top edge lines up with the
   description card (tab row height + the card's 1rem gap below the tabs). */
.ashby-job-posting-left-pane.ashby-job-posting-left-pane.ashby-job-posting-left-pane.ashby-job-posting-left-pane {
  margin-top: 86px;
  margin-left: 12px;
  margin-right: 2rem;
  border-top: 1px solid rgba(63, 36, 32, 0.18);
  border-radius: 12px;
}

.ashby-job-posting-description-container.ashby-job-posting-description-container.ashby-job-posting-description-container.ashby-job-posting-description-container {
  margin-top: 1rem;
  margin-right: 12px;
  border-top: 1px solid rgba(63, 36, 32, 0.18);
  border-radius: 12px;
}

.ashby-application-form-autofill-pane.ashby-application-form-autofill-pane.ashby-application-form-autofill-pane.ashby-application-form-autofill-pane {
  margin-top: 1rem;
  margin-right: 12px;
  border-top: 1px solid rgba(63, 36, 32, 0.18);
}

/* Fused below the autofill pane: side and bottom borders only. */
.ashby-application-form-container.ashby-application-form-container.ashby-application-form-container.ashby-application-form-container {
  margin-right: 12px;
  border-top: 0;
}

.ashby-job-board-back-to-all-jobs-button.ashby-job-board-back-to-all-jobs-button.ashby-job-board-back-to-all-jobs-button.ashby-job-board-back-to-all-jobs-button {
  margin-left: 24px;
  border-color: rgba(184, 50, 18, 0.4);
  background: transparent;
  box-shadow: none;
  color: #1e1211;
}

.ashby-job-board-back-to-all-jobs-button.ashby-job-board-back-to-all-jobs-button.ashby-job-board-back-to-all-jobs-button.ashby-job-board-back-to-all-jobs-button:hover {
  border-color: rgba(184, 50, 18, 0.9);
  background: transparent;
  box-shadow: none;
  color: #1e1211;
}

.ashby-job-board-back-to-all-jobs-button.ashby-job-board-back-to-all-jobs-button:hover svg {
  fill: #b83212;
}

.ashby-application-form-submit-button.ashby-application-form-submit-button.ashby-application-form-submit-button.ashby-application-form-submit-button:hover {
  border-color: #b83212;
  background: #b83212;
  box-shadow: none;
  color: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
  .ashby-job-posting-brief,
  .ashby-job-posting-brief-title,
  .ashby-job-board-filter,
  .ashby-application-form-submit-button,
  .ashby-job-board-back-to-all-jobs-button {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
