/* ESIIL/OASIS documentation styling inspired by the public OASIS home site. */

@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=Inter:wght@400;500;600;700;800&display=fallback");

:root {
  --oasis-font-sans: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --oasis-font-display: "Barlow Condensed", "Inter", "Segoe UI", Arial, sans-serif;
  --oasis-blue: #234a65;
  --oasis-green: #007135;
  --oasis-teal: #42bcdc;
  --oasis-green-light: #47bf7f;
  --oasis-paper: #fbf7f0;
  --oasis-paper-strong: #f3ede3;
  --oasis-sage-band: #e7efe6;
  --oasis-mist-band: #e9eff4;
  --oasis-earth-band: #f0e2d2;
  --oasis-text: #161a19;
  --oasis-text-soft: rgba(22, 26, 25, 0.74);
  --oasis-text-muted: rgba(22, 26, 25, 0.58);
  --oasis-border: rgba(35, 74, 101, 0.14);
  --oasis-border-strong: rgba(35, 74, 101, 0.22);
  --oasis-shadow-soft: 0 18px 40px rgba(35, 74, 101, 0.1);
  --oasis-shadow-hover: 0 24px 48px rgba(35, 74, 101, 0.14);
  --oasis-radius-xl: 28px;
  --oasis-radius-lg: 22px;
  --oasis-radius-md: 16px;
  --brand-gradient-brand: linear-gradient(90deg, var(--oasis-blue) 0%, var(--oasis-green) 100%);
  --brand-gradient-cta: linear-gradient(90deg, var(--oasis-teal) 0%, var(--oasis-green-light) 65%);
  --md-primary-fg-color: var(--oasis-blue);
  --md-accent-fg-color: var(--oasis-teal);
  --md-typeset-a-color: var(--oasis-blue);
}

body,
.md-typeset {
  color: var(--oasis-text);
  font-family: var(--oasis-font-sans);
  line-height: 1.65;
}

.md-header,
.md-tabs {
  color: var(--oasis-text);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
}

.md-header {
  min-height: 4.7rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: none;
}

.md-header__inner {
  min-height: 4.7rem;
}

.md-header__title,
.md-header__button,
.md-header__source,
.md-tabs__link,
.md-search__icon,
.md-search__input::placeholder {
  color: var(--oasis-text) !important;
}

.md-header__title {
  font-weight: 800;
}

.md-tabs {
  border-top: 1px solid var(--oasis-border);
}

.md-tabs__link {
  position: relative;
  font-weight: 700;
  letter-spacing: 0;
}

