/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-border-style: solid;
      --tw-leading: 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;
    }
  }
}

@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-yellow-300: oklch(.905 .182 98.111);
    --color-gray-50: oklch(.985 .002 247.839);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --blur-sm: 8px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

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

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, 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;
  }

  body {
    line-height: inherit;
  }

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

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

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

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

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

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

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

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

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentColor 50%, transparent);
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

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

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

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

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

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

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

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

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

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

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

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

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

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

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

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

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

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

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}

@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }

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

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .inset-\[9\.43\%_4\.27\%_-9\.43\%_4\.38\%\] {
    inset: 9.43% 4.27% -9.43% 4.38%;
  }

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

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

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

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

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

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

  .top-\[-191\.67\%\] {
    top: -191.67%;
  }

  .top-\[2\.49px\] {
    top: 2.49px;
  }

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

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

  .top-\[10\.26\%\] {
    top: 10.26%;
  }

  .top-\[17\.54px\] {
    top: 17.54px;
  }

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

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

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

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

  .top-\[57\.79px\] {
    top: 57.79px;
  }

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

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

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

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

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

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

  .top-\[148\.21px\] {
    top: 148.21px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[542\.57px\] {
    top: 542.57px;
  }

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

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

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

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

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

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

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

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

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

  .right-\[3px\] {
    right: 3px;
  }

  .right-\[16px\] {
    right: 16px;
  }

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

  .bottom-\[10\.26\%\] {
    bottom: 10.26%;
  }

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

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

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

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

  .left-\[-39px\] {
    left: -39px;
  }

  .left-\[-51px\] {
    left: -51px;
  }

  .left-\[-64px\] {
    left: -64px;
  }

  .left-\[-106\.3\%\] {
    left: -106.3%;
  }

  .left-\[-143\.26\%\] {
    left: -143.26%;
  }

  .left-\[-200px\] {
    left: -200px;
  }

  .left-\[-272px\] {
    left: -272px;
  }

  .left-\[-561px\] {
    left: -561px;
  }

  .left-\[4px\] {
    left: 4px;
  }

  .left-\[9px\] {
    left: 9px;
  }

  .left-\[18px\] {
    left: 18px;
  }

  .left-\[59px\] {
    left: 59px;
  }

  .left-\[156\.32px\] {
    left: 156.32px;
  }

  .left-\[345px\] {
    left: 345px;
  }

  .left-\[536px\] {
    left: 536px;
  }

  .left-\[551px\] {
    left: 551px;
  }

  .left-\[661\.42px\] {
    left: 661.42px;
  }

  .left-\[873px\] {
    left: 873px;
  }

  .left-\[926px\] {
    left: 926px;
  }

  .left-\[948\.43px\] {
    left: 948.43px;
  }

  .left-\[948px\] {
    left: 948px;
  }

  .left-\[960px\] {
    left: 960px;
  }

  .left-\[1186px\] {
    left: 1186px;
  }

  .left-\[1204px\] {
    left: 1204px;
  }

  .left-\[1345px\] {
    left: 1345px;
  }

  .left-\[1752px\] {
    left: 1752px;
  }

  .left-\[calc\(50\%\+318\.5px\)\] {
    left: calc(50% + 318.5px);
  }

  .left-\[calc\(50\%\+320px\)\] {
    left: calc(50% + 320px);
  }

  .left-\[calc\(50\%-1\.5px\)\] {
    left: calc(50% - 1.5px);
  }

  .left-\[calc\(50\%-7\.5px\)\] {
    left: calc(50% - 7.5px);
  }

  .left-\[calc\(50\%-7px\)\] {
    left: calc(50% - 7px);
  }

  .left-\[calc\(50\%-20px\)\] {
    left: calc(50% - 20px);
  }

  .left-\[calc\(50\%-335\.5px\)\] {
    left: calc(50% - 335.5px);
  }

  .left-\[calc\(50\%-339px\)\] {
    left: calc(50% - 339px);
  }

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

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

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

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

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

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

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

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

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

  .m-0 {
    margin: calc(var(--spacing) * 0);
  }

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

  .ms-\[25px\] {
    margin-inline-start: 25px;
  }

  .ms-\[30px\] {
    margin-inline-start: 30px;
  }

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

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

  .mt-\[96px\] {
    margin-top: 96px;
  }

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

  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }

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

  .line-clamp-1 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .line-clamp-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .size-\[13px\] {
    width: 13px;
    height: 13px;
  }

  .size-\[18px\] {
    width: 18px;
    height: 18px;
  }

  .size-\[20px\] {
    width: 20px;
    height: 20px;
  }

  .size-\[22px\] {
    width: 22px;
    height: 22px;
  }

  .size-\[24px\] {
    width: 24px;
    height: 24px;
  }

  .size-\[28px\] {
    width: 28px;
    height: 28px;
  }

  .size-\[131\.849px\] {
    width: 131.849px;
    height: 131.849px;
  }

  .size-\[145px\] {
    width: 145px;
    height: 145px;
  }

  .size-\[240px\] {
    width: 240px;
    height: 240px;
  }

  .size-\[242px\] {
    width: 242px;
    height: 242px;
  }

  .size-full {
    width: 100%;
    height: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[57\.201px\] {
    height: 57.201px;
  }

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

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

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

  .h-\[76\.825px\] {
    height: 76.825px;
  }

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

  .h-\[83\.702px\] {
    height: 83.702px;
  }

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

  .h-\[91\.886px\] {
    height: 91.886px;
  }

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

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

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

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

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

  .h-\[134\.92\%\] {
    height: 134.92%;
  }

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

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

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

  .h-\[186\.655px\] {
    height: 186.655px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .h-\[574\.206px\] {
    height: 574.206px;
  }

  .h-\[714\.29\%\] {
    height: 714.29%;
  }

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

  .h-\[810\.432px\] {
    height: 810.432px;
  }

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

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

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

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*0\.866025447845459\)\+\(var\(--transform-inner-height\)\*0\.49999991059303284\)\)\)\] {
    height: calc(1px * ((var(--transform-inner-width) * .866025)  + (var(--transform-inner-height) * .5)));
  }

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*0\.6645588874816895\)\+\(var\(--transform-inner-height\)\*0\.747235894203186\)\)\)\] {
    height: calc(1px * ((var(--transform-inner-width) * .664559)  + (var(--transform-inner-height) * .747236)));
  }

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*0\.6705250144004822\)\+\(var\(--transform-inner-height\)\*0\.7418869137763977\)\)\)\] {
    height: calc(1px * ((var(--transform-inner-width) * .670525)  + (var(--transform-inner-height) * .741887)));
  }

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*0\.7071067690849304\)\+\(var\(--transform-inner-height\)\*0\.7071067690849304\)\)\)\] {
    height: calc(1px * ((var(--transform-inner-width) * .707107)  + (var(--transform-inner-height) * .707107)));
  }

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*0\.31120365858078003\)\+\(var\(--transform-inner-height\)\*0\.9503432512283325\)\)\)\] {
    height: calc(1px * ((var(--transform-inner-width) * .311204)  + (var(--transform-inner-height) * .950343)));
  }

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*1\)\+\(var\(--transform-inner-height\)\*0\)\)\)\] {
    height: calc(1px * ((var(--transform-inner-width) * 1)  + (var(--transform-inner-height) * 0)));
  }

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .max-h-\[80vh\] {
    max-height: 80vh;
  }

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

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

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

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

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

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

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

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

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

  .w-\[39\.991px\] {
    width: 39.991px;
  }

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

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

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

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

  .w-\[63\.515px\] {
    width: 63.515px;
  }

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

  .w-\[75\.966px\] {
    width: 75.966px;
  }

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

  .w-\[90\.509px\] {
    width: 90.509px;
  }

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

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

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

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

  .w-\[154\.315px\] {
    width: 154.315px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[386\.51\%\] {
    width: 386.51%;
  }

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

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

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

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

  .w-\[531\.5\%\] {
    width: 531.5%;
  }

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

  .w-\[733\.677px\] {
    width: 733.677px;
  }

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

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

  .w-\[1035\.51px\] {
    width: 1035.51px;
  }

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

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

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*0\.866025447845459\)\+\(var\(--transform-inner-width\)\*0\.49999991059303284\)\)\)\] {
    width: calc(1px * ((var(--transform-inner-height) * .866025)  + (var(--transform-inner-width) * .5)));
  }

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*0\.6645588874816895\)\+\(var\(--transform-inner-width\)\*0\.747235894203186\)\)\)\] {
    width: calc(1px * ((var(--transform-inner-height) * .664559)  + (var(--transform-inner-width) * .747236)));
  }

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*0\.6705250144004822\)\+\(var\(--transform-inner-width\)\*0\.7418869137763977\)\)\)\] {
    width: calc(1px * ((var(--transform-inner-height) * .670525)  + (var(--transform-inner-width) * .741887)));
  }

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*0\.7071067690849304\)\+\(var\(--transform-inner-width\)\*0\.7071067690849304\)\)\)\] {
    width: calc(1px * ((var(--transform-inner-height) * .707107)  + (var(--transform-inner-width) * .707107)));
  }

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*0\.31120365858078003\)\+\(var\(--transform-inner-width\)\*0\.9503432512283325\)\)\)\] {
    width: calc(1px * ((var(--transform-inner-height) * .311204)  + (var(--transform-inner-width) * .950343)));
  }

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*1\)\+\(var\(--transform-inner-width\)\*0\)\)\)\] {
    width: calc(1px * ((var(--transform-inner-height) * 1)  + (var(--transform-inner-width) * 0)));
  }

  .w-full {
    width: 100%;
  }

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

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

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

  .grow {
    flex-grow: 1;
  }

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

  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    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);
  }

  .scale-y-\[-1\] {
    --tw-scale-y: -1;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

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

  .rotate-45 {
    rotate: 45deg;
  }

  .rotate-180 {
    rotate: 180deg;
  }

  .rotate-\[15deg\] {
    rotate: 15deg;
  }

  .rotate-\[18\.132deg\] {
    rotate: 18.132deg;
  }

  .rotate-\[41\.648deg\] {
    rotate: 41.648deg;
  }

  .rotate-\[42\.108deg\] {
    rotate: 42.108deg;
  }

  .rotate-\[45deg\] {
    rotate: 45deg;
  }

  .rotate-\[90deg\] {
    rotate: 90deg;
  }

  .rotate-\[180deg\] {
    rotate: 180deg;
  }

  .rotate-\[270deg\] {
    rotate: 270deg;
  }

  .rotate-\[300deg\] {
    rotate: 300deg;
  }

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

  .cursor-grab {
    cursor: grab;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .cursor-text {
    cursor: text;
  }

  .resize {
    resize: both;
  }

  .resize-none {
    resize: none;
  }

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

  .appearance-none {
    appearance: none;
  }

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

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

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

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

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

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

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

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

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

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

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

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

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

  .rounded-tr-\[30px\] {
    border-top-right-radius: 30px;
  }

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

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

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

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

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

  .border-\[\#6a6a6a\] {
    border-color: #6a6a6a;
  }

  .border-\[\#afd18e\] {
    border-color: #afd18e;
  }

  .border-\[\#c8ff92\] {
    border-color: #c8ff92;
  }

  .border-black\/10 {
    border-color: #0000001a;
  }

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

  .bg-\[\#6a6a6a\] {
    background-color: #6a6a6a;
  }

  .bg-\[\#87ceeb\] {
    background-color: #87ceeb;
  }

  .bg-\[\#c8ff92\] {
    background-color: #c8ff92;
  }

  .bg-\[\#deffb9\] {
    background-color: #deffb9;
  }

  .bg-\[\#f5e6d3\] {
    background-color: #f5e6d3;
  }

  .bg-\[\#ffdabb\] {
    background-color: #ffdabb;
  }

  .bg-\[\#fff000\] {
    background-color: #fff000;
  }

  .bg-\[\#fffc22\] {
    background-color: #fffc22;
  }

  .bg-\[\#fffffe\] {
    background-color: #fffffe;
  }

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

  .bg-black\/20 {
    background-color: #0003;
  }

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

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

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

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

  .bg-top-left {
    background-position: 0 0;
  }

  .bg-repeat {
    background-repeat: repeat;
  }

  .object-contain {
    object-fit: contain;
  }

  .object-cover {
    object-fit: cover;
  }

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

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

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

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

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

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

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

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

  .px-\[12px\] {
    padding-inline: 12px;
  }

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

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

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

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

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

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

  .pt-\[8px\] {
    padding-top: 8px;
  }

  .pr-\[6px\] {
    padding-right: 6px;
  }

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

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

  .pb-\[8px\] {
    padding-bottom: 8px;
  }

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

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

  .font-\[\'Della_Respira\:Regular\'\,sans-serif\] {
    font-family: Della Respira\:Regular, sans-serif;
  }

  .font-\[\'Gaegu\:Bold\'\,sans-serif\] {
    font-family: Gaegu\:Bold, sans-serif;
  }

  .font-\[\'Gaegu\:Regular\'\,sans-serif\] {
    font-family: Gaegu\:Regular, sans-serif;
  }

  .text-\[12px\] {
    font-size: 12px;
  }

  .text-\[14px\] {
    font-size: 14px;
  }

  .text-\[16px\] {
    font-size: 16px;
  }

  .text-\[18px\] {
    font-size: 18px;
  }

  .text-\[20px\] {
    font-size: 20px;
  }

  .text-\[22px\] {
    font-size: 22px;
  }

  .text-\[24px\] {
    font-size: 24px;
  }

  .text-\[31px\] {
    font-size: 31px;
  }

  .text-\[32px\] {
    font-size: 32px;
  }

  .text-\[33px\] {
    font-size: 33px;
  }

  .text-\[35px\] {
    font-size: 35px;
  }

  .text-\[40px\] {
    font-size: 40px;
  }

  .text-\[80px\] {
    font-size: 80px;
  }

  .text-\[90px\] {
    font-size: 90px;
  }

  .text-\[96px\] {
    font-size: 96px;
  }

  .text-\[272px\] {
    font-size: 272px;
  }

  .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }

  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }

  .leading-\[21px\] {
    --tw-leading: 21px;
    line-height: 21px;
  }

  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }

  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }

  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }

  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }

  .leading-\[33px\] {
    --tw-leading: 33px;
    line-height: 33px;
  }

  .leading-\[39px\] {
    --tw-leading: 39px;
    line-height: 39px;
  }

  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }

  .leading-\[237px\] {
    --tw-leading: 237px;
    line-height: 237px;
  }

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

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

  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .text-\[\#2fafff\] {
    color: #2fafff;
  }

  .text-\[\#fff000\] {
    color: #fff000;
  }

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

  .text-black\/60 {
    color: #0009;
  }

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

  .text-black\/70 {
    color: #000000b3;
  }

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

  .not-italic {
    font-style: normal;
  }

  .opacity-80 {
    opacity: .8;
  }

  .shadow-\[0px_4px_4px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 4px 4px 0px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_6px_4px_0px_rgba\(0\,0\,0\,0\.53\)\] {
    --tw-shadow: 0px 6px 4px 0px var(--tw-shadow-color, #00000087);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

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

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

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

  .transition-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;
  }

  .placeholder\:text-\[\#6a6a6a\]::placeholder {
    color: #6a6a6a;
  }

  @media (hover: hover) {
    .hover\:scale-105:hover {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#fffd55\]:hover {
      background-color: #fffd55;
    }
  }

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

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

  .active\:cursor-grabbing:active {
    cursor: grabbing;
  }

  .\[\&\:\:-moz-range-thumb\]\:h-4::-moz-range-thumb {
    height: calc(var(--spacing) * 4);
  }

  .\[\&\:\:-moz-range-thumb\]\:w-4::-moz-range-thumb {
    width: calc(var(--spacing) * 4);
  }

  .\[\&\:\:-moz-range-thumb\]\:cursor-pointer::-moz-range-thumb {
    cursor: pointer;
  }

  .\[\&\:\:-moz-range-thumb\]\:rounded-full::-moz-range-thumb {
    border-radius: 3.40282e38px;
  }

  .\[\&\:\:-moz-range-thumb\]\:border-0::-moz-range-thumb {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .\[\&\:\:-moz-range-thumb\]\:bg-\[\#fffc22\]::-moz-range-thumb {
    background-color: #fffc22;
  }

  .\[\&\:\:-moz-range-thumb\]\:bg-white::-moz-range-thumb {
    background-color: var(--color-white);
  }

  .\[\&\:\:-moz-range-thumb\]\:shadow-md::-moz-range-thumb {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .\[\&\:\:-webkit-slider-thumb\]\:h-4::-webkit-slider-thumb {
    height: calc(var(--spacing) * 4);
  }

  .\[\&\:\:-webkit-slider-thumb\]\:w-4::-webkit-slider-thumb {
    width: calc(var(--spacing) * 4);
  }

  .\[\&\:\:-webkit-slider-thumb\]\:cursor-pointer::-webkit-slider-thumb {
    cursor: pointer;
  }

  .\[\&\:\:-webkit-slider-thumb\]\:appearance-none::-webkit-slider-thumb {
    appearance: none;
  }

  .\[\&\:\:-webkit-slider-thumb\]\:rounded-full::-webkit-slider-thumb {
    border-radius: 3.40282e38px;
  }

  .\[\&\:\:-webkit-slider-thumb\]\:bg-\[\#fffc22\]::-webkit-slider-thumb {
    background-color: #fffc22;
  }

  .\[\&\:\:-webkit-slider-thumb\]\:bg-white::-webkit-slider-thumb {
    background-color: var(--color-white);
  }

  .\[\&\:\:-webkit-slider-thumb\]\:shadow-md::-webkit-slider-thumb {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}

:root {
  --font-size: 16px;
  --background: #fff;
  --foreground: oklch(.145 0 0);
  --card: #fff;
  --card-foreground: oklch(.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(.95 .0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(.708 0 0);
  --chart-1: oklch(.646 .222 41.116);
  --chart-2: oklch(.6 .118 184.704);
  --chart-3: oklch(.398 .07 227.392);
  --chart-4: oklch(.828 .189 84.429);
  --chart-5: oklch(.769 .188 70.08);
  --radius: .625rem;
  --sidebar: oklch(.985 0 0);
  --sidebar-foreground: oklch(.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.97 0 0);
  --sidebar-accent-foreground: oklch(.205 0 0);
  --sidebar-border: oklch(.922 0 0);
  --sidebar-ring: oklch(.708 0 0);
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: oklch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}

html {
  font-size: var(--font-size);
}

.scrollbar-white::-webkit-scrollbar {
  width: 6px;
}

.scrollbar-white::-webkit-scrollbar-track {
  background: none;
}

.scrollbar-white::-webkit-scrollbar-thumb {
  background: #fffc;
  border-radius: 3px;
}

.scrollbar-white::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.scrollbar-white {
  scrollbar-width: thin;
  scrollbar-color: #fffc transparent;
}

@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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

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

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

@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

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

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-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
}
