/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    :root, :host {
      --gradient-drift: 0%;
    }

    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
      --tw-animation-delay: 0s;
      --tw-animation-direction: normal;
      --tw-animation-duration: initial;
      --tw-animation-fill-mode: none;
      --tw-animation-iteration-count: 1;
      --tw-enter-blur: 0;
      --tw-enter-opacity: 1;
      --tw-enter-rotate: 0;
      --tw-enter-scale: 1;
      --tw-enter-translate-x: 0;
      --tw-enter-translate-y: 0;
      --tw-exit-blur: 0;
      --tw-exit-opacity: 1;
      --tw-exit-rotate: 0;
      --tw-exit-scale: 1;
      --tw-exit-translate-x: 0;
      --tw-exit-translate-y: 0;
    }
  }
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --spacing: .25rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --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-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -.025em;
    --tracking-widest: .1em;
    --leading-relaxed: 1.625;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --aspect-video: 16 / 9;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-background: var(--background);
    --color-foreground: var(--foreground);
    --color-border: var(--border);
  }
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

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

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

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

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

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

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  * {
    border-color: var(--color-border);
  }

  body {
    background-color: var(--color-background);
    color: var(--color-foreground);
  }
  .pointer-events-none {
    pointer-events: none;
  }

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .inset-0 {
    inset: 0;
  }

  .inset-x-0 {
    inset-inline: 0;
  }

  .inset-y-0 {
    inset-block: 0;
  }

  .-top-12 {
    top: calc(var(--spacing) * -12);
  }

  .top-0 {
    top: 0;
  }

  .top-1\.5 {
    top: calc(var(--spacing) * 1.5);
  }

  .top-1\/2 {
    top: 50%;
  }

  .top-3\.5 {
    top: calc(var(--spacing) * 3.5);
  }

  .top-4 {
    top: calc(var(--spacing) * 4);
  }

  .top-\[1px\] {
    top: 1px;
  }

  .top-\[50\%\] {
    top: 50%;
  }

  .top-\[60\%\] {
    top: 60%;
  }

  .top-full {
    top: 100%;
  }

  .-right-12 {
    right: calc(var(--spacing) * -12);
  }

  .right-0 {
    right: 0;
  }

  .right-1 {
    right: var(--spacing);
  }

  .right-2 {
    right: calc(var(--spacing) * 2);
  }

  .right-3 {
    right: calc(var(--spacing) * 3);
  }

  .right-4 {
    right: calc(var(--spacing) * 4);
  }

  .-bottom-12 {
    bottom: calc(var(--spacing) * -12);
  }

  .bottom-0 {
    bottom: 0;
  }

  .-left-12 {
    left: calc(var(--spacing) * -12);
  }

  .left-0 {
    left: 0;
  }

  .left-1\/2 {
    left: 50%;
  }

  .left-2 {
    left: calc(var(--spacing) * 2);
  }

  .left-\[50\%\] {
    left: 50%;
  }

  .z-10 {
    z-index: 10;
  }

  .z-20 {
    z-index: 20;
  }

  .z-50 {
    z-index: 50;
  }

  .z-\[1\] {
    z-index: 1;
  }

  .-mx-1 {
    margin-inline: calc(var(--spacing) * -1);
  }

  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }

  .mx-3\.5 {
    margin-inline: calc(var(--spacing) * 3.5);
  }

  .mx-auto {
    margin-inline: auto;
  }

  .my-0\.5 {
    margin-block: calc(var(--spacing) * .5);
  }

  .my-1 {
    margin-block: var(--spacing);
  }

  .-mt-4 {
    margin-top: calc(var(--spacing) * -4);
  }

  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }

  .mt-auto {
    margin-top: auto;
  }

  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }

  .mb-1 {
    margin-bottom: var(--spacing);
  }

  .-ml-4 {
    margin-left: calc(var(--spacing) * -4);
  }

  .ml-1 {
    margin-left: var(--spacing);
  }

  .ml-auto {
    margin-left: auto;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-flex {
    display: inline-flex;
  }

  .table {
    display: table;
  }

  .aspect-square {
    aspect-ratio: 1;
  }

  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }

  .size-\(--cell-size\) {
    width: var(--cell-size);
    height: var(--cell-size);
  }

  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .h-\(--cell-size\) {
    height: var(--cell-size);
  }

  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }

  .h-2 {
    height: calc(var(--spacing) * 2);
  }

  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }

  .h-3 {
    height: calc(var(--spacing) * 3);
  }

  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }

  .h-4 {
    height: calc(var(--spacing) * 4);
  }

  .h-5 {
    height: calc(var(--spacing) * 5);
  }

  .h-7 {
    height: calc(var(--spacing) * 7);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-9 {
    height: calc(var(--spacing) * 9);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-12 {
    height: calc(var(--spacing) * 12);
  }

  .h-\[1px\] {
    height: 1px;
  }

  .h-\[var\(--radix-navigation-menu-viewport-height\)\] {
    height: var(--radix-navigation-menu-viewport-height);
  }

  .h-\[var\(--radix-select-trigger-height\)\] {
    height: var(--radix-select-trigger-height);
  }

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

  .h-svh {
    height: 100svh;
  }

  .max-h-\(--radix-context-menu-content-available-height\) {
    max-height: var(--radix-context-menu-content-available-height);
  }

  .max-h-\(--radix-select-content-available-height\) {
    max-height: var(--radix-select-content-available-height);
  }

  .max-h-\[300px\] {
    max-height: 300px;
  }

  .max-h-\[var\(--radix-dropdown-menu-content-available-height\)\] {
    max-height: var(--radix-dropdown-menu-content-available-height);
  }

  .min-h-0 {
    min-height: 0;
  }

  .min-h-\[60px\] {
    min-height: 60px;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .min-h-svh {
    min-height: 100svh;
  }

  .w-\(--cell-size\) {
    width: var(--cell-size);
  }

  .w-\(--sidebar-width\) {
    width: var(--sidebar-width);
  }

  .w-0 {
    width: 0;
  }

  .w-1 {
    width: var(--spacing);
  }

  .w-2 {
    width: calc(var(--spacing) * 2);
  }

  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }

  .w-3 {
    width: calc(var(--spacing) * 3);
  }

  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }

  .w-3\/4 {
    width: 75%;
  }

  .w-4 {
    width: calc(var(--spacing) * 4);
  }

  .w-5 {
    width: calc(var(--spacing) * 5);
  }

  .w-7 {
    width: calc(var(--spacing) * 7);
  }

  .w-8 {
    width: calc(var(--spacing) * 8);
  }

  .w-9 {
    width: calc(var(--spacing) * 9);
  }

  .w-10 {
    width: calc(var(--spacing) * 10);
  }

  .w-64 {
    width: calc(var(--spacing) * 64);
  }

  .w-72 {
    width: calc(var(--spacing) * 72);
  }

  .w-\[1px\] {
    width: 1px;
  }

  .w-\[100px\] {
    width: 100px;
  }

  .w-auto {
    width: auto;
  }

  .w-fit {
    width: fit-content;
  }

  .w-full {
    width: 100%;
  }

  .w-max {
    width: max-content;
  }

  .w-px {
    width: 1px;
  }

  .max-w-\(--skeleton-width\) {
    max-width: var(--skeleton-width);
  }

  .max-w-lg {
    max-width: var(--container-lg);
  }

  .max-w-max {
    max-width: max-content;
  }

  .max-w-md {
    max-width: var(--container-md);
  }

  .min-w-\(--cell-size\) {
    min-width: var(--cell-size);
  }

  .min-w-0 {
    min-width: 0;
  }

  .min-w-5 {
    min-width: calc(var(--spacing) * 5);
  }

  .min-w-8 {
    min-width: calc(var(--spacing) * 8);
  }

  .min-w-9 {
    min-width: calc(var(--spacing) * 9);
  }

  .min-w-10 {
    min-width: calc(var(--spacing) * 10);
  }

  .min-w-\[8rem\] {
    min-width: 8rem;
  }

  .min-w-\[12rem\] {
    min-width: 12rem;
  }

  .min-w-\[var\(--radix-select-trigger-width\)\] {
    min-width: var(--radix-select-trigger-width);
  }

  .flex-1 {
    flex: 1;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .grow {
    flex-grow: 1;
  }

  .grow-0 {
    flex-grow: 0;
  }

  .basis-full {
    flex-basis: 100%;
  }

  .caption-bottom {
    caption-side: bottom;
  }

  .border-collapse {
    border-collapse: collapse;
  }

  .origin-\(--radix-context-menu-content-transform-origin\) {
    transform-origin: var(--radix-context-menu-content-transform-origin);
  }

  .origin-\(--radix-dropdown-menu-content-transform-origin\) {
    transform-origin: var(--radix-dropdown-menu-content-transform-origin);
  }

  .origin-\(--radix-hover-card-content-transform-origin\) {
    transform-origin: var(--radix-hover-card-content-transform-origin);
  }

  .origin-\(--radix-menubar-content-transform-origin\) {
    transform-origin: var(--radix-menubar-content-transform-origin);
  }

  .origin-\(--radix-popover-content-transform-origin\) {
    transform-origin: var(--radix-popover-content-transform-origin);
  }

  .origin-\(--radix-select-content-transform-origin\) {
    transform-origin: var(--radix-select-content-transform-origin);
  }

  .origin-\(--radix-tooltip-content-transform-origin\) {
    transform-origin: var(--radix-tooltip-content-transform-origin);
  }

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-x-px {
    --tw-translate-x: -1px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-px {
    --tw-translate-x: 1px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .rotate-45 {
    rotate: 45deg;
  }

  .rotate-90 {
    rotate: 90deg;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .cursor-default {
    cursor: default;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .touch-none {
    touch-action: none;
  }

  .resize {
    resize: both;
  }

  .list-none {
    list-style-type: none;
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-col-reverse {
    flex-direction: column-reverse;
  }

  .flex-row {
    flex-direction: row;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .place-content-center {
    place-content: center;
  }

  .items-center {
    align-items: center;
  }

  .items-end {
    align-items: flex-end;
  }

  .items-start {
    align-items: flex-start;
  }

  .items-stretch {
    align-items: stretch;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-1 {
    gap: var(--spacing);
  }

  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  :where(.space-y-1\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-x-1 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(var(--spacing) * var(--tw-space-x-reverse));
    margin-inline-end: calc(var(--spacing) * calc(1 - var(--tw-space-x-reverse)));
  }

  .overflow-auto {
    overflow: auto;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-hidden {
    overflow-x: hidden;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .rounded-\[2px\] {
    border-radius: 2px;
  }

  .rounded-\[inherit\] {
    border-radius: inherit;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius);
  }

  .rounded-md {
    border-radius: calc(var(--radius) - 2px);
  }

  .rounded-none {
    border-radius: 0;
  }

  .rounded-sm {
    border-radius: calc(var(--radius) - 4px);
  }

  .rounded-xl {
    border-radius: calc(var(--radius) + 4px);
  }

  .rounded-t-\[10px\] {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .rounded-l-md {
    border-top-left-radius: calc(var(--radius) - 2px);
    border-bottom-left-radius: calc(var(--radius) - 2px);
  }

  .rounded-tl-sm {
    border-top-left-radius: calc(var(--radius) - 4px);
  }

  .rounded-r-md {
    border-top-right-radius: calc(var(--radius) - 2px);
    border-bottom-right-radius: calc(var(--radius) - 2px);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-\[1\.5px\] {
    border-style: var(--tw-border-style);
    border-width: 1.5px;
  }

  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-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-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }

  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }

  .border-\(--color-border\) {
    border-color: var(--color-border);
  }

  .border-border\/50 {
    border-color: var(--border);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-border\/50 {
      border-color: color-mix(in oklab, var(--border) 50%, transparent);
    }
  }

  .border-destructive\/50 {
    border-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-destructive\/50 {
      border-color: color-mix(in oklab, var(--destructive) 50%, transparent);
    }
  }

  .border-input {
    border-color: var(--input);
  }

  .border-primary, .border-primary\/50 {
    border-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-primary\/50 {
      border-color: color-mix(in oklab, var(--primary) 50%, transparent);
    }
  }

  .border-sidebar-border {
    border-color: var(--sidebar-border);
  }

  .border-transparent {
    border-color: #0000;
  }

  .border-t-transparent {
    border-top-color: #0000;
  }

  .border-l-transparent {
    border-left-color: #0000;
  }

  .bg-\(--color-bg\) {
    background-color: var(--color-bg);
  }

  .bg-accent {
    background-color: var(--accent);
  }

  .bg-background {
    background-color: var(--background);
  }

  .bg-black\/80 {
    background-color: #000c;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/80 {
      background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
  }

  .bg-border {
    background-color: var(--border);
  }

  .bg-card {
    background-color: var(--card);
  }

  .bg-destructive {
    background-color: var(--destructive);
  }

  .bg-foreground {
    background-color: var(--foreground);
  }

  .bg-muted, .bg-muted\/50 {
    background-color: var(--muted);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-muted\/50 {
      background-color: color-mix(in oklab, var(--muted) 50%, transparent);
    }
  }

  .bg-popover {
    background-color: var(--popover);
  }

  .bg-primary, .bg-primary\/10 {
    background-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-primary\/10 {
      background-color: color-mix(in oklab, var(--primary) 10%, transparent);
    }
  }

  .bg-primary\/20 {
    background-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-primary\/20 {
      background-color: color-mix(in oklab, var(--primary) 20%, transparent);
    }
  }

  .bg-secondary {
    background-color: var(--secondary);
  }

  .bg-sidebar {
    background-color: var(--sidebar);
  }

  .bg-sidebar-border {
    background-color: var(--sidebar-border);
  }

  .bg-transparent {
    background-color: #0000;
  }

  .fill-current {
    fill: currentColor;
  }

  .fill-primary {
    fill: var(--primary);
  }

  .p-0 {
    padding: 0;
  }

  .p-1 {
    padding: var(--spacing);
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .p-\[1px\] {
    padding: 1px;
  }

  .px-\(--cell-size\) {
    padding-inline: var(--cell-size);
  }

  .px-1 {
    padding-inline: var(--spacing);
  }

  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .py-0\.5 {
    padding-block: calc(var(--spacing) * .5);
  }

  .py-1 {
    padding-block: var(--spacing);
  }

  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .pt-0 {
    padding-top: 0;
  }

  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }

  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }

  .pr-1 {
    padding-right: var(--spacing);
  }

  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }

  .pr-2\.5 {
    padding-right: calc(var(--spacing) * 2.5);
  }

  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }

  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }

  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }

  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }

  .pl-2\.5 {
    padding-left: calc(var(--spacing) * 2.5);
  }

  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }

  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .align-middle {
    vertical-align: middle;
  }

  .font-mono {
    font-family: var(--font-mono);
  }

  .text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .text-\[0\.8rem\] {
    font-size: .8rem;
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }

  .break-words {
    overflow-wrap: break-word;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-accent-foreground {
    color: var(--accent-foreground);
  }

  .text-card-foreground {
    color: var(--card-foreground);
  }

  .text-current {
    color: currentColor;
  }

  .text-destructive {
    color: var(--destructive);
  }

  .text-destructive-foreground {
    color: var(--destructive-foreground);
  }

  .text-foreground {
    color: var(--foreground);
  }

  .text-muted-foreground {
    color: var(--muted-foreground);
  }

  .text-popover-foreground {
    color: var(--popover-foreground);
  }

  .text-primary {
    color: var(--primary);
  }

  .text-primary-foreground {
    color: var(--primary-foreground);
  }

  .text-secondary-foreground {
    color: var(--secondary-foreground);
  }

  .text-sidebar-foreground, .text-sidebar-foreground\/70 {
    color: var(--sidebar-foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-sidebar-foreground\/70 {
      color: color-mix(in oklab, var(--sidebar-foreground) 70%, transparent);
    }
  }

  .uppercase {
    text-transform: uppercase;
  }

  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
  }

  .underline-offset-4 {
    text-underline-offset: 4px;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-50 {
    opacity: .5;
  }

  .opacity-60 {
    opacity: .6;
  }

  .opacity-70 {
    opacity: .7;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_0_0_1px_var\(--sidebar-border\)\] {
    --tw-shadow: 0 0 0 1px var(--tw-shadow-color, var(--sidebar-border));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-xs {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, #0000000d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring-0 {
    --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);
  }

  .ring-1 {
    --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);
  }

  .ring-ring {
    --tw-ring-color: var(--ring);
  }

  .ring-sidebar-ring {
    --tw-ring-color: var(--sidebar-ring);
  }

  .ring-offset-background {
    --tw-ring-offset-color: var(--background);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[left\,right\,width\] {
    transition-property: left, right, width;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[margin\,opacity\] {
    transition-property: margin, opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[width\,height\,padding\] {
    transition-property: width, height, padding;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[width\] {
    transition-property: width;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .duration-1000 {
    --tw-duration: 1s;
    transition-duration: 1s;
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .ease-linear {
    --tw-ease: linear;
    transition-timing-function: linear;
  }

  .fade-in-0 {
    --tw-enter-opacity: 0;
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

  .zoom-in-95 {
    --tw-enter-scale: .95;
  }

  .\[--cell-size\:2rem\] {
    --cell-size: 2rem;
  }

  .group-focus-within\/menu-item\:opacity-100:is(:where(.group\/menu-item):focus-within *) {
    opacity: 1;
  }

  @media (hover: hover) {
    .group-hover\/menu-item\:opacity-100:is(:where(.group\/menu-item):hover *) {
      opacity: 1;
    }
  }

  .group-has-\[\[data-sidebar\=menu-action\]\]\/menu-item\:pr-8:is(:where(.group\/menu-item):has([data-sidebar="menu-action"]) *) {
    padding-right: calc(var(--spacing) * 8);
  }

  .group-data-\[collapsible\=icon\]\:-mt-8:is(:where(.group)[data-collapsible="icon"] *) {
    margin-top: calc(var(--spacing) * -8);
  }

  .group-data-\[collapsible\=icon\]\:hidden:is(:where(.group)[data-collapsible="icon"] *) {
    display: none;
  }

  .group-data-\[collapsible\=icon\]\:\!size-8:is(:where(.group)[data-collapsible="icon"] *) {
    width: calc(var(--spacing) * 8) !important;
    height: calc(var(--spacing) * 8) !important;
  }

  .group-data-\[collapsible\=icon\]\:w-\(--sidebar-width-icon\):is(:where(.group)[data-collapsible="icon"] *) {
    width: var(--sidebar-width-icon);
  }

  .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)\)\]:is(:where(.group)[data-collapsible="icon"] *) {
    width: calc(var(--sidebar-width-icon) + 1rem);
  }

  .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)_\+2px\)\]:is(:where(.group)[data-collapsible="icon"] *) {
    width: calc(var(--sidebar-width-icon) + 1rem + 2px);
  }

  .group-data-\[collapsible\=icon\]\:overflow-hidden:is(:where(.group)[data-collapsible="icon"] *) {
    overflow: hidden;
  }

  .group-data-\[collapsible\=icon\]\:\!p-0:is(:where(.group)[data-collapsible="icon"] *) {
    padding: 0 !important;
  }

  .group-data-\[collapsible\=icon\]\:\!p-2:is(:where(.group)[data-collapsible="icon"] *) {
    padding: calc(var(--spacing) * 2) !important;
  }

  .group-data-\[collapsible\=icon\]\:opacity-0:is(:where(.group)[data-collapsible="icon"] *) {
    opacity: 0;
  }

  .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible="offcanvas"] *) {
    right: calc(var(--sidebar-width) * -1);
  }

  .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible="offcanvas"] *) {
    left: calc(var(--sidebar-width) * -1);
  }

  .group-data-\[collapsible\=offcanvas\]\:w-0:is(:where(.group)[data-collapsible="offcanvas"] *) {
    width: 0;
  }

  .group-data-\[collapsible\=offcanvas\]\:translate-x-0:is(:where(.group)[data-collapsible="offcanvas"] *) {
    --tw-translate-x: 0px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .group-data-\[focused\=true\]\/day\:relative:is(:where(.group\/day)[data-focused="true"] *) {
    position: relative;
  }

  .group-data-\[focused\=true\]\/day\:z-10:is(:where(.group\/day)[data-focused="true"] *) {
    z-index: 10;
  }

  .group-data-\[focused\=true\]\/day\:border-ring:is(:where(.group\/day)[data-focused="true"] *) {
    border-color: var(--ring);
  }

  .group-data-\[focused\=true\]\/day\:ring-\[3px\]:is(:where(.group\/day)[data-focused="true"] *) {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .group-data-\[focused\=true\]\/day\:ring-ring\/50:is(:where(.group\/day)[data-focused="true"] *) {
    --tw-ring-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .group-data-\[focused\=true\]\/day\:ring-ring\/50:is(:where(.group\/day)[data-focused="true"] *) {
      --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  .group-data-\[side\=left\]\:-right-4:is(:where(.group)[data-side="left"] *) {
    right: calc(var(--spacing) * -4);
  }

  .group-data-\[side\=left\]\:border-r:is(:where(.group)[data-side="left"] *) {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }

  .group-data-\[side\=right\]\:left-0:is(:where(.group)[data-side="right"] *) {
    left: 0;
  }

  .group-data-\[side\=right\]\:rotate-180:is(:where(.group)[data-side="right"] *) {
    rotate: 180deg;
  }

  .group-data-\[side\=right\]\:border-l:is(:where(.group)[data-side="right"] *) {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }

  .group-data-\[state\=open\]\:rotate-180:is(:where(.group)[data-state="open"] *) {
    rotate: 180deg;
  }

  .group-data-\[variant\=floating\]\:rounded-lg:is(:where(.group)[data-variant="floating"] *) {
    border-radius: var(--radius);
  }

  .group-data-\[variant\=floating\]\:border:is(:where(.group)[data-variant="floating"] *) {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .group-data-\[variant\=floating\]\:border-sidebar-border:is(:where(.group)[data-variant="floating"] *) {
    border-color: var(--sidebar-border);
  }

  .group-data-\[variant\=floating\]\:shadow:is(:where(.group)[data-variant="floating"] *) {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .group-\[\.toast\]\:bg-muted:is(:where(.group).toast *) {
    background-color: var(--muted);
  }

  .group-\[\.toast\]\:bg-primary:is(:where(.group).toast *) {
    background-color: var(--primary);
  }

  .group-\[\.toast\]\:text-muted-foreground:is(:where(.group).toast *) {
    color: var(--muted-foreground);
  }

  .group-\[\.toast\]\:text-primary-foreground:is(:where(.group).toast *) {
    color: var(--primary-foreground);
  }

  .group-\[\.toaster\]\:border-border:is(:where(.group).toaster *) {
    border-color: var(--border);
  }

  .group-\[\.toaster\]\:bg-background:is(:where(.group).toaster *) {
    background-color: var(--background);
  }

  .group-\[\.toaster\]\:text-foreground:is(:where(.group).toaster *) {
    color: var(--foreground);
  }

  .group-\[\.toaster\]\:shadow-lg:is(:where(.group).toaster *) {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  @media (hover: hover) {
    .peer-hover\/menu-button\:text-sidebar-accent-foreground:is(:where(.peer\/menu-button):hover ~ *) {
      color: var(--sidebar-accent-foreground);
    }
  }

  .peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled ~ *) {
    cursor: not-allowed;
  }

  .peer-disabled\:opacity-70:is(:where(.peer):disabled ~ *) {
    opacity: .7;
  }

  .peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground:is(:where(.peer\/menu-button)[data-active="true"] ~ *) {
    color: var(--sidebar-accent-foreground);
  }

  .peer-data-\[size\=default\]\/menu-button\:top-1\.5:is(:where(.peer\/menu-button)[data-size="default"] ~ *) {
    top: calc(var(--spacing) * 1.5);
  }

  .peer-data-\[size\=lg\]\/menu-button\:top-2\.5:is(:where(.peer\/menu-button)[data-size="lg"] ~ *) {
    top: calc(var(--spacing) * 2.5);
  }

  .peer-data-\[size\=sm\]\/menu-button\:top-1:is(:where(.peer\/menu-button)[data-size="sm"] ~ *) {
    top: var(--spacing);
  }

  .file\:border-0::file-selector-button {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .file\:bg-transparent::file-selector-button {
    background-color: #0000;
  }

  .file\:text-sm::file-selector-button {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .file\:font-medium::file-selector-button {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .file\:text-foreground::file-selector-button {
    color: var(--foreground);
  }

  .placeholder\:text-muted-foreground::placeholder {
    color: var(--muted-foreground);
  }

  .after\:absolute:after {
    content: var(--tw-content);
    position: absolute;
  }

  .after\:-inset-2:after {
    content: var(--tw-content);
    inset: calc(var(--spacing) * -2);
  }

  .after\:inset-y-0:after {
    content: var(--tw-content);
    inset-block: 0;
  }

  .after\:left-1\/2:after {
    content: var(--tw-content);
    left: 50%;
  }

  .after\:w-1:after {
    content: var(--tw-content);
    width: var(--spacing);
  }

  .after\:w-\[2px\]:after {
    content: var(--tw-content);
    width: 2px;
  }

  .after\:-translate-x-1\/2:after {
    content: var(--tw-content);
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .group-data-\[collapsible\=offcanvas\]\:after\:left-full:is(:where(.group)[data-collapsible="offcanvas"] *):after {
    content: var(--tw-content);
    left: 100%;
  }

  .first\:rounded-l-md:first-child {
    border-top-left-radius: calc(var(--radius) - 2px);
    border-bottom-left-radius: calc(var(--radius) - 2px);
  }

  .first\:border-l:first-child {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }

  .last\:rounded-r-md:last-child {
    border-top-right-radius: calc(var(--radius) - 2px);
    border-bottom-right-radius: calc(var(--radius) - 2px);
  }

  @media (hover: hover) {
    .hover\:bg-accent:hover {
      background-color: var(--accent);
    }

    .hover\:bg-destructive\/80:hover {
      background-color: var(--destructive);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-destructive\/80:hover {
        background-color: color-mix(in oklab, var(--destructive) 80%, transparent);
      }
    }

    .hover\:bg-destructive\/90:hover {
      background-color: var(--destructive);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-destructive\/90:hover {
        background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
      }
    }

    .hover\:bg-muted:hover, .hover\:bg-muted\/50:hover {
      background-color: var(--muted);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-muted\/50:hover {
        background-color: color-mix(in oklab, var(--muted) 50%, transparent);
      }
    }

    .hover\:bg-primary\/80:hover {
      background-color: var(--primary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-primary\/80:hover {
        background-color: color-mix(in oklab, var(--primary) 80%, transparent);
      }
    }

    .hover\:bg-primary\/90:hover {
      background-color: var(--primary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-primary\/90:hover {
        background-color: color-mix(in oklab, var(--primary) 90%, transparent);
      }
    }

    .hover\:bg-secondary\/80:hover {
      background-color: var(--secondary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-secondary\/80:hover {
        background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
      }
    }

    .hover\:bg-sidebar-accent:hover {
      background-color: var(--sidebar-accent);
    }

    .hover\:text-accent-foreground:hover {
      color: var(--accent-foreground);
    }

    .hover\:text-foreground:hover {
      color: var(--foreground);
    }

    .hover\:text-muted-foreground:hover {
      color: var(--muted-foreground);
    }

    .hover\:text-sidebar-accent-foreground:hover {
      color: var(--sidebar-accent-foreground);
    }

    .hover\:underline:hover {
      text-decoration-line: underline;
    }

    .hover\:opacity-100:hover {
      opacity: 1;
    }

    .hover\:shadow-\[0_0_0_1px_var\(--sidebar-accent\)\]:hover {
      --tw-shadow: 0 0 0 1px var(--tw-shadow-color, var(--sidebar-accent));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    .group-data-\[collapsible\=offcanvas\]\:hover\:bg-sidebar:is(:where(.group)[data-collapsible="offcanvas"] *):hover {
      background-color: var(--sidebar);
    }

    .hover\:after\:bg-sidebar-border:hover:after {
      content: var(--tw-content);
      background-color: var(--sidebar-border);
    }
  }

  .focus\:bg-accent:focus {
    background-color: var(--accent);
  }

  .focus\:text-accent-foreground:focus {
    color: var(--accent-foreground);
  }

  .focus\:ring-1:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus\:ring-ring:focus {
    --tw-ring-color: var(--ring);
  }

  .focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  .focus-visible\:ring-1:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus-visible\:ring-2:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus-visible\:ring-ring:focus-visible {
    --tw-ring-color: var(--ring);
  }

  .focus-visible\:ring-sidebar-ring:focus-visible {
    --tw-ring-color: var(--sidebar-ring);
  }

  .focus-visible\:ring-offset-1:focus-visible {
    --tw-ring-offset-width: 1px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .focus-visible\:ring-offset-2:focus-visible {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .focus-visible\:ring-offset-background:focus-visible {
    --tw-ring-offset-color: var(--background);
  }

  .focus-visible\:outline-none:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }

  .active\:bg-sidebar-accent:active {
    background-color: var(--sidebar-accent);
  }

  .active\:text-sidebar-accent-foreground:active {
    color: var(--sidebar-accent-foreground);
  }

  .disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  .has-focus\:border-ring:has(:focus) {
    border-color: var(--ring);
  }

  .has-focus\:ring-\[3px\]:has(:focus) {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .has-focus\:ring-ring\/50:has(:focus) {
    --tw-ring-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .has-focus\:ring-ring\/50:has(:focus) {
      --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  .has-\[\:disabled\]\:opacity-50:has(:disabled) {
    opacity: .5;
  }

  .has-\[\[data-variant\=inset\]\]\:bg-sidebar:has([data-variant="inset"]) {
    background-color: var(--sidebar);
  }

  .aria-disabled\:pointer-events-none[aria-disabled="true"] {
    pointer-events: none;
  }

  .aria-disabled\:opacity-50[aria-disabled="true"] {
    opacity: .5;
  }

  .aria-selected\:text-muted-foreground[aria-selected="true"] {
    color: var(--muted-foreground);
  }

  .data-\[active\=true\]\:bg-sidebar-accent[data-active="true"] {
    background-color: var(--sidebar-accent);
  }

  .data-\[active\=true\]\:font-medium[data-active="true"] {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .data-\[active\=true\]\:text-sidebar-accent-foreground[data-active="true"] {
    color: var(--sidebar-accent-foreground);
  }

  .data-\[disabled\]\:pointer-events-none[data-disabled] {
    pointer-events: none;
  }

  .data-\[disabled\]\:opacity-50[data-disabled] {
    opacity: .5;
  }

  .data-\[disabled\=true\]\:pointer-events-none[data-disabled="true"] {
    pointer-events: none;
  }

  .data-\[disabled\=true\]\:opacity-50[data-disabled="true"] {
    opacity: .5;
  }

  .data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion="from-end"] {
    --tw-enter-translate-x: calc(52*var(--spacing));
  }

  .data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion="from-start"] {
    --tw-enter-translate-x: calc(52*var(--spacing)*-1);
  }

  .data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion="to-end"] {
    --tw-exit-translate-x: calc(52*var(--spacing));
  }

  .data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion="to-start"] {
    --tw-exit-translate-x: calc(52*var(--spacing)*-1);
  }

  .data-\[motion\^\=from-\]\:fade-in[data-motion^="from-"] {
    --tw-enter-opacity: 0;
  }

  .data-\[motion\^\=to-\]\:fade-out[data-motion^="to-"] {
    --tw-exit-opacity: 0;
  }

  .data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction="vertical"] {
    height: 1px;
  }

  .data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction="vertical"] {
    width: 100%;
  }

  .data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction="vertical"] {
    flex-direction: column;
  }

  .data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction="vertical"]:after {
    content: var(--tw-content);
    left: 0;
  }

  .data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction="vertical"]:after {
    content: var(--tw-content);
    height: var(--spacing);
  }

  .data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction="vertical"]:after {
    content: var(--tw-content);
    width: 100%;
  }

  .data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction="vertical"]:after {
    content: var(--tw-content);
    --tw-translate-x: 0px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction="vertical"]:after {
    content: var(--tw-content);
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[placeholder\]\:text-muted-foreground[data-placeholder] {
    color: var(--muted-foreground);
  }

  .data-\[range-end\=true\]\:rounded-md[data-range-end="true"] {
    border-radius: calc(var(--radius) - 2px);
  }

  .data-\[range-end\=true\]\:bg-primary[data-range-end="true"] {
    background-color: var(--primary);
  }

  .data-\[range-end\=true\]\:text-primary-foreground[data-range-end="true"] {
    color: var(--primary-foreground);
  }

  .data-\[range-middle\=true\]\:rounded-none[data-range-middle="true"] {
    border-radius: 0;
  }

  .data-\[range-middle\=true\]\:bg-accent[data-range-middle="true"] {
    background-color: var(--accent);
  }

  .data-\[range-middle\=true\]\:text-accent-foreground[data-range-middle="true"] {
    color: var(--accent-foreground);
  }

  .data-\[range-start\=true\]\:rounded-md[data-range-start="true"] {
    border-radius: calc(var(--radius) - 2px);
  }

  .data-\[range-start\=true\]\:bg-primary[data-range-start="true"] {
    background-color: var(--primary);
  }

  .data-\[range-start\=true\]\:text-primary-foreground[data-range-start="true"] {
    color: var(--primary-foreground);
  }

  .data-\[selected-single\=true\]\:bg-primary[data-selected-single="true"] {
    background-color: var(--primary);
  }

  .data-\[selected-single\=true\]\:text-primary-foreground[data-selected-single="true"] {
    color: var(--primary-foreground);
  }

  .data-\[selected\=true\]\:rounded-none[data-selected="true"] {
    border-radius: 0;
  }

  .data-\[selected\=true\]\:bg-accent[data-selected="true"] {
    background-color: var(--accent);
  }

  .data-\[selected\=true\]\:text-accent-foreground[data-selected="true"] {
    color: var(--accent-foreground);
  }

  .data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
    --tw-translate-y: var(--spacing);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
    --tw-enter-translate-y: calc(2*var(--spacing)*-1);
  }

  .data-\[side\=left\]\:-translate-x-1[data-side="left"] {
    --tw-translate-x: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
    --tw-enter-translate-x: calc(2*var(--spacing));
  }

  .data-\[side\=right\]\:translate-x-1[data-side="right"] {
    --tw-translate-x: var(--spacing);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
    --tw-enter-translate-x: calc(2*var(--spacing)*-1);
  }

  .data-\[side\=top\]\:-translate-y-1[data-side="top"] {
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
    --tw-enter-translate-y: calc(2*var(--spacing));
  }

  .data-\[state\=active\]\:bg-background[data-state="active"] {
    background-color: var(--background);
  }

  .data-\[state\=active\]\:text-foreground[data-state="active"] {
    color: var(--foreground);
  }

  .data-\[state\=active\]\:shadow[data-state="active"] {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .data-\[state\=checked\]\:translate-x-4[data-state="checked"] {
    --tw-translate-x: calc(var(--spacing) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[state\=checked\]\:bg-primary[data-state="checked"] {
    background-color: var(--primary);
  }

  .data-\[state\=checked\]\:text-primary-foreground[data-state="checked"] {
    color: var(--primary-foreground);
  }

  .data-\[state\=closed\]\:duration-300[data-state="closed"] {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
    --tw-exit-opacity: 0;
  }

  .data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
    --tw-exit-scale: .95;
  }

  .data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"] {
    --tw-exit-translate-y: 100%;
  }

  .data-\[state\=closed\]\:slide-out-to-left[data-state="closed"] {
    --tw-exit-translate-x: -100%;
  }

  .data-\[state\=closed\]\:slide-out-to-right[data-state="closed"] {
    --tw-exit-translate-x: 100%;
  }

  .data-\[state\=closed\]\:slide-out-to-top[data-state="closed"] {
    --tw-exit-translate-y: -100%;
  }

  .data-\[state\=hidden\]\:fade-out[data-state="hidden"] {
    --tw-exit-opacity: 0;
  }

  .data-\[state\=on\]\:bg-accent[data-state="on"] {
    background-color: var(--accent);
  }

  .data-\[state\=on\]\:text-accent-foreground[data-state="on"] {
    color: var(--accent-foreground);
  }

  .data-\[state\=open\]\:bg-accent[data-state="open"], .data-\[state\=open\]\:bg-accent\/50[data-state="open"] {
    background-color: var(--accent);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .data-\[state\=open\]\:bg-accent\/50[data-state="open"] {
      background-color: color-mix(in oklab, var(--accent) 50%, transparent);
    }
  }

  .data-\[state\=open\]\:bg-secondary[data-state="open"] {
    background-color: var(--secondary);
  }

  .data-\[state\=open\]\:text-accent-foreground[data-state="open"] {
    color: var(--accent-foreground);
  }

  .data-\[state\=open\]\:text-muted-foreground[data-state="open"] {
    color: var(--muted-foreground);
  }

  .data-\[state\=open\]\:opacity-100[data-state="open"] {
    opacity: 1;
  }

  .data-\[state\=open\]\:duration-500[data-state="open"] {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .data-\[state\=open\]\:fade-in-0[data-state="open"] {
    --tw-enter-opacity: 0;
  }

  .data-\[state\=open\]\:zoom-in-90[data-state="open"] {
    --tw-enter-scale: .9;
  }

  .data-\[state\=open\]\:zoom-in-95[data-state="open"] {
    --tw-enter-scale: .95;
  }

  .data-\[state\=open\]\:slide-in-from-bottom[data-state="open"] {
    --tw-enter-translate-y: 100%;
  }

  .data-\[state\=open\]\:slide-in-from-left[data-state="open"] {
    --tw-enter-translate-x: -100%;
  }

  .data-\[state\=open\]\:slide-in-from-right[data-state="open"] {
    --tw-enter-translate-x: 100%;
  }

  .data-\[state\=open\]\:slide-in-from-top[data-state="open"] {
    --tw-enter-translate-y: -100%;
  }

  @media (hover: hover) {
    .data-\[state\=open\]\:hover\:bg-accent[data-state="open"]:hover {
      background-color: var(--accent);
    }

    .data-\[state\=open\]\:hover\:bg-sidebar-accent[data-state="open"]:hover {
      background-color: var(--sidebar-accent);
    }

    .data-\[state\=open\]\:hover\:text-sidebar-accent-foreground[data-state="open"]:hover {
      color: var(--sidebar-accent-foreground);
    }
  }

  .data-\[state\=open\]\:focus\:bg-accent[data-state="open"]:focus {
    background-color: var(--accent);
  }

  .data-\[state\=selected\]\:bg-muted[data-state="selected"] {
    background-color: var(--muted);
  }

  .data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"] {
    --tw-translate-x: 0px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[state\=unchecked\]\:bg-input[data-state="unchecked"] {
    background-color: var(--input);
  }

  .data-\[state\=visible\]\:fade-in[data-state="visible"] {
    --tw-enter-opacity: 0;
  }

  @media (min-width: 40rem) {
    .sm\:mt-0 {
      margin-top: 0;
    }

    .sm\:flex {
      display: flex;
    }

    .sm\:max-w-sm {
      max-width: var(--container-sm);
    }

    .sm\:flex-row {
      flex-direction: row;
    }

    .sm\:justify-end {
      justify-content: flex-end;
    }

    .sm\:gap-2\.5 {
      gap: calc(var(--spacing) * 2.5);
    }

    :where(.sm\:space-x-2 > :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)));
    }

    .sm\:rounded-lg {
      border-radius: var(--radius);
    }

    .sm\:text-left {
      text-align: left;
    }
  }

  @media (min-width: 48rem) {
    .md\:absolute {
      position: absolute;
    }

    .md\:block {
      display: block;
    }

    .md\:flex {
      display: flex;
    }

    .md\:w-\[var\(--radix-navigation-menu-viewport-width\)\] {
      width: var(--radix-navigation-menu-viewport-width);
    }

    .md\:w-auto {
      width: auto;
    }

    .md\:flex-row {
      flex-direction: row;
    }

    .md\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }

    .md\:opacity-0 {
      opacity: 0;
    }

    .md\:peer-data-\[variant\=inset\]\:m-2:is(:where(.peer)[data-variant="inset"] ~ *) {
      margin: calc(var(--spacing) * 2);
    }

    .md\:peer-data-\[variant\=inset\]\:ml-0:is(:where(.peer)[data-variant="inset"] ~ *) {
      margin-left: 0;
    }

    .md\:peer-data-\[variant\=inset\]\:rounded-xl:is(:where(.peer)[data-variant="inset"] ~ *) {
      border-radius: calc(var(--radius) + 4px);
    }

    .md\:peer-data-\[variant\=inset\]\:shadow:is(:where(.peer)[data-variant="inset"] ~ *) {
      --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    .md\:peer-data-\[state\=collapsed\]\:peer-data-\[variant\=inset\]\:ml-2:is(:where(.peer)[data-state="collapsed"] ~ *):is(:where(.peer)[data-variant="inset"] ~ *) {
      margin-left: calc(var(--spacing) * 2);
    }
  }

  .after\:md\:hidden:after {
    content: var(--tw-content);
  }

  @media (min-width: 48rem) {
    .after\:md\:hidden:after {
      display: none;
    }
  }

  .dark\:border-destructive:is(.dark *) {
    border-color: var(--destructive);
  }

  .\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground .recharts-cartesian-axis-tick text {
    fill: var(--muted-foreground);
  }

  .\[\&_\.recharts-cartesian-grid_line\[stroke\=\'\#ccc\'\]\]\:stroke-border\/50 .recharts-cartesian-grid line[stroke="#ccc"] {
    stroke: var(--border);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .\[\&_\.recharts-cartesian-grid_line\[stroke\=\'\#ccc\'\]\]\:stroke-border\/50 .recharts-cartesian-grid line[stroke="#ccc"] {
      stroke: color-mix(in oklab, var(--border) 50%, transparent);
    }
  }

  .\[\&_\.recharts-curve\.recharts-tooltip-cursor\]\:stroke-border .recharts-curve.recharts-tooltip-cursor {
    stroke: var(--border);
  }

  .\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke="#fff"] {
    stroke: #0000;
  }

  .\[\&_\.recharts-layer\]\:outline-none .recharts-layer {
    --tw-outline-style: none;
    outline-style: none;
  }

  .\[\&_\.recharts-polar-grid_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-polar-grid [stroke="#ccc"] {
    stroke: var(--border);
  }

  .\[\&_\.recharts-radial-bar-background-sector\]\:fill-muted .recharts-radial-bar-background-sector, .\[\&_\.recharts-rectangle\.recharts-tooltip-cursor\]\:fill-muted .recharts-rectangle.recharts-tooltip-cursor {
    fill: var(--muted);
  }

  .\[\&_\.recharts-reference-line_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-reference-line [stroke="#ccc"] {
    stroke: var(--border);
  }

  .\[\&_\.recharts-sector\]\:outline-none .recharts-sector {
    --tw-outline-style: none;
    outline-style: none;
  }

  .\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke="#fff"] {
    stroke: #0000;
  }

  .\[\&_\.recharts-surface\]\:outline-none .recharts-surface {
    --tw-outline-style: none;
    outline-style: none;
  }

  .\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading] {
    padding-inline: calc(var(--spacing) * 2);
  }

  .\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading] {
    padding-block: calc(var(--spacing) * 1.5);
  }

  .\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading] {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading] {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading] {
    color: var(--muted-foreground);
  }

  .\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group] {
    padding-inline: calc(var(--spacing) * 2);
  }

  .\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden]) ~ [cmdk-group] {
    padding-top: 0;
  }

  .\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg {
    height: calc(var(--spacing) * 5);
  }

  .\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg {
    width: calc(var(--spacing) * 5);
  }

  .\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input] {
    height: calc(var(--spacing) * 12);
  }

  .\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item] {
    padding-inline: calc(var(--spacing) * 2);
  }

  .\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item] {
    padding-block: calc(var(--spacing) * 3);
  }

  .\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg {
    height: calc(var(--spacing) * 5);
  }

  .\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg {
    width: calc(var(--spacing) * 5);
  }

  .\[\&_p\]\:leading-relaxed p {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .\[\&_svg\]\:pointer-events-none svg {
    pointer-events: none;
  }

  .\[\&_svg\]\:size-4 svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .\[\&_svg\]\:shrink-0 svg {
    flex-shrink: 0;
  }

  .\[\&_tr\]\:border-b tr {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .\[\&_tr\:last-child\]\:border-0 tr:last-child {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .\[\&\:first-child\[data-selected\=true\]_button\]\:rounded-l-md:first-child[data-selected="true"] button {
    border-top-left-radius: calc(var(--radius) - 2px);
    border-bottom-left-radius: calc(var(--radius) - 2px);
  }

  .\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role="checkbox"]) {
    padding-right: 0;
  }

  :is(.rtl\:\*\*\:\[\.rdp-button\\_next\>svg\]\:rotate-180:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) *):is(.rdp-button_next > svg), :is(.rtl\:\*\*\:\[\.rdp-button\\_previous\>svg\]\:rotate-180:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) *):is(.rdp-button_previous > svg) {
    rotate: 180deg;
  }

  .\[\&\:last-child\[data-selected\=true\]_button\]\:rounded-r-md:last-child[data-selected="true"] button {
    border-top-right-radius: calc(var(--radius) - 2px);
    border-bottom-right-radius: calc(var(--radius) - 2px);
  }

  .\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\] > [role="checkbox"] {
    --tw-translate-y: 2px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .\[\&\>button\]\:hidden > button {
    display: none;
  }

  .\[\&\>span\]\:line-clamp-1 > span {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .\[\&\>span\]\:text-xs > span {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .\[\&\>span\]\:opacity-70 > span {
    opacity: .7;
  }

  .\[\&\>span\:last-child\]\:truncate > span:last-child {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .\[\&\>svg\]\:absolute > svg {
    position: absolute;
  }

  .\[\&\>svg\]\:top-4 > svg {
    top: calc(var(--spacing) * 4);
  }

  .\[\&\>svg\]\:left-4 > svg {
    left: calc(var(--spacing) * 4);
  }

  .\[\&\>svg\]\:size-3\.5 > svg {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }

  .\[\&\>svg\]\:size-4 > svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .\[\&\>svg\]\:h-2\.5 > svg {
    height: calc(var(--spacing) * 2.5);
  }

  .\[\&\>svg\]\:h-3 > svg {
    height: calc(var(--spacing) * 3);
  }

  .\[\&\>svg\]\:h-3\.5 > svg {
    height: calc(var(--spacing) * 3.5);
  }

  .\[\&\>svg\]\:w-2\.5 > svg {
    width: calc(var(--spacing) * 2.5);
  }

  .\[\&\>svg\]\:w-3 > svg {
    width: calc(var(--spacing) * 3);
  }

  .\[\&\>svg\]\:w-3\.5 > svg {
    width: calc(var(--spacing) * 3.5);
  }

  .\[\&\>svg\]\:shrink-0 > svg {
    flex-shrink: 0;
  }

  .\[\&\>svg\]\:text-destructive > svg {
    color: var(--destructive);
  }

  .\[\&\>svg\]\:text-foreground > svg {
    color: var(--foreground);
  }

  .\[\&\>svg\]\:text-muted-foreground > svg {
    color: var(--muted-foreground);
  }

  .\[\&\>svg\]\:text-sidebar-accent-foreground > svg {
    color: var(--sidebar-accent-foreground);
  }

  .\[\&\>svg\+div\]\:translate-y-\[-3px\] > svg + div {
    --tw-translate-y: -3px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .\[\&\>svg\~\*\]\:pl-7 > svg ~ * {
    padding-left: calc(var(--spacing) * 7);
  }

  .\[\&\>tr\]\:last\:border-b-0 > tr:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0;
  }

  .\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction="vertical"] > div {
    rotate: 90deg;
  }

  .\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state="open"] > svg {
    rotate: 180deg;
  }

  [data-side="left"] .\[\[data-side\=left\]_\&\]\:cursor-w-resize {
    cursor: w-resize;
  }

  [data-side="left"][data-collapsible="offcanvas"] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2 {
    right: calc(var(--spacing) * -2);
  }

  [data-side="left"][data-state="collapsed"] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize, [data-side="right"] .\[\[data-side\=right\]_\&\]\:cursor-e-resize {
    cursor: e-resize;
  }

  [data-side="right"][data-collapsible="offcanvas"] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2 {
    left: calc(var(--spacing) * -2);
  }

  [data-side="right"][data-state="collapsed"] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize {
    cursor: w-resize;
  }

  [data-slot="card-content"] .\[\[data-slot\=card-content\]_\&\]\:bg-transparent, [data-slot="popover-content"] .\[\[data-slot\=popover-content\]_\&\]\:bg-transparent {
    background-color: #0000;
  }

@property --tw-animation-delay {
  syntax: "*";
  inherits: false;
  initial-value: 0s;
}

/* Editable category hierarchy on the homepage. */
.home-category-tree {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1440px;
  margin: 0 auto 44px;
}

.home-category-branch {
  padding: 24px;
  border: 1px solid #e8e2dc;
  background: #fff;
}

.home-category-branch > a { display: flex; justify-content: space-between; gap: 14px; color: var(--hm-ink); }
.home-category-branch h3 { margin: 0; font-size: 21px; }
.home-category-branch span { color: #9d171d; font-size: 12px; font-weight: 800; white-space: nowrap; }
.home-category-branch > div { display: grid; gap: 7px; margin-top: 16px; }
.home-category-branch > div a { color: #59636c; font-size: 14px; }
.home-category-branch > p { margin: 14px 0 0; color: #69737b; line-height: 1.6; }
.products-section__action { margin: 34px auto 0; text-align: center; }
.product-card__category { margin: 0; color: #9d171d !important; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }

@media (max-width: 920px) { .home-category-tree { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .home-category-tree { grid-template-columns: 1fr; } }

@property --tw-animation-direction {
  syntax: "*";
  inherits: false;
  initial-value: normal;
}

@property --tw-animation-duration {
  syntax: "*";
  inherits: false
}

@property --tw-animation-fill-mode {
  syntax: "*";
  inherits: false;
  initial-value: none;
}

@property --tw-animation-iteration-count {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-enter-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-enter-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-enter-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-enter-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-enter-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-enter-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-exit-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-exit-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

:root {
  --radius: .625rem;
  --background: oklch(100% 0 0);
  --foreground: oklch(12.9% .042 264.695);
  --card: oklch(100% 0 0);
  --card-foreground: oklch(12.9% .042 264.695);
  --popover: oklch(100% 0 0);
  --popover-foreground: oklch(12.9% .042 264.695);
  --primary: oklch(20.8% .042 265.755);
  --primary-foreground: oklch(98.4% .003 247.858);
  --secondary: oklch(96.8% .007 247.896);
  --secondary-foreground: oklch(20.8% .042 265.755);
  --muted: oklch(96.8% .007 247.896);
  --muted-foreground: oklch(55.4% .046 257.417);
  --accent: oklch(96.8% .007 247.896);
  --accent-foreground: oklch(20.8% .042 265.755);
  --destructive: oklch(57.7% .245 27.325);
  --destructive-foreground: oklch(98.4% .003 247.858);
  --border: oklch(92.9% .013 255.508);
  --input: oklch(92.9% .013 255.508);
  --ring: oklch(70.4% .04 256.788);
  --chart-1: oklch(64.6% .222 41.116);
  --chart-2: oklch(60% .118 184.704);
  --chart-3: oklch(39.8% .07 227.392);
  --chart-4: oklch(82.8% .189 84.429);
  --chart-5: oklch(76.9% .188 70.08);
  --sidebar: oklch(98.4% .003 247.858);
  --sidebar-foreground: oklch(12.9% .042 264.695);
  --sidebar-primary: oklch(20.8% .042 265.755);
  --sidebar-primary-foreground: oklch(98.4% .003 247.858);
  --sidebar-accent: oklch(96.8% .007 247.896);
  --sidebar-accent-foreground: oklch(20.8% .042 265.755);
  --sidebar-border: oklch(92.9% .013 255.508);
  --sidebar-ring: oklch(70.4% .04 256.788);
}

.dark {
  --background: oklch(12.9% .042 264.695);
  --foreground: oklch(98.4% .003 247.858);
  --card: oklch(20.8% .042 265.755);
  --card-foreground: oklch(98.4% .003 247.858);
  --popover: oklch(20.8% .042 265.755);
  --popover-foreground: oklch(98.4% .003 247.858);
  --primary: oklch(92.9% .013 255.508);
  --primary-foreground: oklch(20.8% .042 265.755);
  --secondary: oklch(27.9% .041 260.031);
  --secondary-foreground: oklch(98.4% .003 247.858);
  --muted: oklch(27.9% .041 260.031);
  --muted-foreground: oklch(70.4% .04 256.788);
  --accent: oklch(27.9% .041 260.031);
  --accent-foreground: oklch(98.4% .003 247.858);
  --destructive: oklch(70.4% .191 22.216);
  --destructive-foreground: oklch(98.4% .003 247.858);
  --border: oklch(100% 0 0 / .1);
  --input: oklch(100% 0 0 / .15);
  --ring: oklch(55.1% .027 264.364);
  --chart-1: oklch(48.8% .243 264.376);
  --chart-2: oklch(69.6% .17 162.48);
  --chart-3: oklch(76.9% .188 70.08);
  --chart-4: oklch(62.7% .265 303.9);
  --chart-5: oklch(64.5% .246 16.439);
  --sidebar: oklch(20.8% .042 265.755);
  --sidebar-foreground: oklch(98.4% .003 247.858);
  --sidebar-primary: oklch(48.8% .243 264.376);
  --sidebar-primary-foreground: oklch(98.4% .003 247.858);
  --sidebar-accent: oklch(27.9% .041 260.031);
  --sidebar-accent-foreground: oklch(98.4% .003 247.858);
  --sidebar-border: oklch(100% 0 0 / .1);
  --sidebar-ring: oklch(55.1% .027 264.364);
}

:root {
  color: #17202a;
  --ink: #17202a;
  --muted: #59636c;
  --line: #e5e2dd;
  --accent: #b51d23;
  --accent-deep: #74151d;
  --panel-from: #f7f7f5;
  --panel-to: #e8f1ef;
  --background-gradient: linear-gradient(120deg, var(--panel-from), var(--panel-to));
  background: #f7f7f5;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  background: #f7f7f5;
  min-width: 320px;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

.app-shell {
  place-items: center;
  min-height: 100vh;
  padding: 40px;
  display: grid;
}

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

.site-header {
  z-index: 20;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #fffffff0;
  border-bottom: 1px solid #e7e4df;
  grid-template-columns: auto 1fr auto auto auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 64px);

  display: grid;
  position: sticky;
  top: 0;
  box-shadow: 0 10px 28px #1118200d;
}

.brand {
  align-items: center;
  gap: 10px;
  min-width: 0;
  display: inline-flex;
}

.brand-mark {
  color: #fff;
  background: #b51d23;
  place-items: center;
  width: 42px;
  height: 42px;
  font-weight: 800;
  display: grid;
}

.brand strong, .brand small {
  display: block;
}

.brand small {
  color: #6d7378;
  font-size: 12px;
}

.desktop-nav {
  color: #2e353b;
  justify-content: center;
  gap: 24px;
  font-size: 15px;
  display: flex;
}

.nav-item {
  padding: 18px 0;
  position: relative;
}

.desktop-nav a:focus, .desktop-nav a:hover, .nav-item:focus-within > a, .nav-item:hover > a {
  color: #b51d23;
}

.desktop-nav a, .mobile-nav a, .site-footer a, .text-link {
  transition: color .18s, transform .18s;
}

.desktop-nav a:after, .mobile-nav a:after {
  content: "";
  transform-origin: 0;
  background: #b51d23;
  height: 2px;
  margin-top: 4px;
  transition: transform .22s;
  display: block;
  transform: scaleX(0);
}

.desktop-nav a:hover:after, .desktop-nav a:focus-visible:after, .mobile-nav a:hover:after, .mobile-nav a:focus-visible:after, .desktop-nav a[aria-current="page"]:after, .mobile-nav a[aria-current="page"]:after {
  transform: scaleX(1);
}

.desktop-nav a[aria-current="page"], .mobile-nav a[aria-current="page"] {
  color: #b51d23;
  font-weight: 800;
}

main {
  min-height: 70vh;
}

.product-preview-menu {
  opacity: 0;
  pointer-events: none;
  background: #fff;
  border: 1px solid #e5e2dd;
  width: min(520px, 100vw - 40px);
  padding: 20px;
  transition: opacity .18s, transform .18s;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 8px);
  box-shadow: 0 22px 54px #11182029;
}

.nav-item:focus-within .product-preview-menu, .nav-item:hover .product-preview-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%);
}

.product-preview-menu strong {
  color: #111820;
  margin-bottom: 12px;
  font-size: 16px;
  display: block;
}

.product-preview-menu > div {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  display: grid;
}

.preview-category-link {
  background: #f7f7f5;
  border: 1px solid #eee9e3;
  gap: 4px;
  padding: 12px;
  display: grid;
}

.preview-category-link span {
  color: #17202a;
  font-weight: 800;
}

.preview-category-link small {
  color: #6d7378;
}

.motion-surface, .product-card, .catalog-product-card, .solution-card, .solution-detail-card, .service-process-grid article, .contact-card-grid article, .article-row, .detail-panel, .related-product-card, .product-sidebar, .partner-panel, .facts-band article, .inquiry-form {
  isolation: isolate;
  transition: border-color .26s, box-shadow .26s, transform .26s, background-position .6s;
  position: relative;
  overflow: hidden;
}

.motion-surface:after, .product-card:after, .catalog-product-card:after, .solution-card:after, .solution-detail-card:after, .service-process-grid article:after, .contact-card-grid article:after, .article-row:after, .detail-panel:after, .related-product-card:after, .product-sidebar:after, .partner-panel:after, .inquiry-form:after, .product-preview-menu:after {
  z-index: -1;
  content: "";
  opacity: 0;
  background: linear-gradient(115deg, #0000 20%, #ffffff85 48%, #0000 72%);
  transition: opacity .22s, transform .7s;
  position: absolute;
  inset: 0;
  transform: translateX(-110%);
}

.motion-surface:hover, .product-card:hover, .catalog-product-card:hover, .solution-card:hover, .solution-detail-card:hover, .service-process-grid article:hover, .contact-card-grid article:hover, .article-row:hover, .detail-panel:hover, .related-product-card:hover, .product-sidebar:hover, .partner-panel:hover, .inquiry-form:focus-within, .product-preview-menu:hover {
  border-color: #b51d236b;
  transform: translateY(-4px);
  box-shadow: 0 22px 50px #11182021, 0 0 0 1px #d09a551a;
}

.motion-surface:hover:after, .product-card:hover:after, .catalog-product-card:hover:after, .solution-card:hover:after, .solution-detail-card:hover:after, .service-process-grid article:hover:after, .contact-card-grid article:hover:after, .article-row:hover:after, .detail-panel:hover:after, .related-product-card:hover:after, .product-sidebar:hover:after, .partner-panel:hover:after, .inquiry-form:focus-within:after, .product-preview-menu:hover:after {
  opacity: 1;
  transform: translateX(110%);
}

.header-cta, .admin-link, .primary-button, .secondary-button {
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 18px;
  font-weight: 700;
  transition: transform .22s, box-shadow .22s, background-position .6s, border-color .22s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.header-cta, .primary-button {
  color: #fff;
  background: #b51d23;
  box-shadow: 0 10px 24px #74151d2e;
}

.admin-link {
  color: #17202a;
  background: linear-gradient(135deg, #fff 0%, #f2f4f6 100%);
  border: 1px solid #d6d8da;
  box-shadow: 0 10px 24px #11182014;
}

.secondary-button {
  color: #17202a;
  background: #fff;
  border: 1px solid #bdc2c7;
}

.header-cta:hover, .admin-link:hover, .primary-button:hover, .secondary-button:hover, .text-link:hover {
  transform: translateY(-3px);
}

.admin-link:hover, .admin-link:focus-visible {
  color: #b51d23;
  border-color: #b51d23;
  box-shadow: 0 16px 32px #1118201f;
}

.language-toggle {
  color: #17202a;
  min-height: 42px;
  font: inherit;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d6d8da;
  padding: 0 14px;
  font-weight: 800;
}

.language-toggle:hover, .language-toggle:focus {
  color: #b51d23;
  border-color: #b51d23;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px #b51d231f;
}

.menu-button, .mobile-nav {
  display: none;
}

.hero {
  background: linear-gradient(100deg, #fffffff5 0%, #ffffffd1 48%, #17202a14 100%), #f7f7f5;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr);
  align-items: center;
  gap: clamp(32px, 6vw, 80px);
  min-height: calc(100vh - 72px);
  padding: clamp(48px, 7vw, 96px) clamp(18px, 5vw, 72px);
  display: grid;
}

.eyebrow {
  color: #b51d23;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 800;
}

.hero h1 {
  color: #111820;
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.02;
}

.hero-lede {
  color: #4d565e;
  max-width: 660px;
  font-size: 19px;
  line-height: 1.7;
}

.hero-actions, .hero-points {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
  display: flex;
}

.hero-points span {
  color: #35404a;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  display: inline-flex;
}

.hero-visual {
  min-height: 520px;

  position: relative;
}

.machine-card {
  color: #fff;
  background: linear-gradient(#1e242a0d, #1e242ac7), repeating-linear-gradient(135deg, #9ca4aa 0 10px, #c4c8cb 10px 20px);
  align-items: flex-end;
  padding: 24px;

  display: flex;
  position: absolute;
  box-shadow: 0 24px 60px #11182038;
}

button.machine-card {
  appearance: none;
  cursor: pointer;
  font: inherit;
  text-align: left;
  border: 0;
}

.machine-card span {
  font-size: 22px;
  font-weight: 800;
}

.machine-card-main {
  width: min(78%, 520px);
  height: 370px;
  top: 20px;
  right: 0;
}

.machine-card-secondary {
  border: 8px solid #f7f7f5;
  width: min(72%, 420px);
  height: 190px;

  bottom: 20px;
  left: 0;
}

.category-card, .product-image, .catalog-product-image, .about-visual-image, .contact-visual-image, .product-category-hero, .product-commerce-image, .product-detail-hero, .solution-image, .news-image {
  transform-origin: bottom;

}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .desktop-nav, .header-cta, .admin-link {
    display: none;
  }

  .menu-button {
    color: #17202a;
    background: #fff;
    border: 1px solid #d6d8da;
    place-items: center;
    width: 42px;
    height: 42px;
    display: inline-grid;
  }

  .mobile-nav {
    grid-column: 1 / -1;
    gap: 4px;
    padding: 10px 0 2px;

    display: grid;
  }

  .mobile-nav a {
    border-top: 1px solid #ece9e4;
    padding: 12px 4px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero-visual {
    min-height: 360px;
  }

  .machine-card-main {
    inset: 0 0 84px 34px;
  }
}

.section {
  padding: clamp(54px, 7vw, 96px) clamp(18px, 5vw, 72px);

}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading h1, .section-heading h2 {
  color: #111820;
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1;
}

.section-heading p:not(.eyebrow) {
  color: #5a636b;
  font-size: 17px;
  line-height: 1.7;
}

.category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 34px;
  display: grid;
}

.category-card {
  background-color: #fff;
  background-image: linear-gradient(#ffffffeb, #ffffffb8), none;
  background-position: center;
  background-repeat: repeat, repeat;
  background-size: cover;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  border: 1px solid #e5e2dd;
  align-content: space-between;
  min-height: 174px;
  padding: 20px;
  transition: border-color .18s, box-shadow .18s, transform .18s;
  display: grid;
}

.category-card:hover, .category-card:focus {
  border-color: #b51d23;
  transform: translateY(-4px);
  box-shadow: 0 16px 36px #1118201f;
}

.category-card span {
  color: #17202a;
  font-weight: 800;
}

.category-card p {
  color: #5a636b;
  line-height: 1.5;
}

.product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  display: grid;
}

.product-card {
  background: #fff;
  border: 1px solid #e5e2dd;
  transition: border-color .18s, box-shadow .18s, transform .18s;
}

.product-card:hover {
  border-color: #d7b9b7;
  transform: translateY(-5px);
  box-shadow: 0 18px 42px #11182024;
}

.product-image {
  color: #fff;
  background-color: #aeb4b9;
  background-image: linear-gradient(#1920280d, #192028c7), repeating-linear-gradient(90deg, #aeb4b9 0 12px, #d2d5d8 12px 24px);
  background-position: center;
  background-size: cover;
  align-items: flex-end;
  min-height: 230px;
  padding: 18px;
  display: flex;
}

.product-image span {
  font-weight: 800;
}

.product-body {
  padding: 22px;
}

.badge-row {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.badge {
  color: #9d171d;
  background: #f3e8e7;
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 800;
}

.product-body h3 {
  color: #111820;
  margin: 16px 0 10px;
  font-size: 22px;
}

.product-body p, .product-body li {
  color: #59636c;
  line-height: 1.55;
}

.product-body ul {
  margin: 16px 0;
  padding-left: 20px;
}

.product-price-row {
  gap: 4px;
  margin: 16px 0 8px;
  display: grid;
}

.product-price-row span, .product-min-order {
  color: #7a8288;
  font-size: 13px;
  font-weight: 700;
}

.product-price-row strong {
  color: #b51d23;
  font-size: 22px;
}

.text-link {
  color: #b51d23;
  align-items: center;
  gap: 6px;
  font-weight: 800;
  display: inline-flex;
}

.product-catalog-page {
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  align-items: start;
  gap: 28px;
  display: grid;
}

.product-sidebar {
  background: #fff;
  border: 1px solid #e5e2dd;
  gap: 8px;
  padding: 20px;
  display: grid;
  position: sticky;
  top: 92px;
}

.product-sidebar h2 {
  margin: 0 0 8px;
  font-size: 20px;
}

.product-sidebar a {
  color: #303841;
  background: #f7f7f5;
  border-left: 3px solid #0000;
  gap: 4px;
  padding: 12px;
  font-weight: 800;
  display: grid;
}

.product-sidebar a.active, .product-sidebar a:hover {
  border-left-color: var(--hm-green);
  color: var(--hm-green);
  background: #0ea15a14;
}

.product-sidebar span {
  color: #7a8288;
  font-size: 12px;
  font-weight: 700;
}

.product-catalog-main {
  min-width: 0;
}

.catalog-heading {
  margin-bottom: 24px;
}

.catalog-heading h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
}

.catalog-heading p:not(.eyebrow) {
  color: #59636c;
  max-width: 760px;
  line-height: 1.7;
}

.catalog-product-list {
  gap: 18px;
  display: grid;
}

.catalog-product-card {
  background: #fff;
  border: 1px solid #e5e2dd;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  transition: border-color .18s, box-shadow .18s, transform .18s;
  display: grid;
}

.catalog-product-card:hover {
  border-color: #d7b9b7;
  transform: translateY(-4px);
  box-shadow: 0 18px 42px #1118201f;
}

.catalog-product-image {
  color: #fff;
  background-color: #aeb4b9;
  background-position: center;
  background-size: cover;
  align-items: flex-end;
  min-height: 240px;
  padding: 18px;
  display: flex;
}

.catalog-product-image span {
  font-weight: 800;
}

.catalog-product-body {
  align-content: center;
  gap: 12px;
  padding: 24px;
  display: grid;
}

.catalog-product-body h3 {
  margin: 0;
  font-size: 26px;
}

.catalog-product-body p {
  color: #59636c;
  margin: 0;
  line-height: 1.6;
}

.back-link {
  width: fit-content;
}

.product-category-hero, .product-detail-hero {
  color: #fff;
  background-color: #303841;
  background-position: center;
  background-size: cover;
  align-items: flex-end;
  min-height: 420px;
  padding: clamp(28px, 5vw, 64px);
  display: flex;
}

.product-category-hero h1, .product-detail-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(36px, 6vw, 70px);
  line-height: 1.02;
}

.product-category-hero p:not(.eyebrow), .product-detail-hero p:not(.eyebrow) {
  color: #ffffffd6;
  max-width: 680px;
  font-size: 18px;
  line-height: 1.7;
}

.product-detail-hero .back-link {
  color: #ffffffe6;
  margin-bottom: 28px;
}

.badge-light {
  color: #fff;
  background: #ffffff29;
}

.product-commerce-hero {
  background: #fff;
  grid-template-columns: minmax(320px, .95fr) minmax(320px, 1.05fr);
  gap: 28px;
  padding: clamp(28px, 5vw, 72px);
  display: grid;
}

.product-commerce-image {
  background-color: #aeb4b9;
  background-position: center;
  background-size: cover;
  border: 1px solid #e5e2dd;
  min-height: 560px;
}

.product-buy-panel {
  background: #fbfaf7;
  border: 1px solid #e5e2dd;
  align-content: start;
  gap: 18px;
  padding: clamp(24px, 4vw, 42px);
  display: grid;
}

.product-buy-panel h1 {
  margin: 0;
  font-size: clamp(32px, 4.8vw, 58px);
  line-height: 1.06;
}

.product-buy-panel p:not(.eyebrow) {
  color: #59636c;
  margin: 0;
  line-height: 1.7;
}

.detail-price-box {
  background: #fff1ef;
  border: 1px solid #f0c7c3;
  gap: 4px;
  padding: 18px;
  display: grid;
}

.detail-price-box span {
  color: #7a4b47;
  font-weight: 800;
}

.detail-price-box strong {
  color: #b51d23;
  font-size: clamp(28px, 4vw, 42px);
}

.quick-specs {
  background: #e5e2dd;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  display: grid;
}

.quick-specs div {
  background: #fff;
  padding: 14px;
}

.quick-specs dt {
  color: #7a8288;
  font-size: 13px;
  font-weight: 800;
}

.quick-specs dd {
  color: #17202a;
  margin: 4px 0 0;
  font-weight: 800;
}

.detail-highlight-list {
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.detail-highlight-list li {
  color: #303841;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  display: flex;
}

.detail-highlight-list svg {
  color: #b51d23;
}

.product-detail-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  align-items: start;
  gap: 22px;
  display: grid;
}

.detail-panel {
  background: #fff;
  border: 1px solid #e5e2dd;
  min-height: 100%;
  padding: clamp(24px, 4vw, 36px);
}

.detail-overview {
  background: #f0efeb;
}

.detail-panel p:not(.eyebrow), .feature-list {
  color: #4f5962;
  line-height: 1.8;
}

.spec-table {
  margin: 0;
  display: grid;
}

.spec-table div {
  border-bottom: 1px solid #e7e4df;
  grid-template-columns: .9fr 1.1fr;
  gap: 14px;
  padding: 14px 0;
  display: grid;
}

.spec-table dt {
  color: #6d7378;
  font-weight: 700;
}

.spec-table dd {
  color: #17202a;
  margin: 0;
  font-weight: 800;
}

.feature-list {
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.feature-list li {
  grid-template-columns: auto 1fr;
  gap: 10px;
  display: grid;
}

.feature-list svg {
  color: #b51d23;
  margin-top: 5px;
}

.application-tags, .related-product-list {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}

.application-tags span, .application-tags a {
  color: #303841;
  background: #f5f4f0;
  padding: 10px 12px;
  font-weight: 800;
}

.rich-subpage-section {
  background: #fbfaf7;
}

.solution-detail-grid, .service-process-grid, .contact-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  display: grid;
}

.solution-detail-card {
  background: #fff;
  border: 1px solid #e5e2dd;
  gap: 18px;
  padding: 20px;
  display: grid;
}

.solution-detail-card .solution-image {
  min-height: 180px;
}

.solution-detail-card h3, .service-process-grid h3 {
  color: #111820;
  margin: 0 0 8px;
  font-size: 22px;
}

.solution-detail-card p, .service-process-grid p, .article-row p, .contact-card-grid p {
  color: #59636c;
  line-height: 1.65;
}

.service-process-grid article, .contact-card-grid article {
  background: #fff;
  border: 1px solid #e5e2dd;
  padding: 24px;
}

.service-process-grid strong {
  color: #b51d23;
  margin-bottom: 16px;
  font-size: 38px;
  display: block;
}

.article-list {
  gap: 18px;
  display: grid;
}

.article-row {
  background: #fff;
  border: 1px solid #e5e2dd;
  grid-template-columns: minmax(220px, 340px) minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding: 20px;
  display: grid;
}

.article-row .news-image {
  min-height: 210px;
}

.article-row h2 {
  margin: 10px 0;
  font-size: clamp(24px, 3vw, 36px);
}

.contact-overview-section {
  background: #fff;
}

.about-media-section, .contact-overview-layout {
  grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 32px;
  display: grid;
}

.about-media-section {
  background: #fff;
}

.about-visual-image, .contact-visual-image {
  background-color: #aeb4b9;
  background-position: center;
  background-size: cover;
  min-height: 360px;
}

.about-media-section h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
}

.about-media-section p:not(.eyebrow) {
  color: #59636c;
  line-height: 1.7;
}

.contact-card-grid article strong {
  color: #111820;
  margin-bottom: 10px;
  font-size: 20px;
  display: block;
}

.related-products {
  padding-top: 0;
}

.related-product-card {
  background: #fff;
  border: 1px solid #e5e2dd;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  min-width: min(100%, 320px);
  padding: 18px;
  font-weight: 800;
  transition: border-color .18s, transform .18s, box-shadow .18s;
  display: inline-grid;
}

.related-product-card:hover {
  border-color: #d7b9b7;
  transform: translateY(-4px);
  box-shadow: 0 14px 34px #1118201f;
}

.empty-panel {
  background: #f0efeb;
  padding: clamp(28px, 5vw, 56px);
}

.empty-panel h2 {
  margin-top: 0;
  font-size: clamp(28px, 4vw, 44px);
}

@media (max-width: 980px) {
  .category-grid, .product-grid, .product-detail-grid, .product-catalog-page, .product-commerce-hero {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-product-card {
    grid-template-columns: 1fr;
  }

  .product-sidebar {
    position: static;
  }
}

@media (max-width: 640px) {
  .category-grid, .product-grid, .product-detail-grid, .product-catalog-page, .product-commerce-hero, .quick-specs {
    grid-template-columns: 1fr;
  }

  .product-category-hero, .product-detail-hero {
    min-height: 360px;
  }

  .product-commerce-image {
    min-height: 340px;
  }

  .spec-table div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

.facts-band {
  background: #d9d5ce;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.facts-band article {
  color: #fff;
  background: #17202a;
  padding: 34px 24px;
}

.facts-band strong {
  font-size: 42px;
  display: block;
}

.facts-band span {
  margin-top: 6px;
  font-weight: 800;
  display: block;
}

.facts-band p {
  color: #c8d0d6;
  line-height: 1.5;
}

.split-section {
  background: #fff;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 36px;
  display: grid;
}

.solution-list {
  gap: 16px;
  display: grid;
}

.solution-card {
  background: #f7f7f5;
  border-left: 4px solid #b51d23;
  grid-template-columns: 112px auto 1fr;
  gap: 16px;
  padding: 22px;
  transition: box-shadow .18s, transform .18s;
  display: grid;
}

.solution-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px #1118201a;
}

.solution-image {
  background-color: #0000;
  background-image: linear-gradient(#141c2314, #141c239e), repeating-linear-gradient(45deg, #c5c8cb 0 14px, #edf0f2 14px 28px);
  background-position: center;
  background-repeat: repeat, repeat;
  background-size: cover;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  min-height: 92px;
}

.solution-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.solution-card p {
  color: #59636c;
  margin: 0;
  line-height: 1.6;
}

.about-section {
  grid-template-columns: minmax(0, 1fr) minmax(300px, .6fr);
  align-items: center;
  gap: 36px;
  display: grid;
}

.about-section h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
}

.about-section p:not(.eyebrow) {
  color: #59636c;
  font-size: 17px;
  line-height: 1.7;
}

.partner-panel {
  color: #fff;
  background: #17202a;
  padding: 28px;
}

.partner-panel h3 {
  margin-top: 0;
}

.partner-tags {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}

.partner-tags span {
  background: #ffffff1f;
  padding: 9px 12px;
}

.news-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  display: grid;
}

.news-card {
  background: #fff;
  border: 1px solid #e5e2dd;
  transition: border-color .18s, box-shadow .18s, transform .18s;
}

.news-card:hover {
  border-color: #d7b9b7;
  transform: translateY(-4px);
  box-shadow: 0 16px 36px #1118201f;
}

.news-image {
  background-color: #0000;
  background-image: linear-gradient(#b51d231f, #141c2394), repeating-linear-gradient(45deg, #c5c8cb 0 14px, #edf0f2 14px 28px);
  background-position: center;
  background-repeat: repeat, repeat;
  background-size: cover;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  min-height: 180px;
}

.news-body {
  padding: 20px;
}

.news-date {
  color: #7a8288;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  display: inline-flex;
}

.news-body h3 {
  color: #111820;
  font-size: 21px;
}

.news-body p {
  color: #59636c;
  line-height: 1.55;
}

@media (max-width: 860px) {
  .facts-band, .news-grid, .split-section, .about-section, .about-media-section, .contact-overview-layout, .solution-detail-grid, .service-process-grid, .contact-card-grid, .article-row, .solution-card {
    grid-template-columns: 1fr;
  }
}

.inquiry-section {
  background: #f0efeb;
  grid-template-columns: minmax(0, .75fr) minmax(320px, 1fr);
  gap: 36px;
  display: grid;
}

.inquiry-copy h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
}

.inquiry-copy p:not(.eyebrow) {
  color: #59636c;
  font-size: 17px;
  line-height: 1.7;
}

.inquiry-form {
  background: #fff;
  border: 1px solid #e5e2dd;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
  display: grid;
}

.inquiry-form label {
  color: #26313a;
  gap: 7px;
  font-weight: 800;
  display: grid;
}

.inquiry-form input, .inquiry-form select, .inquiry-form textarea {
  color: #17202a;
  width: 100%;
  min-height: 44px;
  font: inherit;
  border: 1px solid #cfd3d6;
  padding: 10px 12px;
}

.inquiry-form textarea {
  resize: vertical;
}

.full-field {
  grid-column: 1 / -1;
}

.field-error {
  color: #b51d23;
  font-size: 13px;
  font-weight: 700;
}

.form-success {
  color: #22612f;
  background: #eef8f0;
  margin: 0;
  padding: 12px;
  font-weight: 700;
}

.site-footer {
  color: #fff;
  background: #111820;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding: 44px clamp(18px, 5vw, 72px);
  display: grid;
}

.site-footer h2, .site-footer h3 {
  margin-top: 0;
}

.site-footer a, .site-footer p {
  color: #cbd2d8;
  line-height: 1.65;
  display: block;
}

.section-heading h2, .catalog-heading h1, .product-detail-page h1, .about-section h2, .about-media-section h2, .article-row h2, .inquiry-copy h2 {
  color: #111820;
}

@property --gradient-drift {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 0%;
}

.gradient-panel {
  isolation: isolate;
  background: var(--background-gradient);
  background-size: 220% 220%;
  background-position: var(--gradient-progress, 0%) 50%;
  transition: background-position .22s ease-out;
  position: relative;
  overflow: hidden;
}

.gradient-panel:before {
  z-index: -1;
  background: var(--background-gradient);
  background-size: 220% 220%;
  background-position: calc(var(--gradient-progress, 0%) + var(--gradient-drift, 0%)) 50%;
  content: "";
  pointer-events: none;

  transition: background-position .22s ease-out;

  position: absolute;
  inset: 0;
}

.site-footer.gradient-panel {
  --panel-from: #111820;
  --panel-to: #2d4b50;
}

.cms-video-showcase video {
  background: #08121d;
  width: 100%;
  max-width: 980px;
  margin: 1.5rem auto 0;
  display: block;
}

.hero-visual[style] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cms-stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
  display: grid;
}

.cms-stats-grid article {
  background: #fff;
  border: 1px solid #d9e2ec;
  gap: .35rem;
  padding: 1.25rem;
  display: grid;
}

.cms-stats-grid strong {
  color: #0f766e;
  font-size: 1.8rem;
}

.home-visual-editor {
  gap: 1rem;
  display: grid;
}

.home-visual-editor > header {
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.home-visual-editor > header h2 {
  margin: 0;
}

.home-editor-actions {
  flex-wrap: wrap;
  gap: .75rem;
  display: flex;
}

.home-editor-grid {
  background: #f5f8fb;
  border: 1px solid #d9e2ec;
  grid-template-columns: 220px minmax(360px, 1fr) 280px;
  min-height: 620px;
  display: grid;
}

.home-editor-sidebar, .home-editor-properties {
  background: #fff;
  align-content: start;
  gap: .8rem;
  padding: 1rem;
  display: grid;
}

.home-editor-sidebar {
  border-right: 1px solid #d9e2ec;
}

.home-editor-properties {
  border-left: 1px solid #d9e2ec;
}

.home-editor-sidebar h3, .home-editor-properties h3 {
  margin: 0;
  font-size: 1rem;
}

.home-section-list {
  gap: .4rem;
  display: grid;
}

.home-section-actions {
  flex-wrap: wrap;
  gap: .35rem;
  display: flex;
}

.home-section-actions button {
  color: #334155;
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  padding: .35rem .5rem;
  font-size: .75rem;
}

.home-section-list button {
  text-align: left;
  color: #334155;
  background: #f8fafc;
  border: 1px solid #d9e2ec;
  min-height: 36px;
}

.home-section-list button.active {
  color: #0f4c48;
  background: #e6fffa;
  border-color: #0f766e;
}

.home-editor-sidebar label, .home-editor-properties label {
  color: #475569;
  gap: .35rem;
  font-size: .82rem;
  display: grid;
}

.home-editor-properties input, .home-editor-properties textarea, .home-editor-properties select, .home-editor-sidebar select {
  box-sizing: border-box;
  width: 100%;
  font: inherit;
  border: 1px solid #cbd5e1;
  padding: .55rem;
}

.home-editor-properties textarea {
  resize: vertical;
  min-height: 100px;
}

.home-editor-properties label:has(input[type="checkbox"]) {
  align-items: center;
  display: flex;
}

.home-editor-properties label:has(input[type="checkbox"]) input {
  width: auto;
}

.home-editor-canvas {
  background: #e8eef5;
  min-width: 0;
  max-height: 720px;
  padding: 1.2rem;
  overflow: auto;
}

.home-editor-region {
  cursor: pointer;
  border: 2px solid #0000;
  position: relative;
}

.home-editor-region:hover, .home-editor-region.selected {
  border-color: #0f766e;
  box-shadow: 0 0 0 3px #2dd4bf55;
}

.home-editor-region .section, .home-editor-region .hero {
  pointer-events: auto;
}

.editor-media-preview, .editor-media-placeholder {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #eef4f7;
  border: 1px solid #cbd5e1;
  width: 100%;
}

.editor-media-placeholder {
  color: #64748b;
  place-items: center;
  font-size: .8rem;
  display: grid;
}

.editor-media-preview {
  object-fit: cover;
  background: #0f172a;
  width: 100%;
  max-height: 180px;
  margin-top: .5rem;
  display: block;
}

.home-editor-section {
  text-align: left;
  background: none;
  border: 2px solid #0000;
  width: 100%;
  padding: 0;
  display: block;
}

.home-editor-section:hover, .home-editor-section.selected {
  border-color: #0f766e;
  box-shadow: 0 0 0 3px #2dd4bf55;
}

.home-editor-section .section {
  pointer-events: none;
}

@media (max-width: 1050px) {
  .home-editor-grid, .admin-visual-grid {
    grid-template-columns: 200px minmax(0, 1fr);
  }

  .home-editor-properties {
    border-top: 1px solid #d9e2ec;
    border-left: 0;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .home-visual-editor > header, .home-editor-grid, .admin-visual-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .home-editor-sidebar, .home-editor-properties {
    border: 0;
    border-bottom: 1px solid #d9e2ec;
  }

  .home-editor-canvas, .admin-visual-canvas {
    max-height: none;
  }

  .cms-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.admin-page {
  background: var(--surface);
}

.admin-hero {
  min-height: auto;
  padding-top: 120px;
}

.admin-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 980px;
  margin: 28px auto 0;
  display: grid;
}

.admin-stat-grid article, .admin-table-panel {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #ffffffc7;
  border: 1px solid #1b26301f;
  box-shadow: 0 18px 50px #11182014;
}

.admin-stat-grid article {
  gap: 4px;
  padding: 22px;
  display: grid;
}

.admin-stat-grid strong {
  font-size: 2.2rem;
  line-height: 1;
}

.admin-stat-grid span {
  color: var(--muted);
}

.admin-grid-section {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  align-items: start;
  gap: 20px;
  display: grid;
}

.admin-token-bar {
  flex-wrap: wrap;
  gap: 12px;
  max-width: 780px;
  margin: 0 auto;
  display: flex;
}

.admin-workspace {
  gap: 20px;
  display: grid;
}

.admin-tabs {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}

.admin-tabs button, .admin-row button {
  min-height: 40px;
  color: var(--ink);
  cursor: pointer;
  background: #ffffffc7;
  border: 1px solid #1b263029;
  padding: 0 14px;
}

.admin-tabs button.active {
  background: var(--ink);
  color: #fff;
}

.admin-visual-grid {
  background: #f5f8fbe0;
  border: 1px solid #d9e2ec;
  grid-template-columns: 220px minmax(420px, 1fr) 300px;
  min-height: 640px;
  display: grid;
  box-shadow: 0 18px 50px #11182014;
}

.admin-visual-canvas {
  background: linear-gradient(135deg, #e6eef5c7, #f6faf8e6);
  min-width: 0;
  max-height: 760px;
  padding: 22px;
  overflow: auto;
}

.admin-selected {
  outline-offset: -2px;
  outline: 2px solid #168fdf;
  box-shadow: 0 0 0 3px #168fdf29, 0 20px 48px #11182024;
}

.admin-card-image-target {
  background-color: #1118200f;
  background-position: center;
  background-size: cover;
  border: 1px dashed #1b263033;
  border-radius: 6px;
  min-height: 150px;
  margin-bottom: 14px;
}

.inquiry-visual-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  display: grid;
}

.inquiry-card {
  cursor: pointer;
  background: #ffffffe6;
  border: 1px solid #1b26301f;
  gap: 14px;
  min-height: 280px;
  padding: 22px;
  display: grid;
}

.inquiry-card h3, .inquiry-card p, .inquiry-card dl {
  margin: 0;
}

.inquiry-card p {
  color: var(--muted);
  line-height: 1.65;
}

.inquiry-card dl {
  gap: 10px;
  display: grid;
}

.inquiry-card dl div {
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 10px;
  display: grid;
}

.inquiry-card dt {
  color: var(--muted);
  font-size: .82rem;
}

.inquiry-card dd {
  overflow-wrap: anywhere;
  margin: 0;
}

.inquiry-status {
  color: #b51d23;
  background: #b51d2314;
  border: 1px solid #b51d233d;
  justify-self: start;
  padding: 5px 10px;
  font-size: .78rem;
  font-weight: 800;
}

.inquiry-status-handled {
  color: #0f766e;
  background: #0f766e1a;
  border-color: #0f766e3d;
}

@media (max-width: 1050px) {
  .admin-visual-grid {
    grid-template-columns: 200px minmax(0, 1fr);
  }

  .admin-visual-grid .home-editor-properties {
    border-top: 1px solid #d9e2ec;
    border-left: 0;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .admin-visual-grid {
    grid-template-columns: 1fr;
  }

  .admin-visual-canvas {
    max-height: none;
  }
}

.admin-editor-grid {
  grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr);
  align-items: start;
  gap: 20px;
  display: grid;
}

.admin-form-panel {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #ffffffc7;
  border: 1px solid #1b26301f;
  gap: 10px;
  padding: 22px;
  display: grid;
  box-shadow: 0 18px 50px #11182014;
}

.admin-form-wide {
  gap: 18px;
}

.admin-form-panel h2 {
  margin: 0 0 8px;
  font-size: 1.2rem;
}

.admin-form-section {
  background: #ffffff8a;
  border: 1px solid #1b26301a;
  gap: 10px;
  padding: 14px;
  display: grid;
}

.admin-form-section h3 {
  margin: 0;
  font-size: .95rem;
}

.admin-field-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  display: grid;
}

.admin-language-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  display: grid;
}

.admin-form-panel input, .admin-form-panel select, .admin-form-panel textarea, .admin-token-bar input {
  width: 100%;
  color: var(--ink);
  font: inherit;
  background: #ffffffe0;
  border: 1px solid #1b263029;
  padding: 11px 12px;
}

.admin-token-bar input {
  flex: 1;
  min-width: 220px;
}

.admin-form-panel textarea {
  resize: vertical;
  min-height: 82px;
}

.admin-image-preview {
  background-position: center;
  background-size: cover;
  border: 1px solid #1b26301f;
  min-height: 140px;
}

.cms-section {
  gap: 28px;
  display: grid;
}

.cms-page-sections {
  gap: 0;
  display: grid;
}

.cms-hero-section {
  align-items: center;
  min-height: 58vh;
}

.cms-section-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
  display: flex;
}

.cms-section-image {
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  min-height: 260px;

}

.cms-feature-grid, .cms-faq-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  display: grid;
}

.cms-feature-card, .cms-faq-item {
  background: #ffffffd1;
  border: 1px solid #181f261f;
  border-radius: 8px;
  padding: 22px;
}

.cms-admin-layout {
  grid-template-columns: minmax(190px, .7fr) minmax(300px, 1fr) minmax(280px, 1fr);
  gap: 18px;
  display: grid;
}

.cms-admin-sidebar, .cms-admin-preview {
  background: #ffffffd6;
  border: 1px solid #1b26301f;
  padding: 20px;
}

.cms-admin-sidebar h2 {
  margin-top: 0;
}

.cms-admin-sidebar select, .cms-admin-form select, .cms-admin-form textarea {
  width: 100%;
  margin-top: 8px;
}

.cms-section-list {
  gap: 8px;
  margin-top: 16px;
  display: grid;
}

.cms-section-list button.active {
  background: #b51d2314;
  border-color: #b51d236b;
}

.cms-admin-form textarea {
  min-height: 120px;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: .86rem;
}

.cms-quick-fields {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  display: grid;
}

.cms-quick-fields textarea {
  min-height: 88px;
  font-family: inherit;
  font-size: inherit;
}

.cms-admin-actions {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}

.cms-admin-preview .cms-section {
  padding: 24px;
}

.media-grid {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 14px;
  display: grid;
}

.media-card {
  cursor: pointer;
  background: #ffffffd6;
  border: 1px solid #1b26301f;
  border-radius: 8px;
  gap: 8px;
  min-width: 0;
  padding: 12px;
  display: grid;
}

.media-card span, .media-card strong {
  overflow-wrap: anywhere;
}

.media-thumb {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background-position: center;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
}

.admin-check {
  color: var(--muted);
  align-items: center;
  gap: 10px;
  display: flex;
}

.admin-check input {
  width: auto;
}

.admin-table-panel {
  padding: 22px;
}

.admin-panel-heading {
  margin-bottom: 16px;
}

.admin-panel-heading h2 {
  margin: 4px 0 0;
  font-size: 1.25rem;
}

.admin-table {
  gap: 10px;
  display: grid;
}

.admin-row {
  border-top: 1px solid #1b26301a;
  grid-template-columns: minmax(180px, 1.2fr) minmax(120px, .8fr) auto auto;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  font-size: .92rem;
  display: grid;
}

.admin-row.inquiry-row {
  grid-template-columns: minmax(160px, 1fr) minmax(130px, .7fr) auto minmax(220px, 1.2fr) auto auto;
}

.admin-row p {
  color: var(--muted);
  margin: 0;
}

.admin-row span {
  color: var(--muted);
}

.admin-row span:first-child {
  color: var(--ink);
}

.admin-row strong {
  font-size: .9rem;
}

.admin-empty {
  color: var(--muted);
  padding: 20px 0;
}

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

  }
}

@media (max-width: 860px) {
  .inquiry-section, .site-footer, .inquiry-form, .admin-grid-section, .admin-editor-grid, .admin-field-grid, .admin-language-grid, .admin-stat-grid, .admin-row {
    grid-template-columns: 1fr;
  }
}

body.admin-mode {
  padding-top: 32px;
  padding-right: min(420px, 92vw);
}

body.admin-mode [data-editor-field="image"] {
  cursor: pointer;
}

body.admin-mode [data-editor-kind], body.admin-mode [data-editor-field], body.admin-mode [data-editor-item] {
  outline-offset: 2px;
  cursor: pointer;
  outline: 1px dashed #b51d2373;
  transition: outline-color .12s, background-color .12s;
}

body.admin-mode [data-editor-kind]:hover, body.admin-mode [data-editor-field]:hover, body.admin-mode [data-editor-item]:hover {
  outline-offset: 2px;
  z-index: 1;
  background-color: #b51d230f;
  outline: 2px solid #b51d23;
  position: relative;
}

body.admin-mode a[href] {
  cursor: pointer;
}

@media (max-width: 720px) {
  body.admin-mode {
    padding-right: 0;
  }
}

.product-gallery {
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: .75rem;
  display: flex;
}

.product-gallery button {
  cursor: pointer;
  background-position: center;
  background-size: cover;
  border: 2px solid #0000;
  border-radius: 6px;
  width: 72px;
  height: 72px;
  padding: 0;
  transition: border-color .15s;
}

.product-gallery button.active {
  border-color: #b51d23;
}

.buy-now-button {
  color: #fff;
  background: #b51d23;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1.25rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .15s;
  display: inline-flex;
}

.buy-now-button:hover {
  background: #8f1218;
}

.news-list {
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.5rem;
  display: flex;
}

.news-list .news-row {
  color: inherit;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  grid-template-columns: 280px 1fr;
  gap: 1.5rem;
  padding: 1rem;
  text-decoration: none;
  transition: box-shadow .15s, transform .15s;
  display: grid;
}

.news-list .news-row:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #0f172014;
}

.news-list .news-row .news-image {
  background-position: center;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 180px;
}

.news-list .news-row .news-body {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.news-list .news-row .news-body h3 {
  margin: 0;
  font-size: 1.15rem;
}

.news-list .news-row .news-body .news-date {
  color: #64748b;
  align-items: center;
  gap: .35rem;
  font-size: .85rem;
  display: inline-flex;
}

@media (max-width: 720px) {
  .news-list .news-row {
    grid-template-columns: 1fr;
  }

  .news-list .news-row .news-image {
    height: 200px;
  }
}

.news-detail {
  max-width: 820px;
  margin: 0 auto;
  padding: 2rem 1.25rem 3rem;
}

.news-detail .news-hero-image {
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 360px;
  margin-bottom: 1.5rem;
}

.news-detail h1 {
  margin: 0 0 .75rem;
}

.news-detail .news-date {
  color: #64748b;
  align-items: center;
  gap: .35rem;
  margin-bottom: 1.25rem;
  font-size: .9rem;
  display: inline-flex;
}

.news-detail .news-content p {
  margin: 0 0 1rem;
  line-height: 1.7;
}

:root {
  font-feature-settings: "ss01", "cv11";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Manrope, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

body {
  letter-spacing: -.005em;
  font-family: Manrope, Inter, -apple-system, BlinkMacSystemFont, sans-serif;
}

h1, h2, h3, .hero h1, .section-heading h1, .section-heading h2 {
  letter-spacing: -.028em;
  font-family: Space Grotesk, Manrope, Inter, sans-serif;
  font-weight: 700;
}

.eyebrow {
  letter-spacing: .14em;
  align-items: center;
  gap: 8px;
  font-family: Space Grotesk, Manrope, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
}

.eyebrow:before {
  content: "";
  background: linear-gradient(90deg, #b51d23, #0000);
  border-radius: 2px;
  width: 22px;
  height: 2px;
}

.hero {
  isolation: isolate;
  background: radial-gradient(1000px 500px at 88% 12%, #b51d231a, #0000 60%), radial-gradient(700px 500px at 10% 100%, #17202a1a, #0000 65%), linear-gradient(100deg, #fff 0%, #f7f7f5 55%, #edeee9 100%);
  position: relative;
  overflow: hidden;
}

.hero:before, .hero:after {
  content: "";
  z-index: -1;
  filter: blur(70px);
  pointer-events: none;
  border-radius: 50%;
  position: absolute;
}

.hero:before {
  background: radial-gradient(circle, #b51d2359, #b51d2300 70%);
  width: 520px;
  height: 520px;

  top: -140px;
  right: -120px;
}

.hero:after {
  background: radial-gradient(circle, #3b82f638, #3b82f600 70%);
  width: 460px;
  height: 460px;

  bottom: -160px;
  left: -100px;
}

.hero > * {
  z-index: 1;
  position: relative;
}

.hero h1 {
  color: #0000;
  background: linear-gradient(#0d1319 0%, #1f2a33 60%, #2a343d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: none;
  font-size: clamp(34px, 3.6vw, 52px);
  line-height: 1.06;
}

.hero h1::selection {
  color: #fff;
  background: #b51d23;
}

.machine-card {
  transform-style: preserve-3d;

  border-radius: 22px;
  transition: transform .5s cubic-bezier(.2, .7, .2, 1), box-shadow .5s;
  overflow: hidden;
}

.machine-card:before {
  content: "";
  border-radius: inherit;
  -webkit-mask-composite: xor;
  pointer-events: none;
  opacity: .75;
  -webkit-mask-composite: xor;
  -webkit-mask-source-type: auto, auto;
  background: conic-gradient(from 120deg, #ffffff8c, #fff0 30%, #b51d238c 55%, #fff0 80%, #ffffff8c);
  padding: 1.5px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#000 0 0), linear-gradient(#000 0 0);
  -webkit-mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  -webkit-mask-clip: content-box, border-box;
  -webkit-mask-origin: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto, auto;
  mask-mode: match-source, match-source;
}

.machine-card:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, #0000, #ffffff47, #0000);
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-120%) skewX(-18deg);
}

.machine-card:hover {
  transform: perspective(1000px) rotateX(4deg) rotateY(-6deg) translateY(-6px);
  box-shadow: 0 40px 80px #11182052;
}

.header-cta, .primary-button {
  background: linear-gradient(120deg, #b51d23 0%, #d2323a 40%, #b51d23 80%, #8f1218 100%) 0 0 / 220% 220%;
  border-radius: 999px;
  min-height: 46px;
  padding: 0 22px;

  box-shadow: 0 12px 30px #b51d2352, inset 0 1px #ffffff40;
}

.header-cta:before, .primary-button:before {
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, #0000, #ffffff59, #0000);
  width: 45%;
  height: 100%;
  transition: transform .9s;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-160%) skewX(-20deg);
}

.header-cta:hover:before, .primary-button:hover:before {
  transform: translateX(260%) skewX(-20deg);
}

.header-cta:hover, .primary-button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 20px 44px #b51d236b, inset 0 1px #ffffff59;
}

.secondary-button {
  -webkit-backdrop-filter: blur(8px);
  background: #ffffffbf;
  border: 1px solid #17202a24;
  border-radius: 999px;
  min-height: 46px;
  padding: 0 22px;
}

.secondary-button:hover {
  color: #b51d23;
  background: #fff;
  border-color: #b51d23;
  box-shadow: 0 14px 30px #1118201a;
}

.site-header {
  -webkit-backdrop-filter: saturate(1.4) blur(14px);
  background: #ffffffb8;
  border-bottom: 1px solid #17202a0f;
  box-shadow: 0 6px 30px #1118200d;
}

.brand-mark {
  background: linear-gradient(135deg, #d2323a, #8f1218);
  border-radius: 10px;
  transition: transform .4s cubic-bezier(.2, .7, .2, 1);
  box-shadow: 0 8px 20px #b51d2359, inset 0 1px #ffffff59;
}

.brand:hover .brand-mark {
  transform: rotate(-6deg) scale(1.06);
}

.product-card, .catalog-product-card, .solution-card, .category-card, .article-row, .related-product-card, .partner-panel, .facts-band article, .contact-card-grid article, .service-process-grid article, .news-list .news-row {

  background: linear-gradient(#fff, #fbfbf9);
  border: 1px solid #17202a14;
  border-radius: 16px;
  transition: transform .48s cubic-bezier(.2, .7, .2, 1), box-shadow .48s, border-color .3s;
}

.product-card:hover, .catalog-product-card:hover, .solution-card:hover, .category-card:hover, .article-row:hover, .related-product-card:hover, .partner-panel:hover, .contact-card-grid article:hover, .service-process-grid article:hover, .news-list .news-row:hover {
  border-color: #b51d2347;
  transform: translateY(-6px) scale(1.012);
  box-shadow: 0 30px 60px #11182024, 0 0 0 1px #b51d2324;
}

.section-heading .eyebrow {
  color: #b51d23;
  background: #b51d2314;
  border: 1px solid #b51d232e;
  border-radius: 999px;
  padding: 6px 12px;
}

.section-heading h1, .section-heading h2 {
  color: #0000;
  background: linear-gradient(#0d1319, #2a343d);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-points span {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #ffffffb3;
  border: 1px solid #17202a14;
  border-radius: 999px;
  padding: 8px 14px;
  transition: transform .26s, box-shadow .26s, color .26s;
  box-shadow: 0 6px 16px #1118200f;
}

.hero-points span:hover {
  color: #b51d23;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px #1118201a;
}

.buy-now-button {
  transition: transform .26s, box-shadow .26s;

  background: linear-gradient(120deg, #b51d23, #d2323a) !important;
  border-radius: 999px !important;
}

.buy-now-button:hover {
  transform: translateY(-2px) scale(1.02);
}

.site-footer a {
  position: relative;
}

.site-footer a:after {
  content: "";
  transform-origin: 100%;
  background: currentColor;
  width: 100%;
  height: 1px;
  transition: transform .38s cubic-bezier(.2, .7, .2, 1);
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: scaleX(0);
}

.site-footer a:hover:after {
  transform-origin: 0;
  transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
  *, :before, :after {
    transition-duration: .001ms !important;

  }
}

:root {
  --hm-green: #0ea15a;
  --hm-green-deep: #0b7f47;
  --hm-green-soft: #e6f6ee;
  --hm-ink: #0f1a24;
  --hm-muted: #5b6773;
  --hm-sky-1: #dff0fb;
  --hm-sky-2: #b8dcf3;
  --hm-sky-3: #82c0e8;
  --accent: var(--hm-green);
  --accent-deep: var(--hm-green-deep);
}

.site-header {
  background: #fffffff5;
  box-shadow: 0 1px #0f1a240f;
}

.brand-mark {
  background: var(--hm-green);
  border-radius: 8px;
}

.desktop-nav a:focus, .desktop-nav a:hover, .nav-item:focus-within > a, .nav-item:hover > a, .desktop-nav a[aria-current="page"], .mobile-nav a[aria-current="page"] {
  color: var(--hm-green);
}

.desktop-nav a:after, .mobile-nav a:after {
  background: var(--hm-green);
}

.header-cta, .primary-button {
  background: var(--hm-green);
  border-radius: 999px;
  box-shadow: 0 10px 24px #0b7f4738;
}

.header-cta:hover, .primary-button:hover {
  background: var(--hm-green-deep);
  box-shadow: 0 16px 32px #0b7f474d;
}

.secondary-button {
  color: var(--hm-ink);
  border-color: #0f1a242e;
  border-radius: 999px;
}

.secondary-button:hover {
  border-color: var(--hm-green);
  color: var(--hm-green);
}

.language-toggle {
  border-radius: 999px;
}

.language-toggle:hover, .language-toggle:focus {
  border-color: var(--hm-green);
  color: var(--hm-green);
  box-shadow: 0 8px 20px #0ea15a24;
}

.eyebrow {
  color: var(--hm-green);
  letter-spacing: .14em;
}

.hero {
  text-align: center;
  background: radial-gradient(ellipse 90% 60% at 50% 12%, #ffffffd9, #fff0 60%), linear-gradient(180deg, var(--hm-sky-1) 0%, var(--hm-sky-2) 45%, #fff 100%);
  grid-template-columns: 1fr;
  justify-items: center;
  min-height: min(720px, 100vh - 72px);
  padding: clamp(72px, 10vw, 140px) clamp(18px, 5vw, 72px) clamp(48px, 6vw, 96px);
  position: relative;
  overflow: hidden;
}

.hero:before {
  content: "";
  pointer-events: none;
  background: linear-gradient(#0000 0%, #fff9 55%, #fff 100%), linear-gradient(#82c0e859, #82c0e800);
  height: 42%;
  position: absolute;
  inset: auto 0 -1px;
}

.hero-copy {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 980px;
  display: flex;
}

.hero-copy .eyebrow {
  color: var(--hm-ink);
  letter-spacing: .22em;
  opacity: .7;
  margin: 0;
  font-weight: 700;
}

.hero h1 {
  max-width: 1040px;
  color: var(--hm-ink);
  letter-spacing: -.01em;
  -webkit-text-fill-color: currentColor;
  background: none;
  font-size: clamp(38px, 6vw, 72px);
  font-weight: 800;
  line-height: 1.05;
}

.hero-lede {
  max-width: 780px;
  color: var(--hm-muted);
  text-align: center;
  margin: 0 auto;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.7;
}

.hero-actions {
  justify-content: center;
  margin-top: 8px;
}

.hero-points {
  justify-content: center;
}

.hero-points span {
  color: var(--hm-muted);
}

.hero-visual {
  display: none;
}

.facts-band {
  box-shadow: none;
  background: #fff;
  border: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 48px);
  padding: clamp(48px, 6vw, 80px) clamp(18px, 5vw, 72px);
  display: grid;
}

.facts-band article {
  box-shadow: none;
  text-align: center;
  background: none;
  border: none;
  padding: 8px 0;
  position: relative;
}

.facts-band article + article:before {
  content: "";
  background: #0f1a2414;
  width: 1px;
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 0;
}

.facts-band article strong {
  letter-spacing: -.045em;
  font-variant-numeric: tabular-nums;
  background: linear-gradient(180deg, var(--hm-green) 0%, #0b7a45 60%, #064f2c 100%);
  color: #0000;
  text-shadow: 0 1px #0ea15a14;
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 6px;
  font-family: Space Grotesk, Manrope, system-ui, sans-serif;
  font-size: clamp(64px, 8.2vw, 120px);
  font-weight: 800;
  line-height: .95;
  display: block;
  position: relative;
}

.facts-band article strong:after {
  content: "";
  background: linear-gradient(90deg, var(--hm-green), #0ea15a00);
  border-radius: 2px;
  width: 44px;
  height: 3px;
  margin: 14px auto 0;
  display: block;
}

.facts-band article span {
  color: var(--hm-ink);
  letter-spacing: .02em;
  margin-top: 12px;
  font-size: 15px;
  font-weight: 700;
  display: block;
}

.facts-band article p {
  color: var(--hm-muted);
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .facts-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .facts-band article:nth-child(3):before {
    display: none;
  }
}

.section-heading {
  text-align: center;
  max-width: 860px;
  margin: 0 auto clamp(32px, 4vw, 56px);
}

.section-heading .eyebrow {
  text-transform: uppercase;
  font-size: 12px;
}

.section-heading h1, .section-heading h2 {
  color: var(--hm-ink);
  letter-spacing: -.01em;
  -webkit-text-fill-color: currentColor;
  background: none;
  padding-bottom: 18px;
  font-weight: 800;
  position: relative;
}

.section-heading h2:after {
  content: "";
  background: var(--hm-green);
  border-radius: 2px;
  width: 56px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.section-heading p:not(.eyebrow) {
  color: var(--hm-muted);
  max-width: 720px;
  margin: 18px auto 0;
}

.section.gradient-panel {
  background: #fff;
}

.section.products-section, .section.news-section {
  background: #f6f8fa;
}

.product-card, .category-card {
  background: #fff;
  border: 1px solid #0f1a240f;
  border-radius: 6px;
  box-shadow: 0 1px 2px #0f1a2408;
}

.product-card:hover, .category-card:hover {
  border-color: #0ea15a66;
  box-shadow: 0 16px 40px #0f1a241a;
}

.news-row {
  background: #fff;
  border: 1px solid #0f1a240f;
  border-radius: 6px;
}

.news-row:hover {
  border-color: #0ea15a66;
}

.news-date, .text-link {
  color: var(--hm-green);
  font-weight: 700;
}

.text-link:hover {
  color: var(--hm-green-deep);
}

.brand strong {
  color: var(--hm-ink);
  letter-spacing: .02em;
  font-weight: 800;
}

.site-footer {
  color: #cfd6de;
  background: #0f1a24;
}

.site-footer h2, .site-footer h3, .site-footer strong {
  color: #fff;
}

.site-footer a:hover {
  color: var(--hm-green);
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
    padding-top: 64px;
    padding-bottom: 56px;
  }
}

.eyebrow:before, .section-heading .eyebrow:before {
  background: var(--hm-green) !important;
}

.eyebrow {
  color: var(--hm-green) !important;
  background: none !important;
}

.badge {
  background: var(--hm-green-soft) !important;
  color: var(--hm-green-deep) !important;
  border-color: #0ea15a40 !important;
  border-radius: 999px !important;
}

.product-price-row strong {
  color: var(--hm-green);
}

.video-band {
  color: #fff;
  isolation: isolate;
  justify-content: center;
  align-items: center;
  min-height: clamp(360px, 55vw, 620px);
  margin: clamp(40px, 6vw, 88px) 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-band-media {
  z-index: 0;
  position: absolute;
  inset: 0;
}

.video-band-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.video-band-fallback {
  background: radial-gradient(at 30% 30%, #0ea15a59, #0000 55%), linear-gradient(135deg, #0f2a1e 0%, #0b1520 60%, #14212d 100%);
  width: 100%;
  height: 100%;
}

.video-band-scrim {
  background: linear-gradient(#08140e8c 0%, #08140e59 40%, #08140ebf 100%);
  position: absolute;
  inset: 0;
}

.video-band-inner {
  z-index: 1;
  text-align: center;
  justify-items: center;
  gap: 16px;
  max-width: 900px;
  padding: clamp(48px, 8vw, 96px) clamp(20px, 5vw, 56px);
  display: grid;
  position: relative;
}

.video-band-eyebrow {
  color: #7fe3ab !important;
}

.video-band-eyebrow:before {
  background: #7fe3ab !important;
}

.video-band-title {
  font-family: var(--font-display, inherit);
  color: #fff;
  text-shadow: 0 2px 24px #00000059;
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.15;
}

.video-band-desc {
  color: #ffffffe0;
  max-width: 720px;
  margin: 0;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.65;
}

.video-band-caption {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: #00000059;
  border-radius: 999px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
  margin-top: 12px;
  padding: 12px 20px;
  display: inline-flex;
}

.video-band-caption strong {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.video-band-caption span {
  color: #fffc;
  font-size: 13px;
}

.hero-with-video {
  isolation: isolate;
  position: relative;
  overflow: hidden;
}

.hero-with-video .hero-bg-video {
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.hero-with-video .hero-bg-scrim {
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(#ffffffb8 0%, #ffffff8c 45%, #ffffffc7 100%);
  position: absolute;
  inset: 0;
}

.hero-with-video > .hero {
  z-index: 2;
  background: none;
  position: relative;
}

.hero-with-video > .hero:before, .hero-with-video > .hero:after {
  display: none;
}

.product-grid > :first-child, .category-grid > :first-child, .solutions-grid > :first-child, .news-grid > :first-child, .partner-grid > :first-child, .facts-band > :first-child {
  --lv-i: 0;
}

.product-grid > :nth-child(2), .category-grid > :nth-child(2), .solutions-grid > :nth-child(2), .news-grid > :nth-child(2), .partner-grid > :nth-child(2), .facts-band > :nth-child(2) {
  --lv-i: 1;
}

.product-grid > :nth-child(3), .category-grid > :nth-child(3), .solutions-grid > :nth-child(3), .news-grid > :nth-child(3), .partner-grid > :nth-child(3), .facts-band > :nth-child(3) {
  --lv-i: 2;
}

.product-grid > :nth-child(4), .category-grid > :nth-child(4), .solutions-grid > :nth-child(4), .news-grid > :nth-child(4), .partner-grid > :nth-child(4), .facts-band > :nth-child(4) {
  --lv-i: 3;
}

.product-grid > :nth-child(5), .category-grid > :nth-child(5), .news-grid > :nth-child(5), .partner-grid > :nth-child(5) {
  --lv-i: 4;
}

.product-grid > :nth-child(6), .category-grid > :nth-child(6), .news-grid > :nth-child(6), .partner-grid > :nth-child(6) {
  --lv-i: 5;
}

.solution-list > :first-child, .partner-tags > span:first-child, .inquiry-form > :first-child {
  --lv-i: 0;
}

.solution-list > :nth-child(2), .partner-tags > span:nth-child(2), .inquiry-form > :nth-child(2) {
  --lv-i: 1;
}

.solution-list > :nth-child(3), .partner-tags > span:nth-child(3), .inquiry-form > :nth-child(3) {
  --lv-i: 2;
}

.solution-list > :nth-child(4), .partner-tags > span:nth-child(4), .inquiry-form > :nth-child(4) {
  --lv-i: 3;
}

.solution-list > :nth-child(5), .partner-tags > span:nth-child(5), .inquiry-form > :nth-child(5) {
  --lv-i: 4;
}

.solution-list > :nth-child(6), .partner-tags > span:nth-child(6), .inquiry-form > :nth-child(6) {
  --lv-i: 5;
}

.solution-list > :nth-child(n+7), .partner-tags > span:nth-child(n+7), .inquiry-form > :nth-child(n+7) {
  --lv-i: 6;
}

.partner-tags > span {
  transition: transform .26s cubic-bezier(.2, .75, .2, 1), background-color .26s, color .26s, box-shadow .26s;

}

.partner-tags > span:hover {
  transform: translateY(-2px) scale(1.04);
}

.solution-card {
  transition: transform .42s cubic-bezier(.2, .75, .2, 1), box-shadow .42s, border-color .42s;
}

.solution-card:hover {
  transform: translateY(-6px);
}

.solution-card .solution-image {
  transition: transform .7s cubic-bezier(.2, .75, .2, 1), filter .7s;
}

.solution-card:hover .solution-image {
  filter: saturate(1.08);
  transform: scale(1.06);
}

.inquiry-form label {
  transition: transform .26s cubic-bezier(.2, .75, .2, 1);
}

.inquiry-form label:focus-within {
  transform: translateY(-2px);
}

.inquiry-form input, .inquiry-form select, .inquiry-form textarea {
  transition: border-color .22s, box-shadow .26s, background-color .22s, transform .26s;
}

a, button, .btn, .cta, .badge, [role="button"] {
  transition: transform .32s cubic-bezier(.2, .75, .2, 1), box-shadow .32s cubic-bezier(.2, .75, .2, 1), color .24s, background-color .24s, border-color .24s, filter .24s;
}

.product-card, .category-card, .motion-surface {
  transform-style: preserve-3d;

}

.product-card:hover, .category-card:hover, .motion-surface:hover {
  transform: translate3d(0, -6px, 0);
  box-shadow: 0 24px 60px -28px #0ea15a59, 0 8px 24px -12px #0f172a2e;
}

.product-card, .category-card, .cta-primary, .btn-primary {
  isolation: isolate;
  position: relative;
  overflow: hidden;
}

.product-card:after, .category-card:after, .cta-primary:after, .btn-primary:after {
  content: "";
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  background: linear-gradient(115deg, #0000 0%, #ffffff59 45%, #0000 90%);
  width: 40%;
  height: 100%;
  transition: opacity .2s;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-120%) skewX(-16deg);
}

.product-card:hover:after, .category-card:hover:after, .cta-primary:hover:after, .btn-primary:hover:after {
  opacity: 1;

}

main p a, main li a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size .38s cubic-bezier(.2, .75, .2, 1);
}

main p a:hover, main li a:hover {
  background-size: 100% 1px;
}

.section-heading h2 {
  background-size: 200% 100%;
  transition: background-position .6s;
}

.section-heading:hover h2 {
  background-position: 100% 0;
}

@media (prefers-reduced-motion: reduce) {
  *, :before, :after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;

  }
}

.advantage-band {
  background: radial-gradient(circle at 12% 18%, #0ea15a0f, #0000 42%), radial-gradient(circle at 88% 22%, #2563eb0d, #0000 46%), #f4f6f4 radial-gradient(circle at 1px 1px, #0f2a1e17 1px, #0000 0) 0 0 / 22px 22px;
  padding: clamp(64px, 9vw, 120px) 0 0;
  position: relative;
  overflow: hidden;
}

.advantage-intro {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
}

.advantage-intro h2 {
  letter-spacing: -.02em;
  color: #14201a;
  margin: 0 0 18px;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 800;
}

.advantage-intro p {
  color: #14201aa8;
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
}

.advantage-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(24px, 3vw, 44px);
  max-width: 1180px;
  margin: clamp(52px, 6vw, 80px) auto 0;
  padding: 0 clamp(20px, 4vw, 40px) clamp(80px, 10vw, 140px);
  display: grid;
}

.advantage-card {
  text-align: center;
  padding: 8px 12px;
  transition: transform .32s;
}

.advantage-card:hover {
  transform: translateY(-6px);
}

.advantage-icon {
  color: #0ea15a;
  background: radial-gradient(circle at 50% 40%, #0ea15a24, #0ea15a00 70%);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 76px;
  margin-bottom: 22px;
  display: inline-flex;
  position: relative;
}

.advantage-icon:after {
  content: "";
  border: 1px dashed #0ea15a59;
  border-radius: 50%;

  position: absolute;
  inset: 8px;
}

.advantage-card h3 {
  color: #14201a;
  letter-spacing: -.01em;
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
}

.advantage-card p {
  color: #14201a99;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.serve-band {
  margin-top: clamp(-140px, -12vw, -80px);
  padding: 0 clamp(20px, 5vw, 60px);
  position: relative;
}

.serve-band-bg {
  background: linear-gradient(135deg, #0ea15a 0%, #0a8a4b 55%, #076b3a 100%);
  height: clamp(320px, 34vw, 460px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.serve-band-bg:before, .serve-band-bg:after {
  content: "";
  filter: blur(2px);
  border-radius: 50%;
  position: absolute;
}

.serve-band-bg:before {
  background: radial-gradient(circle, #ffffff24, #0000 65%);
  width: 520px;
  height: 520px;
  top: -220px;
  left: -180px;
}

.serve-band-bg:after {
  background: radial-gradient(circle, #ffffff14, #0000 60%);
  width: 680px;
  height: 680px;
  bottom: -260px;
  right: -240px;
}

.serve-band-inner {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  align-items: end;
  gap: clamp(28px, 4vw, 64px);
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: clamp(60px, 7vw, 96px);
  display: grid;
  position: relative;
}

.serve-machine {
  aspect-ratio: 4 / 5;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.serve-machine-halo {
  aspect-ratio: 1;
  z-index: 0;
  background: radial-gradient(circle, #0ea15a 0% 46%, #0ea15a00 62%);
  border-radius: 50%;
  width: 92%;
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
}

.serve-machine img {
  z-index: 1;
  object-fit: contain;
  filter: drop-shadow(0 40px 60px #062a1873) drop-shadow(0 12px 18px #062a1840);
  width: 100%;
  height: auto;
  max-height: 640px;
  transition: transform .5s;
  position: relative;
  transform: translateY(-4%);
}

.serve-machine:hover img {
  transform: translateY(-6%) scale(1.02);
}

.serve-copy {
  color: #fff;
  padding-bottom: clamp(20px, 3vw, 40px);
}

.serve-copy h2 {
  letter-spacing: -.02em;
  color: #fff;
  margin: 0 0 22px;
  font-size: clamp(38px, 5.4vw, 68px);
  font-weight: 800;
  line-height: 1.05;
}

.serve-copy p {
  color: #ffffffe0;
  max-width: 520px;
  margin: 0;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.75;
}

@media (max-width: 780px) {
  .serve-band {
    margin-top: -60px;
  }

  .serve-band-inner {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .serve-machine {
    aspect-ratio: 1;
    max-width: 360px;
    margin: 0 auto;
  }

  .serve-copy p {
    margin: 0 auto;
  }
}

.category-card:hover, .category-card:focus, .product-card:hover, .catalog-product-card:hover, .solution-card:hover, .article-row:hover, .related-product-card:hover, .partner-panel:hover, .contact-card-grid article:hover, .service-process-grid article:hover, .news-list .news-row:hover {
  border-color: #0ea15a73 !important;
  box-shadow: 0 30px 60px #11182024, 0 0 0 1px #0ea15a2e !important;
}

.section-heading .eyebrow {
  color: var(--hm-green) !important;
  background: #0ea15a14 !important;
  border-color: #0ea15a3d !important;
}

.eyebrow:before {
  background: linear-gradient(90deg, var(--hm-green), transparent) !important;
}

.section-heading {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.section-heading .eyebrow {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.section-heading h1, .section-heading h2, .section-heading h3, .section-heading p:not(.eyebrow) {
  margin-left: auto;
  margin-right: auto;
}

.section-heading h2:after, .section-heading h3:after {
  transform-origin: center;

}

@media (max-width: 720px) {
  .section, .hero, .catalog-hero, .product-detail-hero, .about-media-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .section-heading {
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 28px !important;
  }

  .section-heading h1, .section-heading h2 {
    font-size: clamp(26px, 7vw, 34px) !important;
    line-height: 1.15 !important;
  }

  .section-heading p:not(.eyebrow) {
    max-width: 100%;
    font-size: 15px;
  }

  .category-grid, .product-grid, .news-grid, .partner-grid, .facts-band {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .news-grid, .partner-grid {
    grid-template-columns: 1fr !important;
  }

  .product-card, .category-card, .news-card, .partner-panel, .solution-card, .about-section > * {
    min-width: 0;
    padding: 16px !important;
  }

  .inquiry-form, form {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .inquiry-form input, .inquiry-form textarea, .inquiry-form select, form input, form textarea, form select {
    box-sizing: border-box;
    width: 100% !important;
  }

  .hero-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-copy .eyebrow, .hero h1, .hero-lede {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions, .cta-row {
    justify-content: center !important;
  }
}

@media (max-width: 420px) {
  .category-grid, .product-grid, .facts-band {
    grid-template-columns: 1fr !important;
  }

  .section {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}

@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-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-ordinal {
  syntax: "*";
  inherits: false
}

@property --tw-slashed-zero {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-figure {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false
}

@property --tw-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: 0;
}

@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-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}

/* Match the authoritative runtime's invalid-data-URL fallback while retaining the local SVG request. */
.category-card,
.product-image,
.solution-image,
.news-image,
.news-hero-image {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.category-card::before,
.product-image::before,
.solution-image::before,
.news-image::before,
.news-hero-image::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.category-card::before {
  background: #fff;
}

.product-image::before {
  background:
    linear-gradient(180deg, rgba(25, 32, 40, 0.05), rgba(25, 32, 40, 0.78)),
    repeating-linear-gradient(90deg, #aeb4b9 0 12px, #d2d5d8 12px 24px);
}

.solution-image::before {
  background:
    linear-gradient(180deg, rgba(20, 28, 35, 0.08), rgba(20, 28, 35, 0.62)),
    repeating-linear-gradient(45deg, #c5c8cb 0 14px, #edf0f2 14px 28px);
}

.news-image::before {
  background:
    linear-gradient(180deg, rgba(181, 29, 35, 0.12), rgba(20, 28, 35, 0.58)),
    repeating-linear-gradient(45deg, #c5c8cb 0 14px, #edf0f2 14px 28px);
}

.news-hero-image::before {
  background: #f7f7f5;
}

.category-card > *,
.product-image > * {
  position: relative;
  z-index: 1;
}
