/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
    --font-mono: "JetBrains Mono", ui-monospace, monospace;
    --color-black: #18181b;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-body-text: #3f3f46;
    --color-background: #fdf6e2;
    --color-card-background: #fafeff;
    --color-code-background: #ffffff;
    --color-pink: #ffade6;
    --color-yellow: #fde68a;
    --color-green: #b6ffad;
    --color-blue: #8adafd;
    --color-error: #fd8a8a;
    --text-title: 3.75rem;
    --text-title--line-height: 3.75rem;
    --text-title--font-weight: 800;
    --text-title--letter-spacing: -0.025em;
    --text-title-compact: 2.25rem;
    --text-title-compact--line-height: 2.25rem;
    --text-title-compact--font-weight: 800;
    --text-title-compact--letter-spacing: -0.025em;
    --text-status: 3.75rem;
    --text-status--line-height: 3.75rem;
    --text-status--font-weight: 800;
    --text-status--letter-spacing: 0em;
    --text-status-compact: 2.25rem;
    --text-status-compact--line-height: 2.25rem;
    --text-status-compact--font-weight: 800;
    --text-status-compact--letter-spacing: 0em;
    --text-countdown: 8rem;
    --text-countdown--line-height: 8rem;
    --text-countdown--font-weight: 800;
    --text-countdown--letter-spacing: 0em;
    --text-heading-1: 1.5rem;
    --text-heading-1--line-height: 2rem;
    --text-heading-1--font-weight: 800;
    --text-heading-1--letter-spacing: -0.025em;
    --text-body: 1.125rem;
    --text-body--line-height: 1.5rem;
    --text-body--font-weight: 500;
    --text-heading-2: 1.25rem;
    --text-heading-2--line-height: 1.75rem;
    --text-heading-2--font-weight: 800;
    --text-heading-2--letter-spacing: -0.025em;
    --text-body-small: 0.875rem;
    --text-body-small--line-height: 1.25rem;
    --text-body-small--font-weight: 500;
    --text-body-smallest: 0.75rem;
    --text-body-smallest--line-height: 1.125rem;
    --text-body-smallest--font-weight: 400;
    --text-nav-link: 0.875rem;
    --text-nav-link--line-height: 1.25rem;
    --text-nav-link--font-weight: 700;
    --text-button: 0.75rem;
    --text-button--line-height: 1rem;
    --text-button--font-weight: 800;
    --text-button--letter-spacing: 0.025em;
    --text-code-title: 0.75rem;
    --text-code-title--line-height: 1rem;
    --text-code-title--font-weight: 700;
    --text-code-body: 0.75rem;
    --text-code-body--line-height: 1.25rem;
    --text-code-body--font-weight: 400;
    --text-large-code-body: 0.875rem;
    --text-large-code-body--line-height: 1.25rem;
    --text-large-code-body--font-weight: 400;
    --text-code-small: 0.625rem;
    --text-code-small--line-height: 1rem;
    --text-code-small--font-weight: 800;
    --text-code-small--letter-spacing: 0.03em;
    --radius-button: 0.5rem;
    --radius-card: 0.75rem;
    --radius-badge: 0.25rem;
    --radius-section: 1rem;
    --border-width-2: 0.125rem;
    --container-page: 78.5rem;
    --container-main: 56rem;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: 0px;
  }
  .-inset-x-4 {
    inset-inline: calc(var(--spacing) * -4);
  }
  .-inset-y-4 {
    inset-block: calc(var(--spacing) * -4);
  }
  .-top-\[1\.11875rem\] {
    top: calc(1.11875rem * -1);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-\[7\.9375rem\] {
    top: 7.9375rem;
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .bottom-1\.5 {
    bottom: calc(var(--spacing) * 1.5);
  }
  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .-left-\[1\.1875rem\] {
    left: calc(1.1875rem * -1);
  }
  .left-0 {
    left: 0px;
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-\[4\.29375rem\] {
    left: 4.29375rem;
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-\[0\.4375rem\] {
    margin-top: 0.4375rem;
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .size-1\.5 {
    width: calc(var(--spacing) * 1.5);
    height: calc(var(--spacing) * 1.5);
  }
  .size-2\.5 {
    width: calc(var(--spacing) * 2.5);
    height: calc(var(--spacing) * 2.5);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-\[0\.875rem\] {
    height: 0.875rem;
  }
  .h-\[1\.625rem\] {
    height: 1.625rem;
  }
  .h-\[2\.875rem\] {
    height: 2.875rem;
  }
  .h-\[3\.875rem\] {
    height: 3.875rem;
  }
  .h-\[6\.25rem\] {
    height: 6.25rem;
  }
  .h-\[15\.125rem\] {
    height: 15.125rem;
  }
  .min-h-0 {
    min-height: 0px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1 {
    width: var(--spacing);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-44 {
    width: calc(var(--spacing) * 44);
  }
  .w-73\.75 {
    width: calc(var(--spacing) * 73.75);
  }
  .w-\[2\.875rem\] {
    width: 2.875rem;
  }
  .w-\[5\.1875rem\] {
    width: 5.1875rem;
  }
  .w-\[6\.25rem\] {
    width: 6.25rem;
  }
  .w-\[7\.25rem\] {
    width: 7.25rem;
  }
  .w-\[8\.5rem\] {
    width: 8.5rem;
  }
  .w-\[18rem\] {
    width: 18rem;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[22\.375rem\] {
    max-width: 22.375rem;
  }
  .max-w-\[28rem\] {
    max-width: 28rem;
  }
  .max-w-main {
    max-width: var(--container-main);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-page {
    max-width: var(--container-page);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: 0px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    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);
  }
  .-rotate-1 {
    rotate: calc(1deg * -1);
  }
  .-rotate-\[0\.5deg\] {
    rotate: calc(0.5deg * -1);
  }
  .-rotate-\[1\.2deg\] {
    rotate: calc(1.2deg * -1);
  }
  .-rotate-\[2deg\] {
    rotate: calc(2deg * -1);
  }
  .-rotate-\[4deg\] {
    rotate: calc(4deg * -1);
  }
  .-rotate-\[5deg\] {
    rotate: calc(5deg * -1);
  }
  .rotate-1 {
    rotate: 1deg;
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .rotate-\[0\.75deg\] {
    rotate: 0.75deg;
  }
  .rotate-\[1\.2deg\] {
    rotate: 1.2deg;
  }
  .rotate-\[1deg\] {
    rotate: 1deg;
  }
  .rotate-\[3deg\] {
    rotate: 3deg;
  }
  .rotate-\[5deg\] {
    rotate: 5deg;
  }
  .rotate-\[15deg\] {
    rotate: 15deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .cursor-text {
    cursor: text;
  }
  .scrollbar-gutter-stable {
    scrollbar-gutter: stable;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-start {
    align-content: flex-start;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-0 {
    gap: 0px;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .self-stretch {
    align-self: stretch;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-badge {
    border-radius: var(--radius-badge);
  }
  .rounded-button {
    border-radius: var(--radius-button);
  }
  .rounded-card {
    border-radius: var(--radius-card);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-section {
    border-radius: var(--radius-section);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: var(--border-width-2);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-black\/10 {
    border-color: color-mix(in srgb, #18181b 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .bg-blue {
    background-color: var(--color-blue);
  }
  .bg-blue\/25 {
    background-color: color-mix(in srgb, #8adafd 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-blue) 25%, transparent);
    }
  }
  .bg-blue\/75 {
    background-color: color-mix(in srgb, #8adafd 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-blue) 75%, transparent);
    }
  }
  .bg-card-background {
    background-color: var(--color-card-background);
  }
  .bg-code-background {
    background-color: var(--color-code-background);
  }
  .bg-green {
    background-color: var(--color-green);
  }
  .bg-pink {
    background-color: var(--color-pink);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-yellow {
    background-color: var(--color-yellow);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: 0px;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-0 {
    padding-inline: 0px;
  }
  .px-1 {
    padding-inline: var(--spacing);
  }
  .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-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pb-1 {
    padding-bottom: var(--spacing);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-button {
    font-size: var(--text-button);
    line-height: var(--tw-leading, var(--text-button--line-height));
    letter-spacing: var(--tw-tracking, var(--text-button--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-button--font-weight));
  }
  .text-code-small {
    font-size: var(--text-code-small);
    line-height: var(--tw-leading, var(--text-code-small--line-height));
    letter-spacing: var(--tw-tracking, var(--text-code-small--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-code-small--font-weight));
  }
  .text-countdown {
    font-size: var(--text-countdown);
    line-height: var(--tw-leading, var(--text-countdown--line-height));
    letter-spacing: var(--tw-tracking, var(--text-countdown--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-countdown--font-weight));
  }
  .text-heading-1 {
    font-size: var(--text-heading-1);
    line-height: var(--tw-leading, var(--text-heading-1--line-height));
    letter-spacing: var(--tw-tracking, var(--text-heading-1--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-heading-1--font-weight));
  }
  .text-heading-2 {
    font-size: var(--text-heading-2);
    line-height: var(--tw-leading, var(--text-heading-2--line-height));
    letter-spacing: var(--tw-tracking, var(--text-heading-2--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-heading-2--font-weight));
  }
  .text-status-compact {
    font-size: var(--text-status-compact);
    line-height: var(--tw-leading, var(--text-status-compact--line-height));
    letter-spacing: var(--tw-tracking, var(--text-status-compact--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-status-compact--font-weight));
  }
  .text-title-compact {
    font-size: var(--text-title-compact);
    line-height: var(--tw-leading, var(--text-title-compact--line-height));
    letter-spacing: var(--tw-tracking, var(--text-title-compact--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-title-compact--font-weight));
  }
  .text-body {
    font-size: var(--text-body);
    line-height: var(--tw-leading, var(--text-body--line-height));
    font-weight: var(--tw-font-weight, var(--text-body--font-weight));
  }
  .text-body-small {
    font-size: var(--text-body-small);
    line-height: var(--tw-leading, var(--text-body-small--line-height));
    font-weight: var(--tw-font-weight, var(--text-body-small--font-weight));
  }
  .text-body-smallest {
    font-size: var(--text-body-smallest);
    line-height: var(--tw-leading, var(--text-body-smallest--line-height));
    font-weight: var(--tw-font-weight, var(--text-body-smallest--font-weight));
  }
  .text-code-body {
    font-size: var(--text-code-body);
    line-height: var(--tw-leading, var(--text-code-body--line-height));
    font-weight: var(--tw-font-weight, var(--text-code-body--font-weight));
  }
  .text-code-title {
    font-size: var(--text-code-title);
    line-height: var(--tw-leading, var(--text-code-title--line-height));
    font-weight: var(--tw-font-weight, var(--text-code-title--font-weight));
  }
  .text-large-code-body {
    font-size: var(--text-large-code-body);
    line-height: var(--tw-leading, var(--text-large-code-body--line-height));
    font-weight: var(--tw-font-weight, var(--text-large-code-body--font-weight));
  }
  .text-nav-link {
    font-size: var(--text-nav-link);
    line-height: var(--tw-leading, var(--text-nav-link--line-height));
    font-weight: var(--tw-font-weight, var(--text-nav-link--font-weight));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .hyphens-auto {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-body-text {
    color: var(--color-body-text);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-blue {
    text-decoration-color: var(--color-blue);
  }
  .decoration-2 {
    text-decoration-thickness: 2px;
  }
  .decoration-\[12\%\] {
    text-decoration-thickness: 12%;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .\[background-blend-mode\:overlay\] {
    background-blend-mode: overlay;
  }
  .shadow-extra {
    --tw-shadow: 0.25rem 0.25rem 0 var(--tw-shadow-color, var(--color-black));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-regular {
    --tw-shadow: 0.125rem 0.125rem 0 var(--tw-shadow-color, var(--color-black));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-thin {
    --tw-shadow: 0.0625rem 0.0625rem 0 var(--tw-shadow-color, var(--color-black));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur-\[5px\] {
    --tw-blur: blur(5px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[transform\,opacity\] {
    transition-property: transform,opacity;
    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));
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .\[hyphenate-limit-chars\:10_3_3\] {
    hyphenate-limit-chars: 10 3 3;
  }
  @media (hover: hover) {
    .group-hover\:pointer-events-auto:is(:where(.group):hover *) {
      pointer-events: auto;
    }
    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 100%;
    }
  }
  .placeholder\:text-black::placeholder {
    color: var(--color-black);
  }
  .placeholder\:text-body-text::placeholder {
    color: var(--color-body-text);
  }
  .placeholder\:text-error::placeholder {
    color: var(--color-error);
  }
  .after\:pointer-events-none::after {
    content: var(--tw-content);
    pointer-events: none;
  }
  .after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
  }
  .after\:inset-x-0::after {
    content: var(--tw-content);
    inset-inline: 0px;
  }
  .after\:bottom-0::after {
    content: var(--tw-content);
    bottom: 0px;
  }
  .after\:h-0\.5::after {
    content: var(--tw-content);
    height: calc(var(--spacing) * 0.5);
  }
  .after\:origin-left::after {
    content: var(--tw-content);
    transform-origin: 0;
  }
  .after\:scale-x-0::after {
    content: var(--tw-content);
    --tw-scale-x: 0%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .after\:bg-pink::after {
    content: var(--tw-content);
    background-color: var(--color-pink);
  }
  .after\:transition-transform::after {
    content: var(--tw-content);
    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));
  }
  .after\:duration-200::after {
    content: var(--tw-content);
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .after\:ease-out::after {
    content: var(--tw-content);
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .after\:content-\[\'\'\]::after {
    --tw-content: '';
    content: var(--tw-content);
  }
  .user-invalid\:text-error:user-invalid {
    color: var(--color-error);
  }
  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
    .hover\:after\:scale-x-100:hover::after {
      content: var(--tw-content);
      --tw-scale-x: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  .active\:translate-x-0\.5:active {
    --tw-translate-x: calc(var(--spacing) * 0.5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .active\:translate-x-1:active {
    --tw-translate-x: var(--spacing);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .active\:translate-y-0\.5:active {
    --tw-translate-y: calc(var(--spacing) * 0.5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .active\:translate-y-1:active {
    --tw-translate-y: var(--spacing);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .active\:shadow-none:active {
    --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);
  }
  .has-\[\:user-invalid\]\:border-error:has(:is(:user-invalid)) {
    border-color: var(--color-error);
  }
  .aria-\[current\=page\]\:after\:scale-x-100[aria-current="page"]::after {
    content: var(--tw-content);
    --tw-scale-x: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  @media (width < 48rem) {
    .max-md\:block {
      display: block;
    }
  }
  @media (width >= 48rem) {
    .md\:bottom-4 {
      bottom: calc(var(--spacing) * 4);
    }
    .md\:left-0 {
      left: 0px;
    }
    .md\:flex {
      display: flex;
    }
    .md\:hidden {
      display: none;
    }
    .md\:h-8 {
      height: calc(var(--spacing) * 8);
    }
    .md\:w-auto {
      width: auto;
    }
    .md\:w-full {
      width: 100%;
    }
    .md\:max-w-none {
      max-width: none;
    }
    .md\:flex-row {
      flex-direction: row;
    }
    .md\:items-center {
      align-items: center;
    }
    .md\:justify-center {
      justify-content: center;
    }
    .md\:gap-2 {
      gap: calc(var(--spacing) * 2);
    }
    .md\:gap-16 {
      gap: calc(var(--spacing) * 16);
    }
    .md\:border-b-2 {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: var(--border-width-2);
    }
    .md\:pt-8 {
      padding-top: calc(var(--spacing) * 8);
    }
    .md\:pb-0 {
      padding-bottom: 0px;
    }
    .md\:pb-4 {
      padding-bottom: calc(var(--spacing) * 4);
    }
    .md\:pb-16 {
      padding-bottom: calc(var(--spacing) * 16);
    }
    .md\:text-title {
      font-size: var(--text-title);
      line-height: var(--tw-leading, var(--text-title--line-height));
      letter-spacing: var(--tw-tracking, var(--text-title--letter-spacing));
      font-weight: var(--tw-font-weight, var(--text-title--font-weight));
    }
    .md\:text-body {
      font-size: var(--text-body);
      line-height: var(--tw-leading, var(--text-body--line-height));
      font-weight: var(--tw-font-weight, var(--text-body--font-weight));
    }
  }
  @media (width >= 64rem) {
    .lg\:absolute {
      position: absolute;
    }
    .lg\:relative {
      position: relative;
    }
    .lg\:inset-0 {
      inset: 0px;
    }
    .lg\:-inset-x-12 {
      inset-inline: calc(var(--spacing) * -12);
    }
    .lg\:-top-6 {
      top: calc(var(--spacing) * -6);
    }
    .lg\:top-\[1\.6875rem\] {
      top: 1.6875rem;
    }
    .lg\:top-\[29\.625rem\] {
      top: 29.625rem;
    }
    .lg\:top-\[59\.75rem\] {
      top: 59.75rem;
    }
    .lg\:top-\[93\.8125rem\] {
      top: 93.8125rem;
    }
    .lg\:top-\[124\.1875rem\] {
      top: 124.1875rem;
    }
    .lg\:-bottom-6 {
      bottom: calc(var(--spacing) * -6);
    }
    .lg\:left-3 {
      left: calc(var(--spacing) * 3);
    }
    .lg\:block {
      display: block;
    }
    .lg\:hidden {
      display: none;
    }
    .lg\:h-\[164\.875rem\] {
      height: 164.875rem;
    }
    .lg\:h-auto {
      height: auto;
    }
    .lg\:min-h-0 {
      min-height: 0px;
    }
    .lg\:w-\[19rem\] {
      width: 19rem;
    }
    .lg\:w-\[22\.375rem\] {
      width: 22.375rem;
    }
    .lg\:w-\[calc\(100\%-1\.5rem\)\] {
      width: calc(100% - 1.5rem);
    }
    .lg\:w-auto {
      width: auto;
    }
    .lg\:min-w-0 {
      min-width: 0px;
    }
    .lg\:flex-1 {
      flex: 1;
    }
    .lg\:shrink-0 {
      flex-shrink: 0;
    }
    .lg\:rotate-0 {
      rotate: 0deg;
    }
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:flex-row {
      flex-direction: row;
    }
    .lg\:items-center {
      align-items: center;
    }
    .lg\:justify-center {
      justify-content: center;
    }
    .lg\:gap-16 {
      gap: calc(var(--spacing) * 16);
    }
    .lg\:self-stretch {
      align-self: stretch;
    }
    .lg\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
    .lg\:px-32 {
      padding-inline: calc(var(--spacing) * 32);
    }
    .lg\:py-0 {
      padding-block: 0px;
    }
    .lg\:pb-16 {
      padding-bottom: calc(var(--spacing) * 16);
    }
    .lg\:text-left {
      text-align: left;
    }
    .lg\:text-status {
      font-size: var(--text-status);
      line-height: var(--tw-leading, var(--text-status--line-height));
      letter-spacing: var(--tw-tracking, var(--text-status--letter-spacing));
      font-weight: var(--tw-font-weight, var(--text-status--font-weight));
    }
    .lg\:text-body {
      font-size: var(--text-body);
      line-height: var(--tw-leading, var(--text-body--line-height));
      font-weight: var(--tw-font-weight, var(--text-body--font-weight));
    }
    .lg\:whitespace-nowrap {
      white-space: nowrap;
    }
  }
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/static/plus-jakarta-sans.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("/static/jetbrains-mono.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: var(--font-sans);
  color: var(--color-black);
  background-color: var(--color-background);
}
button, a, input {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
[data-face] {
  transition: transform 0.5s ease-out;
}
[data-plate] {
  transition: box-shadow 0.15s ease;
}
[data-face][data-lift] [data-plate] {
  --tw-shadow: 0.375rem 0.375rem 0 var(--color-black);
}
[data-slide="left"]:not([data-in]) [data-face] {
  transform: translateX(-6rem);
}
[data-slide="right"]:not([data-in]) [data-face] {
  transform: translateX(6rem);
}
[data-loading-card]::after {
  content: "";
  display: inline-block;
  width: 3ch;
  text-align: left;
  animation: loading-card-dots 1.2s infinite;
}
@keyframes loading-card-dots {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
}
@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-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