.md-tabs__link::after {
  position: absolute;
  right: 0;
  bottom: -0.35rem;
  left: 0;
  height: 0.14rem;
  background-color: var(--oasis-green);
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.md-tabs__link:is(:hover, :focus-visible),
.md-tabs__item--active .md-tabs__link {
  color: var(--oasis-green) !important;
}

.md-tabs__link:is(:hover, :focus-visible)::after,
.md-tabs__item--active .md-tabs__link::after {
  transform: scaleX(1);
}

.md-header__button.md-logo.oasis-logo-lockup {
  display: inline-flex;
  gap: 0.65rem;
  align-items: center;
  flex-direction: row;
  width: auto;
  min-width: 15rem;
  height: 4rem;
  margin: 0;
  padding: 0.15rem 1rem 0.15rem 0;
}

.md-header__button.md-logo.oasis-logo-lockup img,
.md-header__button.md-logo img,
.md-header__button.md-logo svg,
.md-logo img,
.md-logo svg {
  display: block;
  width: auto !important;
  object-fit: contain;
}

.oasis-logo-lockup__esiil {
  flex: 0 0 auto;
  height: 2.35rem !important;
}

.oasis-logo-lockup__oasis {
  flex: 0 0 auto;
  height: 2.7rem !important;
}

.md-sidebar--primary .md-nav__title .md-logo {
  height: auto;
}

.md-sidebar--primary .md-nav__title .md-logo img {
  max-width: 7.5rem;
  height: auto !important;
}

.md-main {
  background: var(--oasis-paper);
}

.md-main__inner:has(.oasis-doc-home) .md-sidebar,
.md-main__inner:has(.oasis-doc-home) .md-sidebar--primary,
.md-main__inner:has(.oasis-doc-home) .md-sidebar--secondary {
  display: none;
}

.md-main__inner:has(.oasis-doc-home) {
  max-width: 100%;
  margin: 0;
}

.md-main__inner:has(.oasis-doc-home) .md-content {
  width: 100%;
  max-width: none;
}

.md-main__inner:has(.oasis-doc-home),
.md-main__inner:has(.oasis-doc-home) .md-content,
.md-main__inner:has(.oasis-doc-home) .md-content__inner {
  padding: 0 !important;
}

.md-main__inner:has(.oasis-doc-home) .md-content__inner {
  margin: 0;
}

.md-main__inner:has(.oasis-doc-home) .md-content__inner::before,
.md-main__inner:has(.oasis-doc-home) .md-content__button {
  display: none;
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
  color: var(--oasis-blue);
  font-family: var(--oasis-font-display);
  letter-spacing: 0;
}

.md-typeset h1 {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 0.96;
}

.md-typeset h2 {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1;
}

.md-typeset h3 {
  font-size: 1.55rem;
  font-weight: 700;
}

.md-typeset .md-button {
  border-color: var(--oasis-blue);
  border-radius: 999px;
  color: var(--oasis-blue);
  font-weight: 800;
  letter-spacing: 0;
}

.md-typeset .md-button:is(:hover, :focus-visible) {
  border-color: var(--oasis-teal);
  background-color: rgba(66, 188, 220, 0.16);
}

.md-typeset .md-button--primary {
  border: 0;
  background: var(--brand-gradient-cta);
  box-shadow: 0 6px 14px rgba(35, 74, 101, 0.22);
  color: #10222f;
}

.oasis-doc-home {
  position: relative;
  width: 100%;
  margin-inline: 0;
  overflow: clip;
  background:
    radial-gradient(circle at 20% 20%, rgba(35, 74, 101, 0.06) 0, rgba(35, 74, 101, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 70% 30%, rgba(0, 113, 53, 0.05) 0, rgba(0, 113, 53, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, #fcfaf6 0%, var(--oasis-paper) 100%);
  background-size: 30px 30px, 26px 26px, 100% 100%;
}

.oasis-shell {
  width: min(1180px, calc(100vw - 2rem));
  margin: 0 auto;
}

.oasis-home__hero,
.oasis-band,
.oasis-stats-band,
.oasis-footer-band {
  position: relative;
}

.oasis-home__hero::before,
.oasis-band::before,
.oasis-footer-band::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.34), transparent 32%),
    radial-gradient(circle at 85% 22%, rgba(35, 74, 101, 0.05), transparent 28%);
  content: "";
}

.oasis-home__hero {
  display: flex;
  min-height: calc(100vh - 8rem);
  align-items: flex-start;
  padding: 0 0 1rem;
  background:
    radial-gradient(circle at 82% 20%, rgba(66, 188, 220, 0.13), transparent 28%),
    radial-gradient(circle at 12% 12%, rgba(0, 113, 53, 0.06), transparent 24%),
    linear-gradient(180deg, #fcfaf6 0%, #f7f3eb 100%);
}

.oasis-doc-hero {
  min-height: auto;
  padding: 2.5rem 0 2rem;
}

.oasis-home__hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(18rem, 0.92fr) minmax(22rem, 1.08fr);
  gap: 2rem;
  align-items: start;
  padding-top: 1rem;
}

.oasis-doc-hero .oasis-home__hero-shell {
  align-items: center;
}

.oasis-home__hero-copy {
  min-width: 0;
  max-width: 42rem;
}

.oasis-kicker,
.oasis-section-heading__eyebrow,
.oasis-feature-intro__label,
.oasis-doc-card__meta {
  margin: 0 0 0.85rem;
  color: var(--oasis-green);
  font-family: var(--oasis-font-display);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.oasis-home__hero h1 {
  max-width: 13ch;
  margin: 0.15rem 0 0;
  color: var(--oasis-blue);
  font-family: var(--oasis-font-display);
  font-size: 78px;
  font-weight: 800;
  line-height: 0.92;
}

.oasis-doc-hero .oasis-home__hero h1,
.oasis-doc-hero h1 {
  max-width: 12ch;
}

.oasis-home__lede,
.oasis-feature-intro__text,
.oasis-section-heading__copy > p,
.oasis-footer-band__message > p {
  max-width: 35rem;
  margin: 16px 0 0;
  color: var(--oasis-text-soft);
  font-size: 18px;
  line-height: 1.7;
}

.oasis-home__hero-quicklinks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 52rem;
  margin: 20px 0 16px;
}

.oasis-button {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  border: 1px solid var(--oasis-border-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--oasis-blue) !important;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: 0 2px 8px rgba(35, 74, 101, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.oasis-button:is(:hover, :focus-visible) {
  border-color: var(--oasis-teal);
  background: rgba(66, 188, 220, 0.16);
  box-shadow: var(--oasis-shadow-soft);
  transform: translateY(-1px);
}

.oasis-button--light {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.16);
  color: #fff !important;
}

.oasis-home__hero-note {
  max-width: 34rem;
  margin: 14px 0 0;
  color: var(--oasis-text-muted);
  font-size: 16px;
}

.oasis-home__hero-art {
  position: relative;
  min-width: 0;
}

.oasis-home__hero-figure {
  position: relative;
  margin: 0;
  padding: 1.2rem;
  border: 1px solid var(--oasis-border);
  border-radius: var(--oasis-radius-xl);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: var(--oasis-shadow-soft);
  backdrop-filter: blur(10px);
}

.oasis-home__hero-figure img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: contain;
}

.oasis-doc-hero .oasis-home__hero-figure img {
  max-height: 320px;
}

.oasis-stats-band {
  z-index: 4;
  padding: 1.8rem 0 5.25rem;
  background:
    radial-gradient(circle at 20% 10%, rgba(77, 187, 116, 0.08), transparent 28%),
    linear-gradient(180deg, #f7f3eb 0%, rgba(247, 244, 239, 0.96) 100%);
}

.oasis-stats-band__panel {
  display: grid;
  gap: 2.2rem;
  padding: 2.1rem;
  border: 1px solid var(--oasis-border);
  border-radius: calc(var(--oasis-radius-xl) + 4px);
  background: linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.6)), rgba(251, 247, 240, 0.84);
  box-shadow: 0 18px 42px rgba(35, 74, 101, 0.08);
  backdrop-filter: blur(12px);
}

