/* [project]/app/globals.css [app-client] (css) */
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: "Pretendard Variable", "Pretendard", -apple-system, BlinkMacSystemFont,
               system-ui, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
    --color-red-50: #fef2f2;
    --color-red-200: #ffcaca;
    --color-red-300: #ffa3a3;
    --color-red-400: #ff6568;
    --color-red-500: #fb2c36;
    --color-red-700: #bf000f;
    --color-red-900: #82181a;
    --color-yellow-50: #fefce8;
    --color-yellow-100: #fef9c2;
    --color-yellow-300: #ffe02a;
    --color-yellow-700: #a36100;
    --color-yellow-800: #874b00;
    --color-cyan-100: #cefafe;
    --color-cyan-700: #007492;
    --color-blue-100: #dbeafe;
    --color-blue-700: #1447e6;
    --color-gray-50: #f9fafb;
    --color-gray-800: #1e2939;
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wider: .05em;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --radius-2xl: 1rem;
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: "Pretendard Variable", "Pretendard", -apple-system, BlinkMacSystemFont,
               system-ui, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
    --default-mono-font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
    --color-bg: #faf9f5;
    --color-text-body: #3d3d3d;
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-red-50: lab(96.5005% 4.18511 1.52329);
      --color-red-200: lab(86.017% 19.8815 7.75869);
      --color-red-300: lab(76.5514% 36.4219 15.5335);
      --color-red-400: lab(63.7053% 60.7449 31.3109);
      --color-red-500: lab(55.4814% 75.0732 48.8528);
      --color-red-700: lab(40.4273% 67.2623 53.7441);
      --color-red-900: lab(28.5139% 44.5539 29.0463);
      --color-yellow-50: lab(98.6846% -1.79058 9.77662);
      --color-yellow-100: lab(97.3564% -4.51407 27.344);
      --color-yellow-300: lab(89.7033% -.480324 84.4917);
      --color-yellow-700: lab(47.8202% 25.2426 66.5015);
      --color-yellow-800: lab(38.7484% 23.5833 51.4916);
      --color-cyan-100: lab(95.3146% -13.8285 -6.84733);
      --color-cyan-700: lab(44.7267% -21.5987 -26.118);
      --color-blue-100: lab(92.0301% -2.24757 -11.6453);
      --color-blue-700: lab(36.9089% 35.0961 -85.6872);
      --color-gray-50: lab(98.2596% -.247031 -.706708);
      --color-gray-800: lab(16.1051% -1.18239 -11.7533);
    }
  }
}

