/* Colors and typographic hierarchy drawn from canpicasoft.com. */
:root {
  --md-primary-fg-color: #faf6ec;
  --md-primary-bg-color: #1f1a14;
  --md-accent-fg-color: #1f7a82;
  --md-default-bg-color: #faf6ec;
  --md-default-fg-color: #1f1a14;
  --md-default-fg-color--light: #6b6258;
  --md-typeset-a-color: #8a4a36;
  --md-code-bg-color: #f0e9dc;
  --md-text-font: system-ui, sans-serif;
  --md-code-font: ui-monospace, monospace;
}
.md-header {
  border-bottom: 1px solid #d9d0c2;
  box-shadow: none;
}
.md-header__topic {
  font-family: Georgia, serif;
  font-size: 1.15rem;
}
.md-search__form {
  color: #1f1a14;
  background: #f0e9dc;
}
.md-search__input::placeholder {
  opacity: 1;
  color: #6b6258;
}
.md-search__icon {
  color: #1f1a14;
}
.md-tabs {
  border-bottom: 1px solid #d9d0c2;
}
.md-tabs__link {
  opacity: 0.85;
}
.md-tabs__link--active {
  opacity: 1;
  color: #8a4a36;
}
.md-typeset {
  font-size: 0.82rem;
  line-height: 1.7;
}
.md-typeset h1,
.md-typeset h2 {
  color: #1f1a14;
  font-family: Georgia, serif;
  font-weight: 400;
}
.md-typeset h1 {
  font-size: 2.25rem;
  line-height: 1.2;
}
.md-typeset h2 {
  padding-top: 1rem;
  border-top: 1px solid #d9d0c2;
}
.md-typeset .md-button {
  margin: 0.3em 0.4em 0.3em 0;
  padding: 0.6em 1.15em;
  color: #8a4a36;
  border-color: #8a4a36;
  border-radius: 2px;
  font-size: 0.72rem;
}
.md-typeset .md-button--primary {
  color: white;
  border-color: #1f7a82;
  background: #1f7a82;
}
.fu-hero {
  max-width: 42rem;
  padding: 0.6rem 0 0.5rem;
}
.md-typeset .fu-hero h1 {
  margin: 0.4em 0;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-style: italic;
}
.fu-eyebrow {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6b6258;
  font-family: ui-monospace, monospace;
  font-size: 0.62rem;
}
.fu-model {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin: 1.5rem 0 2rem;
  padding: 1.1rem 0;
  border-block: 1px solid #d9d0c2;
}
.fu-model div {
  min-width: 0;
}
.fu-model small {
  display: block;
  color: #6b6258;
  font-family: ui-monospace, monospace;
  font-size: 0.52rem;
  overflow-wrap: anywhere;
}
.fu-model strong {
  font-family: Georgia, serif;
  font-size: 1.05rem;
  font-weight: 400;
}
.fu-model > span {
  color: #1f7a82;
}
.fu-model .fu-result {
  padding: 0.5rem;
  border: 1px dotted #1f7a82;
}
.md-typeset .grid.cards > ul > li {
  border-color: #d9d0c2;
  border-radius: 2px;
  box-shadow: none;
}
.md-typeset .grid.cards > ul > li > p:first-child {
  font-family: Georgia, serif;
  font-size: 1.1rem;
}
.fu-choice {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding: 0.5rem 1rem;
  border-left: 3px solid #1f7a82;
  background: #f4ede0;
  gap: 0 1rem;
}
.md-typeset img,
.md-typeset video {
  max-width: 100%;
  height: auto;
  border: 1px solid #d9d0c2;
  border-radius: 2px;
}
.md-typeset video {
  display: block;
  width: 100%;
  background: #f4ede0;
}
.md-typeset figcaption {
  text-align: left;
  color: #6b6258;
  font-size: 0.68rem;
}
.md-typeset a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible {
  outline: 2px solid #1f7a82;
  outline-offset: 3px;
}
@media (max-width: 600px) {
  .fu-hero {
    padding-top: 0;
  }
  .fu-model {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .fu-model > div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
  .fu-model > span {
    display: none;
  }
  .fu-model small {
    font-size: 0.6rem;
    overflow-wrap: normal;
  }
  .fu-model .fu-result {
    margin-top: 0.3rem;
  }
  .fu-choice {
    grid-template-columns: 1fr;
  }
  .md-typeset h1 {
    font-size: 1.9rem;
  }
}

.fu-image-link {
  display: block;
  cursor: zoom-in;
}

.fu-model--variety {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}
.fu-model--variety .fu-result {
  grid-column: 1 / -1;
  text-align: center;
}
@media (max-width: 600px) {
  .fu-model--variety {
    grid-template-columns: 1fr;
  }
}