.oasis-stats-band__intro {
  display: flex;
  gap: 1.5rem;
  align-items: end;
  justify-content: space-between;
}

.oasis-stats-band__intro h2 {
  margin: 0;
}

.oasis-stats-band__intro p:last-child {
  max-width: 24rem;
  margin: 0;
  color: var(--oasis-text-soft);
}

.oasis-stats-band__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.oasis-stat {
  min-height: 8.5rem;
  padding: 1.15rem;
  border: 1px solid var(--oasis-border);
  border-radius: var(--oasis-radius-lg);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 28px rgba(35, 74, 101, 0.07);
}

.oasis-stat__value,
.oasis-stat__label {
  display: block;
}

.oasis-stat__value {
  color: var(--oasis-blue);
  font-family: var(--oasis-font-display);
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 0.95;
}

.oasis-stat__label {
  margin-top: 0.7rem;
  color: var(--oasis-text-soft);
  font-weight: 600;
}

.oasis-band,
.oasis-footer-band {
  padding: 5.5rem 0;
}

.oasis-home-links {
  padding: 3.25rem 0 4.5rem;
}

.oasis-band--sage {
  background: linear-gradient(180deg, rgba(231, 239, 230, 0.98), rgba(225, 237, 224, 0.98));
}

.oasis-band--mist {
  background: linear-gradient(180deg, rgba(233, 239, 244, 0.98), rgba(224, 234, 241, 0.98));
}

.oasis-section-heading,
.oasis-feature-row,
.oasis-doc-card-grid,
.oasis-process-grid,
.oasis-footer-band__shell {
  position: relative;
  z-index: 1;
}

.oasis-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}

.oasis-section-heading h2 {
  max-width: 13ch;
  margin: 0;
}