@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;
  }

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

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

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

  textarea {
    resize: vertical;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

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

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

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

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

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

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

@layer components;

@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

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

  .start {
    inset-inline-start: var(--spacing);
  }

  .end {
    inset-inline-end: var(--spacing);
  }

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

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

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

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

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

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

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

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

  .col-span-2 {
    grid-column: span 2 / span 2;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

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

  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }

  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }

  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }

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

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

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

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

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

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

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

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

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

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

  .table {
    display: table;
  }

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

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

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

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

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

  .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-12 {
    height: calc(var(--spacing) * 12);
  }

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

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

  .max-h-\[calc\(100vh-280px\)\] {
    max-height: calc(100vh - 280px);
  }

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

  .min-h-full {
    min-height: 100%;
  }

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

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

  .w-1\/3 {
    width: 33.3333%;
  }

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

  .w-2\/3 {
    width: 66.6667%;
  }

  .w-2\/5 {
    width: 40%;
  }

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

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

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

  .w-5\/6 {
    width: 83.3333%;
  }

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

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

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

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

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

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

  .w-full {
    width: 100%;
  }

  .w-px {
    width: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-1 {
    flex: 1;
  }

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

  .shrink {
    flex-shrink: 1;
  }

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

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

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

  .animate-pulse {
    animation: var(--animate-pulse);
  }

  .animate-spin {
    animation: var(--animate-spin);
  }

  .cursor-grab {
    cursor: grab;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize-none {
    resize: none;
  }

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

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

  .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-baseline {
    align-items: baseline;
  }

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

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

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

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

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

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

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

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

  .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-px {
    gap: 1px;
  }

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

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

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

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

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

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

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

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

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

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

  .gap-y-0\.5 {
    row-gap: calc(var(--spacing) * .5);
  }

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

  :where(.divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }

  :where(.divide-\[\#f0ede6\] > :not(:last-child)) {
    border-color: #f0ede6;
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-auto {
    overflow: auto;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

  .rounded {
    border-radius: .25rem;
  }

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

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

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

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

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

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

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

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

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

  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }

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

  .border-\[\#1a8a5e\]\/30 {
    border-color: #1a8a5e4d;
    border-color: lab(50.8369% -39.5715 14.7183 / .3);
  }

  .border-\[\#2a7a2a\]\/30 {
    border-color: #2a7a2a4d;
    border-color: lab(45.0917% -37.9046 35.085 / .3);
  }

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

  .border-\[\#2f6364\]\/30 {
    border-color: #2f63644d;
    border-color: lab(38.4629% -17.8847 -6.21914 / .3);
  }

  .border-\[\#2f6364\]\/40 {
    border-color: #2f636466;
    border-color: lab(38.4629% -17.8847 -6.21913 / .4);
  }

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

  .border-\[\#3b6fa8\]\/40 {
    border-color: #3b6fa866;
    border-color: lab(45.2794% -3.66765 -36.4017 / .4);
  }

  .border-\[\#10b981\]\/40 {
    border-color: #10b98166;
    border-color: lab(66.6921% -50.6678 17.0591 / .4);
  }

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

  .border-\[\#b8802a\]\/40 {
    border-color: #b8802a66;
    border-color: lab(58.3016% 16.8171 52.7331 / .4);
  }

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

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

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

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

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

  .border-\[\#ef4444\]\/30 {
    border-color: #ef44444d;
    border-color: lab(55.7852% 65.6164 40.7976 / .3);
  }

  .border-\[\#ef4444\]\/40 {
    border-color: #ef444466;
    border-color: lab(55.7852% 65.6164 40.7976 / .4);
  }

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

  .border-\[\#f59e0b\]\/30 {
    border-color: #f59e0b4d;
    border-color: lab(72.7914% 26.933 75.434 / .3);
  }

  .border-\[\#f59e0b\]\/40 {
    border-color: #f59e0b66;
    border-color: lab(72.7914% 26.933 75.434 / .4);
  }

  .border-red-200 {
    border-color: var(--color-red-200);
  }

  .border-red-300 {
    border-color: var(--color-red-300);
  }

  .border-red-500\/50 {
    border-color: #fb2c3680;
  }

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

  .border-red-700 {
    border-color: var(--color-red-700);
  }

  .border-white\/5 {
    border-color: #ffffff0d;
  }

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

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

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

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

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

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

  .bg-\[\#3b6fa8\]\/10 {
    background-color: #3b6fa81a;
    background-color: lab(45.2794% -3.66765 -36.4017 / .1);
  }

  .bg-\[\#3b6fa8\]\/20 {
    background-color: #3b6fa833;
    background-color: lab(45.2794% -3.66765 -36.4017 / .2);
  }

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

  .bg-\[\#10b981\]\/10 {
    background-color: #10b9811a;
    background-color: lab(66.6921% -50.6678 17.0591 / .1);
  }

  .bg-\[\#10b981\]\/20 {
    background-color: #10b98133;
    background-color: lab(66.6921% -50.6678 17.0591 / .2);
  }

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

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

  .bg-\[\#b8802a\]\/10 {
    background-color: #b8802a1a;
    background-color: lab(58.3016% 16.8171 52.7331 / .1);
  }

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

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

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

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

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

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

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

  .bg-\[\#ef4444\]\/5 {
    background-color: #ef44440d;
    background-color: lab(55.7852% 65.6164 40.7976 / .05);
  }

  .bg-\[\#ef4444\]\/10 {
    background-color: #ef44441a;
    background-color: lab(55.7852% 65.6164 40.7976 / .1);
  }

  .bg-\[\#ef4444\]\/20 {
    background-color: #ef444433;
    background-color: lab(55.7852% 65.6164 40.7976 / .2);
  }

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

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

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

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

  .bg-\[\#f59e0b\]\/5 {
    background-color: #f59e0b0d;
    background-color: lab(72.7914% 26.933 75.434 / .05);
  }

  .bg-\[\#f59e0b\]\/10 {
    background-color: #f59e0b1a;
    background-color: lab(72.7914% 26.933 75.434 / .1);
  }

  .bg-\[\#f59e0b\]\/20 {
    background-color: #f59e0b33;
    background-color: lab(72.7914% 26.933 75.434 / .2);
  }

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

  .bg-\[\#faf9f5\]\/85 {
    background-color: #faf9f5d9;
    background-color: lab(97.9198% -.174731 2.04761 / .85);
  }

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

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

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

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

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

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

  .bg-black\/30 {
    background-color: #0000004d;
  }

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

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

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

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

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

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

  .bg-red-500\/10 {
    background-color: #fb2c361a;
  }

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

  .bg-red-900\/20 {
    background-color: #82181a33;
  }

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

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

  .bg-white\/95 {
    background-color: #fffffff2;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .py-px {
    padding-block: 1px;
  }

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

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

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

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

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

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

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

  .font-mono {
    font-family: JetBrains Mono, ui-monospace, SFMono-Regular, Menlo, monospace;
  }

  .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-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-\[10px\] {
    font-size: 10px;
  }

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

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

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

  .leading-\[1\.8\] {
    --tw-leading: 1.8;
    line-height: 1.8;
  }

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }

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

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

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

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

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

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

  .break-all {
    word-break: break-all;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-blue-700 {
    color: var(--color-blue-700);
  }

  .text-cyan-700 {
    color: var(--color-cyan-700);
  }

  .text-gray-800 {
    color: var(--color-gray-800);
  }

  .text-red-300\/80 {
    color: #ffa3a3cc;
  }

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

  .text-red-400 {
    color: var(--color-red-400);
  }

  .text-red-500 {
    color: var(--color-red-500);
  }

  .text-red-700 {
    color: var(--color-red-700);
  }

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

  .text-white\/70 {
    color: #ffffffb3;
  }

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

  .text-yellow-700 {
    color: var(--color-yellow-700);
  }

  .text-yellow-800 {
    color: var(--color-yellow-800);
  }

  .lowercase {
    text-transform: lowercase;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

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

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

  .line-through {
    text-decoration-line: line-through;
  }

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

  .decoration-\[\#3b6fa8\]\/50 {
    text-decoration-color: #3b6fa880;
    text-decoration-color: lab(45.2794% -3.66765 -36.4017 / .5);
  }

  .decoration-dotted {
    text-decoration-style: dotted;
  }

  .decoration-2 {
    text-decoration-thickness: 2px;
  }

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

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

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

  .placeholder-\[\#8a8a82\]::placeholder {
    color: #8a8a82;
  }

  .accent-\[\#2f6364\] {
    accent-color: #2f6364;
  }

  .accent-\[\#3b6fa8\] {
    accent-color: #3b6fa8;
  }

  .opacity-0 {
    opacity: 0;
  }

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

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

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

  .shadow-sm {
    --tw-shadow: 0 1px 2px var(--tw-shadow-color, #0000000a);
    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, );
  }

  .backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

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

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

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

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

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

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

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

  @media (hover: hover) {
    .group-hover\:text-\[\#2f6364\]:is(:where(.group):hover *) {
      color: #2f6364;
    }
  }

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

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

  @media (hover: hover) {
    .hover\:border-\[\#2f6364\]:hover {
      border-color: #2f6364;
    }
  }

  @media (hover: hover) {
    .hover\:border-\[\#2f6364\]\/50:hover {
      border-color: #2f636480;
      border-color: lab(38.4629% -17.8847 -6.21913 / .5);
    }
  }

  @media (hover: hover) {
    .hover\:border-\[\#3b6fa8\]:hover {
      border-color: #3b6fa8;
    }
  }

  @media (hover: hover) {
    .hover\:border-\[\#3b6fa8\]\/50:hover {
      border-color: #3b6fa880;
      border-color: lab(45.2794% -3.66765 -36.4017 / .5);
    }
  }

  @media (hover: hover) {
    .hover\:border-\[\#d8d4c8\]:hover {
      border-color: #d8d4c8;
    }
  }

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

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

  @media (hover: hover) {
    .hover\:bg-\[\#3b6fa8\]\/30:hover {
      background-color: #3b6fa84d;
      background-color: lab(45.2794% -3.66765 -36.4017 / .3);
    }
  }

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

  @media (hover: hover) {
    .hover\:bg-\[\#10b981\]\/20:hover {
      background-color: #10b98133;
      background-color: lab(66.6921% -50.6678 17.0591 / .2);
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#10b981\]\/30:hover {
      background-color: #10b9814d;
      background-color: lab(66.6921% -50.6678 17.0591 / .3);
    }
  }

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

  @media (hover: hover) {
    .hover\:bg-\[\#b8802a\]\/20:hover {
      background-color: #b8802a33;
      background-color: lab(58.3016% 16.8171 52.7331 / .2);
    }
  }

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

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

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

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

  @media (hover: hover) {
    .hover\:bg-\[\#e8f1f1\]\/70:hover {
      background-color: #e8f1f1b3;
      background-color: lab(94.4598% -3.08838 -1.09229 / .7);
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#ef4444\]\/30:hover {
      background-color: #ef44444d;
      background-color: lab(55.7852% 65.6164 40.7976 / .3);
    }
  }

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

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

  @media (hover: hover) {
    .hover\:bg-\[\#f59e0b\]\/30:hover {
      background-color: #f59e0b4d;
      background-color: lab(72.7914% 26.933 75.434 / .3);
    }
  }

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

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

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

  @media (hover: hover) {
    .hover\:bg-black\/90:hover {
      background-color: #000000e6;
    }

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

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

  @media (hover: hover) {
    .hover\:text-\[\#1a1a1a\]:hover {
      color: #1a1a1a;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#2f5a8e\]:hover {
      color: #2f5a8e;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#2f6364\]:hover {
      color: #2f6364;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#3b6fa8\]:hover {
      color: #3b6fa8;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#3d3d3d\]:hover {
      color: #3d3d3d;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#264e4f\]:hover {
      color: #264e4f;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#c0392b\]:hover {
      color: #c0392b;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-90:hover {
      opacity: .9;
    }
  }

  @media (hover: hover) {
    .hover\:shadow-md:hover {
      --tw-shadow: 0 2px 8px var(--tw-shadow-color, #0000000d);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  .focus\:border-\[\#2f6364\]:focus {
    border-color: #2f6364;
  }

  .focus\:border-\[\#3b6fa8\]:focus {
    border-color: #3b6fa8;
  }

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

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

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

  .disabled\:opacity-40:disabled {
    opacity: .4;
  }

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

  .disabled\:opacity-60:disabled {
    opacity: .6;
  }

  @media (min-width: 40rem) {
    .sm\:block {
      display: block;
    }
  }

  @media (min-width: 40rem) {
    .sm\:hidden {
      display: none;
    }
  }

  @media (min-width: 40rem) {
    .sm\:table-cell {
      display: table-cell;
    }
  }

  @media (min-width: 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 40rem) {
    .sm\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (min-width: 40rem) {
    .sm\:flex-row {
      flex-direction: row;
    }
  }

  @media (min-width: 40rem) {
    .sm\:px-4 {
      padding-inline: calc(var(--spacing) * 4);
    }
  }

  @media (min-width: 40rem) {
    .sm\:py-6 {
      padding-block: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-\[320px_1fr\] {
      grid-template-columns: 320px 1fr;
    }
  }

  @media (min-width: 80rem) {
    .xl\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}

* {
  scrollbar-width: thin;
  scrollbar-color: #d8d4c8 transparent;
}

body {
  background: var(--color-bg);
  color: var(--color-text-body);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

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

::-webkit-scrollbar-thumb {
  background: #d8d4c8;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: #b8b5a8;
}

.prose-dark h1 {
  color: #1a1a1a;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
}

.prose-dark h2 {
  color: #1a1a1a;
  border-bottom: 1px solid #e8e5de;
  margin: 1.5rem 0 .75rem;
  padding-bottom: 4px;
  font-size: 1.2rem;
  font-weight: 600;
}

.prose-dark h3 {
  color: #1a1a1a;
  margin: 1rem 0 .5rem;
  font-size: 1rem;
  font-weight: 600;
}

.prose-dark p {
  color: #3d3d3d;
  margin-bottom: .75rem;
  line-height: 1.75;
}

.prose-dark ul, .prose-dark ol {
  margin: .5rem 0 .75rem 1.5rem;
}

.prose-dark li {
  color: #3d3d3d;
  margin-bottom: .25rem;
}

.prose-dark table {
  border-collapse: collapse;
  width: 100%;
  margin: 1rem 0;
  font-size: .9rem;
}

.prose-dark th {
  text-align: left;
  color: #1a1a1a;
  background: #f5f3ec;
  border: 1px solid #e8e5de;
  padding: 8px 12px;
}

.prose-dark td {
  color: #3d3d3d;
  border: 1px solid #e8e5de;
  padding: 7px 12px;
}

.prose-dark a {
  color: #2f6364;
  text-decoration: underline;
}

.prose-dark strong {
  color: #1a1a1a;
}

.prose-dark code {
  color: #2f6364;
  background: #f5f3ec;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: .85em;
}

.prose-dark blockquote {
  color: #6b6b6b;
  border-left: 3px solid #2f6364;
  margin: 1rem 0;
  padding-left: 1rem;
}

.pw-box {
  border-radius: 10px;
  margin: 1rem 0;
  padding: 14px 16px;
  line-height: 1.65;
  position: relative;
}

.pw-box > :first-child {
  margin-top: 0;
}

.pw-box > :last-child {
  margin-bottom: 0;
}

.pw-box strong {
  color: inherit;
}

.pw-box p {
  margin-bottom: .5rem;
}

.pw-tip {
  color: #6b4a0a;
  background: #b8802a14;
  border-left: 4px solid #b8802a;
}

.pw-tip:before {
  content: "💡 팁";
  color: #b8802a;
  letter-spacing: .02em;
  margin-bottom: 6px;
  font-size: .85rem;
  font-weight: 700;
  display: block;
}

.pw-warn {
  color: #7a1e17;
  background: #ef44440f;
  border-left: 4px solid #c0392b;
}

.pw-warn:before {
  content: "⚠️ 주의";
  color: #c0392b;
  letter-spacing: .02em;
  margin-bottom: 6px;
  font-size: .85rem;
  font-weight: 700;
  display: block;
}

.pw-info {
  color: #1a3a5e;
  background: #3b6fa812;
  border-left: 4px solid #3b6fa8;
}

.pw-info:before {
  content: "ℹ️ 참고";
  color: #3b6fa8;
  letter-spacing: .02em;
  margin-bottom: 6px;
  font-size: .85rem;
  font-weight: 700;
  display: block;
}

.pw-success {
  color: #0a4a32;
  background: #1a8a5e12;
  border-left: 4px solid #1a8a5e;
}

.pw-success:before {
  content: "✅ 결론";
  color: #1a8a5e;
  letter-spacing: .02em;
  margin-bottom: 6px;
  font-size: .85rem;
  font-weight: 700;
  display: block;
}

.pw-steps {
  counter-reset: pw-step;
  margin: 1rem 0;
  padding: 0;
  list-style: none !important;
}

.pw-steps > li {
  counter-increment: pw-step;
  background: #fff;
  border: 1px solid #e8e5de;
  border-radius: 8px;
  padding: 12px 14px 12px 52px;
  position: relative;
  margin: 8px 0 !important;
}

.pw-steps > li:before {
  content: counter(pw-step);
  color: #fff;
  background: linear-gradient(135deg, #2f6364, #4a8284);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-size: .85rem;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 12px;
  left: 14px;
}

.pw-hl {
  color: #1a1a1a;
  background: linear-gradient(#0000 60%, #4a828459 60%);
  padding: 0 2px;
  font-weight: 600;
}

.pw-stat {
  background: #fff;
  border: 1px solid #e8e5de;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin: 4px 6px 4px 0;
  padding: 10px 16px;
  display: inline-flex;
}

.pw-stat-num {
  color: #2f6364;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
}

.pw-stat-label {
  color: #6b6b6b;
  font-size: .75rem;
}

.pw-btn {
  background: linear-gradient(135deg, #2f6364, #264e4f);
  border-radius: 8px;
  margin: 8px 4px;
  padding: 10px 20px;
  font-weight: 600;
  transition: opacity .2s;
  display: inline-block;
  color: #fff !important;
  text-decoration: none !important;
}

.pw-btn:hover {
  opacity: .85;
}

.prose-dark details {
  background: #fff;
  border: 1px solid #e8e5de;
  border-radius: 8px;
  margin: 1rem 0;
  padding: 10px 14px;
}

.prose-dark details summary {
  cursor: pointer;
  color: #1a1a1a;
  font-weight: 600;
}

.prose-dark details[open] summary {
  border-bottom: 1px solid #e8e5de;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.pw-compare {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 1rem 0;
  display: grid;
}

.pw-compare > div {
  background: #fff;
  border: 1px solid #e8e5de;
  border-radius: 8px;
  padding: 14px;
}

.pw-compare > div h4 {
  color: #1a1a1a;
  margin: 0 0 8px;
  font-size: .95rem;
}

.pw-compare-pro {
  border-left: 4px solid #1a8a5e;
}

.pw-compare-con {
  border-left: 4px solid #c0392b;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

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

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

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

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

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

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

/*# sourceMappingURL=app_globals_0jn8.0u.css.map*/