/*! 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-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-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 {
  .tailwind, .tailwind :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;
    --spacing: .25rem;
    --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 {
  .tailwind *, .tailwind :after, .tailwind :before, .tailwind ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

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

  .tailwind html, .tailwind :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;
  }

  .tailwind body {
    line-height: inherit;
  }

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

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

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

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

  .tailwind b, .tailwind strong {
    font-weight: bolder;
  }

  .tailwind code, .tailwind kbd, .tailwind samp, .tailwind 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;
  }

  .tailwind small {
    font-size: 80%;
  }

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

  .tailwind sub {
    bottom: -.25em;
  }

  .tailwind sup {
    top: -.5em;
  }

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

  .tailwind :-moz-focusring {
    outline: auto;
  }

  .tailwind progress {
    vertical-align: baseline;
  }

  .tailwind summary {
    display: list-item;
  }

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

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

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

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

  .tailwind ::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;
  }

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

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

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

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

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

  .tailwind textarea {
    resize: vertical;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@layer utilities {
  .tailwind .visible {
    visibility: visible;
  }

  .tailwind .absolute {
    position: absolute;
  }

  .tailwind .relative {
    position: relative;
  }

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

  .tailwind .inset-\[1\.64\%_26\.16\%_84\.39\%_49\.77\%\] {
    inset: 1.64% 26.16% 84.39% 49.77%;
  }

  .tailwind .inset-\[1\.64\%_31\.04\%_82\.75\%_37\.75\%\] {
    inset: 1.64% 31.04% 82.75% 37.75%;
  }

  .tailwind .inset-\[1\.64\%_49\.77\%_82\.75\%_23\.61\%\] {
    inset: 1.64% 49.77% 82.75% 23.61%;
  }

  .tailwind .inset-\[4\.77\%_7\.43\%_72\.81\%_68\.5\%\] {
    inset: 4.77% 7.43% 72.81% 68.5%;
  }

  .tailwind .inset-\[4\.77\%_7\.43\%_72\.81\%_73\.38\%\] {
    inset: 4.77% 7.43% 72.81% 73.38%;
  }

  .tailwind .inset-\[7\.43\%_61\.8\%_68\.51\%_11\.58\%\] {
    inset: 7.43% 61.8% 68.51% 11.58%;
  }

  .tailwind .inset-\[7\.43\%_75\.93\%_68\.51\%_5\.26\%\] {
    inset: 7.43% 75.93% 68.51% 5.26%;
  }

  .tailwind .inset-\[15\.15\%_7\.43\%_60\.54\%_68\.5\%\] {
    inset: 15.15% 7.43% 60.54% 68.5%;
  }

  .tailwind .inset-\[15\.15\%_17\.9\%_60\.54\%_56\.48\%\] {
    inset: 15.15% 17.9% 60.54% 56.48%;
  }

  .tailwind .inset-\[15\.15\%_31\.04\%_60\.79\%_37\.75\%\] {
    inset: 15.15% 31.04% 60.79% 37.75%;
  }

  .tailwind .inset-\[16\.79\%_43\.06\%_57\.75\%_29\.31\%\] {
    inset: 16.79% 43.06% 57.75% 29.31%;
  }

  .tailwind .inset-\[16\.79\%_61\.8\%_57\.75\%_11\.58\%\] {
    inset: 16.79% 61.8% 57.75% 11.58%;
  }

  .tailwind .inset-\[26\.73\%_4\.87\%_42\.05\%_81\.64\%\] {
    inset: 26.73% 4.87% 42.05% 81.64%;
  }

  .tailwind .inset-\[31\.03\%_70\.23\%_37\.75\%_11\.58\%\] {
    inset: 31.03% 70.23% 37.75% 11.58%;
  }

  .tailwind .inset-\[38\.74\%_17\.9\%_34\.63\%_56\.48\%\] {
    inset: 38.74% 17.9% 34.63% 56.48%;
  }

  .tailwind .inset-\[38\.74\%_26\.89\%_32\.98\%_41\.89\%\] {
    inset: 38.74% 26.89% 32.98% 41.89%;
  }

  .tailwind .inset-\[38\.74\%_43\.06\%_32\.98\%_29\.31\%\] {
    inset: 38.74% 43.06% 32.98% 29.31%;
  }

  .tailwind .inset-\[38\.99\%_4\.87\%_34\.63\%_72\.64\%\] {
    inset: 38.99% 4.87% 34.63% 72.64%;
  }

  .tailwind .inset-\[41\.79\%_57\.65\%_32\.98\%_14\.14\%\] {
    inset: 41.79% 57.65% 32.98% 14.14%;
  }

  .tailwind .inset-\[57\.48\%_4\.87\%_14\.24\%_72\.64\%\] {
    inset: 57.48% 4.87% 14.24% 72.64%;
  }

  .tailwind .inset-\[57\.48\%_4\.87\%_14\.24\%_80\.08\%\] {
    inset: 57.48% 4.87% 14.24% 80.08%;
  }

  .tailwind .inset-\[61\.78\%_57\.65\%_11\.58\%_14\.14\%\] {
    inset: 61.78% 57.65% 11.58% 14.14%;
  }

  .tailwind .inset-\[61\.78\%_69\.23\%_11\.58\%_9\.61\%\] {
    inset: 61.78% 69.23% 11.58% 9.61%;
  }

  .tailwind .inset-\[61\.79\%_69\.23\%_11\.58\%_9\.61\%\] {
    inset: 61.79% 69.23% 11.58% 9.61%;
  }

  .tailwind .inset-\[64\.91\%_19\.46\%_13\.23\%_56\.82\%\] {
    inset: 64.91% 19.46% 13.23% 56.82%;
  }

  .tailwind .inset-\[64\.91\%_26\.89\%_13\.23\%_41\.89\%\] {
    inset: 64.91% 26.89% 13.23% 41.89%;
  }

  .tailwind .inset-\[66\.55\%_42\.72\%_11\.58\%_30\.31\%\] {
    inset: 66.55% 42.72% 11.58% 30.31%;
  }

  .tailwind .inset-\[73\.67\%_5\.25\%_7\.43\%_75\.94\%\] {
    inset: 73.67% 5.25% 7.43% 75.94%;
  }

  .tailwind .inset-\[78\.19\%_69\.23\%_4\.77\%_9\.61\%\] {
    inset: 78.19% 69.23% 4.77% 9.61%;
  }

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

  .tailwind .top-\[21\.34\%\] {
    top: 21.34%;
  }

  .tailwind .top-\[25\.86\%\] {
    top: 25.86%;
  }

  .tailwind .top-\[26\.73\%\] {
    top: 26.73%;
  }

  .tailwind .top-\[31\.03\%\] {
    top: 31.03%;
  }

  .tailwind .top-\[47\.11\%\] {
    top: 47.11%;
  }

  .tailwind .top-\[52\.43\%\] {
    top: 52.43%;
  }

  .tailwind .top-\[85\.29\%\] {
    top: 85.29%;
  }

  .tailwind .top-\[86\.31\%\] {
    top: 86.31%;
  }

  .tailwind .top-\[87\.95\%\] {
    top: 87.95%;
  }

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

  .tailwind .right-\[19\.46\%\] {
    right: 19.46%;
  }

  .tailwind .right-\[26\.16\%\] {
    right: 26.16%;
  }

  .tailwind .right-\[42\.72\%\] {
    right: 42.72%;
  }

  .tailwind .right-\[45\.63\%\] {
    right: 45.63%;
  }

  .tailwind .right-\[49\.77\%\] {
    right: 49.77%;
  }

  .tailwind .right-\[85\.4\%\] {
    right: 85.4%;
  }

  .tailwind .right-\[87\.96\%\] {
    right: 87.96%;
  }

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

  .tailwind .bottom-\[21\.34\%\] {
    bottom: 21.34%;
  }

  .tailwind .bottom-\[25\.87\%\] {
    bottom: 25.87%;
  }

  .tailwind .bottom-\[37\.75\%\] {
    bottom: 37.75%;
  }

  .tailwind .bottom-\[42\.05\%\] {
    bottom: 42.05%;
  }

  .tailwind .bottom-\[47\.11\%\] {
    bottom: 47.11%;
  }

  .tailwind .bottom-\[52\.43\%\] {
    bottom: 52.43%;
  }

  .tailwind .bottom-\[92\.11\%\] {
    bottom: 92.11%;
  }

  .tailwind .bottom-\[94\.77\%\] {
    bottom: 94.77%;
  }

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

  .tailwind .left-\[23\.61\%\] {
    left: 23.61%;
  }

  .tailwind .left-\[26\.17\%\] {
    left: 26.17%;
  }

  .tailwind .left-\[30\.31\%\] {
    left: 30.31%;
  }

  .tailwind .left-\[45\.63\%\] {
    left: 45.63%;
  }

  .tailwind .left-\[53\.91\%\] {
    left: 53.91%;
  }

  .tailwind .left-\[89\.93\%\] {
    left: 89.93%;
  }

  .tailwind .left-\[92\.11\%\] {
    left: 92.11%;
  }

  .tailwind .left-\[94\.29\%\] {
    left: 94.29%;
  }

  .tailwind .block {
    display: block;
  }

  .tailwind .contents {
    display: contents;
  }

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

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

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

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

  .tailwind .resize {
    resize: both;
  }

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

  .tailwind .bg-\[\#1c1c1c\] {
    background-color: #1c1c1c;
  }

  .tailwind .opacity-0 {
    opacity: 0;
  }

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

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

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

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

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

@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  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-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
}
