/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
/*!
 * Justified gallery style
 */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-yellow-200: oklch(94.5% 0.129 101.54);
    --color-green-200: oklch(92.5% 0.084 155.995);
    --color-blue-200: oklch(88.2% 0.059 254.128);
    --color-pink-200: oklch(89.9% 0.061 343.231);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 16px;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #0f766e;
    --color-body: #f7f8fa;
    --color-border: #d8dee7;
    --color-light: #eef2f6;
    --color-dark: #0b1018;
    --color-text: #4a5565;
    --color-text-dark: #111827;
    --color-text-light: #687386;
    --color-darkmode-primary: #5eead4;
    --color-darkmode-body: #07090d;
    --color-darkmode-border: #26313f;
    --color-darkmode-light: #101722;
    --color-darkmode-text: #b7c1cf;
    --color-darkmode-text-dark: #f7fbff;
    --color-darkmode-text-light: #7f8c9d;
    --font-primary: Inter, sans-serif;
    --font-secondary: Space Grotesk, sans-serif;
    --text-base-sm: 12.8px;
    --text-h6: 1.18rem;
    --text-h5: 1.3923999999999999rem;
    --text-h4: 1.6430319999999998rem;
    --text-h3: 1.9387777599999998rem;
    --text-h3-sm: 1.744899984rem;
    --text-h2: 2.2877577567999996rem;
    --text-h2-sm: 2.0589819811199996rem;
    --text-h1: 2.6995541530239993rem;
    --text-h1-sm: 2.4295987377215993rem;
  }
}
@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;
  }
  ::-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 {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start-1 {
    inset-inline-start: calc(var(--spacing) * 1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\.5 {
    top: calc(var(--spacing) * 1.5);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .z-10 {
    z-index: 10;
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  .order-0 {
    order: 0;
  }
  .order-0 {
    order: 0;
  }
  .order-1 {
    order: 1;
  }
  .order-1 {
    order: 1;
  }
  .order-3 {
    order: 3;
  }
  .order-3 {
    order: 3;
  }
  .col-12 {
    grid-column: 12;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-1 {
    margin: calc(var(--spacing) * 1);
  }
  .m-3 {
    margin: calc(var(--spacing) * 3);
  }
  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-inline: calc(var(--bs-gutter-x) / -2);
    > * {
      box-sizing: border-box;
      flex-shrink: 0;
      width: 100%;
      max-width: 100%;
      padding-inline: calc(var(--bs-gutter-x) / 2);
      margin-top: var(--bs-gutter-y);
    }
  }
  .container {
    max-width: var(--container-max-width);
    width: 100%;
    margin-inline: auto;
    padding-inline: var(--bs-gutter-x, calc(1.5rem / 2));
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .ms-1 {
    margin-inline-start: calc(var(--spacing) * 1);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-11 {
    margin-top: calc(var(--spacing) * 11);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mr-5 {
    margin-right: calc(var(--spacing) * 5);
  }
  .form-label {
    margin-bottom: calc(var(--spacing) * 4);
    display: block;
    font-family: var(--font-secondary);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-text-dark);
    &:where(.dark, .dark *) {
      color: var(--color-darkmode-text-light);
    }
  }
  .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-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-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
  .mb-28 {
    margin-bottom: calc(var(--spacing) * 28);
  }
  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-auto {
    margin-left: auto;
  }
  .form-input {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
    &::placeholder {
      color: oklch(55.1% 0.027 264.364);
      opacity: 1;
    }
    &::-webkit-datetime-edit-fields-wrapper {
      padding: 0;
    }
    &::-webkit-date-and-time-value {
      min-height: 1.5em;
    }
    &::-webkit-date-and-time-value {
      text-align: inherit;
    }
    &::-webkit-datetime-edit {
      display: inline-flex;
    }
    &::-webkit-datetime-edit {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-year-field {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-month-field {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-day-field {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-hour-field {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-minute-field {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-second-field {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-millisecond-field {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-meridiem-field {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  .col {
    flex: 1 0 0%;
    width: initial;
    display: initial;
  }
  .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;
  }
  .inline-grid {
    display: inline-grid;
  }
  .inline-table {
    display: inline-table;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table-cell {
    display: table-cell;
  }
  .table-row {
    display: table-row;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .form-input {
    width: 100%;
    border-radius: 0.25rem;
    border-color: transparent;
    background-color: var(--color-light);
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 4);
    color: var(--color-text-dark);
    &::placeholder {
      color: var(--color-text-light);
    }
    &:focus {
      border-color: var(--color-primary);
    }
    &:focus {
      --tw-ring-color: transparent;
    }
    &:where(.dark, .dark *) {
      border-color: var(--color-darkmode-border);
    }
    &:where(.dark, .dark *) {
      background-color: var(--color-darkmode-light);
    }
    &:where(.dark, .dark *) {
      color: var(--color-darkmode-text-light);
    }
    &:where(.dark, .dark *) {
      &:focus {
        border-color: var(--color-darkmode-primary);
      }
    }
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-75 {
    width: calc(var(--spacing) * 75);
  }
  .w-\[30px\]\! {
    width: 30px !important;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .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);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform\! {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,) !important;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-1 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-3 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .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-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-border {
    border-color: var(--color-border);
  }
  .bg-body {
    background-color: var(--color-body);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-light {
    background-color: var(--color-light);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient {
    --tw-gradient-position: to bottom;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to bottom in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: rgba(249,249,249,1);
    --tw-gradient-from-position: 0.53%;
    --tw-gradient-to: var(--color-white);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    --tw-gradient-to-position: 83.28%;
    &:where(.dark, .dark *) {
      --tw-gradient-from: var(--color-darkmode-light);
      --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));
    }
    &:where(.dark, .dark *) {
      --tw-gradient-to: var(--color-darkmode-body);
      --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-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-body {
    --tw-gradient-from: var(--color-body);
    --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-light {
    --tw-gradient-to: var(--color-light);
    --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));
  }
  .fill-current {
    fill: currentcolor;
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .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-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-\[2\.5px\] {
    padding-block: 2.5px;
  }
  .pt-7 {
    padding-top: calc(var(--spacing) * 7);
  }
  .pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .font-primary {
    font-family: var(--font-primary);
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[8rem\] {
    font-size: 8rem;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-h3 {
    font-size: var(--text-h3);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-\[\#121212\] {
    color: #121212;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-text-dark {
    color: var(--color-text-dark);
  }
  .text-text-light {
    color: var(--color-text-light);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .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);
  }
  .ring {
    --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);
  }
  .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,);
  }
  .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,);
  }
  .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));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .peer-checked\:visible {
    &:is(:where(.peer):checked ~ *) {
      visibility: visible;
    }
  }
  .peer-checked\:block {
    &:is(:where(.peer):checked ~ *) {
      display: block;
    }
  }
  .peer-checked\:opacity-100 {
    &:is(:where(.peer):checked ~ *) {
      opacity: 100%;
    }
  }
  .hover\:bg-light {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-light);
      }
    }
  }
  .hover\:bg-primary {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary);
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .sm\:col-10 {
    @media (width >= 40rem) {
      grid-column: 10;
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:col-10 {
    @media (width >= 40rem) {
      flex: 0 0 auto;
      width: 83.33333333333334%;
    }
  }
  .sm\:bg-red-200 {
    @media (width >= 40rem) {
      background-color: var(--color-red-200);
    }
  }
  .md\:order-1 {
    @media (width >= 48rem) {
      order: 1;
    }
  }
  .md\:order-1 {
    @media (width >= 48rem) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 48rem) {
      order: 2;
    }
  }
  .md\:order-2 {
    @media (width >= 48rem) {
      order: 2;
    }
  }
  .md\:col-5 {
    @media (width >= 48rem) {
      grid-column: 5;
    }
  }
  .md\:col-6 {
    @media (width >= 48rem) {
      grid-column: 6;
    }
  }
  .md\:col-7 {
    @media (width >= 48rem) {
      grid-column: 7;
    }
  }
  .md\:col-8 {
    @media (width >= 48rem) {
      grid-column: 8;
    }
  }
  .md\:col-9 {
    @media (width >= 48rem) {
      grid-column: 9;
    }
  }
  .md\:col-10 {
    @media (width >= 48rem) {
      grid-column: 10;
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:col-5 {
    @media (width >= 48rem) {
      flex: 0 0 auto;
      width: 41.66666666666667%;
    }
  }
  .md\:col-6 {
    @media (width >= 48rem) {
      flex: 0 0 auto;
      width: 50%;
    }
  }
  .md\:col-7 {
    @media (width >= 48rem) {
      flex: 0 0 auto;
      width: 58.333333333333336%;
    }
  }
  .md\:col-8 {
    @media (width >= 48rem) {
      flex: 0 0 auto;
      width: 66.66666666666667%;
    }
  }
  .md\:col-9 {
    @media (width >= 48rem) {
      flex: 0 0 auto;
      width: 75%;
    }
  }
  .md\:col-10 {
    @media (width >= 48rem) {
      flex: 0 0 auto;
      width: 83.33333333333334%;
    }
  }
  .md\:bg-yellow-200 {
    @media (width >= 48rem) {
      background-color: var(--color-yellow-200);
    }
  }
  .lg\:invisible {
    @media (width >= 64rem) {
      visibility: hidden;
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:col-3 {
    @media (width >= 64rem) {
      grid-column: 3;
    }
  }
  .lg\:col-4 {
    @media (width >= 64rem) {
      grid-column: 4;
    }
  }
  .lg\:col-6 {
    @media (width >= 64rem) {
      grid-column: 6;
    }
  }
  .lg\:col-7 {
    @media (width >= 64rem) {
      grid-column: 7;
    }
  }
  .lg\:col-8 {
    @media (width >= 64rem) {
      grid-column: 8;
    }
  }
  .lg\:col-10 {
    @media (width >= 64rem) {
      grid-column: 10;
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:ml-0 {
    @media (width >= 64rem) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:inline-block {
    @media (width >= 64rem) {
      display: inline-block;
    }
  }
  .lg\:col-3 {
    @media (width >= 64rem) {
      flex: 0 0 auto;
      width: 25%;
    }
  }
  .lg\:col-4 {
    @media (width >= 64rem) {
      flex: 0 0 auto;
      width: 33.333333333333336%;
    }
  }
  .lg\:col-6 {
    @media (width >= 64rem) {
      flex: 0 0 auto;
      width: 50%;
    }
  }
  .lg\:col-7 {
    @media (width >= 64rem) {
      flex: 0 0 auto;
      width: 58.333333333333336%;
    }
  }
  .lg\:col-8 {
    @media (width >= 64rem) {
      flex: 0 0 auto;
      width: 66.66666666666667%;
    }
  }
  .lg\:col-10 {
    @media (width >= 64rem) {
      flex: 0 0 auto;
      width: 83.33333333333334%;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:\!max-w-\[800px\] {
    @media (width >= 64rem) {
      max-width: 800px !important;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:space-x-2 {
    @media (width >= 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .lg\:border-r-0 {
    @media (width >= 64rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
    }
  }
  .lg\:bg-green-200 {
    @media (width >= 64rem) {
      background-color: var(--color-green-200);
    }
  }
  .lg\:pr-0 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .lg\:pb-0 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-right {
    @media (width >= 64rem) {
      text-align: right;
    }
  }
  .lg\:text-h1 {
    @media (width >= 64rem) {
      font-size: var(--text-h1);
    }
  }
  .lg\:opacity-0 {
    @media (width >= 64rem) {
      opacity: 0%;
    }
  }
  .lg\:group-hover\:visible {
    @media (width >= 64rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          visibility: visible;
        }
      }
    }
  }
  .lg\:group-hover\:opacity-100 {
    @media (width >= 64rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          opacity: 100%;
        }
      }
    }
  }
  .xl\:col-6 {
    @media (width >= 80rem) {
      grid-column: 6;
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:col-6 {
    @media (width >= 80rem) {
      flex: 0 0 auto;
      width: 50%;
    }
  }
  .xl\:space-x-8 {
    @media (width >= 80rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .xl\:bg-blue-200 {
    @media (width >= 80rem) {
      background-color: var(--color-blue-200);
    }
  }
  .xl\:p-20 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 20);
    }
  }
  .\32 xl\:block {
    @media (width >= 96rem) {
      display: block;
    }
  }
  .\32 xl\:hidden {
    @media (width >= 96rem) {
      display: none;
    }
  }
  .\32 xl\:bg-pink-200 {
    @media (width >= 96rem) {
      background-color: var(--color-pink-200);
    }
  }
  .dark\:border-darkmode-border {
    &:where(.dark, .dark *) {
      border-color: var(--color-darkmode-border);
    }
  }
  .dark\:bg-darkmode-body {
    &:where(.dark, .dark *) {
      background-color: var(--color-darkmode-body);
    }
  }
  .dark\:bg-darkmode-light {
    &:where(.dark, .dark *) {
      background-color: var(--color-darkmode-light);
    }
  }
  .dark\:bg-darkmode-primary {
    &:where(.dark, .dark *) {
      background-color: var(--color-darkmode-primary);
    }
  }
  .dark\:from-darkmode-body {
    &:where(.dark, .dark *) {
      --tw-gradient-from: var(--color-darkmode-body);
      --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));
    }
  }
  .dark\:to-darkmode-light {
    &:where(.dark, .dark *) {
      --tw-gradient-to: var(--color-darkmode-light);
      --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));
    }
  }
  .dark\:text-darkmode-primary {
    &:where(.dark, .dark *) {
      color: var(--color-darkmode-primary);
    }
  }
  .dark\:text-darkmode-text-dark {
    &:where(.dark, .dark *) {
      color: var(--color-darkmode-text-dark);
    }
  }
  .dark\:text-darkmode-text-light {
    &:where(.dark, .dark *) {
      color: var(--color-darkmode-text-light);
    }
  }
  .dark\:text-text-dark {
    &:where(.dark, .dark *) {
      color: var(--color-text-dark);
    }
  }
  .dark\:text-white {
    &:where(.dark, .dark *) {
      color: var(--color-white);
    }
  }
  .dark\:opacity-0 {
    &:where(.dark, .dark *) {
      opacity: 0%;
    }
  }
  .dark\:opacity-100 {
    &:where(.dark, .dark *) {
      opacity: 100%;
    }
  }
  .dark\:hover\:bg-darkmode-light {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-darkmode-light);
        }
      }
    }
  }
  .dark\:hover\:bg-darkmode-primary {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-darkmode-primary);
        }
      }
    }
  }
  .dark\:hover\:text-darkmode-primary {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-darkmode-primary);
        }
      }
    }
  }
  .dark\:hover\:text-text-dark {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-text-dark);
        }
      }
    }
  }
}
input#nav-toggle:checked + label #show-button {
  display: none;
}
input#nav-toggle:checked + label #hide-button {
  display: block;
}
input#nav-toggle:checked ~ #nav-menu {
  display: block;
}
.swiper-pagination-bullet {
  height: calc(var(--spacing) * 2.5) !important;
  width: calc(var(--spacing) * 2.5) !important;
  background-color: var(--color-light) !important;
  opacity: 100% !important;
  &:where(.dark, .dark *) {
    background-color: var(--color-darkmode-light) !important;
  }
}
.swiper-pagination-bullet-active {
  height: calc(var(--spacing) * 4) !important;
  width: calc(var(--spacing) * 4) !important;
  background-color: var(--color-primary) !important;
  &:where(.dark, .dark *) {
    background-color: var(--color-darkmode-primary) !important;
  }
}
@layer base {
  html {
    font-size: var(--text-base-sm);
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  body {
    background-color: var(--color-body);
    font-family: var(--font-primary);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-text);
    &:where(.dark, .dark *) {
      background-color: var(--color-darkmode-body);
    }
    &:where(.dark, .dark *) {
      color: var(--color-darkmode-text);
    }
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-secondary);
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-text-dark);
    &:where(.dark, .dark *) {
      color: var(--color-darkmode-text-dark);
    }
  }
  h1, .h1 {
    font-size: var(--text-h1-sm);
    @media (width >= 48rem) {
      font-size: var(--text-h1);
    }
  }
  h2, .h2 {
    font-size: var(--text-h2-sm);
    @media (width >= 48rem) {
      font-size: var(--text-h2);
    }
  }
  h3, .h3 {
    font-size: var(--text-h3-sm);
    @media (width >= 48rem) {
      font-size: var(--text-h3);
    }
  }
  h4, .h4 {
    font-size: var(--text-h4);
  }
  h5, .h5 {
    font-size: var(--text-h5);
  }
  h6, .h6 {
    font-size: var(--text-h6);
  }
  b, strong {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  code {
    &::after {
      content: var(--tw-content);
      --tw-border-style: none;
      border-style: none;
    }
  }
  blockquote > p {
    margin-block: calc(var(--spacing) * 0) !important;
  }
}
@layer components {
  .section {
    padding-block: calc(var(--spacing) * 24);
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 28);
    }
  }
  .section-sm {
    padding-block: calc(var(--spacing) * 16);
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .container {
    margin-inline: auto;
    padding-inline: calc(var(--spacing) * 4);
    @media (width >= 80rem) {
      max-width: 1320px !important;
    }
  }
  .social-icons {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .social-icons li {
    display: inline-block;
  }
  .social-icons li a {
    display: flex;
    height: calc(var(--spacing) * 9);
    width: calc(var(--spacing) * 9);
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-sm);
    background-color: var(--color-primary);
    text-align: center;
    --tw-leading: calc(var(--spacing) * 9);
    line-height: calc(var(--spacing) * 9);
    color: var(--color-white);
    &:where(.dark, .dark *) {
      background-color: var(--color-darkmode-primary);
    }
    &:where(.dark, .dark *) {
      color: var(--color-text-dark);
    }
  }
  .social-icons li a svg {
    height: calc(var(--spacing) * 5);
    width: calc(var(--spacing) * 5);
  }
  .content {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
    max-width: none;
    & :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      margin-top: .6em;
    }
    & :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      margin-bottom: .3em;
    }
    & :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text-dark);
    }
    &:where(.dark, .dark *) {
      & :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        color: var(--color-darkmode-text-dark);
      }
    }
    & :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-h1-sm);
    }
    @media (width >= 48rem) {
      & :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        font-size: var(--text-h1);
      }
    }
    & :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-h2-sm);
    }
    @media (width >= 48rem) {
      & :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        font-size: var(--text-h2);
      }
    }
    & :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-h3-sm);
    }
    @media (width >= 48rem) {
      & :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        font-size: var(--text-h3);
      }
    }
    & :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
    & :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text);
    }
    &:where(.dark, .dark *) {
      & :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        color: var(--color-darkmode-text);
      }
    }
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text);
    }
    &:where(.dark, .dark *) {
      & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        color: var(--color-darkmode-text);
      }
    }
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &.btn {
        text-decoration-line: none;
      }
    }
    & :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      max-width: 100%;
    }
    & :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-radius: 0.25rem;
    }
    & :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text-dark);
    }
    &:where(.dark, .dark *) {
      & :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        color: var(--color-darkmode-text);
      }
    }
    & :is(:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-color: var(--color-border);
    }
    &:where(.dark, .dark *) {
      & :is(:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        border-color: var(--color-darkmode-border);
      }
    }
    & :is(:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-radius: var(--radius-lg);
    }
    & :is(:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      background-color: var(--color-light);
    }
    &:where(.dark, .dark *) {
      & :is(:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        background-color: var(--color-darkmode-light);
      }
    }
    &:where(.dark, .dark *) {
      & :is(:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        color: var(--color-darkmode-text-dark);
      }
    }
    & :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text);
    }
    &:where(.dark, .dark *) {
      & :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        color: var(--color-darkmode-text);
      }
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-radius: var(--radius-lg);
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-left-style: var(--tw-border-style);
      border-left-width: 10px;
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-color: var(--color-primary);
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      background-color: var(--color-light);
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      padding-inline: calc(var(--spacing) * 8);
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      padding-block: calc(var(--spacing) * 10);
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-family: var(--font-secondary);
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text-dark);
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-style: normal;
    }
    &:where(.dark, .dark *) {
      & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        border-color: var(--color-darkmode-primary);
      }
    }
    &:where(.dark, .dark *) {
      & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        background-color: var(--color-darkmode-light);
      }
    }
    &:where(.dark, .dark *) {
      & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        color: var(--color-darkmode-text-light);
      }
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      position: relative;
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      overflow: hidden;
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-radius: var(--radius-lg);
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        position: absolute;
      }
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        top: calc(var(--spacing) * 0);
      }
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        left: calc(var(--spacing) * 0);
      }
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        height: 100%;
      }
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        width: 100%;
      }
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        border-radius: inherit;
      }
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        border-style: var(--tw-border-style);
        border-width: 1px;
      }
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        border-color: var(--color-border);
      }
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &::before {
        --tw-content: "";
        content: var(--tw-content);
      }
    }
    &:where(.dark, .dark *) {
      & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        &::before {
          content: var(--tw-content);
          border-color: var(--color-darkmode-border);
        }
      }
    }
    & :is(:where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-color: var(--color-border);
    }
    & :is(:where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      background-color: var(--color-light);
    }
    &:where(.dark, .dark *) {
      & :is(:where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        border-color: var(--color-darkmode-border);
      }
    }
    &:where(.dark, .dark *) {
      & :is(:where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        background-color: var(--color-darkmode-light);
      }
    }
    & :is(:where(th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      position: relative;
    }
    & :is(:where(th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      z-index: 10;
    }
    & :is(:where(th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      padding-inline: calc(var(--spacing) * 4);
    }
    & :is(:where(th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      padding-block: 18px;
    }
    & :is(:where(th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text-dark);
    }
    &:where(.dark, .dark *) {
      & :is(:where(th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        color: var(--color-darkmode-text);
      }
    }
    & :is(:where(tr):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-color: var(--color-border);
    }
    &:where(.dark, .dark *) {
      & :is(:where(tr):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        border-color: var(--color-darkmode-border);
      }
    }
    & :is(:where(td):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      position: relative;
    }
    & :is(:where(td):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      z-index: 10;
    }
    & :is(:where(td):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      padding-inline: calc(var(--spacing) * 3);
    }
    & :is(:where(td):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      padding-block: 18px;
    }
    &:where(.dark, .dark *) {
      & :is(:where(td):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        color: var(--color-darkmode-text);
      }
    }
  }
  .header {
    background-color: var(--color-body);
    padding-block: calc(var(--spacing) * 6);
    &:where(.dark, .dark *) {
      background-color: var(--color-darkmode-body);
    }
  }
  .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-brand {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-text-dark);
    &:where(.dark, .dark *) {
      color: var(--color-darkmode-text-dark);
    }
    image {
      max-height: 100%;
      max-width: 100%;
    }
  }
  .navbar-nav {
    text-align: center;
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .nav-link {
    display: block;
    cursor: pointer;
    padding: calc(var(--spacing) * 3);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-text-dark);
    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));
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 2);
    }
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 3);
    }
    &:where(.dark, .dark *) {
      color: var(--color-darkmode-text-dark);
    }
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-darkmode-primary);
        }
      }
    }
  }
  .nav-dropdown {
    margin-right: calc(var(--spacing) * 0);
  }
  .nav-dropdown > svg {
    pointer-events: none;
  }
  .nav-dropdown-list {
    z-index: 10;
    min-width: 180px;
    border-radius: 0.25rem;
    background-color: var(--color-body);
    padding: calc(var(--spacing) * 4);
    --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);
    &:where(.dark, .dark *) {
      background-color: var(--color-darkmode-body);
    }
  }
  .nav-dropdown-item {
    &:not(:last-child) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .nav-dropdown-link {
    display: block;
    padding-block: calc(var(--spacing) * 1);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-text-dark);
    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));
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
    &:where(.dark, .dark *) {
      color: var(--color-darkmode-text);
    }
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-darkmode-primary);
        }
      }
    }
  }
  .theme-switcher {
    display: inline-flex;
    label {
      position: relative;
      display: inline-block;
      height: calc(var(--spacing) * 4);
      width: calc(var(--spacing) * 6);
      cursor: pointer;
      border-radius: var(--radius-2xl);
      background-color: var(--color-border);
      @media (width >= 64rem) {
        width: calc(var(--spacing) * 10);
      }
    }
    input {
      position: absolute;
      opacity: 0%;
    }
    span {
      position: absolute;
      top: calc(var(--spacing) * -1);
      left: calc(var(--spacing) * 0);
      display: flex;
      height: calc(var(--spacing) * 6);
      width: calc(var(--spacing) * 6);
      align-items: center;
      justify-content: center;
      border-radius: calc(infinity * 1px);
      background-color: var(--color-dark);
      transition-property: all;
      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;
      &:where(.dark, .dark *) {
        background-color: var(--color-white);
      }
    }
    input:checked + label {
      span {
        @media (width >= 64rem) {
          left: calc(var(--spacing) * 4);
        }
      }
    }
  }
  .btn {
    display: inline-block;
    border-radius: 0.25rem;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: transparent;
    padding-inline: calc(var(--spacing) * 5);
    padding-block: calc(var(--spacing) * 2);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    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));
  }
  .btn-sm {
    border-radius: var(--radius-sm);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 1.5);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .btn-primary {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
    color: var(--color-white);
    &:where(.dark, .dark *) {
      border-color: var(--color-darkmode-primary);
    }
    &:where(.dark, .dark *) {
      background-color: var(--color-darkmode-primary);
    }
    &:where(.dark, .dark *) {
      color: var(--color-text-dark);
    }
  }
  .btn-outline-primary {
    border-color: var(--color-dark);
    background-color: transparent;
    color: var(--color-text-dark);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-dark);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
    &:where(.dark, .dark *) {
      border-color: var(--color-darkmode-primary);
    }
    &:where(.dark, .dark *) {
      color: var(--color-white);
    }
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-darkmode-primary);
        }
      }
    }
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-text-dark);
        }
      }
    }
  }
}
.search-wrapper {
  position: relative;
  z-index: 1;
}
.search-wrapper svg {
  display: inline-block;
  background-color: transparent;
}
.search-wrapper-header {
  padding: 14px;
  position: relative;
}
.search-wrapper-header input {
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 4px;
  height: 52px;
  padding: 0 15px 0 40px;
  transition: 0.25s;
}
.search-wrapper-header input:focus {
  border-color: var(--color-primary);
  box-shadow: none;
  outline: none;
}
.search-wrapper-header label {
  position: absolute;
  left: 28px;
  top: calc(50% - 13px);
}
.search-wrapper-header label .search-reset {
  display: none;
  transition: 0.1s;
}
.search-wrapper-header label .search-reset:hover {
  cursor: pointer;
  color: #fb5c5c;
}
.search-result-empty {
  display: block;
  text-align: center;
  padding: 32px 0;
  cursor: text;
  user-select: none;
}
.search-result mark {
  padding: 0;
  border-radius: 2px;
}
.search-result:not(:empty) + .search-result-empty {
  display: none;
}
.search-not-found {
  text-align: center;
}
.search-not-found svg {
  margin-bottom: 16px;
}
.search-not-found p {
  margin-bottom: 0;
}
.search-result-item {
  position: relative;
  display: block;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #eee;
  background-color: #fff;
  transition: 0s;
  margin-bottom: 4px;
  display: flex;
  align-items: flex-start;
}
.search-result-item div:empty, .search-result-item .search-result-item-description:empty {
  display: none;
}
.search-result-item-image {
  flex-shrink: 0;
}
.search-result-item-image:empty {
  display: none;
}
.search-result-item-body {
  flex-grow: 1;
}
.search-result-item > div > img {
  border-radius: 4px;
  max-height: 400px;
  width: 100%;
  object-fit: cover;
}
.search-page .search-result-item > div > img {
  object-fit: cover;
  max-height: 250px;
  width: 100%;
}
.search-result-item:focus, .search-result-item.search-item-selected, .search-result-item:hover {
  background-color: var(--color-primary);
}
.search-result-item:focus *, .search-result-item.search-item-selected *, .search-result-item:hover * {
  color: white;
}
.search-result-item:focus mark, .search-result-item.search-item-selected mark, .search-result-item:hover mark {
  background-color: #fef08a;
  color: #060606;
}
.search-result-item [data-result-item] u {
  color: var(--color-primary);
}
.search-result-item .hidden {
  display: none;
}
.search-result-group-title {
  padding: 0 12px;
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 15px;
  font-size: 18px;
}
.search-result-item-title {
  transition: 0s;
  font-size: 18px;
  color: black;
  margin-bottom: 0;
  line-height: 1.35;
  font-weight: bold;
}
.search-result-item-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  content: "";
}
.search-result-item-content {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 6px 0;
}
.search-result-item-description {
  font-size: 90%;
  margin-top: 6px;
  margin-bottom: 4px;
}
.search-result-item-content:empty {
  display: none;
}
.search-result-item-taxonomies {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  align-items: center;
}
.search-result-item-taxonomies > div {
  margin-right: 12px;
  color: #999;
}
.search-result-item-taxonomies > div svg {
  margin-right: 4px;
}
.search-wrapper-footer {
  color: #999;
  font-size: 12px;
  padding: 8px 14px;
  user-select: none;
  line-height: 1;
  display: flex;
  align-items: center;
}
.search-wrapper-footer kbd {
  color: #777;
  background-color: #eee;
  font-size: 12px;
  border-radius: 3px;
  margin-right: 3px;
  padding: 2px 4px;
  line-height: 1;
  text-align: center;
  display: inline-block;
}
.search-wrapper-footer span:not(:last-child) {
  margin-right: 16px;
}
.search-wrapper-footer span:last-child {
  margin-left: auto;
}
.search-wrapper-footer .search-result-info:empty {
  display: none;
}
.search-wrapper-footer .search-result-info {
  margin-left: -3px;
}
.search-wrapper-footer .search-result-info em {
  color: black;
  font-style: normal;
  padding: 0 3px;
}
.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;
}
.search-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}
.search-modal.show {
  opacity: 1;
  visibility: visible;
}
.search-modal-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.search-modal .search-wrapper {
  width: 660px;
  max-width: 96%;
  margin: 100px auto;
  border-radius: 4px;
  background-color: white;
}
.search-modal .search-wrapper-body {
  max-height: calc(100vh - 350px);
  padding: 14px;
  overflow-y: auto;
  background-color: #f5f6f7;
  box-shadow: inset 0 2px 18px #ddd;
  border-radius: 4px;
}
.search-modal .search-result-group:first-child .search-result-group-title:not(:empty) {
  margin-top: -15px;
}
.search-modal .search-result-item a > div {
  margin-right: 16px;
}
.search-modal .search-result-item-image {
  margin-right: 15px;
}
.search-modal .search-result-item-image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
@media (max-width: 576px) {
  .search-modal .search-result-item-image img {
    width: 60px;
    height: 60px;
  }
  .search-wrapper-footer {
    display: none;
  }
}
.dark .search-modal .search-wrapper {
  background-color: #1c1c1c;
}
.dark .search-modal .search-wrapper-header input {
  color: #fff;
  background-color: #222222;
  border-color: #535353;
}
.dark .search-modal .search-wrapper-header input:focus {
  border-color: #fff;
}
.dark .search-modal .search-wrapper-body {
  background-color: #222222;
  box-shadow: none;
}
.dark .search-modal .search-result-item {
  border-color: #3e3e3e;
  background-color: #1c1c1c;
}
.dark .search-modal .search-result-item:focus, .dark .search-modal .search-result-item.search-item-selected, .dark .search-modal .search-result-item:hover {
  background-color: #060606;
}
.dark .search-modal .search-result-item .search-result-item-title {
  color: #fff;
}
.dark .search-wrapper-footer kbd {
  background-color: #3e3e3e;
  color: #ccc;
}
.dark .search-wrapper-footer .search-result-info em {
  color: #fff;
}
.search-page .search-wrapper {
  padding: 100px 0;
}
.search-page .search-wrapper-header, .search-page .search-wrapper-footer {
  width: 660px;
  max-width: 96%;
  margin: 0 auto;
}
.search-page .search-wrapper-footer {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 60px;
}
.search-page .search-wrapper-body {
  padding: 0 16px;
}
.search-page .search-result-group {
  display: flex;
  flex-wrap: wrap;
}
.search-page .search-result-item {
  margin-right: -15px;
  margin-left: -15px;
}
.search-page .search-result-group > p, .search-page .search-result-item {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.search-page .search-result-group > p {
  width: 100%;
}
.search-page .search-result-item {
  flex: 0 0 auto;
  width: calc(100% - (4 * 4px));
  display: block;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  margin: 0 8px 16px 8px;
}
.search-page .search-result-item .search-result-item-image {
  margin-bottom: 10px;
}
.search-page .search-result-group-title {
  font-size: 22px;
  font-weight: bold;
}
.search-page .search-result-info {
  display: block;
  text-align: center;
}
.search-page .search-wrapper-header input {
  padding: 0 20px;
}
@media (min-width: 576px) {
  .search-page .search-result-item {
    width: calc(50% - (4 * 4px));
  }
}
@media (max-width: 576px) {
  .search-wrapper .search-wrapper-footer span:not(.search-result-info) {
    display: none;
  }
}
@media (min-width: 768px) {
  .search-page .search-result-item {
    width: calc(33.3333333333% - (4 * 4px));
  }
}
@media (min-width: 992px) {
  .search-page .search-result-item {
    width: calc(25% - (4 * 4px));
  }
}
.dark .search-page .search-wrapper-header input {
  color: #fff;
  background-color: #222222;
  border-color: #535353;
}
.dark .search-page .search-wrapper-header input:focus {
  border-color: #fff;
}
.dark .search-page .search-result-item {
  border-color: #3e3e3e;
  background-color: #1c1c1c;
}
.dark .search-page .search-result-item:focus, .dark .search-page .search-result-item.search-item-selected, .dark .search-page .search-result-item:hover {
  background-color: #060606;
}
.dark .search-page .search-result-item-title {
  color: #fff;
}
.share-link {
  border-radius: 0.25rem;
  transition: 25ms ease-out;
  height: 2.5em;
  width: 2.5em;
  line-height: 2.5em;
  text-align: center;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  margin: 0.5em;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.share-icon {
  fill: #fff;
  stroke: none;
  display: block;
  height: 100%;
}
.share-icon svg {
  width: 1em;
  height: 100%;
  margin: auto;
}
.share-pinterest {
  background-color: #bd081c;
}
.share-pinterest:hover {
  background-color: #8c0615;
}
.share-facebook {
  background-color: #3b5998;
}
.share-facebook:hover {
  background-color: #2d4373;
}
.share-tumblr {
  background-color: #35465c;
}
.share-tumblr:hover {
  background-color: #222d3c;
}
.share-reddit {
  background-color: #5f99cf;
}
.share-reddit:hover {
  background-color: #3a80c1;
}
.share-linkedin {
  background-color: #0077b5;
}
.share-linkedin:hover {
  background-color: #046293;
}
.share-vk {
  background-color: #507299;
}
.share-vk:hover {
  background-color: #43648c;
}
.share-x {
  background-color: #000;
}
.share-x:hover {
  background-color: #000;
}
.share-email {
  background-color: #777777;
}
.share-email:hover {
  background-color: #5e5e5e;
}
.share-whatsapp {
  background-color: #25d366;
}
.share-whatsapp:hover {
  background-color: #1da851;
}
.share-telegram {
  background-color: #54a9eb;
}
.share-telegram:hover {
  background-color: #4b97d1;
}
.share-copy {
  background-color: #28a745;
}
.share-copy:hover {
  background-color: #218838;
}
.share-fediverse {
  background-color: #6364ff;
}
.share-fediverse:hover {
  background-color: #4b4ccf;
}
.fediverse-share {
  position: relative;
  display: inline-block;
}
.fediverse-input-wrapper {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 8px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 8px;
  display: none;
  z-index: 10;
  white-space: nowrap;
}
.dark .fediverse-input-wrapper {
  background: #2d2d2d;
  border-color: #444;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}
.fediverse-input {
  width: 200px;
  padding: 6px 8px;
  border: 1px solid #ccc;
  font-size: 14px;
  margin-right: 8px;
}
.fediverse-input:focus {
  outline: none;
  border-color: #4b4ccf;
}
.fediverse-check-button {
  padding: 7px 12px;
  background-color: #4b4ccf;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
}
.fediverse-check-button:hover {
  background-color: #4b4ccf;
}
.img {
  max-width: 100%;
  height: auto;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.gallery .gallery-item {
  margin: 0 10px;
  margin-bottom: 20px;
  overflow: hidden;
  max-width: calc(100% - 20px);
}
.gallery .gallery-item img {
  user-select: none;
  width: 100%;
  vertical-align: middle;
  transition: 0.3s;
}
.gallery.zoomable .gallery-item:hover img {
  transform: scale(1.05);
  cursor: zoom-in;
}
.gallery::after {
  content: "";
  flex-grow: 99999;
  min-width: calc(100vw / 3);
}
@media (max-width: 460px) {
  .gallery {
    flex-direction: column;
  }
  .gallery .gallery-item {
    width: calc(100% - 20px) !important;
  }
}
.gallery-slider .swiper-slide img {
  width: 100%;
}
.gallery-slider .swiper-button-prev, .gallery-slider .swiper-button-next {
  color: white;
  opacity: 0;
  transition: 0.3s;
}
.gallery-slider:hover .swiper-button-prev, .gallery-slider:hover .swiper-button-next {
  opacity: 1;
}
.gallery-slider:hover .swiper-button-prev {
  left: 30px;
}
.gallery-slider:hover .swiper-button-next {
  right: 30px;
}
.img {
  max-width: 100%;
  height: auto;
}
.img-light {
  display: initial;
}
.img-dark {
  display: none;
}
.dark .img-light {
  display: none;
}
.dark .img-dark {
  display: initial;
}
.content img {
  max-width: 100%;
  margin-bottom: 1.5rem;
  height: auto;
  display: inline-block;
}
.content img.glightbox {
  cursor: pointer;
}
.content img.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.content img.img-left {
  display: block;
  margin-left: 0;
  margin-right: auto;
}
.content img.img-right {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.content img.img-float-left {
  float: left;
  margin-right: 1.5rem;
}
.content img.img-float-right {
  float: right;
  margin-left: 1.5rem;
}
.content figure {
  display: inline-block;
  margin-bottom: 1.5rem;
}
.content figure img {
  margin-bottom: 0.7rem;
}
.content figure.img-center {
  display: block;
  text-align: center;
}
.content figure.img-left {
  display: block;
  text-align: left;
}
.content figure.img-right {
  display: block;
  text-align: right;
}
.content figure.img-float-left {
  float: left;
  margin-right: 1.5rem;
}
.content figure.img-float-right {
  float: right;
  margin-left: 1.5rem;
}
.table-of-content {
  margin: 1rem 0 1.5rem;
}
.table-of-content summary {
  font-size: 18px;
  color: #fff;
  background-color: #555;
  padding: 5px 20px;
  margin-bottom: 0 !important;
}
.table-of-content ul li:before {
  display: none;
}
#TableOfContents {
  padding: 10px;
  background-color: #f7f7f7;
}
#TableOfContents li, #TableOfContents a {
  color: #333 !important;
}
#TableOfContents a {
  text-decoration: none;
}
#TableOfContents a:hover {
  text-decoration: underline;
}
.content .table-of-content ul li, .content .table-of-content ol li {
  margin-bottom: 6px !important;
}
.dark #TableOfContents {
  background-color: #333;
}
.dark #TableOfContents li, .dark #TableOfContents a {
  color: #fff !important;
}
.tab-nav {
  list-style: none;
  padding: 0;
  margin: 0 !important;
  display: flex;
  border-bottom: 1px solid #aaa;
  overflow-x: auto;
}
.tab-nav::-webkit-scrollbar {
  width: 2px;
}
.tab-nav-item {
  padding: 0.5rem 1rem !important;
  cursor: pointer;
  opacity: 0.8;
  margin: 0 !important;
  white-space: nowrap;
}
.tab-nav-item::before {
  display: none !important;
}
.tab-nav-item.active {
  border-bottom: 3px solid #aaa;
  opacity: 1;
}
.tab-content .tab-content-panel {
  display: none;
  padding: 1rem;
}
.tab-content .tab-content-panel p {
  margin-bottom: 0 !important;
}
.tab-content .tab-content-panel.active {
  display: block;
}
.accordion {
  border: 1px solid #ccc;
}
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  font-size: 1.1rem;
  width: 100%;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
}
.accordion-icon {
  width: 0.78em;
  height: 0.78em;
  transform: rotate(-90deg);
  transition: transform 0.2s ease;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
}
.accordion.active .accordion-icon {
  transform: rotate(0deg);
}
.accordion.active .accordion-content {
  max-height: max-content;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  display: none;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  position: relative;
  top: 50%;
  z-index: 50;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 2rem;
  max-width: 90%;
  margin: 0 auto;
}
.modal-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  height: 2rem;
  width: 2rem;
  background-color: #f2f2f2;
  color: #000;
  border-radius: 50%;
  text-align: center;
  line-height: 2rem;
}
.notice {
  margin-bottom: 1.5rem;
  border: 1px solid;
  padding: 1.5rem;
  border-color: currentColor;
}
.notice-head {
  display: flex;
  align-items: center;
}
.notice-head svg {
  margin-right: 0.75rem;
}
.notice-head p {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
  line-height: 1;
}
.notice-body {
  margin-top: 0.75rem;
}
.notice-body p {
  margin: 0;
}
.notice.note {
  color: #293df2;
  background-color: rgba(41, 61, 242, 0.15);
}
.notice.abstract {
  color: #0ca68c;
  background-color: rgba(12, 166, 140, 0.15);
}
.notice.info {
  color: #09c3ed;
  background-color: rgba(9, 195, 237, 0.15);
}
.notice.todo {
  color: #8d05a8;
  background-color: rgba(141, 5, 168, 0.15);
}
.notice.tip {
  color: #19cfb0;
  background-color: rgba(25, 207, 176, 0.15);
}
.notice.success {
  color: #04d904;
  background-color: rgba(4, 217, 4, 0.15);
}
.notice.question {
  color: #e38902;
  background-color: rgba(227, 137, 2, 0.15);
}
.notice.warning {
  color: #e38902;
  background-color: rgba(227, 137, 2, 0.15);
}
.notice.failure {
  color: #e31a00;
  background-color: rgba(227, 26, 0, 0.15);
}
.notice.danger {
  color: #e31a00;
  background-color: rgba(227, 26, 0, 0.15);
}
.notice.bug {
  color: #e31a00;
  background-color: rgba(227, 26, 0, 0.15);
}
.notice.example {
  color: #b83acf;
  background-color: rgba(184, 54, 207, 0.15);
}
.notice.quote {
  color: #918e91;
  background-color: rgba(145, 142, 145, 0.15);
}
.dark .notice-head p {
  color: #d1d5db;
}
.table-of-content {
  overflow: hidden;
  border-radius: 0.25rem;
}
.share-icons .share-link {
  height: calc(var(--spacing) * 9);
  width: calc(var(--spacing) * 9);
  border-radius: 0.25rem;
  background-color: var(--color-primary);
  --tw-leading: calc(var(--spacing) * 9);
  line-height: calc(var(--spacing) * 9);
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-primary);
    }
  }
  &:where(.dark, .dark *) {
    background-color: var(--color-darkmode-primary);
  }
  &:where(.dark, .dark *) {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-darkmode-primary);
      }
    }
  }
}
.share-icons .share-icon svg {
  &:where(.dark, .dark *) {
    fill: var(--color-darkmode-light);
  }
}
.fediverse-input-wrapper {
  border-radius: 0.25rem;
  background-color: var(--color-body);
  &:where(.dark, .dark *) {
    background-color: var(--color-darkmode-body);
  }
  input {
    border-radius: 0.25rem;
    &:focus {
      border-color: var(--color-primary);
    }
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + 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);
    }
  }
  button {
    border-radius: 0.25rem;
    background-color: var(--color-primary);
    color: var(--color-light);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary);
      }
    }
    &:where(.dark, .dark *) {
      background-color: var(--color-darkmode-primary);
    }
    &:where(.dark, .dark *) {
      color: var(--color-darkmode-light);
    }
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-darkmode-primary);
        }
      }
    }
  }
}
.notice {
  border-radius: var(--radius-lg);
}
.tab {
  overflow: hidden;
  border-radius: var(--radius-lg);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-border);
  &:where(.dark, .dark *) {
    border-color: var(--color-darkmode-border);
  }
}
.tab-nav {
  border-color: var(--color-border);
  background-color: var(--color-light);
  padding-left: calc(var(--spacing) * 4);
  &:where(.dark, .dark *) {
    border-color: var(--color-darkmode-border);
  }
  &:where(.dark, .dark *) {
    background-color: var(--color-darkmode-light);
  }
}
.tab-nav-item {
  padding-inline: calc(var(--spacing) * 8);
  font-size: var(--text-lg) !important;
  line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
  color: var(--color-text-dark);
  &:where(.dark, .dark *) {
    color: var(--color-darkmode-text-dark);
  }
}
.tab-nav-item.active {
  border-color: var(--color-dark);
  &:where(.dark, .dark *) {
    border-color: var(--color-darkmode-primary);
  }
}
.tab-content-panel {
  padding-inline: calc(var(--spacing) * 4);
  padding-top: calc(var(--spacing) * 0) !important;
}
.accordion {
  margin-bottom: calc(var(--spacing) * 6);
  overflow: hidden;
  border-radius: var(--radius-lg);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-border);
  background-color: var(--color-light);
  &:where(.dark, .dark *) {
    border-color: var(--color-darkmode-border);
  }
  &:where(.dark, .dark *) {
    background-color: var(--color-darkmode-light);
  }
}
.accordion-header {
  color: var(--color-text-dark);
  &:where(.dark, .dark *) {
    color: var(--color-darkmode-text-dark);
  }
}
.cookie-box {
  border-radius: var(--radius-lg) !important;
}
.gallery-slider {
  margin-left: calc(var(--spacing) * 0) !important;
}
:root {
  color-scheme: dark;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--blocks-bg, #07090d);
}
.blocks-header {
  border-bottom: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.18);
  background: rgba(var(--blocks-bg-rgb, 7, 9, 13), 0.86);
  backdrop-filter: blur(18px);
}
.blocks-nav {
  display: flex;
  min-height: 74px;
  align-items: center;
  gap: 24px;
}
.blocks-brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  color: var(--blocks-text-strong, #f7fbff);
  font-family: var(--font-secondary, sans-serif);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
}
.blocks-brand:hover {
  color: #ffffff;
}
.blocks-brand-mark {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border: 1px solid rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.5);
  border-radius: var(--blocks-radius-card, 8px);
  background: linear-gradient(135deg, rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.9), rgba(var(--blocks-accent-rgb, 245, 158, 11), 0.55)), var(--blocks-panel, #101722);
  clip-path: polygon(18% 0, 100% 0, 100% 82%, 82% 100%, 0 100%, 0 18%);
}
.blocks-brand-mark::after {
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(var(--blocks-bg-rgb, 7, 9, 13), 0.7);
  border-radius: 4px;
  content: "";
}
.blocks-nav-menu {
  margin-left: auto;
  align-items: center;
  gap: 6px;
}
.blocks-nav-menu a, .blocks-footer a {
  color: var(--blocks-text, #b7c1cf);
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}
.blocks-nav-menu a {
  display: block;
  border-radius: var(--blocks-radius-card, 8px);
  padding: 10px 12px;
  font-size: 0.95rem;
  font-weight: 600;
}
.blocks-nav-menu a:hover, .blocks-footer a:hover {
  color: var(--blocks-primary, #5eead4);
}
.blocks-nav-toggle {
  margin-left: auto;
  color: var(--blocks-text-strong, #f7fbff);
  font-size: 1.25rem;
}
.blocks-nav-tools {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
.blocks-icon-btn {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.28);
  border-radius: var(--blocks-radius-card, 8px);
  background: rgba(var(--blocks-panel-rgb, 16, 23, 34), 0.7);
  color: var(--blocks-text-strong, #f7fbff);
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}
.blocks-icon-btn:hover {
  border-color: rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.8);
  color: var(--blocks-primary, #5eead4);
}
.blocks-nav-cta {
  display: none;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.45);
  border-radius: var(--blocks-radius-card, 8px);
  padding: 9px 14px;
  color: var(--blocks-text-strong, #f7fbff);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}
.blocks-nav-cta:hover {
  border-color: rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.9);
  color: var(--blocks-primary, #5eead4);
}
#nav-toggle:checked ~ .blocks-nav-menu {
  position: absolute;
  top: 74px;
  right: 16px;
  left: 16px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.2);
  border-radius: var(--blocks-radius-card, 8px);
  background: rgba(var(--blocks-bg-elevated-rgb, 10, 14, 21), 0.98);
  padding: 12px;
}
.blocks-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.14);
  background: linear-gradient(115deg, rgba(var(--blocks-bg-rgb, 7, 9, 13), 1) 0%, rgba(var(--blocks-surface-rgb, 10, 18, 26), 0.96) 52%, rgba(var(--blocks-surface-strong-rgb, 15, 20, 29), 1) 100%), var(--blocks-bg, #07090d);
}
.blocks-hero-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.06) 1px, transparent 1px), linear-gradient(140deg, transparent 0, transparent 46%, rgba(var(--blocks-accent-rgb, 245, 158, 11), 0.14) 46.2%, transparent 46.6%, transparent 100%);
  background-size: 44px 44px, 44px 44px, 100% 100%;
  opacity: 0.55;
}
.blocks-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}
.blocks-hero-copy {
  max-width: 720px;
}
.blocks-eyebrow {
  margin-bottom: 16px;
  color: var(--blocks-primary, #5eead4);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
.blocks-hero-title {
  margin-bottom: 24px;
  color: var(--blocks-text-strong, #f7fbff);
  font-size: 3rem;
  line-height: 0.98;
}
.blocks-hero-content {
  max-width: 620px;
  color: var(--blocks-text, #b7c1cf);
  font-size: 1.08rem;
  line-height: 1.8;
}
.blocks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.blocks-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  border-radius: var(--blocks-radius-card, 8px);
  padding: 12px 18px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}
.blocks-btn:hover {
  transform: translateY(-1px);
}
.blocks-btn-primary {
  border: 1px solid rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.8);
  background: var(--blocks-primary, #5eead4);
  color: var(--blocks-on-primary, #061014);
}
.blocks-btn-primary:hover {
  background: var(--blocks-primary-hover, #7cf5e4);
  color: var(--blocks-on-primary, #061014);
}
.blocks-btn-secondary {
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.34);
  background: rgba(var(--blocks-panel-rgb, 16, 23, 34), 0.76);
  color: var(--blocks-text-strong, #f7fbff);
}
.blocks-btn-secondary:hover {
  border-color: rgba(var(--blocks-accent-rgb, 245, 158, 11), 0.75);
  color: var(--blocks-accent-hover, #fbbf24);
}
.shopify-action-disabled {
  cursor: not-allowed;
  opacity: 0.68;
}
.shopify-action-disabled:hover {
  transform: none;
}
.shopify-action-group {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.sku-tray-add.is-added {
  border-color: rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.62);
  color: var(--blocks-primary, #5eead4);
}
.sku-tray-toggle {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 70;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 54px;
  min-height: 46px;
  border: 1px solid rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.72);
  border-radius: 999px;
  background: rgba(var(--blocks-panel-rgb, 16, 23, 34), 0.94);
  color: var(--blocks-text-strong, #f7fbff);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.28);
}
.sku-tray-toggle span {
  display: inline-flex;
  min-width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--blocks-primary, #5eead4);
  color: var(--blocks-on-primary, #061014);
  font-size: 0.75rem;
  font-weight: 800;
}
.sku-tray-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 180ms ease, visibility 180ms ease;
}
.sku-tray-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90;
  display: flex;
  width: min(420px, calc(100vw - 28px));
  height: 100dvh;
  flex-direction: column;
  border-left: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.18);
  background: rgba(var(--blocks-panel-rgb, 16, 23, 34), 0.98);
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.34);
  transform: translateX(105%);
  transition: transform 220ms ease;
}
.sku-tray.is-open .sku-tray-overlay {
  visibility: visible;
  opacity: 1;
}
.sku-tray.is-open .sku-tray-drawer {
  transform: translateX(0);
}
.sku-tray-lock {
  overflow: hidden;
}
.sku-tray-head, .sku-tray-foot {
  flex: 0 0 auto;
  padding: 18px;
}
.sku-tray-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.14);
}
.sku-tray-head h2 {
  margin: 4px 0 0;
  color: var(--blocks-text-strong, #f7fbff);
  font-size: 1.35rem;
}
.sku-tray-close {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.22);
  border-radius: var(--blocks-radius-card, 8px);
  background: rgba(var(--blocks-bg-rgb, 7, 9, 13), 0.5);
  color: var(--blocks-text-strong, #f7fbff);
}
.sku-tray-empty {
  padding: 28px 18px;
}
.sku-tray-empty.is-hidden {
  display: none;
}
.sku-tray-empty h3 {
  margin: 0 0 8px;
  color: var(--blocks-text-strong, #f7fbff);
  font-size: 1rem;
}
.sku-tray-empty p, .sku-tray-foot p {
  margin: 0;
  color: var(--blocks-muted, #7f8c9d);
  font-size: 0.9rem;
  line-height: 1.55;
}
.sku-tray-items {
  display: grid;
  flex: 1 1 auto;
  align-content: start;
  gap: 12px;
  overflow-y: auto;
  padding: 16px 18px;
}
.sku-tray-item {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.16);
  border-radius: var(--blocks-radius-card, 8px);
  background: rgba(var(--blocks-bg-rgb, 7, 9, 13), 0.42);
  padding: 14px;
}
.sku-tray-item-copy p, .sku-tray-item-copy h3 {
  margin: 0;
}
.sku-tray-item-copy p {
  color: var(--blocks-muted, #7f8c9d);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.sku-tray-item-copy h3 {
  margin-top: 4px;
  color: var(--blocks-text-strong, #f7fbff);
  font-size: 1rem;
  line-height: 1.3;
}
.sku-tray-item-copy h3 a {
  color: inherit;
  text-decoration: none;
}
.sku-tray-item-copy h3 a:hover {
  color: var(--blocks-primary, #5eead4);
}
.sku-tray-item-copy span {
  display: block;
  margin-top: 6px;
  color: var(--blocks-muted, #7f8c9d);
  font-size: 0.82rem;
}
.sku-tray-item-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-end;
  justify-content: space-between;
}
.sku-tray-item-actions label {
  display: grid;
  gap: 4px;
  color: var(--blocks-muted, #7f8c9d);
  font-size: 0.8rem;
}
.sku-tray-item-actions input {
  width: 76px;
  min-height: 36px;
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.22);
  border-radius: var(--blocks-radius-card, 8px);
  background: rgba(var(--blocks-panel-rgb, 16, 23, 34), 0.72);
  color: var(--blocks-text-strong, #f7fbff);
  padding: 6px 8px;
}
.sku-tray-item-actions button, .sku-tray-clear {
  min-height: 36px;
  border: 0;
  background: transparent;
  color: var(--blocks-muted, #7f8c9d);
  font-size: 0.86rem;
  text-decoration: underline;
}
.sku-tray-foot {
  display: grid;
  gap: 12px;
  border-top: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.14);
}
.sku-tray-checkout {
  width: 100%;
}
.blocks-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 560px;
  margin-top: 46px;
}
.blocks-metrics div {
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.18);
  border-radius: var(--blocks-radius-card, 8px);
  background: rgba(var(--blocks-panel-rgb, 16, 23, 34), 0.58);
  padding: 16px;
}
.blocks-metrics strong, .blocks-metrics span {
  display: block;
}
.blocks-metrics strong {
  color: var(--blocks-text-strong, #f7fbff);
  font-family: var(--font-secondary, sans-serif);
  font-size: 1.45rem;
  line-height: 1.1;
}
.blocks-metrics span {
  margin-top: 6px;
  color: var(--blocks-muted, #7f8c9d);
  font-size: 0.86rem;
}
.blocks-model-shell {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.2);
  border-radius: var(--blocks-radius-card, 8px);
  aspect-ratio: 1.08;
  background: linear-gradient(145deg, rgba(var(--blocks-panel-rgb, 16, 23, 34), 0.98), rgba(var(--blocks-bg-rgb, 7, 9, 13), 0.98)), var(--blocks-panel, #101722);
  box-shadow: inset 0 0 0 1px rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.06), 0 24px 80px rgba(0, 0, 0, 0.42);
}
.blocks-hero-visual-shell {
  isolation: isolate;
}
.blocks-hero-visual-link, .blocks-hero-visual-media {
  display: block;
  width: 100%;
  height: 100%;
}
.blocks-hero-visual-media {
  object-fit: var(--blocks-visual-object-fit, cover);
  object-position: var(--blocks-visual-object-position, center);
}
`r`n`r`n.blocks-hero-video-mobile-poster {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .blocks-hero-video-mobile-poster-enabled .blocks-hero-visual-media {
    display: none;
  }
  .blocks-hero-video-mobile-poster-enabled .blocks-hero-video-mobile-poster {
    display: block;
  }
}
.blocks-hero-detail-grid-inner {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(var(--blocks-visual-grid-columns, 2), minmax(0, 1fr));
  gap: var(--blocks-visual-grid-gap, 12px);
  padding: 18px;
}
.blocks-hero-detail-grid-inner img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: var(--blocks-visual-image-radius, var(--blocks-radius-card, 8px));
  object-fit: cover;
}
.blocks-model-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(var(--blocks-border-rgb, 126, 145, 170), 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--blocks-border-rgb, 126, 145, 170), 0.1) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: 0.35;
}
.blocks-model-core {
  position: absolute;
  inset: 13% 9% 12%;
  transform: skewY(-4deg);
}
.blocks-piece, .blocks-connector {
  position: absolute;
  display: block;
  border: 1px solid rgba(var(--blocks-piece-rgb, 173, 188, 210), 0.26);
  border-radius: var(--blocks-radius-card, 8px);
  background: linear-gradient(135deg, #1c2532, #0e141d 62%, #293443);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 40px rgba(0, 0, 0, 0.36);
}
.blocks-piece::before, .blocks-piece::after {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.28);
  border-radius: 50%;
  background: #0b1018;
  content: "";
}
.blocks-piece::before {
  top: 16px;
  left: 18px;
}
.blocks-piece::after {
  right: 18px;
  bottom: 16px;
}
.piece-a {
  top: 24%;
  left: 10%;
  width: 62%;
  height: 26%;
}
.piece-b {
  top: 42%;
  left: 28%;
  width: 58%;
  height: 24%;
  border-color: rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.34);
}
.piece-c {
  top: 13%;
  left: 42%;
  width: 30%;
  height: 20%;
}
.piece-d {
  top: 59%;
  left: 13%;
  width: 31%;
  height: 22%;
  border-color: rgba(var(--blocks-accent-rgb, 245, 158, 11), 0.34);
}
.piece-e {
  top: 63%;
  left: 53%;
  width: 36%;
  height: 18%;
}
.piece-f {
  top: 8%;
  left: 17%;
  width: 20%;
  height: 16%;
}
.blocks-connector {
  width: 72px;
  height: 12px;
  border-radius: 999px;
  background: var(--blocks-primary, #5eead4);
  box-shadow: 0 0 18px rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.55);
}
.connector-a {
  top: 38%;
  left: 8%;
}
.connector-b {
  top: 55%;
  right: 10%;
  background: var(--blocks-accent, #f59e0b);
  box-shadow: 0 0 18px rgba(var(--blocks-accent-rgb, 245, 158, 11), 0.48);
}
.connector-c {
  top: 20%;
  right: 17%;
  width: 44px;
}
.blocks-scanline {
  position: absolute;
  right: 0;
  bottom: 34px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.85), transparent);
}
.blocks-section {
  padding: 84px 0;
  background: var(--blocks-bg, #07090d);
}
.blocks-section-head {
  max-width: 760px;
  margin-bottom: 34px;
}
.blocks-section-head h2, .blocks-split h2, .blocks-material-band h2, .blocks-launch h2 {
  color: var(--blocks-text-strong, #f7fbff);
  font-size: 2.4rem;
  line-height: 1.08;
}
.blocks-section-head p, .blocks-large-copy, .blocks-launch p {
  color: var(--blocks-text, #b7c1cf);
  font-size: 1.04rem;
  line-height: 1.78;
}
.blocks-collection-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}
.blocks-collection-card {
  min-height: 270px;
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.18);
  border-radius: var(--blocks-radius-card, 8px);
  background: linear-gradient(180deg, rgba(var(--blocks-panel-rgb, 16, 23, 34), 0.82), rgba(var(--blocks-bg-elevated-rgb, 10, 14, 21), 0.94));
  padding: 26px;
}
.blocks-card-icon {
  display: flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.25);
  border-radius: var(--blocks-radius-card, 8px);
  color: var(--blocks-primary, #5eead4);
  font-size: 1.1rem;
}
.blocks-card-meta {
  margin-top: 28px;
  color: var(--blocks-accent, #f59e0b);
  font-size: 0.82rem;
  font-weight: 800;
}
.blocks-collection-card h3, .blocks-spec-list h3 {
  margin: 10px 0;
  color: var(--blocks-text-strong, #f7fbff);
  font-size: 1.3rem;
  line-height: 1.2;
}
.blocks-collection-card p, .blocks-spec-list p {
  color: #9ba8b8;
  line-height: 1.7;
}
.blocks-engineering {
  border-top: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.12);
  border-bottom: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.12);
  background: linear-gradient(180deg, #080b10, #0d1118);
}
.blocks-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}
.blocks-large-copy {
  margin-top: 22px;
  max-width: 620px;
}
.blocks-spec-list {
  display: grid;
  gap: 16px;
}
.blocks-spec-list article {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 18px;
  border-top: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.18);
  padding-top: 18px;
}
.blocks-spec-list article > span {
  width: 12px;
  height: 12px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--blocks-primary, #5eead4);
  box-shadow: 0 0 18px rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.45);
}
.blocks-material-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.18);
  border-radius: var(--blocks-radius-card, 8px);
  background: linear-gradient(120deg, rgba(var(--blocks-panel-rgb, 16, 23, 34), 0.92), rgba(var(--blocks-bg-rgb, 7, 9, 13), 0.96)), var(--blocks-panel, #101722);
  padding: 28px;
}
.blocks-material-band ul {
  display: grid;
  gap: 16px;
}
.blocks-material-band li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  color: var(--blocks-text, #b7c1cf);
  line-height: 1.65;
}
.blocks-material-band i {
  margin-top: 6px;
  color: var(--blocks-primary, #5eead4);
}
.blocks-launch {
  padding-top: 34px;
}
.blocks-launch-inner {
  max-width: 870px;
  border-left: 3px solid var(--blocks-primary, #5eead4);
  padding: 24px 0 24px 28px;
}
.blocks-launch-inner .blocks-btn {
  margin-top: 24px;
}
.blocks-footer {
  border-top: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.14);
  background: #080b10;
  color: var(--blocks-muted, #7f8c9d);
}
.blocks-footer-main, .blocks-footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px 0;
}
.blocks-footer-main ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}
.blocks-footer-bottom {
  border-top: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.12);
  font-size: 0.92rem;
}
@media (min-width: 768px) {
  .blocks-hero-title {
    font-size: 4.6rem;
  }
  .blocks-section-head h2, .blocks-split h2, .blocks-material-band h2, .blocks-launch h2 {
    font-size: 3.15rem;
  }
  .blocks-collection-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .blocks-material-band {
    grid-template-columns: 0.82fr 1.18fr;
    padding: 42px;
  }
  .blocks-footer-main, .blocks-footer-bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .blocks-hero-grid {
    grid-template-columns: minmax(0, 0.94fr) minmax(380px, 0.72fr);
  }
  .blocks-split {
    grid-template-columns: 0.86fr 1.14fr;
  }
  .blocks-nav-cta {
    display: inline-flex;
  }
}
@media (max-width: 520px) {
  .blocks-hero-title {
    font-size: 2.55rem;
  }
  .blocks-metrics {
    grid-template-columns: minmax(0, 1fr);
  }
  .blocks-actions, .blocks-btn {
    width: 100%;
  }
  .blocks-model-shell {
    min-height: 300px;
  }
}
.blocks-hero.section {
  padding-top: var(--home-hero-section-padding-top, 80px);
  padding-bottom: var(--home-hero-section-padding-bottom, 80px);
  border-bottom-width: var(--home-hero-border-bottom-width, 1px);
  border-bottom-style: solid;
  border-bottom-color: rgba(var(--blocks-border-rgb, 126, 145, 170), var(--home-hero-border-bottom-opacity, 0.14));
}
.blocks-hero-bg-theme-gradient {
  background: linear-gradient(115deg, rgba(var(--blocks-bg-rgb, 7, 9, 13), var(--home-hero-background-overlay-opacity, 1)) 0%, rgba(var(--blocks-surface-rgb, 10, 18, 26), var(--home-hero-background-overlay-opacity, 1)) 52%, rgba(var(--blocks-surface-strong-rgb, 15, 20, 29), var(--home-hero-background-overlay-opacity, 1)) 100%), var(--blocks-bg, #07090d);
}
.blocks-hero-bg-solid {
  background: rgba(var(--blocks-bg-rgb, 7, 9, 13), var(--home-hero-background-overlay-opacity, 1));
}
.blocks-hero-bg-transparent {
  background: transparent;
}
.blocks-hero-bg-transparent .blocks-hero-lines {
  opacity: 0;
}
.blocks-hero-grid {
  gap: var(--home-hero-grid-gap, 56px);
}
.blocks-hero-copy {
  max-width: var(--home-hero-copy-max-width, 720px);
}
.blocks-hero-no-visual .blocks-hero-copy {
  margin-right: auto;
  margin-left: auto;
}
.blocks-hero .blocks-model-shell {
  width: var(--home-visual-frame-width, 100%);
  max-width: var(--home-visual-frame-max-width, 520px);
  min-height: var(--home-visual-frame-min-height, 360px);
  justify-self: center;
  border-width: var(--home-visual-frame-border-width, 1px);
  border-color: rgba(var(--blocks-border-rgb, 126, 145, 170), var(--home-visual-frame-border-opacity, 0.2));
  border-radius: var(--home-visual-frame-radius, var(--blocks-radius-card, 8px));
  aspect-ratio: var(--home-visual-frame-aspect-ratio, 1.08);
  background: linear-gradient(145deg, rgba(var(--blocks-panel-rgb, 16, 23, 34), var(--home-visual-frame-background-opacity, 0.98)), rgba(var(--blocks-bg-rgb, 7, 9, 13), var(--home-visual-frame-background-opacity, 0.98))), var(--blocks-panel, #101722);
}
@media (min-width: 1024px) {
  .blocks-hero .blocks-model-shell {
    justify-self: end;
  }
  .blocks-hero-no-visual .blocks-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    justify-content: center;
  }
}
.blocks-hero .blocks-eyebrow {
  color: var(--home-eyebrow-color, var(--blocks-primary, #5eead4));
  font-size: var(--home-eyebrow-font-size, 0.86rem);
}
.blocks-hero-title {
  max-width: var(--home-title-max-width, none);
  color: var(--home-title-color, var(--blocks-text-strong, #f7fbff));
  line-height: var(--home-title-line-height, 0.98);
}
.blocks-hero-content {
  max-width: var(--home-content-max-width, 620px);
  color: var(--home-content-color, var(--blocks-text, #b7c1cf));
  font-size: var(--home-content-font-size, 1.08rem);
  line-height: var(--home-content-line-height, 1.8);
}
.blocks-hero .blocks-btn {
  min-height: var(--home-button-height, 46px);
  gap: var(--home-button-gap, 10px);
  border-radius: var(--home-button-radius, var(--blocks-radius-card, 8px));
  padding-right: var(--home-button-padding-x, 18px);
  padding-left: var(--home-button-padding-x, 18px);
  font-size: var(--home-button-font-size, inherit);
}
.blocks-hero .blocks-btn-primary {
  border-color: var(--home-button-primary-bg, var(--blocks-primary, #5eead4));
  background: var(--home-button-primary-bg, var(--blocks-primary, #5eead4));
  color: var(--home-button-primary-text, var(--blocks-on-primary, #061014));
}
.blocks-hero .blocks-btn-primary:hover {
  background: var(--home-button-primary-hover-bg, var(--blocks-primary-hover, #7cf5e4));
  color: var(--home-button-primary-text, var(--blocks-on-primary, #061014));
}
.blocks-hero .blocks-btn-secondary {
  border-color: rgba(var(--blocks-border-rgb, 126, 145, 170), var(--home-button-secondary-border-opacity, 0.34));
  background: var(--home-button-secondary-bg, rgba(var(--blocks-panel-rgb, 16, 23, 34), 0.76));
  color: var(--home-button-secondary-text, var(--blocks-text-strong, #f7fbff));
}
@media (min-width: 1024px) {
  .blocks-hero-title {
    font-size: var(--home-title-font-size-desktop, 4.6rem);
  }
}
@media (max-width: 767px) {
  .blocks-hero-title {
    font-size: var(--home-title-font-size-mobile, 2.55rem);
  }
}
.blocks-hero .blocks-metrics {
  grid-template-columns: repeat(var(--home-metrics-columns-mobile, 1), minmax(0, 1fr));
  gap: var(--home-metrics-gap, 14px);
}
.blocks-hero .blocks-metrics div {
  min-height: var(--home-metrics-card-min-height, 0);
  border-width: var(--home-metrics-card-border-width, 1px);
  border-color: rgba(var(--blocks-border-rgb, 126, 145, 170), var(--home-metrics-card-border-opacity, 0.18));
  border-radius: var(--home-metrics-card-radius, var(--blocks-radius-card, 8px));
  background: rgba(var(--blocks-panel-rgb, 16, 23, 34), var(--home-metrics-card-background-opacity, 0.58));
  padding: var(--home-metrics-card-padding, 16px);
}
.blocks-hero .blocks-metrics strong {
  color: var(--home-metrics-value-color, var(--blocks-text-strong, #f7fbff));
  font-size: var(--home-metrics-value-font-size, 1.45rem);
}
.blocks-hero .blocks-metrics span {
  color: var(--home-metrics-label-color, var(--blocks-muted, #7f8c9d));
  font-size: var(--home-metrics-label-font-size, 0.86rem);
}
@media (min-width: 768px) {
  .blocks-hero .blocks-metrics {
    grid-template-columns: repeat(var(--home-metrics-columns-tablet, 3), minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .blocks-hero .blocks-metrics {
    grid-template-columns: repeat(var(--home-metrics-columns-desktop, 3), minmax(0, 1fr));
  }
}
.blocks-hero-no-visual .blocks-hero-copy {
  max-width: 780px;
}
@media (min-width: 1024px) {
  .blocks-hero-no-visual .blocks-hero-grid {
    grid-template-columns: minmax(0, 780px);
    justify-content: center;
  }
}
.blocks-featured-skus {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.12);
  padding-top: var(--featured-section-padding-top, 84px);
  padding-bottom: var(--featured-section-padding-bottom, 84px);
}
.blocks-featured-skus.featured-bg-dark-gradient {
  background: linear-gradient(180deg, rgba(var(--blocks-surface-rgb, 10, 18, 26), 0.5), rgba(var(--blocks-bg-rgb, 7, 9, 13), 1)), var(--blocks-bg, #07090d);
}
.blocks-featured-skus.featured-bg-surface-gradient {
  background: linear-gradient(135deg, rgba(var(--blocks-panel-rgb, 16, 23, 34), 0.88), rgba(var(--blocks-surface-rgb, 10, 18, 26), 0.96)), var(--blocks-panel, #101722);
}
.blocks-featured-skus.featured-bg-solid-dark {
  background: var(--blocks-bg, #07090d);
}
.blocks-featured-skus.featured-bg-transparent {
  background: transparent;
}
.featured-skus-head {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
.featured-skus-head .blocks-section-head {
  margin-bottom: 0;
}
.featured-sku-controls {
  display: flex;
  gap: 10px;
}
.blocks-featured-skus.is-marquee .featured-sku-controls {
  display: none;
}
.featured-sku-nav {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.28);
  border-radius: var(--blocks-radius-card, 8px);
  background: rgba(var(--blocks-panel-rgb, 16, 23, 34), 0.78);
  color: var(--blocks-text-strong, #f7fbff);
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}
.featured-sku-nav:hover {
  border-color: rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.72);
  color: var(--blocks-primary, #5eead4);
}
.featured-sku-nav.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.42;
}
.featured-sku-frame {
  width: var(--featured-frame-width, 100%);
  max-width: var(--featured-frame-max-width, 1200px);
  min-height: var(--featured-frame-min-height, 0);
  height: var(--featured-frame-height, auto);
  overflow: hidden;
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), var(--featured-frame-border-opacity, 0.18));
  border-radius: var(--blocks-radius-card, 8px);
  background: rgba(var(--blocks-bg-rgb, 7, 9, 13), 0.2);
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: var(--featured-frame-padding, 0);
}
.featured-skus-slider {
  width: 100%;
  overflow: hidden;
  padding: 0;
}
.featured-skus-slider .swiper-wrapper {
  align-items: stretch;
  transition-timing-function: ease;
}
.blocks-featured-skus.is-marquee .swiper-wrapper {
  transition-timing-function: linear;
}
.featured-sku-card {
  display: flex;
  width: var(--featured-card-width-mobile, min(78vw, 280px));
  height: var(--featured-card-height, auto);
  min-height: var(--featured-card-min-height, 280px);
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.18);
  border-radius: var(--blocks-radius-card, 8px);
  background: linear-gradient(180deg, rgba(var(--blocks-panel-rgb, 16, 23, 34), 0.88), rgba(var(--blocks-bg-elevated-rgb, 10, 14, 21), 0.98));
}
.featured-skus-slider .featured-sku-card.swiper-slide {
  flex: 0 0 var(--featured-card-width-mobile, min(78vw, 280px)) !important;
  width: var(--featured-card-width-mobile, min(78vw, 280px)) !important;
  max-width: var(--featured-card-width-mobile, min(78vw, 280px)) !important;
  height: var(--featured-card-height, auto);
}
.featured-sku-media {
  position: relative;
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
  aspect-ratio: var(--featured-image-ratio, 16 / 9);
  background: linear-gradient(145deg, var(--blocks-panel, #101722), var(--blocks-bg, #07090d));
}
.blocks-featured-skus.featured-image-mode-fixed-height .featured-sku-media {
  aspect-ratio: auto;
  height: var(--featured-image-fixed-height, 160px);
}
.featured-sku-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-sku-placeholder {
  position: absolute;
  inset: 0;
  display: block;
  background-image: linear-gradient(rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.07) 1px, transparent 1px), radial-gradient(circle at 72% 28%, rgba(var(--blocks-accent-rgb, 245, 158, 11), 0.16), transparent 34%);
  background-size: 34px 34px, 34px 34px, 100% 100%;
}
.featured-sku-placeholder > span {
  position: absolute;
  inset: 28% 18% 24%;
  border: 1px solid rgba(var(--blocks-piece-rgb, 173, 188, 210), 0.3);
  border-radius: var(--blocks-radius-card, 8px);
  background: linear-gradient(135deg, #26313f, #0e141d 66%, #2f3b4b);
  clip-path: polygon(0 20%, 16% 0, 74% 0, 100% 24%, 100% 78%, 82% 100%, 20% 100%, 0 76%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 24px 54px rgba(0, 0, 0, 0.38);
}
.featured-sku-placeholder > span::before, .featured-sku-placeholder > span::after {
  position: absolute;
  border: 1px solid rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.34);
  border-radius: var(--blocks-radius-card, 8px);
  content: "";
}
.featured-sku-placeholder > span::before {
  inset: 20% 14% 52%;
}
.featured-sku-placeholder > span::after {
  inset: 54% 18% 20%;
  border-color: rgba(var(--blocks-accent-rgb, 245, 158, 11), 0.34);
}
.featured-sku-body {
  display: flex;
  flex: 1;
  min-height: 0;
  flex-direction: column;
  gap: 12px;
  padding: var(--featured-body-padding, clamp(12px, 1.6vw, 18px));
}
.featured-sku-body h3 {
  display: flex;
  flex: 0 0 auto;
  height: var(--featured-title-box-height, auto);
  margin: 0;
  align-items: flex-start;
  overflow: hidden;
  color: var(--featured-title-color, var(--blocks-text-strong, #f7fbff));
  font-size: var(--featured-title-font-size, clamp(0.94rem, 1.1vw, 1.08rem));
  line-height: 1.3;
}
.featured-sku-body h3 a {
  display: -webkit-box;
  overflow: hidden;
  width: 100%;
  color: inherit;
  text-decoration: none;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--featured-title-lines, 2);
}
.blocks-featured-skus.featured-title-nowrap .featured-sku-body h3 a {
  display: block;
  white-space: nowrap;
  -webkit-line-clamp: unset;
}
.featured-sku-body h3 a:hover {
  color: var(--blocks-primary, #5eead4);
}
.featured-sku-buy {
  width: var(--featured-button-width, 100%);
  min-height: var(--featured-button-height, 40px);
  margin-top: auto;
  align-self: center;
  flex: 0 0 auto;
  gap: 8px;
  border-color: var(--featured-button-bg, var(--blocks-primary, #5eead4));
  background: var(--featured-button-bg, var(--blocks-primary, #5eead4));
  padding: 10px 12px;
  color: var(--featured-button-text-color, var(--blocks-on-primary, #061014));
  font-size: var(--featured-button-font-size, 0.88rem);
  white-space: nowrap;
}
.featured-sku-buy:hover {
  background: var(--featured-button-bg-hover, var(--blocks-primary-hover, #7cf5e4));
  color: var(--featured-button-text-color, var(--blocks-on-primary, #061014));
}
.featured-sku-buy span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.featured-sku-buy i {
  flex: 0 0 auto;
  font-size: 0.82rem;
}
@media (min-width: 768px) {
  .featured-skus-head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .featured-skus-slider .featured-sku-card.swiper-slide {
    flex-basis: var(--featured-card-width-tablet, 260px) !important;
    width: var(--featured-card-width-tablet, 260px) !important;
    max-width: var(--featured-card-width-tablet, 260px) !important;
  }
}
@media (min-width: 1024px) {
  .featured-skus-slider .featured-sku-card.swiper-slide {
    flex-basis: var(--featured-card-width-desktop, 280px) !important;
    width: var(--featured-card-width-desktop, 280px) !important;
    max-width: var(--featured-card-width-desktop, 280px) !important;
  }
}
.products-hero, .product-detail-hero {
  border-bottom: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.14);
  background: linear-gradient(135deg, var(--blocks-bg, #07090d) 0%, #0b111a 62%, var(--blocks-panel, #101722) 100%);
}
.products-hero-grid, .product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
  align-items: center;
}
.products-hero h1, .product-detail-copy h1 {
  max-width: 820px;
  color: var(--blocks-text-strong, #f7fbff);
  font-size: 2.8rem;
  line-height: 1.02;
}
.products-hero p, .product-detail-description, .product-media-head p {
  max-width: 720px;
  color: var(--blocks-text, #b7c1cf);
  line-height: 1.78;
}
.products-system-panel, .product-panel, .product-media-item {
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.18);
  border-radius: var(--blocks-radius-card, 8px);
  background: rgba(var(--blocks-panel-rgb, 16, 23, 34), 0.78);
}
.products-system-panel {
  padding: 24px;
}
.products-system-panel h2 {
  color: var(--blocks-text-strong, #f7fbff);
  font-size: 1.05rem;
}
.products-system-panel code, .product-media-item code, .product-r2-prefix code, .product-media-path {
  display: block;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.products-system-panel code, .product-media-item code, .product-r2-prefix code {
  margin-top: 12px;
  border: 1px solid rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.18);
  border-radius: var(--blocks-radius-card, 8px);
  background: rgba(var(--blocks-bg-rgb, 7, 9, 13), 0.72);
  color: var(--blocks-primary, #5eead4);
  padding: 10px 12px;
  font-size: 0.84rem;
}
.products-system-panel span {
  display: block;
  margin-top: 14px;
  color: var(--blocks-muted, #7f8c9d);
  font-size: 0.9rem;
}
.products-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.products-filter-row li, .product-chip-list li {
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.22);
  border-radius: 999px;
  background: rgba(var(--blocks-panel-rgb, 16, 23, 34), 0.66);
  color: var(--blocks-text, #b7c1cf);
  padding: 8px 12px;
  font-size: 0.88rem;
}
.products-list-section, .product-detail-section {
  padding: 72px 0;
  background: var(--blocks-bg, #07090d);
}
.products-list-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
.products-list-head h2, .product-panel h2, .product-media-head h2 {
  color: var(--blocks-text-strong, #f7fbff);
  font-size: 2rem;
}
.products-list-head p {
  color: #9ba8b8;
}
.products-grid, .product-info-grid, .product-media-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}
.product-card {
  overflow: hidden;
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.18);
  border-radius: var(--blocks-radius-card, 8px);
  background: linear-gradient(180deg, rgba(var(--blocks-panel-rgb, 16, 23, 34), 0.86), rgba(8, 11, 16, 0.98));
}
.product-card-visual, .product-detail-visual {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 240px;
  background: linear-gradient(145deg, var(--blocks-panel, #101722), var(--blocks-bg, #07090d));
}
.product-card-grid, .product-detail-gridlines {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.07) 1px, transparent 1px);
  background-size: 32px 32px;
}
.product-card-model, .product-detail-model {
  position: absolute;
  inset: 26% 16% 22%;
  border: 1px solid rgba(var(--blocks-piece-rgb, 173, 188, 210), 0.28);
  border-radius: var(--blocks-radius-card, 8px);
  background: linear-gradient(135deg, #26313f, #0e141d 66%, #2f3b4b);
  clip-path: polygon(0 20%, 16% 0, 74% 0, 100% 24%, 100% 78%, 82% 100%, 20% 100%, 0 76%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 24px 54px rgba(0, 0, 0, 0.38);
}
.product-card-model::before, .product-detail-model::before {
  position: absolute;
  top: 18%;
  right: 12%;
  bottom: 18%;
  left: 12%;
  border: 1px solid rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.32);
  border-radius: var(--blocks-radius-card, 8px);
  content: "";
}
.product-card-sku {
  position: absolute;
  right: 14px;
  bottom: 14px;
  border: 1px solid rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.28);
  border-radius: var(--blocks-radius-card, 8px);
  background: rgba(var(--blocks-bg-rgb, 7, 9, 13), 0.78);
  color: var(--blocks-primary, #5eead4);
  padding: 7px 10px;
  font-size: 0.78rem;
  font-weight: 800;
}
.product-card-body, .product-panel, .product-media-item {
  padding: 24px;
}
.product-kicker, .product-media-type {
  color: var(--blocks-accent, #f59e0b);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}
.product-card h3, .product-media-item h3 {
  margin-top: 10px;
  color: var(--blocks-text-strong, #f7fbff);
  font-size: 1.28rem;
}
.product-card h3 a {
  color: inherit;
  text-decoration: none;
}
.product-card-body > p {
  margin-top: 10px;
  color: #9ba8b8;
  line-height: 1.68;
}
.product-card-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}
.product-card-specs div {
  border-top: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.15);
  padding-top: 10px;
}
.product-card-specs dt, .product-spec-table dt, .product-r2-prefix span {
  color: var(--blocks-muted, #7f8c9d);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}
.product-card-specs dd, .product-spec-table dd {
  margin-top: 4px;
  color: var(--blocks-text-strong, #f7fbff);
  font-weight: 700;
}
.product-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 22px;
}
.product-card-footer span {
  color: var(--blocks-primary, #5eead4);
  font-weight: 800;
}
.product-card-footer a, .product-back-link {
  color: var(--blocks-text-strong, #f7fbff);
  font-weight: 800;
  text-decoration: none;
}
.product-card-footer a:hover, .product-back-link:hover {
  color: var(--blocks-primary, #5eead4);
}
.product-media-path {
  margin-top: 18px;
  color: var(--blocks-muted, #7f8c9d);
  font-size: 0.78rem;
}
.product-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 0.9rem;
}
.product-status-row, .product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.product-status-row span {
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.22);
  border-radius: 999px;
  color: var(--blocks-text, #b7c1cf);
  padding: 8px 12px;
  font-size: 0.86rem;
}
.product-detail-visual {
  min-height: 390px;
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.18);
  border-radius: var(--blocks-radius-card, 8px);
}
.product-detail-label {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.18);
  border-radius: var(--blocks-radius-card, 8px);
  background: rgba(var(--blocks-bg-rgb, 7, 9, 13), 0.78);
  padding: 14px;
}
.product-detail-label strong {
  color: var(--blocks-primary, #5eead4);
}
.product-detail-label span {
  color: var(--blocks-text, #b7c1cf);
}
.product-spec-table {
  display: grid;
  gap: 14px;
}
.product-spec-table div {
  display: grid;
  grid-template-columns: minmax(120px, 0.5fr) minmax(0, 1fr);
  gap: 14px;
  border-bottom: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.14);
  padding-bottom: 14px;
}
.product-check-list, .product-chip-list {
  display: grid;
  gap: 12px;
}
.product-check-list li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  color: var(--blocks-text, #b7c1cf);
}
.product-check-list i {
  margin-top: 5px;
  color: var(--blocks-primary, #5eead4);
}
.product-panel h3 {
  margin-top: 28px;
  margin-bottom: 12px;
  color: var(--blocks-text-strong, #f7fbff);
  font-size: 1.1rem;
}
.product-chip-list {
  grid-template-columns: repeat(auto-fit, minmax(140px, max-content));
}
.product-media-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  margin-bottom: 26px;
}
.product-r2-prefix {
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.18);
  border-radius: var(--blocks-radius-card, 8px);
  background: rgba(var(--blocks-panel-rgb, 16, 23, 34), 0.78);
  padding: 18px;
}
.product-copy-section {
  padding-top: 0;
}
.product-content {
  border-top: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.14);
  padding-top: 40px;
}
.product-comments {
  margin-top: 54px;
}
@media (min-width: 768px) {
  .products-hero h1, .product-detail-copy h1 {
    font-size: 4rem;
  }
  .products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .product-info-grid, .product-media-grid, .product-media-head {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .products-hero-grid, .product-detail-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.62fr);
  }
}
@media (max-width: 640px) {
  .products-hero h1, .product-detail-copy h1 {
    font-size: 2.45rem;
  }
  .product-card-specs, .product-spec-table div {
    grid-template-columns: minmax(0, 1fr);
  }
  .product-detail-label, .product-card-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
.blocks-feature-bands {
  border-top: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.12);
  background: rgba(var(--blocks-bg-rgb, 7, 9, 13), 0.72);
}
.blocks-feature-bands-head, .blocks-faq-head {
  max-width: 760px;
}
.blocks-feature-band-list {
  display: grid;
  gap: 22px;
}
.blocks-feature-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  overflow: hidden;
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.16);
  border-radius: var(--blocks-radius-card, 8px);
  background: linear-gradient(145deg, rgba(var(--blocks-panel-rgb, 16, 23, 34), 0.76), rgba(var(--blocks-surface-rgb, 10, 18, 26), 0.64));
  padding: 22px;
}
.blocks-feature-band-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}
.blocks-feature-band-copy h3 {
  margin-bottom: 14px;
  color: var(--blocks-text-strong, #f7fbff);
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  line-height: 1.08;
}
.blocks-feature-band-copy > p {
  max-width: 640px;
  color: var(--blocks-text, #b7c1cf);
  font-size: 1rem;
  line-height: 1.75;
}
.blocks-feature-point-list {
  display: grid;
  gap: 14px;
  width: 100%;
  margin-top: 22px;
}
.blocks-feature-point {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.14);
}
.blocks-feature-point > span {
  width: 10px;
  height: 10px;
  margin-top: 7px;
  border: 1px solid rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.58);
  border-radius: 999px;
  background: rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.18);
}
.blocks-feature-point strong {
  display: block;
  color: var(--blocks-text-strong, #f7fbff);
  font-size: 0.98rem;
}
.blocks-feature-point p {
  margin-top: 4px;
  color: var(--blocks-muted, #7f8c9d);
  font-size: 0.92rem;
  line-height: 1.6;
}
.blocks-feature-band .blocks-btn {
  margin-top: 24px;
}
.blocks-feature-band-visual {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.16);
  border-radius: var(--blocks-radius-card, 8px);
  background: rgba(var(--blocks-bg-rgb, 7, 9, 13), 0.58);
}
.blocks-feature-band-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}
.blocks-feature-band-placeholder {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.06) 1px, transparent 1px), linear-gradient(135deg, rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.14), rgba(var(--blocks-accent-rgb, 245, 158, 11), 0.08));
  background-size: 36px 36px, 36px 36px, 100% 100%;
}
.blocks-feature-band-placeholder span {
  position: absolute;
  display: block;
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.24);
  border-radius: var(--blocks-radius-card, 8px);
  background: rgba(var(--blocks-panel-rgb, 16, 23, 34), 0.66);
}
.blocks-feature-band-placeholder span:nth-child(1) {
  top: 18%;
  left: 12%;
  width: 44%;
  height: 24%;
}
.blocks-feature-band-placeholder span:nth-child(2) {
  right: 12%;
  bottom: 16%;
  width: 38%;
  height: 28%;
}
.blocks-feature-band-placeholder span:nth-child(3) {
  top: 44%;
  left: 34%;
  width: 30%;
  height: 18%;
}
.blocks-faq {
  border-top: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.12);
}
.blocks-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}
.blocks-faq-group {
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.16);
  border-radius: var(--blocks-radius-card, 8px);
  background: rgba(var(--blocks-panel-rgb, 16, 23, 34), 0.58);
  padding: 18px;
}
.blocks-faq-group h3 {
  margin-bottom: 14px;
  color: var(--blocks-text-strong, #f7fbff);
  font-size: 1.08rem;
}
.blocks-faq-items {
  display: grid;
  gap: 10px;
}
.blocks-faq-item {
  border-top: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.12);
  padding-top: 10px;
}
.blocks-faq-item:first-child {
  border-top: 0;
  padding-top: 0;
}
.blocks-faq-item summary {
  display: flex;
  min-height: 44px;
  cursor: pointer;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--blocks-text-strong, #f7fbff);
  font-weight: 700;
}
.blocks-faq-item summary::-webkit-details-marker {
  display: none;
}
.blocks-faq-item summary i {
  flex: 0 0 auto;
  color: var(--blocks-primary, #5eead4);
  transition: transform 180ms ease;
}
.blocks-faq-item[open] summary i {
  transform: rotate(180deg);
}
.blocks-faq-answer {
  padding: 0 34px 14px 0;
  color: var(--blocks-text, #b7c1cf);
  font-size: 0.95rem;
  line-height: 1.7;
}
.blocks-comparison-table {
  border-top: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.12);
  background: radial-gradient(circle at 78% 16%, rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.1), transparent 30%), rgba(var(--blocks-bg-rgb, 7, 9, 13), 0.74);
}
.blocks-comparison-head {
  max-width: 760px;
}
.blocks-comparison-scroll {
  overflow-x: auto;
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.16);
  border-radius: var(--blocks-radius-card, 8px);
  background: rgba(var(--blocks-panel-rgb, 16, 23, 34), 0.58);
}
.blocks-comparison-table table {
  width: 100%;
  min-width: calc(220px + (240px * var(--comparison-desktop-columns, 3)));
  border-collapse: collapse;
  table-layout: fixed;
}
.blocks-comparison-table th, .blocks-comparison-table td {
  border-bottom: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.14);
  border-left: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.1);
  padding: 16px;
  text-align: left;
  vertical-align: top;
}
.blocks-comparison-table thead th {
  background: rgba(var(--blocks-surface-rgb, 10, 18, 26), 0.82);
}
.blocks-comparison-table th:first-child, .blocks-comparison-table td:first-child {
  border-left: 0;
}
.blocks-comparison-table tbody th {
  width: 220px;
  color: var(--blocks-muted, #7f8c9d);
  font-size: 0.88rem;
  font-weight: 700;
}
.blocks-comparison-table tbody td {
  color: var(--blocks-text, #b7c1cf);
  font-size: 0.95rem;
  line-height: 1.55;
}
.blocks-comparison-product-head {
  display: grid;
  gap: 12px;
  min-width: 0;
}
.blocks-comparison-media {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.14);
  border-radius: var(--blocks-radius-card, 8px);
  aspect-ratio: 16 / 10;
  background: rgba(var(--blocks-bg-rgb, 7, 9, 13), 0.66);
}
.blocks-comparison-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blocks-comparison-placeholder {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 120px;
  background-image: linear-gradient(rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.06) 1px, transparent 1px), linear-gradient(135deg, rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.14), rgba(var(--blocks-accent-rgb, 245, 158, 11), 0.08));
  background-size: 28px 28px, 28px 28px, 100% 100%;
}
.blocks-comparison-placeholder span {
  position: absolute;
  inset: 28% 18%;
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.22);
  border-radius: var(--blocks-radius-card, 8px);
  background: rgba(var(--blocks-panel-rgb, 16, 23, 34), 0.68);
}
.blocks-comparison-product-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}
.blocks-comparison-product-copy p {
  margin: 0;
  color: var(--blocks-muted, #7f8c9d);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.blocks-comparison-product-copy h3 {
  margin: 0;
  color: var(--blocks-text-strong, #f7fbff);
  font-size: 1rem;
  line-height: 1.25;
}
.blocks-comparison-product-copy h3 a {
  display: -webkit-box;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blocks-comparison-product-copy h3 a:hover {
  color: var(--blocks-primary, #5eead4);
}
.blocks-comparison-btn {
  width: fit-content;
  min-height: 38px;
  padding: 0.56rem 0.88rem;
  font-size: 0.85rem;
}
.blocks-comparison-empty {
  color: var(--blocks-muted, #7f8c9d);
}
.blocks-comparison-mobile {
  display: none;
}
.blocks-comparison-mobile-card {
  display: grid;
  gap: 16px;
  min-width: 0;
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.16);
  border-radius: var(--blocks-radius-card, 8px);
  background: rgba(var(--blocks-panel-rgb, 16, 23, 34), 0.58);
  padding: 16px;
}
.blocks-comparison-mobile-card dl {
  display: grid;
  gap: 0;
  margin: 0;
}
.blocks-comparison-mobile-card dl div {
  display: grid;
  grid-template-columns: minmax(94px, 0.45fr) minmax(0, 1fr);
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.12);
}
.blocks-comparison-mobile-card dt {
  color: var(--blocks-muted, #7f8c9d);
  font-size: 0.82rem;
  font-weight: 700;
}
.blocks-comparison-mobile-card dd {
  margin: 0;
  color: var(--blocks-text, #b7c1cf);
  font-size: 0.9rem;
  line-height: 1.5;
}
.blocks-comparison-empty-state p {
  color: var(--blocks-muted, #7f8c9d);
}
@media (min-width: 768px) {
  .blocks-feature-band {
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.72fr);
    align-items: center;
    padding: 28px;
  }
  .blocks-feature-band-image-left .blocks-feature-band-visual {
    order: -1;
  }
  .blocks-feature-band-text-only, .blocks-feature-band-stat-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .blocks-feature-band-stat-grid .blocks-feature-point-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .blocks-faq-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .blocks-feature-band, .blocks-faq-group {
    padding: 16px;
  }
  .blocks-feature-band-copy h3 {
    font-size: 1.45rem;
  }
  .blocks-faq-answer {
    padding-right: 0;
  }
  .blocks-comparison-desktop {
    display: none;
  }
  .blocks-comparison-mobile {
    display: grid;
    grid-template-columns: repeat(var(--comparison-mobile-columns, 1), minmax(0, 1fr));
    gap: 14px;
  }
  .blocks-comparison-mobile-card {
    padding: 14px;
  }
  .blocks-comparison-btn {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .blocks-comparison-mobile {
    grid-template-columns: minmax(0, 1fr);
  }
}
.products-list-head-with-tools {
  align-items: flex-start;
  justify-content: space-between;
}
.products-list-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.products-result-count, .products-filter-toggle, .products-filter-close, .products-filter-clear, .products-active-filter {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.24);
  border-radius: var(--blocks-radius-control, 8px);
  background: rgba(var(--blocks-panel-rgb, 16, 23, 34), 0.72);
  color: var(--blocks-text-strong, #f7fbff);
  font-size: 0.9rem;
  font-weight: 800;
  padding: 9px 12px;
}
.products-result-count {
  color: var(--blocks-muted, #7f8c9d);
}
.products-result-count strong {
  color: var(--blocks-text-strong, #f7fbff);
}
.products-filter-toggle:hover, .products-filter-close:hover, .products-filter-clear:hover, .products-active-filter:hover {
  border-color: rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.62);
  color: var(--blocks-primary, #5eead4);
}
.products-catalog-layout {
  display: grid;
  gap: 24px;
}
.products-filter-panel {
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.18);
  border-radius: var(--blocks-radius-card, 8px);
  background: rgba(var(--blocks-panel-rgb, 16, 23, 34), 0.72);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
  padding: 18px;
}
.products-filter-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.14);
  padding-bottom: 14px;
}
.products-filter-panel-head h3 {
  margin: 0;
  color: var(--blocks-text-strong, #f7fbff);
  font-size: 1.04rem;
}
.products-filter-panel-head p {
  margin-top: 4px;
  color: var(--blocks-muted, #7f8c9d);
  font-size: 0.88rem;
  line-height: 1.55;
}
.products-filter-close {
  width: 42px;
  flex: 0 0 42px;
  padding: 0;
}
.products-filter-form {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}
.products-filter-group {
  min-width: 0;
  border: 0;
  margin: 0;
  padding: 0;
}
.products-filter-group legend {
  margin-bottom: 9px;
  color: var(--blocks-text-strong, #f7fbff);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}
.products-filter-options, .products-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.products-filter-option {
  cursor: pointer;
}
.products-filter-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.products-filter-option span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.2);
  border-radius: var(--blocks-radius-control, 8px);
  background: rgba(var(--blocks-bg-rgb, 7, 9, 13), 0.42);
  color: var(--blocks-text, #b7c1cf);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 7px 10px;
}
.products-filter-option input:checked + span {
  border-color: rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.72);
  background: rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.14);
  color: var(--blocks-primary, #5eead4);
}
.products-filter-option input:focus-visible + span {
  outline: 2px solid rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.82);
  outline-offset: 2px;
}
.products-filter-clear {
  width: 100%;
}
.products-active-filters {
  margin-bottom: 18px;
}
.products-active-filter {
  min-height: 36px;
  background: rgba(var(--blocks-primary-rgb, 94, 234, 212), 0.12);
  color: var(--blocks-primary, #5eead4);
  padding: 7px 10px;
}
.product-card.is-filtered-out {
  display: none;
}
.products-empty-state {
  border: 1px dashed rgba(var(--blocks-border-rgb, 126, 145, 170), 0.28);
  border-radius: var(--blocks-radius-card, 8px);
  background: rgba(var(--blocks-panel-rgb, 16, 23, 34), 0.48);
  padding: 28px;
  text-align: center;
}
.products-empty-state h3 {
  color: var(--blocks-text-strong, #f7fbff);
  font-size: 1.3rem;
}
.products-empty-state p {
  margin: 8px auto 18px;
  max-width: 420px;
  color: var(--blocks-muted, #7f8c9d);
}
@media (min-width: 1024px) {
  .products-filter-toggle, .products-filter-close {
    display: none;
  }
  .products-catalog-layout {
    grid-template-columns: minmax(230px, 280px) minmax(0, 1fr);
    align-items: start;
  }
  .products-filter-panel {
    position: sticky;
    top: 94px;
  }
}
@media (max-width: 1023px) {
  .products-filter-panel {
    position: fixed;
    inset: auto 0 0;
    z-index: 90;
    max-height: min(82vh, 720px);
    overflow: auto;
    border-radius: 8px 8px 0 0;
    transform: translateY(105%);
    transition: transform 0.22s ease;
  }
  .products-list-section.is-filter-panel-open .products-filter-panel {
    transform: translateY(0);
  }
}
.products-sort-control {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.24);
  border-radius: var(--blocks-radius-control, 8px);
  background: rgba(var(--blocks-panel-rgb, 16, 23, 34), 0.72);
  color: var(--blocks-text-strong, #f7fbff);
  padding: 0 10px 0 12px;
}
.products-sort-control span {
  color: var(--blocks-muted, #7f8c9d);
  font-size: 0.86rem;
  font-weight: 800;
}
.products-sort-control select {
  min-height: 40px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: none;
}
.products-filter-legend {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  padding: 0;
  text-align: left;
}
.products-filter-legend i {
  transition: transform 0.18s ease;
}
.products-filter-group.is-open .products-filter-legend i {
  transform: rotate(180deg);
}
.products-filter-group .products-filter-options {
  margin-top: 12px;
}
.products-filter-group[hidden] {
  display: none;
}
.products-filter-lock {
  overflow: hidden;
}
.products-filter-toggle {
  display: inline-flex;
}
@media (max-width: 1023px) {
  .products-list-section::before {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease;
    z-index: 80;
  }
  .products-list-section.is-filter-panel-open::before {
    opacity: 1;
    pointer-events: auto;
  }
  .products-sort-control {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 640px) {
  .shopify-action-group {
    display: grid;
    width: 100%;
  }
  .shopify-action-group .blocks-btn {
    width: 100%;
  }
  .sku-tray-toggle {
    right: 14px;
    bottom: 14px;
  }
  .sku-tray-drawer {
    top: auto;
    bottom: 0;
    width: 100%;
    height: min(82dvh, 620px);
    border-top: 1px solid rgba(var(--blocks-border-rgb, 126, 145, 170), 0.18);
    border-left: 0;
    transform: translateY(105%);
  }
  .sku-tray.is-open .sku-tray-drawer {
    transform: translateY(0);
  }
}
@media (max-width: 420px) {
  .sku-tray-item-actions {
    display: grid;
    justify-content: stretch;
  }
  .sku-tray-item-actions input {
    width: 100%;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@layer base {
  :root {
    @media (min-width: 40rem) {
      --container-max-width: 40rem;
    }
    @media (min-width: 48rem) {
      --container-max-width: 48rem;
    }
    @media (min-width: 64rem) {
      --container-max-width: 64rem;
    }
    @media (min-width: 80rem) {
      --container-max-width: 80rem;
    }
    @media (min-width: 96rem) {
      --container-max-width: 96rem;
    }
  }
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-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-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-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-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-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@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-font-weight: initial;
      --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-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --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-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
      --tw-leading: initial;
      --tw-content: "";
      --tw-duration: initial;
    }
  }
}

