/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css');
@layer properties;
@font-face {
  font-family: 'Giants';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-1@1.1/Giants-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-amber-50: oklch(98.7% 0.022 95.277);
    --color-amber-600: oklch(66.6% 0.179 58.318);
    --color-green-50: oklch(98.2% 0.018 155.826);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-gray-100: #F5F7FA;
    --color-gray-200: #EEF3F8;
    --color-gray-300: #E5E8EB;
    --color-gray-400: #D9DCDF;
    --color-gray-500: #BDC1C5;
    --color-gray-600: #A0A5AA;
    --color-gray-700: #73787D;
    --color-gray-800: #46494C;
    --color-gray-900: #0D0F11;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #0066FF;
    --color-primary-fill: #0E6EFF;
    --color-primary-bg: rgba(0, 132, 255, 0.12);
    --color-success: #10BC74;
    --color-success-light: #E8FAF2;
    --color-error: #FF5252;
    --color-error-light: #FFEBEB;
    --color-bg-page: #EBF1F5;
    --color-bg-card: #FFFFFF;
    --color-bg-muted: #EEF3F8;
    --font-pretendard: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
    --font-giants: 'Giants', 'Pretendard Variable', sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .loading {
    @layer daisyui.l1.l2.l3 {
      pointer-events: none;
      display: inline-block;
      aspect-ratio: 1 / 1;
      background-color: currentcolor;
      vertical-align: middle;
      width: calc(var(--size-selector, 0.25rem) * 6);
      mask-size: 100%;
      mask-repeat: no-repeat;
      mask-position: center;
      mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
    }
  }
  .loading {
    @layer daisyui.l1.l2.l3 {
      pointer-events: none;
      display: inline-block;
      aspect-ratio: 1 / 1;
      background-color: currentcolor;
      vertical-align: middle;
      width: calc(var(--size-selector, 0.25rem) * 6);
      mask-size: 100%;
      mask-repeat: no-repeat;
      mask-position: center;
      mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
    }
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .list {
    @layer daisyui.l1.l2.l3 {
      display: flex;
      flex-direction: column;
      font-size: 0.875rem;
      .list-row {
        --list-grid-cols: minmax(0, auto) 1fr;
        position: relative;
        display: grid;
        grid-auto-flow: column;
        gap: calc(0.25rem * 4);
        border-radius: var(--radius-box);
        padding: calc(0.25rem * 4);
        word-break: break-word;
        grid-template-columns: var(--list-grid-cols);
      }
      & > :not(:last-child) {
        &.list-row, .list-row {
          &:after {
            content: "";
            border-bottom: var(--border) solid;
            inset-inline: var(--radius-box);
            position: absolute;
            bottom: calc(0.25rem * 0);
            border-color: var(--color-base-content);
            @supports (color: color-mix(in lab, red, red)) {
              border-color: color-mix(in oklab, var(--color-base-content) 5%, transparent);
            }
          }
        }
      }
    }
    @layer daisyui.l1.l2 {
      .list-row {
        &:has(.list-col-grow:nth-child(1)) {
          --list-grid-cols: 1fr;
        }
        &:has(.list-col-grow:nth-child(2)) {
          --list-grid-cols: minmax(0, auto) 1fr;
        }
        &:has(.list-col-grow:nth-child(3)) {
          --list-grid-cols: minmax(0, auto) minmax(0, auto) 1fr;
        }
        &:has(.list-col-grow:nth-child(4)) {
          --list-grid-cols: minmax(0, auto) minmax(0, auto) minmax(0, auto) 1fr;
        }
        &:has(.list-col-grow:nth-child(5)) {
          --list-grid-cols: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) 1fr;
        }
        &:has(.list-col-grow:nth-child(6)) {
          --list-grid-cols: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto)
          minmax(0, auto) 1fr;
        }
        > * {
          grid-row-start: 1;
        }
      }
    }
  }
  .list {
    @layer daisyui.l1.l2.l3 {
      display: flex;
      flex-direction: column;
      font-size: 0.875rem;
      .list-row {
        --list-grid-cols: minmax(0, auto) 1fr;
        position: relative;
        display: grid;
        grid-auto-flow: column;
        gap: calc(0.25rem * 4);
        border-radius: var(--radius-box);
        padding: calc(0.25rem * 4);
        word-break: break-word;
        grid-template-columns: var(--list-grid-cols);
      }
      & > :not(:last-child) {
        &.list-row, .list-row {
          &:after {
            content: "";
            border-bottom: var(--border) solid;
            inset-inline: var(--radius-box);
            position: absolute;
            bottom: calc(0.25rem * 0);
            border-color: var(--color-base-content);
            @supports (color: color-mix(in lab, red, red)) {
              border-color: color-mix(in oklab, var(--color-base-content) 5%, transparent);
            }
          }
        }
      }
    }
    @layer daisyui.l1.l2 {
      .list-row {
        &:has(.list-col-grow:nth-child(1)) {
          --list-grid-cols: 1fr;
        }
        &:has(.list-col-grow:nth-child(2)) {
          --list-grid-cols: minmax(0, auto) 1fr;
        }
        &:has(.list-col-grow:nth-child(3)) {
          --list-grid-cols: minmax(0, auto) minmax(0, auto) 1fr;
        }
        &:has(.list-col-grow:nth-child(4)) {
          --list-grid-cols: minmax(0, auto) minmax(0, auto) minmax(0, auto) 1fr;
        }
        &:has(.list-col-grow:nth-child(5)) {
          --list-grid-cols: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) 1fr;
        }
        &:has(.list-col-grow:nth-child(6)) {
          --list-grid-cols: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto)
          minmax(0, auto) 1fr;
        }
        > * {
          grid-row-start: 1;
        }
      }
    }
  }
  .input {
    @layer daisyui.l1.l2.l3 {
      cursor: text;
      border: var(--border) solid #0000;
      position: relative;
      display: inline-flex;
      flex-shrink: 1;
      appearance: none;
      align-items: center;
      gap: calc(0.25rem * 2);
      background-color: var(--color-base-100);
      padding-inline: calc(0.25rem * 3);
      vertical-align: middle;
      white-space: nowrap;
      width: clamp(3rem, 20rem, 100%);
      height: var(--size);
      font-size: max(var(--font-size, 0.875rem), 0.875rem);
      touch-action: manipulation;
      border-start-start-radius: var(--join-ss, var(--radius-field));
      border-start-end-radius: var(--join-se, var(--radius-field));
      border-end-start-radius: var(--join-es, var(--radius-field));
      border-end-end-radius: var(--join-ee, var(--radius-field));
      border-color: var(--input-color);
      box-shadow: 0 1px var(--input-color) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      }
      --size: calc(var(--size-field, 0.25rem) * 10);
      --input-color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
      }
      &:where(input) {
        display: inline-flex;
      }
      :where(input) {
        display: inline-flex;
        height: 100%;
        width: 100%;
        appearance: none;
        background-color: transparent;
        border: none;
        &:focus, &:focus-within {
          --tw-outline-style: none;
          outline-style: none;
          @media (forced-colors: active) {
            outline: 2px solid transparent;
            outline-offset: 2px;
          }
        }
      }
      :where(input[type="url"]), :where(input[type="email"]) {
        direction: ltr;
      }
      :where(input[type="date"]) {
        display: inline-flex;
      }
      &:focus, &:focus-within {
        --input-color: var(--color-base-content);
        box-shadow: 0 1px var(--input-color);
        @supports (color: color-mix(in lab, red, red)) {
          box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000);
        }
        outline: 2px solid var(--input-color);
        outline-offset: 2px;
        isolation: isolate;
      }
      @media (pointer: coarse) {
        @supports (-webkit-touch-callout: none) {
          &:focus, &:focus-within {
            --font-size: 1rem;
          }
        }
      }
      &:has(> input[disabled]), &:is(:disabled, [disabled]), fieldset:disabled & {
        cursor: not-allowed;
        border-color: var(--color-base-200);
        background-color: var(--color-base-200);
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
        }
        &::placeholder {
          color: var(--color-base-content);
          @supports (color: color-mix(in lab, red, red)) {
            color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
          }
        }
        box-shadow: none;
      }
      &:has(> input[disabled]) > input[disabled] {
        cursor: not-allowed;
      }
      &::-webkit-date-and-time-value {
        text-align: inherit;
      }
      &[type="number"] {
        &::-webkit-inner-spin-button {
          margin-block: calc(0.25rem * -3);
          margin-inline-end: calc(0.25rem * -3);
        }
      }
      &::-webkit-calendar-picker-indicator {
        position: absolute;
        inset-inline-end: 0.75em;
      }
      &:has(> input[type="date"]) {
        :where(input[type="date"]) {
          display: inline-flex;
          webkit-appearance: none;
          appearance: none;
        }
        input[type="date"]::-webkit-calendar-picker-indicator {
          position: absolute;
          inset-inline-end: 0.75em;
          width: 1em;
          height: 1em;
          cursor: pointer;
        }
      }
    }
  }
  .input {
    @layer daisyui.l1.l2.l3 {
      cursor: text;
      border: var(--border) solid #0000;
      position: relative;
      display: inline-flex;
      flex-shrink: 1;
      appearance: none;
      align-items: center;
      gap: calc(0.25rem * 2);
      background-color: var(--color-base-100);
      padding-inline: calc(0.25rem * 3);
      vertical-align: middle;
      white-space: nowrap;
      width: clamp(3rem, 20rem, 100%);
      height: var(--size);
      font-size: max(var(--font-size, 0.875rem), 0.875rem);
      touch-action: manipulation;
      border-start-start-radius: var(--join-ss, var(--radius-field));
      border-start-end-radius: var(--join-se, var(--radius-field));
      border-end-start-radius: var(--join-es, var(--radius-field));
      border-end-end-radius: var(--join-ee, var(--radius-field));
      border-color: var(--input-color);
      box-shadow: 0 1px var(--input-color) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      }
      --size: calc(var(--size-field, 0.25rem) * 10);
      --input-color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
      }
      &:where(input) {
        display: inline-flex;
      }
      :where(input) {
        display: inline-flex;
        height: 100%;
        width: 100%;
        appearance: none;
        background-color: transparent;
        border: none;
        &:focus, &:focus-within {
          --tw-outline-style: none;
          outline-style: none;
          @media (forced-colors: active) {
            outline: 2px solid transparent;
            outline-offset: 2px;
          }
        }
      }
      :where(input[type="url"]), :where(input[type="email"]) {
        direction: ltr;
      }
      :where(input[type="date"]) {
        display: inline-flex;
      }
      &:focus, &:focus-within {
        --input-color: var(--color-base-content);
        box-shadow: 0 1px var(--input-color);
        @supports (color: color-mix(in lab, red, red)) {
          box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000);
        }
        outline: 2px solid var(--input-color);
        outline-offset: 2px;
        isolation: isolate;
      }
      @media (pointer: coarse) {
        @supports (-webkit-touch-callout: none) {
          &:focus, &:focus-within {
            --font-size: 1rem;
          }
        }
      }
      &:has(> input[disabled]), &:is(:disabled, [disabled]), fieldset:disabled & {
        cursor: not-allowed;
        border-color: var(--color-base-200);
        background-color: var(--color-base-200);
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
        }
        &::placeholder {
          color: var(--color-base-content);
          @supports (color: color-mix(in lab, red, red)) {
            color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
          }
        }
        box-shadow: none;
      }
      &:has(> input[disabled]) > input[disabled] {
        cursor: not-allowed;
      }
      &::-webkit-date-and-time-value {
        text-align: inherit;
      }
      &[type="number"] {
        &::-webkit-inner-spin-button {
          margin-block: calc(0.25rem * -3);
          margin-inline-end: calc(0.25rem * -3);
        }
      }
      &::-webkit-calendar-picker-indicator {
        position: absolute;
        inset-inline-end: 0.75em;
      }
      &:has(> input[type="date"]) {
        :where(input[type="date"]) {
          display: inline-flex;
          webkit-appearance: none;
          appearance: none;
        }
        input[type="date"]::-webkit-calendar-picker-indicator {
          position: absolute;
          inset-inline-end: 0.75em;
          width: 1em;
          height: 1em;
          cursor: pointer;
        }
      }
    }
  }
  .table {
    @layer daisyui.l1.l2.l3 {
      font-size: 0.875rem;
      position: relative;
      width: 100%;
      border-collapse: separate;
      --tw-border-spacing-x: calc(0.25rem * 0);
      --tw-border-spacing-y: calc(0.25rem * 0);
      border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
      border-radius: var(--radius-box);
      text-align: left;
      &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
        text-align: right;
      }
      tr.row-hover {
        &, &:nth-child(even) {
          &:hover {
            @media (hover: hover) {
              background-color: var(--color-base-200);
            }
          }
        }
      }
      :where(th, td) {
        padding-inline: calc(0.25rem * 4);
        padding-block: calc(0.25rem * 3);
        vertical-align: middle;
      }
      :where(thead, tfoot) {
        white-space: nowrap;
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
        }
        font-size: 0.875rem;
        font-weight: 600;
      }
      :where(tfoot tr:first-child :is(td, th)) {
        border-top: var(--border) solid var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          border-top: var(--border) solid color-mix(in oklch, var(--color-base-content) 5%, #0000);
        }
      }
      :where(.table-pin-rows thead tr) {
        position: sticky;
        top: calc(0.25rem * 0);
        z-index: 1;
        background-color: var(--color-base-100);
      }
      :where(.table-pin-rows tfoot tr) {
        position: sticky;
        bottom: calc(0.25rem * 0);
        z-index: 1;
        background-color: var(--color-base-100);
      }
      :where(.table-pin-cols tr th) {
        position: sticky;
        right: calc(0.25rem * 0);
        left: calc(0.25rem * 0);
        background-color: var(--color-base-100);
      }
      :where(thead tr :is(td, th), tbody tr:not(:last-child) :is(td, th)) {
        border-bottom: var(--border) solid var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          border-bottom: var(--border) solid color-mix(in oklch, var(--color-base-content) 5%, #0000);
        }
      }
    }
  }
  .table {
    @layer daisyui.l1.l2.l3 {
      font-size: 0.875rem;
      position: relative;
      width: 100%;
      border-collapse: separate;
      --tw-border-spacing-x: calc(0.25rem * 0);
      --tw-border-spacing-y: calc(0.25rem * 0);
      border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
      border-radius: var(--radius-box);
      text-align: left;
      &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
        text-align: right;
      }
      tr.row-hover {
        &, &:nth-child(even) {
          &:hover {
            @media (hover: hover) {
              background-color: var(--color-base-200);
            }
          }
        }
      }
      :where(th, td) {
        padding-inline: calc(0.25rem * 4);
        padding-block: calc(0.25rem * 3);
        vertical-align: middle;
      }
      :where(thead, tfoot) {
        white-space: nowrap;
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
        }
        font-size: 0.875rem;
        font-weight: 600;
      }
      :where(tfoot tr:first-child :is(td, th)) {
        border-top: var(--border) solid var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          border-top: var(--border) solid color-mix(in oklch, var(--color-base-content) 5%, #0000);
        }
      }
      :where(.table-pin-rows thead tr) {
        position: sticky;
        top: calc(0.25rem * 0);
        z-index: 1;
        background-color: var(--color-base-100);
      }
      :where(.table-pin-rows tfoot tr) {
        position: sticky;
        bottom: calc(0.25rem * 0);
        z-index: 1;
        background-color: var(--color-base-100);
      }
      :where(.table-pin-cols tr th) {
        position: sticky;
        right: calc(0.25rem * 0);
        left: calc(0.25rem * 0);
        background-color: var(--color-base-100);
      }
      :where(thead tr :is(td, th), tbody tr:not(:last-child) :is(td, th)) {
        border-bottom: var(--border) solid var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          border-bottom: var(--border) solid color-mix(in oklch, var(--color-base-content) 5%, #0000);
        }
      }
    }
  }
  .checkbox {
    @layer daisyui.l1.l2.l3 {
      border: var(--border) solid var(--input-color, var(--color-base-content));
      @supports (color: color-mix(in lab, red, red)) {
        border: var(--border) solid var(--input-color, color-mix(in oklab, var(--color-base-content) 20%, #0000));
      }
      position: relative;
      display: inline-block;
      flex-shrink: 0;
      cursor: pointer;
      appearance: none;
      border-radius: var(--radius-selector);
      padding: calc(0.25rem * 1);
      vertical-align: middle;
      color: var(--color-base-content);
      box-shadow: 0 1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 0 #0000 inset, 0 0 #0000;
      transition: background-color 0.2s, box-shadow 0.2s;
      --size: calc(var(--size-selector, 0.25rem) * 6);
      width: var(--size);
      height: var(--size);
      background-size: auto, calc(var(--noise) * 100%);
      background-image: none, var(--fx-noise);
      &:before {
        --tw-content: "";
        content: var(--tw-content);
        display: block;
        width: 100%;
        height: 100%;
        rotate: 45deg;
        background-color: currentcolor;
        opacity: 0%;
        transition: clip-path 0.3s, opacity 0.1s, rotate 0.3s, translate 0.3s;
        transition-delay: 0.1s;
        clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 80%, 70% 80%, 70% 100%);
        box-shadow: 0px 3px 0 0px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
        font-size: 1rem;
        line-height: 0.75;
      }
      &:focus-visible {
        outline: 2px solid var(--input-color, currentColor);
        outline-offset: 2px;
      }
      &:checked, &[aria-checked="true"] {
        background-color: var(--input-color, #0000);
        box-shadow: 0 0 #0000 inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px oklch(0% 0 0 / calc(var(--depth) * 0.1));
        &:before {
          clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 0%, 70% 0%, 70% 100%);
          opacity: 100%;
        }
        @media (forced-colors: active) {
          &:before {
            rotate: 0deg;
            background-color: transparent;
            --tw-content: "✔︎";
            clip-path: none;
          }
        }
        @media print {
          &:before {
            rotate: 0deg;
            background-color: transparent;
            --tw-content: "✔︎";
            clip-path: none;
          }
        }
      }
      &:indeterminate {
        background-color: var( --input-color, var(--color-base-content) );
        @supports (color: color-mix(in lab, red, red)) {
          background-color: var( --input-color, color-mix(in oklab, var(--color-base-content) 20%, #0000) );
        }
        &:before {
          rotate: 0deg;
          opacity: 100%;
          translate: 0 -35%;
          clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 80%, 80% 80%, 80% 100%);
        }
      }
    }
    &:disabled {
      @layer daisyui.l1.l2 {
        cursor: not-allowed;
        opacity: 20%;
      }
    }
  }
  .checkbox {
    @layer daisyui.l1.l2.l3 {
      border: var(--border) solid var(--input-color, var(--color-base-content));
      @supports (color: color-mix(in lab, red, red)) {
        border: var(--border) solid var(--input-color, color-mix(in oklab, var(--color-base-content) 20%, #0000));
      }
      position: relative;
      display: inline-block;
      flex-shrink: 0;
      cursor: pointer;
      appearance: none;
      border-radius: var(--radius-selector);
      padding: calc(0.25rem * 1);
      vertical-align: middle;
      color: var(--color-base-content);
      box-shadow: 0 1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 0 #0000 inset, 0 0 #0000;
      transition: background-color 0.2s, box-shadow 0.2s;
      --size: calc(var(--size-selector, 0.25rem) * 6);
      width: var(--size);
      height: var(--size);
      background-size: auto, calc(var(--noise) * 100%);
      background-image: none, var(--fx-noise);
      &:before {
        --tw-content: "";
        content: var(--tw-content);
        display: block;
        width: 100%;
        height: 100%;
        rotate: 45deg;
        background-color: currentcolor;
        opacity: 0%;
        transition: clip-path 0.3s, opacity 0.1s, rotate 0.3s, translate 0.3s;
        transition-delay: 0.1s;
        clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 80%, 70% 80%, 70% 100%);
        box-shadow: 0px 3px 0 0px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
        font-size: 1rem;
        line-height: 0.75;
      }
      &:focus-visible {
        outline: 2px solid var(--input-color, currentColor);
        outline-offset: 2px;
      }
      &:checked, &[aria-checked="true"] {
        background-color: var(--input-color, #0000);
        box-shadow: 0 0 #0000 inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px oklch(0% 0 0 / calc(var(--depth) * 0.1));
        &:before {
          clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 0%, 70% 0%, 70% 100%);
          opacity: 100%;
        }
        @media (forced-colors: active) {
          &:before {
            rotate: 0deg;
            background-color: transparent;
            --tw-content: "✔︎";
            clip-path: none;
          }
        }
        @media print {
          &:before {
            rotate: 0deg;
            background-color: transparent;
            --tw-content: "✔︎";
            clip-path: none;
          }
        }
      }
      &:indeterminate {
        background-color: var( --input-color, var(--color-base-content) );
        @supports (color: color-mix(in lab, red, red)) {
          background-color: var( --input-color, color-mix(in oklab, var(--color-base-content) 20%, #0000) );
        }
        &:before {
          rotate: 0deg;
          opacity: 100%;
          translate: 0 -35%;
          clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 80%, 80% 80%, 80% 100%);
        }
      }
    }
    &:disabled {
      @layer daisyui.l1.l2 {
        cursor: not-allowed;
        opacity: 20%;
      }
    }
  }
  .card {
    @layer daisyui.l1.l2.l3 {
      position: relative;
      display: flex;
      flex-direction: column;
      border-radius: var(--radius-box);
      outline-width: 2px;
      transition: outline 0.2s ease-in-out;
      outline: 0 solid #0000;
      outline-offset: 2px;
      &:focus {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
      }
      &:focus-visible {
        outline-color: currentColor;
      }
      :where(figure:first-child) {
        overflow: hidden;
        border-start-start-radius: inherit;
        border-start-end-radius: inherit;
        border-end-start-radius: unset;
        border-end-end-radius: unset;
      }
      :where(figure:last-child) {
        overflow: hidden;
        border-start-start-radius: unset;
        border-start-end-radius: unset;
        border-end-start-radius: inherit;
        border-end-end-radius: inherit;
      }
      figure {
        display: flex;
        align-items: center;
        justify-content: center;
      }
      &:has(> input:is(input[type="checkbox"], input[type="radio"])) {
        cursor: pointer;
        user-select: none;
      }
      &:has(> :checked) {
        outline: 2px solid currentColor;
      }
    }
  }
  .card {
    @layer daisyui.l1.l2.l3 {
      position: relative;
      display: flex;
      flex-direction: column;
      border-radius: var(--radius-box);
      outline-width: 2px;
      transition: outline 0.2s ease-in-out;
      outline: 0 solid #0000;
      outline-offset: 2px;
      &:focus {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
      }
      &:focus-visible {
        outline-color: currentColor;
      }
      :where(figure:first-child) {
        overflow: hidden;
        border-start-start-radius: inherit;
        border-start-end-radius: inherit;
        border-end-start-radius: unset;
        border-end-end-radius: unset;
      }
      :where(figure:last-child) {
        overflow: hidden;
        border-start-start-radius: unset;
        border-start-end-radius: unset;
        border-end-start-radius: inherit;
        border-end-end-radius: inherit;
      }
      figure {
        display: flex;
        align-items: center;
        justify-content: center;
      }
      &:has(> input:is(input[type="checkbox"], input[type="radio"])) {
        cursor: pointer;
        user-select: none;
      }
      &:has(> :checked) {
        outline: 2px solid currentColor;
      }
    }
  }
  .stats {
    @layer daisyui.l1.l2.l3 {
      position: relative;
      display: inline-grid;
      grid-auto-flow: column;
      overflow-x: auto;
      border-radius: var(--radius-box);
    }
  }
  .stats {
    @layer daisyui.l1.l2.l3 {
      position: relative;
      display: inline-grid;
      grid-auto-flow: column;
      overflow-x: auto;
      border-radius: var(--radius-box);
    }
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-1\.5 {
    inset: calc(var(--spacing) * 1.5);
  }
  .inset-2 {
    inset: calc(var(--spacing) * 2);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .inset-x-\[-5\%\] {
    inset-inline: -5%;
  }
  .-top-6 {
    top: calc(var(--spacing) * -6);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-\[10px\] {
    top: 10px;
  }
  .top-\[12\%\] {
    top: 12%;
  }
  .top-\[12px\] {
    top: 12px;
  }
  .top-\[14\%\] {
    top: 14%;
  }
  .top-\[20\%\] {
    top: 20%;
  }
  .top-\[20px\] {
    top: 20px;
  }
  .top-\[21\%\] {
    top: 21%;
  }
  .top-\[28\%\] {
    top: 28%;
  }
  .top-\[30\%\] {
    top: 30%;
  }
  .top-\[40px\] {
    top: 40px;
  }
  .top-\[45\%\] {
    top: 45%;
  }
  .top-\[48\%\] {
    top: 48%;
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .top-\[52\%\] {
    top: 52%;
  }
  .top-\[140px\] {
    top: 140px;
  }
  .top-\[220px\] {
    top: 220px;
  }
  .top-\[232px\] {
    top: 232px;
  }
  .top-\[266px\] {
    top: 266px;
  }
  .top-\[326px\] {
    top: 326px;
  }
  .top-\[426px\] {
    top: 426px;
  }
  .top-\[446px\] {
    top: 446px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-11 {
    right: calc(var(--spacing) * 11);
  }
  .right-\[12\%\] {
    right: 12%;
  }
  .right-\[13\%\] {
    right: 13%;
  }
  .right-\[16\%\] {
    right: 16%;
  }
  .right-\[18\%\] {
    right: 18%;
  }
  .right-\[19\%\] {
    right: 19%;
  }
  .right-\[24\%\] {
    right: 24%;
  }
  .right-\[calc\(50\%-350px\)\] {
    right: calc(50% - 350px);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .bottom-\[-20px\] {
    bottom: -20px;
  }
  .bottom-\[-30px\] {
    bottom: -30px;
  }
  .bottom-\[-40px\] {
    bottom: -40px;
  }
  .bottom-\[18\%\] {
    bottom: 18%;
  }
  .bottom-\[20\%\] {
    bottom: 20%;
  }
  .bottom-\[22\%\] {
    bottom: 22%;
  }
  .bottom-\[26\%\] {
    bottom: 26%;
  }
  .bottom-\[29\%\] {
    bottom: 29%;
  }
  .-left-44 {
    left: calc(var(--spacing) * -44);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[-74px\] {
    left: -74px;
  }
  .left-\[4px\] {
    left: 4px;
  }
  .left-\[7px\] {
    left: 7px;
  }
  .left-\[10px\] {
    left: 10px;
  }
  .left-\[12\%\] {
    left: 12%;
  }
  .left-\[12px\] {
    left: 12px;
  }
  .left-\[13\%\] {
    left: 13%;
  }
  .left-\[15\%\] {
    left: 15%;
  }
  .left-\[19px\] {
    left: 19px;
  }
  .left-\[37px\] {
    left: 37px;
  }
  .left-\[54\%\] {
    left: 54%;
  }
  .left-\[55\%\] {
    left: 55%;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .filter {
    @layer daisyui.l1.l2.l3 {
      display: flex;
      flex-wrap: wrap;
      input[type="radio"] {
        width: auto;
      }
      input {
        overflow: hidden;
        opacity: 100%;
        scale: 1;
        transition: margin 0.1s, opacity 0.3s, padding 0.3s, border-width 0.1s;
        &:not(:last-child) {
          margin-inline-end: calc(0.25rem * 1);
        }
        &.filter-reset {
          aspect-ratio: 1 / 1;
          &::after {
            --tw-content: "×";
            content: var(--tw-content);
          }
        }
      }
      &:not(:has(input:checked:not(.filter-reset))) {
        .filter-reset, input[type="reset"] {
          scale: 0;
          border-width: 0;
          margin-inline: calc(0.25rem * 0);
          width: calc(0.25rem * 0);
          padding-inline: calc(0.25rem * 0);
          opacity: 0%;
        }
      }
      &:has(input:checked:not(.filter-reset)) {
        input:not(:checked, .filter-reset, input[type="reset"]) {
          scale: 0;
          border-width: 0;
          margin-inline: calc(0.25rem * 0);
          width: calc(0.25rem * 0);
          padding-inline: calc(0.25rem * 0);
          opacity: 0%;
        }
      }
    }
  }
  .filter {
    @layer daisyui.l1.l2.l3 {
      display: flex;
      flex-wrap: wrap;
      input[type="radio"] {
        width: auto;
      }
      input {
        overflow: hidden;
        opacity: 100%;
        scale: 1;
        transition: margin 0.1s, opacity 0.3s, padding 0.3s, border-width 0.1s;
        &:not(:last-child) {
          margin-inline-end: calc(0.25rem * 1);
        }
        &.filter-reset {
          aspect-ratio: 1 / 1;
          &::after {
            --tw-content: "×";
            content: var(--tw-content);
          }
        }
      }
      &:not(:has(input:checked:not(.filter-reset))) {
        .filter-reset, input[type="reset"] {
          scale: 0;
          border-width: 0;
          margin-inline: calc(0.25rem * 0);
          width: calc(0.25rem * 0);
          padding-inline: calc(0.25rem * 0);
          opacity: 0%;
        }
      }
      &:has(input:checked:not(.filter-reset)) {
        input:not(:checked, .filter-reset, input[type="reset"]) {
          scale: 0;
          border-width: 0;
          margin-inline: calc(0.25rem * 0);
          width: calc(0.25rem * 0);
          padding-inline: calc(0.25rem * 0);
          opacity: 0%;
        }
      }
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-15 {
    margin-bottom: calc(var(--spacing) * 15);
  }
  .mb-28 {
    margin-bottom: calc(var(--spacing) * 28);
  }
  .-ml-2 {
    margin-left: calc(var(--spacing) * -2);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .table-row {
    display: table-row;
  }
  .aspect-\[720\/450\] {
    aspect-ratio: 720/450;
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[3px\] {
    height: 3px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[52px\] {
    height: 52px;
  }
  .h-\[53px\] {
    height: 53px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[101px\] {
    height: 101px;
  }
  .h-\[104px\] {
    height: 104px;
  }
  .h-\[138px\] {
    height: 138px;
  }
  .h-\[140px\] {
    height: 140px;
  }
  .h-\[160px\] {
    height: 160px;
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[203px\] {
    height: 203px;
  }
  .h-\[215px\] {
    height: 215px;
  }
  .h-\[230px\] {
    height: 230px;
  }
  .h-\[270px\] {
    height: 270px;
  }
  .h-\[286px\] {
    height: 286px;
  }
  .h-\[290px\] {
    height: 290px;
  }
  .h-\[310px\] {
    height: 310px;
  }
  .h-\[320px\] {
    height: 320px;
  }
  .h-\[340px\] {
    height: 340px;
  }
  .h-\[385px\] {
    height: 385px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[442px\] {
    height: 442px;
  }
  .h-\[450px\] {
    height: 450px;
  }
  .h-\[520px\] {
    height: 520px;
  }
  .h-\[552px\] {
    height: 552px;
  }
  .h-\[750px\] {
    height: 750px;
  }
  .h-\[1126px\] {
    height: 1126px;
  }
  .h-\[calc\(100\%-12px\)\] {
    height: calc(100% - 12px);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .min-h-\[500px\] {
    min-height: 500px;
  }
  .min-h-\[550px\] {
    min-height: 550px;
  }
  .min-h-\[600px\] {
    min-height: 600px;
  }
  .min-h-\[900px\] {
    min-height: 900px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[39px\] {
    width: 39px;
  }
  .w-\[53px\] {
    width: 53px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[85\%\] {
    width: 85%;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[138px\] {
    width: 138px;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[200\%\] {
    width: 200%;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[220px\] {
    width: 220px;
  }
  .w-\[242px\] {
    width: 242px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[260px\] {
    width: 260px;
  }
  .w-\[270px\] {
    width: 270px;
  }
  .w-\[280px\] {
    width: 280px;
  }
  .w-\[409px\] {
    width: 409px;
  }
  .w-\[466px\] {
    width: 466px;
  }
  .w-\[540px\] {
    width: 540px;
  }
  .w-\[720px\] {
    width: 720px;
  }
  .w-\[1559px\] {
    width: 1559px;
  }
  .w-\[1804px\] {
    width: 1804px;
  }
  .w-\[calc\(100\%-12px\)\] {
    width: calc(100% - 12px);
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .max-w-\[720px\] {
    max-width: 720px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[1020px\] {
    max-width: 1020px;
  }
  .max-w-\[1240px\] {
    max-width: 1240px;
  }
  .min-w-\[800px\] {
    min-width: 800px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .origin-center {
    transform-origin: center;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-rotate-2 {
    rotate: calc(2deg * -1);
  }
  .-rotate-3 {
    rotate: calc(3deg * -1);
  }
  .-rotate-4 {
    rotate: calc(4deg * -1);
  }
  .-rotate-\[7\.86deg\] {
    rotate: calc(7.86deg * -1);
  }
  .-rotate-\[8deg\] {
    rotate: calc(8deg * -1);
  }
  .-rotate-\[30deg\] {
    rotate: calc(30deg * -1);
  }
  .rotate-2 {
    rotate: 2deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-\[30deg\] {
    rotate: 30deg;
  }
  .rotate-\[65deg\] {
    rotate: 65deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .link {
    @layer daisyui.l1.l2.l3 {
      cursor: pointer;
      text-decoration-line: underline;
      &:focus {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
      }
      &:focus-visible {
        outline: 2px solid currentColor;
        outline-offset: 2px;
      }
    }
  }
  .link {
    @layer daisyui.l1.l2.l3 {
      cursor: pointer;
      text-decoration-line: underline;
      &:focus {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
      }
      &:focus-visible {
        outline: 2px solid currentColor;
        outline-offset: 2px;
      }
    }
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-15 {
    gap: calc(var(--spacing) * 15);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .gap-\[11px\] {
    gap: 11px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-\[36px\] {
    border-radius: 36px;
  }
  .rounded-\[40px\] {
    border-radius: 40px;
  }
  .rounded-\[48px\] {
    border-radius: 48px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-6 {
    border-style: var(--tw-border-style);
    border-width: 6px;
  }
  .border-\[\#231414\] {
    border-color: #231414;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .bg-\[\#9c75e9\] {
    background-color: #9c75e9;
  }
  .bg-\[\#10bc74\] {
    background-color: #10bc74;
  }
  .bg-\[\#191a1b\] {
    background-color: #191a1b;
  }
  .bg-\[\#504c4c\] {
    background-color: #504c4c;
  }
  .bg-\[\#17181A\] {
    background-color: #17181A;
  }
  .bg-\[\#231414\] {
    background-color: #231414;
  }
  .bg-\[\#c3eedc\] {
    background-color: #c3eedc;
  }
  .bg-\[\#d9d9d9\] {
    background-color: #d9d9d9;
  }
  .bg-\[\#eef3f8\] {
    background-color: #eef3f8;
  }
  .bg-\[\#f5f8fb\] {
    background-color: #f5f8fb;
  }
  .bg-\[\#fee500\] {
    background-color: #fee500;
  }
  .bg-amber-50 {
    background-color: var(--color-amber-50);
  }
  .bg-green-50 {
    background-color: var(--color-green-50);
  }
  .bg-primary\/10 {
    background-color: color-mix(in srgb, #0066FF 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-primary) 10%, transparent);
    }
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/20 {
    background-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .bg-white\/30 {
    background-color: color-mix(in srgb, #fff 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-top {
    object-position: top;
  }
  .checkbox-sm {
    @layer daisyui.l1.l2 {
      padding: 0.1875rem;
      --size: calc(var(--size-selector, 0.25rem) * 5);
    }
  }
  .checkbox-sm {
    @layer daisyui.l1.l2 {
      padding: 0.1875rem;
      --size: calc(var(--size-selector, 0.25rem) * 5);
    }
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-15 {
    padding-inline: calc(var(--spacing) * 15);
  }
  .px-25 {
    padding-inline: calc(var(--spacing) * 25);
  }
  .px-52 {
    padding-inline: calc(var(--spacing) * 52);
  }
  .px-64 {
    padding-inline: calc(var(--spacing) * 64);
  }
  .px-80 {
    padding-inline: calc(var(--spacing) * 80);
  }
  .px-100 {
    padding-inline: calc(var(--spacing) * 100);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-30 {
    padding-block: calc(var(--spacing) * 30);
  }
  .py-40 {
    padding-block: calc(var(--spacing) * 40);
  }
  .py-50 {
    padding-block: calc(var(--spacing) * 50);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pt-28 {
    padding-top: calc(var(--spacing) * 28);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-giants {
    font-family: var(--font-giants);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[72px\] {
    font-size: 72px;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.5px\] {
    --tw-tracking: -0.5px;
    letter-spacing: -0.5px;
  }
  .tracking-\[-1\.44px\] {
    --tw-tracking: -1.44px;
    letter-spacing: -1.44px;
  }
  .tracking-\[2px\] {
    --tw-tracking: 2px;
    letter-spacing: 2px;
  }
  .tracking-\[3\.36px\] {
    --tw-tracking: 3.36px;
    letter-spacing: 3.36px;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .checkbox-primary {
    @layer daisyui.l1.l2 {
      color: var(--color-primary-content);
      --input-color: var(--color-primary);
    }
  }
  .checkbox-primary {
    @layer daisyui.l1.l2 {
      color: var(--color-primary-content);
      --input-color: var(--color-primary);
    }
  }
  .text-\[\#0c9a5f\] {
    color: #0c9a5f;
  }
  .text-\[\#0d0f11\] {
    color: #0d0f11;
  }
  .text-\[\#191919\] {
    color: #191919;
  }
  .text-amber-600 {
    color: var(--color-amber-600);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-error {
    color: var(--color-error);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-green-500 {
    color: var(--color-green-500);
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-white {
    color: var(--color-white);
  }
  .opacity-50 {
    opacity: 50%;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .input-error {
    @layer daisyui.l1.l2 {
      &, &:focus, &:focus-within {
        --input-color: var(--color-error);
      }
    }
  }
  .input-error {
    @layer daisyui.l1.l2 {
      &, &:focus, &:focus-within {
        --input-color: var(--color-error);
      }
    }
  }
  .placeholder\:text-\[\#73787d\] {
    &::placeholder {
      color: #73787d;
    }
  }
  .hover\:bg-\[\#0ea566\] {
    &:hover {
      @media (hover: hover) {
        background-color: #0ea566;
      }
    }
  }
  .hover\:bg-\[\#3a2424\] {
    &:hover {
      @media (hover: hover) {
        background-color: #3a2424;
      }
    }
  }
  .hover\:bg-\[\#a8e5cc\] {
    &:hover {
      @media (hover: hover) {
        background-color: #a8e5cc;
      }
    }
  }
  .hover\:bg-\[\#f5dc00\] {
    &:hover {
      @media (hover: hover) {
        background-color: #f5dc00;
      }
    }
  }
  .hover\:bg-gray-300 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-300);
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-\[\#10bc74\] {
    &:focus {
      --tw-ring-color: #10bc74;
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:inline {
    @media (width >= 40rem) {
      display: inline;
    }
  }
  .md\:inset-2 {
    @media (width >= 48rem) {
      inset: calc(var(--spacing) * 2);
    }
  }
  .md\:top-\[16px\] {
    @media (width >= 48rem) {
      top: 16px;
    }
  }
  .md\:top-\[20px\] {
    @media (width >= 48rem) {
      top: 20px;
    }
  }
  .md\:top-\[40px\] {
    @media (width >= 48rem) {
      top: 40px;
    }
  }
  .md\:top-\[266px\] {
    @media (width >= 48rem) {
      top: 266px;
    }
  }
  .md\:top-\[426px\] {
    @media (width >= 48rem) {
      top: 426px;
    }
  }
  .md\:top-\[446px\] {
    @media (width >= 48rem) {
      top: 446px;
    }
  }
  .md\:right-11 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * 11);
    }
  }
  .md\:bottom-6 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * 6);
    }
  }
  .md\:bottom-\[-10px\] {
    @media (width >= 48rem) {
      bottom: -10px;
    }
  }
  .md\:bottom-\[-20px\] {
    @media (width >= 48rem) {
      bottom: -20px;
    }
  }
  .md\:bottom-\[-25px\] {
    @media (width >= 48rem) {
      bottom: -25px;
    }
  }
  .md\:left-\[7px\] {
    @media (width >= 48rem) {
      left: 7px;
    }
  }
  .md\:left-\[20px\] {
    @media (width >= 48rem) {
      left: 20px;
    }
  }
  .md\:left-\[21px\] {
    @media (width >= 48rem) {
      left: 21px;
    }
  }
  .md\:left-\[37px\] {
    @media (width >= 48rem) {
      left: 37px;
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-8 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .md\:mt-10 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .md\:mb-4 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .md\:mb-5 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .md\:mb-6 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .md\:mb-12 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .md\:mb-15 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 15);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-\[36px\] {
    @media (width >= 48rem) {
      height: 36px;
    }
  }
  .md\:h-\[60px\] {
    @media (width >= 48rem) {
      height: 60px;
    }
  }
  .md\:h-\[100px\] {
    @media (width >= 48rem) {
      height: 100px;
    }
  }
  .md\:h-\[270px\] {
    @media (width >= 48rem) {
      height: 270px;
    }
  }
  .md\:h-\[442px\] {
    @media (width >= 48rem) {
      height: 442px;
    }
  }
  .md\:h-\[520px\] {
    @media (width >= 48rem) {
      height: 520px;
    }
  }
  .md\:h-\[529px\] {
    @media (width >= 48rem) {
      height: 529px;
    }
  }
  .md\:h-\[552px\] {
    @media (width >= 48rem) {
      height: 552px;
    }
  }
  .md\:h-\[560px\] {
    @media (width >= 48rem) {
      height: 560px;
    }
  }
  .md\:h-\[750px\] {
    @media (width >= 48rem) {
      height: 750px;
    }
  }
  .md\:h-\[calc\(100\%-20px\)\] {
    @media (width >= 48rem) {
      height: calc(100% - 20px);
    }
  }
  .md\:min-h-0 {
    @media (width >= 48rem) {
      min-height: calc(var(--spacing) * 0);
    }
  }
  .md\:min-h-\[900px\] {
    @media (width >= 48rem) {
      min-height: 900px;
    }
  }
  .md\:min-h-\[960px\] {
    @media (width >= 48rem) {
      min-height: 960px;
    }
  }
  .md\:w-\[39px\] {
    @media (width >= 48rem) {
      width: 39px;
    }
  }
  .md\:w-\[60px\] {
    @media (width >= 48rem) {
      width: 60px;
    }
  }
  .md\:w-\[100px\] {
    @media (width >= 48rem) {
      width: 100px;
    }
  }
  .md\:w-\[150\%\] {
    @media (width >= 48rem) {
      width: 150%;
    }
  }
  .md\:w-\[220px\] {
    @media (width >= 48rem) {
      width: 220px;
    }
  }
  .md\:w-\[270px\] {
    @media (width >= 48rem) {
      width: 270px;
    }
  }
  .md\:w-\[409px\] {
    @media (width >= 48rem) {
      width: 409px;
    }
  }
  .md\:w-\[466px\] {
    @media (width >= 48rem) {
      width: 466px;
    }
  }
  .md\:w-\[540px\] {
    @media (width >= 48rem) {
      width: 540px;
    }
  }
  .md\:w-\[590px\] {
    @media (width >= 48rem) {
      width: 590px;
    }
  }
  .md\:w-\[calc\(100\%-20px\)\] {
    @media (width >= 48rem) {
      width: calc(100% - 20px);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:gap-2\.5 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 2.5);
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-15 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 15);
    }
  }
  .md\:gap-20 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .md\:rounded-\[20px\] {
    @media (width >= 48rem) {
      border-radius: 20px;
    }
  }
  .md\:rounded-\[40px\] {
    @media (width >= 48rem) {
      border-radius: 40px;
    }
  }
  .md\:rounded-\[48px\] {
    @media (width >= 48rem) {
      border-radius: 48px;
    }
  }
  .md\:border-5 {
    @media (width >= 48rem) {
      border-style: var(--tw-border-style);
      border-width: 5px;
    }
  }
  .md\:border-6 {
    @media (width >= 48rem) {
      border-style: var(--tw-border-style);
      border-width: 6px;
    }
  }
  .md\:px-4 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:px-15 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 15);
    }
  }
  .md\:px-25 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 25);
    }
  }
  .md\:px-52 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 52);
    }
  }
  .md\:px-64 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 64);
    }
  }
  .md\:px-80 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 80);
    }
  }
  .md\:px-100 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 100);
    }
  }
  .md\:px-\[120px\] {
    @media (width >= 48rem) {
      padding-inline: 120px;
    }
  }
  .md\:py-5 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .md\:py-8 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .md\:py-20 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .md\:py-30 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 30);
    }
  }
  .md\:py-40 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 40);
    }
  }
  .md\:py-50 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 50);
    }
  }
  .md\:pt-14 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 14);
    }
  }
  .md\:pt-16 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .md\:pt-24 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .md\:pt-28 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 28);
    }
  }
  .md\:pt-36 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 36);
    }
  }
  .md\:pb-20 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:text-\[28px\] {
    @media (width >= 48rem) {
      font-size: 28px;
    }
  }
  .md\:text-\[32px\] {
    @media (width >= 48rem) {
      font-size: 32px;
    }
  }
  .md\:text-\[72px\] {
    @media (width >= 48rem) {
      font-size: 72px;
    }
  }
  .md\:tracking-\[-0\.64px\] {
    @media (width >= 48rem) {
      --tw-tracking: -0.64px;
      letter-spacing: -0.64px;
    }
  }
  .md\:tracking-\[3\.36px\] {
    @media (width >= 48rem) {
      --tw-tracking: 3.36px;
      letter-spacing: 3.36px;
    }
  }
  .md\:opacity-100 {
    @media (width >= 48rem) {
      opacity: 100%;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}
@layer base {
  [x-cloak] {
    display: none !important;
  }
  [data-theme="sjsg"] {
    --p: 217 100% 50%;
    --pf: 211 100% 53%;
    --pc: 0 0% 100%;
    --s: 213 14% 47%;
    --sf: 213 8% 35%;
    --sc: 0 0% 100%;
    --a: 153 85% 40%;
    --af: 153 85% 35%;
    --ac: 0 0% 100%;
    --n: 210 12% 7%;
    --nf: 210 5% 29%;
    --nc: 0 0% 100%;
    --b1: 0 0% 100%;
    --b2: 210 33% 95%;
    --b3: 207 29% 93%;
    --bc: 210 12% 7%;
    --in: 217 100% 50%;
    --inc: 0 0% 100%;
    --su: 153 85% 40%;
    --suc: 0 0% 100%;
    --wa: 36 100% 59%;
    --wac: 210 12% 7%;
    --er: 0 100% 66%;
    --erc: 0 0% 100%;
    --rounded-box: 0.625rem;
    --rounded-btn: 0.5rem;
    --rounded-badge: 6.25rem;
    --animation-btn: 0.2s;
    --animation-input: 0.2s;
    --btn-focus-scale: 0.98;
  }
  html {
    font-family: var(--font-pretendard);
  }
  body {
    font-family: var(--font-pretendard);
    background-color: var(--color-bg-page);
    color: var(--color-gray-900);
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@layer components {
  .card-sjsg {
    background-color: var(--color-bg-card);
    border-radius: 0.625rem;
    padding: 1.25rem;
  }
  .btn-pill-primary {
    background-color: var(--color-primary-bg);
    color: var(--color-primary);
    border-radius: 6.25rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
    transition: background-color 0.2s;
  }
  .btn-pill-primary:hover {
    background-color: rgba(0, 132, 255, 0.2);
  }
  .btn-success-sjsg {
    background-color: var(--color-success);
    color: white;
    border-radius: 0.5rem;
    padding: 0.625rem 1.25rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    transition: background-color 0.2s;
  }
  .btn-success-sjsg:hover {
    background-color: #0EA868;
  }
  .nav-item {
    display: flex;
    gap: 0.375rem;
    align-items: center;
    padding: 0.5rem;
    border-radius: 0.5rem;
    color: var(--color-gray-800);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    transition: background-color 0.15s, color 0.15s;
  }
  .nav-item:hover {
    background-color: var(--color-bg-muted);
  }
  .nav-item.active {
    background-color: var(--color-primary-bg);
    color: var(--color-primary-fill);
    font-weight: 700;
  }
  .nav-icon {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
  }
  .section-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-gray-700);
    padding: 0 0.5rem;
    line-height: 1.3;
  }
  .input-sjsg {
    border: 1px solid var(--color-gray-400);
    border-radius: 0.5rem;
    padding: 0.625rem 0.75rem;
    font-size: 1rem;
    color: var(--color-gray-900);
    background-color: white;
    transition: border-color 0.15s;
  }
  .input-sjsg:focus {
    border-color: var(--color-primary);
    outline: none;
  }
  .badge-muted {
    background-color: var(--color-bg-muted);
    color: var(--color-gray-700);
    border-radius: 6.25rem;
    padding: 0.3125rem 0.625rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .stat-card {
    background-color: var(--color-bg-card);
    border-radius: 0.625rem;
    padding: 1.5rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .stat-card__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .stat-card__title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--color-gray-900);
    line-height: 1.4;
  }
  .stat-card__subtitle {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--color-gray-700);
    line-height: 1.4;
  }
  .stat-card__value {
    font-size: 1.75rem;
    font-weight: 500;
    color: var(--color-gray-900);
    letter-spacing: -0.02em;
    line-height: 1.2;
  }
  .stat-card__count {
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--color-gray-900);
    line-height: 1.4;
  }
  .page-layout {
    display: flex;
    min-height: 100vh;
  }
  .page-content {
    flex: 1;
    padding: 40px;
    margin-left: 220px;
  }
  .page-header {
    margin-bottom: 38px;
    padding: 0 4px;
  }
  .page-title {
    font-size: 2rem;
    font-weight: 600;
    color: var(--color-gray-900);
    letter-spacing: -0.02em;
    line-height: 1.2;
  }
  .side-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 220px;
    height: 100vh;
    background-color: var(--color-bg-card);
    display: flex;
    flex-direction: column;
    z-index: 50;
  }
  .side-menu__header {
    padding: 21px 20px;
    height: 64px;
    display: flex;
    align-items: center;
  }
  .side-menu__content {
    flex: 1;
    padding: 14px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .side-menu__user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
  }
  .side-menu__store-select {
    position: relative;
    border: 1px solid var(--color-gray-400);
    border-radius: 0.5rem;
    padding: 10px 12px;
  }
  .side-menu__store-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background-color: white;
    border: 1px solid var(--color-gray-300);
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 50;
    padding: 4px;
    list-style: none;
    margin: 0;
  }
  .side-menu__store-item {
    display: block;
    width: 100%;
    padding: 8px 10px;
    text-align: left;
    font-size: 0.875rem;
    color: var(--color-gray-700);
    background: none;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.15s;
  }
  .side-menu__store-item:hover {
    background-color: var(--color-gray-100);
  }
  .side-menu__store-item.active {
    color: var(--color-primary);
    font-weight: 500;
  }
  .side-menu__point {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .side-menu__nav {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 6px;
  }
  .side-menu__divider {
    height: 1px;
    background-color: var(--color-bg-muted);
  }
  .nav-section {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .dashboard {
    display: flex;
    gap: 20px;
  }
  .dashboard__main {
    flex: 1;
    max-width: 890px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .dashboard__side {
    width: 240px;
  }
  .notice-item {
    display: flex;
    align-items: flex-start;
    padding: 4px 0;
    overflow: hidden;
  }
  .notice-item__title {
    flex: 1;
    font-size: 1rem;
    font-weight: 400;
    color: var(--color-gray-900);
    line-height: 1.4;
  }
  .notice-item__date {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--color-gray-600);
    text-align: right;
    line-height: 1.4;
  }
  .cs-link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 0;
    font-size: 1rem;
    font-weight: 400;
    color: var(--color-gray-900);
    transition: color 0.15s;
  }
  .cs-link:hover {
    color: var(--color-primary);
  }
  .mobile-header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: var(--color-bg-card);
    z-index: 40;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
  }
  .mobile-header__menu-btn {
    position: absolute;
    left: 20px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .mobile-header__title {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .mobile-store-point {
    display: none;
    background-color: #232F2A;
    border-radius: 10px;
    padding: 24px 20px;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 12px;
  }
  .mobile-store-select {
    position: relative;
  }
  .mobile-store-select__trigger {
    background-color: white;
    border-radius: 8px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    border: none;
  }
  .mobile-store-select__name {
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-gray-900);
    line-height: 1.4;
  }
  .mobile-store-select__dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 50;
    padding: 4px;
    list-style: none;
    margin: 0;
  }
  .mobile-store-select__item {
    display: block;
    width: 100%;
    padding: 10px 12px;
    text-align: left;
    font-size: 0.875rem;
    color: var(--color-gray-700);
    background: none;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.15s;
  }
  .mobile-store-select__item:hover {
    background-color: var(--color-gray-100);
  }
  .mobile-store-select__item.active {
    color: var(--color-primary);
    font-weight: 500;
  }
  .mobile-point {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .mobile-point__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4px;
  }
  .mobile-point__label {
    display: flex;
    align-items: flex-end;
    gap: 2px;
  }
  .mobile-point__label-text {
    font-size: 0.875rem;
    font-weight: 500;
    color: #D9DCDF;
    line-height: 1.4;
  }
  .mobile-point__value {
    font-size: 1rem;
    font-weight: 500;
    color: white;
    line-height: 1.4;
  }
  .mobile-point__charge-btn {
    background-color: var(--color-success);
    color: white;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    transition: background-color 0.2s;
  }
  .mobile-point__charge-btn:hover {
    background-color: #0EA868;
  }
  .side-menu__overlay {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 45;
  }
  .side-menu__close-btn {
    display: none;
    position: absolute;
    top: 12px;
    left: 15px;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  @media (max-width: 1023px) {
    .mobile-header {
      display: flex;
    }
    .mobile-store-point {
      display: flex;
    }
    .side-menu__header, .side-menu__store-select, .side-menu__point {
      display: none;
    }
    .side-menu {
      transform: translateX(-100%);
      transition: transform 0.3s ease-in-out;
      width: 234px;
      padding-top: 80px;
      z-index: 50;
    }
    .side-menu.open {
      transform: translateX(0);
    }
    .side-menu__overlay.open {
      display: block;
    }
    .side-menu__close-btn {
      display: flex;
    }
    .side-menu__content {
      padding-top: 0;
    }
    .side-menu__nav {
      margin-top: 0;
    }
    .page-content {
      margin-left: 0;
      padding: 20px;
      padding-top: 80px;
    }
    .page-header {
      display: none;
    }
    .dashboard {
      flex-direction: column;
    }
    .dashboard__main {
      max-width: 100%;
    }
    .dashboard__side {
      width: 100%;
    }
    .dashboard__main .grid-cols-2 {
      grid-template-columns: 1fr;
    }
    .stat-card {
      height: 190px;
      justify-content: space-between;
    }
  }
  @media (min-width: 768px) and (max-width: 1023px) {
    .page-content {
      padding: 30px;
      padding-top: 90px;
    }
    .mobile-store-point {
      margin-bottom: 12px;
    }
  }
}
@layer utilities {
  .text-primary-sjsg {
    color: var(--color-primary);
  }
  .text-success-sjsg {
    color: var(--color-success);
  }
  .bg-page {
    background-color: var(--color-bg-page);
  }
  .bg-card {
    background-color: var(--color-bg-card);
  }
  .bg-muted {
    background-color: var(--color-bg-muted);
  }
  .bg-primary-light {
    background-color: var(--color-primary-bg);
  }
  .bg-success-sjsg {
    background-color: var(--color-success);
  }
  .font-pretendard {
    font-family: var(--font-pretendard);
  }
  .font-giants {
    font-family: var(--font-giants);
  }
  .mobile-header__page-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-gray-900);
    letter-spacing: -0.02em;
  }
  .customer-layout {
    display: flex;
    gap: 0;
  }
  .customer-panel {
    background-color: var(--color-bg-card);
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .customer-panel--group {
    width: 480px;
    padding-left: 24px;
    padding-right: 32px;
  }
  .customer-panel--customer {
    flex: 1;
    padding-left: 32px;
    padding-right: 24px;
  }
  .panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .panel-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--color-gray-900);
    line-height: 1.4;
  }
  .form-field {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .form-label {
    font-size: 0.75rem;
    color: var(--color-gray-800);
    padding: 0 4px;
    line-height: 1.4;
  }
  .input-group {
    position: relative;
    display: flex;
    align-items: center;
  }
  .input-clear-btn {
    position: absolute;
    right: 10px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-gray-600);
    cursor: pointer;
  }
  .input-clear-btn:hover {
    color: var(--color-gray-800);
  }
  .btn-search {
    background-color: #C3EEDC;
    color: #0C9A5F;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.4;
    transition: background-color 0.15s;
    white-space: nowrap;
  }
  .btn-search:hover {
    background-color: #A8E4CC;
  }
  .btn-delete {
    background-color: var(--color-error-light);
    color: #FF3336;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: background-color 0.15s;
  }
  .btn-delete:hover:not(:disabled) {
    background-color: #FFD9D9;
  }
  .btn-delete:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .btn-action {
    background-color: var(--color-bg-muted);
    color: var(--color-gray-900);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: background-color 0.15s;
  }
  .btn-action:hover {
    background-color: #E0E5EA;
  }
  .btn-edit-small {
    border: 1px solid var(--color-gray-500);
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 0.75rem;
    color: var(--color-gray-900);
    background: none;
    cursor: pointer;
    transition: background-color 0.15s;
  }
  .btn-edit-small:hover {
    background-color: var(--color-gray-100);
  }
  .data-table {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .table-divider {
    height: 1px;
    background-color: var(--color-gray-300);
    width: 100%;
  }
  .table-divider-thick {
    height: 1px;
    background-color: var(--color-gray-400);
    width: 100%;
  }
  .table-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 6px;
    background-color: var(--color-gray-100);
  }
  .table-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 6px;
    cursor: pointer;
    transition: background-color 0.1s;
    border-bottom: 1px solid var(--color-gray-300);
  }
  .table-row:hover {
    background-color: var(--color-gray-100);
  }
  .table-row.active {
    background-color: var(--color-primary-bg);
  }
  .table-row-content {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    color: var(--color-gray-900);
    line-height: 1.4;
  }
  .table-header .table-row-content {
    color: var(--color-gray-800);
    font-weight: 500;
  }
  .col-name {
    width: 110px;
    text-align: center;
    flex-shrink: 0;
  }
  .col-desc {
    flex: 1;
    text-align: center;
  }
  .col-count {
    width: 50px;
    text-align: center;
    flex-shrink: 0;
  }
  .customer-row-content {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 0.875rem;
    color: var(--color-gray-900);
    line-height: 1.4;
  }
  .table-header .customer-row-content {
    color: var(--color-gray-800);
    font-weight: 600;
  }
  .col-customer-name {
    width: 120px;
    flex-shrink: 0;
  }
  .col-phone {
    width: 150px;
    text-align: center;
    flex-shrink: 0;
  }
  .col-customer-desc {
    flex: 1;
    text-align: center;
  }
  .customer-table .table-row {
    padding: 12px 6px;
  }
  .checkbox-sjsg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    accent-color: var(--color-primary);
    cursor: pointer;
  }
  .checkbox-placeholder {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }
  .edit-input {
    border: 1px solid var(--color-gray-500);
    border-radius: 1px;
    padding: 6px 8px;
    font-size: 0.875rem;
    color: var(--color-gray-900);
    background-color: white;
  }
  .edit-input:focus {
    border-color: var(--color-primary);
    outline: none;
  }
  .editing-row .col-customer-name {
    width: 128px;
  }
  .editing-row .col-phone {
    width: 166px;
  }
  .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 8px;
  }
  .pagination-btn {
    border: 1px solid var(--color-gray-500);
    border-radius: 6px;
    padding: 8px 10px;
    background-color: white;
    color: var(--color-gray-600);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.15s;
  }
  .pagination-btn:hover:not(:disabled) {
    border-color: var(--color-gray-700);
    color: var(--color-gray-800);
  }
  .pagination-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .pagination-info {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.875rem;
    color: var(--color-gray-900);
    line-height: 1.4;
  }
  .pagination-icon {
    width: 7px;
    height: 12px;
  }
  .pagination-icon--prev {
    transform: rotate(180deg);
  }
  .selected-group-card {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 20px;
    background-color: var(--color-bg-muted);
    border-radius: 8px;
  }
  .selected-group-name {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--color-gray-900);
    letter-spacing: -0.02em;
  }
  .selected-group-desc {
    font-size: 0.875rem;
    color: var(--color-gray-800);
  }
  .empty-state-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background-color: var(--color-bg-muted);
    border-radius: 8px;
    color: var(--color-gray-700);
  }
  .empty-state {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: var(--color-gray-700);
    font-size: 0.875rem;
  }
  .customer-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .save-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
  .save-warning {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    background-color: var(--color-error-light);
    border-radius: 6px;
    color: #FF3336;
    font-size: 0.875rem;
    font-weight: 500;
  }
  .btn-save {
    background-color: var(--color-success);
    color: white;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.4;
    min-width: 200px;
    transition: background-color 0.15s;
  }
  .btn-save:hover:not(:disabled) {
    background-color: #0EA868;
  }
  .btn-save:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .modal-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    padding: 20px;
  }
  .modal-content {
    background-color: white;
    border-radius: 12px;
    width: 100%;
    max-width: 400px;
    overflow: hidden;
  }
  .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid var(--color-gray-300);
  }
  .modal-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--color-gray-900);
  }
  .modal-close {
    color: var(--color-gray-600);
    cursor: pointer;
    transition: color 0.15s;
  }
  .modal-close:hover {
    color: var(--color-gray-900);
  }
  .modal-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 16px 20px;
    border-top: 1px solid var(--color-gray-300);
  }
  .btn-cancel {
    padding: 10px 20px;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-gray-700);
    background-color: var(--color-gray-200);
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.15s;
  }
  .btn-cancel:hover {
    background-color: var(--color-gray-300);
  }
  .btn-confirm {
    padding: 10px 20px;
    font-size: 0.875rem;
    font-weight: 600;
    color: white;
    background-color: var(--color-primary);
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.15s;
  }
  .btn-confirm:hover:not(:disabled) {
    background-color: var(--color-primary-fill);
  }
  .btn-confirm:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .file-upload-area {
    width: 100%;
  }
  .file-upload-label {
    display: block;
    width: 100%;
    cursor: pointer;
  }
  .file-upload-placeholder, .file-upload-selected {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    border: 2px dashed var(--color-gray-400);
    border-radius: 8px;
    background-color: var(--color-gray-100);
    transition: border-color 0.15s, background-color 0.15s;
  }
  .file-upload-placeholder:hover, .file-upload-selected:hover {
    border-color: var(--color-primary);
    background-color: var(--color-primary-bg);
  }
  .file-upload-selected {
    border-color: var(--color-success);
    background-color: var(--color-success-light);
  }
  .file-upload-selected:hover {
    border-color: var(--color-success);
    background-color: #D1F5E6;
  }
  @media (max-width: 1023px) {
    .customer-layout {
      flex-direction: column;
      gap: 0;
    }
    .customer-panel--group, .customer-panel--customer {
      width: 100%;
      padding: 20px;
    }
    .customer-panel {
      gap: 20px;
    }
    .col-name {
      width: 90px;
    }
    .customer-table {
      overflow-x: auto;
    }
    .save-actions {
      flex-direction: column;
      align-items: stretch;
    }
    .save-warning {
      width: 100%;
      justify-content: center;
    }
    .btn-save {
      width: 100%;
      font-size: 1rem;
    }
  }
  .password-container {
    background-color: var(--color-bg-card);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 20px;
    min-height: 700px;
  }
  .password-form-wrapper {
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .password-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 4px;
  }
  .password-section__title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-gray-900);
    line-height: 1.4;
  }
  .password-section__desc {
    font-size: 1rem;
    color: var(--color-gray-900);
    line-height: 1.4;
  }
  .password-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .input-readonly {
    background-color: var(--color-bg-muted);
    border-radius: 8px;
    padding: 16px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-gray-900);
    line-height: 1.4;
  }
  .input-password-wrapper {
    position: relative;
    display: flex;
    align-items: center;
  }
  .input-password-wrapper .input-sjsg {
    background-color: var(--color-bg-muted);
    border: none;
    border-radius: 8px;
    padding: 16px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-gray-900);
    line-height: 1.4;
  }
  .input-password-wrapper .input-sjsg:focus {
    outline: 2px solid var(--color-primary);
    outline-offset: -2px;
  }
  .input-password-toggle {
    position: absolute;
    right: 16px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--color-gray-600);
    transition: color 0.15s;
  }
  .input-password-toggle:hover {
    color: var(--color-gray-800);
  }
  input[type="password"]::-ms-reveal, input[type="password"]::-ms-clear, input[type="password"]::-webkit-credentials-auto-fill-button {
    display: none !important;
  }
  input::-ms-reveal, input::-ms-clear {
    display: none !important;
  }
  .form-error {
    font-size: 0.875rem;
    color: var(--color-error);
    margin-top: 4px;
    padding: 0 4px;
  }
  .input-error {
    outline: 2px solid var(--color-error) !important;
    outline-offset: -2px;
  }
  .alert-success {
    background-color: var(--color-success-light);
    color: var(--color-success);
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
  }
  .mobile-header__back-btn {
    position: absolute;
    left: 20px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  @media (max-width: 1023px) {
    .password-container {
      padding: 20px;
      min-height: auto;
    }
    .password-form-wrapper {
      gap: 32px;
    }
    .password-section__title {
      font-size: 1.125rem;
    }
  }
  .card {
    background-color: var(--color-bg-card);
    border: 1px solid var(--color-gray-400);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .notice-table {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .notice-table__header {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 8px 12px;
    background-color: var(--color-bg-muted);
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-gray-800);
    text-align: center;
    line-height: 1.4;
  }
  .notice-table__row {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 12px;
    font-size: 0.875rem;
    color: var(--color-gray-900);
    line-height: 1.4;
    border-bottom: 1px solid var(--color-gray-300);
    transition: background-color 0.1s;
    cursor: pointer;
    text-decoration: none;
  }
  .notice-table__row:hover {
    background-color: var(--color-gray-100);
  }
  .notice-col-id {
    width: 42px;
    text-align: center;
    flex-shrink: 0;
  }
  .notice-col-title {
    flex: 1;
    font-weight: 500;
    text-align: left;
  }
  .notice-col-date {
    width: 80px;
    text-align: center;
    flex-shrink: 0;
  }
  .notice-detail {
    gap: 0;
  }
  .notice-detail__header {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .notice-detail__title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--color-gray-900);
    line-height: 1.4;
  }
  .notice-detail__meta {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .notice-detail__date {
    font-size: 0.875rem;
    color: var(--color-gray-700);
  }
  .notice-detail__content {
    padding: 24px 0;
    font-size: 1rem;
    color: var(--color-gray-900);
    line-height: 1.7;
    min-height: 200px;
    white-space: pre-wrap;
  }
  .notice-detail__attachments {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .notice-detail__attachments-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-gray-800);
  }
  .notice-detail__attachment-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .notice-detail__attachment-item {
    display: flex;
  }
  .notice-detail__attachment-link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background-color: var(--color-bg-muted);
    border-radius: 6px;
    font-size: 0.875rem;
    color: var(--color-gray-900);
    text-decoration: none;
    transition: background-color 0.15s;
  }
  .notice-detail__attachment-link:hover {
    background-color: var(--color-gray-300);
  }
  .notice-detail__attachment-size {
    color: var(--color-gray-600);
    font-size: 0.75rem;
  }
  .notice-detail__actions {
    padding: 20px 0 0;
    display: flex;
    justify-content: center;
  }
  .btn-back {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 10px 20px;
    border: 1px solid var(--color-gray-500);
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-gray-800);
    background-color: white;
    text-decoration: none;
    transition: background-color 0.15s, border-color 0.15s;
  }
  .btn-back:hover {
    background-color: var(--color-gray-100);
    border-color: var(--color-gray-700);
  }
  @media (max-width: 1023px) {
    .card {
      border: none;
    }
    .notice-table__header {
      gap: 20px;
    }
    .notice-table__row {
      gap: 20px;
    }
    .notice-col-id {
      width: 50px;
    }
    .notice-detail__title {
      font-size: 1.125rem;
    }
    .notice-detail__content {
      min-height: 150px;
    }
  }
  .faq-search-card {
    gap: 10px;
    margin-bottom: 5px;
  }
  .faq-search-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--color-gray-900);
    line-height: 1.4;
  }
  .faq-search-form {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .faq-search-input-group {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .faq-search-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-gray-800);
    white-space: nowrap;
  }
  .faq-search-input {
    flex: 1;
    height: 35px;
    border: 1px solid var(--color-gray-500);
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 0.875rem;
    color: var(--color-gray-900);
    background-color: white;
  }
  .faq-search-input::placeholder {
    color: var(--color-gray-700);
  }
  .faq-search-input:focus {
    border-color: var(--color-primary);
    outline: none;
  }
  .faq-list-card {
    display: flex;
    flex-direction: column;
  }
  #faq-list-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .faq-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .faq-category-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }
  .faq-category-tab {
    background-color: var(--color-gray-300);
    color: var(--color-gray-800);
    border-radius: 100px;
    padding: 9px 16px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4;
    transition: background-color 0.15s, color 0.15s;
  }
  .faq-category-tab:hover {
    background-color: var(--color-gray-400);
  }
  .faq-category-tab.active {
    background-color: #464142;
    color: white;
    font-weight: 600;
  }
  .faq-accordion {
    display: flex;
    flex-direction: column;
  }
  .faq-item {
    display: flex;
    flex-direction: column;
  }
  .faq-item__header {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 12px;
    cursor: pointer;
    transition: background-color 0.1s;
    text-align: left;
    width: 100%;
  }
  .faq-item__header:hover {
    background-color: var(--color-gray-100);
  }
  .faq-item__category {
    width: 70px;
    font-size: 0.875rem;
    color: var(--color-gray-900);
    line-height: 1.4;
    flex-shrink: 0;
  }
  .faq-item__title {
    flex: 1;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-gray-900);
    line-height: 1.4;
  }
  .faq-item__toggle {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
  }
  .faq-item.open .faq-item__toggle {
    transform: rotate(180deg);
  }
  .faq-item__content {
    background-color: var(--color-gray-100);
    padding: 40px 122px;
    overflow: hidden;
  }
  .faq-item__answer {
    font-size: 0.875rem;
    color: var(--color-gray-900);
    line-height: 1.4;
  }
  .faq-item__divider {
    height: 1px;
    background-color: var(--color-gray-300);
  }
  @media (max-width: 1023px) {
    .faq-search-card {
      border: none;
    }
    .faq-search-title {
      font-size: 1.125rem;
    }
    .faq-list-card {
      border: none;
      gap: 20px;
    }
    .faq-category-tabs {
      overflow-x: auto;
      flex-wrap: nowrap;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      -ms-overflow-style: none;
    }
    .faq-category-tabs::-webkit-scrollbar {
      display: none;
    }
    .faq-category-tab {
      flex-shrink: 0;
    }
    .faq-item__header {
      gap: 20px;
    }
    .faq-item__category {
      width: 50px;
    }
    .faq-item__content {
      padding: 20px;
      padding-left: 82px;
      padding-right: 36px;
    }
  }
}
@layer base {
  :where(:root),:root:has(input.theme-controller[value=light]:checked),[data-theme=light] {
    color-scheme: light;
    --color-base-100: oklch(100% 0 0);
    --color-base-200: oklch(98% 0 0);
    --color-base-300: oklch(95% 0 0);
    --color-base-content: oklch(21% 0.006 285.885);
    --color-primary: oklch(45% 0.24 277.023);
    --color-primary-content: oklch(93% 0.034 272.788);
    --color-secondary: oklch(65% 0.241 354.308);
    --color-secondary-content: oklch(94% 0.028 342.258);
    --color-accent: oklch(77% 0.152 181.912);
    --color-accent-content: oklch(38% 0.063 188.416);
    --color-neutral: oklch(14% 0.005 285.823);
    --color-neutral-content: oklch(92% 0.004 286.32);
    --color-info: oklch(74% 0.16 232.661);
    --color-info-content: oklch(29% 0.066 243.157);
    --color-success: oklch(76% 0.177 163.223);
    --color-success-content: oklch(37% 0.077 168.94);
    --color-warning: oklch(82% 0.189 84.429);
    --color-warning-content: oklch(41% 0.112 45.904);
    --color-error: oklch(71% 0.194 13.428);
    --color-error-content: oklch(27% 0.105 12.094);
    --radius-selector: 0.5rem;
    --radius-field: 0.25rem;
    --radius-box: 0.5rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 1;
    --noise: 0;
  }
}
@layer base {
  @media (prefers-color-scheme: dark) {
    :root:not([data-theme]) {
      color-scheme: dark;
      --color-base-100: oklch(25.33% 0.016 252.42);
      --color-base-200: oklch(23.26% 0.014 253.1);
      --color-base-300: oklch(21.15% 0.012 254.09);
      --color-base-content: oklch(97.807% 0.029 256.847);
      --color-primary: oklch(58% 0.233 277.117);
      --color-primary-content: oklch(96% 0.018 272.314);
      --color-secondary: oklch(65% 0.241 354.308);
      --color-secondary-content: oklch(94% 0.028 342.258);
      --color-accent: oklch(77% 0.152 181.912);
      --color-accent-content: oklch(38% 0.063 188.416);
      --color-neutral: oklch(14% 0.005 285.823);
      --color-neutral-content: oklch(92% 0.004 286.32);
      --color-info: oklch(74% 0.16 232.661);
      --color-info-content: oklch(29% 0.066 243.157);
      --color-success: oklch(76% 0.177 163.223);
      --color-success-content: oklch(37% 0.077 168.94);
      --color-warning: oklch(82% 0.189 84.429);
      --color-warning-content: oklch(41% 0.112 45.904);
      --color-error: oklch(71% 0.194 13.428);
      --color-error-content: oklch(27% 0.105 12.094);
      --radius-selector: 0.5rem;
      --radius-field: 0.25rem;
      --radius-box: 0.5rem;
      --size-selector: 0.25rem;
      --size-field: 0.25rem;
      --border: 1px;
      --depth: 1;
      --noise: 0;
    }
  }
}
@layer base {
  :root:has(input.theme-controller[value=light]:checked),[data-theme=light] {
    color-scheme: light;
    --color-base-100: oklch(100% 0 0);
    --color-base-200: oklch(98% 0 0);
    --color-base-300: oklch(95% 0 0);
    --color-base-content: oklch(21% 0.006 285.885);
    --color-primary: oklch(45% 0.24 277.023);
    --color-primary-content: oklch(93% 0.034 272.788);
    --color-secondary: oklch(65% 0.241 354.308);
    --color-secondary-content: oklch(94% 0.028 342.258);
    --color-accent: oklch(77% 0.152 181.912);
    --color-accent-content: oklch(38% 0.063 188.416);
    --color-neutral: oklch(14% 0.005 285.823);
    --color-neutral-content: oklch(92% 0.004 286.32);
    --color-info: oklch(74% 0.16 232.661);
    --color-info-content: oklch(29% 0.066 243.157);
    --color-success: oklch(76% 0.177 163.223);
    --color-success-content: oklch(37% 0.077 168.94);
    --color-warning: oklch(82% 0.189 84.429);
    --color-warning-content: oklch(41% 0.112 45.904);
    --color-error: oklch(71% 0.194 13.428);
    --color-error-content: oklch(27% 0.105 12.094);
    --radius-selector: 0.5rem;
    --radius-field: 0.25rem;
    --radius-box: 0.5rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 1;
    --noise: 0;
  }
}
@layer base {
  :root:has(input.theme-controller[value=dark]:checked),[data-theme=dark] {
    color-scheme: dark;
    --color-base-100: oklch(25.33% 0.016 252.42);
    --color-base-200: oklch(23.26% 0.014 253.1);
    --color-base-300: oklch(21.15% 0.012 254.09);
    --color-base-content: oklch(97.807% 0.029 256.847);
    --color-primary: oklch(58% 0.233 277.117);
    --color-primary-content: oklch(96% 0.018 272.314);
    --color-secondary: oklch(65% 0.241 354.308);
    --color-secondary-content: oklch(94% 0.028 342.258);
    --color-accent: oklch(77% 0.152 181.912);
    --color-accent-content: oklch(38% 0.063 188.416);
    --color-neutral: oklch(14% 0.005 285.823);
    --color-neutral-content: oklch(92% 0.004 286.32);
    --color-info: oklch(74% 0.16 232.661);
    --color-info-content: oklch(29% 0.066 243.157);
    --color-success: oklch(76% 0.177 163.223);
    --color-success-content: oklch(37% 0.077 168.94);
    --color-warning: oklch(82% 0.189 84.429);
    --color-warning-content: oklch(41% 0.112 45.904);
    --color-error: oklch(71% 0.194 13.428);
    --color-error-content: oklch(27% 0.105 12.094);
    --radius-selector: 0.5rem;
    --radius-field: 0.25rem;
    --radius-box: 0.5rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 1;
    --noise: 0;
  }
}
@layer base {
  :root {
    --fx-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.34' numOctaves='4' stitchTiles='stitch'%3E%3C/feTurbulence%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23a)' opacity='0.2'%3E%3C/rect%3E%3C/svg%3E");
  }
}
@layer base {
  :root {
    scrollbar-color: currentColor #0000;
    @supports (color: color-mix(in lab, red, red)) {
      scrollbar-color: color-mix(in oklch, currentColor 35%, #0000) #0000;
    }
  }
}
@layer base {
  @property --radialprogress {
    syntax: "<percentage>";
    inherits: true;
    initial-value: 0%;
  }
}
@layer base {
  :root:not(span) {
    overflow: var(--page-overflow);
  }
}
@layer base {
  :root {
    background: var(--page-scroll-bg, var(--root-bg));
    --page-scroll-bg-on: linear-gradient(var(--root-bg, #0000), var(--root-bg, #0000))
    var(--root-bg, #0000);
    @supports (color: color-mix(in lab, red, red)) {
      --page-scroll-bg-on: linear-gradient(var(--root-bg, #0000), var(--root-bg, #0000))
    color-mix(in srgb, var(--root-bg, #0000), oklch(0% 0 0) calc(var(--page-has-backdrop, 0) * 40%));
    }
    --page-scroll-transition-on: background-color 0.3s ease-out;
    transition: var(--page-scroll-transition);
    scrollbar-gutter: var(--page-scroll-gutter, unset);
    scrollbar-gutter: if(style(--page-has-scroll: 1): var(--page-scroll-gutter, unset) ; else: unset);
  }
  @keyframes set-page-has-scroll {
    0%, to {
      --page-has-scroll: 1;
    }
  }
}
@layer base {
  :root, [data-theme] {
    background: var(--page-scroll-bg, var(--root-bg));
    color: var(--color-base-content);
  }
  :where(:root, [data-theme]) {
    --root-bg: var(--color-base-100);
  }
}
@keyframes rating {
  0%, 40% {
    scale: 1.1;
    filter: brightness(1.05) contrast(1.05);
  }
}
@keyframes dropdown {
  0% {
    opacity: 0;
  }
}
@keyframes radio {
  0% {
    padding: 5px;
  }
  50% {
    padding: 3px;
  }
}
@keyframes toast {
  0% {
    scale: 0.9;
    opacity: 0;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
@keyframes rotator {
  89.9999%, 100% {
    --first-item-position: 0 0%;
  }
  90%, 99.9999% {
    --first-item-position: 0 calc(var(--items) * 100%);
  }
  100% {
    translate: 0 -100%;
  }
}
@keyframes skeleton {
  0% {
    background-position: 150%;
  }
  100% {
    background-position: -50%;
  }
}
@keyframes menu {
  0% {
    opacity: 0;
  }
}
@keyframes progress {
  50% {
    background-position-x: -115%;
  }
}
@layer base {
  :root {
    --fx-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.34' numOctaves='4' stitchTiles='stitch'%3E%3C/feTurbulence%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23a)' opacity='0.2'%3E%3C/rect%3E%3C/svg%3E");
  }
}
@layer base {
  :root {
    scrollbar-color: currentColor #0000;
    @supports (color: color-mix(in lab, red, red)) {
      scrollbar-color: color-mix(in oklch, currentColor 35%, #0000) #0000;
    }
  }
}
@layer base {
  @property --radialprogress {
    syntax: "<percentage>";
    inherits: true;
    initial-value: 0%;
  }
}
@layer base {
  :root:not(span) {
    overflow: var(--page-overflow);
  }
}
@layer base {
  :root {
    background: var(--page-scroll-bg, var(--root-bg));
    --page-scroll-bg-on: linear-gradient(var(--root-bg, #0000), var(--root-bg, #0000))
    var(--root-bg, #0000);
    @supports (color: color-mix(in lab, red, red)) {
      --page-scroll-bg-on: linear-gradient(var(--root-bg, #0000), var(--root-bg, #0000))
    color-mix(in srgb, var(--root-bg, #0000), oklch(0% 0 0) calc(var(--page-has-backdrop, 0) * 40%));
    }
    --page-scroll-transition-on: background-color 0.3s ease-out;
    transition: var(--page-scroll-transition);
    scrollbar-gutter: var(--page-scroll-gutter, unset);
    scrollbar-gutter: if(style(--page-has-scroll: 1): var(--page-scroll-gutter, unset) ; else: unset);
  }
  @keyframes set-page-has-scroll {
    0%, to {
      --page-has-scroll: 1;
    }
  }
}
@layer base {
  :root, [data-theme] {
    background: var(--page-scroll-bg, var(--root-bg));
    color: var(--color-base-content);
  }
  :where(:root, [data-theme]) {
    --root-bg: var(--color-base-100);
  }
}
@keyframes rating {
  0%, 40% {
    scale: 1.1;
    filter: brightness(1.05) contrast(1.05);
  }
}
@keyframes dropdown {
  0% {
    opacity: 0;
  }
}
@keyframes radio {
  0% {
    padding: 5px;
  }
  50% {
    padding: 3px;
  }
}
@keyframes toast {
  0% {
    scale: 0.9;
    opacity: 0;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
@keyframes rotator {
  89.9999%, 100% {
    --first-item-position: 0 0%;
  }
  90%, 99.9999% {
    --first-item-position: 0 calc(var(--items) * 100%);
  }
  100% {
    translate: 0 -100%;
  }
}
@keyframes skeleton {
  0% {
    background-position: 150%;
  }
  100% {
    background-position: -50%;
  }
}
@keyframes menu {
  0% {
    opacity: 0;
  }
}
@keyframes progress {
  50% {
    background-position-x: -115%;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