.oasis-doc-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.oasis-doc-card,
.oasis-process-card,
.md-typeset .grid.cards > ol > li,
.md-typeset .grid.cards > ul > li,
.md-typeset .admonition,
.md-typeset details {
  border: 1px solid var(--oasis-border);
  border-radius: var(--oasis-radius-md);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: none;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.oasis-doc-card {
  display: block;
  min-height: 11.5rem;
  padding: 1rem;
  color: var(--oasis-text) !important;
  text-decoration: none !important;
}

.oasis-doc-card::before {
  display: block;
  width: 100%;
  height: 0.24rem;
  margin-bottom: 0.75rem;
  border-radius: 999px;
  background: var(--brand-gradient-brand);
  content: "";
}

.oasis-doc-card h3 {
  margin: 0.1rem 0 0.45rem;
  line-height: 1.05;
}

.oasis-doc-card p {
  margin: 0;
  color: var(--oasis-text-soft);
  font-size: 16px;
  line-height: 1.45;
}

.oasis-project-card__cta {
  display: inline-flex;
  margin-top: 0.7rem;
  color: var(--oasis-green);
  font-size: 15px;
  font-weight: 800;
}

.oasis-doc-card:is(:hover, :focus-visible),
.oasis-process-card:is(:hover, :focus-within),
.md-typeset .grid.cards > ol > li:is(:hover, :focus-within),
.md-typeset .grid.cards > ul > li:is(:hover, :focus-within),
.md-typeset .admonition:is(:hover, :focus-within),
.md-typeset details:is(:hover, :focus-within) {
  border-color: rgba(66, 188, 220, 0.46);
  box-shadow: var(--oasis-shadow-hover);
  transform: translateY(-2px);
}

.oasis-feature-row {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 2rem;
  align-items: start;
}

.oasis-feature-intro {
  max-width: 28rem;
}

.oasis-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.oasis-process-card {
  min-height: 12rem;
  padding: 1.3rem;
}

.oasis-process-card h3 {
  margin-top: 0;
}

.oasis-footer-band {
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(66, 188, 220, 0.16), transparent 28%),
    linear-gradient(135deg, var(--oasis-blue) 0%, #14364a 52%, var(--oasis-green) 100%);
}

.md-footer.oasis-footer-band {
  margin-top: 0;
  padding: 4.5rem 0;
  color: #fff;
}

.oasis-footer-band__shell {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.oasis-footer-band__cta {
  display: grid;
  grid-template-columns: minmax(13rem, 0.45fr) minmax(0, 0.55fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: center;
}

.oasis-footer-band__brand-lockup {
  display: grid;
  gap: 1rem;
  justify-items: start;
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--oasis-radius-xl);
  background: rgba(255, 255, 255, 0.9);
}

.oasis-footer-band__brand-esiil {
  width: 9rem;
  height: auto;
}

.oasis-footer-band__brand-oasis {
  width: 12rem;
  height: auto;
}

.oasis-footer-band__message {
  min-width: 0;
}

.oasis-footer-band__message h2,
.oasis-footer-band__message p,
.oasis-footer-band__message .oasis-section-heading__eyebrow {
  color: #fff;
}

.oasis-footer-band__message h2 {
  max-width: 15ch;
  margin: 0;
  font-size: 3rem;
}

.oasis-footer-band__message p {
  max-width: 33rem;
}

.oasis-footer-band__message .oasis-button {
  width: fit-content;
  margin-top: 1.25rem;
}

.oasis-button__arrow {
  font-weight: 800;
}

.oasis-footer-band__institutional {
  display: grid;
  gap: 1.25rem;
  padding-top: 0.25rem;
}

.oasis-footer-band__institutional-copy p {
  margin: 0 0 0.7rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
  line-height: 1.55;
}

.oasis-footer-band__institutional-copy a {
  color: #fff;
  font-weight: 800;
}

.oasis-footer-band__institutional-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.oasis-footer-band__institutional-logos img {
  width: auto;
  height: 2.2rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.md-typeset table:not([class]) {
  overflow: hidden;
  border: 1px solid var(--oasis-border);
  border-radius: 0.5rem;
  box-shadow: 0 0.2rem 0.9rem rgba(35, 74, 101, 0.08);
}

.md-typeset table:not([class]) th {
  color: #ffffff;
  background-color: var(--oasis-blue);
}

.md-typeset:has(h1#working-group-guide) {
  max-width: 66rem;
}

.md-typeset h1#working-group-guide {
  margin: 0 0 1.2rem;
  padding: clamp(1.4rem, 4vw, 2.4rem);
  border-radius: var(--oasis-radius-lg);
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(35, 74, 101, 0.96), rgba(0, 113, 53, 0.92)),
    radial-gradient(circle at 85% 18%, rgba(66, 188, 220, 0.42), transparent 32%);
  box-shadow: var(--oasis-shadow-soft);
  font-size: clamp(3.4rem, 8vw, 6.4rem);
  text-transform: uppercase;
}

.md-typeset h1#working-group-guide .headerlink {
  color: #ffffff;
}

