/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: Arial, Helvetica, sans-serif;
    --font-serif: 'Times New Roman', Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-100: oklch(93.6% 0.032 17.717);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-black: #000;
    --color-white: #fff;
    --container-5xl: 64rem;
    --text-sm: 0.875rem;
    --font-weight-bold: 700;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: Arial, Helvetica, sans-serif;
    --default-mono-font-family: var(--font-mono);
    --spacing-sm: var(--spacing-sm);
    --spacing-md: var(--spacing-md);
    --spacing-lg: var(--spacing-lg);
    --spacing-xl: var(--spacing-xl);
    --spacing-2xl: var(--spacing-2xl);
    --text-h1: var(--text-h1);
    --text-h2: var(--text-h2);
    --text-h3: var(--text-h3);
    --text-h4: var(--text-h4);
    --text-body: var(--text-body);
    --text-caption: var(--text-caption);
  }
}
@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, ui-sans-serif, system-ui, 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 {
    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 {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-0 {
    top: calc(5px * 0);
  }
  .right-0 {
    right: calc(5px * 0);
  }
  .right-1\/2 {
    right: calc(1/2 * 100%);
  }
  .bottom-0 {
    bottom: calc(5px * 0);
  }
  .left-0 {
    left: calc(5px * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .row-span-1 {
    grid-row: span 1 / span 1;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .aspect-1\/1 {
    aspect-ratio: 1/1;
  }
  .aspect-1\/2 {
    aspect-ratio: 1/2;
  }
  .aspect-2\/3 {
    aspect-ratio: 2/3;
  }
  .aspect-3\/2 {
    aspect-ratio: 3/2;
  }
  .aspect-4\/3 {
    aspect-ratio: 4/3;
  }
  .aspect-5\/4 {
    aspect-ratio: 5/4;
  }
  .aspect-16\/9 {
    aspect-ratio: 16/9;
  }
  .size-6 {
    width: calc(5px * 6);
    height: calc(5px * 6);
  }
  .h-3 {
    height: calc(5px * 3);
  }
  .h-4 {
    height: calc(5px * 4);
  }
  .h-6 {
    height: calc(5px * 6);
  }
  .h-48 {
    height: calc(5px * 48);
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[50lvh\] {
    max-height: 50lvh;
  }
  .max-h-\[70lvh\] {
    max-height: 70lvh;
  }
  .max-h-\[80lvh\] {
    max-height: 80lvh;
  }
  .w-3 {
    width: calc(5px * 3);
  }
  .w-4 {
    width: calc(5px * 4);
  }
  .w-5\/12 {
    width: calc(5/12 * 100%);
  }
  .w-6 {
    width: calc(5px * 6);
  }
  .w-20 {
    width: calc(5px * 20);
  }
  .w-38 {
    width: calc(5px * 38);
  }
  .w-48 {
    width: calc(5px * 48);
  }
  .w-64 {
    width: calc(5px * 64);
  }
  .w-full {
    width: 100%;
  }
  .max-w-1\/2 {
    max-width: calc(1/2 * 100%);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-8xl {
    max-width: 1536px;
  }
  .max-w-48 {
    max-width: calc(5px * 48);
  }
  .max-w-96 {
    max-width: calc(5px * 96);
  }
  .max-w-144 {
    max-width: calc(5px * 144);
  }
  .max-w-192 {
    max-width: calc(5px * 192);
  }
  .max-w-sm {
    max-width: var(--spacing-sm);
  }
  .min-w-0 {
    min-width: calc(5px * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .basis-1\/3 {
    flex-basis: calc(1/3 * 100%);
  }
  .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;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-lg {
    gap: var(--spacing-lg);
  }
  .gap-sm {
    gap: var(--spacing-sm);
  }
  .gap-xl {
    gap: var(--spacing-xl);
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-accent {
    :where(& > :not(:last-child)) {
      border-color: var(--accent);
    }
  }
  .divide-gray-500 {
    :where(& > :not(:last-child)) {
      border-color: var(--color-gray-500);
    }
  }
  .divide-white {
    :where(& > :not(:last-child)) {
      border-color: var(--color-white);
    }
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .bg-accent {
    background-color: var(--accent);
  }
  .bg-background {
    background-color: var(--background);
  }
  .bg-foreground {
    background-color: var(--foreground);
  }
  .bg-foreground\/25 {
    background-color: var(--foreground);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--foreground) 25%, transparent);
    }
  }
  .bg-red-100 {
    background-color: var(--color-red-100);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-0 {
    padding: calc(5px * 0);
  }
  .p-lg {
    padding: var(--spacing-lg);
  }
  .p-xl {
    padding: var(--spacing-xl);
  }
  .px-lg {
    padding-inline: var(--spacing-lg);
  }
  .px-xl {
    padding-inline: var(--spacing-xl);
  }
  .py-md {
    padding-block: var(--spacing-md);
  }
  .pb-6 {
    padding-bottom: calc(5px * 6);
  }
  .pb-lg {
    padding-bottom: var(--spacing-lg);
  }
  .pb-xl {
    padding-bottom: var(--spacing-xl);
  }
  .text-center {
    text-align: center;
  }
  .font-sans {
    font-family: Arial, Helvetica, sans-serif;
  }
  .font-serif {
    font-family: 'Times New Roman', Times, serif;
  }
  .text-body {
    font-size: var(--text-body);
    line-height: var(--tw-leading, 1.5);
  }
  .text-caption {
    font-size: var(--text-caption);
    line-height: var(--tw-leading, 1.25);
  }
  .text-h1 {
    font-size: var(--text-h1);
    line-height: var(--tw-leading, 1);
  }
  .text-h2 {
    font-size: var(--text-h2);
    line-height: var(--tw-leading, 1.25);
  }
  .text-h3 {
    font-size: var(--text-h3);
    line-height: var(--tw-leading, 1.25);
  }
  .text-h4 {
    font-size: var(--text-h4);
    line-height: var(--tw-leading, 1.25);
  }
  .text-\[1\.15em\] {
    font-size: 1.15em;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-accent {
    color: var(--accent);
  }
  .text-foreground {
    color: var(--foreground);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .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));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .group-has-checked\:scale-0 {
    &:is(:where(.group):has(*:checked) *) {
      --tw-scale-x: 0%;
      --tw-scale-y: 0%;
      --tw-scale-z: 0%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .group-has-checked\:-rotate-45 {
    &:is(:where(.group):has(*:checked) *) {
      rotate: calc(45deg * -1);
    }
  }
  .group-has-checked\:rotate-45 {
    &:is(:where(.group):has(*:checked) *) {
      rotate: 45deg;
    }
  }
  .group-has-checked\:opacity-0 {
    &:is(:where(.group):has(*:checked) *) {
      opacity: 0%;
    }
  }
  .peer-has-checked\:flex {
    &:is(:where(.peer):has(*:checked) ~ *) {
      display: flex;
    }
  }
  .first\:row-span-2 {
    &:first-child {
      grid-row: span 2 / span 2;
    }
  }
  .hover\:text-accent {
    &:hover {
      @media (hover: hover) {
        color: var(--accent);
      }
    }
  }
  .sm\:w-full {
    @media (width >= 40rem) {
      width: 100%;
    }
  }
  .sm\:basis-1\/2 {
    @media (width >= 40rem) {
      flex-basis: calc(1/2 * 100%);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-rows-3 {
    @media (width >= 40rem) {
      grid-template-rows: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:flex-col {
    @media (width >= 40rem) {
      flex-direction: column;
    }
  }
  .sm\:text-h3 {
    @media (width >= 40rem) {
      font-size: var(--text-h3);
      line-height: var(--tw-leading, 1.25);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:aspect-2\/3 {
    @media (width >= 48rem) {
      aspect-ratio: 2/3;
    }
  }
  .md\:h-4 {
    @media (width >= 48rem) {
      height: calc(5px * 4);
    }
  }
  .md\:h-5 {
    @media (width >= 48rem) {
      height: calc(5px * 5);
    }
  }
  .md\:h-6 {
    @media (width >= 48rem) {
      height: calc(5px * 6);
    }
  }
  .md\:w-4 {
    @media (width >= 48rem) {
      width: calc(5px * 4);
    }
  }
  .md\:w-5 {
    @media (width >= 48rem) {
      width: calc(5px * 5);
    }
  }
  .md\:w-6 {
    @media (width >= 48rem) {
      width: calc(5px * 6);
    }
  }
  .md\:w-48 {
    @media (width >= 48rem) {
      width: calc(5px * 48);
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-rows-3 {
    @media (width >= 48rem) {
      grid-template-rows: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:gap-lg {
    @media (width >= 48rem) {
      gap: var(--spacing-lg);
    }
  }
  .md\:gap-xl {
    @media (width >= 48rem) {
      gap: var(--spacing-xl);
    }
  }
  .md\:divide-y-0 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-divide-y-reverse: 0;
        border-bottom-style: var(--tw-border-style);
        border-top-style: var(--tw-border-style);
        border-top-width: calc(0px * var(--tw-divide-y-reverse));
        border-bottom-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
      }
    }
  }
  .md\:py-sm {
    @media (width >= 48rem) {
      padding-block: var(--spacing-sm);
    }
  }
  .md\:text-caption {
    @media (width >= 48rem) {
      font-size: var(--text-caption);
      line-height: var(--tw-leading, 1.25);
    }
  }
  .lg\:row-span-1 {
    @media (width >= 64rem) {
      grid-row: span 1 / span 1;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-rows-1 {
    @media (width >= 64rem) {
      grid-template-rows: repeat(1, minmax(0, 1fr));
    }
  }
  .lg\:grid-rows-2 {
    @media (width >= 64rem) {
      grid-template-rows: repeat(2, minmax(0, 1fr));
    }
  }
  .\[\&\>\*\]\:pb-xl {
    &>* {
      padding-bottom: var(--spacing-xl);
    }
  }
  .\[\&\>\*\:last-child\]\:pb-0 {
    &>*:last-child {
      padding-bottom: calc(5px * 0);
    }
  }
}
:root {
  --background: #f8f3ef;
  --foreground: #0f1921;
  --accent: #ed0a37;
  --spacing-sm: 5px;
  --spacing-md: 10px;
  --spacing-lg: 15px;
  --spacing-xl: 20px;
  --spacing-2xl: 50px;
  --text-h1: 33.75px;
  --text-h2: 28px;
  --text-h3: 18px;
  --text-h4: 15px;
  --text-body: 15px;
  --text-caption: 12px;
  --prose-h1: 33.75px;
  --prose-h2: 22.5px;
  --prose-h3: 18px;
  --prose-h4: 15px;
  --prose-body: 15px;
  --prose-caption: 12px;
}
@media (width >= 768px) {
  :root {
    --spacing-sm: 5px;
    --spacing-md: 10px;
    --spacing-lg: 20px;
    --spacing-xl: 35px;
    --text-h1: 40px;
    --text-h2: 33px;
    --text-h3: 22px;
    --text-h4: 18px;
    --text-body: 18px;
    --text-caption: 13px;
    --prose-h1: 40px;
    --prose-h2: 26.25px;
    --prose-h3: 22px;
    --prose-h4: 18px;
    --prose-body: 18px;
    --prose-caption: 13px;
  }
}
@media (width >= 1024px) {
  :root {
    --spacing-sm: 5px;
    --spacing-md: 10px;
    --spacing-lg: 20px;
    --spacing-xl: 35px;
    --text-h1: 45px;
    --text-h2: 30px;
    --text-h3: 25px;
    --text-h4: 20px;
    --text-body: 20px;
    --text-caption: 15px;
    --prose-h1: 45px;
    --prose-h2: 30px;
    --prose-h3: 25px;
    --prose-h4: 20px;
    --prose-body: 20px;
    --prose-caption: 15px;
  }
}
@layer components {
  .section-foreground {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background-color: var(--foreground);
    color: var(--color-white);
  }
  .section-background {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background-color: var(--background);
  }
  .bg-gradient {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: color-mix(in oklab, var(--color-black) 60%, transparent);
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    --tw-gradient-to-position: 60%;
  }
  .divide-marker {
    & > *:not(:last-child)::after {
      content: '▪';
      justify-self: center;
    }
  }
  .divide-x-sm {
    & > *:not(:last-child)::after {
      margin-left: var(--spacing-sm);
      margin-right: var(--spacing-sm);
    }
  }
  .divide-x-md {
    & > *:not(:last-child)::after {
      margin-left: var(--spacing-md);
      margin-right: var(--spacing-md);
    }
  }
  .divide-x-lg {
    & > *:not(:last-child)::after {
      margin-left: var(--spacing-lg);
      margin-right: var(--spacing-lg);
    }
  }
  .prose {
    & * > a {
      color: var(--accent);
      &:hover {
        text-decoration-line: underline;
      }
    }
    & p, & h2, & h3, & h4, & blockquote, & figcaption {
      text-wrap: wrap !important;
      text-wrap: pretty !important;
    }
    & p, & ol, & ul, & blockquote {
      font-size: var(--prose-body);
      line-height: 1.5;
    }
    & ol, & ul {
      padding-left: calc(5px * 5);
      & li::marker {
        color: var(--accent);
      }
      &.not-list {
        list-style-type: none;
      }
    }
    & ol {
      list-style-type: decimal;
      & li::marker {
        font-size: 0.8em;
      }
    }
    & ul {
      list-style-type: square;
    }
    & h1 {
      font-size: var(--prose-h1);
      line-height: 1.25;
    }
    & h2 {
      font-size: var(--prose-h2);
      line-height: 1.25;
    }
    & h3 {
      font-size: var(--prose-h3);
      line-height: 1.25;
      font-weight: bold;
    }
    & h4 {
      font-size: var(--prose-h4);
      line-height: 1.25;
      font-weight: bold;
    }
    & blockquote {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
      border-left-color: var(--accent);
      padding-inline: var(--spacing-lg);
      padding-block: var(--spacing-md);
      font-family: 'Times New Roman', Times, serif;
      font-style: italic;
      & footer {
        text-align: right;
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        opacity: 50%;
        &::before {
          content: '— ';
        }
      }
    }
    & pre {
      width: 100%;
      overflow-x: auto;
      background-color: var(--accent);
      padding-inline: var(--spacing-lg);
      padding-block: var(--spacing-md);
      & code {
        width: 100%;
      }
    }
    & figure > ul {
      list-style-type: none;
      padding-left: calc(5px * 0);
      display: flex;
      flex-wrap: wrap;
      gap: var(--spacing-sm);
      & li {
        --row-height: min(max(40vh, 320px), 480px);
        position: relative;
        overflow: hidden;
        flex-grow: calc(var(--width) * (100000 / var(--height)));
        flex-basis: calc(var(--row-height) * var(--aspect-ratio));
        aspect-ratio: var(--aspect-ratio);
        & img {
          position: absolute;
          width: 100%;
          height: 100%;
        }
      }
    }
    & figure > iframe {
      aspect-ratio: var(--aspect-video);
      width: 100%;
    }
    & figure > audio {
      width: 100%;
    }
    & figure > img {
      width: 100%;
    }
    & figcaption {
      margin-top: var(--spacing-sm);
      font-family: 'Times New Roman', Times, serif;
      font-size: var(--text-caption);
      line-height: var(--tw-leading, 1.25);
      font-style: italic;
      opacity: 50%;
    }
    & hr {
      margin-inline: auto;
      width: calc(1/6 * 100%);
      opacity: 50%;
    }
    & .related {
      & a {
        color: var(--accent);
      }
    }
  }
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
@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-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@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-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
    }
  }
}
