*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(147 197 253 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(147 197 253 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: rgb(var(--color-gray-200, 229 231 235)); /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: rgb(var(--color-gray-400, 156 163 175)); /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: rgb(var(--color-gray-400, 156 163 175)); /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: rgb(var(--color-gray-500, 107 114 128));
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(var(--color-blue-600, 37 99 235));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: rgb(var(--color-blue-600, 37 99 235));
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgb(var(--color-gray-500, 107 114 128));
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: rgb(var(--color-gray-500, 107 114 128));
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-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-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27rgb%28var%28--color-gray-500%2c 107 114 128%29%29%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: rgb(var(--color-blue-600, 37 99 235));
  background-color: #fff;
  border-color: rgb(var(--color-gray-500, 107 114 128));
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(var(--color-blue-600, 37 99 235));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z%27/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3ccircle cx=%278%27 cy=%278%27 r=%273%27/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {

  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
    :root {
        --paper: #f5f5f2;
        --paper-deep: #e9e9e3;
        --surface: #ffffff;
        --ink: #20201e;
        --muted: #66665f;
        --line: #d8d8d1;
        --line-strong: #a8a89f;
        --blue: #1f5eff;
        --blue-dark: #1748c7;
        --blue-pale: #e9efff;
        --success: #b8f0c2;
        --future: #fff1bd;
        --radius: 0.35rem;
        --site-width: 76rem;
        --space-page: clamp(1.25rem, 4vw, 3rem);
        color: var(--ink);
        background: var(--paper);
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        font-synthesis: none;
    }

    *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
    body { margin: 0; background: var(--paper); color: var(--ink); }
    body::before {
        position: fixed;
        z-index: 100;
        inset: 0;
        opacity: 0.025;
        pointer-events: none;
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg viewBox=%270 0 180 180%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cfilter id=%27n%27%3E%3CfeTurbulence type=%27fractalNoise%27 baseFrequency=%27.9%27 numOctaves=%273%27 stitchTiles=%27stitch%27/%3E%3C/filter%3E%3Crect width=%27100%25%27 height=%27100%25%27 filter=%27url%28%23n%29%27 opacity=%27.8%27/%3E%3C/svg%3E");
    }
    h1, h2, h3, p { margin-block-start: 0; }
    h1, h2, h3 { text-wrap: balance; }
    p { line-height: 1.6; }
    a { color: inherit; text-underline-offset: 0.18em; }
    :focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
    ::-moz-selection { background: var(--blue); color: white; }
    ::selection { background: var(--blue); color: white; }
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-stone {
  --tw-prose-body: #44403c;
  --tw-prose-headings: #1c1917;
  --tw-prose-lead: #57534e;
  --tw-prose-links: #1c1917;
  --tw-prose-bold: #1c1917;
  --tw-prose-counters: #78716c;
  --tw-prose-bullets: #d6d3d1;
  --tw-prose-hr: #e7e5e4;
  --tw-prose-quotes: #1c1917;
  --tw-prose-quote-borders: #e7e5e4;
  --tw-prose-captions: #78716c;
  --tw-prose-kbd: #1c1917;
  --tw-prose-kbd-shadows: 28 25 23;
  --tw-prose-code: #1c1917;
  --tw-prose-pre-code: #e7e5e4;
  --tw-prose-pre-bg: #292524;
  --tw-prose-th-borders: #d6d3d1;
  --tw-prose-td-borders: #e7e5e4;
  --tw-prose-invert-body: #d6d3d1;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a8a29e;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a8a29e;
  --tw-prose-invert-bullets: #57534e;
  --tw-prose-invert-hr: #44403c;
  --tw-prose-invert-quotes: #f5f5f4;
  --tw-prose-invert-quote-borders: #44403c;
  --tw-prose-invert-captions: #a8a29e;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d6d3d1;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #57534e;
  --tw-prose-invert-td-borders: #44403c;
}
.site-wrap { width: min(var(--site-width), 100%); margin-inline: auto; padding-inline: var(--space-page); }
.skip-link { position: fixed; z-index: 200; top: 0.75rem; left: 0.75rem; transform: translateY(-150%); padding: 0.7rem 1rem; background: var(--ink); color: white; font-weight: 750; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--paper) 94%, transparent); backdrop-filter: blur(12px); }
.site-header__inner { min-height: 4.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.wordmark { display: inline-flex; align-items: center; text-decoration: none; }
.wordmark__logo { width: auto; height: 2.1rem; flex: none; display: block; }
.site-nav, .site-nav__sections { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 1.8rem); }
.site-nav a { font-size: 0.86rem; font-weight: 700; text-decoration: none; }
.site-nav__sections a, .site-nav__signin { color: var(--muted); }
.site-nav__sections a:hover, .site-nav__signin:hover { color: var(--ink); }
.button { min-height: 2.85rem; padding: 0.72rem 1.05rem; border: 1px solid var(--ink); border-radius: var(--radius); display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; font-size: 0.88rem; font-weight: 800; line-height: 1; text-decoration: none; transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 4px 0 rgb(32 32 30 / 0.16); }
.button--small { min-height: 2.45rem; padding: 0.55rem 0.8rem; }
.button--primary { background: var(--ink); color: white; }
.button--secondary { border-color: var(--line-strong); background: var(--surface); }
.hero { min-height: min(46rem, calc(100vh - 4.5rem)); padding-block: clamp(5rem, 11vw, 9rem); display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(17rem, 0.65fr); align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.hero__copy { position: relative; }
.hero h1 { max-width: 15ch; margin-bottom: 1.7rem; font-size: clamp(3.3rem, 8.2vw, 7.6rem); line-height: 0.88; letter-spacing: -0.075em; }
.hero__lede { max-width: 42rem; margin-bottom: 2rem; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.32rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.hero__note { margin: 1.25rem 0 0; display: flex; align-items: center; gap: 0.55rem; color: var(--muted); font-size: 0.83rem; }
.hero__note span { width: 0.55rem; height: 0.55rem; border-radius: 999px; background: #1b9b48; box-shadow: 0 0 0 4px #d8f2de; }
.hero__ledger { position: relative; min-height: 23rem; padding: 1.6rem; overflow: hidden; border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--surface); display: flex; flex-direction: column; justify-content: space-between; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; box-shadow: 1.2rem 1.2rem 0 var(--paper-deep); transform: rotate(2deg); }
.hero__ledger::before { position: absolute; inset: 3.75rem 0 3.4rem; border-block: 1px solid var(--line); content: ""; background: repeating-linear-gradient(to bottom, transparent 0, transparent 2.8rem, var(--line) 2.8rem, var(--line) calc(2.8rem + 1px)); }
.hero__ledger::after { position: absolute; top: 3.75rem; bottom: 3.4rem; left: 37%; width: 1px; content: ""; background: var(--line); }
.hero__ledger span, .hero__ledger small { position: relative; z-index: 1; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.1em; }
.hero__ledger strong { position: relative; z-index: 1; margin-block: auto; align-self: center; font-size: clamp(3.6rem, 7vw, 6.7rem); line-height: 1; letter-spacing: -0.11em; writing-mode: vertical-rl; transform: rotate(180deg); }
.hero__ledger small { align-self: end; padding: 0.25rem 0.45rem; background: var(--success); }
.proof-section { padding-block: clamp(4.5rem, 9vw, 8rem); border-block: 1px solid var(--line); background: var(--ink); color: #f4f4ef; }
.section-heading { margin-bottom: clamp(2.4rem, 5vw, 4.5rem); }
.section-heading h2 { max-width: 17ch; margin-bottom: 0; font-size: clamp(2.2rem, 5vw, 4.3rem); line-height: 0.98; letter-spacing: -0.055em; }
.section-heading--split { display: grid; grid-template-columns: 1.2fr 0.8fr; align-items: end; gap: 3rem; }
.section-heading--split > p { max-width: 32rem; margin: 0; color: #a8a89f; font-size: 1.02rem; }
.proof-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(24rem, 0.9fr); align-items: center; gap: clamp(1.5rem, 5vw, 5rem); }
.code-window { min-width: 0; overflow: hidden; border: 1px solid #454540; border-radius: var(--radius); background: #171715; box-shadow: 0 1.5rem 4rem rgb(0 0 0 / 0.28); }
.code-window__bar { min-height: 3.1rem; padding-inline: 1.1rem; border-bottom: 1px solid #454540; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: #b9b9b1; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.72rem; }
.status-dot { padding: 0.2rem 0.42rem; border-radius: 999px; background: var(--success); color: #153c1d; font-weight: 850; }
.code-window__block { position: relative; padding: 1.2rem; }
.code-window__block--response { max-height: 34rem; overflow-y: auto; border-top: 1px solid #454540; background: #20201e; }
.code-window__label { display: block; margin-bottom: 0.8rem; color: #8e8e87; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.62rem; font-weight: 800; letter-spacing: 0.12em; }
.code-window pre { margin: 0; overflow-x: auto; color: #e6e6df; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: clamp(0.69rem, 1.2vw, 0.78rem); line-height: 1.7; -moz-tab-size: 2; -o-tab-size: 2; tab-size: 2; }
.code-muted { color: #777770; }
.code-string { color: #c7e2a6; }
.invoice-preview { position: relative; min-width: 0; padding: clamp(1.5rem, 3vw, 2.6rem); color: #182129; background: white; font-family: Arial, Helvetica, sans-serif; box-shadow: 1rem 1rem 0 #343430; transform: rotate(-1deg); }
.invoice-preview::before { position: absolute; top: 0; right: 1.1rem; width: 4.2rem; height: 0.32rem; content: ""; background: var(--blue); }
.invoice-preview__header { margin-bottom: 2rem; display: flex; align-items: start; justify-content: space-between; gap: 2rem; }
.invoice-preview__mark { color: var(--blue-dark); font-size: 0.67rem; font-weight: 900; line-height: 0.95; letter-spacing: -0.03em; }
.invoice-preview__header > div:last-child { text-align: right; }
.invoice-preview h3 { margin: 0 0 0.2rem; font-size: clamp(1.7rem, 4vw, 2.7rem); letter-spacing: -0.05em; }
.invoice-preview__header p { margin: 0; color: #53606a; font-size: 0.75rem; }
.invoice-preview__facts { margin-bottom: 1.5rem; padding-block: 0.7rem; border-block: 1px solid #d9dee1; display: flex; justify-content: flex-end; gap: 1.4rem; }
.invoice-preview__facts div, .invoice-preview__parties div { display: grid; gap: 0.2rem; }
.invoice-preview__facts span, .invoice-preview__parties span { color: #687680; font-size: 0.52rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.invoice-preview__facts strong, .invoice-preview__parties strong { font-size: 0.68rem; }
.invoice-preview__parties { margin-bottom: 1.8rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.invoice-preview__parties small { color: #53606a; font-size: 0.57rem; }
.invoice-preview table { width: 100%; border-collapse: collapse; font-size: 0.58rem; }
.invoice-preview th { padding: 0.6rem 0.35rem; border-bottom: 1px solid #9faab2; color: #52606a; font-size: 0.48rem; letter-spacing: 0.05em; text-align: right; text-transform: uppercase; }
.invoice-preview th:first-child, .invoice-preview td:first-child { text-align: left; }
.invoice-preview td { padding: 0.75rem 0.35rem; border-bottom: 1px solid #e0e4e7; text-align: right; }
.invoice-preview__totals { width: min(13rem, 65%); margin: 1.5rem 0 2rem auto; font-size: 0.61rem; }
.invoice-preview__totals div { padding-block: 0.3rem; display: flex; justify-content: space-between; gap: 1rem; }
.invoice-preview__totals dd { margin: 0; font-weight: 750; }
.invoice-preview__payable { margin-top: 0.3rem; padding-top: 0.7rem !important; border-top: 1px solid #9faab2; font-size: 0.78rem; font-weight: 850; }
.invoice-preview__verification { margin: 1.3rem 0 1rem; display: flex; align-items: center; gap: 0.7rem; }
.invoice-preview__verification svg { width: 2.7rem; height: 2.7rem; flex: none; }
.invoice-preview__verification div { display: grid; gap: 0.12rem; }
.invoice-preview__verification strong { font-size: 0.55rem; letter-spacing: 0.06em; }
.invoice-preview__verification span { color: #687680; font-size: 0.48rem; }
.invoice-preview footer { padding-top: 0.8rem; border-top: 1px solid #e0e4e7; color: #687680; font-size: 0.48rem; letter-spacing: 0.08em; text-transform: uppercase; }
.features-section { padding-block: clamp(5rem, 10vw, 9rem); }
.features-section .section-heading { padding-left: 34%; }
.features-section .section-heading h2 { max-width: 16ch; }
.feature-list { border-top: 1px solid var(--line-strong); }
.feature-list article { min-height: 10rem; padding-block: 1.6rem; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 4rem minmax(13rem, 0.7fr) minmax(16rem, 1fr); align-items: start; gap: 2rem; }
.feature-list article > span { color: var(--muted); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.73rem; }
.feature-list h3 { margin: 0; font-size: clamp(1.25rem, 2.5vw, 1.8rem); letter-spacing: -0.035em; }
.feature-list p { max-width: 34rem; margin: 0; color: var(--muted); }
.feature-list__title small, .price-table small { padding: 0.24rem 0.45rem; background: var(--future); color: #5d5120; font-size: 0.6rem; font-weight: 850; letter-spacing: 0.06em; text-transform: uppercase; }
.pricing-section { padding-block: clamp(5rem, 10vw, 9rem); border-block: 1px solid var(--line); background: var(--surface); }
.pricing-grid { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(27rem, 1.2fr); gap: clamp(4rem, 10vw, 9rem); }
.pricing-intro h2 { max-width: 12ch; margin-bottom: 1.5rem; font-size: clamp(2.4rem, 5vw, 4.5rem); line-height: 0.97; letter-spacing: -0.06em; }
.pricing-intro > p { max-width: 30rem; color: var(--muted); }
.typical-price { margin-top: 3rem; display: flex; align-items: end; gap: 1rem; }
.typical-price > span { font-size: clamp(2.8rem, 6vw, 5.2rem); font-weight: 850; line-height: 0.83; letter-spacing: -0.07em; }
.typical-price p { max-width: 12rem; margin: 0; color: var(--muted); font-size: 0.78rem; line-height: 1.35; }
.price-table { border-top: 2px solid var(--ink); }
.price-table > div { min-height: 4.3rem; padding: 1rem 0; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.price-table span { color: var(--muted); }
.price-table strong { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.9rem; }
.price-table__note { margin: 1rem 0 0; color: var(--muted); font-size: 0.72rem; }
.closing-section { width: min(calc(var(--site-width) - 2 * var(--space-page)), calc(100% - 2 * var(--space-page))); margin-block: clamp(4rem, 8vw, 7rem); padding: clamp(2rem, 5vw, 4.5rem); border: 1px solid #dfce84; border-radius: calc(var(--radius) * 1.5); display: grid; grid-template-columns: 1.2fr 0.8fr; align-items: end; gap: clamp(3rem, 8vw, 7rem); background: var(--future); color: var(--ink); }
.closing-section h2 { max-width: 15ch; margin: 0; font-size: clamp(2.2rem, 4.8vw, 4.3rem); line-height: 0.98; letter-spacing: -0.06em; }
.closing-section__action p { max-width: 24rem; margin: 1rem 0 0; color: #5d5120; font-size: 0.83rem; }
.site-footer { border-top: 1px solid var(--line); background: var(--paper-deep); }
.site-footer__grid { padding-block: 4rem; display: grid; grid-template-columns: 1.6fr repeat(3, 0.8fr); gap: clamp(2rem, 5vw, 5rem); }
.site-footer__brand p { margin-top: 1rem; color: var(--muted); font-size: 0.85rem; }
.site-footer h2 { margin-bottom: 1rem; color: var(--muted); font-size: 0.68rem; letter-spacing: 0.09em; text-transform: uppercase; }
.site-footer nav { display: flex; flex-direction: column; align-items: start; gap: 0.65rem; }
.site-footer nav a { font-size: 0.83rem; text-decoration: none; }
.site-footer nav a:hover { text-decoration: underline; }
.site-footer__legal { margin-top: 2rem; }
.language-links { display: flex !important; flex-direction: row !important; gap: 0.4rem !important; }
.language-links a { min-width: 2.25rem; padding: 0.35rem 0.45rem; border: 1px solid var(--line-strong); border-radius: var(--radius); text-align: center; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.69rem !important; font-weight: 800; text-decoration: none !important; }
.language-links a[aria-current="page"] { background: var(--ink); color: white; }
.site-footer__bottom { padding-block: 1rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 1rem; color: var(--muted); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.68rem; }
.site-footer__bottom a { font-weight: 750; text-decoration: none; }
.site-footer__bottom a:hover { text-decoration: underline; }
.legal-page { min-height: 60vh; padding-block: clamp(5rem, 10vw, 8rem); }
.legal-page h1 { max-width: 16ch; margin-bottom: 3rem; font-size: clamp(2.8rem, 7vw, 6rem); line-height: 0.95; letter-spacing: -0.065em; }
.legal-page__body { max-width: 48rem; }
.legal-page__body h2 { margin-top: 3rem; font-size: 1.6rem; letter-spacing: -0.03em; }
.legal-page__body a { color: var(--blue-dark); font-weight: 700; }
.blog-page, .article-page { min-height: 65vh; padding-block: clamp(5rem, 10vw, 8rem); }
.blog-header, .article-header { padding-bottom: clamp(2.5rem, 6vw, 5rem); border-bottom: 2px solid var(--ink); }
.blog-eyebrow { margin-bottom: 1.2rem; color: var(--blue-dark); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.7rem; font-weight: 850; letter-spacing: 0.11em; text-transform: uppercase; }
.blog-header h1, .article-header h1 { max-width: 14ch; margin-bottom: 1.5rem; font-size: clamp(3rem, 8vw, 7rem); line-height: 0.9; letter-spacing: -0.07em; }
.blog-header > p:last-child { max-width: 43rem; margin: 0; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.post-list { border-bottom: 1px solid var(--line-strong); }
.post-list__item { min-height: 12rem; padding-block: 2rem; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: minmax(14rem, 20rem) minmax(0, 1fr); align-items: stretch; gap: clamp(1.5rem, 4vw, 3.5rem); }
.post-list__item:last-child { border-bottom: 0; }
.post-list__media, .home-blog__media { display: block; overflow: hidden; background: var(--paper-deep); }
.post-list__image, .home-blog__image { width: 100%; height: 100%; display: block; -o-object-fit: cover; object-fit: cover; transition: transform 240ms ease; }
.post-list__media:hover .post-list__image, .home-blog__media:hover .home-blog__image { transform: scale(1.025); }
.post-list__copy { padding-block: 0.2rem; display: flex; flex-direction: column; align-items: start; }
.post-list time, .article-header time, .home-blog time { color: var(--muted); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.7rem; font-weight: 700; }
.post-list h2, .home-blog h3 { margin: 0.75rem 0 0; font-size: clamp(1.4rem, 2.8vw, 2.1rem); line-height: 1.08; letter-spacing: -0.04em; }
.post-list h2 a, .home-blog h3 a { text-decoration: none; }
.post-list h2 a:hover, .home-blog h3 a:hover { color: var(--blue-dark); }
.post-list__copy > p { margin: 1rem 0 0; color: var(--muted); font-size: 0.9rem; }
.post-list__link { margin-top: auto; padding-top: 1.25rem; color: var(--blue-dark); font-size: 0.78rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.post-list__link:hover { text-decoration: underline; }
.blog-empty { padding-block: 3rem; border-bottom: 1px solid var(--line); color: var(--muted); }
.article-page > article { max-width: 58rem; margin-inline: auto; }
.article-header h1 { max-width: 16ch; }
.article-hero { margin-top: clamp(2rem, 5vw, 4rem); overflow: hidden; border: 1px solid var(--line-strong); background: var(--paper-deep); box-shadow: 0.8rem 0.8rem 0 var(--paper-deep); }
.article-hero__image { width: 100%; height: auto; display: block; }
.article-body { padding-top: clamp(2.5rem, 6vw, 5rem); }
.article-rich-text { font-size: clamp(1rem, 1.5vw, 1.12rem); line-height: 1.75; }
.article-rich-text + .article-rich-text { margin-top: 1.6rem; }
.article-rich-text h2, .article-rich-text h3 { margin-top: 2.7em; letter-spacing: -0.035em; }
.article-rich-text a { color: var(--blue-dark); font-weight: 700; }
.article-code { margin: 2.4rem 0; padding: clamp(1.2rem, 3vw, 2rem); overflow-x: auto; border: 1px solid #454540; border-radius: var(--radius); background: #171715; color: #e6e6df; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: clamp(0.75rem, 1.5vw, 0.88rem); line-height: 1.7; -moz-tab-size: 2; -o-tab-size: 2; tab-size: 2; box-shadow: 0.55rem 0.55rem 0 var(--paper-deep); }
.home-blog { padding-block: clamp(5rem, 10vw, 9rem); }
.home-blog .section-heading { margin-bottom: 2rem; }
.home-blog__posts { margin-bottom: 1.8rem; padding-top: 1.4rem; border-top: 2px solid var(--ink); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2.5vw, 2rem); }
.home-blog__posts article { min-width: 0; }
.home-blog__media { aspect-ratio: 8 / 5; margin-bottom: 1.2rem; }
.home-blog__copy { display: grid; gap: 0.3rem; }
.home-blog__posts p { margin: 0.7rem 0 0; color: var(--muted); font-size: 0.88rem; }
.static {
  position: static;
}
.block {
  display: block;
}
.table {
  display: table;
}
.max-w-none {
  max-width: none;
}

@media (max-width: 900px) {
    .hero { min-height: auto; grid-template-columns: minmax(0, 1fr) minmax(13rem, 0.4fr); gap: 3rem; }
    .hero h1 { font-size: clamp(3.6rem, 11vw, 6rem); }
    .hero__ledger { min-height: 18rem; }
    .proof-grid { grid-template-columns: 1fr; }
    .invoice-preview { width: min(34rem, 92%); margin-inline: auto; }
    .features-section .section-heading { padding-left: 0; }
    .pricing-grid { grid-template-columns: 1fr; }
    .pricing-intro { display: grid; grid-template-columns: 1fr 0.8fr; gap: 0 2rem; }
    .pricing-intro > p { grid-column: 1; }
    .typical-price { grid-column: 2; grid-row: 2 / span 2; margin: 0; align-self: end; }
    .site-footer__grid { grid-template-columns: 1.5fr 1fr 1fr; }
    .site-footer__language { grid-column: 2; }
    .post-list__item { grid-template-columns: minmax(12rem, 16rem) 1fr; }
    .home-blog__posts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
    html { scroll-padding-top: 4.5rem; }
    .site-header__inner { min-height: 4rem; gap: 1rem; }
    .site-header .wordmark__logo { height: 1.65rem; }
    .site-nav { gap: 0.85rem; }
    .site-nav__sections { display: none; }
    .site-nav__signin { font-size: 0.78rem !important; }
    .button--small { min-height: 2.3rem; padding-inline: 0.65rem; font-size: 0.76rem !important; }
    .hero { padding-block: 4.5rem 5rem; grid-template-columns: 1fr; }
    .hero h1 { font-size: clamp(3.4rem, 17vw, 5.4rem); }
    :lang(es) .hero h1 { font-size: clamp(2.5rem, 10.5vw, 4rem); }
    .hero__ledger { width: min(18rem, 88%); min-height: 14rem; justify-self: end; }
    .hero__ledger strong { font-size: 3.8rem; writing-mode: initial; transform: none; }
    .section-heading--split { grid-template-columns: 1fr; gap: 1.3rem; }
    .proof-section { overflow: hidden; }
    .proof-grid { gap: 3rem; }
    .code-window { margin-inline: calc(-1 * var(--space-page)); border-inline: 0; border-radius: 0; }
    .invoice-preview { width: 100%; padding: 1.35rem; transform: none; }
    .invoice-preview__parties { gap: 0.8rem; }
    .feature-list article { min-height: 0; grid-template-columns: 2rem 1fr; gap: 0.7rem 1rem; }
    .feature-list article > p { grid-column: 2; }
    .feature-list__title { align-items: start; flex-direction: column; }
    .pricing-intro { display: block; }
    .typical-price { margin-top: 2.5rem; }
    .price-table > div { gap: 1rem; font-size: 0.86rem; }
    .closing-section { width: calc(100% - 2rem); margin-block: 1rem; padding: 2rem 1.3rem; grid-template-columns: 1fr; }
    .closing-section h2 { font-size: clamp(2.2rem, 11vw, 3.3rem); }
    .site-footer__grid { grid-template-columns: 1fr 1fr; }
    .site-footer__brand { grid-column: 1 / -1; }
    .site-footer__language { grid-column: auto; }
    .site-footer__bottom { flex-direction: column; }
    .post-list__item { min-height: 0; grid-template-columns: 1fr; gap: 0.75rem; }
    .post-list__media { aspect-ratio: 8 / 5; }
    .post-list__link { margin-top: 0.5rem; padding-top: 0; }
    .article-hero { margin-inline: calc(-1 * var(--space-page)); border-inline: 0; box-shadow: none; }
    .article-code { margin-inline: calc(-1 * var(--space-page)); border-inline: 0; border-radius: 0; box-shadow: none; }
    .home-blog__posts { grid-template-columns: 1fr; gap: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}


/*# sourceMappingURL=main.css.c5f0061a43a7.map */