/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -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-mono: "Spline Sans Mono", ui-monospace, monospace;
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-neutral-50: oklch(98.5% 0 none);
    --color-neutral-100: oklch(97% 0 none);
    --color-neutral-200: oklch(92.2% 0 none);
    --color-neutral-300: oklch(87% 0 none);
    --color-neutral-400: oklch(70.8% 0 none);
    --color-neutral-500: oklch(55.6% 0 none);
    --color-neutral-600: oklch(43.9% 0 none);
    --color-neutral-700: oklch(37.1% 0 none);
    --color-neutral-800: oklch(26.9% 0 none);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --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);
    --font-weight-medium: 500;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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-paper: #f6f6f6;
    --color-paper-deep: #ededed;
    --color-ink: #1a1a1a;
    --color-ink-soft: #585858;
    --color-ink-faint: #a0a0a0;
    --color-accent: #4f4f4f;
    --color-mark: #b6451f;
    --color-hover: #5a6672;
    --color-rule: #dcdcdc;
    --color-code-bg: #e9e9e9;
    --color-code-fg: #383838;
    --color-code-faint: #949494;
    --color-code-border: #d8d8d8;
    --color-code-keyword: #2b2b2b;
    --color-code-string: #565656;
    --color-code-number: #565656;
    --color-code-function: #3f3f3f;
    --color-sage: #6a6a6a;
    --color-amber: #333333;
    --font-display: "Fraunces", Georgia, serif;
    --font-body: "Newsreader", Georgia, serif;
    --animate-rise: rise 0.4s cubic-bezier(0.2, 0.7, 0.3, 1) forwards;
  }
}
@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;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-\[2px\] {
    top: 2px;
  }
  .top-\[3px\] {
    top: 3px;
  }
  .top-\[4px\] {
    top: 4px;
  }
  .left-\[2px\] {
    left: 2px;
  }
  .left-\[3px\] {
    left: 3px;
  }
  .left-\[4px\] {
    left: 4px;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .size-2\.5 {
    width: calc(var(--spacing) * 2.5);
    height: calc(var(--spacing) * 2.5);
  }
  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .min-w-0 {
    min-width: 0px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-0 {
    gap: 0px;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-black\/10 {
    border-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .bg-neutral-200 {
    background-color: var(--color-neutral-200);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .font-display {
    font-family: var(--font-display);
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .text-neutral-400 {
    color: var(--color-neutral-400);
  }
  .text-neutral-500 {
    color: var(--color-neutral-500);
  }
  .text-neutral-700 {
    color: var(--color-neutral-700);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .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);
  }
  .shadow-sm {
    --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);
  }
  .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-all {
    transition-property: all;
    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;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  @media (hover: hover) {
    .group-hover\:bg-neutral-300:is(:where(.group):hover *) {
      background-color: var(--color-neutral-300);
    }
  }
  .group-has-\[\:checked\]\:opacity-0:is(:where(.group):has(:is(:checked)) *) {
    opacity: 0%;
  }
  .group-has-\[\:checked\]\:opacity-100:is(:where(.group):has(:is(:checked)) *) {
    opacity: 100%;
  }
  .peer-checked\:translate-x-3:is(:where(.peer):checked ~ *) {
    --tw-translate-x: calc(var(--spacing) * 3);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .peer-checked\:translate-x-4:is(:where(.peer):checked ~ *) {
    --tw-translate-x: calc(var(--spacing) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .peer-checked\:translate-x-6:is(:where(.peer):checked ~ *) {
    --tw-translate-x: calc(var(--spacing) * 6);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .peer-checked\:border-white\/10:is(:where(.peer):checked ~ *) {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .peer-checked\:bg-neutral-800:is(:where(.peer):checked ~ *) {
    background-color: var(--color-neutral-800);
  }
  @media (hover: hover) {
    .peer-checked\:group-hover\:bg-neutral-700:is(:where(.peer):checked ~ *):is(:where(.group):hover *) {
      background-color: var(--color-neutral-700);
    }
  }
  .peer-focus-visible\:outline-2:is(:where(.peer):focus-visible ~ *) {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }
  .peer-focus-visible\:outline-offset-2:is(:where(.peer):focus-visible ~ *) {
    outline-offset: 2px;
  }
  .peer-focus-visible\:outline-neutral-600:is(:where(.peer):focus-visible ~ *) {
    outline-color: var(--color-neutral-600);
  }
  .dark\:border-white\/10:where([data-theme="dark"], [data-theme="dark"] *) {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .dark\:bg-neutral-200:where([data-theme="dark"], [data-theme="dark"] *) {
    background-color: var(--color-neutral-200);
  }
  .dark\:bg-neutral-700:where([data-theme="dark"], [data-theme="dark"] *) {
    background-color: var(--color-neutral-700);
  }
  .dark\:text-neutral-100:where([data-theme="dark"], [data-theme="dark"] *) {
    color: var(--color-neutral-100);
  }
  .dark\:text-neutral-300:where([data-theme="dark"], [data-theme="dark"] *) {
    color: var(--color-neutral-300);
  }
  .dark\:text-neutral-400:where([data-theme="dark"], [data-theme="dark"] *) {
    color: var(--color-neutral-400);
  }
  .dark\:text-neutral-500:where([data-theme="dark"], [data-theme="dark"] *) {
    color: var(--color-neutral-500);
  }
  .dark\:text-red-400:where([data-theme="dark"], [data-theme="dark"] *) {
    color: var(--color-red-400);
  }
  @media (hover: hover) {
    .dark\:group-hover\:bg-neutral-600:where([data-theme="dark"], [data-theme="dark"] *):is(:where(.group):hover *) {
      background-color: var(--color-neutral-600);
    }
  }
  .dark\:peer-checked\:border-black\/20:where([data-theme="dark"], [data-theme="dark"] *):is(:where(.peer):checked ~ *) {
    border-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .dark\:peer-checked\:bg-neutral-50:where([data-theme="dark"], [data-theme="dark"] *):is(:where(.peer):checked ~ *) {
    background-color: var(--color-neutral-50);
  }
  .dark\:peer-checked\:bg-neutral-800:where([data-theme="dark"], [data-theme="dark"] *):is(:where(.peer):checked ~ *) {
    background-color: var(--color-neutral-800);
  }
  @media (hover: hover) {
    .dark\:peer-checked\:group-hover\:bg-neutral-100:where([data-theme="dark"], [data-theme="dark"] *):is(:where(.peer):checked ~ *):is(:where(.group):hover *) {
      background-color: var(--color-neutral-100);
    }
  }
  .dark\:peer-focus-visible\:outline-neutral-200:where([data-theme="dark"], [data-theme="dark"] *):is(:where(.peer):focus-visible ~ *) {
    outline-color: var(--color-neutral-200);
  }
}
[data-theme="dark"] {
  --color-paper: #131313;
  --color-paper-deep: #1c1c1c;
  --color-ink: #e8e8e8;
  --color-ink-soft: #a2a2a2;
  --color-ink-faint: #666666;
  --color-accent: #ababab;
  --color-mark: #e07a4d;
  --color-hover: #c3d0db;
  --color-rule: #2e2e2e;
  --color-code-bg: #1f1f1f;
  --color-code-fg: #e4e4e4;
  --color-code-faint: #7d7d7d;
  --color-code-border: #2f2f2f;
  --color-code-keyword: #e6e6e6;
  --color-code-string: #a8a8a8;
  --color-code-number: #a8a8a8;
  --color-code-function: #cfcfcf;
  --color-sage: #999999;
  --color-amber: #dcdcdc;
  color-scheme: dark;
}
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("/fonts/fraunces-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("/fonts/fraunces-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url("/fonts/newsreader-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url("/fonts/newsreader-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Spline Sans Mono";
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url("/fonts/spline-sans-mono-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Spline Sans Mono";
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url("/fonts/spline-sans-mono-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@layer base {
  html {
    scroll-behavior: smooth;
  }
  body {
    background: var(--color-paper);
    color: var(--color-ink);
    font-family: var(--font-body);
    font-weight: 400;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    transition: background 0.4s ease, color 0.4s ease;
  }
  ::selection {
    background: var(--color-accent);
    color: var(--color-paper);
  }
}
@layer components {
  .wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 48px;
  }
  @media (max-width: 720px) {
    .wrap {
      padding: 0 26px;
    }
  }
  header.site {
    padding: 44px 0 0;
  }
  .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--color-rule);
  }
  .wordmark {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.01em;
    text-transform: lowercase;
    transition: color 0.15s ease-out;
  }
  .wordmark:hover {
    color: var(--color-hover);
  }
  :is(.wordmark, .foot-mark, .hero) .dot {
    color: var(--color-mark);
  }
  .nav-links {
    display: flex;
    align-items: center;
    gap: 34px;
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-left: auto;
  }
  .nav-links a {
    color: var(--color-ink-soft);
    text-decoration: none;
    position: relative;
    transition: color 0.15s ease-out;
  }
  .nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 1px;
    background: var(--color-hover);
    transition: width 0.15s ease-out;
  }
  .nav-links a:hover {
    color: var(--color-hover);
  }
  .nav-links a:hover::after {
    width: 100%;
  }
  .nav-links a.nav-cta {
    border: 1px solid var(--color-rule);
    padding: 7px 14px;
    color: var(--color-ink-soft);
    transition: color 0.15s ease-out, border-color 0.15s ease-out;
  }
  .nav-links a.nav-cta::after {
    content: none;
  }
  .nav-links a.nav-cta:hover {
    color: var(--color-hover);
    border-color: var(--color-hover);
  }
  .theme-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid var(--color-rule);
    border-radius: 50%;
    background: none;
    color: var(--color-ink-soft);
    cursor: pointer;
    transition: color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  }
  .theme-toggle .ico {
    width: 17px;
    height: 17px;
  }
  .theme-toggle:hover {
    color: var(--color-hover);
    border-color: var(--color-hover);
  }
  .theme-toggle[aria-pressed="true"] .ico {
    transform: rotate(180deg);
  }
  @media (max-width: 720px) {
    .nav-links {
      gap: 20px;
    }
    .nav-links a:nth-child(3) {
      display: none;
    }
  }
  .hero {
    padding: 130px 0 120px;
    max-width: 960px;
  }
  main > :first-child:not(.hero) {
    margin-top: 130px;
  }
  .eyebrow {
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: 38px;
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .eyebrow::before {
    content: "";
    width: 34px;
    height: 1px;
    background: var(--color-accent);
  }
  .hero h1 {
    font-family: var(--font-display);
    font-weight: 400;
    font-size: clamp(44px, 8vw, 104px);
    line-height: 0.98;
    letter-spacing: -0.025em;
    margin-bottom: 42px;
  }
  .hero h1 em {
    font-style: italic;
    font-weight: 300;
    color: var(--color-ink-soft);
  }
  .hero h1 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  .hero h1 a:hover {
    color: var(--color-hover);
  }
  .hero .lede {
    font-size: clamp(19px, 2.2vw, 23px);
    font-weight: 300;
    color: var(--color-ink-soft);
    line-height: 1.55;
    max-width: 580px;
    margin-bottom: 48px;
  }
  .hero.definition h1 {
    text-transform: lowercase;
    margin-bottom: 34px;
  }
  .hero.definition .pos {
    font-family: var(--font-body);
    font-style: italic;
    font-size: 0.3em;
    font-weight: 300;
    letter-spacing: 0;
    color: var(--color-ink-faint);
  }
  .senses {
    list-style: none;
    counter-reset: sense;
    margin: 0 0 48px;
    padding: 0;
    max-width: 620px;
  }
  .senses li {
    counter-increment: sense;
    position: relative;
    padding-left: 32px;
    font-size: clamp(19px, 2.2vw, 23px);
    font-weight: 300;
    line-height: 1.55;
    color: var(--color-ink-soft);
  }
  .senses li + li {
    margin-top: 12px;
  }
  .senses li::before {
    content: counter(sense) ".";
    position: absolute;
    left: 0;
    top: 0.42em;
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: 0.08em;
    color: var(--color-ink-faint);
  }
  .hero .meta {
    font-family: var(--font-mono);
    font-size: 13px;
    color: var(--color-ink-faint);
    letter-spacing: 0.02em;
  }
  .hero .meta a {
    color: var(--color-ink);
    text-decoration: none;
    border-bottom: 1px solid var(--color-accent);
    padding-bottom: 2px;
  }
  @media (max-width: 720px) {
    .hero {
      padding: 80px 0 70px;
    }
    main > :first-child:not(.hero) {
      margin-top: 80px;
    }
  }
  .section-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-bottom: 26px;
    border-bottom: 1px solid var(--color-rule);
    margin-bottom: 8px;
  }
  .section-head h2 {
    font-family: var(--font-mono);
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--color-ink-soft);
  }
  .section-head .count {
    font-family: var(--font-mono);
    font-size: 13px;
    color: var(--color-ink-faint);
  }
  .articles {
    margin-bottom: 160px;
  }
  .entry {
    display: grid;
    grid-template-columns: 92px 1fr 140px;
    gap: 40px;
    align-items: baseline;
    padding: 46px 0;
    border-bottom: 1px solid var(--color-rule);
    text-decoration: none;
    color: inherit;
    transition: padding 0.45s cubic-bezier(0.2, 0.7, 0.3, 1);
  }
  .entry:last-child {
    border-bottom: none;
  }
  .entry:hover {
    padding-left: 22px;
  }
  .entry .idx {
    font-family: var(--font-mono);
    font-size: 13px;
    color: var(--color-ink-faint);
    transition: color 0.3s ease;
  }
  .entry:hover .idx {
    color: var(--color-hover);
  }
  .entry .body {
    max-width: 640px;
  }
  .entry .cat {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: 14px;
    display: block;
  }
  .entry h3 {
    font-family: var(--font-display);
    font-weight: 400;
    font-size: clamp(26px, 3.4vw, 38px);
    line-height: 1.08;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    transition: color 0.3s ease;
  }
  .entry:hover h3 {
    color: var(--color-hover);
  }
  .entry p {
    font-size: 17px;
    font-weight: 300;
    color: var(--color-ink-soft);
    line-height: 1.55;
  }
  .entry .date {
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--color-ink-faint);
    text-align: right;
    line-height: 1.7;
  }
  .entry .date .read {
    display: block;
    color: var(--color-ink-faint);
    opacity: 0.7;
  }
  @media (max-width: 720px) {
    .entry {
      grid-template-columns: 1fr;
      gap: 12px;
      padding: 36px 0;
    }
    .entry .idx {
      display: none;
    }
    .entry .date {
      text-align: left;
      margin-top: 6px;
    }
  }
  .article {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 48px;
  }
  .back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-ink-soft);
    text-decoration: none;
    margin: 56px 0 0;
    transition: gap 0.3s ease, color 0.3s ease;
  }
  .back:hover {
    gap: 14px;
    color: var(--color-hover);
  }
  .art-head {
    padding: 60px 0 0;
    text-align: center;
  }
  .art-cat {
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: 30px;
  }
  .art-head h1 {
    font-family: var(--font-display);
    font-weight: 400;
    font-size: clamp(36px, 6vw, 60px);
    line-height: 1.04;
    letter-spacing: -0.022em;
    margin-bottom: 30px;
  }
  .art-head h1 em {
    font-style: italic;
    font-weight: 300;
    color: var(--color-ink-soft);
  }
  .art-lede {
    font-size: 21px;
    font-weight: 300;
    color: var(--color-ink-soft);
    line-height: 1.55;
    max-width: 540px;
    margin: 0 auto 38px;
  }
  .art-meta {
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--color-ink-faint);
    letter-spacing: 0.03em;
    padding-bottom: 50px;
    border-bottom: 1px solid var(--color-rule);
  }
  .art-meta strong {
    color: var(--color-ink);
    font-weight: 500;
  }
  .prose {
    padding: 56px 0 0;
  }
  .prose p {
    font-size: 20px;
    line-height: 1.72;
    margin-bottom: 28px;
  }
  .prose p:first-of-type::first-letter {
    font-family: var(--font-display);
    font-weight: 400;
    float: left;
    font-size: 78px;
    line-height: 0.74;
    padding: 8px 14px 0 0;
    color: var(--color-accent);
  }
  .prose h2 {
    font-family: var(--font-display);
    font-weight: 400;
    font-size: 30px;
    letter-spacing: -0.01em;
    line-height: 1.15;
    margin: 56px 0 22px;
  }
  .prose a {
    color: var(--color-ink);
    text-decoration: none;
    border-bottom: 1px solid var(--color-accent);
  }
  .prose em {
    font-style: italic;
  }
  .prose strong {
    font-weight: 500;
  }
  .pullquote {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 300;
    font-size: clamp(26px, 4vw, 36px);
    line-height: 1.22;
    letter-spacing: -0.01em;
    color: var(--color-ink);
    margin: 52px -40px;
    padding: 6px 0 6px 34px;
    border-left: 2px solid var(--color-accent);
  }
  .endmark {
    text-align: center;
    color: var(--color-accent);
    font-size: 22px;
    margin: 56px 0;
  }
  @media (max-width: 720px) {
    .article {
      padding: 0 26px;
    }
    .pullquote {
      margin: 44px 0;
    }
  }
  .docs .doc-head {
    padding: 34px 0 32px;
    border-bottom: 1px solid var(--color-rule);
    max-width: 760px;
  }
  .docs .doc-cat {
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: 22px;
  }
  .docs .doc-head h1 {
    font-family: var(--font-display);
    font-weight: 400;
    font-size: clamp(34px, 5vw, 52px);
    line-height: 1.05;
    letter-spacing: -0.022em;
    margin-bottom: 22px;
  }
  .docs .doc-head .lede {
    font-size: 20px;
    font-weight: 300;
    color: var(--color-ink-soft);
    line-height: 1.5;
    max-width: 620px;
    margin-bottom: 26px;
  }
  .docs .doc-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--color-ink-faint);
    letter-spacing: 0.02em;
  }
  .docs .doc-tags span strong {
    color: var(--color-ink);
    font-weight: 500;
  }
  .docs .doc-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 64px;
    padding: 50px 0 0;
    align-items: start;
  }
  .docs .toc {
    position: sticky;
    top: 40px;
  }
  .docs .toc h5 {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-ink-faint);
    margin-bottom: 18px;
  }
  .docs .toc a {
    display: block;
    font-family: var(--font-mono);
    font-size: 13px;
    color: var(--color-ink-soft);
    text-decoration: none;
    padding: 7px 0 7px 14px;
    border-left: 1px solid var(--color-rule);
    line-height: 1.4;
    transition: color 0.25s ease, border-color 0.25s ease;
  }
  .docs .toc a:hover {
    color: var(--color-hover);
    border-color: var(--color-hover);
  }
  .docs .toc a.active {
    color: var(--color-ink);
    border-color: var(--color-ink);
  }
  .docs .content {
    max-width: 720px;
    min-width: 0;
    counter-reset: doc-h2;
  }
  .docs .content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 22px;
    color: var(--color-ink);
  }
  .docs .content h2 {
    font-family: var(--font-display);
    font-weight: 400;
    font-size: 28px;
    letter-spacing: -0.01em;
    line-height: 1.15;
    margin: 52px 0 8px;
    scroll-margin-top: 30px;
    display: flex;
    align-items: baseline;
    gap: 12px;
    counter-increment: doc-h2;
  }
  .docs .content h2::before {
    content: counter(doc-h2, decimal-leading-zero);
    font-family: var(--font-mono);
    font-size: 14px;
    font-weight: 500;
    color: var(--color-accent);
  }
  .docs .content h2:first-child {
    margin-top: 0;
  }
  .docs .content :is(p, li, td) > code {
    font-family: var(--font-mono);
    font-size: 0.86em;
    background: var(--color-paper-deep);
    border: 1px solid var(--color-rule);
    padding: 1px 6px;
    color: var(--color-ink);
    white-space: nowrap;
  }
  .docs .steps {
    counter-reset: step;
    margin: 26px 0;
  }
  .docs .step {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 18px;
    padding-bottom: 26px;
  }
  .docs .step::before {
    counter-increment: step;
    content: counter(step, decimal-leading-zero);
    font-family: var(--font-mono);
    font-size: 12px;
    font-weight: 500;
    color: var(--color-accent);
    border: 1px solid var(--color-rule);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    background: var(--color-paper);
  }
  .docs .step .step-body {
    padding-top: 4px;
  }
  .docs .step .step-body > *:last-child {
    margin-bottom: 0;
  }
  .docs .step h3 {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 8px;
    line-height: 1.25;
  }
  .docs .code {
    margin: 18px 0 6px;
    overflow: hidden;
    background: var(--color-code-bg);
    border: 1px solid var(--color-code-border);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
  }
  .docs .code-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    border-bottom: 1px solid var(--color-code-border);
  }
  .docs .code-head .lang {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-code-faint);
  }
  .docs .code .copy {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-code-faint);
    background: none;
    border: 1px solid var(--color-code-border);
    padding: 4px 10px;
    cursor: pointer;
    transition: color 0.25s ease, border-color 0.25s ease;
  }
  .docs .code .copy:hover {
    color: var(--color-code-fg);
    border-color: var(--color-code-faint);
  }
  .docs .code .copy.done {
    color: var(--color-sage);
    border-color: var(--color-sage);
  }
  .docs .code pre {
    margin: 0;
    padding: 16px 18px;
    overflow-x: auto;
    background: none;
  }
  .docs .code code {
    font-family: var(--font-mono);
    font-size: 13.5px;
    line-height: 1.65;
    color: var(--color-code-fg);
    white-space: pre;
  }
  .docs .code .c {
    color: var(--color-code-faint);
    font-style: italic;
  }
  .docs .code .k {
    color: var(--color-code-keyword);
  }
  .docs .code .s {
    color: var(--color-code-string);
  }
  .docs .code .p {
    color: var(--color-code-function);
  }
  :is(.docs .content, .prose) pre.highlight {
    overflow-x: auto;
    margin: 18px 0;
    padding: 16px 18px;
    background: var(--color-code-bg);
    color: var(--color-code-fg);
    border: 1px solid var(--color-code-border);
    font-family: var(--font-mono);
    font-size: 13.5px;
    line-height: 1.65;
  }
  :is(.docs, .prose) .highlight .c, :is(.docs, .prose) .highlight .cm, :is(.docs, .prose) .highlight .c1, :is(.docs, .prose) .highlight .cs, :is(.docs, .prose) .highlight .cp, :is(.docs, .prose) .highlight .cd {
    color: var(--color-code-faint);
    font-style: italic;
  }
  :is(.docs, .prose) .highlight .k, :is(.docs, .prose) .highlight .kc, :is(.docs, .prose) .highlight .kd, :is(.docs, .prose) .highlight .kn, :is(.docs, .prose) .highlight .kp, :is(.docs, .prose) .highlight .kr, :is(.docs, .prose) .highlight .kt, :is(.docs, .prose) .highlight .o, :is(.docs, .prose) .highlight .ow {
    color: var(--color-code-keyword);
    font-weight: 500;
  }
  :is(.docs, .prose) .highlight .s, :is(.docs, .prose) .highlight .s1, :is(.docs, .prose) .highlight .s2, :is(.docs, .prose) .highlight .sb, :is(.docs, .prose) .highlight .sc, :is(.docs, .prose) .highlight .sd, :is(.docs, .prose) .highlight .se, :is(.docs, .prose) .highlight .sh, :is(.docs, .prose) .highlight .si, :is(.docs, .prose) .highlight .sx, :is(.docs, .prose) .highlight .sr, :is(.docs, .prose) .highlight .ss {
    color: var(--color-code-string);
  }
  :is(.docs, .prose) .highlight .m, :is(.docs, .prose) .highlight .mi, :is(.docs, .prose) .highlight .mf, :is(.docs, .prose) .highlight .mh, :is(.docs, .prose) .highlight .mo, :is(.docs, .prose) .highlight .il {
    color: var(--color-code-number);
  }
  :is(.docs, .prose) .highlight .nf, :is(.docs, .prose) .highlight .nc, :is(.docs, .prose) .highlight .nn, :is(.docs, .prose) .highlight .na, :is(.docs, .prose) .highlight .nb, :is(.docs, .prose) .highlight .bp, :is(.docs, .prose) .highlight .no, :is(.docs, .prose) .highlight .nd, :is(.docs, .prose) .highlight .nt, :is(.docs, .prose) .highlight .nv, :is(.docs, .prose) .highlight .vc, :is(.docs, .prose) .highlight .vg, :is(.docs, .prose) .highlight .vi {
    color: var(--color-code-function);
  }
  :is(.docs, .prose) .highlight .gd {
    color: var(--color-code-keyword);
  }
  :is(.docs, .prose) .highlight .gi {
    color: var(--color-code-string);
  }
  :is(.docs, .prose) .highlight .gh, :is(.docs, .prose) .highlight .gu, :is(.docs, .prose) .highlight .gp {
    color: var(--color-code-faint);
  }
  :is(.docs, .prose) .highlight .err {
    color: var(--color-accent);
  }
  .docs .content pre.highlight.has-copy {
    position: relative;
  }
  .docs .content .copy-float {
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-ink-soft);
    background: var(--color-paper);
    border: 1px solid var(--color-rule);
    padding: 4px 10px;
    cursor: pointer;
    transition: color 0.25s ease, border-color 0.25s ease;
  }
  .docs .content .copy-float:hover {
    color: var(--color-hover);
    border-color: var(--color-hover);
  }
  .docs .content .copy-float.done {
    color: var(--color-sage);
    border-color: var(--color-sage);
  }
  .docs .callout {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    margin: 26px 0;
    padding: 16px 18px;
    border: 1px solid var(--color-rule);
    border-left-width: 3px;
    background: var(--color-paper-deep);
  }
  .docs .callout .ico {
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding-top: 2px;
  }
  .docs .callout p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: var(--color-ink-soft);
  }
  .docs .callout.note {
    border-left-color: var(--color-ink-faint);
  }
  .docs .callout.note .ico {
    color: var(--color-ink-soft);
  }
  .docs .callout.tip {
    border-left-color: var(--color-sage);
  }
  .docs .callout.tip .ico {
    color: var(--color-sage);
  }
  .docs .callout.warn {
    border-left-color: var(--color-amber);
  }
  .docs .callout.warn .ico {
    color: var(--color-amber);
  }
  .docs .table-wrap {
    margin: 26px 0;
    overflow-x: auto;
  }
  .docs .content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
  }
  .docs .content th, .docs .content td {
    text-align: left;
    padding: 13px 16px;
    border-bottom: 1px solid var(--color-rule);
  }
  .docs .content th {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-ink-soft);
    font-weight: 500;
  }
  .docs .content td {
    color: var(--color-ink);
  }
  .docs .content td code {
    font-family: var(--font-mono);
    font-size: 13px;
    color: var(--color-accent);
    white-space: nowrap;
  }
  .docs .content tbody tr:hover {
    background: var(--color-paper-deep);
  }
  .docs .feedback {
    margin: 60px 0 0;
    padding: 24px 0;
    border-top: 1px solid var(--color-rule);
    display: flex;
    align-items: center;
    gap: 18px;
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--color-ink-faint);
  }
  .docs .feedback button {
    font-family: var(--font-mono);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: none;
    border: 1px solid var(--color-rule);
    padding: 6px 14px;
    cursor: pointer;
    color: var(--color-ink-soft);
    transition: border-color 0.25s, color 0.25s;
  }
  .docs .feedback button:hover {
    border-color: var(--color-hover);
    color: var(--color-hover);
  }
  @media (max-width: 900px) {
    .docs .doc-layout {
      grid-template-columns: 1fr;
      gap: 0;
    }
    .docs .toc {
      display: none;
    }
  }
  .colophon .colo {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 0 40px;
  }
  .colophon .colo-intro {
    font-family: var(--font-display);
    font-weight: 300;
    font-size: clamp(22px, 3vw, 28px);
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: var(--color-ink-soft);
    padding-bottom: 64px;
    margin-bottom: 64px;
    border-bottom: 1px solid var(--color-rule);
  }
  .colophon .spec {
    margin-bottom: 60px;
  }
  .colophon .spec-head {
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--color-accent);
    font-weight: 500;
    margin-bottom: 26px;
  }
  .colophon .spec-row {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 24px;
    padding: 18px 0;
    border-top: 1px solid var(--color-rule);
  }
  .colophon .spec-row:last-child {
    border-bottom: 1px solid var(--color-rule);
  }
  .colophon .spec-key {
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--color-ink-faint);
    padding-top: 4px;
  }
  .colophon .spec-val {
    font-size: 18px;
    line-height: 1.6;
    color: var(--color-ink);
  }
  .colophon .spec-val strong {
    font-weight: 500;
  }
  .colophon .spec-val code {
    font-family: var(--font-mono);
    font-size: 0.85em;
    background: var(--color-paper-deep);
    padding: 1px 6px;
  }
  .colophon .swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
  }
  .colophon .swatch {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--color-ink-soft);
  }
  .colophon .swatch .chip {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--color-rule);
  }
  .colophon .colo-note {
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.6;
    color: var(--color-ink-soft);
  }
  .colophon .colo-note a {
    color: var(--color-ink);
    text-decoration: none;
    border-bottom: 1px solid var(--color-accent);
  }
  @media (max-width: 720px) {
    .colophon .spec-row {
      grid-template-columns: 1fr;
      gap: 8px;
    }
  }
  .page-body {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 0 80px;
  }
  .page-body p {
    font-size: 20px;
    line-height: 1.72;
    color: var(--color-ink-soft);
    margin-bottom: 28px;
  }
  .page-body p strong {
    color: var(--color-ink);
    font-weight: 500;
  }
  .page-body a {
    color: var(--color-ink);
    text-decoration: none;
    border-bottom: 1px solid var(--color-accent);
  }
  .page-copy {
    max-width: 680px;
    padding: 44px 0 120px;
  }
  .page-copy p {
    font-size: 20px;
    line-height: 1.72;
    color: var(--color-ink-soft);
    margin-bottom: 28px;
  }
  .page-copy p:last-child {
    margin-bottom: 0;
  }
  .page-copy p strong {
    color: var(--color-ink);
    font-weight: 500;
  }
  .page-copy a {
    color: var(--color-ink);
    text-decoration: none;
    border-bottom: 1px solid var(--color-accent);
  }
  .empty-state {
    border: 1px dashed var(--color-rule);
    padding: 64px 40px;
    text-align: center;
    color: var(--color-ink-faint);
    font-family: var(--font-mono);
    font-size: 13px;
    letter-spacing: 0.04em;
  }
  .page-search {
    max-width: 760px;
    padding: 8px 0 140px;
    --pagefind-ui-scale: 1;
    --pagefind-ui-primary: var(--color-accent);
    --pagefind-ui-text: var(--color-ink);
    --pagefind-ui-background: var(--color-paper);
    --pagefind-ui-border: var(--color-rule);
    --pagefind-ui-tag: var(--color-paper-deep);
    --pagefind-ui-border-width: 1px;
    --pagefind-ui-border-radius: 0;
    --pagefind-ui-font: var(--font-body);
  }
  .page-search .pagefind-ui__result-title {
    font-family: var(--font-display);
    font-weight: 400;
    letter-spacing: -0.01em;
  }
  .search-unavailable {
    border: 1px dashed var(--color-rule);
    padding: 48px 40px;
    text-align: center;
    color: var(--color-ink-faint);
    font-family: var(--font-mono);
    font-size: 13px;
    line-height: 1.7;
  }
  .search-unavailable code {
    color: var(--color-ink-soft);
  }
  footer.site {
    border-top: 1px solid var(--color-rule);
    padding: 80px 0 90px;
  }
  .foot-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    gap: 50px;
    align-items: start;
  }
  .contact-form {
    display: grid;
    gap: 26px;
    max-width: 620px;
  }
  .contact-form .field {
    display: grid;
    gap: 9px;
  }
  .contact-form label {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-ink-faint);
  }
  .contact-form input, .contact-form textarea {
    width: 100%;
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.5;
    color: var(--color-ink);
    background: var(--color-paper-deep);
    border: 1px solid var(--color-rule);
    padding: 12px 14px;
    transition: border-color 0.15s ease-out;
  }
  .contact-form textarea {
    resize: vertical;
    min-height: 180px;
  }
  .contact-form input:focus-visible, .contact-form textarea:focus-visible {
    outline: none;
    border-color: var(--color-hover);
  }
  .contact-form input:user-invalid, .contact-form textarea:user-invalid {
    border-color: var(--color-mark);
  }
  .contact-form .form-actions {
    display: flex;
    align-items: baseline;
    gap: 18px;
    flex-wrap: wrap;
  }
  .contact-form button {
    font-family: var(--font-mono);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: none;
    border: 1px solid var(--color-rule);
    padding: 10px 22px;
    cursor: pointer;
    color: var(--color-ink-soft);
    transition: color 0.15s ease-out, border-color 0.15s ease-out;
  }
  .contact-form button:hover {
    color: var(--color-hover);
    border-color: var(--color-hover);
  }
  .contact-form .form-note {
    font-size: 14px;
    color: var(--color-ink-faint);
  }
  .hp {
    position: absolute;
    left: -5000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .foot-mark {
    font-family: var(--font-display);
    font-size: clamp(24px, 2.6vw, 42px);
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: lowercase;
    display: block;
    transition: color 0.15s ease-out;
  }
  .foot-mark:hover {
    color: var(--color-hover);
  }
  .foot-col h4 {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-ink-faint);
    margin-bottom: 20px;
    font-weight: 500;
  }
  .foot-col a {
    display: block;
    color: var(--color-ink-soft);
    text-decoration: none;
    font-size: 16px;
    padding: 5px 0;
    transition: color 0.3s ease;
  }
  .foot-col a:hover {
    color: var(--color-hover);
  }
  .foot-col .foot-link {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .foot-col .foot-link .ico {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }
  .foot-base {
    margin-top: 70px;
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--color-ink-faint);
    display: flex;
    justify-content: space-between;
  }
  @media (max-width: 720px) {
    .foot-grid {
      grid-template-columns: 1fr;
      gap: 40px;
    }
  }
}
@layer utilities {
  .reveal {
    opacity: 0;
    transform: translateY(8px);
    animation: var(--animate-rise);
  }
  .d1 {
    animation-delay: 0s;
  }
  .d2 {
    animation-delay: 0.04s;
  }
  .d3 {
    animation-delay: 0.08s;
  }
  .d4 {
    animation-delay: 0.12s;
  }
  @media (prefers-reduced-motion: reduce) {
    .reveal {
      opacity: 1;
      transform: none;
      animation: none;
    }
    .d1, .d2, .d3, .d4 {
      animation-delay: 0s;
    }
  }
}
@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-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-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-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@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-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-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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-outline-style: solid;
    }
  }
}
