*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Segoe UI, Tahoma, Arial, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

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

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

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

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

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

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

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

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

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

::-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-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

body {
  margin: 0px;
  display: flex;
  min-height: 100vh;
  align-items: flex-start;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(243 117 33 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Segoe UI, Tahoma, Arial, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(243 117 33 / var(--tw-text-opacity));
}

h1,
  h2,
  h3,
  h4 {
  font-family: Segoe UI, Tahoma, Arial, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(243 117 33 / var(--tw-text-opacity));
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}

.card {
  border-radius: 2.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
  --tw-text-opacity: 1;
  color: rgb(243 117 33 / var(--tw-text-opacity));
  --tw-shadow: 0 28px 60px rgba(0, 0, 0, 0.14);
  --tw-shadow-colored: 0 28px 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-bg-opacity: 1;
  background-color: rgb(243 117 33 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(212 99 28 / var(--tw-bg-opacity));
}

.btn-primary:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 152 87 / var(--tw-ring-opacity));
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 117 33 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(243 117 33 / var(--tw-text-opacity));
}

.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 235 / var(--tw-bg-opacity));
}

/* Adiciona estilo para o botão secundário quando desabilitado */

.btn-secondary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.\!fieldset {
  border-radius: 28px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(207 189 175 / var(--tw-border-opacity));
  background-color: #a36a343d;
  padding: 2rem;
  --tw-text-opacity: 1;
  color: rgb(90 64 51 / var(--tw-text-opacity));
  --tw-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
  --tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.fieldset {
  border-radius: 28px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(207 189 175 / var(--tw-border-opacity));
  background-color: #efefef;
  padding: 2rem;
  --tw-text-opacity: 1;
  color: rgb(90 64 51 / var(--tw-text-opacity));
  --tw-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
  --tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.\!fieldset {
  /*
    monitor AMOLED: border #f0d9c8  bg #fff5ec
    monitor LCD:  border #cfbdaf  bg #a36a343d
    */
}

.fieldset {
  /*
    monitor AMOLED: border #f0d9c8  bg #fff5ec
    monitor LCD:  border #cfbdaf  bg #a36a343d
    */
}

.legend {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(243 117 33 / var(--tw-text-opacity));
}

.\!input {
  display: block;
  width: 100%;
  border-radius: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.\!input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(243 117 33 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 117 33 / var(--tw-ring-opacity));
}

.input {
  display: block;
  width: 100%;
  border-radius: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(243 117 33 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 117 33 / var(--tw-ring-opacity));
}

/* Em styles.css */

#valor_entrada::-moz-placeholder {
  color: #5A4033;
  /* Mesma cor do texto do fieldset */
  opacity: 0.7;
  /* Opacidade reduzida */
}

#valor_entrada::placeholder {
  color: #5A4033;
  /* Mesma cor do texto do fieldset */
  opacity: 0.7;
  /* Opacidade reduzida */
}

.radio-pill {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
}

.img_logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
  width: 100%;
  max-width: 220px;
}

.hero {
  margin-bottom: 2rem;
  text-align: center;
}

#titulo_pagina {
  margin: 0px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(243 117 33 / var(--tw-text-opacity));
}

/* ------------------------------------------- */

/* NO SEU ARQUIVO DE ESTILOS CUSTOMIZADO */

/* ------------------------------------------- */

#texto-confirmacao {
  font-size: 20px;
  line-height: 1.6;
  color: #F37521 !important;
}

/* 2. O ÍCONE DE CHECK VAI USAR A MESMA ALTURA */

/* ======================================================================== */

/* INÍCIO DO CÓDIGO CORRIGIDO PARA AS ETAPAS                            */

/* ======================================================================== */

#etapas_processo {
  margin-bottom: 2.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
}

/* O contêiner que segura as 4 abas */

.step-tabs {
  display: flex;
  width: 100%;
  max-width: 520px;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

/* A base para CADA UMA das 4 abas (TAMANHO X) */

.step-tab {
  height: 44px;
  /* Define uma LARGURA FIXA de 99px, impedindo que o texto a alargue */
  flex: 0 0 70px;
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  /* Anima a mudança de altura e largura */
  transition: flex-basis 0.4s ease, height 0.4s ease;
}

/* A aba ATIVA (TAMANHO Y) */

.step-tab.is-active {
  height: 50px;
  /* Define uma LARGURA FIXA e MAIOR de 109px para a aba ativa */
  flex: 0 0 129px;
}

/* O texto (<span>) dentro de cada aba */

.step-tab span {
  display: none;
}

/* O texto (<span>) dentro da aba ATIVA */

.step-tab.is-active span {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  position: relative;
  z-index: 1;
  line-height: 1.2;
  /* Bom para textos com quebra de linha */
}

/* O fundo de CADA aba (formato de barrinha) */

.step-tab::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 999px;
  background-color: #F8E5DB;
  transition: all 0.3s ease;
  z-index: 0;
}

/* Cor laranja para abas ATIVAS ou COMPLETAS */

.step-tab.is-active::after,
.step-tab.is-complete::after {
  background-color: #F37521;
}

