@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,500;0,600;0,700;1,500&family=Vollkorn:ital,wght@0,400;0,600;1,400&display=swap");

:root {
  --muu-apron: #c5c0b2;
  --muu-paper: #eeece4;
  --muu-ink: #1a1915;
  --muu-soft: #5c594f;
  --muu-keyline: #b3aea0;
  --muu-seal: #1e6670;
  --muu-chip: #e2dfd4;
  --muu-mast: "Exo 2", "Segoe UI", sans-serif;
  --muu-long: "Vollkorn", "Georgia", serif;
  --muu-ui: "Exo 2", "Segoe UI", sans-serif;
  --muu-bodyfs: 1.0625rem;
  --muu-bodylh: 1.65;
  --muu-measure: 38rem;
  --muu-shell: 68rem;
}

html.muu {
  overflow-x: clip;
  background-color: var(--muu-apron);
  background-image:
    radial-gradient(ellipse 90% 55% at 12% -10%, rgba(238, 236, 228, 0.55), transparent 55%),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 47px,
      rgba(26, 25, 21, 0.035) 47px,
      rgba(26, 25, 21, 0.035) 48px
    );
  color-scheme: light;
}

html.muu body {
  overflow-x: clip;
  margin: 0;
  min-height: 100vh;
  color: var(--muu-ink);
  font-family: var(--muu-ui);
  font-size: var(--muu-bodyfs);
  line-height: var(--muu-bodylh);
  background: transparent;
}

html.muu *,
html.muu *::before,
html.muu *::after {
  box-sizing: border-box;
}

a {
  color: var(--muu-seal);
  text-underline-offset: 0.16em;
}
a:hover {
  color: var(--muu-ink);
}

h1,
h2,
h3 {
  font-family: var(--muu-mast);
  font-style: normal;
  font-weight: 650;
  overflow-wrap: anywhere;
  min-width: 0;
  line-height: 1.2;
  color: var(--muu-ink);
}

h1 {
  font-size: clamp(1.65rem, 3.2vw, 2.15rem);
  margin: 0 0 0.65rem;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 1.2rem;
  margin: 0 0 0.7rem;
  letter-spacing: -0.01em;
}

p,
li,
small,
td,
th {
  overflow-wrap: anywhere;
}

.muu-tobody {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.muu-tobody:focus {
  width: auto;
  height: auto;
  overflow: visible;
  clip-path: none;
  z-index: 8;
  top: 0.6rem;
  left: 0.6rem;
  padding: 0.5rem 0.75rem;
  background: var(--muu-paper);
  color: var(--muu-ink);
  border: 2px solid var(--muu-seal);
  text-decoration: none;
}

:focus-visible {
  outline: 2px solid var(--muu-seal);
  outline-offset: 2px;
}

.muu-frame {
  width: min(100% - 1.5rem, var(--muu-shell));
  margin-inline: auto;
}

.muu-banner {
  padding: 1.35rem 0 0;
}

.muu-brand-block {
  display: grid;
  gap: 0.35rem;
  padding: 1.1rem 1.25rem 1.2rem;
  background: var(--muu-paper);
  border: 1px solid var(--muu-keyline);
  border-bottom: 3px solid var(--muu-seal);
  box-shadow: 0 1px 0 rgba(26, 25, 21, 0.04);
}

.muu-brand {
  margin: 0;
  font-family: var(--muu-mast);
  font-size: clamp(1.85rem, 4.5vw, 2.55rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.muu-brand a {
  color: var(--muu-ink);
  text-decoration: none;
}
.muu-brand a:hover {
  color: var(--muu-seal);
}

.muu-lede {
  margin: 0;
  max-width: 36rem;
  color: var(--muu-soft);
  font-size: 0.98rem;
  line-height: 1.45;
}

.muu-navwrap {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.85rem;
  padding: 0 0.15rem 0.85rem;
  border-bottom: 1px solid var(--muu-keyline);
}

.muu-contents {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 0.1rem;
  align-items: center;
}

.muu-contents a {
  display: inline-block;
  padding: 0.55rem 0.7rem;
  color: var(--muu-ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  border-bottom: 2px solid transparent;
}
.muu-contents a:hover {
  color: var(--muu-seal);
}
.muu-contents a[aria-current="page"] {
  color: var(--muu-seal);
  border-bottom-color: var(--muu-seal);
}

.muu-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.15rem;
  font-size: 0.88rem;
}
.muu-subnav a {
  display: inline-block;
  padding: 0.35rem 0.55rem;
  color: var(--muu-soft);
  text-decoration: none;
}
.muu-subnav a:hover,
.muu-subnav a[aria-current="page"] {
  color: var(--muu-seal);
  text-decoration: underline;
}

.muu-column {
  width: min(100% - 1.5rem, var(--muu-shell));
  margin: 1.35rem auto 0;
  padding: 1.35rem 1.25rem 1.6rem;
  background: var(--muu-paper);
  border: 1px solid var(--muu-keyline);
  min-width: 0;
}

.muu-intro {
  margin: 0 0 1.25rem;
  max-width: 40rem;
  color: var(--muu-soft);
}

.muu-kicker {
  display: inline-block;
  margin: 0 0 0.55rem;
  font-family: var(--muu-ui);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muu-seal);
}

.muu-deck {
  margin: 0 0 0.75rem;
  max-width: 40rem;
  color: var(--muu-soft);
  font-size: 1.05rem;
}

.muu-meta {
  margin: 0 0 0.85rem;
  color: var(--muu-soft);
  font-size: 0.9rem;
}

.muu-prose {
  max-width: var(--muu-measure);
  font-family: var(--muu-long);
  font-size: 1.08rem;
  line-height: 1.7;
}
.muu-prose p,
.muu-prose li {
  margin: 0.65rem 0;
}
.muu-prose h2,
.muu-prose h3 {
  font-family: var(--muu-mast);
  margin-top: 1.6rem;
}

.muu-byline {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  margin: 1rem 0 1.35rem;
  padding: 0.85rem 0;
  border-top: 1px solid var(--muu-keyline);
  border-bottom: 1px solid var(--muu-keyline);
  max-width: var(--muu-measure);
}
.muu-byline p {
  margin: 0.18rem 0;
  font-size: 0.95rem;
}
.muu-role {
  color: var(--muu-soft);
}

.muu-avatar {
  width: 4.5rem;
  height: 4.5rem;
  object-fit: cover;
  border: 1px solid var(--muu-keyline);
  background: var(--muu-chip);
}
.muu-avatar-lg {
  width: 7.5rem;
  height: 7.5rem;
}

.muu-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.35rem 0 0;
  padding: 0;
  list-style: none;
}
.muu-tagcloud {
  margin-top: 1rem;
}
.muu-tags a {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  background: var(--muu-chip);
  color: var(--muu-ink);
  text-decoration: none;
  font-size: 0.85rem;
  border: 1px solid var(--muu-keyline);
}
.muu-tags a:hover {
  border-color: var(--muu-seal);
  color: var(--muu-seal);
}

.muu-rail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  margin: 0 0 1.6rem;
}
@media (max-width: 40rem) {
  .muu-rail {
    grid-template-columns: 1fr;
  }
}

