/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
.input {
  margin-bottom: var(--spacing-4, 1rem);
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: var(--spacing-2, 0.25rem);
}
.input__label {
  font-family: var(--font-sans, "Montserrat", "Avenir Next", "Segoe UI", sans-serif);
  font-size: var(--text-sm, clamp(0.6875rem, 0.625rem + 0.3vw, 0.8125rem));
  line-height: var(--tw-leading, var(--text-sm--line-height, 1.2));
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
  color: var(--color-text-on-bg, #0d263d);
}
.input__label[hidden] {
  display: none;
}
.input__description {
  margin: 0px;
  font-family: var(--font-sans, "Montserrat", "Avenir Next", "Segoe UI", sans-serif);
  font-size: var(--text-sm, clamp(0.6875rem, 0.625rem + 0.3vw, 0.8125rem));
  line-height: var(--tw-leading, var(--text-sm--line-height, 1.2));
  color: var(--color-text-on-bg-muted, rgb(5 5 5 / 0.65));
}
.input__description[hidden] {
  display: none;
}
.input__control-wrap {
  position: relative;
  width: 100%;
}
.input__control {
  box-sizing: border-box;
  min-height: var(--spacing-control-sm);
  width: 100%;
  min-width: 0px;
  border-radius: var(--radius-sm, 0.375rem);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-border, rgb(120 184 194 / 0.33));
  background-color: var(--color-surface, #fafafa);
  padding-inline: var(--spacing-3, 0.75rem);
  padding-block: var(--spacing-2, 0.25rem);
  font-family: var(--font-sans, "Montserrat", "Avenir Next", "Segoe UI", sans-serif);
  font-size: var(--text-base, clamp(1rem, 0.95rem + 0.3vw, 1.125rem));
  line-height: var(--tw-leading, var(--text-base--line-height, 1.5));
  color: var(--color-text-strong, #0d263d);
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  transition-property: color,box-shadow;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
  transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
}
.input[data-password-reveal] .input__control {
  padding-right: calc(var(--spacing, 0.25rem) * 10);
}
.input__control::-ms-reveal, .input__control::-ms-clear {
  display: none;
}
.input__control::placeholder {
  color: var(--color-text, rgb(5 5 5 / 0.65));
}
.input__control:focus-visible {
  border-color: var(--color-accent, #78b8c2);
  outline-style: var(--tw-outline-style);
  outline-width: 2px;
  outline-offset: 1px;
  outline-color: var(--color-primary-highlight, #e8ba00);
}
.input__control:disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 50%;
}
.input__control:read-only {
  background-color: var(--color-surface, #fafafa);
}
.input__control[aria-invalid="true"] {
  border-color: var(--color-danger, #b42318);
}
.input__reveal {
  position: absolute;
  top: calc(1 / 2 * 100%);
  right: var(--spacing-1, 0.125rem);
  display: flex;
  height: calc(var(--spacing, 0.25rem) * 8);
  width: calc(var(--spacing, 0.25rem) * 8);
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm, 0.375rem);
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: transparent;
  color: var(--color-text-on-bg-muted, rgb(5 5 5 / 0.65));
}
.input__reveal:hover {
  color: var(--color-text-on-bg, #0d263d);
}
.input__reveal:focus-visible {
  outline-style: var(--tw-outline-style);
  outline-width: 2px;
  outline-offset: 1px;
  outline-color: var(--color-primary-highlight, #e8ba00);
}
.input__reveal[hidden] {
  display: none;
}
.input__reveal-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.input__reveal-icon[hidden] {
  display: none;
}
.input__error {
  margin: 0px;
  font-family: var(--font-sans, "Montserrat", "Avenir Next", "Segoe UI", sans-serif);
  font-size: var(--text-sm, clamp(0.6875rem, 0.625rem + 0.3vw, 0.8125rem));
  line-height: var(--tw-leading, var(--text-sm--line-height, 1.2));
  color: var(--color-danger, #b42318);
}
.input__error:empty, .input__error[hidden] {
  display: none;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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: 0px;
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@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-font-weight: initial;
      --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-outline-style: solid;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}