.md-typeset h1#working-group-guide + p {
  max-width: 44rem;
  color: var(--oasis-text-soft);
  font-size: 1.18rem;
}

.md-typeset h1#working-group-guide + p + p {
  margin-top: 1.8rem;
  color: var(--oasis-green);
  font-family: var(--oasis-font-display);
  font-size: 1.45rem;
  font-weight: 800;
  text-transform: uppercase;
}

.md-typeset:has(h1#working-group-guide) > ol:first-of-type {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 1rem 0 2.6rem;
  padding: 0;
  counter-reset: handbook-questions;
}

.md-typeset:has(h1#working-group-guide) > ol:first-of-type > li {
  position: relative;
  min-height: 8.5rem;
  margin: 0;
  padding: 3.4rem 1rem 1rem;
  overflow: hidden;
  border: 1px solid var(--oasis-border);
  border-radius: var(--oasis-radius-md);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 30px rgba(35, 74, 101, 0.08);
  font-weight: 800;
  list-style: none;
  counter-increment: handbook-questions;
}

.md-typeset:has(h1#working-group-guide) > ol:first-of-type > li::before {
  position: absolute;
  top: 0.85rem;
  left: 1rem;
  color: var(--oasis-teal);
  content: "0" counter(handbook-questions);
  font-family: var(--oasis-font-display);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.md-typeset h2#start-here + .md-typeset__scrollwrap {
  margin: 1rem 0 2.6rem;
  overflow: visible;
}

.md-typeset h2#start-here + .md-typeset__scrollwrap .md-typeset__table {
  display: block;
  width: 100%;
  padding: 0;
}

.md-typeset h2#start-here + table,
.md-typeset h2#start-here + .md-typeset__scrollwrap table {
  display: grid !important;
  width: 100% !important;
  min-width: 100%;
  max-width: none;
  overflow: visible;
  border: 0;
  background: transparent;
  font-size: inherit;
  box-shadow: none;
}

.md-typeset h2#start-here + table thead,
.md-typeset h2#start-here + .md-typeset__scrollwrap table thead {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}

.md-typeset h2#start-here + table tbody,
.md-typeset h2#start-here + .md-typeset__scrollwrap table tbody {
  display: grid !important;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(15.5rem, 1fr));
  gap: 0.9rem;
}

.md-typeset h2#start-here + table tr,
.md-typeset h2#start-here + .md-typeset__scrollwrap table tr {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-height: 8rem;
  padding: 1rem;
  border: 1px solid var(--oasis-border);
  border-radius: var(--oasis-radius-md);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 30px rgba(35, 74, 101, 0.08);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.md-typeset h2#start-here + table tr:is(:hover, :focus-within),
.md-typeset h2#start-here + .md-typeset__scrollwrap table tr:is(:hover, :focus-within) {
  border-color: var(--oasis-border-strong);
  box-shadow: var(--oasis-shadow-hover);
  transform: translateY(-2px);
}

.md-typeset h2#start-here + table td,
.md-typeset h2#start-here + .md-typeset__scrollwrap table td {
  display: block;
  padding: 0;
  border: 0;
}

.md-typeset h2#start-here + table td:first-child,
.md-typeset h2#start-here + .md-typeset__scrollwrap table td:first-child {
  color: var(--oasis-green);
  font-family: var(--oasis-font-display);
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.md-typeset h2#start-here + table td:last-child,
.md-typeset h2#start-here + .md-typeset__scrollwrap table td:last-child {
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.45;
}

.md-typeset h2#working-group-lifecycle + ol {
  margin-left: 0;
  padding-left: 0;
  counter-reset: lifecycle;
}

.md-typeset h2#working-group-lifecycle + ol > li {
  position: relative;
  min-height: 4.2rem;
  margin: 0 0 0.85rem;
  padding: 0.9rem 1rem 0.9rem 4.2rem;
  border: 1px solid var(--oasis-border);
  border-radius: var(--oasis-radius-md);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 8px 24px rgba(35, 74, 101, 0.06);
  list-style: none;
  counter-increment: lifecycle;
}

.md-typeset h2#working-group-lifecycle + ol > li::before {
  position: absolute;
  top: 0.75rem;
  left: 1rem;
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--brand-gradient-brand);
  content: counter(lifecycle);
  font-family: var(--oasis-font-display);
  font-size: 1.35rem;
  font-weight: 800;
}