.muu-spot {
  padding: 1rem 1.05rem 1.1rem;
  background: linear-gradient(165deg, #f5f3ec 0%, var(--muu-chip) 100%);
  border: 1px solid var(--muu-keyline);
  border-left: 3px solid var(--muu-seal);
  min-width: 0;
}
.muu-spot h2 {
  margin: 0 0 0.45rem;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muu-seal);
}
.muu-spot p {
  margin: 0.35rem 0;
}
.muu-spot .muu-spot-title {
  font-family: var(--muu-mast);
  font-weight: 650;
  font-size: 1.12rem;
  line-height: 1.25;
}
.muu-spot .muu-spot-title a {
  color: var(--muu-ink);
  text-decoration: none;
}
.muu-spot .muu-spot-title a:hover {
  color: var(--muu-seal);
  text-decoration: underline;
}

.muu-home-block {
  margin: 1.75rem 0;
}
.muu-home-block > h2 {
  padding-bottom: 0.45rem;
  border-bottom: 1px solid var(--muu-keyline);
}

.muu-hub {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 48rem) {
  .muu-hub {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.muu-hub li {
  min-width: 0;
  padding: 0.9rem 0.85rem;
  background: var(--muu-chip);
  border: 1px solid var(--muu-keyline);
}
.muu-hub a {
  font-family: var(--muu-mast);
  font-weight: 650;
  font-size: 1.05rem;
  color: var(--muu-ink);
  text-decoration: none;
}
.muu-hub a:hover {
  color: var(--muu-seal);
}
.muu-hub p {
  margin: 0.4rem 0 0;
  color: var(--muu-soft);
  font-size: 0.9rem;
  line-height: 1.4;
}

.muu-sheet {
  width: 100%;
  border-collapse: collapse;
  margin: 0.4rem 0 0;
}
.muu-sheet th,
.muu-sheet td {
  text-align: start;
  padding: 0.65rem 0.45rem;
  border-bottom: 1px solid var(--muu-keyline);
  vertical-align: top;
  font-weight: 400;
}
.muu-sheet th {
  font-family: var(--muu-ui);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muu-soft);
}
.muu-sheet td:last-child,
.muu-sheet th:last-child {
  text-align: end;
  white-space: nowrap;
  width: 4.5rem;
  color: var(--muu-soft);
  font-variant-numeric: tabular-nums;
}
.muu-sheet a {
  color: var(--muu-ink);
  font-weight: 600;
  text-decoration: none;
}
.muu-sheet a:hover {
  color: var(--muu-seal);
  text-decoration: underline;
}

@media (max-width: 40rem) {
  .muu-sheet thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }
  .muu-sheet,
  .muu-sheet tbody,
  .muu-sheet tr,
  .muu-sheet td {
    display: block;
    width: auto;
  }
  .muu-sheet tr {
    padding: 0.55rem 0;
    border-bottom: 1px solid var(--muu-keyline);
  }
  .muu-sheet td {
    padding: 0.15rem 0;
    border: 0;
  }
  .muu-sheet td:last-child {
    text-align: start;
    width: auto;
    font-size: 0.88rem;
  }
}