/* Expansão do fundo para a aba ATIVA (formato de pílula) */

.step-tab.is-active::after {
  top: 0;
  bottom: 0;
  height: auto;
  transform: none;
  /*box-shadow: 0 6px 18px rgba(243, 117, 33, 0.25);*/
}

/* Novo estado para abas que foram puladas, mas devem ser marcadas como concluídas */

.step-tab.is-skipped-complete::after {
  background-color: #F37521;
  /* Laranja */
}

/* Estilos de abas desabilitadas e de foco */

.step-tab:disabled {
  cursor: default;
}

.step-tab:focus-visible {
  outline: none;
}

.step-tab:focus-visible::after {
  box-shadow: 0 0 0 3px rgba(243, 117, 33, 0.35);
}

/* ======================================================================== */

/* FIM DO CÓDIGO CORRIGIDO                                              */

/* ======================================================================== */

.step-current-label {
  margin-top: 0.375rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* .step-current-label { display: none; } */

.main {
  display: flex;
  flex-direction: column;
}

.main form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.form-steps {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.form-step {
  display: none;
}

.form-step.is-active {
  display: block;
}

.form-step.is-hidden-step {
  display: none !important;
}

fieldset label {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  font-size: 0.95rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

fieldset label:first-of-type {
  margin-top: 0;
}

.radio-label {
  margin-top: 1rem;
  display: block;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.radio-options {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
}

.fieldset-radio .radio-options {
  justify-content: center;
  gap: 1.5rem;
}

.inline-option {
  position: relative;
  margin-top: 0px;
  display: inline-flex;
  align-items: center;
  padding: 0px;
}

.inline-option input[type="radio"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}

.inline-option span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  --tw-text-opacity: 1;
  color: rgb(243 117 33 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.inline-option input[type="radio"]:checked + span {
  background-color: #F37521;
  border-color: #F37521;
  color: #ffffff;
}

.inline-option input[type="radio"]:focus-visible + span {
  box-shadow: 0 0 0 3px rgba(243, 117, 33, 0.35);
}

.inline-option input[type="radio"]:not(:checked) + span:hover {
  border-color: #dca77c;
  background-color: #fff3eb;
  color: #d86216;
}

.form-navigation {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.form-navigation .nav-button-group {
  margin-left: auto;
  display: flex;
  gap: 0.75rem;
}

/* Em styles.css */

/* Garante que este grupo específico fique sempre na horizontal e centralizado */

.radio-options-horizontal {
  flex-direction: row !important;
  justify-content: center !important;
}

/* Deixa o texto dos botões Sim/Não preto por padrão */

.radio-options-horizontal .radio-pill {
  color: black;
}

/* Em styles.css - Adicione esta nova regra */

/* Sobrescreve a cor do texto para o estado checado (.radio-pill-checked) */

/* Isso usa a mesma cor da classe 'text-brand' que define o título. */

/* Em styles.css - Adicione esta nova regra */

/* Altera a cor do texto padrão (não-selecionado) APENAS nos botões Comprador/Vendedor */

/* O seletor mira o span.radio-pill dentro da primeira etapa do formulário. */

.form-steps .form-step[data-step="1"] .radio-pill {
  /* Aplica a cor da marca (text-brand) ao texto do botão, por padrão. */
  --tw-text-opacity: 1;
  color: rgb(243 117 33 / var(--tw-text-opacity));
}

.form-steps .form-step[data-step="1"] .radio-pill.radio-pill-checked {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  /* ESPECIFICIDADE MÁXIMA */
}

#dados-venda {
  background-color: #f5f2f0;
  /* ou o mesmo fundo escuro que você já usa */
  border-radius: 1rem;
  /*padding: 1.5rem;*/
  position: relative;
}

#erro_dados_venda {
  animation: aparecerErro 0.3s ease;
}

@keyframes aparecerErro {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Força espaçamento maior entre os blocos da etapa "Dados da Venda" */

/* src/styles.css */

#dados_venda .grid > :nth-child(2) {
  margin-top: 1.5rem !important;
}

/* ~32px */

/* No mobile, podemos diminuir um pouco os botões para garantir que caibam */

@media (max-width: 480px) {
  .radio-options-horizontal .radio-pill {
    padding-left: 1.25rem;
    /* px-5 */
    padding-right: 1.25rem;
    /* px-5 */
  }
}

@media (max-width: 768px) {
  .step-tabs {
    max-width: 360px;
    padding: 0 10px;
    gap: 12px;
  }

  .step-tab {
    /* No mobile, trocamos a largura fixa por um modelo flexível */
    flex: 1 1 0%;
    /* Também podemos reduzir um pouco a altura para telas menores */
    height: 40px;
  }

  .step-tab.is-active {
    /* A aba ativa cresce 1.5x mais que as outras para manter a proporção */
    flex: 1.5 1 0%;
    height: 44px;
    /* Altura um pouco maior para a ativa */
  }
}

@media (max-width: 600px) {
  .form-navigation {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .form-navigation .nav-button-group {
    width: auto;
    margin-left: auto;
    justify-content: flex-end;
  }

  .radio-options {
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .step-tabs {
    max-width: 300px;
    gap: 8px;
    padding: 0 6px;
  }

  .radio-options-horizontal .inline-option span {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 0.875rem;
  }

  /* Esta única regra agora controla o empilhamento dos botões */

  .radio-options:not(.radio-options-horizontal) .inline-option {
    width: 100%;
  }
}

/* Em styles.css - adicione este novo bloco no final do arquivo */

/* Em styles.css - adicione ou substitua este bloco no final do arquivo */

@media (max-width: 400px) {
  /* Reduzimos o espaçamento entre as abas para economizar espaço */

  .step-tabs {
    gap: 8px;
  }

  /* Etapas INATIVAS: ficam bem pequenas */

  .step-tab {
    /* flex: grow shrink basis -> Não cresce, pode encolher, base de 40px */
    flex: 0 1 40px;
    height: 36px;
    /* Altura um pouco menor para economizar espaço vertical */
  }

  /* Etapa ATIVA: se expande para caber o texto */

  .step-tab.is-active {
    /* flex: grow shrink basis -> Pode crescer, não encolhe, largura automática */
    flex: 1 0 auto;
    height: 40px;
    /* Altura um pouco maior para destaque */
    /* Adicionamos padding para o texto não ficar colado nas bordas */
    padding-left: 16px;
    padding-right: 16px;
  }

  /* Força o texto da aba ativa a ficar em uma única linha */

  .step-tab.is-active span {
    white-space: nowrap;
  }
}

/* Em styles.css - adicione este novo bloco no final do arquivo */

@media (max-width: 768px) {
  /* 1. Deixa os blocos de perguntas com cantos mais quadrados */

  .\!fieldset {
    border-radius: 0.75rem !important;
    /* Equivalente a 'rounded-xl' do Tailwind */
  }

  /* 2. Deixa os campos de resposta com cantos ainda mais quadrados */

   {
    border-radius: 0.5rem !important;
    /* Equivalente a 'rounded-lg' do Tailwind */
  }

  /* 3. Afeta APENAS os botões Sim/Não, deixando-os mais quadrados */

   {
    border-radius: 0.75rem !important;
    /* Equivalente a 'rounded-xl' do Tailwind */
  }

  /* 1. Deixa os blocos de perguntas com cantos mais quadrados */

  .fieldset {
    border-radius: 0.75rem;
    /* Equivalente a 'rounded-xl' do Tailwind */
  }

  /* 2. Deixa os campos de resposta com cantos ainda mais quadrados */

  .input {
    border-radius: 0.5rem;
    /* Equivalente a 'rounded-lg' do Tailwind */
  }

  /* 3. Afeta APENAS os botões Sim/Não, deixando-os mais quadrados */

  #dados_cliente .inline-option span {
    border-radius: 0.75rem;
    /* Equivalente a 'rounded-xl' do Tailwind */
  }

  /* 1. Deixa os blocos de perguntas com cantos mais quadrados */

   {
    border-radius: 0.75rem !important;
    /* Equivalente a 'rounded-xl' do Tailwind */
  }

  /* 2. Deixa os campos de resposta com cantos ainda mais quadrados */

  .\!input {
    border-radius: 0.5rem !important;
    /* Equivalente a 'rounded-lg' do Tailwind */
  }

  /* 3. Afeta APENAS os botões Sim/Não, deixando-os mais quadrados */

   {
    border-radius: 0.75rem !important;
    /* Equivalente a 'rounded-xl' do Tailwind */
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.mt-4 {
  margin-top: 1rem;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.min-h-svh {
  min-height: 100svh;
}

.w-full {
  width: 100%;
}

.max-w-\[820px\] {
  max-width: 820px;
}

.flex-col {
  flex-direction: column;
}

.items-stretch {
  align-items: stretch;
}

.justify-center {
  justify-content: center;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-1 {
  gap: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.bg-brand {
  --tw-bg-opacity: 1;
  background-color: rgb(243 117 33 / var(--tw-bg-opacity));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.p-6 {
  padding: 1.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-medium {
  font-weight: 500;
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

/* Componentes com visual alinhado ao design atual */

.peer:checked ~ .peer-checked\:radio-pill-checked {
  --tw-border-opacity: 1;
  border-color: rgb(243 117 33 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 117 33 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  /* @apply é uma diretiva do Tailwind para aplicar utilitários dentro do CSS customizado. */
  /* Isso garante que a cor do texto seja a cor principal do seu site. */
  --tw-text-opacity: 1;
  color: rgb(243 117 33 / var(--tw-text-opacity));
}

.form-steps .form-step[data-step="1"] .peer:checked ~ .peer-checked\:radio-pill-checked.radio-pill {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  /* ESPECIFICIDADE MÁXIMA */
}

.peer:focus-visible ~ .peer-focus-visible\:ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.peer:focus-visible ~ .peer-focus-visible\:ring-orange-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 186 116 / var(--tw-ring-opacity));
}




