/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
.ga-input {
  display: flex;
  height: calc(calc(0.25rem * var(--ga-base-scaling-factor, 1)) * 10);
  width: calc(calc(0.25rem * var(--ga-base-scaling-factor, 1)) * 50);
  flex-direction: row;
  align-items: center;
  gap: calc(calc(0.25rem * var(--ga-base-scaling-factor, 1)) * 2);
  border-radius: var(--ga-radius);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--ga-color-border-primary);
  background-color: var(--ga-color-surface-primary);
  padding-inline: calc(calc(0.25rem * var(--ga-base-scaling-factor, 1)) * 3);
  padding-block: calc(calc(0.25rem * var(--ga-base-scaling-factor, 1)) * 2);
  font-size: calc(
    var(--ga-text-md-font-size) * var(--ga-base-scaling-factor, 1)
  );
  line-height: var(--tw-leading, calc(
    var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
  ));
  letter-spacing: var(--tw-tracking, calc(
    var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
  ));
  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, ease);
  transition-duration: var(--tw-duration, 0s);
  transition-duration: var(--ga-duration-instant);
  transition-timing-function: var(--ga-easing-standard);
  &:hover {
    border-color: var(--ga-color-border-action-hover);
    &:has(input:not(:placeholder-shown)), &:is(input:not(:placeholder-shown)) {
      background-color: var(--ga-color-surface-action-hover-2);
    }
  }
  &:has(input:disabled), &:is(input:disabled) {
    border-color: var(--ga-color-border-disabled);
    background-color: var(--ga-color-surface-disabled);
    color: var(--ga-color-text-disable-selected);
    &:has(input:not(:placeholder-shown)), &:is(input:not(:placeholder-shown)) {
      border-color: var(--ga-color-surface-disable-selected);
      background-color: var(--ga-color-surface-disable-selected);
      color: var(--ga-color-text-on-action);
    }
  }
  &:has(input:focus), &:is(input:focus) {
    &:not(.ga-input--invalid, .ga-input--success) {
      border-color: var(--ga-color-border-focus);
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
      outline-color: var(--ga-color-border-focus);
    }
  }
  &.ga-input--invalid {
    border-color: var(--ga-color-border-error);
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
    outline-color: var(--ga-color-border-error);
    &:has(input:not(:placeholder-shown)), &:is(input:not(:placeholder-shown)) {
      background-color: var(--ga-color-surface-error);
    }
  }
  &.ga-input--success {
    border-color: var(--ga-color-border-success);
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
    outline-color: var(--ga-color-border-success);
    &:has(input:not(:placeholder-shown)), &:is(input:not(:placeholder-shown)) {
      background-color: var(--ga-color-surface-success);
    }
  }
  input, &:is(input) {
    min-width: calc(calc(0.25rem * var(--ga-base-scaling-factor, 1)) * 0);
    --tw-leading: calc(calc(0.25rem * var(--ga-base-scaling-factor, 1)) * 6);
    line-height: calc(calc(0.25rem * var(--ga-base-scaling-factor, 1)) * 6);
    &::placeholder {
      color: var(--ga-color-text-disabled);
    }
  }
  input {
    height: calc(calc(0.25rem * var(--ga-base-scaling-factor, 1)) * 6);
    width: 100%;
    --tw-outline-style: none;
    outline-style: none;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@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-outline-style: solid;
      --tw-leading: initial;
    }
  }
}
