/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.vw-note */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --v30: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --x67: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --z38: oklch(93.6% 0.032 17.717);
    --y81: oklch(63.7% 0.237 25.331);
    --f33: oklch(54.6% 0.245 262.881);
    --m98: oklch(48.8% 0.243 264.376);
    --k31: oklch(98.4% 0.003 247.858);
    --m24: oklch(96.8% 0.007 247.896);
    --x74: oklch(44.6% 0.043 257.281);
    --q36: oklch(37.2% 0.044 257.287);
    --w65: oklch(20.8% 0.042 265.755);
    --g12: #000;
    --w4: #fff;
    --t41: 0.25rem;
    --a7: 24rem;
    --k72: 32rem;
    --t83: 42rem;
    --x65: 0.75rem;
    --w42: calc(1 / 0.75);
    --m85: 0.875rem;
    --m30: calc(1.25 / 0.875);
    --p22: 1rem;
    --p39: calc(1.5 / 1);
    --f83: 1.125rem;
    --h90: calc(1.75 / 1.125);
    --j6: 1.25rem;
    --g57: calc(1.75 / 1.25);
    --v80: 2.25rem;
    --b74: calc(2.5 / 2.25);
    --a52: 400;
    --j84: 500;
    --b26: 600;
    --p15: 700;
    --y17: -0.025em;
    --t38: 0.1em;
    --t32: 1.375;
    --n37: 1.5;
    --y93: 1.625;
    --z74: 0.125rem;
    --g81: 0.25rem;
    --n6: 0.375rem;
    --m40: 0.5rem;
    --u28: 0.75rem;
    --b87: cubic-bezier(0.4, 0, 0.2, 1);
    --e52: spin 1s linear infinite;
    --w74: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --j11: 8px;
    --t16: 40px;
    --b44: 16 / 9;
    --f66: 150ms;
    --e71: cubic-bezier(0.4, 0, 0.2, 1);
    --k83: var(--v30);
    --b12: var(--x67);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--k83, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--k10, normal);
    font-variation-settings: var(--v7, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--b12, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--y24, normal);
    font-variation-settings: var(--q19, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  bx-tag {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    tx-body: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .\@container\/card-header {
    container-type: inline-size;
    container-name: card-header;
  }
  .\@container\/field-group {
    container-type: inline-size;
    container-name: field-group;
  }
  .c2s8q7 {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  ._dec84 {
    inset: calc(var(--t41) * 0);
  }
  ._vxrxk {
    inset-inline: calc(var(--t41) * 0);
  }
  .a8x6a4 {
    inset-block: calc(var(--t41) * 0);
  }
  .-top-12 {
    top: calc(var(--t41) * -12);
  }
  .top-0 {
    top: calc(var(--t41) * 0);
  }
  .top-1\.5 {
    top: calc(var(--t41) * 1.5);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-3\.5 {
    top: calc(var(--t41) * 3.5);
  }
  .top-4 {
    top: calc(var(--t41) * 4);
  }
  .top-\[1px\] {
    top: 1px;
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .top-\[60\%\] {
    top: 60%;
  }
  .top-full {
    top: 100%;
  }
  .-right-12 {
    right: calc(var(--t41) * -12);
  }
  .right-0 {
    right: calc(var(--t41) * 0);
  }
  .right-1 {
    right: calc(var(--t41) * 1);
  }
  .right-2 {
    right: calc(var(--t41) * 2);
  }
  .right-3 {
    right: calc(var(--t41) * 3);
  }
  .right-4 {
    right: calc(var(--t41) * 4);
  }
  .-bottom-12 {
    bottom: calc(var(--t41) * -12);
  }
  .bottom-0 {
    bottom: calc(var(--t41) * 0);
  }
  .-left-12 {
    left: calc(var(--t41) * -12);
  }
  .left-0 {
    left: calc(var(--t41) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-2 {
    left: calc(var(--t41) * 2);
  }
  .left-\[50\%\] {
    left: 50%;
  }
  ._910n1 {
    isolation: isolate;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .o6r3h6 {
    order: -9999;
  }
  .zt-wrap {
    order: 9999;
  }
  .bw-unit {
    grid-column-start: 2;
  }
  ._dn51v {
    grid-row: span 2 / span 2;
  }
  .vw-pan {
    grid-row-start: 1;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .\!m-0 {
    margin: calc(var(--t41) * 0) !important;
  }
  .-mx-1 {
    margin-inline: calc(var(--t41) * -1);
  }
  .mx-2 {
    margin-inline: calc(var(--t41) * 2);
  }
  .mx-3\.5 {
    margin-inline: calc(var(--t41) * 3.5);
  }
  .mx-4 {
    margin-inline: calc(var(--t41) * 4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-my-2 {
    margin-block: calc(var(--t41) * -2);
  }
  .my-0 {
    margin-block: calc(var(--t41) * 0);
  }
  .my-0\.5 {
    margin-block: calc(var(--t41) * 0.5);
  }
  .my-1 {
    margin-block: calc(var(--t41) * 1);
  }
  .-mt-4 {
    margin-top: calc(var(--t41) * -4);
  }
  .mt-1\.5 {
    margin-top: calc(var(--t41) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--t41) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--t41) * 4);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-2 {
    margin-right: calc(var(--t41) * 2);
  }
  .mb-2 {
    margin-bottom: calc(var(--t41) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--t41) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--t41) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--t41) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--t41) * 8);
  }
  .-ml-4 {
    margin-left: calc(var(--t41) * -4);
  }
  .ml-1 {
    margin-left: calc(var(--t41) * 1);
  }
  .ml-4 {
    margin-left: calc(var(--t41) * 4);
  }
  .ml-auto {
    margin-left: auto;
  }
  .line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .t7p7s5 {
    display: inline-flex;
  }
  .bx-tag {
    display: table;
  }
  .d4v2t1 {
    display: table-caption;
  }
  .b4j9q8 {
    display: table-cell;
  }
  ._uelsu {
    display: table-row;
  }
  .mv-line {
    field-sizing: content;
  }
  .xz-tag {
    aspect-ratio: 1 / 1;
  }
  .r7i3j5 {
    aspect-ratio: var(--b44);
  }
  .size-\(--n80\) {
    width: var(--n80);
    height: var(--n80);
  }
  .c3a4w6 {
    width: calc(var(--t41) * 2);
    height: calc(var(--t41) * 2);
  }
  .size-2\.5 {
    width: calc(var(--t41) * 2.5);
    height: calc(var(--t41) * 2.5);
  }
  .b5j5l9 {
    width: calc(var(--t41) * 3);
    height: calc(var(--t41) * 3);
  }
  .size-3\.5 {
    width: calc(var(--t41) * 3.5);
    height: calc(var(--t41) * 3.5);
  }
  .t9i3g4 {
    width: calc(var(--t41) * 4);
    height: calc(var(--t41) * 4);
  }
  .e1c2s7 {
    width: calc(var(--t41) * 6);
    height: calc(var(--t41) * 6);
  }
  ._g3yxz {
    width: calc(var(--t41) * 7);
    height: calc(var(--t41) * 7);
  }
  .gk-zone {
    width: calc(var(--t41) * 8);
    height: calc(var(--t41) * 8);
  }
  ._kyi8u {
    width: calc(var(--t41) * 9);
    height: calc(var(--t41) * 9);
  }
  .j2q7p5 {
    width: calc(var(--t41) * 10);
    height: calc(var(--t41) * 10);
  }
  .dk-head {
    width: auto;
    height: auto;
  }
  .jm-grid {
    width: 100%;
    height: 100%;
  }
  .h-\(--n80\) {
    height: var(--n80);
  }
  .h-1\.5 {
    height: calc(var(--t41) * 1.5);
  }
  .h-2 {
    height: calc(var(--t41) * 2);
  }
  .h-2\.5 {
    height: calc(var(--t41) * 2.5);
  }
  .h-4 {
    height: calc(var(--t41) * 4);
  }
  .h-5 {
    height: calc(var(--t41) * 5);
  }
  .h-6 {
    height: calc(var(--t41) * 6);
  }
  .h-7 {
    height: calc(var(--t41) * 7);
  }
  .h-8 {
    height: calc(var(--t41) * 8);
  }
  .h-9 {
    height: calc(var(--t41) * 9);
  }
  .h-10 {
    height: calc(var(--t41) * 10);
  }
  .h-12 {
    height: calc(var(--t41) * 12);
  }
  .h-16 {
    height: calc(var(--t41) * 16);
  }
  .h-\[1\.15rem\] {
    height: 1.15rem;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-\[calc\(100\%-1px\)\] {
    height: calc(100% - 1px);
  }
  .h-\[var\(--m18\)\] {
    height: var(--m18);
  }
  .h-\[var\(--y84\)\] {
    height: var(--y84);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .h-svh {
    height: 100svh;
  }
  .max-h-\(--a81\) {
    max-height: var(--a81);
  }
  .max-h-\(--g72\) {
    max-height: var(--g72);
  }
  .max-h-\(--b34\) {
    max-height: var(--b34);
  }
  .max-h-\[300px\] {
    max-height: 300px;
  }
  .min-h-0 {
    min-height: calc(var(--t41) * 0);
  }
  .min-h-4 {
    min-height: calc(var(--t41) * 4);
  }
  .min-h-16 {
    min-height: calc(var(--t41) * 16);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .min-h-svh {
    min-height: 100svh;
  }
  .w-\(--n80\) {
    width: var(--n80);
  }
  .w-\(--j51\) {
    width: var(--j51);
  }
  .w-0 {
    width: calc(var(--t41) * 0);
  }
  .w-1 {
    width: calc(var(--t41) * 1);
  }
  .w-2 {
    width: calc(var(--t41) * 2);
  }
  .w-2\.5 {
    width: calc(var(--t41) * 2.5);
  }
  .w-3 {
    width: calc(var(--t41) * 3);
  }
  .w-3\/4 {
    width: calc(3/4 * 100%);
  }
  .w-4 {
    width: calc(var(--t41) * 4);
  }
  .w-5 {
    width: calc(var(--t41) * 5);
  }
  .w-8 {
    width: calc(var(--t41) * 8);
  }
  .w-9 {
    width: calc(var(--t41) * 9);
  }
  .w-10 {
    width: calc(var(--t41) * 10);
  }
  .w-16 {
    width: calc(var(--t41) * 16);
  }
  .w-64 {
    width: calc(var(--t41) * 64);
  }
  .w-72 {
    width: calc(var(--t41) * 72);
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[400px\] {
    width: 400px;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .w-px {
    width: 1px;
  }
  .max-w-\(--a83\) {
    max-width: var(--a83);
  }
  .max-w-2xl {
    max-width: var(--t83);
  }
  .max-w-\[calc\(100\%-2rem\)\] {
    max-width: calc(100% - 2rem);
  }
  .max-w-lg {
    max-width: var(--k72);
  }
  .max-w-max {
    max-width: max-content;
  }
  .max-w-sm {
    max-width: var(--a7);
  }
  .min-w-\(--n80\) {
    min-width: var(--n80);
  }
  .min-w-0 {
    min-width: calc(var(--t41) * 0);
  }
  .min-w-5 {
    min-width: calc(var(--t41) * 5);
  }
  .min-w-8 {
    min-width: calc(var(--t41) * 8);
  }
  .min-w-9 {
    min-width: calc(var(--t41) * 9);
  }
  .min-w-10 {
    min-width: calc(var(--t41) * 10);
  }
  .min-w-\[8rem\] {
    min-width: 8rem;
  }
  .min-w-\[12rem\] {
    min-width: 12rem;
  }
  .min-w-\[var\(--t65\)\] {
    min-width: var(--t65);
  }
  .r2d6r8 {
    flex: 1;
  }
  .bx-pan {
    flex-shrink: 0;
  }
  .sl-pan {
    flex-shrink: 0;
  }
  .hp-cell {
    flex-grow: 1;
  }
  .xz-cell {
    flex-grow: 0;
  }
  .t7e1d3 {
    flex-basis: 100%;
  }
  .z7o1g8 {
    caption-side: bottom;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .origin-\(--e14\) {
    transform-origin: var(--e14);
  }
  .origin-\(--z65\) {
    transform-origin: var(--z65);
  }
  .origin-\(--j68\) {
    transform-origin: var(--j68);
  }
  .origin-\(--k53\) {
    transform-origin: var(--k53);
  }
  .origin-\(--k65\) {
    transform-origin: var(--k65);
  }
  .origin-\(--b50\) {
    transform-origin: var(--b50);
  }
  .origin-\(--b43\) {
    transform-origin: var(--b43);
  }
  .-translate-x-1\/2 {
    --f55: calc(calc(1/2 * 100%) * -1);
    translate: var(--f55) var(--u49);
  }
  .-translate-x-px {
    --f55: -1px;
    translate: var(--f55) var(--u49);
  }
  .translate-x-\[-50\%\] {
    --f55: -50%;
    translate: var(--f55) var(--u49);
  }
  .translate-x-px {
    --f55: 1px;
    translate: var(--f55) var(--u49);
  }
  .-translate-y-1\/2 {
    --u49: calc(calc(1/2 * 100%) * -1);
    translate: var(--f55) var(--u49);
  }
  .translate-y-0\.5 {
    --u49: calc(var(--t41) * 0.5);
    translate: var(--f55) var(--u49);
  }
  .translate-y-\[-50\%\] {
    --u49: -50%;
    translate: var(--f55) var(--u49);
  }
  .translate-y-\[calc\(-50\%_-_2px\)\] {
    --u49: calc(-50% - 2px);
    translate: var(--f55) var(--u49);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .x8z5l6 {
    x8z5l6: var(--j13,) var(--u4,) var(--q74,) var(--k43,) var(--x97,);
  }
  .d5m2t2 {
    animation: var(--w74);
  }
  .z7f6z2 {
    animation: var(--e52);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .cursor-text {
    cursor: text;
  }
  .mv-row {
    touch-action: none;
  }
  ._7isy3 {
    resize: none;
  }
  ._7kzws {
    scroll-margin-block: calc(var(--t41) * 1);
  }
  .r9a9l7 {
    scroll-padding-block: calc(var(--t41) * 1);
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .i1o2o6 {
    grid-auto-rows: min-content;
  }
  .grid-cols-\[0_1fr\] {
    grid-template-columns: 0 1fr;
  }
  .grid-rows-\[auto_auto\] {
    grid-template-rows: auto auto;
  }
  ._zoaiy {
    flex-direction: column;
  }
  .fn-unit {
    flex-direction: column-reverse;
  }
  .pn-tag {
    flex-direction: row;
  }
  .s9s4x3 {
    s9s4x3: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  ._5mh87 {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .bx-cell {
    justify-items: start;
  }
  .gap-0 {
    gap: calc(var(--t41) * 0);
  }
  .gap-0\.5 {
    gap: calc(var(--t41) * 0.5);
  }
  .gap-1 {
    gap: calc(var(--t41) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--t41) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--t41) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--t41) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--t41) * 3);
  }
  .gap-4 {
    gap: calc(var(--t41) * 4);
  }
  .gap-6 {
    gap: calc(var(--t41) * 6);
  }
  .gap-7 {
    gap: calc(var(--t41) * 7);
  }
  .gap-y-0\.5 {
    row-gap: calc(var(--t41) * 0.5);
  }
  ._z11ld {
    align-self: flex-start;
  }
  .v6q1n8 {
    align-self: stretch;
  }
  .mv-grid {
    justify-self: flex-end;
  }
  .s9w7r3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[2px\] {
    border-radius: 2px;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[calc\(var\(--j42\)-5px\)\] {
    border-radius: calc(var(--j42) - 5px);
  }
  .rounded-\[inherit\] {
    border-radius: inherit;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--m40);
  }
  .rounded-md {
    border-radius: var(--n6);
  }
  .rounded-none {
    border-radius: 0;
  }
  .rounded-sm {
    border-radius: var(--g81);
  }
  .rounded-xl {
    border-radius: var(--u28);
  }
  .rounded-xs {
    border-radius: var(--z74);
  }
  .rounded-l-md {
    border-top-left-radius: var(--n6);
    border-bottom-left-radius: var(--n6);
  }
  .rounded-tl-sm {
    border-top-left-radius: var(--g81);
  }
  .rounded-r-md {
    border-top-right-radius: var(--n6);
    border-bottom-right-radius: var(--n6);
  }
  .border {
    border-style: var(--j62);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--j62);
    border-width: 0px;
  }
  .border-\[1\.5px\] {
    border-style: var(--j62);
    border-width: 1.5px;
  }
  .border-y {
    border-block-style: var(--j62);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--j62);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--j62);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--j62);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--j62);
    border-left-width: 1px;
  }
  .border-dashed {
    --j62: dashed;
    border-style: dashed;
  }
  .border-\(--f13\) {
    border-color: var(--f13);
  }
  .border-\[rgba\(0\,0\,0\,0\.08\)\] {
    border-color: rgba(0,0,0,0.08);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-t-transparent {
    border-top-color: transparent;
  }
  .border-l-transparent {
    border-left-color: transparent;
  }
  .bg-\(--g86\) {
    background-color: var(--g86);
  }
  .bg-\[\#1a1a19\] {
    background-color: #1a1a19;
  }
  .bg-\[\#f8f8f7\] {
    background-color: #f8f8f7;
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--g12) 50%, transparent);
    }
  }
  .bg-blue-600 {
    background-color: var(--f33);
  }
  .bg-red-100 {
    background-color: var(--z38);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--w4);
  }
  .bg-white\/80 {
    background-color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--w4) 80%, transparent);
    }
  }
  .bg-gradient-to-br {
    --a66: to bottom right in oklab;
    background-image: linear-gradient(var(--g50));
  }
  .lq-head {
    --x55: var(--k31);
    --g50: var(--x61, var(--a66), var(--x55) var(--a14), var(--b97) var(--j10));
  }
  ._9ylcg {
    --b97: var(--m24);
    --g50: var(--x61, var(--a66), var(--x55) var(--a14), var(--b97) var(--j10));
  }
  .rp-grid {
    fill: currentcolor;
  }
  .p-0 {
    padding: calc(var(--t41) * 0);
  }
  .p-1 {
    padding: calc(var(--t41) * 1);
  }
  .p-2 {
    padding: calc(var(--t41) * 2);
  }
  .p-3 {
    padding: calc(var(--t41) * 3);
  }
  .p-4 {
    padding: calc(var(--t41) * 4);
  }
  .p-5 {
    padding: calc(var(--t41) * 5);
  }
  .p-6 {
    padding: calc(var(--t41) * 6);
  }
  .p-8 {
    padding: calc(var(--t41) * 8);
  }
  .p-\[3px\] {
    padding: 3px;
  }
  .p-px {
    padding: 1px;
  }
  .px-\(--n80\) {
    padding-inline: var(--n80);
  }
  .px-1 {
    padding-inline: calc(var(--t41) * 1);
  }
  .px-1\.5 {
    padding-inline: calc(var(--t41) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--t41) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--t41) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--t41) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--t41) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--t41) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--t41) * 6);
  }
  .py-0\.5 {
    padding-block: calc(var(--t41) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--t41) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--t41) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--t41) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--t41) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--t41) * 3);
  }
  .py-4 {
    padding-block: calc(var(--t41) * 4);
  }
  .py-5 {
    padding-block: calc(var(--t41) * 5);
  }
  .py-6 {
    padding-block: calc(var(--t41) * 6);
  }
  .pt-0 {
    padding-top: calc(var(--t41) * 0);
  }
  .pt-3 {
    padding-top: calc(var(--t41) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--t41) * 4);
  }
  .pt-8 {
    padding-top: calc(var(--t41) * 8);
  }
  .pt-12 {
    padding-top: calc(var(--t41) * 12);
  }
  .pr-1 {
    padding-right: calc(var(--t41) * 1);
  }
  .pr-2 {
    padding-right: calc(var(--t41) * 2);
  }
  .pr-2\.5 {
    padding-right: calc(var(--t41) * 2.5);
  }
  .pr-3 {
    padding-right: calc(var(--t41) * 3);
  }
  .pr-8 {
    padding-right: calc(var(--t41) * 8);
  }
  .pb-3 {
    padding-bottom: calc(var(--t41) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--t41) * 4);
  }
  .pb-8 {
    padding-bottom: calc(var(--t41) * 8);
  }
  .pl-2 {
    padding-left: calc(var(--t41) * 2);
  }
  .pl-3 {
    padding-left: calc(var(--t41) * 3);
  }
  .pl-4 {
    padding-left: calc(var(--t41) * 4);
  }
  .pl-8 {
    padding-left: calc(var(--t41) * 8);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .align-middle {
    vertical-align: middle;
  }
  .font-mono {
    font-family: var(--x67);
  }
  .font-sans {
    font-family: var(--v30);
  }
  .text-4xl {
    font-size: var(--v80);
    line-height: var(--j67, var(--b74));
  }
  .text-base {
    font-size: var(--p22);
    line-height: var(--j67, var(--p39));
  }
  .text-lg {
    font-size: var(--f83);
    line-height: var(--j67, var(--h90));
  }
  .text-sm {
    font-size: var(--m85);
    line-height: var(--j67, var(--m30));
  }
  .text-sm\/relaxed {
    font-size: var(--m85);
    line-height: var(--y93);
  }
  .text-xl {
    font-size: var(--j6);
    line-height: var(--j67, var(--g57));
  }
  .text-xs {
    font-size: var(--x65);
    line-height: var(--j67, var(--w42));
  }
  .text-\[0\.8rem\] {
    font-size: 0.8rem;
  }
  .leading-5 {
    --j67: calc(var(--t41) * 5);
    line-height: calc(var(--t41) * 5);
  }
  .leading-\[26px\] {
    --j67: 26px;
    line-height: 26px;
  }
  .leading-none {
    --j67: 1;
    line-height: 1;
  }
  .leading-normal {
    --j67: var(--n37);
    line-height: var(--n37);
  }
  .leading-relaxed {
    --j67: var(--y93);
    line-height: var(--y93);
  }
  .leading-snug {
    --j67: var(--t32);
    line-height: var(--t32);
  }
  .font-bold {
    --p92: var(--p15);
    font-weight: var(--p15);
  }
  .font-medium {
    --p92: var(--j84);
    font-weight: var(--j84);
  }
  .font-normal {
    --p92: var(--a52);
    font-weight: var(--a52);
  }
  .font-semibold {
    --p92: var(--b26);
    font-weight: var(--b26);
  }
  .tracking-\[-0\.44px\] {
    --u66: -0.44px;
    letter-spacing: -0.44px;
  }
  .tracking-\[-0\.154px\] {
    --u66: -0.154px;
    letter-spacing: -0.154px;
  }
  .tracking-tight {
    --u66: var(--y17);
    letter-spacing: var(--y17);
  }
  .tracking-widest {
    --u66: var(--t38);
    letter-spacing: var(--t38);
  }
  .text-balance {
    text-wrap: balance;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .whitespace-break-spaces {
    white-space: break-spaces;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#34322d\] {
    color: #34322d;
  }
  .text-\[\#858481\] {
    color: #858481;
  }
  .text-current {
    color: currentcolor;
  }
  .text-red-500 {
    color: var(--y81);
  }
  .text-slate-600 {
    color: var(--x74);
  }
  .text-slate-700 {
    color: var(--q36);
  }
  .text-slate-900 {
    color: var(--w65);
  }
  .text-white {
    color: var(--w4);
  }
  ._kudqc {
    --m49: tabular-nums;
    font-variant-numeric: var(--b18,) var(--y89,) var(--h69,) var(--m49,) var(--a60,);
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .shadow {
    --w39: 0 1px 3px 0 var(--e19, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--e19, rgb(0 0 0 / 0.1));
    box-shadow: var(--w37), var(--f19), var(--k7), var(--y36), var(--w39);
  }
  .shadow-\[0_0_0_1px_hsl\(var\(--e70\)\)\] {
    --w39: 0 0 0 1px var(--e19, hsl(var(--e70)));
    box-shadow: var(--w37), var(--f19), var(--k7), var(--y36), var(--w39);
  }
  .shadow-\[0px_4px_11px_0px_rgba\(0\,0\,0\,0\.08\)\] {
    --w39: 0px 4px 11px 0px var(--e19, rgba(0,0,0,0.08));
    box-shadow: var(--w37), var(--f19), var(--k7), var(--y36), var(--w39);
  }
  .shadow-lg {
    --w39: 0 10px 15px -3px var(--e19, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--e19, rgb(0 0 0 / 0.1));
    box-shadow: var(--w37), var(--f19), var(--k7), var(--y36), var(--w39);
  }
  .shadow-md {
    --w39: 0 4px 6px -1px var(--e19, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--e19, rgb(0 0 0 / 0.1));
    box-shadow: var(--w37), var(--f19), var(--k7), var(--y36), var(--w39);
  }
  .shadow-none {
    --w39: 0 0 #0000;
    box-shadow: var(--w37), var(--f19), var(--k7), var(--y36), var(--w39);
  }
  .shadow-sm {
    --w39: 0 1px 3px 0 var(--e19, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--e19, rgb(0 0 0 / 0.1));
    box-shadow: var(--w37), var(--f19), var(--k7), var(--y36), var(--w39);
  }
  .shadow-xl {
    --w39: 0 20px 25px -5px var(--e19, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--e19, rgb(0 0 0 / 0.1));
    box-shadow: var(--w37), var(--f19), var(--k7), var(--y36), var(--w39);
  }
  .shadow-xs {
    --w39: 0 1px 2px 0 var(--e19, rgb(0 0 0 / 0.05));
    box-shadow: var(--w37), var(--f19), var(--k7), var(--y36), var(--w39);
  }
  .ring-0 {
    --y36: var(--w89,) 0 0 0 calc(0px + var(--x18)) var(--a36, currentcolor);
    box-shadow: var(--w37), var(--f19), var(--k7), var(--y36), var(--w39);
  }
  .outline-hidden {
    --q23: none;
    outline-style: none;
    @media (forced-colors: active) {
      tx-body: 2px solid transparent;
      outline-offset: 2px;
    }
  }
  .tx-body {
    outline-style: var(--q23);
    outline-width: 1px;
  }
  ._5n1tj {
    --p36: blur(var(--t16));
    -webkit-backdrop-filter: var(--p36,) var(--b27,) var(--q91,) var(--u91,) var(--x53,) var(--w80,) var(--d60,) var(--h21,) var(--n36,);
    backdrop-filter: var(--p36,) var(--b27,) var(--q91,) var(--u91,) var(--x53,) var(--w80,) var(--d60,) var(--h21,) var(--n36,);
  }
  ._zqljz {
    --p36: blur(var(--j11));
    -webkit-backdrop-filter: var(--p36,) var(--b27,) var(--q91,) var(--u91,) var(--x53,) var(--w80,) var(--d60,) var(--h21,) var(--n36,);
    backdrop-filter: var(--p36,) var(--b27,) var(--q91,) var(--u91,) var(--x53,) var(--w80,) var(--d60,) var(--h21,) var(--n36,);
  }
  ._yj630 {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --x55, --b80, --b97, opacity, box-shadow, x8z5l6, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--g8, var(--e71));
    transition-duration: var(--f21, var(--f66));
  }
  .transition-\[color\,box-shadow\] {
    transition-property: color,box-shadow;
    transition-timing-function: var(--g8, var(--e71));
    transition-duration: var(--f21, var(--f66));
  }
  .transition-\[left\,right\,width\] {
    transition-property: left,right,width;
    transition-timing-function: var(--g8, var(--e71));
    transition-duration: var(--f21, var(--f66));
  }
  .transition-\[margin\,opacity\] {
    transition-property: margin,opacity;
    transition-timing-function: var(--g8, var(--e71));
    transition-duration: var(--f21, var(--f66));
  }
  .transition-\[width\,height\,padding\] {
    transition-property: width,height,padding;
    transition-timing-function: var(--g8, var(--e71));
    transition-duration: var(--f21, var(--f66));
  }
  .transition-\[width\] {
    transition-property: width;
    transition-timing-function: var(--g8, var(--e71));
    transition-duration: var(--f21, var(--f66));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--g8, var(--e71));
    transition-duration: var(--f21, var(--f66));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --x55, --b80, --b97;
    transition-timing-function: var(--g8, var(--e71));
    transition-duration: var(--f21, var(--f66));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--g8, var(--e71));
    transition-duration: var(--f21, var(--f66));
  }
  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--g8, var(--e71));
    transition-duration: var(--f21, var(--f66));
  }
  .transition-transform {
    transition-property: x8z5l6, translate, scale, rotate;
    transition-timing-function: var(--g8, var(--e71));
    transition-duration: var(--f21, var(--f66));
  }
  .transition-none {
    transition-property: none;
  }
  .duration-100 {
    --f21: 100ms;
    transition-duration: 100ms;
  }
  .duration-200 {
    --f21: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --f21: 300ms;
    transition-duration: 300ms;
  }
  .duration-1000 {
    --f21: 1000ms;
    transition-duration: 1000ms;
  }
  .ease-in-out {
    --g8: var(--b87);
    transition-timing-function: var(--b87);
  }
  .ease-linear {
    --g8: linear;
    transition-timing-function: linear;
  }
  .outline-none {
    --q23: none;
    outline-style: none;
  }
  .i2r5q5 {
    -webkit-user-select: none;
    user-select: none;
  }
  .\[--n80\:--t41\(8\)\] {
    --n80: calc(var(--t41) * 8);
  }
  .group-focus-within\/menu-item\:opacity-100 {
    &:is(:where(.group\/menu-item):focus-within *) {
      opacity: 100%;
    }
  }
  .group-hover\/menu-item\:opacity-100 {
    &:is(:where(.group\/menu-item):hover *) {
      @media (hover: mv-flow) {
        opacity: 100%;
      }
    }
  }
  .group-has-data-\[sidebar\=menu-action\]\/menu-item\:pr-8 {
    &:is(:where(.group\/menu-item):has(*[data-sidebar="menu-action"]) *) {
      padding-right: calc(var(--t41) * 8);
    }
  }
  .group-has-\[\[data-orientation\=horizontal\]\]\/field\:text-balance {
    &:is(:where(.group\/field):has(*:is([data-orientation=horizontal])) *) {
      text-wrap: balance;
    }
  }
  .group-has-\[\[data-slot\=item-description\]\]\/item\:translate-y-0\.5 {
    &:is(:where(.group\/item):has(*:is([data-slot=item-description])) *) {
      --u49: calc(var(--t41) * 0.5);
      translate: var(--f55) var(--u49);
    }
  }
  .group-has-\[\[data-slot\=item-description\]\]\/item\:self-start {
    &:is(:where(.group\/item):has(*:is([data-slot=item-description])) *) {
      align-self: flex-start;
    }
  }
  .group-has-\[\>input\]\/input-group\:pt-2\.5 {
    &:is(:where(.group\/input-group):has(>input) *) {
      padding-top: calc(var(--t41) * 2.5);
    }
  }
  .group-has-\[\>input\]\/input-group\:pb-2\.5 {
    &:is(:where(.group\/input-group):has(>input) *) {
      padding-bottom: calc(var(--t41) * 2.5);
    }
  }
  .group-data-\[collapsible\=icon\]\:-mt-8 {
    &:is(:where(.b3w1y6)[data-collapsible="icon"] *) {
      margin-top: calc(var(--t41) * -8);
    }
  }
  .group-data-\[collapsible\=icon\]\:hidden {
    &:is(:where(.b3w1y6)[data-collapsible="icon"] *) {
      display: none;
    }
  }
  .group-data-\[collapsible\=icon\]\:size-8\! {
    &:is(:where(.b3w1y6)[data-collapsible="icon"] *) {
      width: calc(var(--t41) * 8) !important;
      height: calc(var(--t41) * 8) !important;
    }
  }
  .group-data-\[collapsible\=icon\]\:w-\(--d42\) {
    &:is(:where(.b3w1y6)[data-collapsible="icon"] *) {
      width: var(--d42);
    }
  }
  .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--d42\)\+\(--t41\(4\)\)\)\] {
    &:is(:where(.b3w1y6)[data-collapsible="icon"] *) {
      width: calc(var(--d42) + (calc(var(--t41) * 4)));
    }
  }
  .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--d42\)\+\(--t41\(4\)\)\+2px\)\] {
    &:is(:where(.b3w1y6)[data-collapsible="icon"] *) {
      width: calc(var(--d42) + (calc(var(--t41) * 4)) + 2px);
    }
  }
  .group-data-\[collapsible\=icon\]\:overflow-hidden {
    &:is(:where(.b3w1y6)[data-collapsible="icon"] *) {
      overflow: hidden;
    }
  }
  .group-data-\[collapsible\=icon\]\:p-0\! {
    &:is(:where(.b3w1y6)[data-collapsible="icon"] *) {
      padding: calc(var(--t41) * 0) !important;
    }
  }
  .group-data-\[collapsible\=icon\]\:p-2\! {
    &:is(:where(.b3w1y6)[data-collapsible="icon"] *) {
      padding: calc(var(--t41) * 2) !important;
    }
  }
  .group-data-\[collapsible\=icon\]\:opacity-0 {
    &:is(:where(.b3w1y6)[data-collapsible="icon"] *) {
      opacity: 0%;
    }
  }
  .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--j51\)\*-1\)\] {
    &:is(:where(.b3w1y6)[data-collapsible="offcanvas"] *) {
      right: calc(var(--j51) * -1);
    }
  }
  .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--j51\)\*-1\)\] {
    &:is(:where(.b3w1y6)[data-collapsible="offcanvas"] *) {
      left: calc(var(--j51) * -1);
    }
  }
  .group-data-\[collapsible\=offcanvas\]\:w-0 {
    &:is(:where(.b3w1y6)[data-collapsible="offcanvas"] *) {
      width: calc(var(--t41) * 0);
    }
  }
  .group-data-\[collapsible\=offcanvas\]\:translate-x-0 {
    &:is(:where(.b3w1y6)[data-collapsible="offcanvas"] *) {
      --f55: calc(var(--t41) * 0);
      translate: var(--f55) var(--u49);
    }
  }
  .group-data-\[disabled\=true\]\:pointer-events-none {
    &:is(:where(.b3w1y6)[data-disabled="true"] *) {
      pointer-events: none;
    }
  }
  .group-data-\[disabled\=true\]\:opacity-50 {
    &:is(:where(.b3w1y6)[data-disabled="true"] *) {
      opacity: 50%;
    }
  }
  .group-data-\[disabled\=true\]\/field\:opacity-50 {
    &:is(:where(.group\/field)[data-disabled="true"] *) {
      opacity: 50%;
    }
  }
  .group-data-\[disabled\=true\]\/input-group\:opacity-50 {
    &:is(:where(.group\/input-group)[data-disabled="true"] *) {
      opacity: 50%;
    }
  }
  .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\:ring-\[3px\] {
    &:is(:where(.group\/day)[data-focused="true"] *) {
      --y36: var(--w89,) 0 0 0 calc(3px + var(--x18)) var(--a36, currentcolor);
      box-shadow: var(--w37), var(--f19), var(--k7), var(--y36), var(--w39);
    }
  }
  .group-data-\[side\=left\]\:-right-4 {
    &:is(:where(.b3w1y6)[data-side="left"] *) {
      right: calc(var(--t41) * -4);
    }
  }
  .group-data-\[side\=left\]\:border-r {
    &:is(:where(.b3w1y6)[data-side="left"] *) {
      border-right-style: var(--j62);
      border-right-width: 1px;
    }
  }
  .group-data-\[side\=right\]\:left-0 {
    &:is(:where(.b3w1y6)[data-side="right"] *) {
      left: calc(var(--t41) * 0);
    }
  }
  .group-data-\[side\=right\]\:rotate-180 {
    &:is(:where(.b3w1y6)[data-side="right"] *) {
      rotate: 180deg;
    }
  }
  .group-data-\[side\=right\]\:border-l {
    &:is(:where(.b3w1y6)[data-side="right"] *) {
      border-left-style: var(--j62);
      border-left-width: 1px;
    }
  }
  .group-data-\[state\=open\]\:rotate-180 {
    &:is(:where(.b3w1y6)[data-state="open"] *) {
      rotate: 180deg;
    }
  }
  .group-data-\[variant\=floating\]\:rounded-lg {
    &:is(:where(.b3w1y6)[data-variant="floating"] *) {
      border-radius: var(--m40);
    }
  }
  .group-data-\[variant\=floating\]\:border {
    &:is(:where(.b3w1y6)[data-variant="floating"] *) {
      border-style: var(--j62);
      border-width: 1px;
    }
  }
  .group-data-\[variant\=floating\]\:shadow-sm {
    &:is(:where(.b3w1y6)[data-variant="floating"] *) {
      --w39: 0 1px 3px 0 var(--e19, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--e19, rgb(0 0 0 / 0.1));
      box-shadow: var(--w37), var(--f19), var(--k7), var(--y36), var(--w39);
    }
  }
  .group-data-\[variant\=outline\]\/field-group\:-mb-2 {
    &:is(:where(.group\/field-group)[data-variant="tx-body"] *) {
      margin-bottom: calc(var(--t41) * -2);
    }
  }
  .group-data-\[vaul-drawer-direction\=bottom\]\/drawer-content\:block {
    &:is(:where(.group\/drawer-content)[data-vaul-drawer-direction="bottom"] *) {
      display: block;
    }
  }
  .group-data-\[vaul-drawer-direction\=bottom\]\/drawer-content\:text-center {
    &:is(:where(.group\/drawer-content)[data-vaul-drawer-direction="bottom"] *) {
      text-align: center;
    }
  }
  .group-data-\[vaul-drawer-direction\=top\]\/drawer-content\:text-center {
    &:is(:where(.group\/drawer-content)[data-vaul-drawer-direction="top"] *) {
      text-align: center;
    }
  }
  .group-data-\[viewport\=false\]\/navigation-menu\:top-full {
    &:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
      top: 100%;
    }
  }
  .group-data-\[viewport\=false\]\/navigation-menu\:mt-1\.5 {
    &:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
      margin-top: calc(var(--t41) * 1.5);
    }
  }
  .group-data-\[viewport\=false\]\/navigation-menu\:overflow-hidden {
    &:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
      overflow: hidden;
    }
  }
  .group-data-\[viewport\=false\]\/navigation-menu\:rounded-md {
    &:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
      border-radius: var(--n6);
    }
  }
  .group-data-\[viewport\=false\]\/navigation-menu\:border {
    &:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
      border-style: var(--j62);
      border-width: 1px;
    }
  }
  .group-data-\[viewport\=false\]\/navigation-menu\:shadow {
    &:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
      --w39: 0 1px 3px 0 var(--e19, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--e19, rgb(0 0 0 / 0.1));
      box-shadow: var(--w37), var(--f19), var(--k7), var(--y36), var(--w39);
    }
  }
  .group-data-\[viewport\=false\]\/navigation-menu\:duration-200 {
    &:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
      --f21: 200ms;
      transition-duration: 200ms;
    }
  }
  .peer-disabled\:cursor-not-allowed {
    &:is(:where(.t2k6g7):disabled ~ *) {
      cursor: not-allowed;
    }
  }
  .peer-disabled\:opacity-50 {
    &:is(:where(.t2k6g7):disabled ~ *) {
      opacity: 50%;
    }
  }
  .peer-data-\[size\=default\]\/menu-button\:top-1\.5 {
    &:is(:where(.peer\/menu-button)[data-size="default"] ~ *) {
      top: calc(var(--t41) * 1.5);
    }
  }
  .peer-data-\[size\=lg\]\/menu-button\:top-2\.5 {
    &:is(:where(.peer\/menu-button)[data-size="lg"] ~ *) {
      top: calc(var(--t41) * 2.5);
    }
  }
  .peer-data-\[size\=sm\]\/menu-button\:top-1 {
    &:is(:where(.peer\/menu-button)[data-size="n3y5n8"] ~ *) {
      top: calc(var(--t41) * 1);
    }
  }
  .file\:inline-flex {
    &::file-selector-button {
      display: inline-flex;
    }
  }
  .file\:h-7 {
    &::file-selector-button {
      height: calc(var(--t41) * 7);
    }
  }
  .file\:border-0 {
    &::file-selector-button {
      border-style: var(--j62);
      border-width: 0px;
    }
  }
  .file\:bg-transparent {
    &::file-selector-button {
      background-color: transparent;
    }
  }
  .file\:text-sm {
    &::file-selector-button {
      font-size: var(--m85);
      line-height: var(--j67, var(--m30));
    }
  }
  .file\:font-medium {
    &::file-selector-button {
      --p92: var(--j84);
      font-weight: var(--j84);
    }
  }
  .after\:absolute {
    &::after {
      content: var(--g40);
      position: absolute;
    }
  }
  .after\:-inset-2 {
    &::after {
      content: var(--g40);
      inset: calc(var(--t41) * -2);
    }
  }
  .after\:inset-y-0 {
    &::after {
      content: var(--g40);
      inset-block: calc(var(--t41) * 0);
    }
  }
  .after\:left-1\/2 {
    &::after {
      content: var(--g40);
      left: calc(1/2 * 100%);
    }
  }
  .after\:w-1 {
    &::after {
      content: var(--g40);
      width: calc(var(--t41) * 1);
    }
  }
  .after\:w-\[2px\] {
    &::after {
      content: var(--g40);
      width: 2px;
    }
  }
  .after\:-translate-x-1\/2 {
    &::after {
      content: var(--g40);
      --f55: calc(calc(1/2 * 100%) * -1);
      translate: var(--f55) var(--u49);
    }
  }
  .group-data-\[collapsible\=offcanvas\]\:after\:left-full {
    &:is(:where(.b3w1y6)[data-collapsible="offcanvas"] *) {
      &::after {
        content: var(--g40);
        left: 100%;
      }
    }
  }
  .first\:rounded-l-md {
    &:first-child {
      border-top-left-radius: var(--n6);
      border-bottom-left-radius: var(--n6);
    }
  }
  .first\:border-l {
    &:first-child {
      border-left-style: var(--j62);
      border-left-width: 1px;
    }
  }
  .last\:mt-0 {
    &:last-child {
      margin-top: calc(var(--t41) * 0);
    }
  }
  .last\:rounded-r-md {
    &:last-child {
      border-top-right-radius: var(--n6);
      border-bottom-right-radius: var(--n6);
    }
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--j62);
      border-bottom-width: 0px;
    }
  }
  .hover\:bg-\[\#1a1a19\]\/90 {
    &:hover {
      @media (hover: mv-flow) {
        background-color: color-mix(in oklab, #1a1a19 90%, transparent);
      }
    }
  }
  .hover\:bg-blue-700 {
    &:hover {
      @media (hover: mv-flow) {
        background-color: var(--m98);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: mv-flow) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: mv-flow) {
        opacity: 90%;
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: mv-flow) {
        opacity: 100%;
      }
    }
  }
  .hover\:shadow-\[0_0_0_1px_hsl\(var\(--x23\)\)\] {
    &:hover {
      @media (hover: mv-flow) {
        --w39: 0 0 0 1px var(--e19, hsl(var(--x23)));
        box-shadow: var(--w37), var(--f19), var(--k7), var(--y36), var(--w39);
      }
    }
  }
  .hover\:shadow-lg {
    &:hover {
      @media (hover: mv-flow) {
        --w39: 0 10px 15px -3px var(--e19, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--e19, rgb(0 0 0 / 0.1));
        box-shadow: var(--w37), var(--f19), var(--k7), var(--y36), var(--w39);
      }
    }
  }
  .hover\:ring-4 {
    &:hover {
      @media (hover: mv-flow) {
        --y36: var(--w89,) 0 0 0 calc(4px + var(--x18)) var(--a36, currentcolor);
        box-shadow: var(--w37), var(--f19), var(--k7), var(--y36), var(--w39);
      }
    }
  }
  .focus\:z-10 {
    &:focus {
      z-index: 10;
    }
  }
  .focus\:ring-2 {
    &:focus {
      --y36: var(--w89,) 0 0 0 calc(2px + var(--x18)) var(--a36, currentcolor);
      box-shadow: var(--w37), var(--f19), var(--k7), var(--y36), var(--w39);
    }
  }
  .focus\:ring-offset-2 {
    &:focus {
      --x18: 2px;
      --k7: var(--w89,) 0 0 0 var(--x18) var(--v28);
    }
  }
  .focus\:outline-hidden {
    &:focus {
      --q23: none;
      outline-style: none;
      @media (forced-colors: active) {
        tx-body: 2px solid transparent;
        outline-offset: 2px;
      }
    }
  }
  .focus-visible\:z-10 {
    &:focus-visible {
      z-index: 10;
    }
  }
  .focus-visible\:ring-0 {
    &:focus-visible {
      --y36: var(--w89,) 0 0 0 calc(0px + var(--x18)) var(--a36, currentcolor);
      box-shadow: var(--w37), var(--f19), var(--k7), var(--y36), var(--w39);
    }
  }
  .focus-visible\:ring-1 {
    &:focus-visible {
      --y36: var(--w89,) 0 0 0 calc(1px + var(--x18)) var(--a36, currentcolor);
      box-shadow: var(--w37), var(--f19), var(--k7), var(--y36), var(--w39);
    }
  }
  .focus-visible\:ring-2 {
    &:focus-visible {
      --y36: var(--w89,) 0 0 0 calc(2px + var(--x18)) var(--a36, currentcolor);
      box-shadow: var(--w37), var(--f19), var(--k7), var(--y36), var(--w39);
    }
  }
  .focus-visible\:ring-4 {
    &:focus-visible {
      --y36: var(--w89,) 0 0 0 calc(4px + var(--x18)) var(--a36, currentcolor);
      box-shadow: var(--w37), var(--f19), var(--k7), var(--y36), var(--w39);
    }
  }
  .focus-visible\:ring-\[3px\] {
    &:focus-visible {
      --y36: var(--w89,) 0 0 0 calc(3px + var(--x18)) var(--a36, currentcolor);
      box-shadow: var(--w37), var(--f19), var(--k7), var(--y36), var(--w39);
    }
  }
  .focus-visible\:ring-offset-1 {
    &:focus-visible {
      --x18: 1px;
      --k7: var(--w89,) 0 0 0 var(--x18) var(--v28);
    }
  }
  .focus-visible\:outline-hidden {
    &:focus-visible {
      --q23: none;
      outline-style: none;
      @media (forced-colors: active) {
        tx-body: 2px solid transparent;
        outline-offset: 2px;
      }
    }
  }
  .focus-visible\:outline-1 {
    &:focus-visible {
      outline-style: var(--q23);
      outline-width: 1px;
    }
  }
  .disabled\:pointer-events-none {
    &:disabled {
      pointer-events: none;
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .in-data-\[side\=left\]\:cursor-w-resize {
    :where(*[data-side="left"]) & {
      cursor: w-resize;
    }
  }
  .in-data-\[side\=right\]\:cursor-e-resize {
    :where(*[data-side="right"]) & {
      cursor: e-resize;
    }
  }
  .has-focus\:ring-\[3px\] {
    &:has(*:focus) {
      --y36: var(--w89,) 0 0 0 calc(3px + var(--x18)) var(--a36, currentcolor);
      box-shadow: var(--w37), var(--f19), var(--k7), var(--y36), var(--w39);
    }
  }
  .has-disabled\:opacity-50 {
    &:has(*:disabled) {
      opacity: 50%;
    }
  }
  .has-data-\[slot\=card-action\]\:grid-cols-\[1fr_auto\] {
    &:has(*[data-slot="card-action"]) {
      grid-template-columns: 1fr auto;
    }
  }
  .has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-\[3px\] {
    &:has(*:is([data-slot=input-group-control]:focus-visible)) {
      --y36: var(--w89,) 0 0 0 calc(3px + var(--x18)) var(--a36, currentcolor);
      box-shadow: var(--w37), var(--f19), var(--k7), var(--y36), var(--w39);
    }
  }
  .has-\[\>\[data-align\=block-end\]\]\:h-auto {
    &:has(>[data-align=block-end]) {
      height: auto;
    }
  }
  .has-\[\>\[data-align\=block-end\]\]\:flex-col {
    &:has(>[data-align=block-end]) {
      flex-direction: column;
    }
  }
  .has-\[\>\[data-align\=block-start\]\]\:h-auto {
    &:has(>[data-align=block-start]) {
      height: auto;
    }
  }
  .has-\[\>\[data-align\=block-start\]\]\:flex-col {
    &:has(>[data-align=block-start]) {
      flex-direction: column;
    }
  }
  .has-\[\>\[data-slot\=button-group\]\]\:gap-2 {
    &:has(>[data-slot=button-group]) {
      gap: calc(var(--t41) * 2);
    }
  }
  .has-\[\>\[data-slot\=checkbox-group\]\]\:gap-3 {
    &:has(>[data-slot=checkbox-group]) {
      gap: calc(var(--t41) * 3);
    }
  }
  .has-\[\>\[data-slot\=field-content\]\]\:items-start {
    &:has(>[data-slot=field-content]) {
      align-items: flex-start;
    }
  }
  .has-\[\>\[data-slot\=field\]\]\:w-full {
    &:has(>[data-slot=field]) {
      width: 100%;
    }
  }
  .has-\[\>\[data-slot\=field\]\]\:flex-col {
    &:has(>[data-slot=field]) {
      flex-direction: column;
    }
  }
  .has-\[\>\[data-slot\=field\]\]\:rounded-md {
    &:has(>[data-slot=field]) {
      border-radius: var(--n6);
    }
  }
  .has-\[\>\[data-slot\=field\]\]\:border {
    &:has(>[data-slot=field]) {
      border-style: var(--j62);
      border-width: 1px;
    }
  }
  .has-\[\>\[data-slot\=radio-group\]\]\:gap-3 {
    &:has(>[data-slot=radio-group]) {
      gap: calc(var(--t41) * 3);
    }
  }
  .has-\[\>button\]\:mr-\[-0\.45rem\] {
    &:has(>button) {
      margin-right: -0.45rem;
    }
  }
  .has-\[\>button\]\:ml-\[-0\.45rem\] {
    &:has(>button) {
      margin-left: -0.45rem;
    }
  }
  .has-\[\>kbd\]\:mr-\[-0\.35rem\] {
    &:has(>kbd) {
      margin-right: -0.35rem;
    }
  }
  .has-\[\>kbd\]\:ml-\[-0\.35rem\] {
    &:has(>kbd) {
      margin-left: -0.35rem;
    }
  }
  .has-\[\>svg\]\:grid-cols-\[calc\(var\(--t41\)\*4\)_1fr\] {
    &:has(>svg) {
      grid-template-columns: calc(var(--t41) * 4) 1fr;
    }
  }
  .has-\[\>svg\]\:gap-x-3 {
    &:has(>svg) {
      column-gap: calc(var(--t41) * 3);
    }
  }
  .has-\[\>svg\]\:p-0 {
    &:has(>svg) {
      padding: calc(var(--t41) * 0);
    }
  }
  .has-\[\>svg\]\:px-2 {
    &:has(>svg) {
      padding-inline: calc(var(--t41) * 2);
    }
  }
  .has-\[\>svg\]\:px-2\.5 {
    &:has(>svg) {
      padding-inline: calc(var(--t41) * 2.5);
    }
  }
  .has-\[\>svg\]\:px-3 {
    &:has(>svg) {
      padding-inline: calc(var(--t41) * 3);
    }
  }
  .has-\[\>svg\]\:px-4 {
    &:has(>svg) {
      padding-inline: calc(var(--t41) * 4);
    }
  }
  .has-\[\>textarea\]\:h-auto {
    &:has(>textarea) {
      height: auto;
    }
  }
  .aria-disabled\:pointer-events-none {
    &[aria-disabled="true"] {
      pointer-events: none;
    }
  }
  .aria-disabled\:opacity-50 {
    &[aria-disabled="true"] {
      opacity: 50%;
    }
  }
  .data-\[active\=true\]\:z-10 {
    &[data-active="true"] {
      z-index: 10;
    }
  }
  .data-\[active\=true\]\:font-medium {
    &[data-active="true"] {
      --p92: var(--j84);
      font-weight: var(--j84);
    }
  }
  .data-\[active\=true\]\:ring-\[3px\] {
    &[data-active="true"] {
      --y36: var(--w89,) 0 0 0 calc(3px + var(--x18)) var(--a36, currentcolor);
      box-shadow: var(--w37), var(--f19), var(--k7), var(--y36), var(--w39);
    }
  }
  .data-\[disabled\]\:pointer-events-none {
    &[data-disabled] {
      pointer-events: none;
    }
  }
  .data-\[disabled\]\:opacity-50 {
    &[data-disabled] {
      opacity: 50%;
    }
  }
  .data-\[disabled\=true\]\:pointer-events-none {
    &[data-disabled="true"] {
      pointer-events: none;
    }
  }
  .data-\[disabled\=true\]\:opacity-50 {
    &[data-disabled="true"] {
      opacity: 50%;
    }
  }
  .data-\[inset\]\:pl-8 {
    &[data-inset] {
      padding-left: calc(var(--t41) * 8);
    }
  }
  .data-\[orientation\=horizontal\]\:h-1\.5 {
    &[data-orientation="horizontal"] {
      height: calc(var(--t41) * 1.5);
    }
  }
  .data-\[orientation\=horizontal\]\:h-full {
    &[data-orientation="horizontal"] {
      height: 100%;
    }
  }
  .data-\[orientation\=horizontal\]\:h-px {
    &[data-orientation="horizontal"] {
      height: 1px;
    }
  }
  .data-\[orientation\=horizontal\]\:w-full {
    &[data-orientation="horizontal"] {
      width: 100%;
    }
  }
  .data-\[orientation\=vertical\]\:h-auto {
    &[data-orientation="vertical"] {
      height: auto;
    }
  }
  .data-\[orientation\=vertical\]\:h-full {
    &[data-orientation="vertical"] {
      height: 100%;
    }
  }
  .data-\[orientation\=vertical\]\:min-h-44 {
    &[data-orientation="vertical"] {
      min-height: calc(var(--t41) * 44);
    }
  }
  .data-\[orientation\=vertical\]\:w-1\.5 {
    &[data-orientation="vertical"] {
      width: calc(var(--t41) * 1.5);
    }
  }
  .data-\[orientation\=vertical\]\:w-auto {
    &[data-orientation="vertical"] {
      width: auto;
    }
  }
  .data-\[orientation\=vertical\]\:w-full {
    &[data-orientation="vertical"] {
      width: 100%;
    }
  }
  .data-\[orientation\=vertical\]\:w-px {
    &[data-orientation="vertical"] {
      width: 1px;
    }
  }
  .data-\[orientation\=vertical\]\:flex-col {
    &[data-orientation="vertical"] {
      flex-direction: column;
    }
  }
  .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(--g40);
        left: calc(var(--t41) * 0);
      }
    }
  }
  .data-\[panel-group-direction\=vertical\]\:after\:h-1 {
    &[data-panel-group-direction="vertical"] {
      &::after {
        content: var(--g40);
        height: calc(var(--t41) * 1);
      }
    }
  }
  .data-\[panel-group-direction\=vertical\]\:after\:w-full {
    &[data-panel-group-direction="vertical"] {
      &::after {
        content: var(--g40);
        width: 100%;
      }
    }
  }
  .data-\[panel-group-direction\=vertical\]\:after\:translate-x-0 {
    &[data-panel-group-direction="vertical"] {
      &::after {
        content: var(--g40);
        --f55: calc(var(--t41) * 0);
        translate: var(--f55) var(--u49);
      }
    }
  }
  .data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2 {
    &[data-panel-group-direction="vertical"] {
      &::after {
        content: var(--g40);
        --u49: calc(calc(1/2 * 100%) * -1);
        translate: var(--f55) var(--u49);
      }
    }
  }
  .data-\[range-end\=true\]\:rounded-md {
    &[data-range-end="true"] {
      border-radius: var(--n6);
    }
  }
  .data-\[range-end\=true\]\:rounded-r-md {
    &[data-range-end="true"] {
      border-top-right-radius: var(--n6);
      border-bottom-right-radius: var(--n6);
    }
  }
  .data-\[range-middle\=true\]\:rounded-none {
    &[data-range-middle="true"] {
      border-radius: 0;
    }
  }
  .data-\[range-start\=true\]\:rounded-md {
    &[data-range-start="true"] {
      border-radius: var(--n6);
    }
  }
  .data-\[range-start\=true\]\:rounded-l-md {
    &[data-range-start="true"] {
      border-top-left-radius: var(--n6);
      border-bottom-left-radius: var(--n6);
    }
  }
  .data-\[selected\=true\]\:rounded-none {
    &[data-selected="true"] {
      border-radius: 0;
    }
  }
  .data-\[side\=bottom\]\:translate-y-1 {
    &[data-side="bottom"] {
      --u49: calc(var(--t41) * 1);
      translate: var(--f55) var(--u49);
    }
  }
  .data-\[side\=left\]\:-translate-x-1 {
    &[data-side="left"] {
      --f55: calc(var(--t41) * -1);
      translate: var(--f55) var(--u49);
    }
  }
  .data-\[side\=right\]\:translate-x-1 {
    &[data-side="right"] {
      --f55: calc(var(--t41) * 1);
      translate: var(--f55) var(--u49);
    }
  }
  .data-\[side\=top\]\:-translate-y-1 {
    &[data-side="top"] {
      --u49: calc(var(--t41) * -1);
      translate: var(--f55) var(--u49);
    }
  }
  .data-\[size\=default\]\:h-9 {
    &[data-size="default"] {
      height: calc(var(--t41) * 9);
    }
  }
  .data-\[size\=sm\]\:h-8 {
    &[data-size="n3y5n8"] {
      height: calc(var(--t41) * 8);
    }
  }
  .data-\[slot\=checkbox-group\]\:gap-3 {
    &[data-slot="checkbox-group"] {
      gap: calc(var(--t41) * 3);
    }
  }
  .\*\*\:data-\[slot\=command-input-wrapper\]\:h-12 {
    :is(& *) {
      &[data-slot="command-input-wrapper"] {
        height: calc(var(--t41) * 12);
      }
    }
  }
  .\*\*\:data-\[slot\=navigation-menu-link\]\:focus\:ring-0 {
    :is(& *) {
      &[data-slot="navigation-menu-link"] {
        &:focus {
          --y36: var(--w89,) 0 0 0 calc(0px + var(--x18)) var(--a36, currentcolor);
          box-shadow: var(--w37), var(--f19), var(--k7), var(--y36), var(--w39);
        }
      }
    }
  }
  .\*\*\:data-\[slot\=navigation-menu-link\]\:focus\:outline-none {
    :is(& *) {
      &[data-slot="navigation-menu-link"] {
        &:focus {
          --q23: none;
          outline-style: none;
        }
      }
    }
  }
  .\*\:data-\[slot\=select-value\]\:line-clamp-1 {
    :is(& > *) {
      &[data-slot="select-value"] {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
      }
    }
  }
  .\*\:data-\[slot\=select-value\]\:flex {
    :is(& > *) {
      &[data-slot="select-value"] {
        display: flex;
      }
    }
  }
  .\*\:data-\[slot\=select-value\]\:items-center {
    :is(& > *) {
      &[data-slot="select-value"] {
        align-items: center;
      }
    }
  }
  .\*\:data-\[slot\=select-value\]\:gap-2 {
    :is(& > *) {
      &[data-slot="select-value"] {
        gap: calc(var(--t41) * 2);
      }
    }
  }
  .data-\[state\=active\]\:shadow-sm {
    &[data-state="active"] {
      --w39: 0 1px 3px 0 var(--e19, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--e19, rgb(0 0 0 / 0.1));
      box-shadow: var(--w37), var(--f19), var(--k7), var(--y36), var(--w39);
    }
  }
  .data-\[state\=checked\]\:translate-x-\[calc\(100\%-2px\)\] {
    &[data-state="checked"] {
      --f55: calc(100% - 2px);
      translate: var(--f55) var(--u49);
    }
  }
  .data-\[state\=closed\]\:duration-300 {
    &[data-state="closed"] {
      --f21: 300ms;
      transition-duration: 300ms;
    }
  }
  .data-\[state\=open\]\:opacity-100 {
    &[data-state="open"] {
      opacity: 100%;
    }
  }
  .data-\[state\=open\]\:duration-500 {
    &[data-state="open"] {
      --f21: 500ms;
      transition-duration: 500ms;
    }
  }
  .data-\[state\=unchecked\]\:translate-x-0 {
    &[data-state="unchecked"] {
      --f55: calc(var(--t41) * 0);
      translate: var(--f55) var(--u49);
    }
  }
  .data-\[variant\=label\]\:text-sm {
    &[data-variant="label"] {
      font-size: var(--m85);
      line-height: var(--j67, var(--m30));
    }
  }
  .data-\[variant\=legend\]\:text-base {
    &[data-variant="legend"] {
      font-size: var(--p22);
      line-height: var(--j67, var(--p39));
    }
  }
  .data-\[variant\=outline\]\:border-l-0 {
    &[data-variant="tx-body"] {
      border-left-style: var(--j62);
      border-left-width: 0px;
    }
  }
  .data-\[variant\=outline\]\:shadow-xs {
    &[data-variant="tx-body"] {
      --w39: 0 1px 2px 0 var(--e19, rgb(0 0 0 / 0.05));
      box-shadow: var(--w37), var(--f19), var(--k7), var(--y36), var(--w39);
    }
  }
  .data-\[variant\=outline\]\:first\:border-l {
    &[data-variant="tx-body"] {
      &:first-child {
        border-left-style: var(--j62);
        border-left-width: 1px;
      }
    }
  }
  .data-\[vaul-drawer-direction\=bottom\]\:inset-x-0 {
    &[data-vaul-drawer-direction="bottom"] {
      inset-inline: calc(var(--t41) * 0);
    }
  }
  .data-\[vaul-drawer-direction\=bottom\]\:bottom-0 {
    &[data-vaul-drawer-direction="bottom"] {
      bottom: calc(var(--t41) * 0);
    }
  }
  .data-\[vaul-drawer-direction\=bottom\]\:mt-24 {
    &[data-vaul-drawer-direction="bottom"] {
      margin-top: calc(var(--t41) * 24);
    }
  }
  .data-\[vaul-drawer-direction\=bottom\]\:max-h-\[80vh\] {
    &[data-vaul-drawer-direction="bottom"] {
      max-height: 80vh;
    }
  }
  .data-\[vaul-drawer-direction\=bottom\]\:rounded-t-lg {
    &[data-vaul-drawer-direction="bottom"] {
      border-top-left-radius: var(--m40);
      border-top-right-radius: var(--m40);
    }
  }
  .data-\[vaul-drawer-direction\=bottom\]\:border-t {
    &[data-vaul-drawer-direction="bottom"] {
      border-top-style: var(--j62);
      border-top-width: 1px;
    }
  }
  .data-\[vaul-drawer-direction\=left\]\:inset-y-0 {
    &[data-vaul-drawer-direction="left"] {
      inset-block: calc(var(--t41) * 0);
    }
  }
  .data-\[vaul-drawer-direction\=left\]\:left-0 {
    &[data-vaul-drawer-direction="left"] {
      left: calc(var(--t41) * 0);
    }
  }
  .data-\[vaul-drawer-direction\=left\]\:w-3\/4 {
    &[data-vaul-drawer-direction="left"] {
      width: calc(3/4 * 100%);
    }
  }
  .data-\[vaul-drawer-direction\=left\]\:border-r {
    &[data-vaul-drawer-direction="left"] {
      border-right-style: var(--j62);
      border-right-width: 1px;
    }
  }
  .data-\[vaul-drawer-direction\=right\]\:inset-y-0 {
    &[data-vaul-drawer-direction="right"] {
      inset-block: calc(var(--t41) * 0);
    }
  }
  .data-\[vaul-drawer-direction\=right\]\:right-0 {
    &[data-vaul-drawer-direction="right"] {
      right: calc(var(--t41) * 0);
    }
  }
  .data-\[vaul-drawer-direction\=right\]\:w-3\/4 {
    &[data-vaul-drawer-direction="right"] {
      width: calc(3/4 * 100%);
    }
  }
  .data-\[vaul-drawer-direction\=right\]\:border-l {
    &[data-vaul-drawer-direction="right"] {
      border-left-style: var(--j62);
      border-left-width: 1px;
    }
  }
  .data-\[vaul-drawer-direction\=top\]\:inset-x-0 {
    &[data-vaul-drawer-direction="top"] {
      inset-inline: calc(var(--t41) * 0);
    }
  }
  .data-\[vaul-drawer-direction\=top\]\:top-0 {
    &[data-vaul-drawer-direction="top"] {
      top: calc(var(--t41) * 0);
    }
  }
  .data-\[vaul-drawer-direction\=top\]\:mb-24 {
    &[data-vaul-drawer-direction="top"] {
      margin-bottom: calc(var(--t41) * 24);
    }
  }
  .data-\[vaul-drawer-direction\=top\]\:max-h-\[80vh\] {
    &[data-vaul-drawer-direction="top"] {
      max-height: 80vh;
    }
  }
  .data-\[vaul-drawer-direction\=top\]\:rounded-b-lg {
    &[data-vaul-drawer-direction="top"] {
      border-bottom-right-radius: var(--m40);
      border-bottom-left-radius: var(--m40);
    }
  }
  .data-\[vaul-drawer-direction\=top\]\:border-b {
    &[data-vaul-drawer-direction="top"] {
      border-bottom-style: var(--j62);
      border-bottom-width: 1px;
    }
  }
  .nth-last-2\:-mt-1 {
    &:nth-last-child(2) {
      margin-top: calc(var(--t41) * -1);
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:max-w-lg {
    @media (width >= 40rem) {
      max-width: var(--k72);
    }
  }
  .sm\:max-w-sm {
    @media (width >= 40rem) {
      max-width: var(--a7);
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:justify-end {
    @media (width >= 40rem) {
      justify-content: flex-end;
    }
  }
  .sm\:gap-2\.5 {
    @media (width >= 40rem) {
      gap: calc(var(--t41) * 2.5);
    }
  }
  .sm\:pr-2\.5 {
    @media (width >= 40rem) {
      padding-right: calc(var(--t41) * 2.5);
    }
  }
  .sm\:pl-2\.5 {
    @media (width >= 40rem) {
      padding-left: calc(var(--t41) * 2.5);
    }
  }
  .sm\:text-left {
    @media (width >= 40rem) {
      text-align: left;
    }
  }
  .data-\[vaul-drawer-direction\=left\]\:sm\:max-w-sm {
    &[data-vaul-drawer-direction="left"] {
      @media (width >= 40rem) {
        max-width: var(--a7);
      }
    }
  }
  .data-\[vaul-drawer-direction\=right\]\:sm\:max-w-sm {
    &[data-vaul-drawer-direction="right"] {
      @media (width >= 40rem) {
        max-width: var(--a7);
      }
    }
  }
  .md\:absolute {
    @media (width >= 48rem) {
      position: absolute;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:w-\[var\(--y91\)\] {
    @media (width >= 48rem) {
      width: var(--y91);
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:gap-1\.5 {
    @media (width >= 48rem) {
      gap: calc(var(--t41) * 1.5);
    }
  }
  .md\:p-12 {
    @media (width >= 48rem) {
      padding: calc(var(--t41) * 12);
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-sm {
    @media (width >= 48rem) {
      font-size: var(--m85);
      line-height: var(--j67, var(--m30));
    }
  }
  .md\:opacity-0 {
    @media (width >= 48rem) {
      opacity: 0%;
    }
  }
  .md\:peer-data-\[variant\=inset\]\:m-2 {
    @media (width >= 48rem) {
      &:is(:where(.t2k6g7)[data-variant="inset"] ~ *) {
        margin: calc(var(--t41) * 2);
      }
    }
  }
  .md\:peer-data-\[variant\=inset\]\:ml-0 {
    @media (width >= 48rem) {
      &:is(:where(.t2k6g7)[data-variant="inset"] ~ *) {
        margin-left: calc(var(--t41) * 0);
      }
    }
  }
  .md\:peer-data-\[variant\=inset\]\:rounded-xl {
    @media (width >= 48rem) {
      &:is(:where(.t2k6g7)[data-variant="inset"] ~ *) {
        border-radius: var(--u28);
      }
    }
  }
  .md\:peer-data-\[variant\=inset\]\:shadow-sm {
    @media (width >= 48rem) {
      &:is(:where(.t2k6g7)[data-variant="inset"] ~ *) {
        --w39: 0 1px 3px 0 var(--e19, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--e19, rgb(0 0 0 / 0.1));
        box-shadow: var(--w37), var(--f19), var(--k7), var(--y36), var(--w39);
      }
    }
  }
  .md\:peer-data-\[variant\=inset\]\:peer-data-\[state\=collapsed\]\:ml-2 {
    @media (width >= 48rem) {
      &:is(:where(.t2k6g7)[data-variant="inset"] ~ *) {
        &:is(:where(.t2k6g7)[data-state="collapsed"] ~ *) {
          margin-left: calc(var(--t41) * 2);
        }
      }
    }
  }
  .md\:after\:hidden {
    @media (width >= 48rem) {
      &::after {
        content: var(--g40);
        display: none;
      }
    }
  }
  .\@md\/field-group\:flex-row {
    @container field-group (width >= 28rem) {
      flex-direction: row;
    }
  }
  .\@md\/field-group\:items-center {
    @container field-group (width >= 28rem) {
      align-items: center;
    }
  }
  .\@md\/field-group\:has-\[\>\[data-slot\=field-content\]\]\:items-start {
    @container field-group (width >= 28rem) {
      &:has(>[data-slot=field-content]) {
        align-items: flex-start;
      }
    }
  }
  .dark\:bg-transparent {
    @media (prefers-color-scheme: _cnr96) {
      background-color: transparent;
    }
  }
  .\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent {
    & .t5c2t4[stroke='#fff'] {
      stroke: transparent;
    }
  }
  .\[\&_\.recharts-layer\]\:outline-hidden {
    & .b4d1k8 {
      --q23: none;
      outline-style: none;
      @media (forced-colors: active) {
        tx-body: 2px solid transparent;
        outline-offset: 2px;
      }
    }
  }
  .\[\&_\.recharts-sector\]\:outline-hidden {
    & ._06nu6 {
      --q23: none;
      outline-style: none;
      @media (forced-colors: active) {
        tx-body: 2px solid transparent;
        outline-offset: 2px;
      }
    }
  }
  .\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent {
    & ._06nu6[stroke='#fff'] {
      stroke: transparent;
    }
  }
  .\[\&_\.recharts-surface\]\:outline-hidden {
    & .o2j1p5 {
      --q23: none;
      outline-style: none;
      @media (forced-colors: active) {
        tx-body: 2px solid transparent;
        outline-offset: 2px;
      }
    }
  }
  .\[\&_\[cmdk-group-heading\]\]\:px-2 {
    & [cmdk-group-heading] {
      padding-inline: calc(var(--t41) * 2);
    }
  }
  .\[\&_\[cmdk-group-heading\]\]\:py-1\.5 {
    & [cmdk-group-heading] {
      padding-block: calc(var(--t41) * 1.5);
    }
  }
  .\[\&_\[cmdk-group-heading\]\]\:text-xs {
    & [cmdk-group-heading] {
      font-size: var(--x65);
      line-height: var(--j67, var(--w42));
    }
  }
  .\[\&_\[cmdk-group-heading\]\]\:font-medium {
    & [cmdk-group-heading] {
      --p92: var(--j84);
      font-weight: var(--j84);
    }
  }
  .\[\&_\[cmdk-group\]\]\:px-2 {
    & [cmdk-group] {
      padding-inline: calc(var(--t41) * 2);
    }
  }
  .\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 {
    & [cmdk-group]:not([hidden]) ~[cmdk-group] {
      padding-top: calc(var(--t41) * 0);
    }
  }
  .\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 {
    & [cmdk-input-wrapper] svg {
      height: calc(var(--t41) * 5);
    }
  }
  .\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 {
    & [cmdk-input-wrapper] svg {
      width: calc(var(--t41) * 5);
    }
  }
  .\[\&_\[cmdk-input\]\]\:h-12 {
    & [cmdk-input] {
      height: calc(var(--t41) * 12);
    }
  }
  .\[\&_\[cmdk-item\]\]\:px-2 {
    & [cmdk-item] {
      padding-inline: calc(var(--t41) * 2);
    }
  }
  .\[\&_\[cmdk-item\]\]\:py-3 {
    & [cmdk-item] {
      padding-block: calc(var(--t41) * 3);
    }
  }
  .\[\&_\[cmdk-item\]_svg\]\:h-5 {
    & [cmdk-item] svg {
      height: calc(var(--t41) * 5);
    }
  }
  .\[\&_\[cmdk-item\]_svg\]\:w-5 {
    & [cmdk-item] svg {
      width: calc(var(--t41) * 5);
    }
  }
  .\[\&_img\]\:size-full {
    & img {
      width: 100%;
      height: 100%;
    }
  }
  .\[\&_img\]\:object-cover {
    & img {
      object-fit: cover;
    }
  }
  .\[\&_p\]\:leading-relaxed {
    & p {
      --j67: var(--y93);
      line-height: var(--y93);
    }
  }
  .\[\&_svg\]\:pointer-events-none {
    & svg {
      pointer-events: none;
    }
  }
  .\[\&_svg\]\:shrink-0 {
    & svg {
      flex-shrink: 0;
    }
  }
  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3 {
    & svg:not([class*='size-']) {
      width: calc(var(--t41) * 3);
      height: calc(var(--t41) * 3);
    }
  }
  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 {
    & svg:not([class*='size-']) {
      width: calc(var(--t41) * 4);
      height: calc(var(--t41) * 4);
    }
  }
  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-6 {
    & svg:not([class*='size-']) {
      width: calc(var(--t41) * 6);
      height: calc(var(--t41) * 6);
    }
  }
  .\[\&_tr\]\:border-b {
    & tr {
      border-bottom-style: var(--j62);
      border-bottom-width: 1px;
    }
  }
  .\[\&_tr\:last-child\]\:border-0 {
    & tr:last-child {
      border-style: var(--j62);
      border-width: 0px;
    }
  }
  .\[\&\+\[data-slot\=item-content\]\]\:flex-none {
    &+[data-slot=item-content] {
      flex: none;
    }
  }
  .\[\&\:first-child\[data-selected\=true\]_button\]\:rounded-l-md {
    &:first-child[data-selected=true] button {
      border-top-left-radius: var(--n6);
      border-bottom-left-radius: var(--n6);
    }
  }
  .\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0 {
    &:has([role=checkbox]) {
      padding-right: calc(var(--t41) * 0);
    }
  }
  .\[\.border-b\]\:pb-3 {
    &:is(.border-b) {
      padding-bottom: calc(var(--t41) * 3);
    }
  }
  .\[\.border-b\]\:pb-6 {
    &:is(.border-b) {
      padding-bottom: calc(var(--t41) * 6);
    }
  }
  .\[\.border-t\]\:pt-3 {
    &:is(.border-t) {
      padding-top: calc(var(--t41) * 3);
    }
  }
  .\[\.border-t\]\:pt-6 {
    &:is(.border-t) {
      padding-top: calc(var(--t41) * 6);
    }
  }
  .rtl\:\*\*\:\[\.rdp-button\\_next\>svg\]\:rotate-180 {
    &:where(:dir(rtl), [dir="g4v4w2"], [dir="g4v4w2"] *) {
      :is(& *) {
        &:is(.m8e7f1>svg) {
          rotate: 180deg;
        }
      }
    }
  }
  .rtl\:\*\*\:\[\.rdp-button\\_previous\>svg\]\:rotate-180 {
    &:where(:dir(rtl), [dir="g4v4w2"], [dir="g4v4w2"] *) {
      :is(& *) {
        &:is(.wd-flow>svg) {
          rotate: 180deg;
        }
      }
    }
  }
  .\[a\]\:transition-colors {
    &:is(a) {
      transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --x55, --b80, --b97;
      transition-timing-function: var(--g8, var(--e71));
      transition-duration: var(--f21, var(--f66));
    }
  }
  .\*\:\[span\]\:last\:flex {
    :is(& > *) {
      &:is(span) {
        &:last-child {
          display: flex;
        }
      }
    }
  }
  .\*\:\[span\]\:last\:items-center {
    :is(& > *) {
      &:is(span) {
        &:last-child {
          align-items: center;
        }
      }
    }
  }
  .\*\:\[span\]\:last\:gap-2 {
    :is(& > *) {
      &:is(span) {
        &:last-child {
          gap: calc(var(--t41) * 2);
        }
      }
    }
  }
  .\[\&\:last-child\[data-selected\=true\]_button\]\:rounded-r-md {
    &:last-child[data-selected=true] button {
      border-top-right-radius: var(--n6);
      border-bottom-right-radius: var(--n6);
    }
  }
  .\[\&\>\*\]\:w-full {
    &>* {
      width: 100%;
    }
  }
  .\[\&\>\*\]\:focus-visible\:relative {
    &>* {
      &:focus-visible {
        position: relative;
      }
    }
  }
  .\[\&\>\*\]\:focus-visible\:z-10 {
    &>* {
      &:focus-visible {
        z-index: 10;
      }
    }
  }
  .\[\&\>\*\]\:data-\[slot\=field\]\:p-4 {
    &>* {
      &[data-slot="field"] {
        padding: calc(var(--t41) * 4);
      }
    }
  }
  .\@md\/field-group\:\[\&\>\*\]\:w-auto {
    @container field-group (width >= 28rem) {
      &>* {
        width: auto;
      }
    }
  }
  .\[\&\>\*\:not\(\:first-child\)\]\:rounded-t-none {
    &>*:not(:first-child) {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
  }
  .\[\&\>\*\:not\(\:first-child\)\]\:rounded-l-none {
    &>*:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  }
  .\[\&\>\*\:not\(\:first-child\)\]\:border-t-0 {
    &>*:not(:first-child) {
      border-top-style: var(--j62);
      border-top-width: 0px;
    }
  }
  .\[\&\>\*\:not\(\:first-child\)\]\:border-l-0 {
    &>*:not(:first-child) {
      border-left-style: var(--j62);
      border-left-width: 0px;
    }
  }
  .\[\&\>\*\:not\(\:last-child\)\]\:rounded-r-none {
    &>*:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  }
  .\[\&\>\*\:not\(\:last-child\)\]\:rounded-b-none {
    &>*:not(:last-child) {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
    }
  }
  .\[\&\>\.sr-only\]\:w-auto {
    &>.sr-only {
      width: auto;
    }
  }
  .\[\&\>\[data-slot\=field-group\]\]\:gap-4 {
    &>[data-slot=field-group] {
      gap: calc(var(--t41) * 4);
    }
  }
  .\[\&\>\[data-slot\=field-label\]\]\:flex-auto {
    &>[data-slot=field-label] {
      flex: auto;
    }
  }
  .\@md\/field-group\:\[\&\>\[data-slot\=field-label\]\]\:flex-auto {
    @container field-group (width >= 28rem) {
      &>[data-slot=field-label] {
        flex: auto;
      }
    }
  }
  .has-\[select\[aria-hidden\=true\]\:last-child\]\:\[\&\>\[data-slot\=select-trigger\]\:last-of-type\]\:rounded-r-md {
    &:has(*:is(select[aria-hidden=true]:last-child)) {
      &>[data-slot=select-trigger]:last-of-type {
        border-top-right-radius: var(--n6);
        border-bottom-right-radius: var(--n6);
      }
    }
  }
  .\[\&\>\[data-slot\=select-trigger\]\:not\(\[class\*\=\'w-\'\]\)\]\:w-fit {
    &>[data-slot=select-trigger]:not([class*='w-']) {
      width: fit-content;
    }
  }
  .\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\] {
    &>[role=checkbox] {
      --u49: 2px;
      translate: var(--f55) var(--u49);
    }
  }
  .has-\[\>\[data-slot\=field-content\]\]\:\[\&\>\[role\=checkbox\]\,\[role\=radio\]\]\:mt-px {
    &:has(>[data-slot=field-content]) {
      &>[role=checkbox],[role=radio] {
        margin-top: 1px;
      }
    }
  }
  .\@md\/field-group\:has-\[\>\[data-slot\=field-content\]\]\:\[\&\>\[role\=checkbox\]\,\[role\=radio\]\]\:mt-px {
    @container field-group (width >= 28rem) {
      &:has(>[data-slot=field-content]) {
        &>[role=checkbox],[role=radio] {
          margin-top: 1px;
        }
      }
    }
  }
  .\[\&\>a\]\:underline {
    &>a {
      text-decoration-line: underline;
    }
  }
  .\[\&\>a\]\:underline-offset-4 {
    &>a {
      text-underline-offset: 4px;
    }
  }
  .\[\&\>button\]\:hidden {
    &>button {
      display: none;
    }
  }
  .\[\&\>input\]\:flex-1 {
    &>input {
      flex: 1;
    }
  }
  .has-\[\>\[data-align\=block-end\]\]\:\[\&\>input\]\:pt-3 {
    &:has(>[data-align=block-end]) {
      &>input {
        padding-top: calc(var(--t41) * 3);
      }
    }
  }
  .has-\[\>\[data-align\=block-start\]\]\:\[\&\>input\]\:pb-3 {
    &:has(>[data-align=block-start]) {
      &>input {
        padding-bottom: calc(var(--t41) * 3);
      }
    }
  }
  .has-\[\>\[data-align\=inline-end\]\]\:\[\&\>input\]\:pr-2 {
    &:has(>[data-align=inline-end]) {
      &>input {
        padding-right: calc(var(--t41) * 2);
      }
    }
  }
  .has-\[\>\[data-align\=inline-start\]\]\:\[\&\>input\]\:pl-2 {
    &:has(>[data-align=inline-start]) {
      &>input {
        padding-left: calc(var(--t41) * 2);
      }
    }
  }
  .\[\&\>kbd\]\:rounded-\[calc\(var\(--j42\)-5px\)\] {
    &>kbd {
      border-radius: calc(var(--j42) - 5px);
    }
  }
  .\[\&\>span\]\:text-xs {
    &>span {
      font-size: var(--x65);
      line-height: var(--j67, var(--w42));
    }
  }
  .\[\&\>span\]\:opacity-70 {
    &>span {
      opacity: 70%;
    }
  }
  .\[\&\>span\:last-child\]\:truncate {
    &>span:last-child {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }
  .\[\&\>svg\]\:pointer-events-none {
    &>svg {
      pointer-events: none;
    }
  }
  .\[\&\>svg\]\:size-3 {
    &>svg {
      width: calc(var(--t41) * 3);
      height: calc(var(--t41) * 3);
    }
  }
  .\[\&\>svg\]\:size-3\.5 {
    &>svg {
      width: calc(var(--t41) * 3.5);
      height: calc(var(--t41) * 3.5);
    }
  }
  .\[\&\>svg\]\:size-4 {
    &>svg {
      width: calc(var(--t41) * 4);
      height: calc(var(--t41) * 4);
    }
  }
  .\[\&\>svg\]\:h-2\.5 {
    &>svg {
      height: calc(var(--t41) * 2.5);
    }
  }
  .\[\&\>svg\]\:h-3 {
    &>svg {
      height: calc(var(--t41) * 3);
    }
  }
  .\[\&\>svg\]\:w-2\.5 {
    &>svg {
      width: calc(var(--t41) * 2.5);
    }
  }
  .\[\&\>svg\]\:w-3 {
    &>svg {
      width: calc(var(--t41) * 3);
    }
  }
  .\[\&\>svg\]\:shrink-0 {
    &>svg {
      flex-shrink: 0;
    }
  }
  .\[\&\>svg\]\:translate-y-0\.5 {
    &>svg {
      --u49: calc(var(--t41) * 0.5);
      translate: var(--f55) var(--u49);
    }
  }
  .\[\&\>svg\]\:text-current {
    &>svg {
      color: currentcolor;
    }
  }
  .\[\&\>svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3\.5 {
    &>svg:not([class*='size-']) {
      width: calc(var(--t41) * 3.5);
      height: calc(var(--t41) * 3.5);
    }
  }
  .\[\&\>svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 {
    &>svg:not([class*='size-']) {
      width: calc(var(--t41) * 4);
      height: calc(var(--t41) * 4);
    }
  }
  .\[\&\>tr\]\:last\:border-b-0 {
    &>tr {
      &:last-child {
        border-bottom-style: var(--j62);
        border-bottom-width: 0px;
      }
    }
  }
  .\[\&\[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-collapsible\=offcanvas\]_\&\]\:-right-2 {
    [data-side=left][data-collapsible=offcanvas] & {
      right: calc(var(--t41) * -2);
    }
  }
  .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize {
    [data-side=left][data-state=collapsed] & {
      cursor: e-resize;
    }
  }
  .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2 {
    [data-side=right][data-collapsible=offcanvas] & {
      left: calc(var(--t41) * -2);
    }
  }
  .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize {
    [data-side=right][data-state=collapsed] & {
      cursor: w-resize;
    }
  }
  .\[\[data-slot\=card-content\]_\&\]\:bg-transparent {
    [data-slot=card-content] & {
      background-color: transparent;
    }
  }
  .\[\[data-slot\=popover-content\]_\&\]\:bg-transparent {
    [data-slot=popover-content] & {
      background-color: transparent;
    }
  }
  .\[\[data-variant\=legend\]\+\&\]\:-mt-1\.5 {
    [data-variant=legend]+& {
      margin-top: calc(var(--t41) * -1.5);
    }
  }
}
:root {
  --d48: #11110f;
  --d69: #1a1a17;
  --b1: #f3efe6;
  --z16: #b6b1a7;
  --a94: #d95d2a;
  --w46: rgba(243,239,230,.16);
  --v44: #2b2a25;
  font-family: "Noto Sans SC", sans-serif;
  color: var(--b1);
  background: var(--d48);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--d48);
  color: var(--b1);
  font-family: "Noto Sans SC",sans-serif;
  font-weight: 400;
}
button,input,textarea {
  font: inherit;
}
button,a {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
.s8b4b3 {
  overflow: hidden;
  background: var(--d48);
}
.tx-box {
  height: 74px;
  display: flex;
  align-items: center;
  padding: 0 3vw;
  border-bottom: 1px solid var(--w46);
  position: relative;
  z-index: 10;
  background: rgba(17,17,15,.9);
  backdrop-filter: blur(18px);
}
.jm-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 205px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
}
.x5w1h7 {
  display: block;
  width: 29px;
  height: 29px;
  object-fit: contain;
}
.k4y1w5 {
  display: flex;
  gap: 25px;
  margin: auto;
}
.f6s3g9 {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--z16);
  font-size: 13px;
  _yj630: color .2s ease;
}
.f6s3g9 small {
  font-size: 9px;
  color: #817d73;
}
.f6s3g9:hover,.nav-link.active {
  color: var(--b1);
}
.nav-link.active small {
  color: var(--a94);
}
.b1y4s3 {
  min-width: 205px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.text-button {
  border: 0;
  background: transparent;
  font-size: 13px;
  color: var(--z16);
  padding: 8px;
}
._w6lxv,.dk-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--a94);
  color: #fff8f1;
  border: 1px solid var(--a94);
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 600;
  _yj630: x8z5l6 .16s ease,background .2s ease;
}
._w6lxv:hover,.dk-box:hover {
  background: #ee6a32;
  x8z5l6: translateY(-2px);
}
._w6lxv:active,.dk-box:active {
  x8z5l6: scale(.97);
}
._q0hmg {
  display: none;
  border: 0;
  background: transparent;
}
.t3k1c4 {
  display: none;
}
._t7btd {
  min-height: calc(100vh - 74px);
  display: grid;
  grid-template-columns: 72px minmax(290px,.83fr) minmax(500px,1.17fr);
  position: relative;
  border-bottom: 1px solid var(--w46);
}
._9nctp {
  border-right: 1px solid var(--w46);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 25px 0;
  color: #888277;
  font-size: 9px;
  letter-spacing: .14em;
  writing-mode: vertical-rl;
}
._9nctp i {
  height: 70px;
  border-left: 1px solid var(--a94);
  display: block;
}
._rjtg1 {
  padding: clamp(70px,13vh,155px) clamp(28px,6vw,92px) 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.jm-cell {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 22px;
  color: var(--a94);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
._rjtg1 h1,.nf-pill h1,.pn-wrap h1,.cy-tag h1,.t2x6j2 h1 {
  font-family: "Noto Serif SC",serif;
  font-size: clamp(52px,6.1vw,102px);
  line-height: 1.07;
  letter-spacing: -.07em;
  margin: 0;
  max-width: 580px;
}
._5pjm6 {
  max-width: 405px;
  font-size: 15px;
  line-height: 2;
  color: var(--z16);
  margin: 35px 0;
}
.k8c6r4 {
  display: flex;
  align-items: center;
  gap: 22px;
}
.v8a9q2 {
  font-size: 13px;
  color: var(--b1);
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--z16);
  padding: 9px 0;
}
._1eorr {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 35px;
  color: #888277;
  font-size: 11px;
}
._srv09 {
  position: relative;
  padding: 6vw 5.5vw 5.2vw 0;
  display: flex;
  align-items: center;
  min-height: 600px;
}
._36mtz {
  position: relative;
  overflow: hidden;
  height: min(68vh,680px);
  width: 100%;
  background: #26241f;
}
._36mtz img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .9;
  _yj630: x8z5l6 1.1s cubic-bezier(.23,1,.32,1);
}
._36mtz:hover img {
  x8z5l6: scale(1.045);
}
.cy-head {
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg,rgba(0,0,0,.5),transparent 55%,rgba(0,0,0,.15));
}
.f3d9k2,._9sa01 {
  position: absolute;
  top: 17px;
  color: #e7dfd1;
  font-size: 9px;
  letter-spacing: .12em;
}
.f3d9k2 {
  left: 19px;
}
._9sa01 {
  right: 19px;
}
._20vwy {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
._20vwy span {
  font-size: 9px;
  color: #e7dfd1;
  letter-spacing: .14em;
}
._20vwy strong {
  font-family: "Noto Serif SC",serif;
  font-size: 23px;
}
.g7s3w3 {
  position: absolute;
  right: 1.8vw;
  bottom: 2.2vw;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--z16);
  font-size: 9px;
  letter-spacing: .1em;
  writing-mode: vertical-rl;
}
.g9d9q9 {
  padding: 112px 5.8vw 124px;
}
.gk-chip {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  align-items: end;
  margin-bottom: 45px;
}
.gk-chip h2,._ntdre h2,._rvm4u h2 {
  font-family: "Noto Serif SC",serif;
  font-size: clamp(31px,3.4vw,54px);
  line-height: 1.22;
  letter-spacing: -.05em;
  margin: 0;
  max-width: 620px;
}
.nf-slot {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1px;
  background: var(--w46);
}
.n6g9v8 {
  background: var(--d48);
  padding: 16px;
  _yj630: background .28s ease;
}
.n6g9v8:hover {
  background: var(--d69);
}
.v1c9v5 {
  height: 230px;
  overflow: hidden;
  position: relative;
  background: #27251f;
}
.v1c9v5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  _yj630: x8z5l6 .5s cubic-bezier(.23,1,.32,1);
}
.n6g9v8:hover .v1c9v5 img {
  x8z5l6: scale(1.05);
}
.v1c9v5 span,.v1c9v5 b {
  position: absolute;
  top: 13px;
  font-size: 9px;
  letter-spacing: .1em;
  font-weight: 500;
}
.v1c9v5 span {
  left: 13px;
  background: rgba(17,17,15,.7);
  padding: 5px 7px;
}
.v1c9v5 b {
  right: 13px;
  color: var(--b1);
}
._50jfl {
  padding: 21px 5px 8px;
  position: relative;
}
._50jfl h3 {
  font-family: "Noto Serif SC",serif;
  font-size: 23px;
  margin: 0 0 8px;
}
._50jfl p {
  font-size: 12px;
  color: var(--z16);
  line-height: 1.8;
  margin: 0;
  padding-right: 25px;
}
._50jfl svg {
  position: absolute;
  right: 4px;
  top: 23px;
  color: var(--a94);
}
.nf-box {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 11vw;
  padding: 125px 12vw;
  background: var(--b1);
  color: var(--d48);
}
._ntdre h2 {
  font-size: clamp(30px,3.2vw,52px);
}
._wvjez {
  border-top: 1px solid rgba(17,17,15,.2);
}
._0l6sr {
  display: grid;
  grid-template-columns: 44px 1fr 20px;
  gap: 12px;
  padding: 29px 0 27px;
  border-bottom: 1px solid rgba(17,17,15,.2);
  align-items: start;
}
._0l6sr>span {
  color: var(--a94);
  font-size: 11px;
  font-weight: 700;
}
._0l6sr h3 {
  font-family: "Noto Serif SC",serif;
  font-size: 25px;
  margin: 0 0 8px;
}
._0l6sr p {
  font-size: 13px;
  line-height: 1.8;
  color: #605c55;
  margin: 0;
}
._0l6sr svg {
  margin-top: 6px;
}
._rvm4u {
  min-height: 500px;
  padding: 115px 12vw;
  position: relative;
  overflow: hidden;
  background: linear-gradient(106deg,#321912,#11110f 55%);
}
._rvm4u:after {
  content: "";
  position: absolute;
  width: 52vw;
  height: 52vw;
  border: 1px solid rgba(217,93,42,.45);
  border-radius: 50%;
  right: -17vw;
  top: -13vw;
  box-shadow: 0 0 100px rgba(217,93,42,.16);
}
._rvm4u h2 {
  font-size: clamp(48px,5vw,78px);
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
._rvm4u h2 em {
  color: var(--a94);
  font-style: normal;
}
._rvm4u .dk-box {
  position: relative;
  z-index: 1;
}
.k8d4s3 {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 20px;
  padding: 48px 5.8vw 22px;
  border-top: 1px solid var(--w46);
}
._fesla {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}
.k8d4s3 p {
  margin: 0;
  color: var(--z16);
  font-family: "Noto Serif SC",serif;
  font-size: 17px;
  max-width: 300px;
}
.i5h5v4 {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  padding-top: 45px;
  color: #817d73;
  font-size: 9px;
  letter-spacing: .12em;
}
.m3e5x1 {
  padding: 72px 5.8vw 120px;
  min-height: calc(100vh - 74px);
}
.nf-pill,.t2x6j2 {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  align-items: end;
  gap: 7vw;
  max-width: 1050px;
  margin: 25px 0 70px;
}
.nf-pill .jm-cell,.t2x6j2 .jm-cell {
  grid-column: 1/-1;
  margin-bottom: 0;
}
.nf-pill h1,.t2x6j2 h1 {
  font-size: clamp(50px,5.2vw,85px);
}
.nf-pill>p:last-child,.t2x6j2>p:last-child {
  font-size: 14px;
  line-height: 2;
  color: var(--z16);
  max-width: 390px;
  margin: 0 0 10px;
}
._ow07q,._6ebo5 {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid var(--w46);
  border-bottom: 1px solid var(--w46);
  padding: 14px 0;
}
._js9hc {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #837e72;
}
._js9hc input {
  width: 260px;
  background: transparent;
  border: 0;
  tx-body: 0;
  color: var(--b1);
  font-size: 13px;
}
._js9hc input::placeholder {
  color: #837e72;
}
.vw-flow,._pa53n {
  border: 1px solid var(--w46);
  background: transparent;
  padding: 0 12px;
  display: inline-flex;
  gap: 7px;
  align-items: center;
  font-size: 12px;
}
.g8p6u4 {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 36px 18px;
  margin-top: 38px;
}
.work-card._9baxx {
  grid-column: span 2;
}
.rp-zone {
  height: 245px;
  position: relative;
  overflow: hidden;
  background: #27251f;
}
._9baxx .rp-zone {
  height: 360px;
}
.rp-zone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  _yj630: x8z5l6 .55s cubic-bezier(.23,1,.32,1);
}
.l2t9w8:hover img {
  x8z5l6: scale(1.04);
}
.rp-zone span {
  position: absolute;
  left: 13px;
  top: 13px;
  background: rgba(17,17,15,.72);
  padding: 5px 7px;
  font-size: 9px;
  letter-spacing: .1em;
}
.rp-zone button {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 0;
  background: rgba(17,17,15,.72);
  padding: 7px;
}
.vw-col {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 2px;
}
.vw-col h2 {
  font-family: "Noto Serif SC",serif;
  margin: 0 0 4px;
  font-size: 20px;
}
.vw-col p {
  margin: 0;
  color: #918d84;
  font-size: 11px;
}
.vw-col svg {
  color: var(--a94);
}
.r4n7m9 {
  display: flex;
  min-height: calc(100vh - 74px);
}
._89niv {
  width: 74px;
  flex: none;
  border-right: 1px solid var(--w46);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 0;
  color: #8e897f;
}
._89niv p {
  font-size: 10px;
  letter-spacing: .18em;
  writing-mode: vertical-rl;
  margin: 0;
}
._89niv>span {
  margin-top: 25px;
  color: var(--a94);
  font-size: 11px;
}
.p4o6w5 {
  height: 80px;
  border-left: 1px solid var(--w46);
  margin: 22px 0;
}
._89niv small {
  font-size: 8px;
  line-height: 1.7;
  writing-mode: vertical-rl;
  letter-spacing: .12em;
}
.t8h1c8 {
  flex: 1;
  padding: 58px 5.8vw 84px;
}
.pn-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 54px;
}
.pn-wrap h1 {
  font-size: clamp(40px,4.5vw,68px);
}
.pn-wrap .jm-cell {
  margin-bottom: 16px;
}
.pn-note {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #8e897f;
  font-size: 11px;
  padding-top: 10px;
}
.pn-note i {
  width: 7px;
  height: 7px;
  background: var(--a94);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(217,93,42,.12);
}
.sl-chip {
  display: grid;
  grid-template-columns: minmax(330px,.87fr) 1.13fr;
  gap: 1px;
  background: var(--w46);
  border: 1px solid var(--w46);
}
._jgm61,._mqqs6 {
  background: var(--d48);
  padding: 24px;
}
._jdw2r {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid var(--w46);
}
._jdw2r button {
  background: transparent;
  border: 0;
  padding: 0 0 14px;
  color: #918d84;
  font-size: 13px;
  position: relative;
}
._jdw2r button.xz-list {
  color: var(--b1);
}
._jdw2r button.xz-list:after {
  content: "";
  height: 2px;
  background: var(--a94);
  left: 0;
  right: 0;
  bottom: -1px;
  position: absolute;
}
.v4o4u7 {
  border: 1px solid var(--w46);
  margin: 25px 0 15px;
  padding: 14px;
}
.v4o4u7 label {
  font-size: 11px;
  color: #bcb6ab;
}
.v4o4u7 textarea {
  width: 100%;
  height: 100px;
  resize: none;
  margin: 12px 0 10px;
  padding: 0;
  border: 0;
  tx-body: 0;
  background: transparent;
  color: var(--b1);
  font-size: 13px;
  line-height: 1.9;
}
.v4o4u7 textarea::placeholder {
  color: #777269;
}
._eu1t1 {
  display: flex;
  align-items: center;
  gap: 13px;
}
._eu1t1 button {
  background: transparent;
  border: 0;
  color: #aaa49a;
  font-size: 11px;
  padding: 0;
  display: inline-flex;
  gap: 5px;
  align-items: center;
}
._eu1t1 span {
  margin-left: auto;
  color: #6f6a61;
  font-size: 10px;
}
._79why {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 8px;
}
._i1wqb {
  border: 1px solid var(--w46);
  background: transparent;
  padding: 10px 9px;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 15px;
  gap: 4px;
}
._i1wqb span {
  font-size: 9px;
  color: #8e897f;
}
._i1wqb b {
  font-size: 11px;
  font-weight: 500;
}
._i1wqb svg {
  grid-row: span 2;
  align-self: center;
  color: #8e897f;
}
.x9c8g6 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  border: 0;
  background: var(--a94);
  padding: 13px;
  font-size: 13px;
  font-weight: 700;
}
.x9c8g6 svg:last-child {
  margin-left: auto;
}
.bw-cell {
  color: #858075;
  font-size: 10px;
  line-height: 1.7;
  margin: 12px 0 0;
}
._mqqs6 {
  min-height: 420px;
  background: #141411;
  display: flex;
  flex-direction: column;
}
.u9t3r1,._83f2g {
  display: flex;
  justify-content: space-between;
  color: #858075;
  font-size: 9px;
  letter-spacing: .1em;
}
.k1b5a5 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #716c63;
}
.k1b5a5 h2 {
  font-family: "Noto Serif SC",serif;
  color: var(--b1);
  font-size: 24px;
  margin: 16px 0 6px;
}
.k1b5a5 p {
  font-size: 12px;
  line-height: 1.8;
  max-width: 220px;
  margin: 0;
}
._83f2g {
  align-items: center;
}
._83f2g i {
  height: 4px;
  width: 55px;
  background: #454138;
  position: relative;
}
._83f2g i:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20%;
  background: var(--a94);
}
.cy-tag {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 25px 0 65px;
}
.cy-tag h1 {
  font-size: clamp(44px,4.5vw,70px);
  margin-top: 10px;
}
._0o5n5 {
  display: grid;
  grid-template-columns: 208px 1fr;
  gap: 42px;
}
.q3g9x1 {
  border-right: 1px solid var(--w46);
  padding-right: 25px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.q3g9x1 button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 8px;
  background: transparent;
  border: 0;
  text-align: left;
  color: #aaa49a;
  font-size: 12px;
}
.q3g9x1 button span {
  margin-left: auto;
  font-size: 10px;
}
.q3g9x1 .vw-body {
  color: var(--b1);
  background: #23221e;
}
.i4s7f1 {
  height: 1px;
  background: var(--w46);
  margin: 15px 0;
}
.q3g9x1 p {
  font-size: 10px;
  letter-spacing: .12em;
  color: #777269;
  margin: 0 0 5px 8px;
}
._6ebo5 {
  padding-top: 0;
  border-top: 0;
}
._6ebo5>div:last-child {
  display: flex;
  gap: 6px;
}
._pa53n {
  padding: 0 9px;
  color: #958f85;
}
.icon-button.active {
  color: var(--b1);
  background: #25241f;
}
.rp-note {
  font-size: 13px;
  margin: 30px 0 17px;
}
.rp-note span {
  color: #8f8a80;
  font-size: 11px;
  margin-left: 5px;
}
.hp-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 25px 15px;
}
._vezsg {
  height: 175px;
  position: relative;
  overflow: hidden;
  background: #27251f;
}
._vezsg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._vezsg button {
  position: absolute;
  right: 8px;
  top: 8px;
  background: rgba(17,17,15,.72);
  border: 0;
  padding: 5px;
}
.mv-card {
  position: absolute;
  left: 8px;
  bottom: 8px;
  background: rgba(17,17,15,.74);
  font-size: 9px;
  padding: 4px 5px;
  display: flex;
  align-items: center;
  gap: 3px;
}
._vbr20 h2 {
  font-size: 12px;
  font-weight: 500;
  margin: 10px 0 4px;
}
._vbr20 p {
  margin: 0;
  font-size: 10px;
  color: #817d73;
}
.t2x6j2 {
  margin-bottom: 70px;
}
._aijo2 {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  background: #e5dfd1;
  color: var(--d48);
  min-height: 370px;
  margin-bottom: 65px;
  overflow: hidden;
}
._aijo2>div:first-child {
  padding: 45px 52px;
}
._aijo2 span {
  color: var(--a94);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .13em;
}
._aijo2 h2 {
  font-family: "Noto Serif SC",serif;
  font-size: clamp(44px,5vw,73px);
  line-height: 1;
  margin: 28px 0 19px;
  letter-spacing: -.07em;
}
._aijo2 h2 em {
  font-style: normal;
  color: var(--a94);
}
._aijo2 p {
  font-size: 13px;
  line-height: 1.9;
  color: #58544d;
  max-width: 300px;
  margin: 0 0 25px;
}
.qr-grid {
  position: relative;
  background: #211c18;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e4ddcf;
  overflow: hidden;
}
.qr-grid:before,.qr-grid:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(228,221,207,.35);
  border-radius: 50%;
  width: 360px;
  height: 360px;
}
.qr-grid:after {
  width: 210px;
  height: 210px;
  border-color: var(--a94);
}
.qr-grid svg {
  position: relative;
  z-index: 1;
  stroke: var(--a94);
}
.qr-grid i {
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(228,221,207,.35);
  x8z5l6: rotate(-40deg);
}
.qr-grid b {
  position: absolute;
  bottom: 26px;
  right: 30px;
  font-size: 35px;
  color: var(--a94);
  font-weight: 400;
}
.b7m3d6 {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: 1px solid var(--w46);
  border-left: 1px solid var(--w46);
}
._tmvtd {
  min-height: 280px;
  border-right: 1px solid var(--w46);
  border-bottom: 1px solid var(--w46);
  padding: 23px;
  position: relative;
  _yj630: background .23s ease;
}
._tmvtd:hover {
  background: var(--d69);
}
.l8y2j3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
  font-size: 10px;
  color: #8f8a80;
}
._w4jin {
  color: var(--a94);
  border: 1px solid rgba(217,93,42,.45);
  padding: 3px 5px;
  font-size: 8px;
  letter-spacing: .08em;
}
.status.u6n9e7 {
  color: #9b958a;
  border-color: #59554d;
}
._tmvtd h2 {
  font-family: "Noto Serif SC",serif;
  font-size: 25px;
  margin: 22px 0 8px;
}
._tmvtd p {
  color: #a9a398;
  font-size: 12px;
  line-height: 1.8;
  max-width: 245px;
  margin: 0;
}
._tmvtd button {
  border: 0;
  background: transparent;
  color: var(--b1);
  padding: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  position: absolute;
  bottom: 22px;
  font-size: 11px;
}
._tmvtd button svg {
  color: var(--a94);
}
.d8z8i2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  max-width: 660px;
  margin: 70px auto 0;
  border-top: 1px solid var(--w46);
  border-bottom: 1px solid var(--w46);
  padding: 22px 0;
  color: #b7b1a7;
}
.d8z8i2 p {
  font-family: "Noto Serif SC",serif;
  font-size: 18px;
  text-align: center;
  margin: 0;
}
.d8z8i2 svg:first-child {
  color: var(--a94);
}
@media (max-width:900px) {
  .tx-box {
    padding: 0 20px;
  }
  .k4y1w5,.text-button {
    display: none;
  }
  .jm-pill,.b1y4s3 {
    min-width: 0;
  }
  .b1y4s3 {
    margin-left: auto;
  }
  ._q0hmg {
    display: block;
    padding: 4px;
  }
  .t3k1c4 {
    display: flex;
    position: absolute;
    top: 74px;
    z-index: 20;
    left: 0;
    right: 0;
    flex-direction: column;
    background: #181815;
    border-bottom: 1px solid var(--w46);
  }
  .t3k1c4 a {
    padding: 16px 20px;
    border-top: 1px solid var(--w46);
    font-family: "Noto Serif SC",serif;
    font-size: 20px;
  }
  .t3k1c4 span {
    font-family: "Noto Sans SC",sans-serif;
    color: var(--a94);
    font-size: 10px;
    margin-right: 12px;
  }
  ._t7btd {
    grid-template-columns: 46px 1fr;
    min-height: auto;
  }
  ._9nctp {
    grid-row: span 2;
  }
  ._rjtg1 {
    padding: 80px 32px 55px;
  }
  ._srv09 {
    grid-column: 2;
    padding: 0 32px 68px;
    min-height: 0;
  }
  ._36mtz {
    height: 54vw;
  }
  .g7s3w3 {
    display: none;
  }
  .gk-chip,.nf-box,.nf-pill,.t2x6j2 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .g9d9q9 {
    padding: 80px 32px;
  }
  .nf-box {
    padding: 80px 32px;
  }
  ._rvm4u {
    padding: 90px 32px;
  }
  .k8d4s3 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .m3e5x1 {
    padding: 55px 32px 80px;
  }
  .nf-pill,.t2x6j2 {
    margin-bottom: 45px;
  }
  .g8p6u4 {
    grid-template-columns: repeat(2,1fr);
  }
  .work-card._9baxx {
    grid-column: span 1;
  }
  ._9baxx .rp-zone {
    height: 245px;
  }
  .t8h1c8 {
    padding: 50px 32px 70px;
  }
  .sl-chip {
    grid-template-columns: 1fr;
  }
  ._0o5n5 {
    grid-template-columns: 1fr;
  }
  .q3g9x1 {
    border-right: 0;
    border-bottom: 1px solid var(--w46);
    padding: 0 0 18px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .q3g9x1 .i4s7f1,.q3g9x1 p {
    display: none;
  }
  .hp-grid {
    grid-template-columns: repeat(3,1fr);
  }
  ._aijo2>div:first-child {
    padding: 38px;
  }
  .b7m3d6 {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:620px) {
  .tx-box {
    height: 64px;
  }
  ._w6lxv {
    padding: 9px 10px;
    font-size: 12px;
  }
  ._t7btd {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  ._9nctp,._89niv {
    display: none;
  }
  ._rjtg1 {
    width: 100%;
    padding: 70px 24px 38px;
  }
  ._rjtg1 h1 {
    font-size: 53px;
  }
  ._5pjm6 {
    margin: 25px 0;
  }
  .k8c6r4 {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  ._srv09 {
    display: block;
    width: 100%;
    min-height: 0;
    padding: 0 24px 50px;
  }
  ._36mtz {
    height: 64vw;
  }
  .g9d9q9 {
    padding: 68px 24px;
  }
  .nf-slot {
    grid-template-columns: 1fr;
  }
  .v1c9v5 {
    height: 210px;
  }
  .nf-box {
    padding: 70px 24px;
  }
  ._rvm4u {
    padding: 75px 24px;
    min-height: 415px;
  }
  .k8d4s3 {
    grid-template-columns: 1fr;
    padding: 42px 24px 20px;
  }
  .i5h5v4 {
    gap: 10px;
    flex-direction: column;
    padding-top: 25px;
  }
  .m3e5x1 {
    padding: 45px 24px 70px;
  }
  .nf-pill h1,.t2x6j2 h1 {
    font-size: 48px;
  }
  ._ow07q {
    align-items: center;
  }
  ._js9hc input {
    width: 180px;
  }
  .g8p6u4 {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .work-card._9baxx {
    grid-column: span 1;
  }
  .rp-zone,._9baxx .rp-zone {
    height: 255px;
  }
  .r4n7m9 {
    display: block;
  }
  .t8h1c8 {
    padding: 42px 24px 62px;
  }
  .pn-wrap {
    display: block;
    margin-bottom: 35px;
  }
  .pn-note {
    margin-top: 22px;
  }
  ._jdw2r {
    gap: 14px;
  }
  ._jdw2r button {
    font-size: 11px;
  }
  ._79why {
    grid-template-columns: 1fr;
  }
  .cy-tag {
    display: block;
    margin: 15px 0 45px;
  }
  .cy-tag .dk-box {
    margin-top: 25px;
  }
  .q3g9x1 {
    grid-template-columns: 1fr 1fr;
  }
  .hp-grid {
    grid-template-columns: repeat(2,1fr);
  }
  ._vezsg {
    height: 140px;
  }
  ._aijo2 {
    grid-template-columns: 1fr;
  }
  .qr-grid {
    min-height: 220px;
  }
  .b7m3d6 {
    grid-template-columns: 1fr;
  }
  ._tmvtd {
    min-height: 250px;
  }
  .d8z8i2 {
    margin-top: 45px;
  }
  .d8z8i2 p {
    font-size: 15px;
  }
}
@media (prefers-reduced-motion:no-preference) {
  ._rjtg1,._srv09,.nf-pill,.t2x6j2 {
    animation: entry .7s cubic-bezier(.23,1,.32,1) both;
  }
  ._srv09 {
    animation-delay: .08s;
  }
  .n6g9v8 {
    _yj630: x8z5l6 .24s cubic-bezier(.23,1,.32,1),background .24s ease;
  }
  .n6g9v8:hover {
    x8z5l6: translateY(-5px);
  }
}
@keyframes entry {
  from {
    opacity: 0;
    x8z5l6: translateY(18px);
  }
  to {
    opacity: 1;
    x8z5l6: translateY(0);
  }
}
.f8p5u7 {
  padding: 0 5.8vw;
  background: #171713;
  border-top: 1px solid var(--w46);
  border-bottom: 1px solid var(--w46);
}
._kiu2q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--w46);
  font-size: 10px;
  letter-spacing: .12em;
  color: #8f897f;
}
._kiu2q b {
  font-weight: 500;
  color: var(--z16);
}
.bw-col {
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
.bw-col article {
  position: relative;
  min-height: 175px;
  padding: 30px 26px 26px;
  border-right: 1px solid var(--w46);
}
.bw-col article:first-child {
  border-left: 1px solid var(--w46);
}
.bw-col article:before,.y2u1g8:before,._vbr20:before,.l2t9w8:before,._tmvtd:before,.s4n7u4 article:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  border-top: 1px solid var(--a94);
  border-left: 1px solid var(--a94);
  opacity: .75;
  pointer-events: none;
}
.bw-col article:after,._aw537:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 2px;
  background: var(--a94);
}
.bw-col span {
  color: var(--a94);
  font-size: 10px;
  letter-spacing: .1em;
}
.bw-col h3 {
  font-family: "Noto Serif SC",serif;
  font-size: 26px;
  margin: 18px 0 8px;
}
.bw-col p {
  font-size: 12px;
  line-height: 1.8;
  color: var(--z16);
  max-width: 230px;
  margin: 0;
}
.y2u1g8,._vbr20,.l2t9w8,._tmvtd,.s4n7u4 article {
  position: relative;
}
._aw537 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 13px 0;
  border-bottom: 1px solid var(--w46);
  font-size: 11px;
  color: var(--z16);
}
._aw537 b {
  font-size: 9px;
  letter-spacing: .1em;
  font-weight: 500;
  color: var(--a94);
}
@media (max-width:900px) {
  .bw-col {
    grid-template-columns: 1fr;
  }
  .bw-col article {
    min-height: 0;
    border-left: 1px solid var(--w46);
    border-bottom: 1px solid var(--w46);
  }
  .bw-col article:last-child {
    border-bottom: 0;
  }
}
@media (max-width:620px) {
  .f8p5u7 {
    padding: 0 24px;
  }
  ._kiu2q {
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
  }
  .bw-col article {
    padding: 24px 18px 22px;
  }
  ._aw537 {
    align-items: flex-start;
    gap: 8px;
    flex-direction: column;
  }
  ._aw537 b {
    font-size: 8px;
  }
}
._54zd9 {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 0;
  background: #f1e2d5;
  color: #271a16;
  padding: 0 5.8vw 44px;
  position: relative;
}
.rp-tag {
  padding: 88px 6.2vw 72px 0;
  align-self: center;
}
._ooftq {
  display: block;
  width: 214px;
  height: 64px;
  object-fit: contain;
  object-position: left center;
  margin: 0 0 25px;
}
.s8m3q8 {
  color: #a14325;
  margin-bottom: 18px;
}
.rp-tag h2 {
  font-family: "Noto Serif SC",serif;
  font-size: clamp(32px,3.7vw,57px);
  line-height: 1.18;
  letter-spacing: -.06em;
  margin: 0;
}
.rp-tag>p:not(.jm-cell) {
  font-size: 13px;
  line-height: 2;
  color: #785c51;
  margin: 26px 0;
}
._3yks1 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #742e1b;
  border-bottom: 1px solid #b98472;
  padding: 9px 0;
  font-size: 12px;
  font-weight: 700;
}
.fn-head {
  margin: 0;
  padding: 44px 0 28px;
  position: relative;
}
.fn-head:before {
  content: "";
  position: absolute;
  top: 44px;
  right: 0;
  width: 55%;
  height: 100%;
  background: #d95d2a;
  x8z5l6: translate(18px,18px);
  z-index: 0;
}
.fn-head:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 62px;
  left: 18px;
  width: 31px;
  height: 31px;
  border-top: 2px solid #f3efe6;
  border-left: 2px solid #f3efe6;
  pointer-events: none;
}
.fn-head img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(.85) contrast(.98);
}
.fn-head figcaption {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  background: #281a16;
  color: #f7e9d8;
  padding: 13px 16px;
  font-size: 10px;
}
.fn-head figcaption span {
  color: #e8b298;
  letter-spacing: .11em;
}
.fn-head figcaption b {
  font-weight: 500;
}
._nw8fv {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: 1px solid rgba(116,46,27,.25);
  border-left: 1px solid rgba(116,46,27,.25);
}
._nw8fv article {
  position: relative;
  min-height: 102px;
  padding: 20px;
  border-right: 1px solid rgba(116,46,27,.25);
  border-bottom: 1px solid rgba(116,46,27,.25);
}
._nw8fv article:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 34px;
  background: #d95d2a;
}
._nw8fv span {
  font-size: 10px;
  color: #a14325;
}
._nw8fv p {
  font-size: 12px;
  line-height: 1.75;
  color: #6b5046;
  max-width: 210px;
  margin: 10px 0 0;
}
._o4pcm {
  grid-column: 1/-1;
  font-size: 10px;
  line-height: 1.7;
  color: #8b6c60;
  margin: 15px 0 0;
}
@media (max-width:900px) {
  ._54zd9 {
    grid-template-columns: 1fr;
    padding: 0 32px 36px;
  }
  .rp-tag {
    padding: 65px 0 36px;
  }
  .fn-head {
    padding: 0 0 28px;
  }
  .fn-head:before {
    top: 0;
  }
  .fn-head img {
    height: 380px;
  }
  ._nw8fv {
    grid-template-columns: repeat(3,1fr);
  }
}
@media (max-width:620px) {
  ._54zd9 {
    padding: 0 24px 30px;
  }
  .rp-tag {
    padding: 54px 0 30px;
  }
  ._ooftq {
    width: 194px;
    height: 58px;
    margin-bottom: 18px;
  }
  .fn-head img {
    height: 310px;
  }
  .fn-head figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
  ._nw8fv {
    grid-template-columns: 1fr;
  }
  ._nw8fv article {
    min-height: 0;
    padding: 17px;
  }
  ._nw8fv p {
    max-width: none;
  }
}
.w2f8z6 {
  display: block;
  width: 168px;
  height: 45px;
  object-fit: contain;
  object-position: left center;
}
._hwtgb {
  display: block;
  width: 183px;
  height: 49px;
  object-fit: contain;
  object-position: left center;
}
.text-link {
  font-size: 12px;
  color: var(--z16);
  _yj630: color .2s ease;
}
.text-link:hover {
  color: var(--b1);
}
.y8d1c4 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #171612;
}
.y8d1c4 ._20vwy {
  background: linear-gradient(90deg,rgba(17,17,15,.9),transparent);
  padding: 14px 40px 14px 0;
}
.z1z3x8 {
  padding: 108px 5.8vw 115px;
  background: #171713;
}
.n9m8b5 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.g1f7l5 {
  display: grid;
  grid-template-columns: .93fr 1.07fr;
  min-height: 300px;
  background: #22211d;
}
.g1f7l5 img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  filter: saturate(.82);
}
.g1f7l5>div {
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.g1f7l5 span,._jvkf7>span {
  color: var(--a94);
  font-size: 10px;
  letter-spacing: .13em;
}
.g1f7l5 h3 {
  font-family: "Noto Serif SC",serif;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: -.04em;
  margin: 17px 0 13px;
}
.g1f7l5 p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--z16);
  margin: 0;
}
.nf-pan {
  font-size: 10px;
  line-height: 1.7;
  color: #837e72;
  margin: 18px 0 0;
}
._wys0w {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 7vw;
  padding: 120px 12vw;
  background: var(--b1);
  color: var(--d48);
}
._baovn h2,.nf-row h2,._jvkf7 h2 {
  font-family: "Noto Serif SC",serif;
  font-size: clamp(32px,3.5vw,55px);
  line-height: 1.23;
  letter-spacing: -.05em;
  margin: 0;
}
._baovn>p:not(.jm-cell) {
  color: #625d55;
  font-size: 14px;
  line-height: 2;
  margin: 25px 0;
}
._baovn .v8a9q2 {
  color: var(--d48);
  border-color: #6d675e;
}
.bx-slot video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  background: #111;
}
.bx-slot p {
  margin: 9px 0 0;
  color: #6f695e;
  font-size: 10px;
}
._7ufhe {
  padding: 110px 5.8vw 130px;
}
.nf-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid var(--w46);
  padding-bottom: 28px;
}
._4yfet {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-left: 1px solid var(--w46);
}
.y2u1g8 {
  min-height: 295px;
  padding: 28px 22px 22px;
  border-right: 1px solid var(--w46);
  border-bottom: 1px solid var(--w46);
  display: flex;
  flex-direction: column;
}
.y2u1g8>p:first-child {
  font-size: 10px;
  color: var(--a94);
  margin: 0;
}
.y2u1g8 h3 {
  font-family: "Noto Serif SC",serif;
  font-size: 23px;
  line-height: 1.4;
  letter-spacing: -.04em;
  margin: 21px 0 12px;
}
.y2u1g8 .p8v7b1 {
  font-size: 12px;
  line-height: 1.8;
  color: var(--z16);
  margin: 0;
}
.y2u1g8 a,.v5f7t4 a {
  font-size: 11px;
  color: #ded8cd;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
  padding-top: 20px;
}
.y2u1g8 a:hover,.v5f7t4 a:hover {
  color: var(--a94);
}
._6rrmf,._khnhm {
  padding-top: 82px;
}
.qr-card,._ytgqp {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 8vw;
  align-items: end;
  margin: 15px 0 75px;
  max-width: 1150px;
}
.qr-card .jm-cell,._ytgqp .jm-cell {
  grid-column: 1/-1;
  margin-bottom: 0;
}
.qr-card h1,._ytgqp h1 {
  font-family: "Noto Serif SC",serif;
  font-size: clamp(48px,5.4vw,88px);
  line-height: 1.08;
  letter-spacing: -.07em;
  margin: 0;
}
.qr-card>p:last-child,._ytgqp>p:last-child {
  font-size: 14px;
  line-height: 2;
  color: var(--z16);
  max-width: 455px;
  margin: 0 0 9px;
}
._vfle5 {
  border-top: 1px solid var(--w46);
}
.v5f7t4 {
  display: grid;
  grid-template-columns: 65px 1fr 22px;
  gap: 25px;
  border-bottom: 1px solid var(--w46);
  padding: 32px 0 28px;
  _yj630: padding-left .22s ease,background .22s ease;
}
.v5f7t4:hover {
  padding-left: 17px;
  background: #171713;
}
._4sf0v {
  font-size: 11px;
  color: var(--a94);
  padding-top: 4px;
}
.i4q5s2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #928c81;
  font-size: 10px;
  letter-spacing: .08em;
}
.i4q5s2 span {
  color: var(--a94);
}
.u1l5h9 h2 {
  font-family: "Noto Serif SC",serif;
  font-size: clamp(25px,2.8vw,40px);
  letter-spacing: -.05em;
  line-height: 1.33;
  margin: 14px 0;
}
.u1l5h9>p {
  max-width: 650px;
  color: var(--z16);
  font-size: 13px;
  line-height: 1.9;
  margin: 0;
}
.v5f7t4 a {
  margin-top: 16px;
  padding: 0;
}
._q9ca2 {
  color: #8e897f;
  margin-top: 4px;
}
.g3u5m3 {
  padding: 21px 0;
  border-bottom: 1px solid var(--w46);
  color: #837e72;
  font-size: 11px;
  line-height: 1.9;
}
.xz-head {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  min-height: 460px;
  background: #e7e0d2;
  color: var(--d48);
}
._z64m0 {
  display: flex;
  flex-direction: column;
  background: #10100e;
}
._z64m0 video {
  width: 100%;
  height: 100%;
  min-height: 415px;
  object-fit: cover;
  display: block;
}
._cflpp {
  height: 46px;
  padding: 0 16px;
  background: #10100e;
  color: #d6d0c5;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
}
._cflpp a {
  margin-left: auto;
}
._jvkf7 {
  padding: 55px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._jvkf7 h2 {
  font-size: clamp(34px,3.8vw,56px);
  margin: 22px 0;
}
._jvkf7 p {
  font-size: 13px;
  line-height: 2;
  color: #605b53;
  margin: 0;
}
.s4n7u4 {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border: 1px solid var(--w46);
  border-right: 0;
  margin: 75px 0;
}
.s4n7u4 article {
  min-height: 240px;
  padding: 30px;
  border-right: 1px solid var(--w46);
}
.s4n7u4 svg {
  color: var(--a94);
}
.s4n7u4 h2 {
  font-family: "Noto Serif SC",serif;
  font-size: 24px;
  margin: 28px 0 10px;
}
.s4n7u4 p {
  color: var(--z16);
  font-size: 12px;
  line-height: 1.9;
  margin: 0;
}
.n4n6x5 {
  border-top: 1px solid var(--w46);
  border-bottom: 1px solid var(--w46);
  padding: 24px 0;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 18px;
  align-items: center;
}
.n4n6x5 span {
  color: #837e72;
  font-size: 10px;
  letter-spacing: .1em;
}
.n4n6x5 a {
  font-family: "Noto Serif SC",serif;
  font-size: clamp(24px,3vw,42px);
  letter-spacing: -.05em;
}
.n4n6x5 p {
  grid-column: 2;
  margin: 0;
  color: #8c867c;
  font-size: 11px;
  line-height: 1.8;
}
@media (max-width:900px) {
  .w2f8z6 {
    width: 154px;
  }
  .k4y1w5 {
    gap: 14px;
  }
  .n9m8b5,._wys0w,.qr-card,._ytgqp {
    grid-template-columns: 1fr;
  }
  .g1f7l5 {
    grid-template-columns: 1fr;
  }
  .g1f7l5 img {
    min-height: 250px;
  }
  ._wys0w {
    padding: 80px 32px;
    gap: 38px;
  }
  ._4yfet {
    grid-template-columns: 1fr;
  }
  .y2u1g8 {
    min-height: 230px;
  }
  .y2u1g8 h3 {
    margin: 13px 0 9px;
  }
  ._6rrmf,._khnhm {
    padding-top: 58px;
  }
  .qr-card,._ytgqp {
    gap: 23px;
    margin-bottom: 50px;
  }
  .xz-head {
    grid-template-columns: 1fr;
  }
  ._z64m0 video {
    min-height: 330px;
  }
  .s4n7u4 {
    grid-template-columns: 1fr;
  }
  .s4n7u4 article {
    min-height: 0;
    padding: 28px;
    border-right: 0;
    border-bottom: 1px solid var(--w46);
  }
  .s4n7u4 article:last-child {
    border-bottom: 0;
  }
  .n4n6x5 {
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .n4n6x5 p {
    grid-column: auto;
  }
  .tx-box {
    gap: 10px;
  }
  .b1y4s3 {
    gap: 12px;
  }
}
@media (max-width:620px) {
  .w2f8z6 {
    width: 132px;
    height: 38px;
  }
  ._hwtgb {
    width: 158px;
  }
  .text-link {
    display: none;
  }
  .z1z3x8 {
    padding: 68px 24px;
  }
  .g1f7l5>div {
    padding: 27px 24px;
  }
  ._wys0w {
    padding: 70px 24px;
  }
  ._7ufhe {
    padding: 70px 24px;
  }
  .nf-row {
    align-items: flex-start;
    gap: 18px;
    flex-direction: column;
  }
  ._6rrmf,._khnhm {
    padding-top: 45px;
  }
  .v5f7t4 {
    grid-template-columns: 32px 1fr;
    gap: 10px;
    padding: 26px 0;
  }
  ._q9ca2 {
    display: none;
  }
  .u1l5h9 h2 {
    font-size: 26px;
  }
  ._jvkf7 {
    padding: 40px 24px;
  }
  ._z64m0 video {
    min-height: 230px;
  }
  ._cflpp {
    font-size: 9px;
  }
  .n4n6x5 a {
    font-size: 25px;
    word-break: break-all;
  }
}
._zowcs {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 8px;
  color: #aaa49a;
  font-size: 12px;
  _yj630: color .2s ease,background .2s ease;
}
._zowcs span {
  margin-left: auto;
  font-size: 10px;
}
._zowcs:hover {
  color: var(--b1);
  background: #20201c;
}
.asset-nav-link.vw-body {
  color: var(--b1);
  background: #292821;
  box-shadow: inset 2px 0 var(--a94);
}
._vbr20 {
  display: block;
  color: inherit;
  _yj630: x8z5l6 .2s ease;
}
._vbr20:hover {
  x8z5l6: translateY(-3px);
}
.l2i7i8 {
  position: absolute;
  right: 8px;
  top: 8px;
  background: rgba(17,17,15,.72);
  padding: 5px;
  display: flex;
}
._f7y99 {
  padding-top: 82px;
  position: relative;
  background: radial-gradient(ellipse at 78% 18%,rgba(217,93,42,.055),transparent 28%),radial-gradient(circle at 14% 60%,rgba(243,239,230,.025),transparent 24%);
}
._f7y99:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .23;
  background-image: radial-gradient(rgba(243,239,230,.55) .45px,transparent .55px);
  background-size: 5px 5px;
  mask-image: linear-gradient(90deg,transparent,black 18%,black 84%,transparent);
}
._f7y99>* {
  position: relative;
  z-index: 1;
}
.cy-item {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 8vw;
  align-items: end;
  margin: 15px 0 75px;
  max-width: 1150px;
}
.cy-item .jm-cell {
  grid-column: 1/-1;
  margin-bottom: 0;
}
.cy-item h1 {
  font-family: "Noto Serif SC",serif;
  font-size: clamp(46px,5.2vw,84px);
  line-height: 1.08;
  letter-spacing: -.07em;
  margin: 0;
}
.cy-item>p:last-child {
  font-size: 14px;
  line-height: 2;
  color: var(--z16);
  max-width: 450px;
  margin: 0 0 8px;
}
._zz1kt {
  min-width: 0;
  position: relative;
}
._zz1kt:after {
  content: "";
  position: absolute;
  right: -12px;
  top: 76px;
  width: 1px;
  height: 110px;
  background: linear-gradient(transparent,var(--a94),transparent);
  opacity: .8;
}
._28v1w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--w46);
  border-bottom: 1px solid var(--w46);
  padding: 14px 0;
  color: var(--z16);
  font-size: 11px;
  position: relative;
}
._28v1w:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 68px;
  height: 2px;
  background: var(--a94);
}
._28v1w b {
  font-size: 9px;
  color: var(--a94);
  letter-spacing: .11em;
  font-weight: 500;
}
.z7t6l5 {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 15px;
  margin-top: 26px;
}
.z7t6l5 ._l3q9v:first-child {
  grid-column: span 2;
}
.z7t6l5 ._l3q9v:first-child .vw-row {
  height: 296px;
}
._l3q9v {
  display: block;
  position: relative;
  color: var(--b1);
  border-bottom: 1px solid var(--w46);
  padding-bottom: 15px;
}
._l3q9v:hover h2 {
  color: var(--a94);
}
._l3q9v>svg {
  position: absolute;
  right: 4px;
  bottom: 17px;
  color: var(--a94);
}
._l3q9v>div:last-of-type {
  padding: 13px 24px 0 0;
}
._l3q9v p {
  font-size: 9px;
  letter-spacing: .1em;
  color: var(--a94);
  margin: 0;
}
._l3q9v h2 {
  font-family: "Noto Serif SC",serif;
  font-size: 22px;
  line-height: 1.38;
  margin: 9px 0 0;
  _yj630: color .2s ease;
}
.vw-row {
  height: 230px;
  overflow: hidden;
  position: relative;
  background: #282720;
  box-shadow: 0 14px 34px rgba(0,0,0,.24);
}
.vw-row:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg,rgba(217,93,42,.16),transparent 40%,rgba(0,0,0,.28));
  mix-blend-mode: soft-light;
}
.vw-row:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  width: 18px;
  height: 18px;
  border-left: 1px solid var(--a94);
  border-top: 1px solid var(--a94);
}
.vw-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.06) saturate(.76) sepia(.12);
  _yj630: x8z5l6 .5s cubic-bezier(.23,1,.32,1),filter .3s ease;
}
._l3q9v:hover img {
  x8z5l6: scale(1.05);
  filter: contrast(1.08) saturate(.9) sepia(.15);
}
.vw-row span {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  background: rgba(17,17,15,.75);
  padding: 5px 6px;
  font-size: 8px;
  letter-spacing: .1em;
}
._k6u31 {
  margin-top: 26px;
}
.jm-area {
  position: relative;
  background: #12120f;
  box-shadow: 0 18px 44px rgba(0,0,0,.33);
}
.jm-area:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(217,93,42,.26);
  box-shadow: inset 0 0 0 12px rgba(17,17,15,.11);
}
.jm-area video {
  display: block;
  width: 100%;
  aspect-ratio: 16/8.7;
  object-fit: cover;
  filter: contrast(1.04) saturate(.86);
}
.jm-area span {
  position: absolute;
  z-index: 2;
  top: 13px;
  left: 13px;
  background: rgba(17,17,15,.76);
  padding: 6px 8px;
  font-size: 9px;
  letter-spacing: .1em;
  display: flex;
  gap: 5px;
  align-items: center;
}
.bx-body {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  border-left: 1px solid var(--w46);
  margin-top: 16px;
}
.bx-body article {
  padding: 20px;
  border-right: 1px solid var(--w46);
  border-bottom: 1px solid var(--w46);
}
.bx-body b {
  font-size: 10px;
  color: var(--a94);
  letter-spacing: .1em;
}
.bx-body p {
  font-size: 12px;
  line-height: 1.8;
  color: var(--z16);
  margin: 12px 0 0;
}
.bx-body a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: var(--b1);
  margin-top: 15px;
}
._yaj02 {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 22px 15px;
  margin-top: 26px;
}
._yaj02 ._l3q9v:first-child {
  grid-column: span 2;
}
._yaj02 ._l3q9v:first-child .vw-row {
  height: 340px;
}
._blqp7 {
  margin-top: 26px;
}
._ujnos {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  background: #e9dfd2;
  color: var(--d48);
  box-shadow: 0 18px 46px rgba(0,0,0,.24);
}
._ujnos img {
  display: block;
  width: 100%;
  height: 365px;
  object-fit: cover;
  filter: contrast(1.03) saturate(.8) sepia(.09);
}
._ujnos>div {
  padding: 45px 42px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
._ujnos span {
  font-size: 10px;
  color: var(--a94);
  letter-spacing: .12em;
}
._ujnos h2 {
  font-family: "Noto Serif SC",serif;
  font-size: clamp(28px,3vw,44px);
  letter-spacing: -.055em;
  line-height: 1.25;
  margin: 19px 0 14px;
}
._ujnos p {
  font-size: 12px;
  line-height: 1.9;
  color: #645b52;
  margin: 0;
}
._ujnos a {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 12px;
  color: #6f301e;
  margin-top: 25px;
}
.dk-flow {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin-top: 16px;
  border-left: 1px solid var(--w46);
}
.dk-flow article {
  border-right: 1px solid var(--w46);
  border-bottom: 1px solid var(--w46);
  padding: 22px;
  min-height: 150px;
}
.dk-flow svg {
  color: var(--a94);
}
.dk-flow b {
  display: block;
  font-family: "Noto Serif SC",serif;
  font-size: 21px;
  margin-top: 21px;
}
.dk-flow p {
  font-size: 11px;
  line-height: 1.75;
  color: var(--z16);
  margin: 7px 0 0;
}
.mv-pan {
  margin-top: 26px;
  border-top: 1px solid var(--w46);
}
.mv-pan>article {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  padding: 27px 0;
  border-bottom: 1px solid var(--w46);
  position: relative;
}
.mv-pan>article:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 34px;
  height: 2px;
  background: var(--a94);
}
.mv-pan>article>span {
  color: var(--a94);
  font-size: 10px;
}
.mv-pan small {
  font-size: 10px;
  color: #aaa399;
  letter-spacing: .09em;
}
.mv-pan h2 {
  font-family: "Noto Serif SC",serif;
  font-size: clamp(23px,2.4vw,34px);
  line-height: 1.33;
  letter-spacing: -.04em;
  margin: 11px 0;
}
.mv-pan p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--z16);
  max-width: 660px;
  margin: 0;
}
.mv-pan a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--b1);
  font-size: 11px;
  margin-top: 15px;
}
.nf-body,._m0sgy {
  font-size: 10px;
  line-height: 1.8;
  color: #827c72;
  margin: 20px 0 0;
}
._m0sgy {
  padding-top: 20px;
  border-top: 1px solid var(--w46);
}
._m0sgy a {
  margin-left: 10px;
  color: var(--a94);
}
@media (max-width:900px) {
  ._f7y99 {
    padding-top: 58px;
  }
  .cy-item {
    grid-template-columns: 1fr;
    gap: 23px;
    margin-bottom: 50px;
  }
  .z7t6l5 {
    grid-template-columns: 1fr 1fr;
  }
  .z7t6l5 ._l3q9v:last-child {
    grid-column: span 2;
  }
  .z7t6l5 ._l3q9v:first-child {
    grid-column: span 2;
  }
  ._ujnos {
    grid-template-columns: 1fr;
  }
  ._ujnos img {
    height: 330px;
  }
  ._yaj02 ._l3q9v:first-child .vw-row {
    height: 260px;
  }
}
@media (max-width:620px) {
  ._f7y99 {
    padding-top: 45px;
  }
  .cy-item h1 {
    font-size: 46px;
  }
  ._28v1w {
    align-items: flex-start;
    gap: 7px;
    flex-direction: column;
  }
  .z7t6l5,._yaj02 {
    grid-template-columns: 1fr;
  }
  .z7t6l5 ._l3q9v:last-child,.z7t6l5 ._l3q9v:first-child,._yaj02 ._l3q9v:first-child {
    grid-column: auto;
  }
  .vw-row,.z7t6l5 ._l3q9v:first-child .vw-row,._yaj02 ._l3q9v:first-child .vw-row {
    height: 235px;
  }
  .jm-area video {
    aspect-ratio: 1.18;
  }
  .bx-body,.dk-flow {
    grid-template-columns: 1fr;
  }
  .bx-body article {
    border-left: 1px solid var(--w46);
  }
  ._ujnos img {
    height: 290px;
  }
  ._ujnos>div {
    padding: 34px 24px;
  }
  .dk-flow article {
    border-left: 1px solid var(--w46);
    min-height: 0;
  }
  .mv-pan>article {
    grid-template-columns: 28px 1fr;
    gap: 8px;
  }
  .mv-pan h2 {
    font-size: 25px;
  }
}
._x9qad {
  padding-top: 82px;
  position: relative;
  background: radial-gradient(ellipse at 72% 17%,rgba(217,93,42,.06),transparent 29%),#11110f;
}
._x9qad:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image: radial-gradient(rgba(243,239,230,.5) .4px,transparent .55px);
  background-size: 5px 5px;
  mask-image: linear-gradient(90deg,transparent,black 13%,black 88%,transparent);
}
._x9qad>* {
  position: relative;
  z-index: 1;
}
._onepk {
  max-width: 1110px;
  margin: 15px 0 72px;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: 6vw;
  align-items: end;
}
._onepk .jm-cell {
  grid-column: 1/-1;
  margin-bottom: 0;
}
._onepk h1 {
  font-family: "Noto Serif SC",serif;
  font-size: clamp(48px,5.5vw,88px);
  line-height: 1.08;
  letter-spacing: -.07em;
  margin: 0;
}
._onepk>p:last-child {
  font-size: 14px;
  line-height: 2;
  color: var(--z16);
  max-width: 425px;
  margin: 0 0 8px;
}
.g6u8r9 {
  justify-self: end;
  grid-column: 2;
  font-size: 11px;
  color: var(--a94);
  border-bottom: 1px solid rgba(217,93,42,.5);
  padding-bottom: 5px;
  margin-bottom: 22px;
}
.b5e5z8 {
  min-width: 0;
}
.n6x7j1 {
  margin: 0;
  position: relative;
  background: #191814;
  box-shadow: 0 24px 52px rgba(0,0,0,.36);
}
.n6x7j1:before,.n6x7j1:after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
  width: 30px;
  height: 30px;
}
.n6x7j1:before {
  top: 16px;
  left: 16px;
  border-top: 1px solid var(--a94);
  border-left: 1px solid var(--a94);
}
.n6x7j1:after {
  right: 16px;
  bottom: 62px;
  border-right: 1px solid var(--a94);
  border-bottom: 1px solid var(--a94);
}
.n6x7j1 img {
  display: block;
  width: 100%;
  height: 440px;
  object-fit: cover;
  filter: contrast(1.06) saturate(.8) sepia(.11);
}
.n6x7j1 figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background: #1c1b17;
  border: 1px solid rgba(243,239,230,.1);
  border-top: 0;
  padding: 13px 16px;
  font-size: 10px;
}
.n6x7j1 figcaption span {
  color: var(--a94);
  letter-spacing: .1em;
}
.n6x7j1 figcaption b {
  font-weight: 400;
  color: var(--z16);
}
.sl-mark {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 22px;
  padding: 29px 0;
  border-bottom: 1px solid var(--w46);
}
.sl-mark span,._lb97n span {
  font-size: 10px;
  color: var(--a94);
  letter-spacing: .11em;
}
.sl-mark p {
  font-family: "Noto Serif SC",serif;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: -.035em;
  margin: 0;
}
._lb97n {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-left: 1px solid var(--w46);
  margin-top: 18px;
}
._lb97n article {
  padding: 22px 20px;
  min-height: 152px;
  border-right: 1px solid var(--w46);
  border-bottom: 1px solid var(--w46);
}
._lb97n p {
  font-size: 12px;
  line-height: 1.85;
  color: var(--z16);
  margin: 15px 0 0;
}
.pn-cell {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  padding: 30px 0;
  border-bottom: 1px solid var(--w46);
}
.pn-cell small {
  font-size: 9px;
  letter-spacing: .12em;
  color: var(--a94);
}
.pn-cell h2 {
  font-family: "Noto Serif SC",serif;
  font-size: 25px;
  line-height: 1.45;
  max-width: 590px;
  letter-spacing: -.04em;
  margin: 12px 0 0;
}
.pn-cell>a {
  display: flex;
  align-items: center;
  gap: 7px;
  flex: none;
  font-size: 12px;
  color: var(--b1);
  border-bottom: 1px solid var(--z16);
  padding-bottom: 7px;
}
@media (max-width:900px) {
  ._x9qad {
    padding-top: 58px;
  }
  ._onepk {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 48px;
  }
  .g6u8r9 {
    grid-column: auto;
    justify-self: start;
    order: 2;
    margin-bottom: 0;
  }
  ._onepk h1 {
    order: 1;
  }
  ._onepk>p:last-child {
    order: 3;
  }
  .n6x7j1 img {
    height: 380px;
  }
}
@media (max-width:620px) {
  ._x9qad {
    padding-top: 45px;
  }
  ._onepk h1 {
    font-size: 47px;
  }
  .n6x7j1 img {
    height: 290px;
  }
  .n6x7j1 figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
  .sl-mark {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 23px 0;
  }
  .sl-mark p {
    font-size: 20px;
  }
  ._lb97n {
    grid-template-columns: 1fr;
  }
  ._lb97n article {
    min-height: 0;
  }
  .pn-cell {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
  .pn-cell h2 {
    font-size: 23px;
  }
}
.fn-head video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  filter: saturate(.86) contrast(1.02);
  display: block;
  background: #1a1714;
}
._23zwm {
  padding: 104px 5.8vw 116px;
  background: #241914;
  color: #f7e9d8;
}
.u7p4i8 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 5vw;
  margin-bottom: 42px;
}
.u7p4i8 .jm-cell {
  grid-column: 1/-1;
  color: #e8b298;
  margin-bottom: 0;
}
.u7p4i8 h2 {
  font-family: "Noto Serif SC",serif;
  font-size: clamp(33px,3.7vw,57px);
  line-height: 1.18;
  letter-spacing: -.06em;
  margin: 0;
}
.u7p4i8 .v8a9q2 {
  justify-self: start;
  border-color: #e8b298;
  color: #f7e9d8;
}
.jm-tag {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
}
.jm-tag article {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(247,233,216,.24);
}
.jm-tag article:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 38px;
  height: 2px;
  background: #d95d2a;
}
.jm-tag img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
  filter: contrast(1.03) saturate(.85) sepia(.1);
}
.jm-tag span {
  display: block;
  margin-top: 17px;
  color: #e8b298;
  font-size: 9px;
  letter-spacing: .12em;
}
.jm-tag h3 {
  font-family: "Noto Serif SC",serif;
  font-size: 25px;
  line-height: 1.35;
  margin: 10px 0;
}
.jm-tag p {
  max-width: 270px;
  color: #c8b6aa;
  font-size: 12px;
  line-height: 1.85;
  margin: 0;
}
.s2g5r5 {
  padding-top: 82px;
  position: relative;
  background: radial-gradient(ellipse at 76% 13%,rgba(217,93,42,.07),transparent 29%),#11110f;
}
.s2g5r5:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image: radial-gradient(rgba(243,239,230,.5) .4px,transparent .55px);
  background-size: 5px 5px;
  mask-image: linear-gradient(90deg,transparent,black 13%,black 88%,transparent);
}
.s2g5r5>* {
  position: relative;
  z-index: 1;
}
._58agq {
  margin-bottom: 62px;
}
._s8jkw {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  min-height: 430px;
  background: #e9decd;
  color: #271a16;
  box-shadow: 0 20px 48px rgba(0,0,0,.27);
}
.dk-pill {
  position: relative;
  background: #16130f;
}
.dk-pill video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  filter: contrast(1.03) saturate(.88);
}
.dk-pill span {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(17,17,15,.76);
  color: #f7e9d8;
  padding: 6px 8px;
  font-size: 9px;
  letter-spacing: .11em;
  display: flex;
  align-items: center;
  gap: 5px;
}
._afq37 {
  padding: 52px 44px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
._afq37 .jm-cell {
  color: #a14325;
  margin-bottom: 16px;
}
._afq37 h2 {
  font-family: "Noto Serif SC",serif;
  font-size: clamp(31px,3.3vw,49px);
  line-height: 1.22;
  letter-spacing: -.055em;
  margin: 0;
}
._afq37>p:not(.jm-cell) {
  font-size: 13px;
  line-height: 1.95;
  color: #68564b;
  margin: 22px 0;
}
._afq37 a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #7f351f;
  width: max-content;
  border-bottom: 1px solid rgba(127,53,31,.5);
  padding-bottom: 6px;
}
._7kivv {
  margin-top: 74px;
  border-top: 1px solid var(--w46);
}
._7kivv article {
  display: grid;
  grid-template-columns: 56px 275px 1fr 22px;
  gap: 22px;
  padding: 28px 0;
  border-bottom: 1px solid var(--w46);
  align-items: start;
  position: relative;
}
._7kivv article:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 40px;
  height: 2px;
  background: var(--a94);
}
.l1n6e1 {
  color: var(--a94);
  font-size: 10px;
  padding-top: 6px;
}
._7kivv img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  filter: contrast(1.04) saturate(.82) sepia(.1);
}
._7kivv article>div:nth-of-type(2)>p:first-child {
  margin: 0;
  color: var(--a94);
  font-size: 10px;
  letter-spacing: .11em;
}
._7kivv h2 {
  font-family: "Noto Serif SC",serif;
  font-size: clamp(24px,2.7vw,37px);
  letter-spacing: -.05em;
  line-height: 1.32;
  margin: 13px 0;
}
.t2o8t9 {
  font-size: 12px;
  line-height: 1.9;
  color: var(--z16);
  max-width: 650px;
  margin: 0;
}
._7kivv a {
  display: flex;
  gap: 5px;
  align-items: center;
  color: var(--b1);
  font-size: 11px;
  margin-top: 14px;
}
._7kivv>article>svg {
  color: #9b968c;
  margin-top: 6px;
}
._xzwn8 {
  margin-top: 26px;
}
.pn-item {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
  margin-top: 16px;
}
.pn-item article {
  background: #211b17;
  border-bottom: 1px solid var(--w46);
}
.pn-item img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
  filter: contrast(1.05) saturate(.84) sepia(.1);
}
.pn-item>article>div {
  padding: 18px;
}
.pn-item span {
  font-size: 9px;
  color: var(--a94);
  letter-spacing: .1em;
}
.pn-item h2 {
  font-family: "Noto Serif SC",serif;
  font-size: 23px;
  margin: 11px 0 8px;
}
.pn-item p {
  font-size: 11px;
  line-height: 1.75;
  color: var(--z16);
  margin: 0;
}
.p9a2r9 {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 7px;
  width: max-content;
  font-size: 12px;
  color: var(--b1);
  border-bottom: 1px solid var(--z16);
  padding-bottom: 8px;
}
@media (max-width:900px) {
  ._23zwm {
    padding: 80px 32px;
  }
  ._s8jkw {
    grid-template-columns: 1fr;
  }
  .dk-pill video {
    min-height: 350px;
  }
  ._7kivv article {
    grid-template-columns: 40px 220px 1fr 22px;
  }
  .pn-item {
    grid-template-columns: 1fr 1fr;
  }
  .pn-item article:last-child {
    grid-column: span 2;
  }
  .jm-tag {
    grid-template-columns: 1fr 1fr;
  }
  .jm-tag article:last-child {
    grid-column: span 2;
  }
}
@media (max-width:620px) {
  .fn-head video {
    height: 310px;
  }
  ._23zwm {
    padding: 70px 24px;
  }
  .u7p4i8 {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .jm-tag,.pn-item {
    grid-template-columns: 1fr;
  }
  .jm-tag article:last-child,.pn-item article:last-child {
    grid-column: auto;
  }
  .jm-tag img {
    height: 215px;
  }
  .s2g5r5 {
    padding-top: 45px;
  }
  .dk-pill video {
    min-height: 260px;
  }
  ._afq37 {
    padding: 36px 24px;
  }
  ._7kivv {
    margin-top: 50px;
  }
  ._7kivv article {
    grid-template-columns: 27px 1fr;
    gap: 8px;
    padding: 24px 0;
  }
  ._7kivv img {
    grid-column: 2;
    height: 205px;
  }
  ._7kivv article>div:nth-of-type(2) {
    grid-column: 2;
  }
  ._7kivv>article>svg {
    display: none;
  }
}
.fn-head:before {
  top: 28px;
  right: 0;
  width: 1px;
  height: calc(100% - 26px);
  background: var(--a94);
  x8z5l6: translate(16px,16px);
}
.hp-slot,.u2c8d8 {
  margin-top: 42px;
  border-top: 1px solid rgba(247,233,216,.25);
  border-bottom: 1px solid rgba(247,233,216,.25);
  padding: 15px 0;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  gap: 24px;
  align-items: center;
}
.hp-slot>span,.u2c8d8>span {
  font-size: 9px;
  letter-spacing: .12em;
  color: #e8b298;
}
.hp-slot>div,.u2c8d8>div {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
}
.hp-slot article,.u2c8d8 article {
  position: relative;
  padding-left: 12px;
}
.hp-slot article:before,.u2c8d8 article:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 2px;
  height: 28px;
  background: var(--a94);
}
.hp-slot b,.u2c8d8 b {
  display: block;
  font-family: "Noto Serif SC",serif;
  font-size: 17px;
}
.hp-slot p,.u2c8d8 p {
  font-size: 10px;
  line-height: 1.6;
  color: #c8b6aa;
  margin: 4px 0 0;
}
.hp-slot>a,.u2c8d8>a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #f7e9d8;
  border-bottom: 1px solid rgba(247,233,216,.55);
  padding-bottom: 6px;
  white-space: nowrap;
}
.u2c8d8 {
  color: var(--b1);
  border-color: var(--w46);
  margin: 42px 0 0;
}
.u2c8d8>span {
  color: var(--a94);
}
.u2c8d8 p {
  color: var(--z16);
}
.u2c8d8>a {
  color: var(--b1);
}
@media (max-width:900px) {
  .hp-slot,.u2c8d8 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .hp-slot>a,.u2c8d8>a {
    width: max-content;
  }
}
@media (max-width:620px) {
  .hp-slot>div,.u2c8d8>div {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .hp-slot,.u2c8d8 {
    margin-top: 30px;
  }
}
@property --f55 {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --u49 {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --e55 {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --j13 {
  syntax: "*";
  inherits: false;
}
@property --u4 {
  syntax: "*";
  inherits: false;
}
@property --q74 {
  syntax: "*";
  inherits: false;
}
@property --k43 {
  syntax: "*";
  inherits: false;
}
@property --x97 {
  syntax: "*";
  inherits: false;
}
@property --j62 {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --a66 {
  syntax: "*";
  inherits: false;
}
@property --x55 {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --b80 {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --b97 {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --g50 {
  syntax: "*";
  inherits: false;
}
@property --x61 {
  syntax: "*";
  inherits: false;
}
@property --a14 {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --d24 {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --j10 {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --j67 {
  syntax: "*";
  inherits: false;
}
@property --p92 {
  syntax: "*";
  inherits: false;
}
@property --u66 {
  syntax: "*";
  inherits: false;
}
@property --b18 {
  syntax: "*";
  inherits: false;
}
@property --y89 {
  syntax: "*";
  inherits: false;
}
@property --h69 {
  syntax: "*";
  inherits: false;
}
@property --m49 {
  syntax: "*";
  inherits: false;
}
@property --a60 {
  syntax: "*";
  inherits: false;
}
@property --w39 {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --e19 {
  syntax: "*";
  inherits: false;
}
@property --n41 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --w37 {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --u30 {
  syntax: "*";
  inherits: false;
}
@property --x92 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --a36 {
  syntax: "*";
  inherits: false;
}
@property --y36 {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --e99 {
  syntax: "*";
  inherits: false;
}
@property --f19 {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --w89 {
  syntax: "*";
  inherits: false;
}
@property --x18 {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --v28 {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --k7 {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --q23 {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --p36 {
  syntax: "*";
  inherits: false;
}
@property --b27 {
  syntax: "*";
  inherits: false;
}
@property --q91 {
  syntax: "*";
  inherits: false;
}
@property --u91 {
  syntax: "*";
  inherits: false;
}
@property --x53 {
  syntax: "*";
  inherits: false;
}
@property --w80 {
  syntax: "*";
  inherits: false;
}
@property --d60 {
  syntax: "*";
  inherits: false;
}
@property --h21 {
  syntax: "*";
  inherits: false;
}
@property --n36 {
  syntax: "*";
  inherits: false;
}
@property --f21 {
  syntax: "*";
  inherits: false;
}
@property --g8 {
  syntax: "*";
  inherits: false;
}
@property --g40 {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@keyframes spin {
  to {
    x8z5l6: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --f55: 0;
      --u49: 0;
      --e55: 0;
      --j13: initial;
      --u4: initial;
      --q74: initial;
      --k43: initial;
      --x97: initial;
      --j62: solid;
      --a66: initial;
      --x55: #0000;
      --b80: #0000;
      --b97: #0000;
      --g50: initial;
      --x61: initial;
      --a14: 0%;
      --d24: 50%;
      --j10: 100%;
      --j67: initial;
      --p92: initial;
      --u66: initial;
      --b18: initial;
      --y89: initial;
      --h69: initial;
      --m49: initial;
      --a60: initial;
      --w39: 0 0 #0000;
      --e19: initial;
      --n41: 100%;
      --w37: 0 0 #0000;
      --u30: initial;
      --x92: 100%;
      --a36: initial;
      --y36: 0 0 #0000;
      --e99: initial;
      --f19: 0 0 #0000;
      --w89: initial;
      --x18: 0px;
      --v28: #fff;
      --k7: 0 0 #0000;
      --q23: solid;
      --p36: initial;
      --b27: initial;
      --q91: initial;
      --u91: initial;
      --x53: initial;
      --w80: initial;
      --d60: initial;
      --h21: initial;
      --n36: initial;
      --f21: initial;
      --g8: initial;
      --g40: "";
    }
  }
}
