/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Artifex Hand CF', artifex-hand-cf, ui-sans-serif, system-ui, sans-serif;
    --font-serif: 'Artifex CF', artifex-cf, ui-serif, Georgia, serif;
    --font-mono: 'Cartograph CF', cartograph-cf, ui-monospace, 'Courier New', monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-lg: 64rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --tracking-widest: 0.1em;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-pink-darkest: #250011;
    --color-pink-darker: #7c073c;
    --color-pink-dark: #c12169;
    --color-pink: #e95095;
    --color-pink-light: #fb9bc6;
    --color-pink-lighter: #feeaf3;
    --color-green-darkest: #142300;
    --color-green-darker: #305403;
    --color-green-dark: #4a7b0b;
    --color-green: #669f1e;
    --color-green-light: #8fc748;
    --color-green-lighter: #e3ffbf;
    --color-grey-50: #0e0e0e;
    --color-grey-100: #151515;
    --color-grey-200: #242424;
    --color-grey-300: #454545;
    --color-grey-400: #6c6c6c;
    --color-grey-500: #939393;
    --color-grey-600: #b9b9b9;
    --color-grey-700: #dbdbdb;
    --color-grey-800: #eaeaea;
    --color-grey-900: #f1f1f1;
    --color-grey-950: #f2f2f2;
    --color-bodybg: #eaeaea;
    --color-darkbg: #151515;
    --spacing-quarter: 0.390625rem;
    --spacing-half: 0.78125rem;
    --spacing-one: 1.5625rem;
    --spacing-two: 3.125rem;
    --spacing-three: 4.6875rem;
    --spacing-four: 6.25rem;
    --spacing-five: 7.8125rem;
    --spacing-six: 9.375rem;
    --spacing-eight: 12.5rem;
    --spacing-twelve: 18.75rem;
    --spacing-sixteen: 25rem;
    --text-h1: 4.25rem;
    --text-h1--line-height: 1.05;
    --text-h2: 2.3333rem;
    --text-h2--line-height: 1.15;
    --text-h3: 1.625rem;
    --text-h3--line-height: 1.3;
    --text-h4: 1rem;
    --text-h4--line-height: 1.5;
    --article-content-width: 45rem;
    --article-gap: 2rem;
    --article-note-width: 14.25rem;
    --sidenote-breakpoint: 65rem;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: 0px;
  }
  .top-full {
    top: 100%;
  }
  .left-0 {
    left: 0px;
  }
  .z-0 {
    z-index: 0;
  }
  .z-50 {
    z-index: 50;
  }
  .order-first {
    order: -9999;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-start-2 {
    grid-column-start: 2;
  }
  .row-start-3 {
    grid-row-start: 3;
  }
  .clear-left {
    clear: left;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: 0px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .my-12 {
    margin-block: calc(var(--spacing) * 12);
  }
  .my-16 {
    margin-block: calc(var(--spacing) * 16);
  }
  .my-24 {
    margin-block: calc(var(--spacing) * 24);
  }
  .my-two {
    margin-block: var(--spacing-two);
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-0 {
    margin-top: 0px;
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }
  .mt-32 {
    margin-top: calc(var(--spacing) * 32);
  }
  .mt-eight {
    margin-top: var(--spacing-eight);
  }
  .mt-four {
    margin-top: var(--spacing-four);
  }
  .mt-half {
    margin-top: var(--spacing-half);
  }
  .mt-one {
    margin-top: var(--spacing-one);
  }
  .mt-two {
    margin-top: var(--spacing-two);
  }
  .mr-12 {
    margin-right: calc(var(--spacing) * 12);
  }
  .mr-quarter {
    margin-right: var(--spacing-quarter);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-18 {
    margin-bottom: calc(var(--spacing) * 18);
  }
  .mb-24 {
    margin-bottom: calc(var(--spacing) * 24);
  }
  .mb-four {
    margin-bottom: var(--spacing-four);
  }
  .mb-half {
    margin-bottom: var(--spacing-half);
  }
  .mb-one {
    margin-bottom: var(--spacing-one);
  }
  .mb-quarter {
    margin-bottom: var(--spacing-quarter);
  }
  .mb-three {
    margin-bottom: var(--spacing-three);
  }
  .mb-two {
    margin-bottom: var(--spacing-two);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-quarter {
    margin-left: var(--spacing-quarter);
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .table-cell {
    display: table-cell;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-\[3em\] {
    height: 3em;
  }
  .h-full {
    height: 100%;
  }
  .max-h-16 {
    max-height: calc(var(--spacing) * 16);
  }
  .w-3\/4 {
    width: calc(3 / 4 * 100%);
  }
  .w-4\/5 {
    width: calc(4 / 5 * 100%);
  }
  .w-\[3em\] {
    width: 3em;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-screen-lg {
    max-width: var(--breakpoint-lg);
  }
  .min-w-full {
    min-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .caption-top {
    caption-side: top;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .break-inside-avoid {
    break-inside: avoid;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-end {
    align-content: flex-end;
  }
  .content-start {
    align-content: flex-start;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-half {
    gap: var(--spacing-half);
  }
  .gap-one {
    gap: var(--spacing-one);
  }
  .gap-two {
    gap: var(--spacing-two);
  }
  :where(.space-y-8 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-half > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(var(--spacing-half) * var(--tw-space-y-reverse));
    margin-block-end: calc(var(--spacing-half) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-one > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(var(--spacing-one) * var(--tw-space-y-reverse));
    margin-block-end: calc(var(--spacing-one) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-two > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(var(--spacing-two) * var(--tw-space-y-reverse));
    margin-block-end: calc(var(--spacing-two) * calc(1 - var(--tw-space-y-reverse)));
  }
  .gap-x-quarter {
    column-gap: var(--spacing-quarter);
  }
  :where(.space-x-8 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
  }
  .gap-y-half {
    row-gap: var(--spacing-half);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-current {
    border-color: currentcolor;
  }
  .border-grey-200 {
    border-color: var(--color-grey-200);
  }
  .border-grey-700 {
    border-color: var(--color-grey-700);
  }
  .bg-bodybg {
    background-color: var(--color-bodybg);
  }
  .bg-green-darker {
    background-color: var(--color-green-darker);
  }
  .bg-grey-300 {
    background-color: var(--color-grey-300);
  }
  .bg-grey-800 {
    background-color: var(--color-grey-800);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-cover {
    background-size: cover;
  }
  .fill-green {
    fill: var(--color-green);
  }
  .fill-pink {
    fill: var(--color-pink);
  }
  .p-0 {
    padding: 0px;
  }
  .p-half {
    padding: var(--spacing-half);
  }
  .px-half {
    padding-inline: var(--spacing-half);
  }
  .px-quarter {
    padding-inline: var(--spacing-quarter);
  }
  .px-two {
    padding-inline: var(--spacing-two);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-64 {
    padding-block: calc(var(--spacing) * 64);
  }
  .py-four {
    padding-block: var(--spacing-four);
  }
  .py-one {
    padding-block: var(--spacing-one);
  }
  .py-quarter {
    padding-block: var(--spacing-quarter);
  }
  .py-two {
    padding-block: var(--spacing-two);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-four {
    padding-top: var(--spacing-four);
  }
  .pt-half {
    padding-top: var(--spacing-half);
  }
  .pt-two {
    padding-top: var(--spacing-two);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-one {
    padding-bottom: var(--spacing-one);
  }
  .pb-two {
    padding-bottom: var(--spacing-two);
  }
  .pl-one {
    padding-left: var(--spacing-one);
  }
  .text-center {
    text-align: center;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-h1 {
    font-size: var(--text-h1);
    line-height: var(--tw-leading, var(--text-h1--line-height));
  }
  .text-h2 {
    font-size: var(--text-h2);
    line-height: var(--tw-leading, var(--text-h2--line-height));
  }
  .text-h4 {
    font-size: var(--text-h4);
    line-height: var(--tw-leading, var(--text-h4--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-\[3em\] {
    --tw-leading: 3em;
    line-height: 3em;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .text-green {
    color: var(--color-green);
  }
  .text-green-dark {
    color: var(--color-green-dark);
  }
  .text-green-lighter {
    color: var(--color-green-lighter);
  }
  .text-grey-400 {
    color: var(--color-grey-400);
  }
  .text-grey-500 {
    color: var(--color-grey-500);
  }
  .text-grey-600 {
    color: var(--color-grey-600);
  }
  .text-grey-700 {
    color: var(--color-grey-700);
  }
  .text-pink {
    color: var(--color-pink);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-black {
    --tw-shadow-color: #000;
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, var(--color-black) var(--tw-shadow-alpha), transparent);
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  @media (hover: hover) {
    .group-hover\/l1\:block:is(:where(.group\/l1):hover *) {
      display: block;
    }
  }
  .before\:content-\[\'›\'\]::before {
    --tw-content: '›';
    content: var(--tw-content);
  }
  .last\:border-0:last-child {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  @media (hover: hover) {
    .hover\:bg-green:hover {
      background-color: var(--color-green);
    }
    .hover\:text-green:hover {
      color: var(--color-green);
    }
    .hover\:text-pink:hover {
      color: var(--color-pink);
    }
    .hover\:text-pink-light:hover {
      color: var(--color-pink-light);
    }
    .hover\:text-white:hover {
      color: var(--color-white);
    }
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }
  @media (width >= 48rem) {
    .md\:flex {
      display: flex;
    }
    .md\:hidden {
      display: none;
    }
    :where(.md\:space-x-24 > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 24) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 24) * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:text-left {
      text-align: left;
    }
  }
  @media (width >= 64rem) {
    .lg\:block {
      display: block;
    }
    .lg\:hidden {
      display: none;
    }
  }
  @media (prefers-color-scheme: dark) {
    :root:not(.light) .dark\:border-grey-200 {
      border-color: var(--color-grey-200);
    }
  }
  :root.dark .dark\:border-grey-200 {
    border-color: var(--color-grey-200);
  }
  @media (prefers-color-scheme: dark) {
    :root:not(.light) .dark\:border-grey-700 {
      border-color: var(--color-grey-700);
    }
  }
  :root.dark .dark\:border-grey-700 {
    border-color: var(--color-grey-700);
  }
  @media (prefers-color-scheme: dark) {
    :root:not(.light) .dark\:bg-darkbg {
      background-color: var(--color-darkbg);
    }
  }
  :root.dark .dark\:bg-darkbg {
    background-color: var(--color-darkbg);
  }
  @media (prefers-color-scheme: dark) {
    :root:not(.light) .dark\:bg-grey-200 {
      background-color: var(--color-grey-200);
    }
  }
  :root.dark .dark\:bg-grey-200 {
    background-color: var(--color-grey-200);
  }
  @media (prefers-color-scheme: dark) {
    :root:not(.light) .dark\:fill-pink {
      fill: var(--color-pink);
    }
  }
  :root.dark .dark\:fill-pink {
    fill: var(--color-pink);
  }
  @media (prefers-color-scheme: dark) {
    :root:not(.light) .dark\:fill-white {
      fill: var(--color-white);
    }
  }
  :root.dark .dark\:fill-white {
    fill: var(--color-white);
  }
  @media (prefers-color-scheme: dark) {
    :root:not(.light) .dark\:text-grey-400 {
      color: var(--color-grey-400);
    }
  }
  :root.dark .dark\:text-grey-400 {
    color: var(--color-grey-400);
  }
  @media (prefers-color-scheme: dark) {
    :root:not(.light) .dark\:text-grey-500 {
      color: var(--color-grey-500);
    }
  }
  :root.dark .dark\:text-grey-500 {
    color: var(--color-grey-500);
  }
  @media (prefers-color-scheme: dark) {
    :root:not(.light) .dark\:text-grey-700 {
      color: var(--color-grey-700);
    }
  }
  :root.dark .dark\:text-grey-700 {
    color: var(--color-grey-700);
  }
  @media (prefers-color-scheme: dark) {
    :root:not(.light) .dark\:opacity-25 {
      opacity: 25%;
    }
  }
  :root.dark .dark\:opacity-25 {
    opacity: 25%;
  }
  @media (prefers-color-scheme: dark) {
    @media (hover: hover) {
      :root:not(.light) .dark\:hover\:text-green-light:hover {
        color: var(--color-green-light);
      }
    }
  }
  @media (hover: hover) {
    :root.dark .dark\:hover\:text-green-light:hover {
      color: var(--color-green-light);
    }
  }
  @media (prefers-color-scheme: dark) {
    @media (hover: hover) {
      :root:not(.light) .dark\:hover\:text-pink:hover {
        color: var(--color-pink);
      }
    }
  }
  @media (hover: hover) {
    :root.dark .dark\:hover\:text-pink:hover {
      color: var(--color-pink);
    }
  }
}
@media (max-width: 30rem) {
  :root {
    --text-h1: 1.728rem;
    --text-h1--line-height: 1.15;
    --text-h2: 1.44rem;
    --text-h2--line-height: 1.2;
    --text-h3: 1.2rem;
    --text-h3--line-height: 1.3;
  }
}
@layer base {
  html {
    font-variant-numeric: oldstyle-nums;
  }
  body {
    background-color: var(--color-bodybg);
    color: var(--color-grey-400);
    font-family: var(--font-serif);
    line-height: 1.65;
  }
  code, pre, samp {
    font-variant-ligatures: common-ligatures contextual;
    font-feature-settings: "liga" 1, "calt" 1;
  }
  @media (prefers-color-scheme: dark) {
    :root:not(.light) body {
      background-color: var(--color-darkbg);
      color: var(--color-grey-700);
    }
  }
  :root.dark body {
    background-color: var(--color-darkbg);
    color: var(--color-grey-700);
  }
  ::selection {
    background-color: var(--color-pink);
    color: white;
  }
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
}
@layer utilities {
  .body-grid {
    display: grid;
    grid-template-columns: [full-start] 1fr
      [content-start] min(var(--article-content-width), calc(100% - 2 * var(--spacing-one)))
      [content-end] 1fr
      [full-end];
    min-height: 100dvh;
  }
  @media (min-width: 65rem) {
    .body-grid {
      grid-template-columns: [full-start] 1fr
        [content-start] var(--article-content-width) [content-end]
        var(--article-gap)
        [note-start] var(--article-note-width) [note-end]
        1fr
        [full-end];
    }
  }
  .col-full {
    grid-column: full-start / full-end;
  }
  .col-content {
    grid-column: content-start / content-end;
  }
  .col-wide {
    grid-column: content-start / content-end;
  }
  @media (min-width: 65rem) {
    .col-wide {
      grid-column: content-start / note-end;
    }
  }
}
@layer components {
  .nav-top-link {
    padding: 0.2em 0.35em;
    display: inline-block;
    text-decoration: none;
    color: var(--color-grey-500);
    background-image: linear-gradient(var(--color-pink), var(--color-pink)),
      linear-gradient(var(--color-green), var(--color-green));
    background-repeat: no-repeat, no-repeat;
    background-position: 0% 100%, 0% 100%;
    background-size: 100% 0%, 100% 3px;
    transition: color 150ms ease, background-size 220ms ease;
  }
  .nav-top-link:hover {
    background-size: 100% 100%, 100% 3px;
    color: white;
  }
  .nav-top-link[aria-current] {
    color: var(--color-pink);
    background-image: linear-gradient(var(--color-pink), var(--color-pink)),
      linear-gradient(var(--color-pink), var(--color-pink));
  }
  .nav-top-link[aria-current]:hover {
    background-size: 100% 100%, 100% 3px;
    color: white;
  }
}
#theme-toggle {
  --fa-primary-color: var(--color-pink, currentColor);
  --fa-secondary-color: var(--color-grey-700, currentColor);
  --fa-secondary-opacity: 1.0
;
}
html.dark #ti-mid .fa-moon-over-sun {
  --fa-primary-color: var(--color-grey-700, currentColor);
  --fa-secondary-color: var(--color-pink, currentColor);
}
:root {
  --sidenote-gap: var(--spacing-half);
}
.sidenote {
  position: relative;
  display: inline;
}
.sidenote input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.sidenote-label {
  cursor: pointer;
  color: var(--color-pink);
  font-family: var(--font-mono);
  font-size: 0.65em;
  vertical-align: super;
  line-height: 0;
  text-decoration: none;
  border-bottom: 1px solid var(--color-pink);
}
.sidenote-content {
  display: none;
  font-family: var(--font-mono);
  font-size: 0.775rem;
  line-height: 1.55;
  color: var(--color-grey-500);
}
@media not (min-width: 65rem) {
  .sidenote input[type="checkbox"]:checked ~ .sidenote-content {
    display: block;
    margin: var(--spacing-half) 0;
    padding: var(--spacing-half) var(--spacing-one);
    border-left: 2px solid var(--color-pink);
    background-color: color-mix(in srgb, #e95095 6%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-pink) 6%, transparent);
    }
  }
}
@media (min-width: 65rem) {
  .sidenote-label {
    cursor: default;
    pointer-events: none;
  }
  .sidenote-content {
    display: block !important;
    float: right;
    clear: right;
    width: var(--article-note-width);
    margin-right: calc(-1 * (var(--article-note-width) + var(--article-gap)));
    margin-top: -1.5em;
    padding: 0;
    border-left: none;
    background: none;
  }
  .article-prose {
    position: relative;
  }
  .sidenote {
    position: static;
  }
  .sidenote-content.is-placed {
    position: absolute;
    float: none;
    left: 100%;
    margin-left: var(--article-gap);
    margin-right: 0;
    margin-top: 0;
    width: var(--article-note-width);
  }
}
.sidenote-anchor {
  color: var(--color-pink);
  border-bottom: 1px dashed var(--color-pink);
  cursor: pointer;
}
@media (min-width: 65rem) {
  .sidenote-anchor {
    cursor: default;
    pointer-events: none;
  }
}
.abbr-trigger {
  color: inherit;
  cursor: pointer;
}
@media (min-width: 65rem) {
  .abbr-trigger {
    cursor: default;
    pointer-events: none;
  }
}
.prose abbr {
  text-decoration: none;
  cursor: inherit;
}
.article-prose sup {
  position: static;
  font-size: 1em;
  font-variant-position: super;
}
.footnote-ref {
  color: var(--color-pink);
  font-family: var(--font-mono);
  font-size: 0.94em;
  vertical-align: super;
  line-height: 0;
  text-decoration: none;
}
.footnotes {
  --tw-prose-counters: var(--color-pink);
  margin-top: var(--spacing-three);
  padding-top: var(--spacing-one);
  border-top: 1px solid var(--color-pink);
  font-family: var(--font-mono);
  font-size: 0.775rem;
  line-height: 1.55;
  color: var(--color-grey-500);
}
.footnotes hr {
  display: none;
}
.footnote-backref {
  color: var(--color-pink);
  text-decoration: none;
  margin-left: var(--spacing-quarter);
}
.sidenote-number {
  color: var(--color-pink);
  font-weight: 700;
  margin-right: 0.3em;
}
@media (min-width: 65rem) {
  .footnotes.is-hidden-wide {
    display: none;
  }
}
.prose {
  max-width: none;
  --tw-prose-body: var(--color-grey-400);
  --tw-prose-headings: var(--color-pink);
  --tw-prose-lead: var(--color-grey-300);
  --tw-prose-links: var(--color-pink);
  --tw-prose-bold: var(--color-grey-300);
  --tw-prose-counters: var(--color-green);
  --tw-prose-bullets: var(--color-green);
  --tw-prose-hr: var(--color-pink);
  --tw-prose-quotes: var(--color-green-dark);
  --tw-prose-quote-borders: var(--color-green);
  --tw-prose-captions: var(--color-grey-500);
  --tw-prose-code: inherit;
  --tw-prose-pre-code: var(--color-green-light);
  --tw-prose-pre-bg: var(--color-grey-200);
  --tw-prose-th-borders: var(--color-pink-dark);
  --tw-prose-td-borders: var(--color-grey-700);
}
.prose :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: var(--text-h1);
  line-height: var(--text-h1--line-height);
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: var(--text-h2);
  line-height: var(--text-h2--line-height);
}
.prose :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: var(--text-h3);
  line-height: var(--text-h3--line-height);
}
.prose :where(h4):not(:where([class~="not-prose"] *)) {
  font-size: var(--text-h4);
  line-height: var(--text-h4--line-height);
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .prose {
    --tw-prose-body: var(--color-grey-700);
    --tw-prose-headings: var(--color-pink);
    --tw-prose-lead: var(--color-grey-800);
    --tw-prose-links: var(--color-pink);
    --tw-prose-bold: white;
    --tw-prose-counters: var(--color-pink);
    --tw-prose-bullets: var(--color-green);
    --tw-prose-hr: var(--color-pink);
    --tw-prose-quotes: var(--color-green-dark);
    --tw-prose-quote-borders: var(--color-green);
    --tw-prose-captions: var(--color-grey-500);
    --tw-prose-code: var(--color-green-light);
    --tw-prose-pre-code: var(--color-green-lighter);
    --tw-prose-pre-bg: var(--color-grey-50);
    --tw-prose-th-borders: var(--color-pink-dark);
    --tw-prose-td-borders: var(--color-grey-300);
  }
}
:root.dark .prose {
  --tw-prose-body: var(--color-grey-700);
  --tw-prose-headings: var(--color-pink);
  --tw-prose-lead: var(--color-grey-800);
  --tw-prose-links: var(--color-pink);
  --tw-prose-bold: white;
  --tw-prose-counters: var(--color-pink);
  --tw-prose-bullets: var(--color-green);
  --tw-prose-hr: var(--color-pink);
  --tw-prose-quotes: var(--color-green-dark);
  --tw-prose-quote-borders: var(--color-green);
  --tw-prose-captions: var(--color-grey-500);
  --tw-prose-code: var(--color-green-light);
  --tw-prose-pre-code: var(--color-green-lighter);
  --tw-prose-pre-bg: var(--color-grey-50);
  --tw-prose-th-borders: var(--color-pink-dark);
  --tw-prose-td-borders: var(--color-grey-300);
}
.prose blockquote p:first-of-type::before,
.prose blockquote p:first-of-type::after {
  content: none;
}
.prose code::before,
.prose code::after {
  content: none;
}
.prose code {
  background-color: var(--color-grey-700);
  color: var(--color-green-dark);
  border: 1px solid color-mix(in srgb, #669f1e 30%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in oklab, var(--color-green) 30%, transparent);
  }
  padding: 0.15em 0.4em;
  border-radius: 0.35em;
  font-size: 0.85em;
  font-weight: 500;
  font-variant-caps: normal;
  white-space: nowrap;
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .prose code {
    background-color: color-mix(in srgb, #669f1e 12%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-green) 12%, transparent);
    }
    color: var(--color-green-lighter);
    border-color: transparent;
  }
}
:root.dark .prose code {
  background-color: color-mix(in srgb, #669f1e 12%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-green) 12%, transparent);
  }
  color: var(--color-green-lighter);
  border-color: transparent;
}
.prose pre code {
  background-color: transparent;
  color: inherit;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-weight: inherit;
  white-space: inherit;
}
.prose .chroma {
  --chroma-comment: var(--color-grey-500);
  --chroma-keyword: var(--color-pink);
  --chroma-constant: var(--color-green-light);
  --chroma-builtin: var(--color-green);
  --chroma-classname: var(--color-pink-light);
  --chroma-tag: var(--color-pink);
  --chroma-attribute: var(--color-green-light);
  --chroma-decorator: var(--color-pink-light);
  --chroma-string: var(--color-green-lighter);
  --chroma-number: var(--color-pink-lighter);
  --chroma-punct: var(--color-grey-600);
}
.prose .chroma .c,
.prose .chroma .ch,
.prose .chroma .cm,
.prose .chroma .cp,
.prose .chroma .cpf,
.prose .chroma .c1,
.prose .chroma .cs {
  color: var(--chroma-comment);
  font-style: italic;
}
.prose .chroma .k,
.prose .chroma .kd,
.prose .chroma .kn,
.prose .chroma .kp,
.prose .chroma .kr,
.prose .chroma .kt,
.prose .chroma .ow {
  color: var(--chroma-keyword);
}
.prose .chroma .kc {
  color: var(--chroma-constant);
}
.prose .chroma .nb,
.prose .chroma .bp,
.prose .chroma .nf,
.prose .chroma .fm,
.prose .chroma .vm {
  color: var(--chroma-builtin);
}
.prose .chroma .nc,
.prose .chroma .ne,
.prose .chroma .nn,
.prose .chroma .vc {
  color: var(--chroma-classname);
}
.prose .chroma .nt {
  color: var(--chroma-tag);
}
.prose .chroma .na {
  color: var(--chroma-attribute);
}
.prose .chroma .nd {
  color: var(--chroma-decorator);
}
.prose .chroma .s,
.prose .chroma .sb,
.prose .chroma .sc,
.prose .chroma .dl,
.prose .chroma .sd,
.prose .chroma .s2,
.prose .chroma .se,
.prose .chroma .sh,
.prose .chroma .si,
.prose .chroma .sx,
.prose .chroma .sr,
.prose .chroma .s1,
.prose .chroma .ss {
  color: var(--chroma-string);
}
.prose .chroma .m,
.prose .chroma .mb,
.prose .chroma .mf,
.prose .chroma .mh,
.prose .chroma .mi,
.prose .chroma .il,
.prose .chroma .mo {
  color: var(--chroma-number);
}
.prose .chroma .o,
.prose .chroma .p {
  color: var(--chroma-punct);
}
.prose .chroma .err {
  color: var(--color-pink-light);
  text-decoration: underline wavy color-mix(in srgb, #e95095 60%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    text-decoration: underline wavy color-mix(in oklab, var(--color-pink) 60%, transparent);
  }
}
.prose .chroma .gi {
  color: var(--color-green-lighter);
}
.prose .chroma .gd {
  color: var(--color-pink-light);
}
.prose .chroma .gh,
.prose .chroma .gu {
  color: var(--color-pink);
  font-weight: 700;
}
.prose .chroma .gs {
  font-weight: 700;
}
.prose .chroma .gt {
  color: var(--color-pink-light);
}
.prose .chroma .hl {
  display: block;
  margin: 0 -1.1428571em;
  padding: 0 1.1428571em;
  background-color: color-mix(in srgb, #e95095 10%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-pink) 10%, transparent);
  }
  border-left: 2px solid var(--color-pink);
}
.prose kbd {
  position: relative;
  top: -4px;
  z-index: 0;
  display: inline-block;
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 1em;
  line-height: 1;
  padding: calc(0.2em + 2px) 0.6em;
  margin: 0 0.3em;
  vertical-align: middle;
  color: var(--color-grey-300);
  background-color: var(--color-grey-950);
  border: 1px solid var(--color-grey-700);
  border-radius: 0.5em;
  box-shadow: 0 1px 0 var(--color-grey-600),
    0 2px 0 var(--color-grey-600),
    0 3px 0 var(--color-grey-600),
    0 4px 0 var(--color-grey-600),
    0 5px 4px 0 rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}
.prose kbd::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -2px -4px -8px -4px;
  border: 2px solid var(--color-grey-700);
  border-radius: 0.75em;
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .prose kbd::after {
    border-color: var(--color-grey-200);
  }
}
:root.dark .prose kbd::after {
  border-color: var(--color-grey-200);
}
.prose samp {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.875em;
  line-height: 1.7142857;
  padding: 0.8571429em 1.1428571em;
  margin: 1.7142857em 0;
  border-left: 3px solid var(--color-grey-600);
  border-radius: 0 0.375rem 0.375rem 0;
  background-color: var(--color-grey-900);
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .prose samp {
    border-left-color: var(--color-grey-400);
    background-color: var(--color-grey-200);
  }
}
:root.dark .prose samp {
  border-left-color: var(--color-grey-400);
  background-color: var(--color-grey-200);
}
b.brand, b.bikename {
  font-family: var(--font-sans);
  font-style: italic;
}
.bikename {
  font-variant-caps: small-caps;
}
.highway-au {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-weight: 400;
  font-style: normal;
  font-size: 0.95em;
  font-variant-numeric: normal;
  color: #f5a623;
  background-color: #1c5631;
  border: 2px solid white;
  border-radius: 0.3em;
  padding: 0.15em 0.3em;
  margin: 0 0.15em;
  line-height: 1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  vertical-align: middle;
}
.datatable {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9em;
  color: var(--tw-prose-body);
}
.datatable caption {
  font-family: var(--font-mono);
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-grey-500);
  text-align: left;
  padding-bottom: var(--spacing-half);
}
.datatable th {
  font-family: var(--font-sans);
  font-weight: 700;
  text-align: left;
  color: var(--color-pink);
  padding: var(--spacing-half);
  border-bottom: 2px solid var(--tw-prose-th-borders);
  white-space: nowrap;
}
.datatable td {
  padding: var(--spacing-half);
  border-bottom: 1px solid var(--tw-prose-td-borders);
}
.datatable tbody tr:nth-child(even) {
  background-color: var(--tw-prose-body);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--tw-prose-body) 6%, transparent);
  }
}
.prose > p:first-of-type::first-line {
  font-variant: small-caps;
  font-size: 1.05em;
  letter-spacing: 0.03em;
}
.small-caps {
  font-variant: small-caps;
}
mark {
  color: var(--color-grey-300);
  background-color: #a6f2d0;
  padding: 0.05em 0.4em;
  border-radius: 40% 60% 45% 55% / 55% 45% 65% 35%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
mark.alt {
  background-color: #a6eef2;
  border-radius: 60% 40% 55% 45% / 45% 55% 35% 65%;
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) mark {
    color: var(--color-grey-700);
    background-color: #165a3b;
  }
  :root:not(.light) mark.alt {
    background-color: #16575a;
  }
}
:root.dark mark {
  color: var(--color-grey-700);
  background-color: #165a3b;
}
:root.dark mark.alt {
  background-color: #16575a;
}
.nav-sub.flip-left {
  left: auto !important;
  right: 0;
}
.nav-sub[data-sub="nested"].flip-left {
  left: auto !important;
  right: 100%;
}
.nav-menu {
  font-size: 1.25rem;
}
.nav-sub-d2 {
  padding-left: 0.35em;
  font-size: 0.9em;
}
.nav-sub-d3 {
  padding-left: calc(0.35em + 1em);
  font-size: 0.8em;
}
.nav-sub-d4 {
  padding-left: calc(0.35em + 2em);
  font-size: 0.75em;
}
.nav-sub-bullet {
  color: var(--color-grey-500);
  margin-right: 0.2em;
  user-select: none;
}
.nav-sub-link {
  display: inline-block;
  padding: 0.2em 0.35em;
  text-decoration: none;
  color: var(--color-grey-500);
  transition: color 150ms ease;
}
.nav-sub-link:hover,
.nav-sub-link--active {
  color: var(--color-pink);
}
.site-header-inner {
  max-width: calc(var(--article-content-width) + var(--article-gap) + var(--article-note-width) + var(--spacing-sixteen));
  margin-inline: auto;
}
.mountain-header {
  height: clamp(160px, 37vw, 480px);
  background: linear-gradient(to bottom, var(--color-pink-dark), var(--color-pink) 38%, var(--color-pink-darker));
}
.mountain-tinted {
  background: linear-gradient(
    to bottom,
    var(--mtn-tint),
    var(--mtn-tint) 38%,
    var(--mtn-tint)
  );
  @supports (color: color-mix(in lab, red, red)) {
    background: linear-gradient(
    to bottom,
    color-mix(in oklab, var(--mtn-tint) 65%, black),
    color-mix(in oklab, var(--mtn-tint) 82%, black) 38%,
    color-mix(in oklab, var(--mtn-tint) 45%, black)
  );
  }
}
.mountain-tinted #starsblurout stop:first-child {
  stop-color: var(--mtn-tint);
  @supports (color: color-mix(in lab, red, red)) {
    stop-color: color-mix(in hsl, var(--mtn-tint) 70%, var(--color-darkbg));
  }
  stop-opacity: 0.67;
}
.mountain-tinted #MoonSVG path[style*="EFCDD2" i] {
  fill: var(--mtn-tint) !important;
  @supports (color: color-mix(in lab, red, red)) {
    fill: color-mix(in hsl, var(--mtn-tint) 12%, var(--color-bodybg)) !important;
  }
}
.mountain-tinted #MoonSVG path[style*="F6B3BD" i] {
  fill: var(--mtn-tint) !important;
  @supports (color: color-mix(in lab, red, red)) {
    fill: color-mix(in hsl, var(--mtn-tint) 25%, var(--color-bodybg)) !important;
  }
}
.mountain-tinted #MoonSVG path[style*="FE99A8" i] {
  fill: var(--mtn-tint) !important;
  @supports (color: color-mix(in lab, red, red)) {
    fill: color-mix(in hsl, var(--mtn-tint) 40%, var(--color-bodybg)) !important;
  }
}
.mountain-tinted #MoonSVG path[style*="F780A1" i] {
  fill: var(--mtn-tint) !important;
  @supports (color: color-mix(in lab, red, red)) {
    fill: color-mix(in hsl, var(--mtn-tint) 55%, var(--color-bodybg)) !important;
  }
}
.mountain-tinted #MoonSVG path[style*="F0689B" i] {
  fill: var(--mtn-tint) !important;
  @supports (color: color-mix(in lab, red, red)) {
    fill: color-mix(in hsl, var(--mtn-tint) 70%, var(--color-bodybg)) !important;
  }
}
.mountain-tinted #MoonSVG path[style*="E95095" i] {
  fill: var(--mtn-tint) !important;
  @supports (color: color-mix(in lab, red, red)) {
    fill: color-mix(in hsl, var(--mtn-tint) 80%, var(--color-bodybg)) !important;
  }
}
.mountain-tinted path#range6 {
  display: none;
}
.mountain-tinted path#range5 {
  fill: var(--mtn-tint);
  @supports (color: color-mix(in lab, red, red)) {
    fill: color-mix(in hsl, var(--mtn-tint) 100%, var(--color-bodybg));
  }
}
.mountain-tinted path#range4 {
  fill: var(--mtn-tint);
  @supports (color: color-mix(in lab, red, red)) {
    fill: color-mix(in hsl, var(--mtn-tint) 75%, var(--color-bodybg));
  }
}
.mountain-tinted path#range3,
.mountain-tinted .tree {
  fill: var(--mtn-tint);
  @supports (color: color-mix(in lab, red, red)) {
    fill: color-mix(in hsl, var(--mtn-tint) 50%, var(--color-bodybg));
  }
}
.mountain-tinted path#range2,
.mountain-tinted .bikeman,
.mountain-tinted .bikewoman {
  fill: var(--mtn-tint);
  @supports (color: color-mix(in lab, red, red)) {
    fill: color-mix(in hsl, var(--mtn-tint) 25%, var(--color-bodybg));
  }
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .mountain-tinted path#range5 {
    fill: var(--mtn-tint);
    @supports (color: color-mix(in lab, red, red)) {
      fill: color-mix(in hsl, var(--mtn-tint) 65%, var(--color-darkbg));
    }
  }
  :root:not(.light) .mountain-tinted path#range4 {
    fill: var(--mtn-tint);
    @supports (color: color-mix(in lab, red, red)) {
      fill: color-mix(in hsl, var(--mtn-tint) 38%, var(--color-darkbg));
    }
  }
  :root:not(.light) .mountain-tinted path#range3,
  :root:not(.light) .mountain-tinted .tree {
    fill: var(--mtn-tint);
    @supports (color: color-mix(in lab, red, red)) {
      fill: color-mix(in hsl, var(--mtn-tint) 20%, var(--color-darkbg));
    }
  }
  :root:not(.light) .mountain-tinted path#range2,
  :root:not(.light) .mountain-tinted .bikeman,
  :root:not(.light) .mountain-tinted .bikewoman {
    fill: var(--mtn-tint);
    @supports (color: color-mix(in lab, red, red)) {
      fill: color-mix(in hsl, var(--mtn-tint) 8%, var(--color-darkbg));
    }
  }
}
:root.dark .mountain-tinted path#range5 {
  fill: var(--mtn-tint);
  @supports (color: color-mix(in lab, red, red)) {
    fill: color-mix(in hsl, var(--mtn-tint) 65%, var(--color-darkbg));
  }
}
:root.dark .mountain-tinted path#range4 {
  fill: var(--mtn-tint);
  @supports (color: color-mix(in lab, red, red)) {
    fill: color-mix(in hsl, var(--mtn-tint) 38%, var(--color-darkbg));
  }
}
:root.dark .mountain-tinted path#range3,
:root.dark .mountain-tinted .tree {
  fill: var(--mtn-tint);
  @supports (color: color-mix(in lab, red, red)) {
    fill: color-mix(in hsl, var(--mtn-tint) 20%, var(--color-darkbg));
  }
}
:root.dark .mountain-tinted path#range2,
:root.dark .mountain-tinted .bikeman,
:root.dark .mountain-tinted .bikewoman {
  fill: var(--mtn-tint);
  @supports (color: color-mix(in lab, red, red)) {
    fill: color-mix(in hsl, var(--mtn-tint) 8%, var(--color-darkbg));
  }
}
:root {
  --footer-mountain-h: clamp(106px, 24.4vw, 317px);
}
.mountain-footer {
  height: var(--footer-mountain-h);
  overflow: hidden;
  position: relative;
  margin-bottom: -2px;
}
footer {
  background-color: var(--color-grey-400);
  color: var(--color-grey-800);
}
.footer-quote {
  margin-top: calc(-1 * var(--spacing-four));
  padding: var(--spacing-two) var(--spacing-two) 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.fq-item {
  max-width: 70ch;
  margin-inline: auto;
}
.fq-item:not([hidden]) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fq-text {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0 0 var(--spacing-one);
  font-variant-numeric: oldstyle-nums;
}
.fq-text::first-line {
  font-variant: small-caps;
}
.fq-author {
  font-family: var(--font-sans);
  font-size: 0.875rem;
  color: var(--color-grey-700);
  border-top: 2px solid currentColor;
  padding-top: var(--spacing-half);
  display: inline-block;
}
.footer-cols {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
  gap: var(--spacing-two);
}
@media (max-width: 48rem) {
  .footer-cols {
    grid-template-columns: 1fr 1fr;
  }
  .footer-cols > :last-child {
    grid-column: 1 / -1;
    text-align: center;
  }
}
@media (max-width: 30rem) {
  .footer-cols {
    grid-template-columns: 1fr;
  }
}
.footer-heading {
  color: var(--color-green-light);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin: var(--spacing-one) 0 var(--spacing-half);
}
.footer-heading:first-child {
  margin-top: 0;
}
.footer-link {
  color: var(--color-grey-800);
  text-decoration: none;
  transition: color 150ms ease;
}
.footer-link:hover {
  color: var(--color-green-lighter);
}
.sociallinks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.sociallink {
  position: relative;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  color: inherit;
  transition: color 150ms;
}
.sociallink:focus-visible {
  outline: 2px solid var(--color-pink);
  outline-offset: 4px;
  border-radius: 0.25rem;
}
.sociallink-badge {
  position: absolute;
  bottom: -0.1em;
  right: -0.15em;
  font-size: 0.3em;
  font-family: var(--font-mono);
  background: var(--color-grey-500);
  color: var(--color-bodybg);
  border-radius: 9999px;
  padding: 0 0.3em;
  line-height: 1.5;
  pointer-events: none;
}
.sociallinks--footer {
  gap: var(--spacing-half);
  font-size: 1.5rem;
}
.sociallinks--footer .sociallink:hover {
  color: var(--brand);
}
.sociallinks--page {
  gap: var(--spacing-one) var(--spacing-half);
  margin: var(--spacing-two) 0;
  font-size: clamp(2.25rem, 8vw, 3rem);
}
.sociallinks--page .sociallink {
  color: var(--brand);
}
.sociallinks--page .sociallink:hover {
  color: var(--color-pink);
}
.sociallinks--page .sociallink-badge {
  background: var(--color-grey-600);
  color: white;
}
.sociallinks--page .sociallink:hover .sociallink-badge {
  background: var(--color-green);
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .sociallinks--page .sociallink {
    color: var(--brand-dark, var(--brand));
  }
  :root:not(.light) .sociallinks--page .sociallink:hover {
    color: var(--color-pink);
  }
}
:root.dark .sociallinks--page .sociallink {
  color: var(--brand-dark, var(--brand));
}
:root.dark .sociallinks--page .sociallink:hover {
  color: var(--color-pink);
}
.glossary {
  --gl-muted: var(--color-grey-400);
  --gl-dim: var(--color-grey-300);
  --gl-rule: var(--color-grey-600);
}
.glossary-section {
  max-width: var(--article-content-width);
}
@media (min-width: 65rem) {
  .glossary-section--wide {
    max-width: calc(var(--article-content-width) + var(--article-gap) + var(--article-note-width));
  }
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .glossary {
    --gl-muted: var(--color-grey-500);
    --gl-dim: var(--color-grey-700);
    --gl-rule: var(--color-grey-300);
  }
}
:root.dark .glossary {
  --gl-muted: var(--color-grey-500);
  --gl-dim: var(--color-grey-700);
  --gl-rule: var(--color-grey-300);
}
.glossary .sectionhead:first-child {
  margin-top: 0;
}
.glossary-intro {
  margin: 0 0 var(--spacing-one);
  color: var(--gl-muted);
}
:where(.glossary) dl, :where(.glossary) dd {
  margin: 0;
}
.glossary-entry {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--spacing-two);
}
.glossary-term {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 0.75em;
  margin-bottom: var(--spacing-half);
  font-family: var(--font-sans);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.15;
  color: var(--color-green);
}
.glossary-ipa,
.glossary-types {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
}
.glossary-ipa {
  font-family: var(--font-mono);
  color: var(--gl-muted);
}
.glossary-types {
  font-style: italic;
  color: var(--gl-dim);
}
.glossary-def {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 0 var(--spacing-half);
  margin-left: var(--spacing-one);
  padding: var(--spacing-half) 0;
  background-image: radial-gradient(circle, var(--gl-rule) 1px, transparent 1.1px);
  background-size: 8px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.glossary-def:last-of-type {
  background-image: none;
}
.glossary-type {
  font-size: 0.8rem;
  line-height: 1.9;
  color: var(--gl-muted);
}
.glossary-def > span:not(.glossary-type) {
  grid-column: 2;
}
.glossary-forms {
  color: var(--gl-muted);
  font-size: 0.9rem;
}
.glossary-example {
  display: block;
  margin-top: 0.25rem;
  color: var(--gl-muted);
}
.glossary-eg {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-style: normal;
}
.glossary-ety {
  order: 3;
  margin: var(--spacing-half) 0 0 var(--spacing-one);
  font-family: var(--font-mono);
  font-size: 0.775rem;
  line-height: 1.55;
  color: var(--color-grey-500);
}
.glossary-ety-label {
  margin-right: 0.4em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-pink);
}
@media (min-width: 65rem) {
  .glossary-entry {
    display: block;
  }
  .glossary-ety {
    float: right;
    width: var(--article-note-width);
    margin: 0.6rem calc(-1 * (var(--article-note-width) + var(--article-gap))) 0 0;
  }
  .glossary-term, .glossary-def {
    clear: none;
  }
}
.glossary-abbrs {
  columns: 1;
  column-gap: var(--spacing-two);
}
@media (min-width: 40rem) {
  .glossary-abbrs {
    columns: 2;
  }
}
@media (min-width: 65rem) {
  .glossary-abbrs {
    columns: 3;
  }
}
.glossary-abbr {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 0 var(--spacing-half);
  padding: 0.35rem 0;
  break-inside: avoid;
}
.glossary-abbr dt {
  font-family: var(--font-mono);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--color-green);
}
.termlink,
.prose .termlink {
  color: inherit;
  font-weight: inherit;
  text-decoration: underline dotted;
  text-decoration-color: currentColor;
  @supports (color: color-mix(in lab, red, red)) {
    text-decoration-color: color-mix(in srgb, currentColor 75%, transparent);
  }
  text-decoration-thickness: 2px;
  text-underline-offset: 0.2em;
}
.termlink:hover,
.prose .termlink:hover {
  color: var(--color-pink);
  text-decoration-style: solid;
  text-decoration-color: currentColor;
}
.termlink:focus-visible {
  outline: 2px solid var(--color-pink);
  outline-offset: 3px;
  border-radius: 0.2rem;
}
.glossary-entry {
  scroll-margin-top: var(--spacing-two);
  border-radius: 0.5rem;
}
.glossary-entry:target {
  animation: glossary-target 3s ease-out;
}
@keyframes glossary-target {
  from {
    background-color: color-mix(in srgb, var(--color-pink) 16%, transparent);
    box-shadow: 0 0 0 0.6rem color-mix(in srgb, var(--color-pink) 16%, transparent);
  }
  to {
    background-color: transparent;
    box-shadow: 0 0 0 0.6rem transparent;
  }
}
@media (prefers-reduced-motion: reduce) {
  .glossary-entry:target {
    animation: none;
    background-color: color-mix(in srgb, #e95095 12%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--color-pink) 12%, transparent);
    }
    box-shadow: 0 0 0 0.6rem color-mix(in srgb, #e95095 12%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 0.6rem color-mix(in srgb, var(--color-pink) 12%, transparent);
    }
  }
}
.sidenote-content a {
  overflow-wrap: anywhere;
}
.citecard {
  display: grid;
  grid-template-columns: 1fr;
  margin: var(--spacing-quarter) 0;
  text-decoration: none;
}
.citecard-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.91 / 1;
  margin: var(--spacing-quarter) 0 0;
  object-fit: cover;
  box-sizing: border-box;
  border: 2px solid var(--color-grey-600);
  border-radius: 0.3rem;
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .citecard-img {
    border-color: var(--color-grey-300);
  }
}
:root.dark .citecard-img {
  border-color: var(--color-grey-300);
}
.citecard-title {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.25;
}
.citecard:hover .citecard-title,
.citecard:focus-visible .citecard-title {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.citecard-site {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-grey-500);
}
.bibliography ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bibliography li {
  margin: 0 0 var(--spacing-half);
  padding-left: var(--spacing-one);
  text-indent: calc(-1 * var(--spacing-one));
  font-size: 0.95rem;
  line-height: 1.5;
}
.bibliography li a {
  overflow-wrap: anywhere;
}
.quotes-intro {
  max-width: var(--article-content-width);
  margin: var(--spacing-one) 0 var(--spacing-half);
  font-size: 1.15rem;
  color: var(--color-grey-400);
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .quotes-intro {
    color: var(--color-grey-500);
  }
}
:root.dark .quotes-intro {
  color: var(--color-grey-500);
}
.quotelist {
  --q-text: var(--color-grey-300);
  --q-muted: var(--color-grey-400);
  --q-rule: var(--color-grey-600);
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .quotelist {
    --q-text: var(--color-grey-800);
    --q-muted: var(--color-grey-500);
    --q-rule: var(--color-grey-300);
  }
}
:root.dark .quotelist {
  --q-text: var(--color-grey-800);
  --q-muted: var(--color-grey-500);
  --q-rule: var(--color-grey-300);
}
.quotelist {
  max-width: var(--article-content-width);
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 65rem) {
  .quotelist {
    max-width: calc(var(--article-content-width) + var(--article-gap) + var(--article-note-width));
  }
}
.quote {
  padding: var(--spacing-two) 0;
  background-image: radial-gradient(circle, var(--q-rule) 1px, transparent 1.1px);
  background-size: 8px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.quote:last-child {
  background-image: none;
}
.quote figure, .quote blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}
.quote-text {
  font-size: clamp(1.4rem, 3.4vw, 1.9rem);
  line-height: 1.5;
  color: var(--q-text);
  quotes: none;
}
.quote-text p {
  margin: 0 0 var(--spacing-half);
}
.quote-text p:last-child {
  margin-bottom: 0;
}
.quote-text::first-line {
  font-variant: small-caps;
}
.quote--long .quote-text::first-letter {
  float: left;
  margin: 0.06em 0.12em 0 0;
  font-size: 3.6em;
  line-height: 0.8;
  color: var(--color-pink-dark);
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .quote--long .quote-text::first-letter {
    color: var(--color-pink);
  }
}
:root.dark .quote--long .quote-text::first-letter {
  color: var(--color-pink);
}
.quote-work {
  margin: 0 0 var(--spacing-one);
  font-family: var(--font-sans);
  font-size: var(--text-h3);
  font-weight: 400;
  line-height: var(--text-h3--line-height);
  color: var(--color-pink);
}
.quote-work a {
  color: inherit;
}
.quote--poem .quote-text {
  padding-left: var(--spacing-one);
  border-left: 4px solid var(--color-pink);
  font-size: clamp(1.15rem, 2.6vw, 1.4rem);
  font-style: italic;
  white-space: pre-line;
}
.quote--poem .quote-text::first-line {
  font-variant: normal;
}
.quote-original {
  margin: var(--spacing-one) 0 0;
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--q-text);
}
.quote-original-label {
  margin-right: var(--spacing-quarter);
  font-family: var(--font-sans);
  font-size: 1rem;
  color: var(--color-pink-dark);
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .quote-original-label {
    color: var(--color-pink);
  }
}
:root.dark .quote-original-label {
  color: var(--color-pink);
}
.quote figure {
  position: relative;
  max-width: var(--article-content-width);
}
.quote-credit {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-top: var(--spacing-one);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.35;
}
.quote-source cite {
  font-size: 1.2rem;
  color: var(--color-pink);
}
.quote-source cite a {
  color: inherit;
}
.quote-name {
  font-size: 1.1rem;
  color: var(--q-text);
}
.quote-pp,
.quote-info {
  margin-left: var(--spacing-quarter);
  font-size: 0.95rem;
  color: var(--q-muted);
}
.quote-source cite + .quote-pp,
.quote-name + .quote-info {
  margin-left: var(--spacing-half);
}
.quote-source .quote-pp:first-child {
  margin-left: 0;
}
@media (min-width: 65rem) {
  .quote:not(.quote--poem) .quote-credit {
    position: absolute;
    top: 0.5rem;
    left: 100%;
    width: var(--article-note-width);
    margin: 0 0 0 var(--article-gap);
  }
}
.pager {
  max-width: var(--article-content-width);
  margin: var(--spacing-two) 0 0;
}
.pager ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-half);
  margin: 0;
  padding: 0;
  list-style: none;
}
.pager-num,
.pager-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.75rem;
  border-radius: 9999px;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: var(--color-pink-dark);
  border: 2px solid transparent;
}
.pager-step {
  text-transform: uppercase;
  gap: 0.4em;
}
a.pager-num:hover, .pager-step:hover {
  border-color: var(--color-pink);
}
.pager-num[aria-current="page"] {
  background: var(--color-pink-dark);
  color: white;
}
.pager a:focus-visible {
  outline: 2px solid var(--color-pink);
  outline-offset: 3px;
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .pager-num, :root:not(.light) .pager-step {
    color: var(--color-pink-light);
  }
  :root:not(.light) .pager-num[aria-current="page"] {
    color: white;
  }
}
:root.dark .pager-num, :root.dark .pager-step {
  color: var(--color-pink-light);
}
:root.dark .pager-num[aria-current="page"] {
  color: white;
}
.pullquote {
  --pq-colour: var(--color-green-dark);
  --pq-band: var(--color-grey-700);
  margin: var(--spacing-two) 0;
  font-family: var(--font-sans);
  font-size: clamp(1.6rem, 4.2vw, 2.25rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.25;
  color: var(--pq-colour);
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .pullquote {
    --pq-colour: var(--color-green);
    --pq-band: var(--color-grey-200);
  }
}
:root.dark .pullquote {
  --pq-colour: var(--color-green);
  --pq-band: var(--color-grey-200);
}
.pullquote.quoted::before {
  content: "\201C";
}
.pullquote.quoted::after {
  content: "\201D";
}
figure.pullquote.quoted::before,
figure.pullquote.quoted::after {
  content: none;
}
figure.pullquote.quoted .pullquote-text::before {
  content: "\201C";
}
figure.pullquote.quoted .pullquote-text::after {
  content: "\201D";
}
.pullquote blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  quotes: none;
  font: inherit;
  color: inherit;
}
.pullquote .pullquote-text {
  display: inline;
}
.pullquote mark.pullquote-text {
  padding: 0.05em 0.4em;
}
.pullquote-cite {
  margin-top: var(--spacing-half);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--color-grey-400);
}
.pullquote-cite::before {
  content: "\2014\00a0";
}
.pullquote-cite a {
  color: inherit;
  text-decoration-color: var(--color-pink);
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .pullquote-cite {
    color: var(--color-grey-500);
  }
}
:root.dark .pullquote-cite {
  color: var(--color-grey-500);
}
.pullquote.fullwidth {
  box-sizing: border-box;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: var(--spacing-two) max(var(--spacing-one), calc((100vw - var(--article-content-width)) / 2));
  background-color: var(--pq-band);
}
@media (min-width: 65rem) {
  .pullquote.fullwidth {
    --pq-article: calc(var(--article-content-width) + var(--article-gap) + var(--article-note-width));
    margin-left: calc(var(--pq-article) / 2 - 50vw);
    margin-right: 0;
    padding-left: calc((100vw - var(--pq-article)) / 2);
    padding-right: calc((100vw + var(--pq-article)) / 2 - var(--article-content-width));
  }
}
.privacy {
  --pv-muted: var(--color-grey-400);
  --pv-text: var(--color-grey-300);
  --pv-rule: var(--color-grey-600);
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .privacy {
    --pv-muted: var(--color-grey-500);
    --pv-text: var(--color-grey-800);
    --pv-rule: var(--color-grey-300);
  }
}
:root.dark .privacy {
  --pv-muted: var(--color-grey-500);
  --pv-text: var(--color-grey-800);
  --pv-rule: var(--color-grey-300);
}
.privacy-intro, .privacy-group, .privacy-glance {
  max-width: var(--article-content-width);
}
.glance {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-one) var(--spacing-two);
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 40rem) {
  .glance {
    grid-template-columns: repeat(4, 1fr);
    gap: var(--spacing-one);
  }
}
.glance li {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.glance b {
  font-family: var(--font-mono);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  color: var(--color-pink);
}
.glance span {
  font-size: 0.95rem;
  line-height: 1.35;
  color: var(--pv-muted);
}
.glance-note {
  margin: var(--spacing-one) 0 0;
  font-size: 0.9rem;
  color: var(--pv-muted);
}
.privacy-groupintro {
  margin: 0 0 var(--spacing-one);
  color: var(--pv-muted);
}
.pv-item {
  padding: var(--spacing-one) 0;
  background-image: radial-gradient(circle, var(--pv-rule) 1px, transparent 1.1px);
  background-size: 8px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.pv-item:last-of-type {
  background-image: none;
}
.pv-name {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--text-h3);
  font-weight: 700;
  line-height: var(--text-h3--line-height);
  color: var(--color-green);
}
.pv-name small {
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--pv-muted);
}
.pv-name code {
  font-family: var(--font-mono);
  font-size: 0.85em;
  font-weight: 400;
}
.pv-what {
  margin: 0.15rem 0 var(--spacing-half);
  color: var(--pv-text);
}
.pv-facts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.1rem 0;
  margin: 0;
}
@media (min-width: 40rem) {
  .pv-facts {
    grid-template-columns: 9rem 1fr;
    gap: 0.4rem var(--spacing-one);
  }
}
.pv-facts dt {
  margin-top: var(--spacing-half);
  font-family: var(--font-sans);
  font-size: 0.95rem;
  color: var(--pv-muted);
}
.pv-facts dd {
  margin: 0;
  color: var(--pv-text);
}
@media (min-width: 40rem) {
  .pv-facts dt {
    margin-top: 0;
    padding-top: 0.15rem;
  }
}
.pv-facts code {
  font-family: var(--font-mono);
  font-size: 0.85em;
  overflow-wrap: anywhere;
}
.pv-links {
  margin: var(--spacing-half) 0 0;
  font-family: var(--font-sans);
}
.pv-links a {
  color: var(--color-pink-dark);
  text-underline-offset: 0.2em;
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .pv-links a {
    color: var(--color-pink-light);
  }
}
:root.dark .pv-links a {
  color: var(--color-pink-light);
}
.breakout {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media (min-width: 65rem) {
  .breakout {
    margin-left: calc(
      (var(--article-content-width) + var(--article-gap) + var(--article-note-width)) / 2 - 50vw
    );
    margin-right: 0;
  }
}
.image-gallery-cols {
  --gallery-cell: 20rem;
  --gallery-n: 99;
  column-count: 1;
  column-gap: var(--spacing-one);
  padding-inline: var(--spacing-one);
  margin-inline: auto;
  max-width: calc(
    var(--gallery-n) * var(--gallery-cell) + (var(--gallery-n) + 1) * var(--spacing-one)
  );
}
@media (min-width: 48rem) {
  .image-gallery-cols {
    column-count: min(var(--gallery-n), 2);
  }
}
@media (min-width: 64rem) {
  .image-gallery-cols {
    column-count: min(var(--gallery-n), 3);
  }
}
@media (min-width: 80rem) {
  .image-gallery-cols {
    column-count: min(var(--gallery-n), 4);
  }
}
@media (min-width: 96rem) {
  .image-gallery-cols {
    column-count: min(var(--gallery-n), 5);
  }
}
.video {
  margin: var(--spacing-one) 0;
}
.video video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  background-color: #000;
}
.video figcaption {
  margin-top: var(--spacing-quarter);
}
.video video::-webkit-media-controls-current-time-display,
.video video::-webkit-media-controls-time-remaining-display {
  font-family: var(--font-mono);
  font-variant-numeric: normal;
}
.video--full {
  margin: var(--spacing-two) 0;
}
.video--full video {
  border-radius: 0;
  max-height: 90vh;
  object-fit: contain;
}
.video--full figcaption {
  box-sizing: border-box;
  margin-top: var(--spacing-half);
  padding-inline: max(var(--spacing-one), calc((100vw - var(--article-content-width)) / 2));
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--color-grey-400);
}
@media (min-width: 65rem) {
  .video--full figcaption {
    --video-article: calc(var(--article-content-width) + var(--article-gap) + var(--article-note-width));
    padding-left: calc((100vw - var(--video-article)) / 2);
    padding-right: calc((100vw + var(--video-article)) / 2 - var(--article-content-width));
  }
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .video--full figcaption {
    color: var(--color-grey-500);
  }
}
:root.dark .video--full figcaption {
  color: var(--color-grey-500);
}
.article-prose {
  max-width: var(--article-content-width);
}
.article-featured-image {
  margin: 0 0 var(--spacing-two);
}
.article-featured-image img {
  display: block;
  width: 100%;
  height: auto;
}
.fish-tally {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: var(--spacing-two);
  margin: var(--spacing-four) 0;
}
.tour-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-one) var(--spacing-two);
  padding-bottom: var(--spacing-three);
}
.tour-item:last-child {
  padding-bottom: 0;
}
.tour-media {
  flex: 1 1 100%;
}
@media (min-width: 48rem) {
  .tour-media {
    flex: 0 0 calc(25% - var(--spacing-one));
  }
}
.tour-media-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin: 0 0 var(--spacing-half);
}
.tour-stats {
  font-size: 0.85rem;
}
.tour-stats p {
  margin: 0 0 var(--spacing-quarter);
}
.tour-planning,
.tour-body {
  flex: 1 1 0%;
  min-width: 0;
}
.tour-body {
  position: relative;
  padding-left: var(--spacing-three);
}
.tour-pin {
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 1.75rem;
  font-size: 1.75rem;
  line-height: 1;
  text-align: center;
  color: var(--color-green);
}
.tour-connector {
  position: absolute;
  left: calc(1.75rem / 2 - 2px);
  top: 2.25rem;
  bottom: calc(-1 * var(--spacing-three));
  border-right: 4px dotted var(--color-grey-600);
}
.tour-description {
  margin: 0 0 var(--spacing-half);
}
.tour-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  color: white;
  background-color: var(--color-green);
  padding: 0.5em 1.1em;
  border-radius: 9999px;
  transition: background-color 150ms ease;
}
.tour-cta:hover {
  background-color: var(--color-green-dark);
}
.tour-cta i {
  font-size: 0.75em;
}
.waypoint-pin {
  display: block;
  float: left;
  position: relative;
  z-index: 10;
  width: 7rem;
  line-height: 1;
  text-align: center;
  font-size: 2.25rem;
  color: var(--color-green);
}
.icon_list_connector {
  width: 4px;
  background-image: radial-gradient(circle, var(--color-green-darker) 1.5px, transparent 1.6px);
  background-size: 4px 10px;
  background-repeat: repeat-y;
  background-position: top;
}
.journey-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.journey-item {
  position: relative;
  display: grid;
  grid-template-columns: 4rem 1rem 1fr;
  grid-template-areas: "badge dot content";
  align-items: start;
  column-gap: var(--spacing-half);
  padding-bottom: var(--spacing-two);
}
.journey-item:last-child {
  padding-bottom: 0;
}
@media (max-width: 30rem) {
  .journey-item {
    grid-template-columns: 1rem 1fr;
    grid-template-areas: "dot badge"
      "dot content";
  }
}
.journey-badge {
  grid-area: badge;
  justify-self: start;
  margin-top: 0.1875rem;
  line-height: 1;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  color: var(--color-green-dark);
  background-color: var(--color-grey-700);
  border-radius: 0.5rem;
  padding: 0.25em 0.6em;
}
.journey-badge:empty {
  visibility: hidden;
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .journey-badge {
    background-color: color-mix(in srgb, #669f1e 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-green) 15%, transparent);
    }
    color: var(--color-green-lighter);
  }
}
:root.dark .journey-badge {
  background-color: color-mix(in srgb, #669f1e 15%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-green) 15%, transparent);
  }
  color: var(--color-green-lighter);
}
.journey-dot-col {
  grid-area: dot;
  position: relative;
  align-self: stretch;
}
.journey-dot {
  position: absolute;
  left: 50%;
  top: 0.375rem;
  width: 0.75rem;
  height: 0.75rem;
  margin-left: -0.375rem;
  border-radius: 9999px;
  background-color: white;
  border: 3px solid var(--color-green);
  z-index: 1;
}
.journey-dot-col::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 1.125rem;
  bottom: calc(-1 * var(--spacing-two) - 0.75rem);
  width: 2px;
  margin-left: -1px;
  background-color: var(--color-green);
}
.journey-item:last-child .journey-dot-col::after {
  display: none;
}
.journey-list {
  --journey-future: var(--color-grey-700);
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .journey-list {
    --journey-future: var(--color-grey-300);
  }
}
:root.dark .journey-list {
  --journey-future: var(--color-grey-300);
}
.journey-item.is-current .journey-dot {
  border-color: var(--color-pink);
}
.journey-item.is-current .journey-dot-col::after {
  background: linear-gradient(to bottom, var(--color-pink), var(--journey-future));
}
.journey-item.is-future .journey-dot {
  background-color: var(--color-pink);
  border-color: var(--journey-future);
}
.journey-item.is-future .journey-dot-col::after {
  background-color: var(--journey-future);
}
.journey-content {
  grid-area: content;
  min-width: 0;
}
.journey-title {
  display: inline-block;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  color: var(--color-green);
  text-decoration: none;
}
.journey-title:hover {
  color: var(--color-pink);
}
.journey-desc {
  margin: var(--spacing-quarter) 0 0;
}
.toursmap {
  height: clamp(18rem, 42vw, 30rem);
  margin-block: var(--spacing-two);
  background-color: var(--color-grey-700);
  isolation: isolate;
}
.tourtotals {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--spacing-one) var(--spacing-two);
  margin: 0 0 var(--spacing-two);
}
.tourtotals > div {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.tourtotals dd {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.1;
  color: var(--color-green);
}
.tourtotals dt {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-grey-500);
}
.tourgroup-title,
.sectionhead {
  --tourgroup-rule: var(--color-grey-600);
  display: flex;
  align-items: center;
  gap: var(--spacing-one);
  margin: var(--spacing-three) 0 var(--spacing-one);
  font-family: var(--font-sans);
  font-size: var(--text-h2);
  line-height: var(--text-h2--line-height);
  font-weight: 400;
  color: var(--color-pink);
}
.tourgroup-title::after,
.sectionhead::after {
  content: "";
  flex: 1;
  height: 4px;
  background-image: radial-gradient(circle, var(--tourgroup-rule) 1.5px, transparent 1.6px);
  background-size: 10px 4px;
  background-repeat: repeat-x;
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .tourgroup-title,
  :root:not(.light) .sectionhead {
    --tourgroup-rule: var(--color-grey-300);
  }
}
:root.dark .tourgroup-title,
:root.dark .sectionhead {
  --tourgroup-rule: var(--color-grey-300);
}
.tourgroup-count,
.sectionhead-count {
  order: 2;
  font-family: var(--font-mono);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
  color: var(--color-green);
}
.tourswitch {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--spacing-half);
  margin: 0 0 var(--spacing-one);
}
.tourswitch-label {
  margin-right: var(--spacing-quarter);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-grey-500);
}
.tourswitch label {
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
  padding: 0.6em 1.2em;
  border-radius: 9999px;
  border: 1px solid var(--color-grey-600);
  color: var(--color-grey-400);
  transition: background-color 150ms ease, color 150ms ease, border-color 150ms ease;
}
.tourswitch label:hover {
  border-color: var(--color-pink);
  color: var(--color-pink);
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .tourswitch label {
    border-color: var(--color-grey-300);
    color: var(--color-grey-600);
  }
}
:root.dark .tourswitch label {
  border-color: var(--color-grey-300);
  color: var(--color-grey-600);
}
#tg-year:checked ~ .tourswitch label[for="tg-year"],
#tg-country:checked ~ .tourswitch label[for="tg-country"],
#tg-category:checked ~ .tourswitch label[for="tg-category"],
#bv-list:checked ~ .tourswitch label[for="bv-list"],
#bv-shelves:checked ~ .tourswitch label[for="bv-shelves"],
#bv-covers:checked ~ .tourswitch label[for="bv-covers"] {
  background-color: var(--color-pink);
  border-color: var(--color-pink);
  color: white;
}
#tg-year:focus-visible ~ .tourswitch label[for="tg-year"],
#tg-country:focus-visible ~ .tourswitch label[for="tg-country"],
#tg-category:focus-visible ~ .tourswitch label[for="tg-category"],
#bv-list:focus-visible ~ .tourswitch label[for="bv-list"],
#bv-shelves:focus-visible ~ .tourswitch label[for="bv-shelves"],
#bv-covers:focus-visible ~ .tourswitch label[for="bv-covers"] {
  outline: 2px solid var(--color-pink);
  outline-offset: 2px;
}
.tourview {
  display: none;
}
.tourview[data-view="year"] {
  display: block;
}
#tg-country:checked ~ .tourviews .tourview[data-view="year"],
#tg-category:checked ~ .tourviews .tourview[data-view="year"] {
  display: none;
}
#tg-country:checked ~ .tourviews .tourview[data-view="country"],
#tg-category:checked ~ .tourviews .tourview[data-view="category"] {
  display: block;
}
.tourgrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-two) var(--spacing-one);
}
@media (min-width: 48rem) {
  .tourgrid {
    grid-template-columns: 1fr 1fr;
  }
}
.tourcard {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.75rem;
  background-color: var(--color-grey-900);
  border: 1px solid var(--color-grey-700);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.tourcard:hover,
.tourcard.is-active,
.tourcard:focus-within {
  transform: translateY(-3px);
  border-color: var(--color-pink);
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.14);
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .tourcard {
    background-color: var(--color-grey-200);
    border-color: var(--color-grey-300);
  }
  :root:not(.light) .tourcard:hover,
  :root:not(.light) .tourcard.is-active,
  :root:not(.light) .tourcard:focus-within {
    border-color: var(--color-pink);
  }
}
:root.dark .tourcard {
  background-color: var(--color-grey-200);
  border-color: var(--color-grey-300);
}
:root.dark .tourcard:hover,
:root.dark .tourcard.is-active,
:root.dark .tourcard:focus-within {
  border-color: var(--color-pink);
}
.tourcard-media {
  position: relative;
  aspect-ratio: 8 / 5;
  overflow: hidden;
  background-color: var(--color-grey-700);
}
.tourcard-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}
.tourcard-image--empty {
  background: linear-gradient(135deg, var(--color-pink-darker), var(--color-pink));
}
.tourcard:hover .tourcard-image,
.tourcard.is-active .tourcard-image {
  transform: scale(1.04);
}
.tourcard-cats {
  position: absolute;
  top: var(--spacing-half);
  left: var(--spacing-half);
  right: var(--spacing-half);
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tourcard-cats li,
.tourcard-status {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 9999px;
  padding: 0.4em 0.85em;
}
.tourcard-cats li {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.tourcard-status {
  position: absolute;
  right: var(--spacing-half);
  bottom: var(--spacing-half);
  color: white;
  background-color: var(--color-pink);
}
.tourcard-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-half);
  padding: var(--spacing-one);
}
.tourcard-dates {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-grey-500);
}
.tourcard-title {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--text-h3);
  line-height: var(--text-h3--line-height);
  font-weight: 400;
}
.tourcard-title a {
  color: var(--color-pink);
  text-decoration: none;
}
.tourcard-title a::after {
  content: "";
  position: absolute;
  inset: 0;
}
.tourcard-title a:focus-visible {
  outline: none;
}
.tourcard-desc {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}
.tourcard-facts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-one);
  margin-top: var(--spacing-quarter);
}
.tourcard-stats {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-half) var(--spacing-one);
  margin: 0;
}
.tourcard-stats > div {
  display: flex;
  flex-direction: column-reverse;
}
.tourcard-stats dd {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  color: var(--color-green);
}
.tourcard-stats dt {
  margin-top: 0.3rem;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-grey-500);
}
.tourcard-route-wrap {
  flex: 0 0 auto;
  width: 8.5rem;
  color: var(--color-pink);
}
.tourcard-route {
  display: block;
  width: 100%;
  height: auto;
}
.tourcard-route .route-start {
  fill: var(--color-green);
}
.tourcard-route .route-end {
  fill: currentColor;
}
.tourcard-days {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin: var(--spacing-quarter) 0 0;
  padding: 0;
  list-style: none;
}
.daypill {
  position: relative;
  z-index: 2;
  display: block;
  width: 1.7rem;
  height: 2.35rem;
  overflow: hidden;
  border-radius: 0.45rem;
  border: 1px solid var(--color-grey-700);
  background-color: var(--color-grey-800);
  padding-top: 0.3rem;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: var(--color-green-dark);
  transition: color 150ms ease;
}
.daypill::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--h, 0%);
  background-color: color-mix(in srgb, #669f1e 40%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-green) 40%, transparent);
  }
  transition: background-color 150ms ease;
}
.daypill.is-empty {
  border-style: dashed;
  border-color: var(--color-grey-600);
  background-color: transparent;
  color: var(--color-grey-500);
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .daypill {
    border-color: var(--color-grey-300);
    background-color: var(--color-grey-100);
    color: var(--color-green-lighter);
  }
  :root:not(.light) .daypill.is-empty {
    border-color: var(--color-grey-300);
    background-color: transparent;
    color: var(--color-grey-500);
  }
}
:root.dark .daypill {
  border-color: var(--color-grey-300);
  background-color: var(--color-grey-100);
  color: var(--color-green-lighter);
}
:root.dark .daypill.is-empty {
  border-color: var(--color-grey-300);
  background-color: transparent;
  color: var(--color-grey-500);
}
.tourcard .daypill:hover,
.tourcard .daypill:focus-visible {
  color: white;
}
.tourcard .daypill:hover::before,
.tourcard .daypill:focus-visible::before {
  background-color: var(--color-green);
}
.tourcard .daypill.is-empty:hover,
.tourcard .daypill.is-empty:focus-visible {
  color: var(--color-pink);
}
.tourcard .daypill:focus-visible {
  outline: 2px solid var(--color-pink);
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  .tourcard,
  .tourcard-image,
  .daypill,
  .daypill::before {
    transition: none;
  }
  .tourcard:hover,
  .tourcard.is-active,
  .tourcard:focus-within,
  .tourcard:hover .tourcard-image,
  .tourcard.is-active .tourcard-image {
    transform: none;
  }
}
.homesection {
  margin-bottom: var(--spacing-three);
}
.homesection .sectionhead {
  margin-top: 0;
}
.homesection-more {
  display: flex;
  justify-content: center;
  margin: var(--spacing-two) 0 0;
}
.morebutton {
  display: inline-block;
  padding: 0.85em 1.75em;
  border-radius: 9999px;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  background-color: var(--color-pink-dark);
  transition: background-color 200ms ease;
}
.morebutton::after {
  content: "\2192";
  margin-left: 0.6em;
}
.morebutton:hover {
  background-color: var(--color-pink-darker);
}
.morebutton:focus-visible {
  outline: 2px solid var(--color-pink);
  outline-offset: 3px;
}
.postgrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-two) var(--spacing-one);
}
@media (min-width: 48rem) {
  .postgrid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 65rem) {
  .postgrid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.postcard,
.postitems,
.postlist {
  --post-muted: var(--color-grey-400);
  --post-cat: var(--color-green-dark);
  --post-title: var(--color-grey-300);
  --post-rule: var(--color-grey-600);
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .postcard,
  :root:not(.light) .postitems,
  :root:not(.light) .postlist {
    --post-muted: var(--color-grey-500);
    --post-cat: var(--color-green);
    --post-title: var(--color-grey-800);
    --post-rule: var(--color-grey-300);
  }
}
:root.dark .postcard,
:root.dark .postitems,
:root.dark .postlist {
  --post-muted: var(--color-grey-500);
  --post-cat: var(--color-green);
  --post-title: var(--color-grey-800);
  --post-rule: var(--color-grey-300);
}
.postcard {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-half);
}
.postcard-media {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: var(--color-grey-700);
}
.postcard-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}
.postcard-media--title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-one);
  text-align: center;
  background: linear-gradient(135deg, var(--color-pink-darker), var(--color-pink-dark));
}
.postcard-media--title .postcard-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  overflow: hidden;
  text-wrap: balance;
}
.postcard-media--title .postcard-title a {
  color: white;
}
.postcard:hover .postcard-image,
.postcard:focus-within .postcard-image {
  transform: scale(1.04);
}
.postcard-body {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-quarter);
}
.postcard-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 0.6em;
  margin: 0;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--post-muted);
}
.postcard-cat {
  font-weight: 700;
  color: var(--post-cat);
}
.postcard-cat::after {
  content: "\00b7";
  margin-left: 0.6em;
  color: var(--post-muted);
  font-weight: 400;
}
.postcard-title {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--text-h3);
  line-height: var(--text-h3--line-height);
  font-weight: 400;
}
.postcard-title a {
  color: var(--color-pink);
  text-decoration: none;
}
.postcard-title a::after {
  content: "";
  position: absolute;
  inset: 0;
}
.postcard:hover .postcard-title a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.postcard-title a:focus-visible {
  outline: none;
}
.postcard-title a:focus-visible::after {
  outline: 2px solid var(--color-pink);
  outline-offset: 4px;
  border-radius: 0.5rem;
}
.postcard-subtitle {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.35;
  color: var(--post-muted);
}
.postcard-blurb {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}
.postitems {
  margin: 0;
  padding: 0;
  list-style: none;
}
.postitem {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 7rem;
  gap: var(--spacing-half);
  align-items: start;
  padding: var(--spacing-half) 0;
  background-image: radial-gradient(circle, var(--post-rule) 1px, transparent 1.1px);
  background-size: 8px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.postitem:last-child {
  background-image: none;
}
.postgrid + .postitems,
.postitems + .postlist {
  background-image: radial-gradient(circle, var(--post-rule) 1px, transparent 1.1px);
  background-size: 8px 3px;
  background-position: left top;
  background-repeat: repeat-x;
}
.postgrid + .postitems {
  margin-top: var(--spacing-two);
}
@media (min-width: 40rem) {
  .postitem {
    grid-template-columns: 1fr 14rem;
    gap: var(--spacing-one);
    padding: var(--spacing-one) 0;
  }
}
.postitem.postitem--text {
  grid-template-columns: 1fr;
}
.postitem-media {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: var(--color-grey-700);
}
.postitem-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}
.postitem:hover .postitem-image,
.postitem:focus-within .postitem-image {
  transform: scale(1.04);
}
.postitem-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-quarter);
}
.postitem-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 0.6em;
  margin: 0;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--post-muted);
}
.postitem-cats {
  font-weight: 700;
  color: var(--post-cat);
}
.postitem-cats::after {
  content: "\00b7";
  margin-left: 0.6em;
  color: var(--post-muted);
  font-weight: 400;
}
.postitem-title {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1.15rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (min-width: 40rem) {
  .postitem-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 39.99rem) {
  .postitem .postitem-subtitle,
  .postitem .postitem-blurb,
  .postitem .postitem-more {
    display: none;
  }
}
.postitem-title a {
  color: var(--color-pink);
  text-decoration: none;
}
.postitem-title a::after {
  content: "";
  position: absolute;
  inset: 0;
}
.postitem:hover .postitem-title a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.postitem-title a:focus-visible {
  outline: none;
}
.postitem-title a:focus-visible::after {
  outline: 2px solid var(--color-pink);
  outline-offset: -2px;
  border-radius: 0.5rem;
}
.postitem-subtitle {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.35;
  color: var(--post-muted);
}
.postitem-blurb {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
.postitem-more {
  margin-top: var(--spacing-quarter);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-pink-dark);
}
.postitem-more::after {
  content: "\2192";
  margin-left: 0.5em;
  display: inline-block;
  transition: transform 200ms ease;
}
.postitem:hover .postitem-more::after {
  transform: translateX(0.25em);
}
.postlist-heading {
  margin: var(--spacing-three) 0 var(--spacing-half);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-grey-400);
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .postlist-heading {
    color: var(--color-grey-500);
  }
}
:root.dark .postlist-heading {
  color: var(--color-grey-500);
}
.term-kicker {
  margin: 0 0 var(--spacing-quarter);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-grey-400);
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .term-kicker {
    color: var(--color-grey-500);
  }
}
:root.dark .term-kicker {
  color: var(--color-grey-500);
}
.postlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.postgrid + .postlist {
  margin-top: var(--spacing-two);
}
.postrow {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "date cat"
    "title title";
  align-items: baseline;
  gap: 0 var(--spacing-one);
  padding: var(--spacing-half) 0;
  background-image: radial-gradient(circle, var(--post-rule) 1px, transparent 1.1px);
  background-size: 8px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.postrow:last-child {
  background-image: none;
}
@media (min-width: 40rem) {
  .postrow {
    grid-template-columns: 7rem 1fr auto;
    grid-template-areas: "date title cat";
  }
}
.postrow-date,
.postrow-cat {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.postrow-date {
  grid-area: date;
  color: var(--post-muted);
}
.postrow-cat {
  grid-area: cat;
  font-weight: 700;
  color: var(--post-cat);
  text-align: right;
}
.postrow-title {
  grid-area: title;
  font-family: var(--font-sans);
  font-size: 1.25rem;
  line-height: 1.3;
  color: var(--post-title);
  text-decoration: none;
}
.postrow-title::after {
  content: "";
  position: absolute;
  inset: 0;
}
.postrow:hover .postrow-title {
  color: var(--color-pink);
}
.postrow-title:focus-visible {
  outline: none;
}
.postrow-title:focus-visible::after {
  outline: 2px solid var(--color-pink);
  outline-offset: -2px;
  border-radius: 0.25rem;
}
@media (prefers-reduced-motion: reduce) {
  .postcard-image,
  .postitem-image,
  .postitem-more::after,
  .morebutton {
    transition: none;
  }
  .postcard:hover .postcard-image,
  .postcard:focus-within .postcard-image,
  .postitem:hover .postitem-image,
  .postitem:focus-within .postitem-image,
  .postitem:hover .postitem-more::after {
    transform: none;
  }
}
.book3d-wrap {
  container-type: inline-size;
  width: 100%;
  filter: drop-shadow(0 3cqw 4cqw rgb(0 0 0 / 0.22));
}
.book3d-scene {
  --w: 100cqw;
  --d: calc(var(--w) * 0.2);
  display: block;
  perspective: calc(var(--w) * 4.4);
  color: inherit;
  text-decoration: none;
}
.book3d-scene:focus-visible {
  outline: 2px solid var(--color-pink);
  outline-offset: 0.5rem;
}
.book3d {
  --bookcover-bg: var(--color-grey-500);
  --page-top: calc(var(--w) * 0.01);
  --page-cut: calc(var(--w) * 0.0267);
  --page-inset: calc(var(--w) * 0.01);
  --corner: calc(var(--w) * 0.018);
  position: relative;
  display: block;
  width: var(--w);
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  transition: transform 0.8s ease;
}
.book3d-scene:hover .book3d,
.book3d-scene:focus-visible .book3d,
.bookrow:hover .book3d,
.bookrow:focus-within .book3d,
.bookcell:hover .book3d,
.bookcell:focus-within .book3d,
.reading:hover .book3d,
.bookhead:hover .book3d {
  transform: rotateY(-30deg);
}
@media (hover: none) {
  .book3d {
    transform: rotateY(-30deg);
  }
}
.book3d-cover {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0 var(--corner) var(--corner) 0;
}
.book3d-cover--plain {
  --foil: linear-gradient(170deg, #f4dc94 0%, #d7ae55 40%, #a97a26 62%, #e8c974 100%);
  --grain: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='g' x='0' y='0' width='100%' height='100%'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 1.1 -0.35'/></filter><rect width='200' height='200' filter='url(%23g)'/></svg>");
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9cqw;
  aspect-ratio: 2 / 3;
  padding: 14cqw 13cqw;
  box-sizing: border-box;
  background: linear-gradient(90deg, rgb(0 0 0 / 0.5) 0, rgb(0 0 0 / 0.12) 2.2cqw, rgb(255 255 255 / 0.14) 3.6cqw, transparent 8cqw),   
    linear-gradient(115deg, rgb(255 255 255 / 0.17), transparent 38%, rgb(0 0 0 / 0.22) 100%),                             
    var(--grain) 0 0 / 34cqw 34cqw,
    var(--bookcover-bg);
  text-align: center;
}
.book3d-cover--plain::before,
.book3d-cover--plain::after {
  content: "";
  position: absolute;
  border: solid transparent;
  border-image: var(--foil) 1;
  pointer-events: none;
}
.book3d-cover--plain::before {
  inset: 6.5cqw 6.5cqw 6.5cqw 9cqw;
  border-width: 0.7cqw;
}
.book3d-cover--plain::after {
  inset: 9cqw 9cqw 9cqw 11.5cqw;
  border-width: 0.35cqw;
  opacity: 0.85;
}
.bc-title,
.bc-author {
  background: var(--foil);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: var(--font-serif);
  text-transform: uppercase;
}
.bc-title {
  font-size: 7.4cqw;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-wrap: balance;
}
.bc-author {
  padding-top: 5cqw;
  font-size: 4.4cqw;
  letter-spacing: 0.22em;
  position: relative;
}
.bc-author::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 22cqw;
  height: 0.35cqw;
  transform: translateX(-50%);
  background: var(--foil);
}
.book3d-cover--plain.is-light {
  --foil: linear-gradient(#5a4322, #5a4322);
}
.book3d::before {
  content: "";
  position: absolute;
  top: var(--page-top);
  left: 0;
  width: var(--d);
  height: calc(100% - var(--page-cut));
  background: var(--bookpages, repeating-linear-gradient(90deg, #fff 0 5%, #f1f1f1 5% 10%));
  transform: translateX(calc(var(--w) - var(--d) / 2 - var(--page-inset))) rotateY(90deg) translateX(calc(var(--d) / 2));
}
.book3d::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bookcover-bg);
  border-radius: 0 var(--corner) var(--corner) 0;
  transform: translateZ(calc(var(--d) * -1));
}
.book3d--soft {
  --page-top: 0px;
  --page-cut: 0px;
  --page-inset: 0px;
  --corner: calc(var(--w) * 0.008);
}
.book3d--gold {
  --bookpages: linear-gradient(240deg, rgba(180,92,58,1) 0%, rgba(212,142,45,1) 14%, rgba(253,151,29,1) 32%, rgba(253,196,43,1) 56%, rgba(255,237,203,1) 83%, rgba(252,176,69,1) 100%);
}
@media (prefers-reduced-motion: reduce) {
  .book3d {
    transition: none;
  }
}
.bookswitch label {
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
}
.bookswitch label i {
  font-size: 1.05em;
}
.bookview {
  display: none;
}
.bookview[data-view="list"] {
  display: block;
}
#bv-shelves:checked ~ .bookviews .bookview[data-view="list"],
#bv-covers:checked ~ .bookviews .bookview[data-view="list"] {
  display: none;
}
#bv-shelves:checked ~ .bookviews .bookview[data-view="shelves"] {
  display: block;
}
#bv-covers:checked ~ .bookviews .bookview[data-view="covers"] {
  display: block;
}
.booklist {
  --book-rule: var(--color-grey-600);
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .booklist {
    --book-rule: var(--color-grey-300);
  }
}
:root.dark .booklist {
  --book-rule: var(--color-grey-300);
}
.bookrow {
  --bookrow-cover: 6.5rem;
  display: grid;
  grid-template-columns: var(--bookrow-cover) minmax(0, 1fr);
  gap: var(--spacing-one);
  align-items: center;
  padding: var(--spacing-one) 0 var(--spacing-two);
  background-image: radial-gradient(circle, var(--book-rule) 1px, transparent 1.1px);
  background-size: 8px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.bookrow:last-child {
  background-image: none;
}
@media (min-width: 40rem) {
  .bookrow {
    --bookrow-cover: 10rem;
    gap: var(--spacing-two);
  }
}
@media (min-width: 65rem) {
  .bookrow {
    --bookrow-cover: 13rem;
  }
}
.bookrow-title,
.reading-title {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--text-h3);
  line-height: var(--text-h3--line-height);
  font-weight: 700;
}
.bookrow-title em,
.reading-title em {
  font-weight: 400;
}
.bookrow-title a,
.reading-title a {
  color: var(--color-pink);
  text-decoration: none;
}
.bookrow-title a:hover,
.reading-title a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.bookrow-author,
.reading-author {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1.1rem;
  font-weight: 300;
  color: var(--color-grey-400);
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .bookrow-author,
  :root:not(.light) .reading-author {
    color: var(--color-grey-500);
  }
}
:root.dark .bookrow-author,
:root.dark .reading-author {
  color: var(--color-grey-500);
}
.bookrow-blurb {
  max-width: 60ch;
  margin-top: var(--spacing-one);
  font-size: 1rem;
  line-height: 1.6;
}
.bookrow-more {
  margin: var(--spacing-one) 0 0;
}
.bookgrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--spacing-two) var(--spacing-one);
  align-items: end;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 40rem) {
  .bookgrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 65rem) {
  .bookgrid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.bookcell {
  padding: 0 var(--spacing-half);
}
.shelf {
  --plank-a: var(--color-grey-600);
  --plank-b: var(--color-grey-500);
  --top-back: color-mix(in srgb, #eaeaea, black 3%);
  @supports (color: color-mix(in lab, red, red)) {
    --top-back: color-mix(in srgb, var(--color-bodybg), black 3%);
  }
  --top-front: color-mix(in srgb, #eaeaea, black 7%);
  @supports (color: color-mix(in lab, red, red)) {
    --top-front: color-mix(in srgb, var(--color-bodybg), black 7%);
  }
  --spine-h: clamp(10rem, 26vw, 16rem);
  --plank-h: 0.9rem;
  --top-depth: calc(var(--spine-h) * 0.11);
  --top-inset: calc(var(--spine-h) * 0.09);
  position: relative;
  margin-bottom: var(--spacing-three);
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .shelf {
    --plank-a: var(--color-grey-300);
    --plank-b: var(--color-grey-200);
    --top-back: color-mix(in srgb, #151515, white 4%);
    @supports (color: color-mix(in lab, red, red)) {
      --top-back: color-mix(in srgb, var(--color-darkbg), white 4%);
    }
    --top-front: color-mix(in srgb, #151515, white 8%);
    @supports (color: color-mix(in lab, red, red)) {
      --top-front: color-mix(in srgb, var(--color-darkbg), white 8%);
    }
  }
}
:root.dark .shelf {
  --plank-a: var(--color-grey-300);
  --plank-b: var(--color-grey-200);
  --top-back: color-mix(in srgb, #151515, white 4%);
  @supports (color: color-mix(in lab, red, red)) {
    --top-back: color-mix(in srgb, var(--color-darkbg), white 4%);
  }
  --top-front: color-mix(in srgb, #151515, white 8%);
  @supports (color: color-mix(in lab, red, red)) {
    --top-front: color-mix(in srgb, var(--color-darkbg), white 8%);
  }
}
.shelf::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: var(--plank-h);
  height: var(--top-depth);
  background: linear-gradient(var(--top-back), var(--top-front));
  clip-path: polygon(var(--top-inset) 0, calc(100% - var(--top-inset)) 0, 100% 100%, 0 100%);
}
.shelf-books {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0;
  margin: 0;
  padding: 0 var(--spacing-half) 0.2rem;
  list-style: none;
}
.shelf::after {
  content: "";
  display: block;
  height: var(--plank-h);
  border-radius: 0.2rem;
  background: linear-gradient(var(--plank-a), var(--plank-b));
  box-shadow: 0 0.75rem 1.25rem -0.5rem rgb(0 0 0 / 0.3);
}
.spine {
  position: relative;
  display: block;
  transition: transform 200ms ease;
}
.spine img {
  display: block;
  width: auto;
  height: var(--spine-h);
}
.spine:hover,
.spine:focus-visible {
  transform: translateY(-0.5rem);
}
.spine:focus-visible {
  outline: 2px solid var(--color-pink);
  outline-offset: 2px;
}
.spine--plain {
  --foil: linear-gradient(90deg, #a97a26, #f0d585 45%, #c79a40);
  --grain: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='g' x='0' y='0' width='100%' height='100%'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 1.1 -0.35'/></filter><rect width='200' height='200' filter='url(%23g)'/></svg>");
  display: flex;
  width: calc(var(--spine-h) * 0.16);
  height: var(--spine-h);
  border-radius: 42% / 2.6%;
  background: linear-gradient(90deg, rgb(0 0 0 / 0.5), rgb(255 255 255 / 0.16) 26%, transparent 52%, rgb(0 0 0 / 0.38)),   
    var(--foil) 50% 5% / 74% 2px no-repeat,
    var(--foil) 50% 7.2% / 74% 1px no-repeat,
    var(--foil) 50% 22% / 74% 2px no-repeat,
    var(--foil) 50% 78% / 74% 2px no-repeat,
    var(--foil) 50% 92.8% / 74% 1px no-repeat,
    var(--foil) 50% 95% / 74% 2px no-repeat,
    var(--grain) 0 0 / 3.2rem 3.2rem,
    var(--bookcover-bg, var(--color-grey-400));
  color: transparent;
  text-decoration: none;
}
.spine--plain.is-light {
  --foil: linear-gradient(#5a4322, #5a4322);
}
.spine-title {
  margin: auto;
  max-height: calc(var(--spine-h) * 0.52);
  writing-mode: vertical-rl;
  font-family: var(--font-serif);
  font-size: calc(var(--spine-h) * var(--spine-fs, 0.036));
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  overflow: hidden;
  background: linear-gradient(90deg, #a97a26, #f0d585 45%, #c79a40);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.spine--plain.is-light .spine-title {
  background: none;
  color: #5a4322;
}
@media (prefers-reduced-motion: reduce) {
  .spine {
    transition: none;
  }
  .spine:hover, .spine:focus-visible {
    transform: none;
  }
}
.reading {
  --reading-track: var(--color-grey-700);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--spacing-one);
  align-items: center;
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .reading {
    --reading-track: var(--color-grey-300);
  }
}
:root.dark .reading {
  --reading-track: var(--color-grey-300);
}
.reading-cover {
  width: min(100%, 13rem);
  margin-inline: auto;
}
@media (min-width: 40rem) {
  .reading {
    grid-template-columns: 12rem minmax(0, 1fr);
    gap: var(--spacing-two);
  }
  .reading-cover {
    width: 100%;
  }
}
.reading-progress {
  display: flex;
  align-items: center;
  gap: var(--spacing-half);
  margin: var(--spacing-half) 0 0;
}
.reading-bar {
  appearance: none;
  -webkit-appearance: none;
  flex: 1 1 8rem;
  max-width: 20rem;
  height: 0.5rem;
  border: 0;
  border-radius: 9999px;
  overflow: hidden;
  background-color: var(--reading-track);
  color: var(--color-green);
}
.reading-bar::-webkit-progress-bar {
  background-color: var(--reading-track);
}
.reading-bar::-webkit-progress-value {
  background-color: var(--color-green);
  border-radius: 9999px;
}
.reading-bar::-moz-progress-bar {
  background-color: var(--color-green);
  border-radius: 9999px;
}
.reading-progress-label {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--color-grey-400);
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .reading-progress-label {
    color: var(--color-grey-500);
  }
}
:root.dark .reading-progress-label {
  color: var(--color-grey-500);
}
.reading-note,
.reading-blurb {
  max-width: 60ch;
  margin-top: var(--spacing-one);
  font-size: 1rem;
  line-height: 1.6;
}
.reading-note > :first-child {
  margin-top: 0;
}
.reading-note > :last-child {
  margin-bottom: 0;
}
.reading-blurb {
  font-style: italic;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}
.reading-blurb-src {
  margin: var(--spacing-quarter) 0 0;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-variant: small-caps;
  color: var(--color-grey-500);
}
.reading-blurb-src::before {
  content: "\2014\00a0";
}
.bookhead {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--spacing-one);
  align-items: center;
  margin-bottom: var(--spacing-two);
}
.bookhead-cover {
  width: min(100%, 13rem);
  margin-inline: auto;
}
@media (min-width: 40rem) {
  .bookhead {
    grid-template-columns: 12rem minmax(0, 1fr);
    gap: var(--spacing-two);
  }
  .bookhead-cover {
    width: 100%;
  }
}
.bookhead-title {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--text-h2);
  line-height: var(--text-h2--line-height);
  font-weight: 700;
  color: var(--color-pink);
}
.bookhead-title em {
  font-weight: 400;
}
.bookhead-author {
  margin: var(--spacing-quarter) 0 0;
  font-family: var(--font-sans);
  font-size: var(--text-h3);
  line-height: var(--text-h3--line-height);
  font-style: italic;
  font-weight: 300;
  color: var(--color-grey-400);
}
.bookhead-blurb {
  margin: var(--spacing-one) 0;
  padding: 0;
  border: 0;
  font-style: italic;
  line-height: 1.6;
  color: var(--color-grey-400);
}
.bookhead-blurb-src {
  margin: var(--spacing-quarter) 0 0;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-style: normal;
  font-variant: small-caps;
  color: var(--color-grey-500);
}
.bookhead-blurb-src::before {
  content: "\2014\00a0";
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .bookhead-author,
  :root:not(.light) .bookhead-blurb {
    color: var(--color-grey-600);
  }
}
:root.dark .bookhead-author,
:root.dark .bookhead-blurb {
  color: var(--color-grey-600);
}
.bookstars {
  display: inline-block;
  padding: 0.14em 0.1em 0.06em;
  margin: -0.14em 0 calc(var(--spacing-half) - 0.06em) -0.1em;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--color-pink);
}
.bookstars--gold {
  background-image: linear-gradient(75deg, rgb(180 92 58) 0%, rgb(212 142 45) 14%, rgb(253 151 29) 32%, rgb(253 196 43) 56%, rgb(255 237 203) 83%, rgb(252 176 69) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bookstars-poop {
  color: #4a2b00;
}
.bookhead-pub,
.bookhead-ids {
  margin: 0 0 var(--spacing-quarter);
}
.bookhead-ids {
  font-size: 0.9rem;
  line-height: 1.9;
}
.bookhead-ids abbr {
  font-variant: small-caps;
  text-decoration: none;
}
.bookchip {
  display: inline-block;
  padding: 0.15em 0.6em;
  border-radius: 0.25rem;
  background-color: var(--color-green-darker);
  color: var(--color-green-lighter);
  font-family: var(--font-mono);
  font-size: 0.8rem;
  text-decoration: none;
}
.bookhead-isbn + .bookchip {
  margin-left: 0.5rem;
}
.bookchip:hover {
  background-color: var(--color-green);
  color: white;
}
.bookreview {
  margin-top: var(--spacing-two);
  border-top: 2px solid var(--color-grey-700);
  padding-top: var(--spacing-one);
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .bookreview {
    border-top-color: var(--color-grey-300);
  }
}
:root.dark .bookreview {
  border-top-color: var(--color-grey-300);
}
.spoiler {
  --spoiler-bar: var(--color-grey-400);
  --spoiler-bar-hover: var(--color-grey-300);
  --spoiler-shown: color-mix(in srgb, #e95095 13%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    --spoiler-shown: color-mix(in srgb, var(--color-pink) 13%, transparent);
  }
  border-radius: 0.2em;
  transition: background-color 150ms ease;
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .spoiler {
    --spoiler-bar: var(--color-grey-400);
    --spoiler-bar-hover: var(--color-grey-500);
  }
}
:root.dark .spoiler {
  --spoiler-bar: var(--color-grey-400);
  --spoiler-bar-hover: var(--color-grey-500);
}
.js .spoiler {
  cursor: pointer;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.js .spoiler:not(.is-revealed) {
  background-color: var(--spoiler-bar);
  user-select: none;
}
.js .spoiler:not(.is-revealed):hover {
  background-color: var(--spoiler-bar-hover);
}
.js .spoiler:not(.is-revealed) .spoiler-text {
  visibility: hidden;
}
.js .spoiler.is-revealed {
  background-color: var(--spoiler-shown);
}
.js .spoiler:focus-visible {
  outline: 2px solid var(--color-pink);
  outline-offset: 2px;
}
.spoiler--block {
  display: block;
  padding: 0.1em 0.4em;
}
.spoiler--block > .spoiler-text > :first-child {
  margin-top: 0;
}
.spoiler--block > .spoiler-text > :last-child {
  margin-bottom: 0;
}
@media (prefers-reduced-motion: reduce) {
  .spoiler {
    transition: none;
  }
}
.lost {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(26rem, 55vw, 40rem);
  padding-bottom: calc(var(--footer-mountain-h) - 4px);
  margin-bottom: calc(4px - var(--footer-mountain-h));
  overflow: hidden;
}
.lost-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 100%;
}
@media (min-width: 40rem) {
  .lost-img {
    object-position: 50% 100%;
  }
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .lost-img {
    filter: invert(1) brightness(0.8);
  }
}
:root.dark .lost-img {
  filter: invert(1) brightness(0.8);
}
.lost-text {
  position: relative;
  max-width: 44rem;
  padding: var(--spacing-two) var(--spacing-one);
  text-align: center;
  --lost-halo: var(--color-bodybg);
  text-shadow: 0 0 0.4rem var(--lost-halo), 0 0 1rem var(--lost-halo), 0 0 1.6rem var(--lost-halo);
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .lost-text {
    --lost-halo: var(--color-darkbg);
  }
}
:root.dark .lost-text {
  --lost-halo: var(--color-darkbg);
}
.lost-title {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--text-h1);
  line-height: var(--text-h1--line-height);
  font-weight: 400;
  color: var(--color-pink);
}
.lost-sub {
  margin: var(--spacing-half) 0 0;
  font-family: var(--font-sans);
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--color-grey-300);
}
.lost-note {
  max-width: 24rem;
  margin: var(--spacing-one) auto 0;
  color: var(--color-grey-300);
}
.lost-go {
  display: flex;
  justify-content: center;
  margin: var(--spacing-one) 0 0;
}
.lost-go .morebutton {
  text-shadow: none;
}
@media (prefers-color-scheme: dark) {
  :root:not(.light) .lost-sub,
  :root:not(.light) .lost-note {
    color: var(--color-grey-700);
  }
}
:root.dark .lost-sub,
:root.dark .lost-note {
  color: var(--color-grey-700);
}
@layer utilities {
  .text-shadow-close {
    text-shadow: 0 0.0625rem 0.125rem
      currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      text-shadow: 0 0.0625rem 0.125rem
      color-mix(in srgb, currentColor 50%, var(--image-dominantcolor, black) 50%);
    }
  }
  .text-shadow {
    text-shadow: 0 0.125rem 0.25rem
      currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      text-shadow: 0 0.125rem 0.25rem
      color-mix(in srgb, currentColor 50%, var(--image-dominantcolor, black) 50%);
    }
  }
  .text-shadow-far {
    text-shadow: 0 0.125rem 0.25rem
      currentColor,
      0 0.5rem 1rem
      currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      text-shadow: 0 0.125rem 0.25rem
      color-mix(in srgb, currentColor 30%, var(--image-dominantcolor, black) 70%),
      0 0.5rem 1rem
      color-mix(in srgb, currentColor 50%, var(--image-dominantcolor, black) 50%);
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-content: "";
    }
  }
}
