/*! tailwindcss v4.1.11 | 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-border-style: solid;
      --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-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;
      --tw-ease: initial;
      --tw-font-weight: 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-red-50: oklch(97.1% 0.013 17.38);
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-red-900: oklch(39.6% 0.141 25.723);
    --color-amber-50: oklch(98.7% 0.022 95.277);
    --color-amber-200: oklch(92.4% 0.12 95.746);
    --color-amber-700: oklch(55.5% 0.163 48.998);
    --color-amber-800: oklch(47.3% 0.137 46.201);
    --color-amber-900: oklch(41.4% 0.112 45.904);
    --color-green-50: oklch(98.2% 0.018 155.826);
    --color-green-200: oklch(92.5% 0.084 155.995);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-green-800: oklch(44.8% 0.119 151.328);
    --color-green-900: oklch(39.3% 0.095 152.535);
    --color-sky-50: oklch(97.7% 0.013 236.62);
    --color-sky-200: oklch(90.1% 0.058 230.902);
    --color-sky-700: oklch(50% 0.134 242.749);
    --color-sky-900: oklch(39.1% 0.09 240.876);
    --color-sky-950: oklch(29.3% 0.066 243.157);
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-200: oklch(88.2% 0.059 254.128);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-blue-900: oklch(37.9% 0.146 265.522);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --font-weight-medium: 500;
    --radius-lg: 0.5rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --blur-sm: 8px;
    --default-transition-duration: 0.15s;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --animate-fade-in: fade-in 0.3s ease-out;
    --animate-fade-out: fade-out 0.3s ease-out;
    --animate-slide-in: slide-in 0.3s ease-out;
    --animate-slide-out: slide-out 0.3s ease-out;
  }
}
@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;
    -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: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    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;
  }
  :-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 {
  .notifyx-container {
    pointer-events: none;
    z-index: 50;
    gap: calc(var(--spacing) * 2);
    padding: calc(var(--spacing) * 4);
    flex-direction: column;
    display: flex;
    position: fixed;
  }
  .notifyx-container[data-position="top-right"] {
    top: calc(var(--spacing) * 0);
    right: calc(var(--spacing) * 0);
  }
  .notifyx-container[data-position="top-left"] {
    top: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
  }
  .notifyx-container[data-position="bottom-right"] {
    right: calc(var(--spacing) * 0);
    bottom: calc(var(--spacing) * 0);
  }
  .notifyx-container[data-position="bottom-left"] {
    bottom: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
  }
  .notifyx {
    pointer-events: auto;
    align-items: center;
    gap: calc(var(--spacing) * 3);
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    padding: calc(var(--spacing) * 4);
    --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);
    --tw-backdrop-blur: blur(var(--blur-sm));
    -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-property: all;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 0.3s;
    --tw-ease: var(--ease-out);
    transition-duration: 0.3s;
    transition-timing-function: var(--ease-out);
    border-width: 1px;
    min-width: 320px;
    max-width: 420px;
    display: flex;
  }
  .notifyx-success {
    border-color: #78C299;
    background-color: #F5FBF0;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .notifyx-success {
      background-color: color-mix(
        in oklab,
        var(--color-green-50) 95%,
        transparent
      );
    }
  }
  .notifyx-success {
    color: var(--color-green-800);
  }
  .notifyx-error {
    border-color: var(--color-red-200);
    background-color: #fef2f2f2;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .notifyx-error {
      background-color: color-mix(
        in oklab,
        var(--color-red-50) 95%,
        transparent
      );
    }
  }
  .notifyx-error {
    color: var(--color-red-800);
  }
  @media (prefers-color-scheme: dark) {
    .notifyx-error {
      border-color: #bf000f80;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .notifyx-error {
        border-color: color-mix(
          in oklab,
          var(--color-red-700) 50%,
          transparent
        );
      }
    }
    .notifyx-error {
      background-color: #82181a33;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .notifyx-error {
        background-color: color-mix(
          in oklab,
          var(--color-red-900) 20%,
          transparent
        );
      }
    }
    .notifyx-error {
      color: var(--color-red-200);
    }
  }
  .notifyx-warning {
    border-color: var(--color-amber-200);
    background-color: #fffbebf2;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .notifyx-warning {
      background-color: color-mix(
        in oklab,
        var(--color-amber-50) 95%,
        transparent
      );
    }
  }
  .notifyx-warning {
    color: var(--color-amber-800);
  }
  @media (prefers-color-scheme: dark) {
    .notifyx-warning {
      border-color: #b7500080;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .notifyx-warning {
        border-color: color-mix(
          in oklab,
          var(--color-amber-700) 50%,
          transparent
        );
      }
    }
    .notifyx-warning {
      background-color: #7b330633;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .notifyx-warning {
        background-color: color-mix(
          in oklab,
          var(--color-amber-900) 20%,
          transparent
        );
      }
    }
    .notifyx-warning {
      color: var(--color-amber-200);
    }
  }
  .notifyx-info {
    border-color: var(--color-blue-200);
    background-color: #eff6fff2;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .notifyx-info {
      background-color: color-mix(
        in oklab,
        var(--color-blue-50) 95%,
        transparent
      );
    }
  }
  .notifyx-info {
    color: var(--color-blue-800);
  }
  @media (prefers-color-scheme: dark) {
    .notifyx-info {
      border-color: #1447e680;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .notifyx-info {
        border-color: color-mix(
          in oklab,
          var(--color-blue-700) 50%,
          transparent
        );
      }
    }
    .notifyx-info {
      background-color: #1c398e33;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .notifyx-info {
        background-color: color-mix(
          in oklab,
          var(--color-blue-900) 20%,
          transparent
        );
      }
    }
    .notifyx-info {
      color: var(--color-blue-200);
    }
  }
  .notifyx-default {
    border-color: var(--color-sky-200);
    background-color: #f0f9fff2;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .notifyx-default {
      background-color: color-mix(
        in oklab,
        var(--color-sky-50) 95%,
        transparent
      );
    }
  }
  .notifyx-default {
    color: var(--color-sky-950);
  }
  @media (prefers-color-scheme: dark) {
    .notifyx-default {
      border-color: #0069a480;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .notifyx-default {
        border-color: color-mix(
          in oklab,
          var(--color-sky-700) 50%,
          transparent
        );
      }
    }
    .notifyx-default {
      background-color: #024a7033;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .notifyx-default {
        background-color: color-mix(
          in oklab,
          var(--color-sky-900) 20%,
          transparent
        );
      }
    }
    .notifyx-default {
      color: var(--color-sky-200);
    }
  }
  .notifyx-close {
    height: calc(var(--spacing) * 5);
    width: calc(var(--spacing) * 5);
    cursor: pointer;
    transition-property: opacity;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 0.2s;
    border-radius: 3.40282e38px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    transition-duration: 0.2s;
    display: flex;

    background-color: unset !important;
    border: unset !important;
    color: unset !important;
    line-height: unset !important;
    margin: unset !important;
    padding: unset !important;
    top: -22px;
  }
  @media (hover: hover) {
    .notifyx-close:hover {
      background-color: #0000001a;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .notifyx-close:hover {
        background-color: color-mix(
          in oklab,
          var(--color-black) 10%,
          transparent
        );
      }
    }
    .notifyx-close:hover {
      opacity: 0.75;
    }
  }
  @media (prefers-color-scheme: dark) {
    @media (hover: hover) {
      .notifyx-close:hover {
        background-color: #ffffff1a;
      }
      @supports (color: color-mix(in lab, red, red)) {
        .notifyx-close:hover {
          background-color: color-mix(
            in oklab,
            var(--color-white) 10%,
            transparent
          );
        }
      }
    }
  }
  .notifyx-msg {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    flex: 1;
  }
  .notifyx-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 1);
  }
  .notifyx-title {
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.3;
    color: #333;
  }
  .notifyx-subtitle {
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.4;
    opacity: 0.9;
    color: #6A6C6E;
  }
  .notifyx-enter {
    animation: var(--animate-fade-in);
  }
  .notifyx-exit {
    animation: var(--animate-fade-out);
  }
  .notifyx-slide-enter {
    animation: var(--animate-slide-in);
  }
  .notifyx-slide-exit {
    animation: var(--animate-slide-out);
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .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;
    }
  }
  .animate-slide-in {
    animation: var(--animate-slide-in);
  }
  .animate-slide-out {
    animation: var(--animate-slide-out);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .shadow-md {
    --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);
  }
  .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, visibility,
      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));
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-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;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translate(100%);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    transform: translate(0);
  }
  to {
    opacity: 0;
    transform: translate(100%);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.95);
  }
}