/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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-ease: initial;
      --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%;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: var(--font-dm-mono), "DM Mono", "Courier New", monospace;
    --spacing: .25rem;
    --container-md: 28rem;
    --container-3xl: 48rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm--line-height: calc(1.25 / .875);
    --text-base--line-height: calc(1.5 / 1);
    --text-lg--line-height: calc(1.75 / 1.125);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --tracking-wide: .025em;
    --tracking-widest: .1em;
    --leading-tight: 1.25;
    --radius-xs: .125rem;
    --radius-lg: .5rem;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-dm-mono), "DM Mono", "Courier New", monospace;
    --font-heading: var(--font-silkscreen), "Silkscreen", monospace;
    --font-bod: var(--font-mono);
    --color-void: #1b1b1b;
    --color-parchment: #e8e0cc;
    --color-crimson: #8b3030;
    --color-moss: #4a6741;
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  html {
    background-color: #1b1b1b;
  }

  html, body {
    height: 100%;
  }
}

@layer components {
  ::selection {
    color: #1b1b1b;
    background-color: #d4af37;
  }

  hr {
    border-style: var(--tw-border-style);
    --tw-gradient-position: to right;
    border-width: 0;
    width: 100%;
    height: 1px;
  }

  @supports (background-image: linear-gradient(in lab, red, red)) {
    hr {
      --tw-gradient-position: to right in oklab;
    }
  }

  hr {
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: transparent;
    --tw-gradient-via: oklab(90.7679% .000608593 .0280619 / .2);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --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: transparent;
  }

  h1 {
    margin-top: calc(var(--spacing) * 8);
    margin-bottom: calc(var(--spacing) * 4);
    font-family: var(--font-silkscreen), "Silkscreen", monospace;
    --tw-leading: 1.2;
    --tw-font-weight: var(--font-weight-normal);
    font-size: clamp(1.8rem, 1.3rem + 2.5vw, 3rem);
    line-height: 1.2;
    font-weight: var(--font-weight-normal);
    --tw-tracking: .02em;
    letter-spacing: .02em;
    color: #e8e0cc;
    text-wrap: balance;
  }

  .log-prose {
    max-width: 68ch;
  }

  .log-prose h2, .log-prose h3, .log-prose h4 {
    margin-top: calc(var(--spacing) * 12);
    margin-bottom: calc(var(--spacing) * 4);
    font-family: var(--font-silkscreen), "Silkscreen", monospace;
    --tw-leading: 1.2;
    --tw-font-weight: var(--font-weight-normal);
    line-height: 1.2;
    font-weight: var(--font-weight-normal);
    --tw-tracking: .02em;
    letter-spacing: .02em;
    color: oklab(90.7679% .000608593 .0280619 / .75);
    text-wrap: balance;
  }

  .log-prose h2 {
    font-size: clamp(1.4rem, 1.1rem + 1.5vw, 2.1rem);
  }

  .log-prose h3 {
    font-size: clamp(1.2rem, 1rem + 1vw, 1.65rem);
  }

  .log-prose h4 {
    font-size: clamp(1.1rem, .95rem + .75vw, 1.4rem);
  }

  .log-prose > :first-child {
    margin-top: calc(var(--spacing) * 0);
  }

  .log-prose p + p {
    margin-top: calc(var(--spacing) * 8);
  }

  .log-prose ul {
    margin-block: calc(var(--spacing) * 8);
    padding-left: calc(var(--spacing) * 5);
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
    list-style-type: square;
  }

  .log-prose ol {
    margin-block: calc(var(--spacing) * 8);
    padding-left: calc(var(--spacing) * 8);
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
    list-style-type: decimal;
  }

  .log-prose li + li {
    margin-top: calc(var(--spacing) * 2);
  }

  .log-prose li::marker {
    font-family: var(--font-dm-mono), "DM Mono", "Courier New", monospace;
    font-size: clamp(.85rem, .8rem + .25vw, .95rem);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: #8b7355;
  }

  .log-prose table {
    margin-block: calc(var(--spacing) * 8);
    border-collapse: collapse;
    width: 100%;
    font-size: clamp(.85rem, .8rem + .25vw, .95rem);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .log-prose thead {
    background-color: oklab(90.7679% .000608593 .0280619 / .05);
  }

  .log-prose th {
    border-bottom-style: var(--tw-border-style);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    text-align: left;
    font-family: var(--font-dm-mono), "DM Mono", "Courier New", monospace;
    font-size: clamp(.7rem, .65rem + .25vw, .8rem);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    --tw-tracking: .06em;
    letter-spacing: .06em;
    text-transform: uppercase;
    border-bottom-width: 2px;
    border-bottom-color: #8b7355;
  }

  .log-prose td {
    border-bottom-style: var(--tw-border-style);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    vertical-align: top;
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
    border-bottom-width: 1px;
    border-bottom-color: oklab(90.7679% .000608593 .0280619 / .05);
  }

  .log-prose tr:last-child td {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0;
  }

  .log-prose tr:hover td {
    background-color: oklab(90.7679% .000608593 .0280619 / .1);
  }

  .log-prose figure {
    margin-inline: calc(var(--spacing) * 0);
    margin-block: calc(var(--spacing) * 12);
  }

  .log-prose figure img {
    border-radius: var(--radius-xs);
    border-top-style: var(--tw-border-style);
    border-color: #8b7355;
    border-top-width: 1px;
    width: 100%;
    height: auto;
    display: block;
  }

  .log-prose figcaption {
    margin-top: calc(var(--spacing) * 2);
    font-family: var(--font-dm-mono), "DM Mono", "Courier New", monospace;
    font-size: clamp(.7rem, .65rem + .25vw, .8rem);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-tracking: .04em;
    letter-spacing: .04em;
    color: #8b7355;
    font-style: italic;
  }

  .log-prose q {
    font-style: italic;
  }

  .log-prose q:before {
    content: "“";
    color: #8b7355;
  }

  .log-prose q:after {
    content: "”";
    color: #8b7355;
  }

  .log-prose blockquote {
    margin-inline: calc(var(--spacing) * 0);
    margin-block: calc(var(--spacing) * 12);
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 4);
    font-family: var(--font-dm-mono), "DM Mono", "Courier New", monospace;
    font-size: clamp(1.12rem, 1.02rem + .5vw, 1.35rem);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-leading: 1.75;
    --tw-font-weight: var(--font-weight-light);
    line-height: 1.75;
    font-weight: var(--font-weight-light);
    color: #e8e0ccb3;
    background-color: oklab(90.7679% .000608593 .0280619 / .05);
    border-color: #8b7355;
    font-style: italic;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .log-prose blockquote {
      color: color-mix(in srgb, var(--color-parchment) 70%, transparent);
    }
  }

  .log-prose blockquote cite {
    margin-top: calc(var(--spacing) * 2);
    font-family: var(--font-dm-mono), "DM Mono", "Courier New", monospace;
    font-size: clamp(.7rem, .65rem + .25vw, .8rem);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    --tw-tracking: .04em;
    letter-spacing: .04em;
    color: #8b7355;
    display: block;
  }

  .log-prose hr {
    margin-block: calc(var(--spacing) * 12);
  }

  .log-prose a {
    color: oklab(90.7679% .000608593 .0280619 / .75);
    text-underline-offset: 2px;
    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));
    text-decoration-line: underline;
  }

  .log-prose a:hover {
    color: #e8e0cc;
  }
}