.md-typeset h2#core-reference-pages + ul,
.md-typeset h2#see-also + ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  gap: 0.75rem;
  margin-left: 0;
  padding: 0;
}

.md-typeset h2#core-reference-pages + ul > li,
.md-typeset h2#see-also + ul > li {
  margin: 0;
  padding: 0.85rem 1rem;
  border: 1px solid var(--oasis-border);
  border-radius: var(--oasis-radius-md);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 24px rgba(35, 74, 101, 0.06);
  list-style: none;
}

.md-typeset:is(
  :has(h1#guide-for-applicants),
  :has(h1#working-group-team-roles),
  :has(h1#guide-for-new-groups),
  :has(h1#guide-for-groups-during-the-two-years),
  :has(h1#guide-to-finishing-and-reporting),
  :has(h1#reusable-templates)
) {
  max-width: 54rem;
}

.md-typeset:is(
  :has(h1#guide-for-applicants),
  :has(h1#working-group-team-roles),
  :has(h1#guide-for-new-groups),
  :has(h1#guide-for-groups-during-the-two-years),
  :has(h1#guide-to-finishing-and-reporting),
  :has(h1#reusable-templates)
) > h1 + p {
  max-width: 44rem;
  color: var(--oasis-text-soft);
  font-size: 1.12rem;
}

.md-typeset:is(
  :has(h1#guide-for-applicants),
  :has(h1#working-group-team-roles),
  :has(h1#guide-for-new-groups),
  :has(h1#guide-for-groups-during-the-two-years),
  :has(h1#guide-to-finishing-and-reporting),
  :has(h1#reusable-templates)
) .toc {
  margin: 1.8rem 0 2.4rem;
  padding: 1rem 1.2rem;
  border: 1px solid var(--oasis-border);
  border-radius: var(--oasis-radius-md);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 28px rgba(35, 74, 101, 0.07);
}

.md-typeset:is(
  :has(h1#guide-for-applicants),
  :has(h1#working-group-team-roles),
  :has(h1#guide-for-new-groups),
  :has(h1#guide-for-groups-during-the-two-years),
  :has(h1#guide-to-finishing-and-reporting),
  :has(h1#reusable-templates)
) .toc ul {
  margin: 0;
}

.md-typeset:is(
  :has(h1#guide-for-applicants),
  :has(h1#working-group-team-roles),
  :has(h1#guide-for-new-groups),
  :has(h1#guide-for-groups-during-the-two-years),
  :has(h1#guide-to-finishing-and-reporting),
  :has(h1#reusable-templates)
) .toc a {
  font-weight: 700;
}

.md-typeset:is(
  :has(h1#guide-for-applicants),
  :has(h1#working-group-team-roles),
  :has(h1#guide-for-new-groups),
  :has(h1#guide-for-groups-during-the-two-years),
  :has(h1#guide-to-finishing-and-reporting),
  :has(h1#reusable-templates)
) h2 {
  margin-top: 2.35rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--oasis-border);
  font-size: 1.9rem;
  line-height: 1.1;
}

.md-typeset:is(
  :has(h1#guide-for-applicants),
  :has(h1#working-group-team-roles),
  :has(h1#guide-for-new-groups),
  :has(h1#guide-for-groups-during-the-two-years),
  :has(h1#guide-to-finishing-and-reporting),
  :has(h1#reusable-templates)
) h2 .headerlink {
  opacity: 0;
  transition: opacity 160ms ease;
}

.md-typeset:is(
  :has(h1#guide-for-applicants),
  :has(h1#working-group-team-roles),
  :has(h1#guide-for-new-groups),
  :has(h1#guide-for-groups-during-the-two-years),
  :has(h1#guide-to-finishing-and-reporting),
  :has(h1#reusable-templates)
) h2:is(:hover, :focus-within) .headerlink {
  opacity: 1;
}

.md-typeset:is(
  :has(h1#guide-for-applicants),
  :has(h1#working-group-team-roles),
  :has(h1#guide-for-new-groups),
  :has(h1#guide-for-groups-during-the-two-years),
  :has(h1#guide-to-finishing-and-reporting),
  :has(h1#reusable-templates)
) table:not([class]) {
  background: rgba(255, 255, 255, 0.78);
}

.md-typeset:is(
  :has(h1#guide-for-applicants),
  :has(h1#working-group-team-roles),
  :has(h1#guide-for-new-groups),
  :has(h1#guide-for-groups-during-the-two-years),
  :has(h1#guide-to-finishing-and-reporting),
  :has(h1#reusable-templates)
) .admonition {
  border-radius: var(--oasis-radius-md);
  box-shadow: 0 10px 28px rgba(35, 74, 101, 0.07);
}

.md-typeset:has(h1#sample-only-not-the-current-rfp) {
  max-width: 52rem;
}

.md-typeset:has(h1#sample-only-not-the-current-rfp) h1:first-child {
  display: block;
  margin-bottom: 1.15rem;
  padding: 1.1rem 1.25rem;
  border-radius: var(--oasis-radius-md);
  color: #ffffff;
  background: var(--brand-gradient-brand);
  box-shadow: var(--oasis-shadow-soft);
  font-family: var(--oasis-font-display);
  font-size: clamp(2.6rem, 7vw, 5.2rem);
  font-weight: 800;
  line-height: 0.92;
  text-transform: uppercase;
}

.md-typeset:has(h1#sample-only-not-the-current-rfp) h1:first-child .headerlink {
  color: #ffffff;
}

.md-typeset:has(h1#sample-only-not-the-current-rfp) > .admonition.warning {
  margin: 0 0 2rem;
  border-color: rgba(190, 78, 0, 0.35);
  background: rgba(255, 246, 232, 0.95);
  box-shadow: 0 10px 28px rgba(35, 74, 101, 0.07);
}

.md-typeset:has(h1#sample-only-not-the-current-rfp) .toc {
  margin: 2rem 0 2.6rem;
  padding: 1.1rem 1.25rem;
  border: 1px solid var(--oasis-border);
  border-radius: var(--oasis-radius-md);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 28px rgba(35, 74, 101, 0.07);
}

.md-typeset:has(h1#sample-only-not-the-current-rfp) .toc ul {
  margin: 0;
}

.md-typeset:has(h1#sample-only-not-the-current-rfp) .toc li {
  margin: 0.25rem 0;
}

.md-typeset:has(h1#sample-only-not-the-current-rfp) .toc a {
  font-weight: 700;
}

.md-typeset:has(h1#sample-only-not-the-current-rfp) h2 {
  margin-top: 2.35rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--oasis-border);
  font-size: 1.85rem;
  line-height: 1.1;
}

.md-typeset:has(h1#sample-only-not-the-current-rfp) h2#request-for-proposals-for-working-groups-at-esiil {
  margin-top: 1.2rem;
  padding-top: 0;
  border-top: 0;
}

.md-typeset:has(h1#sample-only-not-the-current-rfp) h2 .headerlink {
  opacity: 0;
  transition: opacity 160ms ease;
}

.md-typeset:has(h1#sample-only-not-the-current-rfp) h2:is(:hover, :focus-within) .headerlink {
  opacity: 1;
}

.md-typeset:has(h1#sample-only-not-the-current-rfp) p,
.md-typeset:has(h1#sample-only-not-the-current-rfp) li {
  font-size: 1rem;
  line-height: 1.75;
}

.md-typeset:has(h1#frequently-asked-questions) {
  max-width: 48rem;
}

.md-typeset:has(h1#frequently-asked-questions) h1 + p {
  max-width: 42rem;
  color: var(--oasis-text-soft);
  font-size: 1.05rem;
}

.md-typeset:has(h1#frequently-asked-questions) .toc {
  margin: 2rem 0 2.6rem;
  padding: 1.1rem 1.25rem;
  border: 1px solid var(--oasis-border);
  border-radius: var(--oasis-radius-md);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 28px rgba(35, 74, 101, 0.07);
}

.md-typeset:has(h1#frequently-asked-questions) .toc ul {
  margin: 0;
}

.md-typeset:has(h1#frequently-asked-questions) .toc li {
  margin: 0.25rem 0;
}

.md-typeset:has(h1#frequently-asked-questions) .toc a {
  font-weight: 700;
}

.md-typeset:has(h1#frequently-asked-questions) h2 {
  margin-top: 2.4rem;
  padding-top: 1.35rem;
  border-top: 1px solid var(--oasis-border);
  font-size: 1.85rem;
  line-height: 1.1;
}

.md-typeset:has(h1#frequently-asked-questions) h2 .headerlink {
  opacity: 0;
  transition: opacity 160ms ease;
}

.md-typeset:has(h1#frequently-asked-questions) h2:is(:hover, :focus-within) .headerlink {
  opacity: 1;
}

.md-typeset:has(h1#frequently-asked-questions) h2 + p,
.md-typeset:has(h1#frequently-asked-questions) h2 + p + p,
.md-typeset:has(h1#frequently-asked-questions) h2 + p + p + p {
  font-size: 1rem;
  line-height: 1.75;
}

.oasis-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: var(--oasis-radius-md);
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.12);
}

.oasis-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 76.2344em) {
  .oasis-logo-lockup__oasis {
    display: none;
  }

  .oasis-logo-lockup__esiil {
    height: 2.55rem !important;
  }

  .md-header,
  .md-header__inner {
    min-height: 4rem;
  }

  .oasis-home__hero-shell,
  .oasis-feature-row,
  .oasis-footer-band__shell,
  .oasis-footer-band__cta {
    grid-template-columns: 1fr;
  }

  .oasis-home__hero h1 {
    font-size: 4.35rem;
  }

  .oasis-home__hero-art {
    order: -1;
  }

  .oasis-home__hero-figure {
    max-width: 28rem;
    margin: 0 auto;
  }

  .oasis-stats-band__grid,
  .oasis-doc-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 44.9375em) {
  .oasis-shell {
    width: min(100vw - 1.2rem, 1180px);
  }

  .md-header__button.md-logo.oasis-logo-lockup {
    min-width: 0;
    padding-right: 0.25rem;
  }

  .oasis-logo-lockup__esiil {
    height: 2.2rem !important;
  }

  .oasis-logo-lockup__oasis {
    height: 2.1rem !important;
  }

  .oasis-home__hero {
    min-height: auto;
    padding-bottom: 1.4rem;
  }

  .oasis-home__hero-shell {
    gap: 0.9rem;
    padding-top: 1.2rem;
  }

  .oasis-home__hero h1 {
    font-size: 2.75rem;
  }

  .md-footer.oasis-footer-band {
    padding: 3rem 0;
  }

  .oasis-footer-band__shell,
  .oasis-footer-band__cta {
    gap: 1.5rem;
  }

  .oasis-footer-band__message h2 {
    font-size: 2.25rem;
  }

  .oasis-footer-band__message .oasis-button {
    width: 100%;
  }

  .oasis-footer-band__brand-lockup {
    max-width: 16rem;
  }

  .oasis-footer-band__brand-esiil {
    width: 8rem;
  }

  .oasis-footer-band__brand-oasis {
    width: 10rem;
  }

  .oasis-footer-band__institutional-logos img {
    height: 1.9rem;
  }

  .oasis-home__hero-figure {
    max-width: 10.5rem;
    padding: 0.6rem;
  }

  .oasis-home__hero-figure img {
    max-height: 10.5rem;
  }

  .md-typeset h1 {
    font-size: 2.65rem;
  }

  .md-typeset h1#working-group-guide {
    padding: 1.2rem;
    font-size: 3rem;
  }

  .md-typeset:has(h1#working-group-guide) > ol:first-of-type,
  .md-typeset h2#start-here + table tbody,
  .md-typeset h2#start-here + .md-typeset__scrollwrap table tbody,
  .md-typeset h2#core-reference-pages + ul,
  .md-typeset h2#see-also + ul {
    grid-template-columns: 1fr;
  }

  .md-typeset:has(h1#working-group-guide) > ol:first-of-type > li {
    min-height: auto;
  }

  .md-typeset h2 {
    font-size: 2.1rem;
  }

  .oasis-home__lede,
  .oasis-feature-intro__text,
  .oasis-section-heading__copy > p,
  .oasis-footer-band__message > p {
    font-size: 16px;
  }

  .oasis-stats-band__intro {
    display: grid;
  }

  .oasis-home__hero-quicklinks {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .oasis-button {
    width: 100%;
  }

  .oasis-home__hero-note {
    display: none;
  }

  .oasis-stats-band,
  .oasis-band,
  .oasis-footer-band {
    padding: 3.25rem 0;
  }

  .oasis-stats-band__panel {
    padding: 1.1rem;
  }

  .oasis-stats-band__grid,
  .oasis-doc-card-grid,
  .oasis-process-grid {
    grid-template-columns: 1fr;
  }

  .oasis-stat,
  .oasis-doc-card,
  .oasis-process-card {
    min-height: auto;
  }

  .oasis-footer-band__brand-oasis {
    width: 13rem;
  }
}
