*,
::after,
::before,
::backdrop,
::file-selector-button {
  box-sizing: border-box; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 2 */
  border: 0 solid; /* 3 */
}

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  tab-size: 4; /* 3 */
  font-family: --theme(
    --default-font-family,
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji"
  ); /* 4 */
  font-feature-settings: --theme(
    --default-font-feature-settings,
    normal
  ); /* 5 */
  font-variation-settings: --theme(
    --default-font-variation-settings,
    normal
  ); /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: --theme(
    --default-mono-font-family,
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace
  ); /* 1 */
  font-feature-settings: --theme(
    --default-mono-font-feature-settings,
    normal
  ); /* 2 */
  font-variation-settings: --theme(
    --default-mono-font-variation-settings,
    normal
  ); /* 3 */
  font-size: 1em; /* 4 */
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

:-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 {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

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

button,
input,
select,
optgroup,
textarea,
::file-selector-button {
  font: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  border-radius: 0; /* 2 */
  background-color: transparent; /* 3 */
  opacity: 1; /* 4 */
}

: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)) /* Not Safari */
  or (contain-intrinsic-size: 1px) /* Safari 17+ */ {
  ::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; /* 1 */
  text-align: inherit; /* 2 */
}

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

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

::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}

::-webkit-calendar-picker-indicator {
  line-height: 1;
}

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

button,
input:where([type="button"], [type="reset"], [type="submit"]),
::file-selector-button {
  appearance: button;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

.divide-y-border > :not([hidden]) ~ :not([hidden]) {
  border-top: 1px solid #d6d3d1 !important;
}

.divide-x-border > :not([hidden]) ~ :not([hidden]) {
  border-left: 1px solid #d6d3d1 !important;
}

.divide-border > :not([hidden]) ~ :not([hidden]) {
  border-top: 1px solid #d6d3d1 !important;
  border-left: none !important;
}

@media (min-width: 640px) {
  .divide-border > :not([hidden]) ~ :not([hidden]) {
    border-top: none !important;
    border-left: 1px solid #d6d3d1 !important;
  }
}

.divide-y-padding > * {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.grid-template-columns {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

@media (min-width: 640px) {
  .grid-template-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.empty-hidden:empty {
  display: none !important;
}

.first-reset:first-child {
  padding-top: 0px !important;
  border-top: none !important;
}

.focus-outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

button {
  cursor: pointer !important;
}

button:disabled {
  color: #292524 !important;
  cursor: default !important;
}

input:invalid,
textarea:invalid {
  color: #b91c1c !important;
  border-color: #b91c1c !important;
  outline-color: #b91c1c !important;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #1d4ed8 !important;
  outline-color: #1d4ed8 !important;
}

input::file-selector-button {
  background-color: #1d4ed8 !important;
  color: #fafaf9 !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 500 !important;
  border-style: none !important;
  border-radius: 0.25rem !important;
  padding: 0.5rem 1rem !important;
  cursor: pointer !important;
}

input:disabled {
  cursor: default !important;
}

input:disabled,
input:disabled::file-selector-button {
  background-color: #57534e !important;
  cursor: default !important;
}

@media (min-width: 640px) {
  .sm-ms-1 {
    margin-inline-start: 0.25rem !important;
  }

  .sm-gap-1 {
    gap: 0.25rem !important;
  }

  .sm-gap-2 {
    gap: 0.5rem !important;
  }

  .sm-flex-row {
    flex-direction: row !important;
  }
}

.has-focus-ring:has(:focus) {
  box-shadow: 0 0 0 0 #fff, 0 0 0 2px #d6d3d1, 0 0 #0000 !important;
}

@media (min-width: 640px) {
  .sm-hidden {
    display: none !important;
  }

  .sm-flex {
    display: flex !important;
  }
}
