/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@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;
    --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 .top-\[-0\.618\%\] {
    top: -.618%;
  }

  .tailwind .top-\[-0\.872\%\] {
    top: -.872%;
  }

  .tailwind .top-\[-1\.166\%\] {
    top: -1.166%;
  }

  .tailwind .top-\[-1\.645\%\] {
    top: -1.645%;
  }

  .tailwind .top-\[-1\.753\%\] {
    top: -1.753%;
  }

  .tailwind .top-\[-1\.841\%\] {
    top: -1.841%;
  }

  .tailwind .top-\[-2\.473\%\] {
    top: -2.473%;
  }

  .tailwind .top-\[-2\.598\%\] {
    top: -2.598%;
  }

  .tailwind .top-\[-5\.4\%\] {
    top: -5.4%;
  }

  .tailwind .top-\[-7\.62\%\] {
    top: -7.62%;
  }

  .tailwind .top-\[-8\.873\%\] {
    top: -8.873%;
  }

  .tailwind .top-\[-12\.521\%\] {
    top: -12.521%;
  }

  .tailwind .top-\[27\.151\%\] {
    top: 27.151%;
  }

  .tailwind .top-\[29\.609\%\] {
    top: 29.609%;
  }

  .tailwind .top-\[34\.794\%\] {
    top: 34.794%;
  }

  .tailwind .top-\[35\.176\%\] {
    top: 35.176%;
  }

  .tailwind .top-\[45\.269\%\] {
    top: 45.269%;
  }

  .tailwind .top-\[49\.308\%\] {
    top: 49.308%;
  }

  .tailwind .right-\[-0\.67\%\] {
    right: -.67%;
  }

  .tailwind .right-\[-0\.333\%\] {
    right: -.333%;
  }

  .tailwind .right-\[-0\.469\%\] {
    right: -.469%;
  }

  .tailwind .right-\[-0\.605\%\] {
    right: -.605%;
  }

  .tailwind .right-\[-0\.658\%\] {
    right: -.658%;
  }

  .tailwind .right-\[-0\.852\%\] {
    right: -.852%;
  }

  .tailwind .right-\[-0\.926\%\] {
    right: -.926%;
  }

  .tailwind .right-\[-0\.943\%\] {
    right: -.943%;
  }

  .tailwind .right-\[-1\.126\%\] {
    right: -1.126%;
  }

  .tailwind .right-\[-1\.584\%\] {
    right: -1.584%;
  }

  .tailwind .right-\[-3\.797\%\] {
    right: -3.797%;
  }

  .tailwind .right-\[-5\.345\%\] {
    right: -5.345%;
  }

  .tailwind .right-\[12\.36\%\] {
    right: 12.36%;
  }

  .tailwind .right-\[15\.311\%\] {
    right: 15.311%;
  }

  .tailwind .right-\[20\.072\%\] {
    right: 20.072%;
  }

  .tailwind .right-\[45\.359\%\] {
    right: 45.359%;
  }

  .tailwind .right-\[58\.508\%\] {
    right: 58.508%;
  }

  .tailwind .right-\[60\.015\%\] {
    right: 60.015%;
  }

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

  .tailwind .bottom-\[-0\.618\%\] {
    bottom: -.618%;
  }

  .tailwind .bottom-\[-0\.872\%\] {
    bottom: -.872%;
  }

  .tailwind .bottom-\[-1\.166\%\] {
    bottom: -1.166%;
  }

  .tailwind .bottom-\[-1\.645\%\] {
    bottom: -1.645%;
  }

  .tailwind .bottom-\[-1\.752\%\] {
    bottom: -1.752%;
  }

  .tailwind .bottom-\[-1\.841\%\] {
    bottom: -1.841%;
  }

  .tailwind .bottom-\[-2\.473\%\] {
    bottom: -2.473%;
  }

  .tailwind .bottom-\[-2\.598\%\] {
    bottom: -2.598%;
  }

  .tailwind .bottom-\[-5\.4\%\] {
    bottom: -5.4%;
  }

  .tailwind .bottom-\[-7\.62\%\] {
    bottom: -7.62%;
  }

  .tailwind .bottom-\[-8\.871\%\] {
    bottom: -8.871%;
  }

  .tailwind .bottom-\[-12\.518\%\] {
    bottom: -12.518%;
  }

  .tailwind .bottom-\[27\.259\%\] {
    bottom: 27.259%;
  }

  .tailwind .bottom-\[45\.758\%\] {
    bottom: 45.758%;
  }

  .tailwind .bottom-\[50\.002\%\] {
    bottom: 50.002%;
  }

  .tailwind .bottom-\[50\.354\%\] {
    bottom: 50.354%;
  }

  .tailwind .bottom-\[51\.727\%\] {
    bottom: 51.727%;
  }

  .tailwind .left-\[-0\.67\%\] {
    left: -.67%;
  }

  .tailwind .left-\[-0\.333\%\] {
    left: -.333%;
  }

  .tailwind .left-\[-0\.469\%\] {
    left: -.469%;
  }

  .tailwind .left-\[-0\.606\%\] {
    left: -.606%;
  }

  .tailwind .left-\[-0\.658\%\] {
    left: -.658%;
  }

  .tailwind .left-\[-0\.852\%\] {
    left: -.852%;
  }

  .tailwind .left-\[-0\.926\%\] {
    left: -.926%;
  }

  .tailwind .left-\[-0\.943\%\] {
    left: -.943%;
  }

  .tailwind .left-\[-1\.125\%\] {
    left: -1.125%;
  }

  .tailwind .left-\[-1\.584\%\] {
    left: -1.584%;
  }

  .tailwind .left-\[-3\.797\%\] {
    left: -3.797%;
  }

  .tailwind .left-\[-5\.344\%\] {
    left: -5.344%;
  }

  .tailwind .left-\[11\.34\%\] {
    left: 11.34%;
  }

  .tailwind .left-\[28\.077\%\] {
    left: 28.077%;
  }

  .tailwind .left-\[36\.529\%\] {
    left: 36.529%;
  }

  .tailwind .left-\[37\.897\%\] {
    left: 37.897%;
  }

  .tailwind .left-\[48\.804\%\] {
    left: 48.804%;
  }

  .tailwind .left-\[59\.516\%\] {
    left: 59.516%;
  }

  .tailwind .block {
    display: block;
  }

  .tailwind .hidden {
    display: none;
  }

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

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