/*! tailwindcss v4.1.6 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: "Roboto Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-red-200: hsla(6, 77%, 83%, 1);
    --color-red-800: hsla(0, 100%, 24%, 1);
    --color-green-200: hsla(137, 50%, 68%, 1);
    --color-green-400: hsla(132, 39%, 46%, 1);
    --color-green-700: hsla(120, 100%, 17%, 1);
    --color-green-800: hsla(120, 100%, 12%, 1);
    --color-green-900: hsla(120, 100%, 8%, 1);
    --color-blue-200: hsla(202, 100%, 73%, 1);
    --color-blue-400: oklch(70.7% 0.165 254.624);
    --color-blue-500: #2152E5;
    --color-blue-800: hsla(215, 100%, 24%, 1);
    --color-purple-200: hsla(267, 100%, 87%, 1);
    --color-neutral-300: hsla(0, 0%, 58%, 1);
    --color-neutral-400: oklch(70.8% 0 0);
    --color-white: #FFFFFF;
    --spacing: 0.25rem;
    --text-base: 1rem;
    --text-base--line-height: 1.6;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --radius-xs: 0.125rem;
    --radius-sm: 0.25rem;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-md: 12px;
    --blur-3xl: 64px;
    --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);
    --animate-slide-in: 300ms forwards slide-x ease-in-out;
    --animate-slide-out: reverse 300ms forwards slide-x ease-in-out;
    --color-neutral-40: #F7F7F7;
    --color-neutral-80: #D4D4D4;
    --color-cool-grey-900: hsla(0, 0%, 9%, 1);
    --color-slime-450: hsla(152, 100%, 48%, 1);
    --color-slime-500: hsla(152, 100%, 43%, 1);
    --color-slime-550: hsla(152, 100%, 38%, 1);
    --color-slime-600: hsla(152, 100%, 37%, 1);
    --color-slime-650: hsla(152, 100%, 35%, 1);
    --color-slime-700: hsla(152, 100%, 32%, 1);
    --color-slime-750: hsla(152, 100%, 30%, 1);
    --color-bronze-200: hsla(34, 86%, 71%, 1);
    --color-bronze-800: hsla(29, 100%, 15%, 1);
    --color-body-light: #FAFAFA;
    --color-body-dark: #343434;
    --color-9pm-400: hsla(217, 28%, 41%, 1);
    --color-9pm-450: hsla(217, 28%, 33%, 1);
    --color-9pm-500: hsla(217, 28%, 25%, 1);
    --color-9pm-600: hsla(217, 28%, 17%, 1);
    --color-9pm-700: hsla(217, 28%, 9%, 1);
    --color-morph-midnight: #1C273A;
    --color-morph-fog: #EDEDED;
    --color-morph-terminal: #161616;
    --color-morph-offline: #555555;
    --color-morph-engineer-tears: hsla(220, 100%, 50%, 1);
    --color-morph-vapor: hsla(0, 0%, 83%, 1);
    --font-mega: "Space Grotesk", sans-serif;
    --spacing-2\.25: 0.625rem;
    --spacing-15: 3.75rem;
    --spacing-18: 4.5rem;
    --spacing-full: 100%;
    --text-mega: 10.635rem;
    --text-mega--line-height: 1.11765;
    --text-mega-small: 6.25rem;
    --text-mega-small--line-height: 0.8;
    --text-h1: 4.4375rem;
    --text-h1--line-height: 1.3;
    --text-h2: 3.5625rem;
    --text-h2--line-height: 1.3;
    --text-h3: 2rem;
    --text-h3--line-height: 1.3;
    --text-h4: 1.5rem;
    --text-h4--line-height: 1.3;
    --text-h5: 1.125rem;
    --text-h5--line-height: 1.6;
    --text-h6: 1rem;
    --text-h6--line-height: 1.6;
    --text-p: 1.125rem;
    --text-p--line-height: 1.6;
    --text-small: 0.875rem;
    --text-small--line-height: 1.6;
    --text-pill: 0.75rem;
    --text-pill--line-height: 1.2;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-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 {
  .\@container {
    container-type: inline-size;
  }
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-y-1\/2 {
    inset-block: calc(1/2 * 100%);
  }
  .-top-3 {
    top: calc(var(--spacing) * -3);
  }
  .-top-12 {
    top: calc(var(--spacing) * -12);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-2\.5 {
    top: calc(var(--spacing) * 2.5);
  }
  .top-full {
    top: 100%;
  }
  .top-full {
    top: var(--spacing-full);
  }
  .-right-1 {
    right: calc(var(--spacing) * -1);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-2\.5 {
    right: calc(var(--spacing) * 2.5);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .-bottom-0\.5 {
    bottom: calc(var(--spacing) * -0.5);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-auto {
    bottom: auto;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .isolate {
    isolation: isolate;
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-start-2 {
    grid-column-start: 2;
  }
  .row-start-1 {
    grid-row-start: 1;
  }
  .row-start-2 {
    grid-row-start: 2;
  }
  .container {
    width: 100%;
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1440px) {
      max-width: 1440px;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .-mt-2 {
    margin-top: calc(var(--spacing) * -2);
  }
  .-mt-24 {
    margin-top: calc(var(--spacing) * -24);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .-mr-2 {
    margin-right: calc(var(--spacing) * -2);
  }
  .mr-8 {
    margin-right: calc(var(--spacing) * 8);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .-ml-2 {
    margin-left: calc(var(--spacing) * -2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .button-base {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    &:focus-visible {
      --tw-ring-color: color-mix(in srgb, hsla(152, 100%, 43%, 1) 75%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-slime-500) 75%, transparent);
      }
    }
    &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-table {
    display: inline-table;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table\! {
    display: table !important;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .table-column {
    display: table-column;
  }
  .table-column-group {
    display: table-column-group;
  }
  .table-footer-group {
    display: table-footer-group;
  }
  .table-header-group {
    display: table-header-group;
  }
  .table-row {
    display: table-row;
  }
  .table-row-group {
    display: table-row-group;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-15 {
    height: var(--spacing-15);
  }
  .h-18 {
    height: var(--spacing-18);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-72 {
    height: calc(var(--spacing) * 72);
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-\[calc\(100vh-72px\)\] {
    height: calc(100vh - 72px);
  }
  .h-full {
    height: 100%;
  }
  .h-full {
    height: var(--spacing-full);
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[34px\] {
    max-height: 34px;
  }
  .max-h-full {
    max-height: 100%;
  }
  .max-h-full {
    max-height: var(--spacing-full);
  }
  .max-h-screen {
    max-height: 100vh;
  }
  .min-h-20 {
    min-height: calc(var(--spacing) * 20);
  }
  .w-1\/12 {
    width: calc(1/12 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-72 {
    width: calc(var(--spacing) * 72);
  }
  .w-\[101\%\] {
    width: 101%;
  }
  .w-\[calc\(100vw-64px\)\] {
    width: calc(100vw - 64px);
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-full {
    width: var(--spacing-full);
  }
  .w-max {
    width: max-content;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-full {
    max-width: var(--spacing-full);
  }
  .max-w-max {
    max-width: max-content;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .grow-0 {
    flex-grow: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .origin-left {
    transform-origin: left;
  }
  .origin-right {
    transform-origin: right;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-3 {
    --tw-translate-x: calc(var(--spacing) * 3);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[calc\(var\(--slide-index\)\*-100\%-\(var\(--slide-index\)\*32px\)\)\] {
    --tw-translate-x: calc(var(--slide-index) * -100% - (var(--slide-index) * 32px));
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-full {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-full {
    --tw-translate-y: calc(var(--spacing-full) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-px {
    --tw-translate-y: -1px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-75 {
    --tw-scale-x: 75%;
    --tw-scale-y: 75%;
    --tw-scale-z: 75%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .-rotate-45 {
    rotate: calc(45deg * -1);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-slide-out {
    animation: var(--animate-slide-out);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .space-y-1\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-x-12 {
    column-gap: calc(var(--spacing) * 12);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-8 {
    row-gap: calc(var(--spacing) * 8);
  }
  .gap-y-14 {
    row-gap: calc(var(--spacing) * 14);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-y-2 {
    border-block-style: var(--tw-border-style);
    border-block-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-9pm-500 {
    border-color: var(--color-9pm-500);
  }
  .border-blue-400 {
    border-color: var(--color-blue-400);
  }
  .border-blue-500 {
    border-color: var(--color-blue-500);
  }
  .border-blue-500\/0 {
    border-color: color-mix(in srgb, #2152E5 0%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-blue-500) 0%, transparent);
    }
  }
  .border-current {
    border-color: currentcolor;
  }
  .border-morph-vapor {
    border-color: var(--color-morph-vapor);
  }
  .border-neutral-80 {
    border-color: var(--color-neutral-80);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-t-morph-fog {
    border-top-color: var(--color-morph-fog);
  }
  .border-b-morph-fog {
    border-bottom-color: var(--color-morph-fog);
  }
  .border-b-morph-vapor {
    border-bottom-color: var(--color-morph-vapor);
  }
  .bg-9pm-500 {
    background-color: var(--color-9pm-500);
  }
  .bg-9pm-500\/60 {
    background-color: color-mix(in srgb, hsla(217, 28%, 25%, 1) 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-9pm-500) 60%, transparent);
    }
  }
  .bg-\[hsl\(217\,28\%\,58\%\)\] {
    background-color: hsl(217,28%,58%);
  }
  .bg-blue-200 {
    background-color: var(--color-blue-200);
  }
  .bg-blue-500 {
    background-color: var(--color-blue-500);
  }
  .bg-bronze-200 {
    background-color: var(--color-bronze-200);
  }
  .bg-current {
    background-color: currentcolor;
  }
  .bg-green-200 {
    background-color: var(--color-green-200);
  }
  .bg-morph-fog {
    background-color: var(--color-morph-fog);
  }
  .bg-morph-midnight {
    background-color: var(--color-morph-midnight);
  }
  .bg-morph-terminal {
    background-color: var(--color-morph-terminal);
  }
  .bg-morph-vapor {
    background-color: var(--color-morph-vapor);
  }
  .bg-neutral-40 {
    background-color: var(--color-neutral-40);
  }
  .bg-purple-200 {
    background-color: var(--color-purple-200);
  }
  .bg-red-200 {
    background-color: var(--color-red-200);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[radial-gradient\(54\.59\%_30\.47\%_at_45\.35\%_47\.45\%\,_var\(--tw-gradient-stops\)\)\] {
    background-image: radial-gradient(54.59% 30.47% at 45.35% 47.45%, var(--tw-gradient-stops));
  }
  .from-morph-engineer-tears\/80 {
    --tw-gradient-from: color-mix(in srgb, hsla(220, 100%, 50%, 1) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-morph-engineer-tears) 80%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-morph-fog {
    --tw-gradient-from: var(--color-morph-fog);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-white\/70 {
    --tw-gradient-from: color-mix(in srgb, #FFFFFF 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-morph-engineer-tears\/30 {
    --tw-gradient-to: color-mix(in srgb, hsla(220, 100%, 50%, 1) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-morph-engineer-tears) 30%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-center {
    background-position: center;
  }
  .bg-repeat-x {
    background-repeat: repeat-x;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-scale-down {
    object-fit: scale-down;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-18 {
    padding-block: var(--spacing-18);
  }
  .py-28 {
    padding-block: calc(var(--spacing) * 28);
  }
  .pt-0\.5 {
    padding-top: calc(var(--spacing) * 0.5);
  }
  .pt-1\.5 {
    padding-top: calc(var(--spacing) * 1.5);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-18 {
    padding-top: var(--spacing-18);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pt-\[57\%\] {
    padding-top: 57%;
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pb-0\.5 {
    padding-bottom: calc(var(--spacing) * 0.5);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-15 {
    padding-bottom: var(--spacing-15);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-18 {
    padding-bottom: var(--spacing-18);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .type-mega-small {
    font-family: var(--font-mega);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    font-size: var(--text-mega-small);
    line-height: var(--tw-leading, var(--text-mega-small--line-height));
    @media (width >= 1024px) {
      font-size: var(--text-mega);
      line-height: var(--tw-leading, var(--text-mega--line-height));
    }
  }
  .type-mega-small {
    font-size: var(--text-h1);
    line-height: var(--tw-leading, var(--text-h1--line-height));
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
    @media (width >= 640px) {
      font-size: var(--text-mega-small);
      line-height: var(--tw-leading, var(--text-mega-small--line-height));
    }
  }
  .type-h2 {
    font-size: var(--text-h3);
    line-height: var(--tw-leading, var(--text-h3--line-height));
    @media (width >= 640px) {
      font-size: var(--text-h2);
      line-height: var(--tw-leading, var(--text-h2--line-height));
    }
  }
  .type-h3 {
    font-size: var(--text-h4);
    line-height: var(--tw-leading, var(--text-h4--line-height));
    @media (width >= 640px) {
      font-size: var(--text-h3);
      line-height: var(--tw-leading, var(--text-h3--line-height));
    }
  }
  .type-h4 {
    font-size: var(--text-h5);
    line-height: var(--tw-leading, var(--text-h5--line-height));
    @media (width >= 640px) {
      font-size: var(--text-h4);
      line-height: var(--tw-leading, var(--text-h4--line-height));
    }
  }
  .type-p {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    @media (width >= 640px) {
      font-size: var(--text-p);
      line-height: var(--tw-leading, var(--text-p--line-height));
    }
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-h4 {
    font-size: var(--text-h4);
    line-height: var(--tw-leading, var(--text-h4--line-height));
  }
  .text-pill {
    font-size: var(--text-pill);
    line-height: var(--tw-leading, var(--text-pill--line-height));
  }
  .text-small {
    font-size: var(--text-small);
    line-height: var(--tw-leading, var(--text-small--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .leading-4 {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .text-balance {
    text-wrap: balance;
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-9pm-500 {
    color: var(--color-9pm-500);
  }
  .text-\[\#0A66C2\] {
    color: #0A66C2;
  }
  .text-\[\#4CC764\] {
    color: #4CC764;
  }
  .text-\[\#1877F2\] {
    color: #1877F2;
  }
  .text-blue-500 {
    color: var(--color-blue-500);
  }
  .text-blue-800 {
    color: var(--color-blue-800);
  }
  .text-body-light {
    color: var(--color-body-light);
  }
  .text-bronze-800 {
    color: var(--color-bronze-800);
  }
  .text-green-800 {
    color: var(--color-green-800);
  }
  .text-morph-fog {
    color: var(--color-morph-fog);
  }
  .text-morph-terminal {
    color: var(--color-morph-terminal);
  }
  .text-neutral-300 {
    color: var(--color-neutral-300);
  }
  .text-neutral-400 {
    color: var(--color-neutral-400);
  }
  .text-red-800 {
    color: var(--color-red-800);
  }
  .text-slime-500 {
    color: var(--color-slime-500);
  }
  .text-slime-650 {
    color: var(--color-slime-650);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .capitalize\! {
    text-transform: capitalize !important;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .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-inner {
    --tw-shadow: inset 0 0 4px 0 var(--tw-shadow-color, var(--tw-shadow-color));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-white\/30 {
    --tw-shadow-color: color-mix(in srgb, #FFFFFF 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-white) 30%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .blur-3xl {
    --tw-blur: blur(var(--blur-3xl));
    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,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .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,) !important;
  }
  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .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, visibility, 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\! {
    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, visibility, content-visibility, overlay, pointer-events !important;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
    transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
  }
  .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));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-100 {
    --tw-duration: 100ms;
    transition-duration: 100ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-linear {
    --tw-ease: linear;
    transition-timing-function: linear;
  }
  .\[-\:\<\>\+\*\%\&\|\\\^\/\!\=\] {
    -: <>+*%&|\^/!=;
  }
  .\[link\:doc\/command_line_usage\.rdoc\] {
    link: doc/command line usage.rdoc;
  }
  .\[link\:doc\/glossary\.rdoc\] {
    link: doc/glossary.rdoc;
  }
  .\[link\:doc\/rakefile\.rdoc\] {
    link: doc/rakefile.rdoc;
  }
  .\[link\:doc\/rakefile_rdoc\.html\#label-Importing\+Dependencies\] {
    link: doc/rakefile rdoc.html#label-Importing+Dependencies;
  }
  .\[link\:doc\/rational\.rdoc\] {
    link: doc/rational.rdoc;
  }
  .\[rdoc-ref\:BigDecimal\@Not\+a\+Number\] {
    rdoc-ref: BigDecimal@Not+a+Number;
  }
  .\[rdoc-ref\:Runnable\#result_code\] {
    rdoc-ref: Runnable#result code;
  }
  .\[rdoc-ref\:lib\/racc\/rdoc\/grammar\.en\.rdoc\] {
    rdoc-ref: lib/racc/rdoc/grammar.en.rdoc;
  }
  .\[ruby-dev\:28445\] {
    ruby-dev: 28445;
  }
  .group-focus-within\/menu\:text-slime-650 {
    &:is(:where(.group\/menu):focus-within *) {
      color: var(--color-slime-650);
    }
  }
  .group-hover\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:text-slime-650 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-slime-650);
      }
    }
  }
  .group-hover\:opacity-90 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .group-hover\/link\:text-slime-500 {
    &:is(:where(.group\/link):hover *) {
      @media (hover: hover) {
        color: var(--color-slime-500);
      }
    }
  }
  .group-hover\/link\:text-slime-650 {
    &:is(:where(.group\/link):hover *) {
      @media (hover: hover) {
        color: var(--color-slime-650);
      }
    }
  }
  .group-hover\/menu\:block {
    &:is(:where(.group\/menu):hover *) {
      @media (hover: hover) {
        display: block;
      }
    }
  }
  .group-hover\/menu\:text-slime-650 {
    &:is(:where(.group\/menu):hover *) {
      @media (hover: hover) {
        color: var(--color-slime-650);
      }
    }
  }
  .group-hover\/tooltip\:block {
    &:is(:where(.group\/tooltip):hover *) {
      @media (hover: hover) {
        display: block;
      }
    }
  }
  .group-active\/link\:text-slime-550 {
    &:is(:where(.group\/link):active *) {
      color: var(--color-slime-550);
    }
  }
  .group-active\/link\:text-slime-750 {
    &:is(:where(.group\/link):active *) {
      color: var(--color-slime-750);
    }
  }
  .group-data-\[active-index\=blog\]\/index\:block {
    &:is(:where(.group\/index)[data-active-index="blog"] *) {
      display: block;
    }
  }
  .group-data-\[animation-state\=done\]\/mobile\:translate-x-0 {
    &:is(:where(.group\/mobile)[data-animation-state="done"] *) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .group-data-\[animation-state\=done\]\/mobile\:opacity-100 {
    &:is(:where(.group\/mobile)[data-animation-state="done"] *) {
      opacity: 100%;
    }
  }
  .placeholder\:text-neutral-300 {
    &::placeholder {
      color: var(--color-neutral-300);
    }
  }
  .backdrop\:hidden {
    &::backdrop {
      display: none;
    }
  }
  .backdrop\:bg-9pm-500\/60 {
    &::backdrop {
      background-color: color-mix(in srgb, hsla(217, 28%, 25%, 1) 60%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-9pm-500) 60%, transparent);
      }
    }
  }
  .backdrop\:backdrop-blur-md {
    &::backdrop {
      --tw-backdrop-blur: blur(var(--blur-md));
      -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
      backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-0 {
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .before\:-left-4 {
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * -4);
    }
  }
  .before\:block {
    &::before {
      content: var(--tw-content);
      display: block;
    }
  }
  .before\:h-4 {
    &::before {
      content: var(--tw-content);
      height: calc(var(--spacing) * 4);
    }
  }
  .before\:h-full {
    &::before {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .before\:h-full {
    &::before {
      content: var(--tw-content);
      height: var(--spacing-full);
    }
  }
  .before\:w-0\.5 {
    &::before {
      content: var(--tw-content);
      width: calc(var(--spacing) * 0.5);
    }
  }
  .before\:w-px {
    &::before {
      content: var(--tw-content);
      width: 1px;
    }
  }
  .before\:bg-current {
    &::before {
      content: var(--tw-content);
      background-color: currentcolor;
    }
  }
  .before\:bg-morph-vapor {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-morph-vapor);
    }
  }
  .open\:block {
    &:is([open], :popover-open, :open) {
      display: block;
    }
  }
  .open\:animate-slide-in {
    &:is([open], :popover-open, :open) {
      animation: var(--animate-slide-in);
    }
  }
  .focus-within\:border-morph-terminal {
    &:focus-within {
      border-color: var(--color-morph-terminal);
    }
  }
  .hover\:border-blue-500\/100 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-blue-500);
      }
    }
  }
  .hover\:bg-blue-500 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-500);
      }
    }
  }
  .hover\:bg-morph-fog {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-morph-fog);
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:text-blue-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-500);
      }
    }
  }
  .hover\:text-slime-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-slime-500);
      }
    }
  }
  .hover\:text-slime-650 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-slime-650);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .focus\:border-blue-500\/100 {
    &:focus {
      border-color: var(--color-blue-500);
    }
  }
  .focus\:bg-blue-500 {
    &:focus {
      background-color: var(--color-blue-500);
    }
  }
  .focus\:text-blue-500 {
    &:focus {
      color: var(--color-blue-500);
    }
  }
  .focus\:text-white {
    &:focus {
      color: var(--color-white);
    }
  }
  .focus\:ring-3 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-slime-500\/75 {
    &:focus {
      --tw-ring-color: color-mix(in srgb, hsla(152, 100%, 43%, 1) 75%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-slime-500) 75%, transparent);
      }
    }
  }
  .focus\:outline-hidden {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
  }
  .focus\:outline-0 {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 0px;
    }
  }
  .focus\:outline-offset-0 {
    &:focus {
      outline-offset: 0px;
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .focus-visible\:ring {
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus-visible\:ring-slime-500 {
    &:focus-visible {
      --tw-ring-color: var(--color-slime-500);
    }
  }
  .focus-visible\:outline-none {
    &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .active\:text-slime-550 {
    &:active {
      color: var(--color-slime-550);
    }
  }
  .active\:text-slime-750 {
    &:active {
      color: var(--color-slime-750);
    }
  }
  .disabled\:pointer-events-none {
    &:disabled {
      pointer-events: none;
    }
  }
  .disabled\:opacity-30 {
    &:disabled {
      opacity: 30%;
    }
  }
  .sm\:-mx-14 {
    @media (width >= 640px) {
      margin-inline: calc(var(--spacing) * -14);
    }
  }
  .sm\:mt-9 {
    @media (width >= 640px) {
      margin-top: calc(var(--spacing) * 9);
    }
  }
  .sm\:mr-20 {
    @media (width >= 640px) {
      margin-right: calc(var(--spacing) * 20);
    }
  }
  .sm\:mb-10 {
    @media (width >= 640px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .sm\:mb-15 {
    @media (width >= 640px) {
      margin-bottom: var(--spacing-15);
    }
  }
  .sm\:block {
    @media (width >= 640px) {
      display: block;
    }
  }
  .sm\:flex {
    @media (width >= 640px) {
      display: flex;
    }
  }
  .sm\:hidden {
    @media (width >= 640px) {
      display: none;
    }
  }
  .sm\:h-auto {
    @media (width >= 640px) {
      height: auto;
    }
  }
  .sm\:w-1\/2 {
    @media (width >= 640px) {
      width: calc(1/2 * 100%);
    }
  }
  .sm\:w-3\/4 {
    @media (width >= 640px) {
      width: calc(3/4 * 100%);
    }
  }
  .sm\:w-9\/12 {
    @media (width >= 640px) {
      width: calc(9/12 * 100%);
    }
  }
  .sm\:w-\[416px\] {
    @media (width >= 640px) {
      width: 416px;
    }
  }
  .sm\:w-\[calc\(100\%\+112px\)\] {
    @media (width >= 640px) {
      width: calc(100% + 112px);
    }
  }
  .sm\:w-auto {
    @media (width >= 640px) {
      width: auto;
    }
  }
  .sm\:max-w-\[calc\(100\%\+112px\)\] {
    @media (width >= 640px) {
      max-width: calc(100% + 112px);
    }
  }
  .sm\:scale-100 {
    @media (width >= 640px) {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 640px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-col {
    @media (width >= 640px) {
      flex-direction: column;
    }
  }
  .sm\:flex-row {
    @media (width >= 640px) {
      flex-direction: row;
    }
  }
  .sm\:flex-row-reverse {
    @media (width >= 640px) {
      flex-direction: row-reverse;
    }
  }
  .sm\:items-center {
    @media (width >= 640px) {
      align-items: center;
    }
  }
  .sm\:justify-end {
    @media (width >= 640px) {
      justify-content: flex-end;
    }
  }
  .sm\:gap-8 {
    @media (width >= 640px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .sm\:p-14 {
    @media (width >= 640px) {
      padding: calc(var(--spacing) * 14);
    }
  }
  .sm\:px-14 {
    @media (width >= 640px) {
      padding-inline: calc(var(--spacing) * 14);
    }
  }
  .sm\:pt-32 {
    @media (width >= 640px) {
      padding-top: calc(var(--spacing) * 32);
    }
  }
  .sm\:type-mega {
    @media (width >= 640px) {
      font-family: var(--font-mega);
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .sm\:type-mega {
    @media (width >= 640px) {
      font-size: var(--text-mega-small);
      line-height: var(--tw-leading, var(--text-mega-small--line-height));
      @media (width >= 1024px) {
        font-size: var(--text-mega);
        line-height: var(--tw-leading, var(--text-mega--line-height));
      }
    }
  }
  .sm\:before\:-left-10 {
    @media (width >= 640px) {
      &::before {
        content: var(--tw-content);
        left: calc(var(--spacing) * -10);
      }
    }
  }
  .md\:block {
    @media (width >= 768px) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .md\:w-10\/12 {
    @media (width >= 768px) {
      width: calc(10/12 * 100%);
    }
  }
  .md\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 768px) {
      align-items: center;
    }
  }
  .md\:pr-8 {
    @media (width >= 768px) {
      padding-right: calc(var(--spacing) * 8);
    }
  }
  .lg\:top-18 {
    @media (width >= 1024px) {
      top: var(--spacing-18);
    }
  }
  .lg\:-left-5 {
    @media (width >= 1024px) {
      left: calc(var(--spacing) * -5);
    }
  }
  .lg\:-mt-9 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * -9);
    }
  }
  .lg\:mt-0 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:ml-0 {
    @media (width >= 1024px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:block {
    @media (width >= 1024px) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 1024px) {
      display: none;
    }
  }
  .lg\:max-h-\[calc\(100vh-72px\)\] {
    @media (width >= 1024px) {
      max-height: calc(100vh - 72px);
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 1024px) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-2\/3 {
    @media (width >= 1024px) {
      width: calc(2/3 * 100%);
    }
  }
  .lg\:w-10\/12 {
    @media (width >= 1024px) {
      width: calc(10/12 * 100%);
    }
  }
  .lg\:w-11\/12 {
    @media (width >= 1024px) {
      width: calc(11/12 * 100%);
    }
  }
  .lg\:w-full {
    @media (width >= 1024px) {
      width: 100%;
    }
  }
  .lg\:w-full {
    @media (width >= 1024px) {
      width: var(--spacing-full);
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:flex-col {
    @media (width >= 1024px) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 1024px) {
      flex-direction: row;
    }
  }
  .lg\:border-t {
    @media (width >= 1024px) {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .lg\:bg-transparent {
    @media (width >= 1024px) {
      background-color: transparent;
    }
  }
  .lg\:p-16 {
    @media (width >= 1024px) {
      padding: calc(var(--spacing) * 16);
    }
  }
  .lg\:px-16 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .lg\:py-16 {
    @media (width >= 1024px) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .lg\:pr-18 {
    @media (width >= 1024px) {
      padding-right: var(--spacing-18);
    }
  }
  .lg\:shadow-md {
    @media (width >= 1024px) {
      --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
    }
  }
  .lg\:group-data-\[slide-remaining\=count-1\]\/popular\:pointer-events-none {
    @media (width >= 1024px) {
      &:is(:where(.group\/popular)[data-slide-remaining="count-1"] *) {
        pointer-events: none;
      }
    }
  }
  .lg\:group-data-\[slide-remaining\=count-1\]\/popular\:opacity-30 {
    @media (width >= 1024px) {
      &:is(:where(.group\/popular)[data-slide-remaining="count-1"] *) {
        opacity: 30%;
      }
    }
  }
  .lg\:open\:hidden {
    @media (width >= 1024px) {
      &:is([open], :popover-open, :open) {
        display: none;
      }
    }
  }
  .lg\:open\:animate-none {
    @media (width >= 1024px) {
      &:is([open], :popover-open, :open) {
        animation: none;
      }
    }
  }
  .xl\:absolute {
    @media (width >= 1280px) {
      position: absolute;
    }
  }
  .xl\:-top-4 {
    @media (width >= 1280px) {
      top: calc(var(--spacing) * -4);
    }
  }
  .xl\:-top-11 {
    @media (width >= 1280px) {
      top: calc(var(--spacing) * -11);
    }
  }
  .xl\:mt-32 {
    @media (width >= 1280px) {
      margin-top: calc(var(--spacing) * 32);
    }
  }
  .xl\:w-1\/2 {
    @media (width >= 1280px) {
      width: calc(1/2 * 100%);
    }
  }
  .xl\:w-7\/12 {
    @media (width >= 1280px) {
      width: calc(7/12 * 100%);
    }
  }
  .xl\:flex-row {
    @media (width >= 1280px) {
      flex-direction: row;
    }
  }
  .xl\:pt-32 {
    @media (width >= 1280px) {
      padding-top: calc(var(--spacing) * 32);
    }
  }
  .xl\:pb-24 {
    @media (width >= 1280px) {
      padding-bottom: calc(var(--spacing) * 24);
    }
  }
  .\32 xl\:container {
    @media (width >= 1440px) {
      width: 100%;
      @media (width >= 640px) {
        max-width: 640px;
      }
      @media (width >= 768px) {
        max-width: 768px;
      }
      @media (width >= 1024px) {
        max-width: 1024px;
      }
      @media (width >= 1280px) {
        max-width: 1280px;
      }
      @media (width >= 1440px) {
        max-width: 1440px;
      }
    }
  }
  .\32 xl\:mr-0 {
    @media (width >= 1440px) {
      margin-right: calc(var(--spacing) * 0);
    }
  }
  .\32 xl\:ml-auto {
    @media (width >= 1440px) {
      margin-left: auto;
    }
  }
  .\32 xl\:grid {
    @media (width >= 1440px) {
      display: grid;
    }
  }
  .\32 xl\:w-2\/12 {
    @media (width >= 1440px) {
      width: calc(2/12 * 100%);
    }
  }
  .\32 xl\:w-3\/4 {
    @media (width >= 1440px) {
      width: calc(3/4 * 100%);
    }
  }
  .\32 xl\:w-8\/12 {
    @media (width >= 1440px) {
      width: calc(8/12 * 100%);
    }
  }
  .\32 xl\:grid-cols-\[minmax\(0px\,_1fr\)_1440px_minmax\(0px\,_1fr\)\] {
    @media (width >= 1440px) {
      grid-template-columns: minmax(0px, 1fr) 1440px minmax(0px, 1fr);
    }
  }
  .\32 xl\:pr-18 {
    @media (width >= 1440px) {
      padding-right: var(--spacing-18);
    }
  }
  .\32 xl\:group-data-\[slide-remaining\=count-2\]\/popular\:pointer-events-none {
    @media (width >= 1440px) {
      &:is(:where(.group\/popular)[data-slide-remaining="count-2"] *) {
        pointer-events: none;
      }
    }
  }
  .\32 xl\:group-data-\[slide-remaining\=count-2\]\/popular\:opacity-30 {
    @media (width >= 1440px) {
      &:is(:where(.group\/popular)[data-slide-remaining="count-2"] *) {
        opacity: 30%;
      }
    }
  }
  .\[\@media\(hover\:hover\)\]\:pointer-events-none {
    @media (hover:hover) {
      pointer-events: none;
    }
  }
}
@layer base {
  .prose {
    --tw-prose-headings: var(--color-morph-terminal);
    --tw-prose-hr: var(--color-morph-offline);
    --tw-prose-pre-code: var(--color-body-light);
    --tw-prose-pre-bg: var(--color-9pm-500);
    --tw-prose-th-borders: var(--tw-prose-hr);
    --tw-prose-td-borders: var(--tw-prose-hr);
    --tw-prose-h1: var(--text-h4);
    --tw-prose-h1--line-height: var(--text-h4--line-height);
    --tw-prose-h2: var(--text-h4);
    --tw-prose-h2--line-height: var(--text-h4--line-height);
    --tw-prose-quote: var(--text-h4);
    --tw-prose-quote--line-height: var(--text-h4--line-height);
    --tw-prose-h3: var(--text-h5);
    --tw-prose-h3--line-height: var(--text-h5--line-height);
    --tw-prose-h4: var(--text-h5);
    --tw-prose-h4--line-height: var(--text-h5--line-height);
    --tw-prose-h5: var(--text-h6);
    --tw-prose-h5--line-height: var(--text-h6--line-height);
    --tw-prose-h6: var(--text-small);
    --tw-prose-h6--line-height: var(--text-small--line-height);
    --tw-prose-p: var(--text-base);
    --tw-prose-p--line-height: var(--text-base--line-height);
    --tw-prose-base: var(--text-small);
    --tw-prose-base--line-height: var(--text-small--line-height);
  }
  @media (min-width: 640px) {
    .prose {
      --tw-prose-h1: var(--text-h3);
      --tw-prose-h1--line-height: var(--text-h3--line-height);
      --tw-prose-h2: var(--text-h3);
      --tw-prose-h2--line-height: var(--text-h3--line-height);
      --tw-prose-quote: var(--text-h3);
      --tw-prose-quote--line-height: var(--text-h3--line-height);
      --tw-prose-h3: var(--text-h4);
      --tw-prose-h3--line-height: var(--text-h4--line-height);
      --tw-prose-h4: var(--text-h4);
      --tw-prose-h4--line-height: var(--text-h4--line-height);
      --tw-prose-h5: var(--text-h5);
      --tw-prose-h5--line-height: var(--text-h5--line-height);
      --tw-prose-h6: var(--text-h6);
      --tw-prose-h6--line-height: var(--text-h6--line-height);
      --tw-prose-p: var(--text-p);
      --tw-prose-p--line-height: var(--text-p--line-height);
      --tw-prose-base: var(--text-base);
      --tw-prose-base--line-height: var(--text-base--line-height);
    }
  }
  .prose :where(a):not(:where([class~="not-prose"] *)) {
    color: var(--color-blue-500);
  }
  .prose :where(strong):not(:where([class~="not-prose"] *)) {
    font-weight: var(--font-weight-semibold);
  }
  .prose :where(ol):not(:where([class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-bottom: 1.75rem;
    padding-inline-start: 1.5rem;
  }
  .prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }
  .prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }
  .prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }
  .prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }
  .prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }
  .prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }
  .prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }
  .prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }
  .prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
    list-style-type: decimal;
  }
  .prose :where(ul):not(:where([class~="not-prose"] *)) {
    list-style-type: disc;
    margin-bottom: 1.75rem;
    padding-inline-start: 1.5rem;
  }
  .prose :where(hr):not(:where([class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .prose :where(blockquote):not(:where([class~="not-prose"] *)) {
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    font-size: var(--tw-prose-quote);
    line-height: var(--tw-prose-quote--line-height);
  }
  .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
    content: open-quote;
  }
  .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
    content: close-quote;
  }
  .prose :where(h1):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-size: var(--tw-prose-h1);
    line-height: var(--tw-prose-h1--line-height);
    margin-top: -4.5rem;
    margin-bottom: 1.5rem;
    padding-top: 6.5rem;
  }
  .prose :where(h2):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-size: var(--tw-prose-h2);
    line-height: var(--tw-prose-h2--line-height);
    margin-top: -4.5rem;
    margin-bottom: 1.5rem;
    padding-top: 6.5rem;
  }
  .prose :where(nav h2):not(:where([class~="not-prose"] *)) {
    font-size: var(--text-h4);
    line-height: var(--text-h4--line-height);
  }
  .prose :where(nav h2:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: -6.5rem;
    margin-bottom: 1.5rem;
    padding-top: 6.5rem;
  }
  .prose :where(.prose > div h2:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: -6.5rem;
    margin-bottom: 1.5rem;
    padding-top: 6.5rem;
  }
  .prose :where(h3):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-size: var(--tw-prose-h3);
    line-height: var(--tw-prose-h3--line-height);
    margin-top: -4.5rem;
    margin-bottom: 1.5rem;
    padding-top: 6.5rem;
  }
  .prose :where(h4):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-size: var(--tw-prose-h4);
    line-height: var(--tw-prose-h4--line-height);
    margin-top: -4.5rem;
    margin-bottom: 1.5rem;
    padding-top: 6.5rem;
  }
  .prose :where(h5):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-size: var(--tw-prose-h5);
    line-height: var(--tw-prose-h5--line-height);
    margin-top: -4.5rem;
    margin-bottom: 1.5rem;
    padding-top: 6.5rem;
  }
  .prose :where(h6):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-size: var(--tw-prose-h6);
    line-height: var(--tw-prose-h6--line-height);
    margin-top: -4.5rem;
    margin-bottom: 1.5rem;
    padding-top: 6.5rem;
  }
  .prose :where(p):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.75rem;
    font-size: var(--tw-prose-p);
    line-height: var(--tw-prose-p--line-height);
  }
  .prose :where(img):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2rem;
    width: 100%;
    max-width: 100%;
    border-radius: 1rem;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color-morph-fog);
  }
  .prose :where(figcaption):not(:where([class~="not-prose"] *)) {
    font-size: var(--prose-tw-base);
    line-height: var(--prose-tw-base--line-height);
    margin-top: 0.8571429em;
  }
  .prose :where(code):not(:where([class~="not-prose"] *)) {
    font-size: 0.888889em;
    max-width: 100%;
    white-space: pre-wrap;
    background-color: var(--color-morph-fog);
    padding-right: 0.25rem;
    padding-left: 0.25rem;
    line-height: 1.25rem;
  }
  .prose :where(pre):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 2rem;
    border-radius: 1rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
    padding: 2rem;
    width: 100%;
    max-width: 100%;
    word-break: break-all;
  }
  .prose :where(pre code):not(:where([class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }
  .prose :where(table):not(:where([class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-bottom: 1.75rem;
    font-size: var(--tw-prose-base);
    line-height: var(--tw-prose-base--line-height);
  }
  .prose :where(thead):not(:where([class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
  }
  .prose :where(thead th):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: var(--font-weight-semibold);
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }
  .prose :where(.text-box th):not(:where([class~="not-prose"] *)) {
    color: inherit;
  }
  .prose :where(tbody tr):not(:where([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"] *)) {
    border-bottom-width: 0;
  }
  .prose :where(tbody td):not(:where([class~="not-prose"] *)) {
    vertical-align: baseline;
  }
  .prose :where(tfoot):not(:where([class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
  }
  .prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
    vertical-align: top;
  }
  .prose :where(.text-white td code):not(:where([class~="not-prose"] *)) {
    background-color: var(--tw-prose-pre-bg);
  }
  .prose :where(.text-white td:nth-child(2) code):not(:where([class~="not-prose"] *)) {
    color: var(--color-slime-500);
  }
  .prose :where(video):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2rem;
    width: 100%;
    max-width: 100%;
    border-radius: 1rem;
  }
  .prose :where(figure):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose :where(li):not(:where([class~="not-prose"] *)) {
    font-size: var(--tw-prose-p);
    line-height: var(--tw-prose-p--line-height);
  }
  .prose :where(nav li):not(:where([class~="not-prose"] *)) {
    font-size: var(--text-base);
    line-height: var(--text-base--line-height);
  }
  .prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
  }
  .prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }
  .prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
  }
  .prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }
  .prose :where(hr + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
    padding-top: 0;
  }
  .prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }
  .prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }
  .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }
  .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }
  .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }
  .prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0;
  }
  .prose :where(cite):not(:where([class~="not-prose"] *)) {
    display: block;
    font-size: var(--tw-prose-base);
    line-height: var(--tw-prose-base--line-height);
    margin-top: 1rem;
  }
  .prose :where(div blockquote:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .prose :where(iframe):not(:where([class~="not-prose"] *)) {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    border-radius: 1rem;
    border-color: var(--color-morph-fog);
    aspect-ratio: 1.777777;
  }
  .prose :where(*:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0;
  }
  .prose :where(.prose > h1:first-child):not(:where([class~="not-prose"] *)) {
    padding-top: 4.5rem;
  }
  .prose :where(.prose > h2:first-child):not(:where([class~="not-prose"] *)) {
    padding-top: 4.5rem;
  }
  .prose :where(.prose > h3:first-child):not(:where([class~="not-prose"] *)) {
    padding-top: 4.5rem;
  }
  .prose :where(.prose > h4:first-child):not(:where([class~="not-prose"] *)) {
    padding-top: 4.5rem;
  }
  .prose :where(.prose > h5:first-child):not(:where([class~="not-prose"] *)) {
    padding-top: 4.5rem;
  }
  .prose :where(.prose > h6:first-child):not(:where([class~="not-prose"] *)) {
    padding-top: 4.5rem;
  }
  @media (min-width: 640px) {
    .prose :where(img):not(:where([class~="not-prose"] *)) {
      margin-right: -3.5rem;
      margin-left: -3.5rem;
      width: calc(100% + 7rem);
      max-width: calc(100% + 7rem);
    }
  }
}
@layer base {
  button:not(:disabled), [role="button"]:not(:disabled) {
    cursor: pointer;
  }
}
@layer components {
  details > summary::-webkit-details-marker {
    display: none;
  }
  body {
    color: var(--color-body-dark);
  }
  .hs-button, .button-solid, .button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    &:focus-visible {
      --tw-ring-color: color-mix(in srgb, hsla(152, 100%, 43%, 1) 75%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-slime-500) 75%, transparent);
      }
    }
    &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    padding-inline: calc(var(--spacing) * 6);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    @media (width >= 640px) {
      font-size: var(--text-p);
      line-height: var(--tw-leading, var(--text-p--line-height));
    }
  }
  .hs-button, .button-solid, .button-primary {
    background-color: var(--color-slime-500);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-green-700);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slime-600);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-green-900);
      }
    }
    &:active {
      background-color: var(--color-slime-700);
    }
    &:active {
      color: var(--color-green-900);
    }
  }
  .button-secondary {
    color: var(--color-white);
  }
  .button-white {
    background-color: var(--color-white);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-morph-terminal);
  }
  .hs-button, .button-solid, .button-primary.on-light {
    border-color: var(--color-green-400);
  }
  .button-primary.on-dark, .button-primary.on-9pm {
    border-color: var(--color-slime-450);
  }
  .button-secondary.on-light {
    border-color: var(--color-cool-grey-900);
    background-color: var(--color-9pm-500);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-9pm-600);
      }
    }
    &:active {
      background-color: var(--color-9pm-700);
    }
  }
  .button-secondary.on-dark {
    border-color: var(--color-9pm-400);
    background-color: var(--color-9pm-500);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-9pm-600);
      }
    }
    &:active {
      background-color: var(--color-9pm-700);
    }
  }
  .button-secondary.on-9pm {
    border-color: var(--color-9pm-400);
    background-color: var(--color-9pm-450);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-9pm-600);
      }
    }
    &:active {
      background-color: var(--color-9pm-700);
    }
  }
  .button-solid {
    width: max-content;
  }
  .arrow-link {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    @media (width >= 640px) {
      font-size: var(--text-p);
      line-height: var(--tw-leading, var(--text-p--line-height));
    }
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .arrow-link > .arrow-expanding, .arrow-link > .arrow-expanding-long, .arrow-link > .arrow-left, .arrow-link > .arrow-left-long {
    display: inline-block;
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .arrow-link > .arrow-left {
    margin-left: calc(var(--spacing) * 1);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .arrow-link > .arrow-left-long {
    margin-left: calc(var(--spacing) * 3);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .button > .arrow {
    margin-right: calc(var(--spacing) * 0);
    margin-left: calc(var(--spacing) * 1.5);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        margin-right: calc(var(--spacing) * -1);
      }
    }
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        width: calc(var(--spacing) * 5);
      }
    }
    &:is(:where(.group):focus *) {
      margin-right: calc(var(--spacing) * -1);
    }
    &:is(:where(.group):focus *) {
      width: calc(var(--spacing) * 5);
    }
  }
  .arrow, .arrow-expanding, .arrow-expanding-long, .arrow-left, .arrow-left-long, .arrow-down, .arrow-up, .chevron {
    &::before {
      content: var(--tw-content);
      height: calc(var(--spacing) * 0.5);
    }
    &::before {
      content: var(--tw-content);
      border-radius: var(--radius-xs);
    }
    &::before {
      content: var(--tw-content);
      background-color: currentcolor;
    }
    &::after {
      content: var(--tw-content);
      height: calc(var(--spacing) * 0.5);
    }
    &::after {
      content: var(--tw-content);
      border-radius: var(--radius-xs);
    }
    &::after {
      content: var(--tw-content);
      background-color: currentcolor;
    }
  }
  .arrow, .arrow-expanding, .arrow-expanding-long,   .arrow-down, .arrow-up, .chevron {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
    &::before {
      content: var(--tw-content);
      top: 1px;
    }
    &::before {
      content: var(--tw-content);
      right: -1px;
    }
    &::before {
      content: var(--tw-content);
      display: block;
    }
    &::before {
      content: var(--tw-content);
      width: var(--spacing-2\.25);
    }
    &::before {
      content: var(--tw-content);
      transform-origin: top right;
    }
    &::before {
      content: var(--tw-content);
      rotate: 45deg;
    }
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
    &::after {
      content: var(--tw-content);
      right: -1px;
    }
    &::after {
      content: var(--tw-content);
      bottom: 1px;
    }
    &::after {
      content: var(--tw-content);
      display: block;
    }
    &::after {
      content: var(--tw-content);
      width: var(--spacing-2\.25);
    }
    &::after {
      content: var(--tw-content);
      transform-origin: bottom right;
    }
    &::after {
      content: var(--tw-content);
      rotate: calc(45deg * -1);
    }
  }
  .arrow, .arrow-expanding, .arrow-expanding-long, .arrow-left, .arrow-left-long, .arrow-down, .arrow-up {
    position: relative;
    height: calc(var(--spacing) * 0.5);
    width: calc(var(--spacing) * 4);
    overflow: visible;
    border-radius: var(--radius-xs);
    background-color: currentcolor;
  }
  .arrow-expanding, .arrow-expanding-long {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:is(:where(.group\/link):hover *) {
      @media (hover: hover) {
        margin-right: calc(var(--spacing) * 0);
      }
    }
    &:is(:where(.group\/link):focus *) {
      margin-right: calc(var(--spacing) * 0);
    }
  }
  .arrow-expanding {
    margin-right: calc(var(--spacing) * 1);
    &:is(:where(.group\/link):hover *) {
      @media (hover: hover) {
        width: calc(var(--spacing) * 5);
      }
    }
    &:is(:where(.group\/link):focus *) {
      width: calc(var(--spacing) * 5);
    }
  }
  .arrow-expanding-long {
    margin-right: calc(var(--spacing) * 3);
    &:is(:where(.group\/link):hover *) {
      @media (hover: hover) {
        width: calc(var(--spacing) * 7);
      }
    }
    &:is(:where(.group\/link):focus *) {
      width: calc(var(--spacing) * 7);
    }
  }
  .arrow-left, .arrow-left-long {
    &:is(:where(.group\/link):hover *) {
      @media (hover: hover) {
        margin-left: calc(var(--spacing) * 0);
      }
    }
    &:is(:where(.group\/link):focus *) {
      margin-left: calc(var(--spacing) * 0);
    }
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
    &::before {
      content: var(--tw-content);
      top: 1px;
    }
    &::before {
      content: var(--tw-content);
      left: -1px;
    }
    &::before {
      content: var(--tw-content);
      display: block;
    }
    &::before {
      content: var(--tw-content);
      width: var(--spacing-2\.25);
    }
    &::before {
      content: var(--tw-content);
      transform-origin: top left;
    }
    &::before {
      content: var(--tw-content);
      rotate: calc(45deg * -1);
    }
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
    &::after {
      content: var(--tw-content);
      bottom: 1px;
    }
    &::after {
      content: var(--tw-content);
      left: -1px;
    }
    &::after {
      content: var(--tw-content);
      display: block;
    }
    &::after {
      content: var(--tw-content);
      width: var(--spacing-2\.25);
    }
    &::after {
      content: var(--tw-content);
      transform-origin: bottom left;
    }
    &::after {
      content: var(--tw-content);
      rotate: 45deg;
    }
  }
  .arrow-left {
    &:is(:where(.group\/link):hover *) {
      @media (hover: hover) {
        width: calc(var(--spacing) * 5);
      }
    }
    &:is(:where(.group\/link):focus *) {
      width: calc(var(--spacing) * 5);
    }
  }
  .arrow-left-long {
    &:is(:where(.group\/link):hover *) {
      @media (hover: hover) {
        width: calc(var(--spacing) * 7);
      }
    }
    &:is(:where(.group\/link):focus *) {
      width: calc(var(--spacing) * 7);
    }
  }
  .arrow-down {
    display: inline-block;
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    rotate: 90deg;
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:is(:where(.group\/link):hover *) {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * 0);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
    &:is(:where(.group\/link):hover *) {
      @media (hover: hover) {
        rotate: 90deg;
      }
    }
    &:is(:where(.group\/link):focus *) {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    &:is(:where(.group\/link):focus *) {
      rotate: 90deg;
    }
  }
  .arrow-up {
    display: inline-block;
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    rotate: calc(90deg * -1);
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:is(:where(.group\/link):hover *) {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -2);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
    &:is(:where(.group\/link):hover *) {
      @media (hover: hover) {
        rotate: calc(90deg * -1);
      }
    }
    &:is(:where(.group\/link):focus *) {
      --tw-translate-y: calc(var(--spacing) * -2);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    &:is(:where(.group\/link):focus *) {
      rotate: calc(90deg * -1);
    }
  }
  .chevron {
    position: relative;
    height: calc(var(--spacing) * 0.5);
    width: calc(var(--spacing) * 2);
    overflow: visible;
  }
  .video-embed {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .text-box {
    margin-bottom: calc(var(--spacing) * 7);
    border-radius: var(--radius-2xl);
    background-color: var(--color-neutral-40);
    padding: calc(var(--spacing) * 8);
  }
  .pull-quote {
    position: relative;
    margin-bottom: calc(var(--spacing) * 12);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 11);
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
    &::before {
      content: var(--tw-content);
      display: block;
    }
    &::before {
      content: var(--tw-content);
      height: calc(var(--spacing) * 5);
    }
    &::before {
      content: var(--tw-content);
      width: 100%;
    }
    &::before {
      content: var(--tw-content);
      width: var(--spacing-full);
    }
    &::before {
      content: var(--tw-content);
      border-top-left-radius: var(--radius-2xl);
      border-top-right-radius: var(--radius-2xl);
    }
    &::before {
      content: var(--tw-content);
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
    &::before {
      content: var(--tw-content);
      border-color: currentcolor;
    }
    &::before {
      content: var(--tw-content);
      border-bottom-color: transparent;
    }
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
    &::after {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 0);
    }
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
    &::after {
      content: var(--tw-content);
      display: block;
    }
    &::after {
      content: var(--tw-content);
      height: calc(var(--spacing) * 5);
    }
    &::after {
      content: var(--tw-content);
      width: 100%;
    }
    &::after {
      content: var(--tw-content);
      width: var(--spacing-full);
    }
    &::after {
      content: var(--tw-content);
      border-bottom-right-radius: var(--radius-2xl);
      border-bottom-left-radius: var(--radius-2xl);
    }
    &::after {
      content: var(--tw-content);
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
    &::after {
      content: var(--tw-content);
      border-color: currentcolor;
    }
    &::after {
      content: var(--tw-content);
      border-top-color: transparent;
    }
    @media (width >= 640px) {
      padding-inline: calc(var(--spacing) * 8);
    }
    @media (width >= 640px) {
      padding-block: calc(var(--spacing) * 14);
    }
  }
  .pull-quote blockquote {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
    &::before {
      content: var(--tw-content);
      --tw-translate-x: -100%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    &::before {
      content: var(--tw-content);
      --tw-translate-x: calc(var(--spacing-full) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    &::before {
      content: var(--tw-content);
      --tw-content: '“';
      content: var(--tw-content);
    }
    &::after {
      content: var(--tw-content);
      --tw-content: '”';
      content: var(--tw-content);
    }
  }
  .pull-quote cite {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
    margin-top: calc(var(--spacing) * 6);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    @media (width >= 640px) {
      font-size: var(--text-p);
      line-height: var(--tw-leading, var(--text-p--line-height));
    }
    font-style: normal;
    &::before {
      content: var(--tw-content);
      --tw-content: '—';
      content: var(--tw-content);
    }
  }
  .ais-Highlight-highlighted, .ais-Snippet-highlighted {
    background-color: transparent;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  [type='search'] {
    appearance: textfield;
  }
  ::-ms-clear {
    display: none;
  }
  ::-webkit-search-cancel-button {
    display: none;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  pre code.hljs {
    background-color: var(--color-9pm-500);
    color: var(--color-body-light);
  }
  .hljs-comment, .hljs-quote, .hljs-meta {
    color: #73B0FF;
  }
  .hljs-keyword, .hljs-selector-tag, .hljs-tag, .hljs-name {
    color: #A8C9FF;
  }
  .hljs-string, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-addition {
    color: var(--color-slime-450);
  }
  .hljs-subst {
    color: var(--color-green-200);
  }
  .hljs-regexp, .hljs-link, .hljs-title, .hljs-section, .hljs-type, .hljs-doctag {
    color: hsl(58,97%,73%);
  }
  .hljs-symbol, .hljs-bullet, .hljs-variable, .hljs-template-variable, .hljs-literal {
    color: var(--color-purple-200);
  }
  .hljs-number, .hljs-deletion {
    color: hsl(0,97%,73%);
  }
  .hljs-link {
    text-decoration-line: underline;
  }
  .hljs-emphasis {
    font-style: italic;
  }
  .hljs-strong {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .deep-link-anchor {
    position: absolute;
    margin-top: calc(var(--spacing-18) * -1);
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  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-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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@keyframes slide-x {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0vw);
  }
}
@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-border-style: solid;
      --tw-duration: 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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-font-weight: initial;
      --tw-leading: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}