.muu-notes {
  margin: 1rem 0;
  padding: 0;
}
ul.muu-notes,
ol.muu-notes {
  padding-inline-start: 1.2rem;
}
ul.muu-notes li,
ol.muu-notes:not(.muu-check) li {
  margin: 0.45rem 0;
}

table.muu-notes {
  width: 100%;
  border-collapse: collapse;
}
table.muu-notes th,
table.muu-notes td {
  text-align: start;
  padding: 0.45rem 0.35rem;
  border-bottom: 1px solid var(--muu-keyline);
  vertical-align: top;
  font-weight: 400;
}
table.muu-notes th {
  font-weight: 650;
}

.muu-stack {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 12rem), 1fr));
  gap: 0.7rem;
}

.muu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.muu-list li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
  align-items: baseline;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--muu-keyline);
  min-width: 0;
}
.muu-list a {
  color: var(--muu-ink);
  font-weight: 600;
  text-decoration: none;
}
.muu-list a:hover {
  color: var(--muu-seal);
  text-decoration: underline;
}
.muu-list time {
  color: var(--muu-soft);
  font-size: 0.88rem;
  white-space: nowrap;
}
@media (max-width: 30rem) {
  .muu-list li {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
}

.muu-check {
  list-style: none;
  margin: 1.1rem 0 0;
  padding: 0;
  counter-reset: muu-step;
}
.muu-check li {
  counter-increment: muu-step;
  display: grid;
  grid-template-columns: 2.1rem 1fr;
  gap: 0.65rem;
  align-items: start;
  margin: 0 0 0.65rem;
  padding: 0.75rem 0.85rem;
  background: var(--muu-chip);
  border: 1px solid var(--muu-keyline);
}
.muu-check li::before {
  content: counter(muu-step, decimal-leading-zero);
  font-family: var(--muu-mast);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--muu-seal);
  line-height: 1.6;
}
.muu-check label {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.55rem;
  align-items: start;
  margin: 0;
  cursor: pointer;
}
.muu-check input[type="checkbox"] {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.15rem;
  accent-color: var(--muu-seal);
}
.muu-check small {
  display: block;
  margin-top: 0.3rem;
  color: var(--muu-soft);
  grid-column: 2;
}

.muu-author-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.muu-author-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: center;
  margin: 0;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--muu-keyline);
}
.muu-author-head {
  margin-bottom: 1.5rem;
  max-width: none;
}

.muu-stay {
  margin: 0.75rem 0 1rem;
  padding: 0.65rem 0.8rem;
  background: var(--muu-chip);
  border-left: 3px solid var(--muu-seal);
  color: var(--muu-soft);
  font-size: 0.92rem;
}

.muu-empty {
  color: var(--muu-soft);
}

.muu-back {
  margin-top: 1.5rem;
}

input,
textarea,
button {
  font: inherit;
  color: inherit;
}
textarea,
input[type="text"] {
  width: 100%;
  max-width: 100%;
  background: var(--muu-paper);
  border: 1px solid var(--muu-keyline);
  padding: 0.45rem;
}
button,
.muu-hit {
  display: inline-block;
  background: var(--muu-seal);
  color: #f4f7f7;
  border: 1px solid var(--muu-seal);
  padding: 0.55rem 0.95rem;
  text-decoration: none;
  font-weight: 650;
}
a.muu-hit {
  color: #f4f7f7;
}
a.muu-hit:hover {
  background: var(--muu-ink);
  border-color: var(--muu-ink);
  color: #f4f7f7;
}
fieldset {
  border: 1px solid var(--muu-keyline);
  min-width: 0;
  margin: 0 0 0.75rem;
}
label {
  display: block;
  margin: 0.35rem 0;
}
hr {
  border: 0;
  border-top: 1px solid var(--muu-keyline);
}

.muu-fin {
  width: min(100% - 1.5rem, var(--muu-shell));
  margin: 1.1rem auto 2.5rem;
  padding: 1.1rem 0.2rem 0;
  color: var(--muu-soft);
  font-size: 0.9rem;
}
.muu-fin p {
  margin: 0.35rem 0;
}
.muu-footlinks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.55rem;
  align-items: center;
  margin: 0.65rem 0 !important;
}
.muu-footlinks a {
  color: var(--muu-soft);
}
.muu-footlinks a:hover {
  color: var(--muu-seal);
}

@media print {
  .muu-contents,
  .muu-subnav,
  .muu-tobody,
  .muu-hit,
  .muu-navwrap {
    display: none !important;
  }
  html.muu {
    background: #fff;
  }
  html.muu body,
  .muu-column,
  .muu-brand-block {
    max-width: none;
    background: #fff;
    border: 0;
    box-shadow: none;
  }
}