@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }

  .start {
    inset-inline-start: var(--spacing);
  }

  .end {
    inset-inline-end: var(--spacing);
  }

  .-top-px {
    top: -1px;
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .z-10 {
    z-index: 10;
  }

  .m-0 {
    margin: calc(var(--spacing) * 0);
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }

  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .table {
    display: table;
  }

  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .size-36 {
    width: calc(var(--spacing) * 36);
    height: calc(var(--spacing) * 36);
  }

  .min-h-svh {
    min-height: 100svh;
  }

  .w-3 {
    width: calc(var(--spacing) * 3);
  }

  .w-4 {
    width: calc(var(--spacing) * 4);
  }

  .w-full {
    width: 100%;
  }

  .max-w-3xl {
    max-width: var(--container-3xl);
  }

  .max-w-\[55ch\] {
    max-width: 55ch;
  }

  .max-w-md {
    max-width: var(--container-md);
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .grow {
    flex-grow: 1;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .cursor-default {
    cursor: default;
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-baseline {
    align-items: baseline;
  }

  .items-center {
    align-items: center;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-0\.5 {
    gap: calc(var(--spacing) * .5);
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }

  .gap-14 {
    gap: calc(var(--spacing) * 14);
  }

  .gap-24 {
    gap: calc(var(--spacing) * 24);
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .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: 0;
  }

  .bg-void {
    background-color: #1b1b1b;
  }

  .bg-void\/75 {
    background-color: oklab(22.2129% -7.45058e-9 0 / .75);
  }

  .p-0 {
    padding: calc(var(--spacing) * 0);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }

  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }

  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }

  .text-center {
    text-align: center;
  }

  .font-heading {
    font-family: var(--font-silkscreen), "Silkscreen", monospace;
  }

  .font-mono {
    font-family: var(--font-dm-mono), "DM Mono", "Courier New", monospace;
  }

  .font-sans {
    font-family: var(--font-sans);
  }

  .text-base {
    font-size: clamp(1.02rem, .93rem + .45vw, 1.2rem);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-lg {
    font-size: clamp(1.12rem, 1.02rem + .5vw, 1.35rem);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: clamp(.85rem, .8rem + .25vw, .95rem);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xs {
    font-size: clamp(.7rem, .65rem + .25vw, .8rem);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .text-\[10px\] {
    font-size: 10px;
  }

  .text-\[clamp\(3rem\,12vw\,8rem\)\] {
    font-size: clamp(3rem, 12vw, 8rem);
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .leading-prose {
    --tw-leading: 1.8;
    line-height: 1.8;
  }

  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }

  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .tracking-\[0\.05em\] {
    --tw-tracking: .05em;
    letter-spacing: .05em;
  }

  .tracking-heading {
    --tw-tracking: .02em;
    letter-spacing: .02em;
  }

  .tracking-mono {
    --tw-tracking: .06em;
    letter-spacing: .06em;
  }

  .tracking-tag {
    --tw-tracking: .04em;
    letter-spacing: .04em;
  }

  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }

  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }

  .text-bronze {
    color: #8b7355;
  }

  .text-gold {
    color: #d4af37;
  }

  .text-parchment\/25 {
    color: oklab(90.7679% .000608593 .0280619 / .25);
  }

  .text-parchment\/35 {
    color: oklab(90.7679% .000608593 .0280619 / .35);
  }

  .text-parchment\/40 {
    color: oklab(90.7679% .000608593 .0280619 / .4);
  }

  .text-parchment\/50 {
    color: oklab(90.7679% .000608593 .0280619 / .5);
  }

  .text-parchment\/75 {
    color: oklab(90.7679% .000608593 .0280619 / .75);
  }

  .lowercase {
    text-transform: lowercase;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .underline {
    text-decoration-line: underline;
  }

  .underline-offset-2 {
    text-underline-offset: 2px;
  }

  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .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, );
  }

  .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-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));
  }

  .delay-1 {
    transition-delay: 1ms;
  }

  .delay-2 {
    transition-delay: 2ms;
  }

  .delay-3 {
    transition-delay: 3ms;
  }

  .delay-4 {
    transition-delay: 4ms;
  }

  .delay-5 {
    transition-delay: 5ms;
  }

  .delay-75 {
    transition-delay: 75ms;
  }

  .delay-100 {
    transition-delay: .1s;
  }

  .delay-150 {
    transition-delay: .15s;
  }

  .delay-300 {
    transition-delay: .3s;
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .ease-\[cubic-bezier\(0\.16\,1\,0\.3\,1\)\] {
    --tw-ease: cubic-bezier(.16,1,.3,1);
    transition-timing-function: cubic-bezier(.16, 1, .3, 1);
  }

  @media (hover: hover) {
    .group-hover\:text-gold:is(:where(.group):hover *) {
      color: #d4af37;
    }

    .hover\:bg-parchment\/5:hover {
      background-color: oklab(90.7679% .000608593 .0280619 / .05);
    }

    .hover\:text-gold:hover {
      color: #d4af37;
    }

    .hover\:text-parchment:hover {
      color: #e8e0cc;
    }
  }

  .focus-visible\:text-gold:focus-visible {
    color: #d4af37;
  }

  .focus-visible\:outline-2:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }

  .focus-visible\:outline-offset-4:focus-visible {
    outline-offset: 4px;
  }

  .focus-visible\:outline-gold:focus-visible {
    outline-color: #d4af37;
  }

  @media (min-width: 40rem) {
    .sm\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }

    .sm\:text-base {
      font-size: clamp(1.02rem, .93rem + .45vw, 1.2rem);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }

  @media (min-width: 48rem) {
    .md\:size-56 {
      width: calc(var(--spacing) * 56);
      height: calc(var(--spacing) * 56);
    }

    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .md\:text-lg {
      font-size: clamp(1.12rem, 1.02rem + .5vw, 1.35rem);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes fade-up {
    from {
      opacity: 0;
      transform: translateY(1.5rem);
    }
  }

  @keyframes scale-in {
    from {
      opacity: 0;
      transform: scale(.85);
    }
  }

  .animate-in {
    animation: .8s cubic-bezier(.16, 1, .3, 1) both fade-up;
  }

  .animate-scale-in {
    animation: .8s cubic-bezier(.16, 1, .3, 1) both scale-in;
  }

  .delay-1 {
    animation-delay: .15s;
  }

  .delay-2 {
    animation-delay: .35s;
  }

  .delay-3 {
    animation-delay: .55s;
  }

  .delay-4 {
    animation-delay: .7s;
  }

  .delay-5 {
    animation-delay: .9s;
  }
}

@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-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-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: 0;
}

@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-ease {
  syntax: "*";
  inherits: false
}

@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%;
}
