*, ::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: rgba(0, 0, 0, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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: rgba(0, 0, 0, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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.19 | 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: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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]) {
  text-decoration: underline;
  -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;
}

input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([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 rgba(0,0,0,0);
}

input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([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: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(1px + 0px) #2563eb, var(--tw-shadow);
  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;
}

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

input:where([type='checkbox']),input:where([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 rgba(0,0,0,0);
}

input:where([type='checkbox']) {
  border-radius: 0px;
}

input:where([type='radio']) {
  border-radius: 100%;
}

input:where([type='checkbox']):focus,input:where([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: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(2px + 2px) #2563eb, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

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

input:where([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)  {

  input:where([type='checkbox']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([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)  {

  input:where([type='radio']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

input:where([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)  {

  input:where([type='checkbox']):indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

input:where([type='file']) {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

input:where([type='file']):focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
.\!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;
  }
}
.form-input,.form-textarea,.form-select,.form-multiselect {
  -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 rgba(0,0,0,0);
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect: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: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(1px + 0px) #2563eb, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
.form-input::placeholder,.form-textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
.form-input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
.form-input::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
.form-input::-webkit-datetime-edit {
  display: inline-flex;
}
.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
.form-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;
}
.form-select:where([size]:not([size="1"])) {
  background-image: none;
  background-image: initial;
  background-position: 0 0;
  background-position: initial;
  background-repeat: repeat;
  background-repeat: initial;
  background-size: auto auto;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: inherit;
          print-color-adjust: inherit;
}
.form-checkbox,.form-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 rgba(0,0,0,0);
}
.form-checkbox {
  border-radius: 0px;
}
.form-checkbox:focus,.form-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: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(2px + 2px) #2563eb, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.form-checkbox:checked,.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.form-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)  {

  .form-checkbox:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
.form-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)  {

  .form-checkbox:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
.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;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-2 {
  left: 0.5rem;
}
.left-2\.5 {
  left: 0.625rem;
}
.left-3 {
  left: 0.75rem;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.\!z-\[999\] {
  z-index: 999 !important;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[999\] {
  z-index: 999;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.-mx-11 {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}
.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}
.-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}
.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}
.-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}
.-mx-28 {
  margin-left: -7rem;
  margin-right: -7rem;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-mx-3\.5 {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}
.-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}
.-mx-36 {
  margin-left: -9rem;
  margin-right: -9rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}
.-mx-44 {
  margin-left: -11rem;
  margin-right: -11rem;
}
.-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.-mx-52 {
  margin-left: -13rem;
  margin-right: -13rem;
}
.-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.-mx-60 {
  margin-left: -15rem;
  margin-right: -15rem;
}
.-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}
.-mx-7 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}
.-mx-70 {
  margin-left: -18rem;
  margin-right: -18rem;
}
.-mx-72 {
  margin-left: -18rem;
  margin-right: -18rem;
}
.-mx-74 {
  margin-left: -22rem;
  margin-right: -22rem;
}
.-mx-78 {
  margin-left: -26rem;
  margin-right: -26rem;
}
.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}
.-mx-80 {
  margin-left: -20rem;
  margin-right: -20rem;
}
.-mx-82 {
  margin-left: -28rem;
  margin-right: -28rem;
}
.-mx-86 {
  margin-left: -30rem;
  margin-right: -30rem;
}
.-mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}
.-mx-96 {
  margin-left: -24rem;
  margin-right: -24rem;
}
.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}
.-my-11 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}
.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}
.-my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}
.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}
.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.-my-2\.5 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
.-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}
.-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}
.-my-28 {
  margin-top: -7rem;
  margin-bottom: -7rem;
}
.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
.-my-3\.5 {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}
.-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}
.-my-36 {
  margin-top: -9rem;
  margin-bottom: -9rem;
}
.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}
.-my-44 {
  margin-top: -11rem;
  margin-bottom: -11rem;
}
.-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}
.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
.-my-52 {
  margin-top: -13rem;
  margin-bottom: -13rem;
}
.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}
.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
.-my-60 {
  margin-top: -15rem;
  margin-bottom: -15rem;
}
.-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}
.-my-7 {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}
.-my-70 {
  margin-top: -18rem;
  margin-bottom: -18rem;
}
.-my-72 {
  margin-top: -18rem;
  margin-bottom: -18rem;
}
.-my-74 {
  margin-top: -22rem;
  margin-bottom: -22rem;
}
.-my-78 {
  margin-top: -26rem;
  margin-bottom: -26rem;
}
.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.-my-80 {
  margin-top: -20rem;
  margin-bottom: -20rem;
}
.-my-82 {
  margin-top: -28rem;
  margin-bottom: -28rem;
}
.-my-86 {
  margin-top: -30rem;
  margin-bottom: -30rem;
}
.-my-9 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}
.-my-96 {
  margin-top: -24rem;
  margin-bottom: -24rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}
.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}
.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}
.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}
.mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}
.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}
.mx-36 {
  margin-left: 9rem;
  margin-right: 9rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}
.mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}
.mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}
.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-60 {
  margin-left: 15rem;
  margin-right: 15rem;
}
.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}
.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}
.mx-70 {
  margin-left: 18rem;
  margin-right: 18rem;
}
.mx-72 {
  margin-left: 18rem;
  margin-right: 18rem;
}
.mx-74 {
  margin-left: 22rem;
  margin-right: 22rem;
}
.mx-78 {
  margin-left: 26rem;
  margin-right: 26rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-80 {
  margin-left: 20rem;
  margin-right: 20rem;
}
.mx-82 {
  margin-left: 28rem;
  margin-right: 28rem;
}
.mx-86 {
  margin-left: 30rem;
  margin-right: 30rem;
}
.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}
.mx-96 {
  margin-left: 24rem;
  margin-right: 24rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}
.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}
.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}
.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-60 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}
.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-70 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}
.my-72 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}
.my-74 {
  margin-top: 22rem;
  margin-bottom: 22rem;
}
.my-78 {
  margin-top: 26rem;
  margin-bottom: 26rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}
.my-82 {
  margin-top: 28rem;
  margin-bottom: 28rem;
}
.my-86 {
  margin-top: 30rem;
  margin-bottom: 30rem;
}
.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.my-96 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}
.-mb-0\.5 {
  margin-bottom: -0.125rem;
}
.-mb-px {
  margin-bottom: -1px;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-ml-3 {
  margin-left: -0.75rem;
}
.-ml-4 {
  margin-left: -1rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mr-2\.5 {
  margin-right: -0.625rem;
}
.-mr-4 {
  margin-right: -1rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-px {
  margin-top: -1px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-2\.5 {
  margin-left: 0.625rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-9 {
  margin-left: 2.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0\.5 {
  margin-right: 0.125rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-3\.5 {
  margin-top: 0.875rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-32 {
  height: 8rem;
}
.h-36 {
  height: 9rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-60 {
  height: 15rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-80 {
  height: 20rem;
}
.h-9 {
  height: 2.25rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-32 {
  max-height: 8rem;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-72 {
  max-height: 18rem;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-\[calc\(100vh-10rem\)\] {
  max-height: calc(100vh - 10rem);
}
.max-h-full {
  max-height: 100%;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-16 {
  min-height: 4rem;
}
.min-h-20 {
  min-height: 5rem;
}
.min-h-24 {
  min-height: 6rem;
}
.min-h-56 {
  min-height: 14rem;
}
.min-h-\[127px\] {
  min-height: 127px;
}
.min-h-\[36px\] {
  min-height: 36px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0 {
  width: 0px;
}
.w-1 {
  width: 0.25rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/5 {
  width: 20%;
}
.w-10 {
  width: 2.5rem;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-11 {
  width: 2.75rem;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2\/4 {
  width: 50%;
}
.w-2\/5 {
  width: 40%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3\/4 {
  width: 75%;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-52 {
  width: 13rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-96 {
  width: 24rem;
}
.w-\[10\%\] {
  width: 10%;
}
.w-\[15\%\] {
  width: 15%;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[45\%\] {
  width: 45%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-12 {
  min-width: 3rem;
}
.min-w-32 {
  min-width: 8rem;
}
.min-w-72 {
  min-width: 18rem;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-24 {
  max-width: 6rem;
}
.max-w-28 {
  max-width: 7rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow-0 {
  flex-grow: 0;
}
.table-fixed {
  table-layout: fixed;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(0px, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-5 {
  --tw-translate-x: 1.25rem;
  transform: translate(1.25rem, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes ping {

  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-col-resize {
  cursor: col-resize;
}
.cursor-default {
  cursor: default;
}
.cursor-grab {
  cursor: grab;
}
.cursor-move {
  cursor: move;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.resize-none {
  resize: none;
}
.resize-y {
  resize: vertical;
}
.resize {
  resize: both;
}
.-scroll-mx-1 {
  scroll-margin-left: -0.25rem;
  scroll-margin-right: -0.25rem;
}
.-scroll-mx-1\.5 {
  scroll-margin-left: -0.375rem;
  scroll-margin-right: -0.375rem;
}
.-scroll-mx-10 {
  scroll-margin-left: -2.5rem;
  scroll-margin-right: -2.5rem;
}
.-scroll-mx-11 {
  scroll-margin-left: -2.75rem;
  scroll-margin-right: -2.75rem;
}
.-scroll-mx-12 {
  scroll-margin-left: -3rem;
  scroll-margin-right: -3rem;
}
.-scroll-mx-14 {
  scroll-margin-left: -3.5rem;
  scroll-margin-right: -3.5rem;
}
.-scroll-mx-16 {
  scroll-margin-left: -4rem;
  scroll-margin-right: -4rem;
}
.-scroll-mx-2 {
  scroll-margin-left: -0.5rem;
  scroll-margin-right: -0.5rem;
}
.-scroll-mx-2\.5 {
  scroll-margin-left: -0.625rem;
  scroll-margin-right: -0.625rem;
}
.-scroll-mx-20 {
  scroll-margin-left: -5rem;
  scroll-margin-right: -5rem;
}
.-scroll-mx-24 {
  scroll-margin-left: -6rem;
  scroll-margin-right: -6rem;
}
.-scroll-mx-28 {
  scroll-margin-left: -7rem;
  scroll-margin-right: -7rem;
}
.-scroll-mx-3 {
  scroll-margin-left: -0.75rem;
  scroll-margin-right: -0.75rem;
}
.-scroll-mx-3\.5 {
  scroll-margin-left: -0.875rem;
  scroll-margin-right: -0.875rem;
}
.-scroll-mx-32 {
  scroll-margin-left: -8rem;
  scroll-margin-right: -8rem;
}
.-scroll-mx-36 {
  scroll-margin-left: -9rem;
  scroll-margin-right: -9rem;
}
.-scroll-mx-4 {
  scroll-margin-left: -1rem;
  scroll-margin-right: -1rem;
}
.-scroll-mx-40 {
  scroll-margin-left: -10rem;
  scroll-margin-right: -10rem;
}
.-scroll-mx-44 {
  scroll-margin-left: -11rem;
  scroll-margin-right: -11rem;
}
.-scroll-mx-48 {
  scroll-margin-left: -12rem;
  scroll-margin-right: -12rem;
}
.-scroll-mx-5 {
  scroll-margin-left: -1.25rem;
  scroll-margin-right: -1.25rem;
}
.-scroll-mx-52 {
  scroll-margin-left: -13rem;
  scroll-margin-right: -13rem;
}
.-scroll-mx-56 {
  scroll-margin-left: -14rem;
  scroll-margin-right: -14rem;
}
.-scroll-mx-6 {
  scroll-margin-left: -1.5rem;
  scroll-margin-right: -1.5rem;
}
.-scroll-mx-60 {
  scroll-margin-left: -15rem;
  scroll-margin-right: -15rem;
}
.-scroll-mx-64 {
  scroll-margin-left: -16rem;
  scroll-margin-right: -16rem;
}
.-scroll-mx-7 {
  scroll-margin-left: -1.75rem;
  scroll-margin-right: -1.75rem;
}
.-scroll-mx-70 {
  scroll-margin-left: -18rem;
  scroll-margin-right: -18rem;
}
.-scroll-mx-72 {
  scroll-margin-left: -18rem;
  scroll-margin-right: -18rem;
}
.-scroll-mx-74 {
  scroll-margin-left: -22rem;
  scroll-margin-right: -22rem;
}
.-scroll-mx-78 {
  scroll-margin-left: -26rem;
  scroll-margin-right: -26rem;
}
.-scroll-mx-8 {
  scroll-margin-left: -2rem;
  scroll-margin-right: -2rem;
}
.-scroll-mx-80 {
  scroll-margin-left: -20rem;
  scroll-margin-right: -20rem;
}
.-scroll-mx-82 {
  scroll-margin-left: -28rem;
  scroll-margin-right: -28rem;
}
.-scroll-mx-86 {
  scroll-margin-left: -30rem;
  scroll-margin-right: -30rem;
}
.-scroll-mx-9 {
  scroll-margin-left: -2.25rem;
  scroll-margin-right: -2.25rem;
}
.-scroll-mx-96 {
  scroll-margin-left: -24rem;
  scroll-margin-right: -24rem;
}
.-scroll-my-1 {
  scroll-margin-top: -0.25rem;
  scroll-margin-bottom: -0.25rem;
}
.-scroll-my-1\.5 {
  scroll-margin-top: -0.375rem;
  scroll-margin-bottom: -0.375rem;
}
.-scroll-my-10 {
  scroll-margin-top: -2.5rem;
  scroll-margin-bottom: -2.5rem;
}
.-scroll-my-11 {
  scroll-margin-top: -2.75rem;
  scroll-margin-bottom: -2.75rem;
}
.-scroll-my-12 {
  scroll-margin-top: -3rem;
  scroll-margin-bottom: -3rem;
}
.-scroll-my-14 {
  scroll-margin-top: -3.5rem;
  scroll-margin-bottom: -3.5rem;
}
.-scroll-my-16 {
  scroll-margin-top: -4rem;
  scroll-margin-bottom: -4rem;
}
.-scroll-my-2 {
  scroll-margin-top: -0.5rem;
  scroll-margin-bottom: -0.5rem;
}
.-scroll-my-2\.5 {
  scroll-margin-top: -0.625rem;
  scroll-margin-bottom: -0.625rem;
}
.-scroll-my-20 {
  scroll-margin-top: -5rem;
  scroll-margin-bottom: -5rem;
}
.-scroll-my-24 {
  scroll-margin-top: -6rem;
  scroll-margin-bottom: -6rem;
}
.-scroll-my-28 {
  scroll-margin-top: -7rem;
  scroll-margin-bottom: -7rem;
}
.-scroll-my-3 {
  scroll-margin-top: -0.75rem;
  scroll-margin-bottom: -0.75rem;
}
.-scroll-my-3\.5 {
  scroll-margin-top: -0.875rem;
  scroll-margin-bottom: -0.875rem;
}
.-scroll-my-32 {
  scroll-margin-top: -8rem;
  scroll-margin-bottom: -8rem;
}
.-scroll-my-36 {
  scroll-margin-top: -9rem;
  scroll-margin-bottom: -9rem;
}
.-scroll-my-4 {
  scroll-margin-top: -1rem;
  scroll-margin-bottom: -1rem;
}
.-scroll-my-40 {
  scroll-margin-top: -10rem;
  scroll-margin-bottom: -10rem;
}
.-scroll-my-44 {
  scroll-margin-top: -11rem;
  scroll-margin-bottom: -11rem;
}
.-scroll-my-48 {
  scroll-margin-top: -12rem;
  scroll-margin-bottom: -12rem;
}
.-scroll-my-5 {
  scroll-margin-top: -1.25rem;
  scroll-margin-bottom: -1.25rem;
}
.-scroll-my-52 {
  scroll-margin-top: -13rem;
  scroll-margin-bottom: -13rem;
}
.-scroll-my-56 {
  scroll-margin-top: -14rem;
  scroll-margin-bottom: -14rem;
}
.-scroll-my-6 {
  scroll-margin-top: -1.5rem;
  scroll-margin-bottom: -1.5rem;
}
.-scroll-my-60 {
  scroll-margin-top: -15rem;
  scroll-margin-bottom: -15rem;
}
.-scroll-my-64 {
  scroll-margin-top: -16rem;
  scroll-margin-bottom: -16rem;
}
.-scroll-my-7 {
  scroll-margin-top: -1.75rem;
  scroll-margin-bottom: -1.75rem;
}
.-scroll-my-70 {
  scroll-margin-top: -18rem;
  scroll-margin-bottom: -18rem;
}
.-scroll-my-72 {
  scroll-margin-top: -18rem;
  scroll-margin-bottom: -18rem;
}
.-scroll-my-74 {
  scroll-margin-top: -22rem;
  scroll-margin-bottom: -22rem;
}
.-scroll-my-78 {
  scroll-margin-top: -26rem;
  scroll-margin-bottom: -26rem;
}
.-scroll-my-8 {
  scroll-margin-top: -2rem;
  scroll-margin-bottom: -2rem;
}
.-scroll-my-80 {
  scroll-margin-top: -20rem;
  scroll-margin-bottom: -20rem;
}
.-scroll-my-82 {
  scroll-margin-top: -28rem;
  scroll-margin-bottom: -28rem;
}
.-scroll-my-86 {
  scroll-margin-top: -30rem;
  scroll-margin-bottom: -30rem;
}
.-scroll-my-9 {
  scroll-margin-top: -2.25rem;
  scroll-margin-bottom: -2.25rem;
}
.-scroll-my-96 {
  scroll-margin-top: -24rem;
  scroll-margin-bottom: -24rem;
}
.scroll-mx-1 {
  scroll-margin-left: 0.25rem;
  scroll-margin-right: 0.25rem;
}
.scroll-mx-1\.5 {
  scroll-margin-left: 0.375rem;
  scroll-margin-right: 0.375rem;
}
.scroll-mx-10 {
  scroll-margin-left: 2.5rem;
  scroll-margin-right: 2.5rem;
}
.scroll-mx-11 {
  scroll-margin-left: 2.75rem;
  scroll-margin-right: 2.75rem;
}
.scroll-mx-12 {
  scroll-margin-left: 3rem;
  scroll-margin-right: 3rem;
}
.scroll-mx-14 {
  scroll-margin-left: 3.5rem;
  scroll-margin-right: 3.5rem;
}
.scroll-mx-16 {
  scroll-margin-left: 4rem;
  scroll-margin-right: 4rem;
}
.scroll-mx-2 {
  scroll-margin-left: 0.5rem;
  scroll-margin-right: 0.5rem;
}
.scroll-mx-2\.5 {
  scroll-margin-left: 0.625rem;
  scroll-margin-right: 0.625rem;
}
.scroll-mx-20 {
  scroll-margin-left: 5rem;
  scroll-margin-right: 5rem;
}
.scroll-mx-24 {
  scroll-margin-left: 6rem;
  scroll-margin-right: 6rem;
}
.scroll-mx-28 {
  scroll-margin-left: 7rem;
  scroll-margin-right: 7rem;
}
.scroll-mx-3 {
  scroll-margin-left: 0.75rem;
  scroll-margin-right: 0.75rem;
}
.scroll-mx-3\.5 {
  scroll-margin-left: 0.875rem;
  scroll-margin-right: 0.875rem;
}
.scroll-mx-32 {
  scroll-margin-left: 8rem;
  scroll-margin-right: 8rem;
}
.scroll-mx-36 {
  scroll-margin-left: 9rem;
  scroll-margin-right: 9rem;
}
.scroll-mx-4 {
  scroll-margin-left: 1rem;
  scroll-margin-right: 1rem;
}
.scroll-mx-40 {
  scroll-margin-left: 10rem;
  scroll-margin-right: 10rem;
}
.scroll-mx-44 {
  scroll-margin-left: 11rem;
  scroll-margin-right: 11rem;
}
.scroll-mx-48 {
  scroll-margin-left: 12rem;
  scroll-margin-right: 12rem;
}
.scroll-mx-5 {
  scroll-margin-left: 1.25rem;
  scroll-margin-right: 1.25rem;
}
.scroll-mx-52 {
  scroll-margin-left: 13rem;
  scroll-margin-right: 13rem;
}
.scroll-mx-56 {
  scroll-margin-left: 14rem;
  scroll-margin-right: 14rem;
}
.scroll-mx-6 {
  scroll-margin-left: 1.5rem;
  scroll-margin-right: 1.5rem;
}
.scroll-mx-60 {
  scroll-margin-left: 15rem;
  scroll-margin-right: 15rem;
}
.scroll-mx-64 {
  scroll-margin-left: 16rem;
  scroll-margin-right: 16rem;
}
.scroll-mx-7 {
  scroll-margin-left: 1.75rem;
  scroll-margin-right: 1.75rem;
}
.scroll-mx-70 {
  scroll-margin-left: 18rem;
  scroll-margin-right: 18rem;
}
.scroll-mx-72 {
  scroll-margin-left: 18rem;
  scroll-margin-right: 18rem;
}
.scroll-mx-74 {
  scroll-margin-left: 22rem;
  scroll-margin-right: 22rem;
}
.scroll-mx-78 {
  scroll-margin-left: 26rem;
  scroll-margin-right: 26rem;
}
.scroll-mx-8 {
  scroll-margin-left: 2rem;
  scroll-margin-right: 2rem;
}
.scroll-mx-80 {
  scroll-margin-left: 20rem;
  scroll-margin-right: 20rem;
}
.scroll-mx-82 {
  scroll-margin-left: 28rem;
  scroll-margin-right: 28rem;
}
.scroll-mx-86 {
  scroll-margin-left: 30rem;
  scroll-margin-right: 30rem;
}
.scroll-mx-9 {
  scroll-margin-left: 2.25rem;
  scroll-margin-right: 2.25rem;
}
.scroll-mx-96 {
  scroll-margin-left: 24rem;
  scroll-margin-right: 24rem;
}
.scroll-my-1 {
  scroll-margin-top: 0.25rem;
  scroll-margin-bottom: 0.25rem;
}
.scroll-my-1\.5 {
  scroll-margin-top: 0.375rem;
  scroll-margin-bottom: 0.375rem;
}
.scroll-my-10 {
  scroll-margin-top: 2.5rem;
  scroll-margin-bottom: 2.5rem;
}
.scroll-my-11 {
  scroll-margin-top: 2.75rem;
  scroll-margin-bottom: 2.75rem;
}
.scroll-my-12 {
  scroll-margin-top: 3rem;
  scroll-margin-bottom: 3rem;
}
.scroll-my-14 {
  scroll-margin-top: 3.5rem;
  scroll-margin-bottom: 3.5rem;
}
.scroll-my-16 {
  scroll-margin-top: 4rem;
  scroll-margin-bottom: 4rem;
}
.scroll-my-2 {
  scroll-margin-top: 0.5rem;
  scroll-margin-bottom: 0.5rem;
}
.scroll-my-2\.5 {
  scroll-margin-top: 0.625rem;
  scroll-margin-bottom: 0.625rem;
}
.scroll-my-20 {
  scroll-margin-top: 5rem;
  scroll-margin-bottom: 5rem;
}
.scroll-my-24 {
  scroll-margin-top: 6rem;
  scroll-margin-bottom: 6rem;
}
.scroll-my-28 {
  scroll-margin-top: 7rem;
  scroll-margin-bottom: 7rem;
}
.scroll-my-3 {
  scroll-margin-top: 0.75rem;
  scroll-margin-bottom: 0.75rem;
}
.scroll-my-3\.5 {
  scroll-margin-top: 0.875rem;
  scroll-margin-bottom: 0.875rem;
}
.scroll-my-32 {
  scroll-margin-top: 8rem;
  scroll-margin-bottom: 8rem;
}
.scroll-my-36 {
  scroll-margin-top: 9rem;
  scroll-margin-bottom: 9rem;
}
.scroll-my-4 {
  scroll-margin-top: 1rem;
  scroll-margin-bottom: 1rem;
}
.scroll-my-40 {
  scroll-margin-top: 10rem;
  scroll-margin-bottom: 10rem;
}
.scroll-my-44 {
  scroll-margin-top: 11rem;
  scroll-margin-bottom: 11rem;
}
.scroll-my-48 {
  scroll-margin-top: 12rem;
  scroll-margin-bottom: 12rem;
}
.scroll-my-5 {
  scroll-margin-top: 1.25rem;
  scroll-margin-bottom: 1.25rem;
}
.scroll-my-52 {
  scroll-margin-top: 13rem;
  scroll-margin-bottom: 13rem;
}
.scroll-my-56 {
  scroll-margin-top: 14rem;
  scroll-margin-bottom: 14rem;
}
.scroll-my-6 {
  scroll-margin-top: 1.5rem;
  scroll-margin-bottom: 1.5rem;
}
.scroll-my-60 {
  scroll-margin-top: 15rem;
  scroll-margin-bottom: 15rem;
}
.scroll-my-64 {
  scroll-margin-top: 16rem;
  scroll-margin-bottom: 16rem;
}
.scroll-my-7 {
  scroll-margin-top: 1.75rem;
  scroll-margin-bottom: 1.75rem;
}
.scroll-my-70 {
  scroll-margin-top: 18rem;
  scroll-margin-bottom: 18rem;
}
.scroll-my-72 {
  scroll-margin-top: 18rem;
  scroll-margin-bottom: 18rem;
}
.scroll-my-74 {
  scroll-margin-top: 22rem;
  scroll-margin-bottom: 22rem;
}
.scroll-my-78 {
  scroll-margin-top: 26rem;
  scroll-margin-bottom: 26rem;
}
.scroll-my-8 {
  scroll-margin-top: 2rem;
  scroll-margin-bottom: 2rem;
}
.scroll-my-80 {
  scroll-margin-top: 20rem;
  scroll-margin-bottom: 20rem;
}
.scroll-my-82 {
  scroll-margin-top: 28rem;
  scroll-margin-bottom: 28rem;
}
.scroll-my-86 {
  scroll-margin-top: 30rem;
  scroll-margin-bottom: 30rem;
}
.scroll-my-9 {
  scroll-margin-top: 2.25rem;
  scroll-margin-bottom: 2.25rem;
}
.scroll-my-96 {
  scroll-margin-top: 24rem;
  scroll-margin-bottom: 24rem;
}
.scroll-px-1 {
  scroll-padding-left: 0.25rem;
  scroll-padding-right: 0.25rem;
}
.scroll-px-1\.5 {
  scroll-padding-left: 0.375rem;
  scroll-padding-right: 0.375rem;
}
.scroll-px-10 {
  scroll-padding-left: 2.5rem;
  scroll-padding-right: 2.5rem;
}
.scroll-px-11 {
  scroll-padding-left: 2.75rem;
  scroll-padding-right: 2.75rem;
}
.scroll-px-12 {
  scroll-padding-left: 3rem;
  scroll-padding-right: 3rem;
}
.scroll-px-14 {
  scroll-padding-left: 3.5rem;
  scroll-padding-right: 3.5rem;
}
.scroll-px-16 {
  scroll-padding-left: 4rem;
  scroll-padding-right: 4rem;
}
.scroll-px-2 {
  scroll-padding-left: 0.5rem;
  scroll-padding-right: 0.5rem;
}
.scroll-px-2\.5 {
  scroll-padding-left: 0.625rem;
  scroll-padding-right: 0.625rem;
}
.scroll-px-20 {
  scroll-padding-left: 5rem;
  scroll-padding-right: 5rem;
}
.scroll-px-24 {
  scroll-padding-left: 6rem;
  scroll-padding-right: 6rem;
}
.scroll-px-28 {
  scroll-padding-left: 7rem;
  scroll-padding-right: 7rem;
}
.scroll-px-3 {
  scroll-padding-left: 0.75rem;
  scroll-padding-right: 0.75rem;
}
.scroll-px-3\.5 {
  scroll-padding-left: 0.875rem;
  scroll-padding-right: 0.875rem;
}
.scroll-px-32 {
  scroll-padding-left: 8rem;
  scroll-padding-right: 8rem;
}
.scroll-px-36 {
  scroll-padding-left: 9rem;
  scroll-padding-right: 9rem;
}
.scroll-px-4 {
  scroll-padding-left: 1rem;
  scroll-padding-right: 1rem;
}
.scroll-px-40 {
  scroll-padding-left: 10rem;
  scroll-padding-right: 10rem;
}
.scroll-px-44 {
  scroll-padding-left: 11rem;
  scroll-padding-right: 11rem;
}
.scroll-px-48 {
  scroll-padding-left: 12rem;
  scroll-padding-right: 12rem;
}
.scroll-px-5 {
  scroll-padding-left: 1.25rem;
  scroll-padding-right: 1.25rem;
}
.scroll-px-52 {
  scroll-padding-left: 13rem;
  scroll-padding-right: 13rem;
}
.scroll-px-56 {
  scroll-padding-left: 14rem;
  scroll-padding-right: 14rem;
}
.scroll-px-6 {
  scroll-padding-left: 1.5rem;
  scroll-padding-right: 1.5rem;
}
.scroll-px-60 {
  scroll-padding-left: 15rem;
  scroll-padding-right: 15rem;
}
.scroll-px-64 {
  scroll-padding-left: 16rem;
  scroll-padding-right: 16rem;
}
.scroll-px-7 {
  scroll-padding-left: 1.75rem;
  scroll-padding-right: 1.75rem;
}
.scroll-px-70 {
  scroll-padding-left: 18rem;
  scroll-padding-right: 18rem;
}
.scroll-px-72 {
  scroll-padding-left: 18rem;
  scroll-padding-right: 18rem;
}
.scroll-px-74 {
  scroll-padding-left: 22rem;
  scroll-padding-right: 22rem;
}
.scroll-px-78 {
  scroll-padding-left: 26rem;
  scroll-padding-right: 26rem;
}
.scroll-px-8 {
  scroll-padding-left: 2rem;
  scroll-padding-right: 2rem;
}
.scroll-px-80 {
  scroll-padding-left: 20rem;
  scroll-padding-right: 20rem;
}
.scroll-px-82 {
  scroll-padding-left: 28rem;
  scroll-padding-right: 28rem;
}
.scroll-px-86 {
  scroll-padding-left: 30rem;
  scroll-padding-right: 30rem;
}
.scroll-px-9 {
  scroll-padding-left: 2.25rem;
  scroll-padding-right: 2.25rem;
}
.scroll-px-96 {
  scroll-padding-left: 24rem;
  scroll-padding-right: 24rem;
}
.scroll-py-1 {
  scroll-padding-top: 0.25rem;
  scroll-padding-bottom: 0.25rem;
}
.scroll-py-1\.5 {
  scroll-padding-top: 0.375rem;
  scroll-padding-bottom: 0.375rem;
}
.scroll-py-10 {
  scroll-padding-top: 2.5rem;
  scroll-padding-bottom: 2.5rem;
}
.scroll-py-11 {
  scroll-padding-top: 2.75rem;
  scroll-padding-bottom: 2.75rem;
}
.scroll-py-12 {
  scroll-padding-top: 3rem;
  scroll-padding-bottom: 3rem;
}
.scroll-py-14 {
  scroll-padding-top: 3.5rem;
  scroll-padding-bottom: 3.5rem;
}
.scroll-py-16 {
  scroll-padding-top: 4rem;
  scroll-padding-bottom: 4rem;
}
.scroll-py-2 {
  scroll-padding-top: 0.5rem;
  scroll-padding-bottom: 0.5rem;
}
.scroll-py-2\.5 {
  scroll-padding-top: 0.625rem;
  scroll-padding-bottom: 0.625rem;
}
.scroll-py-20 {
  scroll-padding-top: 5rem;
  scroll-padding-bottom: 5rem;
}
.scroll-py-24 {
  scroll-padding-top: 6rem;
  scroll-padding-bottom: 6rem;
}
.scroll-py-28 {
  scroll-padding-top: 7rem;
  scroll-padding-bottom: 7rem;
}
.scroll-py-3 {
  scroll-padding-top: 0.75rem;
  scroll-padding-bottom: 0.75rem;
}
.scroll-py-3\.5 {
  scroll-padding-top: 0.875rem;
  scroll-padding-bottom: 0.875rem;
}
.scroll-py-32 {
  scroll-padding-top: 8rem;
  scroll-padding-bottom: 8rem;
}
.scroll-py-36 {
  scroll-padding-top: 9rem;
  scroll-padding-bottom: 9rem;
}
.scroll-py-4 {
  scroll-padding-top: 1rem;
  scroll-padding-bottom: 1rem;
}
.scroll-py-40 {
  scroll-padding-top: 10rem;
  scroll-padding-bottom: 10rem;
}
.scroll-py-44 {
  scroll-padding-top: 11rem;
  scroll-padding-bottom: 11rem;
}
.scroll-py-48 {
  scroll-padding-top: 12rem;
  scroll-padding-bottom: 12rem;
}
.scroll-py-5 {
  scroll-padding-top: 1.25rem;
  scroll-padding-bottom: 1.25rem;
}
.scroll-py-52 {
  scroll-padding-top: 13rem;
  scroll-padding-bottom: 13rem;
}
.scroll-py-56 {
  scroll-padding-top: 14rem;
  scroll-padding-bottom: 14rem;
}
.scroll-py-6 {
  scroll-padding-top: 1.5rem;
  scroll-padding-bottom: 1.5rem;
}
.scroll-py-60 {
  scroll-padding-top: 15rem;
  scroll-padding-bottom: 15rem;
}
.scroll-py-64 {
  scroll-padding-top: 16rem;
  scroll-padding-bottom: 16rem;
}
.scroll-py-7 {
  scroll-padding-top: 1.75rem;
  scroll-padding-bottom: 1.75rem;
}
.scroll-py-70 {
  scroll-padding-top: 18rem;
  scroll-padding-bottom: 18rem;
}
.scroll-py-72 {
  scroll-padding-top: 18rem;
  scroll-padding-bottom: 18rem;
}
.scroll-py-74 {
  scroll-padding-top: 22rem;
  scroll-padding-bottom: 22rem;
}
.scroll-py-78 {
  scroll-padding-top: 26rem;
  scroll-padding-bottom: 26rem;
}
.scroll-py-8 {
  scroll-padding-top: 2rem;
  scroll-padding-bottom: 2rem;
}
.scroll-py-80 {
  scroll-padding-top: 20rem;
  scroll-padding-bottom: 20rem;
}
.scroll-py-82 {
  scroll-padding-top: 28rem;
  scroll-padding-bottom: 28rem;
}
.scroll-py-86 {
  scroll-padding-top: 30rem;
  scroll-padding-bottom: 30rem;
}
.scroll-py-9 {
  scroll-padding-top: 2.25rem;
  scroll-padding-bottom: 2.25rem;
}
.scroll-py-96 {
  scroll-padding-top: 24rem;
  scroll-padding-bottom: 24rem;
}
.list-inside {
  list-style-position: inside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.auto-rows-max {
  grid-auto-rows: max-content;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-\[auto_1fr\] {
  grid-template-columns: auto 1fr;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-items-stretch {
  justify-items: stretch;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-11 {
  gap: 2.75rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-24 {
  gap: 6rem;
}
.gap-28 {
  gap: 7rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-32 {
  gap: 8rem;
}
.gap-36 {
  gap: 9rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-40 {
  gap: 10rem;
}
.gap-44 {
  gap: 11rem;
}
.gap-48 {
  gap: 12rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-52 {
  gap: 13rem;
}
.gap-56 {
  gap: 14rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-60 {
  gap: 15rem;
}
.gap-64 {
  gap: 16rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-70 {
  gap: 18rem;
}
.gap-72 {
  gap: 18rem;
}
.gap-74 {
  gap: 22rem;
}
.gap-78 {
  gap: 26rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-80 {
  gap: 20rem;
}
.gap-82 {
  gap: 28rem;
}
.gap-86 {
  gap: 30rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-96 {
  gap: 24rem;
}
.gap-px {
  gap: 1px;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-0\.5 {
  row-gap: 0.125rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.-space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1px * (1 - 0));
  margin-top: calc(-1px * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(-1px * calc(1 - 0));
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1px * 0);
  margin-bottom: calc(-1px * var(--tw-space-y-reverse));
}
.space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * 0);
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * (1 - 0));
  margin-left: calc(0.125rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.125rem * calc(1 - 0));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * 0);
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * (1 - 0));
  margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.25rem * calc(1 - 0));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * 0);
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * (1 - 0));
  margin-left: calc(0.375rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.375rem * calc(1 - 0));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * 0);
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * (1 - 0));
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.5rem * calc(1 - 0));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * 0);
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * (1 - 0));
  margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.75rem * calc(1 - 0));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * 0);
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * (1 - 0));
  margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(1rem * calc(1 - 0));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * (1 - 0));
  margin-top: calc(0.125rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(0.125rem * calc(1 - 0));
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * 0);
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * (1 - 0));
  margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(0.25rem * calc(1 - 0));
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * 0);
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * (1 - 0));
  margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(0.375rem * calc(1 - 0));
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * 0);
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * (1 - 0));
  margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(0.5rem * calc(1 - 0));
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * 0);
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * (1 - 0));
  margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(0.75rem * calc(1 - 0));
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * 0);
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * (1 - 0));
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(1rem * calc(1 - 0));
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * 0);
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * (1 - 0));
  margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(1.25rem * calc(1 - 0));
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * 0);
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * (1 - 0));
  margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(1.5rem * calc(1 - 0));
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * 0);
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * 0);
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * (1 - 0));
  border-left-width: calc(1px * (1 - var(--tw-divide-x-reverse)));
  border-left-width: calc(1px * calc(1 - 0));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * (1 - 0));
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
  border-top-width: calc(1px * calc(1 - 0));
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * 0);
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 244, 246, 1);
  border-color: rgba(243, 244, 246, var(--tw-divide-opacity, 1));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 231, 235, 1);
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity, 1));
}
.divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 65, 81, 1);
  border-color: rgba(55, 65, 81, var(--tw-divide-opacity, 1));
}
.self-start {
  align-self: flex-start;
}
.self-stretch {
  align-self: stretch;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overscroll-y-none {
  overscroll-behavior-y: none;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  word-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}
.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.\!border {
  border-width: 1px !important;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, 1);
  border-color: rgba(253, 230, 138, var(--tw-border-opacity, 1));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, var(--tw-border-opacity, 1));
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, 1);
  border-color: rgba(191, 219, 254, var(--tw-border-opacity, 1));
}
.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, 1);
  border-color: rgba(147, 197, 253, var(--tw-border-opacity, 1));
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, 1);
  border-color: rgba(96, 165, 250, var(--tw-border-opacity, 1));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, 1);
  border-color: rgba(59, 130, 246, var(--tw-border-opacity, 1));
}
.border-blue-500\/40 {
  border-color: rgba(59, 130, 246, 0.4);
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, 1);
  border-color: rgba(37, 99, 235, var(--tw-border-opacity, 1));
}
.border-blue-700\/40 {
  border-color: rgba(29, 78, 216, 0.4);
}
.border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, 1);
  border-color: rgba(30, 64, 175, var(--tw-border-opacity, 1));
}
.border-emerald-500\/40 {
  border-color: rgba(16, 185, 129, 0.4);
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, 1);
  border-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, 1);
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, 1);
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, 1);
  border-color: rgba(156, 163, 175, var(--tw-border-opacity, 1));
}
.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, 1);
  border-color: rgba(249, 250, 251, var(--tw-border-opacity, 1));
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, 1);
  border-color: rgba(75, 85, 99, var(--tw-border-opacity, 1));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, 1);
  border-color: rgba(55, 65, 81, var(--tw-border-opacity, 1));
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, 1);
  border-color: rgba(31, 41, 55, var(--tw-border-opacity, 1));
}
.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, 1);
  border-color: rgba(17, 24, 39, var(--tw-border-opacity, 1));
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgba(187, 247, 208, 1);
  border-color: rgba(187, 247, 208, var(--tw-border-opacity, 1));
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, 1);
  border-color: rgba(34, 197, 94, var(--tw-border-opacity, 1));
}
.border-green-500\/40 {
  border-color: rgba(34, 197, 94, 0.4);
}
.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, 1);
  border-color: rgba(21, 128, 61, var(--tw-border-opacity, 1));
}
.border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgba(22, 101, 52, 1);
  border-color: rgba(22, 101, 52, var(--tw-border-opacity, 1));
}
.border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgba(20, 83, 45, 1);
  border-color: rgba(20, 83, 45, var(--tw-border-opacity, 1));
}
.border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, 1);
  border-color: rgba(199, 210, 254, var(--tw-border-opacity, 1));
}
.border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, 1);
  border-color: rgba(165, 180, 252, var(--tw-border-opacity, 1));
}
.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, 1);
  border-color: rgba(129, 140, 248, var(--tw-border-opacity, 1));
}
.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, 1);
  border-color: rgba(99, 102, 241, var(--tw-border-opacity, 1));
}
.border-indigo-500\/40 {
  border-color: rgba(99, 102, 241, 0.4);
}
.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, 1);
  border-color: rgba(79, 70, 229, var(--tw-border-opacity, 1));
}
.border-night-905 {
  --tw-border-opacity: 1;
  border-color: rgba(9, 17, 33, 1);
  border-color: rgba(9, 17, 33, var(--tw-border-opacity, 1));
}
.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 115, 22, 1);
  border-color: rgba(249, 115, 22, var(--tw-border-opacity, 1));
}
.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgba(168, 85, 247, 1);
  border-color: rgba(168, 85, 247, var(--tw-border-opacity, 1));
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, 1);
  border-color: rgba(254, 202, 202, var(--tw-border-opacity, 1));
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, 1);
  border-color: rgba(248, 113, 113, var(--tw-border-opacity, 1));
}
.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, 1);
  border-color: rgba(185, 28, 28, var(--tw-border-opacity, 1));
}
.border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, 1);
  border-color: rgba(127, 29, 29, var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
}
.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 240, 138, 1);
  border-color: rgba(254, 240, 138, var(--tw-border-opacity, 1));
}
.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 224, 71, 1);
  border-color: rgba(253, 224, 71, var(--tw-border-opacity, 1));
}
.border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgba(202, 138, 4, 1);
  border-color: rgba(202, 138, 4, var(--tw-border-opacity, 1));
}
.border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgba(161, 98, 7, 1);
  border-color: rgba(161, 98, 7, var(--tw-border-opacity, 1));
}
.border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgba(113, 63, 18, 1);
  border-color: rgba(113, 63, 18, var(--tw-border-opacity, 1));
}
.border-l-blue-500 {
  --tw-border-opacity: 1;
  border-left-color: rgba(59, 130, 246, 1);
  border-left-color: rgba(59, 130, 246, var(--tw-border-opacity, 1));
}
.border-l-indigo-500 {
  --tw-border-opacity: 1;
  border-left-color: rgba(99, 102, 241, 1);
  border-left-color: rgba(99, 102, 241, var(--tw-border-opacity, 1));
}
.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, 1);
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity, 1));
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, 1);
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity, 1));
}
.bg-amber-500\/10 {
  background-color: rgba(245, 158, 11, 0.1);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
}
.bg-black\/40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, 1);
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity, 1));
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, 1);
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity, 1));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, 1);
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity, 1));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, 1);
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity, 1));
}
.bg-blue-500\/10 {
  background-color: rgba(59, 130, 246, 0.1);
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, 1);
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity, 1));
}
.bg-blue-600\/60 {
  background-color: rgba(37, 99, 235, 0.6);
}
.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, 1);
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity, 1));
}
.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, 1);
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity, 1));
}
.bg-blue-900\/20 {
  background-color: rgba(30, 58, 138, 0.2);
}
.bg-blue-900\/30 {
  background-color: rgba(30, 58, 138, 0.3);
}
.bg-emerald-500\/10 {
  background-color: rgba(16, 185, 129, 0.1);
}
.bg-emerald-600\/60 {
  background-color: rgba(5, 150, 105, 0.6);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, 1);
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, 1);
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, 1);
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity, 1));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, 1);
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, 1);
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, 1);
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity, 1));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, 1);
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity, 1));
}
.bg-gray-700\/40 {
  background-color: rgba(55, 65, 81, 0.4);
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, 1);
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity, 1));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, 1);
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity, 1));
}
.bg-gray-900\/50 {
  background-color: rgba(17, 24, 39, 0.5);
}
.bg-gray-900\/60 {
  background-color: rgba(17, 24, 39, 0.6);
}
.bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 7, 18, 1);
  background-color: rgba(3, 7, 18, var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, 1);
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity, 1));
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, 1);
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity, 1));
}
.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, 1);
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity, 1));
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, 1);
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, 1);
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity, 1));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, 1);
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity, 1));
}
.bg-green-500\/10 {
  background-color: rgba(34, 197, 94, 0.1);
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, 1);
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity, 1));
}
.bg-green-600\/60 {
  background-color: rgba(22, 163, 74, 0.6);
}
.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, 1);
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity, 1));
}
.bg-green-900\/20 {
  background-color: rgba(20, 83, 45, 0.2);
}
.bg-green-900\/30 {
  background-color: rgba(20, 83, 45, 0.3);
}
.bg-green-900\/50 {
  background-color: rgba(20, 83, 45, 0.5);
}
.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, 1);
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity, 1));
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, 1);
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity, 1));
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, 1);
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity, 1));
}
.bg-indigo-500\/10 {
  background-color: rgba(99, 102, 241, 0.1);
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, 1);
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity, 1));
}
.bg-indigo-600\/60 {
  background-color: rgba(79, 70, 229, 0.6);
}
.bg-indigo-900\/20 {
  background-color: rgba(49, 46, 129, 0.2);
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, 1);
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity, 1));
}
.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, 1);
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity, 1));
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, 1);
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity, 1));
}
.bg-orange-900\/10 {
  background-color: rgba(124, 45, 18, 0.1);
}
.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, 1);
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity, 1));
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, 1);
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity, 1));
}
.bg-purple-500\/10 {
  background-color: rgba(168, 85, 247, 0.1);
}
.bg-purple-900\/30 {
  background-color: rgba(88, 28, 135, 0.3);
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, 1);
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity, 1));
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, 1);
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, 1);
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, 1);
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity, 1));
}
.bg-red-500\/10 {
  background-color: rgba(239, 68, 68, 0.1);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, 1);
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity, 1));
}
.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, 1);
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity, 1));
}
.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, 1);
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity, 1));
}
.bg-red-900\/20 {
  background-color: rgba(127, 29, 29, 0.2);
}
.bg-red-900\/30 {
  background-color: rgba(127, 29, 29, 0.3);
}
.bg-teal-500\/10 {
  background-color: rgba(20, 184, 166, 0.1);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.bg-white\/90 {
  background-color: rgba(255, 255, 255, 0.9);
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, 1);
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity, 1));
}
.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, 1);
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity, 1));
}
.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, 1);
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity, 1));
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, 1);
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity, 1));
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, 1);
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity, 1));
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, 1);
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity, 1));
}
.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, 1);
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity, 1));
}
.bg-yellow-900\/30 {
  background-color: rgba(113, 63, 18, 0.3);
}
.bg-yellow-900\/50 {
  background-color: rgba(113, 63, 18, 0.5);
}
.bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, 1);
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity, 1));
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-amber-500 {
  --tw-gradient-from: #f59e0b var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(245, 158, 11, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-900\/20 {
  --tw-gradient-from: rgba(120, 53, 15, 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(120, 53, 15, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-900\/20 {
  --tw-gradient-from: rgba(30, 58, 138, 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-900\/30 {
  --tw-gradient-from: rgba(30, 58, 138, 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-900 {
  --tw-gradient-from: #064e3b var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(6, 78, 59, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-900\/20 {
  --tw-gradient-from: rgba(6, 78, 59, 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(6, 78, 59, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-900\/30 {
  --tw-gradient-from: rgba(6, 78, 59, 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(6, 78, 59, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500 {
  --tw-gradient-from: #22c55e var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(34, 197, 94, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-900\/20 {
  --tw-gradient-from: rgba(88, 28, 135, 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(88, 28, 135, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-900\/30 {
  --tw-gradient-from: rgba(88, 28, 135, 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(88, 28, 135, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500 {
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(239, 68, 68, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-900\/20 {
  --tw-gradient-from: rgba(127, 29, 29, 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(127, 29, 29, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-900 {
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(15, 23, 42, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-blue-900 {
  --tw-gradient-to: rgba(30, 58, 138, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-green-800 {
  --tw-gradient-to: rgba(22, 101, 52, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #166534 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-amber-800\/5 {
  --tw-gradient-to: rgba(146, 64, 14, 0.05) var(--tw-gradient-to-position);
}
.to-blue-800\/10 {
  --tw-gradient-to: rgba(30, 64, 175, 0.1) var(--tw-gradient-to-position);
}
.to-blue-800\/5 {
  --tw-gradient-to: rgba(30, 64, 175, 0.05) var(--tw-gradient-to-position);
}
.to-emerald-400 {
  --tw-gradient-to: #34d399 var(--tw-gradient-to-position);
}
.to-emerald-800\/10 {
  --tw-gradient-to: rgba(6, 95, 70, 0.1) var(--tw-gradient-to-position);
}
.to-emerald-800\/5 {
  --tw-gradient-to: rgba(6, 95, 70, 0.05) var(--tw-gradient-to-position);
}
.to-indigo-900 {
  --tw-gradient-to: #312e81 var(--tw-gradient-to-position);
}
.to-orange-400 {
  --tw-gradient-to: #fb923c var(--tw-gradient-to-position);
}
.to-purple-800\/10 {
  --tw-gradient-to: rgba(107, 33, 168, 0.1) var(--tw-gradient-to-position);
}
.to-purple-800\/5 {
  --tw-gradient-to: rgba(107, 33, 168, 0.05) var(--tw-gradient-to-position);
}
.to-red-800\/5 {
  --tw-gradient-to: rgba(153, 27, 27, 0.05) var(--tw-gradient-to-position);
}
.to-teal-900 {
  --tw-gradient-to: #134e4a var(--tw-gradient-to-position);
}
.to-yellow-400 {
  --tw-gradient-to: #facc15 var(--tw-gradient-to-position);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}
.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}
.px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}
.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}
.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}
.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-70 {
  padding-left: 18rem;
  padding-right: 18rem;
}
.px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}
.px-74 {
  padding-left: 22rem;
  padding-right: 22rem;
}
.px-78 {
  padding-left: 26rem;
  padding-right: 26rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}
.px-82 {
  padding-left: 28rem;
  padding-right: 28rem;
}
.px-86 {
  padding-left: 30rem;
  padding-right: 30rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-96 {
  padding-left: 24rem;
  padding-right: 24rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}
.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-70 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}
.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}
.py-74 {
  padding-top: 22rem;
  padding-bottom: 22rem;
}
.py-78 {
  padding-top: 26rem;
  padding-bottom: 26rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}
.py-82 {
  padding-top: 28rem;
  padding-bottom: 28rem;
}
.py-86 {
  padding-top: 30rem;
  padding-bottom: 30rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-1\.5 {
  padding-left: 0.375rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-16 {
  padding-left: 4rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pr-0\.5 {
  padding-right: 0.125rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pr-24 {
  padding-right: 6rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-7 {
  padding-right: 1.75rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-baseline {
  vertical-align: baseline;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[0\.6rem\] {
  font-size: 0.6rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) tabular-nums var(--tw-numeric-fraction);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, 1);
  color: rgba(251, 191, 36, var(--tw-text-opacity, 1));
}
.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, 1);
  color: rgba(245, 158, 11, var(--tw-text-opacity, 1));
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, 1);
  color: rgba(217, 119, 6, var(--tw-text-opacity, 1));
}
.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, 1);
  color: rgba(146, 64, 14, var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}
.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, 1);
  color: rgba(219, 234, 254, var(--tw-text-opacity, 1));
}
.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, 1);
  color: rgba(191, 219, 254, var(--tw-text-opacity, 1));
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, 1);
  color: rgba(147, 197, 253, var(--tw-text-opacity, 1));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, 1);
  color: rgba(96, 165, 250, var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, 1);
  color: rgba(59, 130, 246, var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, 1);
  color: rgba(37, 99, 235, var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, 1);
  color: rgba(29, 78, 216, var(--tw-text-opacity, 1));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, 1);
  color: rgba(30, 64, 175, var(--tw-text-opacity, 1));
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, 1);
  color: rgba(30, 58, 138, var(--tw-text-opacity, 1));
}
.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, 1);
  color: rgba(110, 231, 183, var(--tw-text-opacity, 1));
}
.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, 1);
  color: rgba(52, 211, 153, var(--tw-text-opacity, 1));
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, 1);
  color: rgba(243, 244, 246, var(--tw-text-opacity, 1));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, 1);
  color: rgba(229, 231, 235, var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, 1);
  color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, 1);
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}
.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, 1);
  color: rgba(249, 250, 251, var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, 1);
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, 1);
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, 1);
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, 1);
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}
.text-green-100 {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, 1);
  color: rgba(220, 252, 231, var(--tw-text-opacity, 1));
}
.text-green-200 {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, 1);
  color: rgba(187, 247, 208, var(--tw-text-opacity, 1));
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, 1);
  color: rgba(134, 239, 172, var(--tw-text-opacity, 1));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, 1);
  color: rgba(74, 222, 128, var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, 1);
  color: rgba(34, 197, 94, var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, 1);
  color: rgba(22, 163, 74, var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, 1);
  color: rgba(21, 128, 61, var(--tw-text-opacity, 1));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, 1);
  color: rgba(22, 101, 52, var(--tw-text-opacity, 1));
}
.text-green-900 {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, 1);
  color: rgba(20, 83, 45, var(--tw-text-opacity, 1));
}
.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, 1);
  color: rgba(199, 210, 254, var(--tw-text-opacity, 1));
}
.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, 1);
  color: rgba(129, 140, 248, var(--tw-text-opacity, 1));
}
.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, 1);
  color: rgba(99, 102, 241, var(--tw-text-opacity, 1));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, 1);
  color: rgba(79, 70, 229, var(--tw-text-opacity, 1));
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, 1);
  color: rgba(67, 56, 202, var(--tw-text-opacity, 1));
}
.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, 1);
  color: rgba(55, 48, 163, var(--tw-text-opacity, 1));
}
.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, 1);
  color: rgba(49, 46, 129, var(--tw-text-opacity, 1));
}
.text-inherit {
  color: inherit;
}
.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, 1);
  color: rgba(251, 146, 60, var(--tw-text-opacity, 1));
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, 1);
  color: rgba(234, 88, 12, var(--tw-text-opacity, 1));
}
.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, 1);
  color: rgba(154, 52, 18, var(--tw-text-opacity, 1));
}
.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, 1);
  color: rgba(157, 23, 77, var(--tw-text-opacity, 1));
}
.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, 1);
  color: rgba(192, 132, 252, var(--tw-text-opacity, 1));
}
.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, 1);
  color: rgba(168, 85, 247, var(--tw-text-opacity, 1));
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, 1);
  color: rgba(147, 51, 234, var(--tw-text-opacity, 1));
}
.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, 1);
  color: rgba(107, 33, 168, var(--tw-text-opacity, 1));
}
.text-red-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, 1);
  color: rgba(254, 226, 226, var(--tw-text-opacity, 1));
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, 1);
  color: rgba(254, 202, 202, var(--tw-text-opacity, 1));
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, 1);
  color: rgba(252, 165, 165, var(--tw-text-opacity, 1));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, 1);
  color: rgba(248, 113, 113, var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, 1);
  color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, 1);
  color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, 1);
  color: rgba(185, 28, 28, var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, 1);
  color: rgba(153, 27, 27, var(--tw-text-opacity, 1));
}
.text-red-900 {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, 1);
  color: rgba(127, 29, 29, var(--tw-text-opacity, 1));
}
.text-sky-400 {
  --tw-text-opacity: 1;
  color: rgba(97, 160, 232, 1);
  color: rgba(97, 160, 232, var(--tw-text-opacity, 1));
}
.text-sky-500 {
  --tw-text-opacity: 1;
  color: rgba(52, 133, 226, 1);
  color: rgba(52, 133, 226, var(--tw-text-opacity, 1));
}
.text-teal-400 {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, 1);
  color: rgba(45, 212, 191, var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, 1);
  color: rgba(254, 249, 195, var(--tw-text-opacity, 1));
}
.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, 1);
  color: rgba(254, 240, 138, var(--tw-text-opacity, 1));
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, 1);
  color: rgba(250, 204, 21, var(--tw-text-opacity, 1));
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, 1);
  color: rgba(234, 179, 8, var(--tw-text-opacity, 1));
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, 1);
  color: rgba(202, 138, 4, var(--tw-text-opacity, 1));
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, 1);
  color: rgba(161, 98, 7, var(--tw-text-opacity, 1));
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, 1);
  color: rgba(133, 77, 14, var(--tw-text-opacity, 1));
}
.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, 1);
  color: rgba(113, 63, 18, var(--tw-text-opacity, 1));
}
.text-opacity-75 {
  --tw-text-opacity: 0.75;
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(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: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.outline-dashed {
  outline-style: dashed;
}
.outline-offset-2 {
  outline-offset: 2px;
}
.outline-blue-400 {
  outline-color: #60a5fa;
}
.ring {
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.ring-1 {
  --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: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(1px + 0px) #2563eb, 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.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: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(2px + 2px) #2563eb, 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.ring-inset {
  --tw-ring-inset: inset;
}
.ring-blue-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity, 1));
}
.ring-blue-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity, 1));
}
.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity, 1));
}
.ring-gray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity, 1));
}
.ring-gray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity, 1));
}
.ring-green-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity, 1));
}
.ring-green-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity, 1));
}
.ring-indigo-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity, 1));
}
.ring-indigo-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity, 1));
}
.ring-indigo-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity, 1));
}
.ring-red-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity, 1));
}
.ring-red-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity, 1));
}
.ring-yellow-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity, 1));
}
.ring-offset-0 {
  --tw-ring-offset-width: 0px;
}
.ring-offset-1 {
  --tw-ring-offset-width: 1px;
}
.blur {
  --tw-blur: blur(8px);
  filter: blur(8px) 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: 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);
}
.transition {
  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;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("Inter (web)/Inter-Thin.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-Thin.woff?v=3.19") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("Inter (web)/Inter-ThinItalic.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-ThinItalic.woff?v=3.19") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("Inter (web)/Inter-ExtraLight.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-ExtraLight.woff?v=3.19") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("Inter (web)/Inter-ExtraLightItalic.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-ExtraLightItalic.woff?v=3.19") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("Inter (web)/Inter-Light.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-Light.woff?v=3.19") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("Inter (web)/Inter-LightItalic.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-LightItalic.woff?v=3.19") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("Inter (web)/Inter-Regular.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-Regular.woff?v=3.19") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("Inter (web)/Inter-Italic.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-Italic.woff?v=3.19") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("Inter (web)/Inter-Medium.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-Medium.woff?v=3.19") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("Inter (web)/Inter-MediumItalic.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-MediumItalic.woff?v=3.19") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("Inter (web)/Inter-SemiBold.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-SemiBold.woff?v=3.19") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("Inter (web)/Inter-SemiBoldItalic.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-SemiBoldItalic.woff?v=3.19") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("Inter (web)/Inter-Bold.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-Bold.woff?v=3.19") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("Inter (web)/Inter-BoldItalic.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-BoldItalic.woff?v=3.19") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("Inter (web)/Inter-ExtraBold.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-ExtraBold.woff?v=3.19") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("Inter (web)/Inter-ExtraBoldItalic.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-ExtraBoldItalic.woff?v=3.19") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("Inter (web)/Inter-Black.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-Black.woff?v=3.19") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("Inter (web)/Inter-BlackItalic.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-BlackItalic.woff?v=3.19") format("woff");
}
/* -------------------------------------------------------
Variable font.
Usage:

  html { font-family: 'Inter', sans-serif; }
  @supports (font-variation-settings: normal) {
    html { font-family: 'Inter var', sans-serif; }
  }
*/
@font-face {
  font-family: "Inter var";
  font-weight: 100 900;
  font-style: normal;
  font-named-instance: "Regular";
  font-display: swap;
  src: url("Inter (web)/Inter-roman.var.woff2?v=3.19") format("woff2 supports variations(gvar)"), url("Inter (web)/Inter-roman.var.woff2?v=3.19") format("woff2-variations"), url("Inter (web)/Inter-roman.var.woff2?v=3.19") format("woff2");
}
@font-face {
  font-family: "Inter var";
  font-weight: 100 900;
  font-style: italic;
  font-named-instance: "Italic";
  font-display: swap;
  src: url("Inter (web)/Inter-italic.var.woff2?v=3.19") format("woff2 supports variations(gvar)"), url("Inter (web)/Inter-italic.var.woff2?v=3.19") format("woff2-variations"), url("Inter (web)/Inter-italic.var.woff2?v=3.19") format("woff2");
}
/* --------------------------------------------------------------------------
[EXPERIMENTAL] Multi-axis, single variable font.

Slant axis is not yet widely supported (as of February 2019) and thus this
multi-axis single variable font is opt-in rather than the default.

When using this, you will probably need to set font-variation-settings
explicitly, e.g.

  * { font-variation-settings: "slnt" 0deg }
  .italic { font-variation-settings: "slnt" 10deg }

*/
@font-face {
  font-family: "Inter var experimental";
  font-weight: 100 900;
  font-style: oblique 0deg 10deg;
  font-display: swap;
  src: url("Inter (web)/Inter.var.woff2?v=3.19") format("woff2-variations"), url("Inter (web)/Inter.var.woff2?v=3.19") format("woff2");
}
/* ==========================================================================
   SEFARI Console — Brand Override Layer v3
   Uses html body[data-theme='dark'] for BOOSTED SPECIFICITY to guarantee
   these overrides win over vendor CSS (which uses body[data-theme='dark']).
   ========================================================================== */
/* --------------------------------------------------------------------------
   0. CSS CUSTOM PROPERTIES + ROOT OVERRIDE
   -------------------------------------------------------------------------- */
[data-theme='dark'],
body[data-theme='dark'] {
    --tw-border-opacity: 1;
    --sefari-bg-primary: #09090b;
    --sefari-bg-secondary: #0f0f11;
    --sefari-bg-tertiary: #18181b;
    --sefari-border: #27272a;
    --sefari-border-light: #3f3f46;
    --sefari-text-primary: #fafafa;
    --sefari-text-secondary: #a1a1aa;
    --sefari-accent: #22c55e;
    --sefari-accent-dark: #15803d;
    --sb-track-color: #09090b;
    --sb-thumb-color: #27272a;
    --tab-text-primary: #fafafa;
    --tab-text-secondary: #a1a1aa;
    --tab-text-hover: #fafafa;
    background-color: #09090b !important;
    color: #fafafa;
}
/* --------------------------------------------------------------------------
   1. NUCLEAR WILDCARD OVERRIDES
   These use html body[data-theme='dark'] for ONE EXTRA SPECIFICITY POINT
   that guarantees we beat ALL vendor body[data-theme='dark'] .foo rules.
   -------------------------------------------------------------------------- */
/* ==== BACKGROUNDS: #111827 → #09090b, #1f2937 → #0f0f11, #374151 → #18181b ==== */
html body[data-theme='dark'] .overloader,
html body[data-theme='dark'] .next-overlay,
html body[data-theme='dark'] .next-overlay-container,
html body[data-theme='dark'] .next-sidebar,
html body[data-theme='dark'] .next-sidebar-menu,
html body[data-theme='dark'] .next-sidebar-menu-container,
html body[data-theme='dark'] .next-admin-sidebar,
html body[data-theme='dark'] .next-dark-overlay,
html body[data-theme='dark'] .modal-container,
html body[data-theme='dark'] .modal-overlay,
html body[data-theme='dark'] .next-dd-menu,
html body[data-theme='dark'] .dropdown-menu,
html body[data-theme='dark'] .next-dropdown-menu,
html body[data-theme='dark'] .ember-basic-dropdown-content,
html body[data-theme='dark'] .ember-power-select-dropdown,
html body[data-theme='dark'] .sefari-loader,
html body[data-theme='dark'] .universe-sidebar,
html body[data-theme='dark'] .chat-tray-panel-container,
html body[data-theme='dark'] .chat-tray-panel-container.ember-basic-dropdown-content,
html body[data-theme='dark'] .iti__search-input,
html body[data-theme='dark'] .iti__country-list {
    background-color: #09090b !important;
    border-color: #27272a !important;
}
html body[data-theme='dark'] .next-content-panel,
html body[data-theme='dark'] .next-content-panel-header,
html body[data-theme='dark'] .next-content-panel-body,
html body[data-theme='dark'] .next-content-overlay-panel,
html body[data-theme='dark'] .next-content-overlay-panel-body,
html body[data-theme='dark'] .next-content-overlay-panel-header,
html body[data-theme='dark'] .next-content-panel-wrapper,
html body[data-theme='dark'] .next-content-panel-container,
html body[data-theme='dark'] .next-table-wrapper,
html body[data-theme='dark'] .next-table,
html body[data-theme='dark'] .next-table thead,
html body[data-theme='dark'] .next-table tbody,
html body[data-theme='dark'] table.table,
html body[data-theme='dark'] .modal-content,
html body[data-theme='dark'] .modal-body,
html body[data-theme='dark'] .modal-header,
html body[data-theme='dark'] .modal-footer,
html body[data-theme='dark'] .info-block,
html body[data-theme='dark'] .widget-container,
html body[data-theme='dark'] .dashboard-widget,
html body[data-theme='dark'] .dashboard-card,
html body[data-theme='dark'] .metric-card,
html body[data-theme='dark'] .next-view-section-header,
html body[data-theme='dark'] .next-view-section,
html body[data-theme='dark'] .field-info-container,
html body[data-theme='dark'] .content-panel-body,
html body[data-theme='dark'] .next-input-wrapper,
html body[data-theme='dark'] .ember-power-select-trigger,
html body[data-theme='dark'] .ember-basic-dropdown-trigger,
html body[data-theme='dark'] .tab-content,
html body[data-theme='dark'] .next-tab-pane,
html body[data-theme='dark'] .chat-window,
html body[data-theme='dark'] .chat-container,
html body[data-theme='dark'] .notification-container,
html body[data-theme='dark'] .tooltip-inner,
html body[data-theme='dark'] .next-content-overlay-panel-wrapper,
html body[data-theme='dark'] .layout-section-header,
html body[data-theme='dark'] .next-section-container,
html body[data-theme='dark'] .section-header-actions,
html body[data-theme='dark'] .chat-window-container,
html body[data-theme='dark'] .chat-window-input-container,
html body[data-theme='dark'] .chat-window-input-box,
html body[data-theme='dark'] .chat-window-input {
    background-color: #0f0f11 !important;
    border-color: #27272a !important;
}
/* ==== NAVBAR (the most important fix) ==== */
html body[data-theme='dark'] .next-nav,
html body[data-theme='dark'] .sefari-console-nav {
    background-color: #000000 !important;
    border-bottom-color: #27272a !important;
    border-color: #27272a !important;
    position: relative;
    z-index: 100;
}
/* Ensure dropdown menus / overlays are ABOVE everything */
html body[data-theme='dark'] .ember-basic-dropdown-content,
html body[data-theme='dark'] .ember-power-select-dropdown,
html body[data-theme='dark'] .next-dd-menu,
html body[data-theme='dark'] .dropdown-menu,
html body[data-theme='dark'] .next-dropdown-menu {
    z-index: 9999 !important;
    pointer-events: auto !important;
}
/* ==== TABLE HEADER ROW — the blue-tinted header seen in screenshot ==== */
html body[data-theme='dark'] .next-table th,
html body[data-theme='dark'] .next-table thead tr,
html body[data-theme='dark'] .next-table thead,
html body[data-theme='dark'] table.table th,
html body[data-theme='dark'] table.table thead tr,
html body[data-theme='dark'] table.table thead {
    background-color: #000000 !important;
    border-color: #27272a !important;
    color: #a1a1aa !important;
}
html body[data-theme='dark'] .next-table td,
html body[data-theme='dark'] table.table td {
    border-color: #27272a !important;
}
/* ==== ALL BORDERS: Force #374151/#4b5563 → zinc ==== */
html body[data-theme='dark'] .next-content-panel-header,
html body[data-theme='dark'] .next-content-panel-wrapper .next-content-panel > .next-content-panel-header,
html body[data-theme='dark'] .modal-header,
html body[data-theme='dark'] .modal-footer,
html body[data-theme='dark'] .separator,
html body[data-theme='dark'] .widget-container,
html body[data-theme='dark'] .dashboard-card,
html body[data-theme='dark'] .next-tab-pane,
html body[data-theme='dark'] .info-block,
html body[data-theme='dark'] .next-content-panel,
html body[data-theme='dark'] .next-content-panel-body,
html body[data-theme='dark'] .layout-section-header,
html body[data-theme='dark'] .next-view-section-header,
html body[data-theme='dark'] .next-sidebar-item,
html body[data-theme='dark'] .next-sidebar,
html body[data-theme='dark'] .next-content-overlay-panel,
html body[data-theme='dark'] .next-content-overlay-panel-header,
html body[data-theme='dark'] .universe-sidebar,
html body[data-theme='dark'] .iti__divider,
html body[data-theme='dark'] .iti__search-input {
    border-color: #27272a !important;
}
/* --------------------------------------------------------------------------
   2. TAILWIND GRAY CLASS OVERRIDES (all shades → zinc)
   -------------------------------------------------------------------------- */
html body[data-theme='dark'] .bg-gray-50,
html body[data-theme='dark'] .bg-gray-100,
html body[data-theme='dark'] .dark\:bg-gray-50,
html body[data-theme='dark'] .dark\:bg-gray-100,
html body[data-theme='dark'] .bg-gray-900,
html body[data-theme='dark'] .dark\:bg-gray-900 {
    background-color: #09090b !important;
}
html body[data-theme='dark'] .bg-gray-200,
html body[data-theme='dark'] .dark\:bg-gray-200,
html body[data-theme='dark'] .bg-gray-800,
html body[data-theme='dark'] .dark\:bg-gray-800 {
    background-color: #0f0f11 !important;
}
html body[data-theme='dark'] .bg-gray-300,
html body[data-theme='dark'] .dark\:bg-gray-300,
html body[data-theme='dark'] .bg-gray-700,
html body[data-theme='dark'] .dark\:bg-gray-700 {
    background-color: #18181b !important;
}
html body[data-theme='dark'] .bg-gray-400,
html body[data-theme='dark'] .dark\:bg-gray-400,
html body[data-theme='dark'] .bg-gray-500,
html body[data-theme='dark'] .dark\:bg-gray-500,
html body[data-theme='dark'] .bg-gray-600,
html body[data-theme='dark'] .dark\:bg-gray-600 {
    background-color: #27272a !important;
}
/* Border gray overrides */
html body[data-theme='dark'] .border-gray-100,
html body[data-theme='dark'] .dark\:border-gray-100,
html body[data-theme='dark'] .border-gray-200,
html body[data-theme='dark'] .dark\:border-gray-200,
html body[data-theme='dark'] .border-gray-300,
html body[data-theme='dark'] .dark\:border-gray-300,
html body[data-theme='dark'] .border-gray-800,
html body[data-theme='dark'] .dark\:border-gray-800,
html body[data-theme='dark'] .border-gray-900,
html body[data-theme='dark'] .dark\:border-gray-900 {
    border-color: #27272a !important;
}
html body[data-theme='dark'] .border-gray-400,
html body[data-theme='dark'] .dark\:border-gray-400,
html body[data-theme='dark'] .border-gray-500,
html body[data-theme='dark'] .dark\:border-gray-500,
html body[data-theme='dark'] .border-gray-600,
html body[data-theme='dark'] .dark\:border-gray-600,
html body[data-theme='dark'] .border-gray-700,
html body[data-theme='dark'] .dark\:border-gray-700 {
    border-color: #3f3f46 !important;
}
/* Divide */
html body[data-theme='dark'] .divide-gray-100 > :not([hidden]) ~ :not([hidden]),
html body[data-theme='dark'] .divide-gray-200 > :not([hidden]) ~ :not([hidden]),
html body[data-theme='dark'] .divide-gray-300 > :not([hidden]) ~ :not([hidden]),
html body[data-theme='dark'] .divide-gray-700 > :not([hidden]) ~ :not([hidden]),
html body[data-theme='dark'] .divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #27272a !important;
}
/* Text grays */
html body[data-theme='dark'] .text-gray-50,
html body[data-theme='dark'] .text-gray-100,
html body[data-theme='dark'] .dark\:text-gray-50,
html body[data-theme='dark'] .dark\:text-gray-100,
html body[data-theme='dark'] .text-gray-900,
html body[data-theme='dark'] .dark\:text-gray-900 {
    color: #fafafa !important;
}
html body[data-theme='dark'] .text-gray-200,
html body[data-theme='dark'] .dark\:text-gray-200,
html body[data-theme='dark'] .text-gray-800,
html body[data-theme='dark'] .dark\:text-gray-800 {
    color: #e4e4e7 !important;
}
html body[data-theme='dark'] .text-gray-300,
html body[data-theme='dark'] .dark\:text-gray-300 {
    color: #d4d4d8 !important;
}
html body[data-theme='dark'] .text-gray-400,
html body[data-theme='dark'] .dark\:text-gray-400,
html body[data-theme='dark'] .text-gray-500,
html body[data-theme='dark'] .dark\:text-gray-500,
html body[data-theme='dark'] .text-gray-600,
html body[data-theme='dark'] .dark\:text-gray-600,
html body[data-theme='dark'] .text-gray-700,
html body[data-theme='dark'] .dark\:text-gray-700 {
    color: #a1a1aa !important;
}
/* Hover bg — must beat vendor hover rules */
html body[data-theme='dark'] .hover\:bg-gray-50:hover,
html body[data-theme='dark'] .hover\:bg-gray-100:hover,
html body[data-theme='dark'] .hover\:bg-gray-200:hover,
html body[data-theme='dark'] .dark\:hover\:bg-gray-50:hover,
html body[data-theme='dark'] .dark\:hover\:bg-gray-100:hover,
html body[data-theme='dark'] .dark\:hover\:bg-gray-200:hover {
    background-color: #18181b !important;
}
html body[data-theme='dark'] .hover\:bg-gray-600:hover,
html body[data-theme='dark'] .hover\:bg-gray-700:hover,
html body[data-theme='dark'] .hover\:bg-gray-800:hover,
html body[data-theme='dark'] .dark\:hover\:bg-gray-600:hover,
html body[data-theme='dark'] .dark\:hover\:bg-gray-700:hover,
html body[data-theme='dark'] .dark\:hover\:bg-gray-800:hover {
    background-color: #1c1c1f !important;
}
/* Ring overrides */
html body[data-theme='dark'] .ring-gray-200,
html body[data-theme='dark'] .ring-gray-300,
html body[data-theme='dark'] .ring-gray-700,
html body[data-theme='dark'] .ring-gray-800 {
    --tw-ring-color: #27272a !important;
}
html body[data-theme='dark'] .shadow-sm {
    --tw-shadow-color: #09090b !important;
    box-shadow: 0 1px 2px 0 #09090b !important;
}
/* Ring offset override */
html body[data-theme='dark'] [class*="ring-offset"] {
    --tw-ring-offset-color: #09090b !important;
}
/* --------------------------------------------------------------------------
   3. SEFARI-SPECIFIC COMPONENT OVERRIDES (boosted specificity)
   These target the exact vendor selectors found in the vendor CSS file.
   -------------------------------------------------------------------------- */
/* Pill tabs — vendor uses .sefari-pill-tabs > nav > a.ui-tab */
html body[data-theme='dark'] .sefari-pill-tabs > nav > a.ui-tab {
    background-color: #18181b !important;
    border-color: #27272a !important;
    color: #a1a1aa !important;
}
html body[data-theme='dark'] .sefari-pill-tabs > nav > a.ui-tab.active {
    background-color: #15803d !important;
    border-color: #15803d !important;
    color: #fff !important;
}
html body[data-theme='dark'] .sefari-pill-tabs > nav > a.ui-tab:hover {
    background-color: #27272a !important;
}
/* Chat window — vendor uses body[data-theme='dark'] .chat-window-container */
html body[data-theme='dark'] .chat-window-container {
    background-color: #0f0f11 !important;
    border-color: #27272a !important;
}
html body[data-theme='dark'] .chat-window-input-container,
html body[data-theme='dark'] .chat-window-input-box,
html body[data-theme='dark'] .chat-window-input {
    background-color: #0f0f11 !important;
    color: #fafafa !important;
}
/* SVG strokes/fills in vendor CSS */
html body[data-theme='dark'] svg [stroke="#111827"],
html body[data-theme='dark'] svg [fill="#374151"] {
    stroke: #27272a !important;
    fill: #18181b !important;
}
/* --------------------------------------------------------------------------
   4. ACCENT COLOR — Blue/Sky → Green
   -------------------------------------------------------------------------- */
html body[data-theme='dark'] .text-sky-500,
html body[data-theme='dark'] .text-sky-400,
html body[data-theme='dark'] .text-sky-600,
html body[data-theme='dark'] .text-blue-400,
html body[data-theme='dark'] .text-blue-500,
html body[data-theme='dark'] .text-blue-600,
.text-sky-500,
.text-blue-500,
.text-blue-600 {
    color: #22c55e !important;
}
html body[data-theme='dark'] .hover\:text-sky-400:hover,
html body[data-theme='dark'] .hover\:text-sky-500:hover,
html body[data-theme='dark'] .hover\:text-blue-500:hover,
html body[data-theme='dark'] .hover\:text-blue-400:hover,
html body[data-theme='dark'] .hover\:text-blue-600:hover {
    color: #4ade80 !important;
}
html body[data-theme='dark'] .bg-sky-500,
html body[data-theme='dark'] .bg-blue-500,
html body[data-theme='dark'] .bg-blue-600,
.bg-sky-500,
.bg-blue-500 {
    background-color: #22c55e !important;
}
html body[data-theme='dark'] .bg-sky-50,
html body[data-theme='dark'] .bg-sky-100,
html body[data-theme='dark'] .bg-blue-50,
html body[data-theme='dark'] .bg-blue-100 {
    background-color: rgba(34, 197, 94, 0.1) !important;
}
html body[data-theme='dark'] .border-sky-500,
html body[data-theme='dark'] .border-blue-500,
html body[data-theme='dark'] .border-blue-600 {
    border-color: #22c55e !important;
}
html body[data-theme='dark'] .ring-blue-500,
html body[data-theme='dark'] .ring-sky-500,
html body[data-theme='dark'] .focus\:ring-blue-500:focus,
html body[data-theme='dark'] .focus\:ring-sky-500:focus {
    --tw-ring-color: #22c55e !important;
}
html body[data-theme='dark'] .focus\:border-blue-300:focus,
html body[data-theme='dark'] .focus\:border-sky-300:focus {
    border-color: #22c55e !important;
}
html body[data-theme='dark'] .focus\:shadow-outline-blue:focus {
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.45) !important;
}
/* Checkbox / form accent */
html body[data-theme='dark'] .form-checkbox.text-sky-500,
.form-checkbox.text-sky-500,
html body[data-theme='dark'] .form-checkbox.text-blue-500,
.form-checkbox.text-blue-500 {
    color: #22c55e !important;
}
/* Tab active indicator */
html body[data-theme='dark'] .next-tabs .next-tab.active,
html body[data-theme='dark'] .tab-btn.active {
    border-bottom-color: #22c55e !important;
    color: #22c55e !important;
}
/* Progress / badges */
html body[data-theme='dark'] .progress-fill,
html body[data-theme='dark'] .bg-blue-600 {
    background-color: #22c55e !important;
}
html body[data-theme='dark'] .badge-primary,
html body[data-theme='dark'] .badge-info {
    background-color: #15803d !important;
}
/* Links */
html body[data-theme='dark'] a.text-blue-500,
html body[data-theme='dark'] a.text-blue-600,
html body[data-theme='dark'] a.text-sky-500 {
    color: #22c55e !important;
}
/* --------------------------------------------------------------------------
   5. BUTTONS — Pill shape + green primary
   -------------------------------------------------------------------------- */
html body[data-theme='dark'] .btn.btn-primary,
.btn.btn-primary {
    background-color: #15803d !important;
    border-color: #15803d !important;
    border-radius: 9999px !important;
    color: #ffffff !important;
    transition: all 0.2s ease;
}
.btn.btn-primary:hover {
    background-color: #16a34a !important;
    border-color: #16a34a !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
}
html body[data-theme='dark'] .btn.btn-default,
.btn.btn-default {
    background-color: #18181b !important;
    border-color: #27272a !important;
    border-radius: 9999px !important;
    color: #fafafa !important;
    transition: all 0.2s ease;
}
.btn.btn-default:hover {
    background-color: #27272a !important;
    border-color: #3f3f46 !important;
}
.btn.btn-link {
    border-radius: 9999px !important;
    color: #22c55e !important;
}
.btn.btn-link:hover {
    color: #4ade80 !important;
}
.btn.btn-danger,
.btn.btn-success,
.btn.btn-warning {
    border-radius: 9999px !important;
}
.btn.btn-success {
    background-color: #15803d !important;
    border-color: #15803d !important;
}
.btn-wrapper {
    border-radius: 9999px !important;
}
html body[data-theme='dark'] .btn-wrapper.border {
    border-color: #27272a !important;
}
/* --------------------------------------------------------------------------
   6. INPUTS
   -------------------------------------------------------------------------- */
html body[data-theme='dark'] input.ember-text-field,
html body[data-theme='dark'] textarea.ember-text-area,
html body[data-theme='dark'] select.ember-select,
html body[data-theme='dark'] .form-input,
html body[data-theme='dark'] .form-select,
html body[data-theme='dark'] .ember-power-select-trigger {
    background-color: #18181b !important;
    border-color: #27272a !important;
    color: #fafafa !important;
    border-radius: 0.5rem;
}
html body[data-theme='dark'] input.ember-text-field:focus,
html body[data-theme='dark'] textarea.ember-text-area:focus,
html body[data-theme='dark'] select.ember-select:focus,
html body[data-theme='dark'] .form-input:focus,
html body[data-theme='dark'] .form-select:focus {
    border-color: #22c55e !important;
    box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.25) !important;
}
/* --------------------------------------------------------------------------
   7. ANIMATED SIDEBAR — "Alive tech" effect
   -------------------------------------------------------------------------- */
html body[data-theme='dark'] .next-sidebar,
html body[data-theme='dark'] aside[class*="sidebar"],
html body[data-theme='dark'] .next-sidebar-panel,
html body[data-theme='dark'] .universe-sidebar {
    background: linear-gradient(
        180deg,
        #08080a 0%,
        #0b0c0e 25%,
        #08090a 50%,
        #0b0c0e 75%,
        #08080a 100%
    ) !important;
    background-size: 100% 400% !important;
    animation: sefari-sidebar-breathe 8s ease-in-out infinite !important;
    border-right: 1px solid #27272a !important;
    position: relative;
    overflow: hidden;
}
/* Subtle tech grid overlay */
html body[data-theme='dark'] .next-sidebar::before,
html body[data-theme='dark'] .universe-sidebar::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image:
        linear-gradient(rgba(34, 197, 94, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(34, 197, 94, 0.02) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
    z-index: 0;
    animation: sefari-grid-drift 20s linear infinite;
}
/* Moving scan line */
html body[data-theme='dark'] .next-sidebar::after,
html body[data-theme='dark'] .universe-sidebar::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgba(34, 197, 94, 0.03) 40%,
        rgba(34, 197, 94, 0.06) 50%,
        rgba(34, 197, 94, 0.03) 60%,
        transparent 100%
    );
    animation: sefari-scan 6s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
}
@keyframes sefari-sidebar-breathe {
    0%, 100% { background-position: 0% 0%; }
    50% { background-position: 0% 100%; }
}
@keyframes sefari-grid-drift {
    0% { background-position: 0px 0px; }
    100% { background-position: 20px 20px; }
}
@keyframes sefari-scan {
    0% { top: -80px; opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { top: 100%; opacity: 0; }
}
/* Sidebar items above pseudo-elements */
html body[data-theme='dark'] .next-sidebar-item,
html body[data-theme='dark'] .next-sidebar > *,
html body[data-theme='dark'] .universe-sidebar > * {
    position: relative;
    z-index: 2;
}
/* Sidebar hover glow */
html body[data-theme='dark'] .next-sidebar-item:hover {
    background-color: rgba(34, 197, 94, 0.06) !important;
    transition: background-color 0.3s ease;
}
html body[data-theme='dark'] .next-sidebar-item.active {
    background-color: rgba(34, 197, 94, 0.1) !important;
    border-left: 2px solid #22c55e !important;
    box-shadow: inset 4px 0 12px -4px rgba(34, 197, 94, 0.15);
}
html body[data-theme='dark'] .next-sidebar-item.active a,
html body[data-theme='dark'] .next-sidebar-item.active span {
    color: #4ade80 !important;
    text-shadow: 0 0 20px rgba(34, 197, 94, 0.3);
}
/* --------------------------------------------------------------------------
   8. DARK MAP — Invert Leaflet tiles
   -------------------------------------------------------------------------- */
html body[data-theme='dark'] .leaflet-container {
    background: #09090b !important;
}
html body[data-theme='dark'] .leaflet-tile-pane {
    filter: invert(100%) hue-rotate(180deg) brightness(0.95) contrast(0.9);
}
html body[data-theme='dark'] .leaflet-marker-pane,
html body[data-theme='dark'] .leaflet-shadow-pane,
html body[data-theme='dark'] .leaflet-popup-pane,
html body[data-theme='dark'] .leaflet-tooltip-pane,
html body[data-theme='dark'] .leaflet-overlay-pane svg,
html body[data-theme='dark'] .leaflet-control-container {
    filter: invert(100%) hue-rotate(180deg);
}
html body[data-theme='dark'] .leaflet-control-zoom a,
html body[data-theme='dark'] .leaflet-draw-toolbar a {
    background-color: #18181b !important;
    border-color: #27272a !important;
    color: #fafafa !important;
}
html body[data-theme='dark'] .leaflet-contextmenu {
    background-color: #18181b !important;
    border-color: #27272a !important;
    color: #fafafa !important;
}
html body[data-theme='dark'] .leaflet-contextmenu .leaflet-contextmenu-item:hover {
    background-color: #27272a !important;
}
/* --------------------------------------------------------------------------
   9. ANIMATED LOGIN PAGE (Firecrawl-style glow)
   -------------------------------------------------------------------------- */
html body[data-theme='dark'] .min-h-screen.auth-screen,
html body[data-theme='dark'] .min-h-screen[class*="auth"],
html body[data-theme='dark'] .flex.min-h-screen.items-center.justify-center {
    position: relative;
    overflow: hidden;
}
html body[data-theme='dark'] .min-h-screen.auth-screen::before,
html body[data-theme='dark'] .flex.min-h-screen.items-center.justify-center::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 800px;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(34, 197, 94, 0.15) 0%, rgba(34, 197, 94, 0.05) 40%, transparent 70%);
    animation: sefari-pulse 4s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}
@keyframes sefari-pulse {
    0%, 100% { opacity: 0.6; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 1; transform: translate(-50%, -50%) scale(1.15); }
}
html body[data-theme='dark'] .min-h-screen.auth-screen::after,
html body[data-theme='dark'] .flex.min-h-screen.items-center.justify-center::after {
    content: '';
    position: absolute;
    top: 20%;
    right: 15%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.1) 0%, transparent 70%);
    animation: sefari-float 6s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}
@keyframes sefari-float {
    0%, 100% { transform: translateY(0) translateX(0); opacity: 0.4; }
    33% { transform: translateY(-30px) translateX(20px); opacity: 0.8; }
    66% { transform: translateY(15px) translateX(-15px); opacity: 0.5; }
}
/* Grid behind auth */
html body[data-theme='dark'] #boot-loader,
html body[data-theme='dark'] .overloader {
    background-color: #09090b !important;
    background-image:
        linear-gradient(rgba(34, 197, 94, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(34, 197, 94, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
}
/* --------------------------------------------------------------------------
   10. MICRO-ANIMATIONS
   -------------------------------------------------------------------------- */
html body[data-theme='dark'] .btn,
html body[data-theme='dark'] .next-sidebar-item,
html body[data-theme='dark'] .next-table tr,
html body[data-theme='dark'] .next-content-panel,
html body[data-theme='dark'] .ember-power-select-trigger {
    transition: all 0.2s ease;
}
html body[data-theme='dark'] .next-table tr:hover,
html body[data-theme='dark'] table.table tr:hover {
    background-color: #1c1c1f !important;
}
html body[data-theme='dark'] .next-table tr.selected,
html body[data-theme='dark'] .next-table tr.active {
    background-color: rgba(34, 197, 94, 0.08) !important;
    border-left: 2px solid #22c55e !important;
}
/* --------------------------------------------------------------------------
   11. MODALS — Glass effect
   -------------------------------------------------------------------------- */
html body[data-theme='dark'] .modal-backdrop,
html body[data-theme='dark'] .next-overlay-backdrop {
    background-color: rgba(0, 0, 0, 0.7) !important;
    backdrop-filter: blur(4px);
}
html body[data-theme='dark'] .modal-dialog .modal-content,
html body[data-theme='dark'] .next-dd-dialog {
    background-color: #0f0f11 !important;
    border-color: #27272a !important;
    border-radius: 0.75rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}
/* --------------------------------------------------------------------------
   12. PAGINATION
   -------------------------------------------------------------------------- */
html body[data-theme='dark'] .page-item .page-link {
    background-color: #18181b !important;
    border-color: #27272a !important;
    color: #a1a1aa !important;
}
html body[data-theme='dark'] .page-item.active .page-link {
    background-color: #15803d !important;
    border-color: #15803d !important;
    color: #fff !important;
}
/* --------------------------------------------------------------------------
   13. FILE DROPZONE / EMPTY STATES
   -------------------------------------------------------------------------- */
html body[data-theme='dark'] .file-dropzone,
html body[data-theme='dark'] .empty-state {
    background-color: #18181b !important;
    border-color: #27272a !important;
}
/* --------------------------------------------------------------------------
   14. EXISTING CONSOLE OVERRIDES (preserved)
   -------------------------------------------------------------------------- */
.two-fa-enforcement-alert svg.fa-triangle-exclamation {
    font-size: 2.25rem;
    padding-right: 0.5rem;
    color: rgb(202, 138, 4);
}
.btn.btn-warning-alert.btn-warning,
.two-fa-enforcement-alert button#two-fa-setup-button.btn.btn-warning,
html body[data-theme='dark'] .btn.btn-warning-alert.btn-warning,
html body[data-theme='dark'] .two-fa-enforcement-alert button#two-fa-setup-button.btn.btn-warning {
    background-color: rgb(202, 138, 4);
    border-color: rgb(161, 98, 7);
    color: rgb(254, 249, 195);
    cursor: default;
}
.sefari-pagination-meta-info-wrapper.within-layout-section-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: right;
    flex: 1;
}
.without-padding { padding: 0 !important; }
.without-padding-y { padding-top: 0 !important; padding-bottom: 0 !important; }
.without-padding-x { padding-left: 0 !important; padding-right: 0 !important; }
body.console-admin-organizations-index-index .next-table-wrapper > table {
    table-layout: auto;
}
#boot-loader {
    position: absolute;
    z-index: 9999999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#boot-loader > .loader-container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#boot-loader > .loader-container > .loading-message {
    margin-left: 0.5rem;
    font-weight: 600;
    font-size: 0.875rem;
}
html body[data-theme='dark'] #boot-loader > .loader-container > .loading-message {
    color: #fff;
}
html body[data-theme='dark'] #boot-loader {
    background-color: #09090b;
}
/* --------------------------------------------------------------------------
   15. SCROLLBAR
   -------------------------------------------------------------------------- */
html body[data-theme='dark'] ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
html body[data-theme='dark'] ::-webkit-scrollbar-track {
    background: #09090b;
}
html body[data-theme='dark'] ::-webkit-scrollbar-thumb {
    background: #27272a;
    border-radius: 9999px;
}
html body[data-theme='dark'] ::-webkit-scrollbar-thumb:hover {
    background: #3f3f46;
}
/* --------------------------------------------------------------------------
   16. TEXT SELECTION
   -------------------------------------------------------------------------- */
html body[data-theme='dark'] ::-moz-selection {
    background-color: rgba(34, 197, 94, 0.3);
    color: #fafafa;
}
html body[data-theme='dark'] ::selection {
    background-color: rgba(34, 197, 94, 0.3);
    color: #fafafa;
}
/* --------------------------------------------------------------------------
   17. ANIMATED NAVBAR BORDER GLOW
   -------------------------------------------------------------------------- */
html body[data-theme='dark'] .next-nav::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(34, 197, 94, 0.3) 20%,
        rgba(34, 197, 94, 0.6) 50%,
        rgba(34, 197, 94, 0.3) 80%,
        transparent 100%
    );
    background-size: 200% 100%;
    animation: sefari-nav-glow 3s ease-in-out infinite;
    pointer-events: none !important;
    z-index: -1;
}
@keyframes sefari-nav-glow {
    0%, 100% { background-position: 200% 0; }
    50% { background-position: -200% 0; }
}
/* --------------------------------------------------------------------------
   18. CATCH-ALL: Override ANY remaining inline #4b5563 borders
   These vendor CSS rules use: border: 1px solid #4b5563
   Must override them with boosted specificity
   -------------------------------------------------------------------------- */
html body[data-theme='dark'] .next-dd-header,
html body[data-theme='dark'] .next-dd-body,
html body[data-theme='dark'] .next-dd-footer,
html body[data-theme='dark'] .ember-basic-dropdown-content,
html body[data-theme='dark'] .dropdown-panel,
html body[data-theme='dark'] .next-dialog,
html body[data-theme='dark'] .next-dialog-content,
html body[data-theme='dark'] .next-dialog-header,
html body[data-theme='dark'] .next-dialog-footer,
html body[data-theme='dark'] .next-dialog-body,
html body[data-theme='dark'] .next-dialog-overlay,
html body[data-theme='dark'] div[class*="panel"],
html body[data-theme='dark'] div[class*="overlay"],
html body[data-theme='dark'] div[class*="dropdown"],
html body[data-theme='dark'] div[class*="dialog"],
html body[data-theme='dark'] section[class*="section"] {
    border-color: #27272a !important;
}
/* --------------------------------------------------------------------------
   19. ALERT BANNERS & NOTIFICATION OVERRIDES
   Kill any remaining blue/indigo alert banners from vendor components
   -------------------------------------------------------------------------- */
html body[data-theme='dark'] .bg-blue-50,
html body[data-theme='dark'] .bg-blue-100,
html body[data-theme='dark'] .bg-blue-200,
html body[data-theme='dark'] .bg-blue-500,
html body[data-theme='dark'] .bg-blue-600,
html body[data-theme='dark'] .bg-blue-700,
html body[data-theme='dark'] .bg-blue-800,
html body[data-theme='dark'] .bg-blue-900,
html body[data-theme='dark'] .bg-indigo-50,
html body[data-theme='dark'] .bg-indigo-100,
html body[data-theme='dark'] .bg-indigo-500,
html body[data-theme='dark'] .bg-indigo-600,
html body[data-theme='dark'] div[class*="bg-blue"],
html body[data-theme='dark'] div[class*="bg-indigo"] {
    background-color: #18181b !important;
}
html body[data-theme='dark'] .text-blue-400,
html body[data-theme='dark'] .text-blue-500,
html body[data-theme='dark'] .text-blue-600,
html body[data-theme='dark'] .text-blue-700,
html body[data-theme='dark'] .text-blue-800,
html body[data-theme='dark'] .text-indigo-500,
html body[data-theme='dark'] .text-indigo-600 {
    color: #22c55e !important;
}
html body[data-theme='dark'] .border-blue-200,
html body[data-theme='dark'] .border-blue-300,
html body[data-theme='dark'] .border-blue-400,
html body[data-theme='dark'] .border-blue-500,
html body[data-theme='dark'] .border-indigo-200,
html body[data-theme='dark'] .border-indigo-500 {
    border-color: #27272a !important;
}
html body[data-theme='dark'] .ring-blue-400,
html body[data-theme='dark'] .ring-blue-500,
html body[data-theme='dark'] .ring-indigo-500 {
    --tw-ring-color: #22c55e !important;
}
/* Also override any inline bg-blue-* on notification/alert containers */
html body[data-theme='dark'] [class*="notification"],
html body[data-theme='dark'] [class*="alert"],
html body[data-theme='dark'] [class*="banner"] {
    background-color: #18181b !important;
    border-color: #27272a !important;
}
/* ===== BLACK HEADERS ===== */
html body[data-theme='dark'] .next-content-panel-header,
html body[data-theme='dark'] .next-content-overlay-panel-header,
html body[data-theme='dark'] .layout-section-header,
html body[data-theme='dark'] .next-view-section-header,
html body[data-theme='dark'] .modal-header,
html body[data-theme='dark'] .panel-header,
html body[data-theme='dark'] .next-table thead,
html body[data-theme='dark'] .next-table th,
html body[data-theme='dark'] table.table thead,
html body[data-theme='dark'] table.table th,
html body[data-theme='dark'] .next-nav,
html body[data-theme='dark'] .sefari-console-nav,
html body[data-theme='dark'] .next-sidebar-header {
    background-color: #000000 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}
/* ===== SEFARI: Force black on navy view containers (#111827 residual) ===== */
html body[data-theme='dark'] .next-view-header,
html body[data-theme='dark'] .next-view-container,
html body[data-theme='dark'] .next-map-container-topbar,
html body[data-theme='dark'] .next-view-topbar,
html body[data-theme='dark'] .next-view-section-tabs,
html body[data-theme='dark'] .next-view-section-tab,
html body[data-theme='dark'] .next-sidebar,
html body[data-theme='dark'] .next-sidebar-panel,
html body[data-theme='dark'] .next-content-panel,
html body[data-theme='dark'] .next-content-overlay-panel {
    background-color: #000000 !important;
}
/* Table rows/cells still showing #111827 */
html body[data-theme='dark'] table,
html body[data-theme='dark'] thead,
html body[data-theme='dark'] tbody,
html body[data-theme='dark'] tr,
html body[data-theme='dark'] th,
html body[data-theme='dark'] td {
    background-color: #000000 !important;
}
html body[data-theme='dark'] tr:hover td,
html body[data-theme='dark'] tr.selected td {
    background-color: #0f0f11 !important;
}
/* Navy blue on icon sidebar buttons */
html body[data-theme='dark'] .next-sidebar-menu,
html body[data-theme='dark'] .next-sidebar-menu-item,
html body[data-theme='dark'] .console-icon-nav,
html body[data-theme='dark'] .console-icon-nav-item {
    background-color: #000000 !important;
}
/* bg-gray-900 utility class still compiled */
html body[data-theme='dark'] .dark\:bg-gray-900 {
    background-color: #09090b !important;
}
html body[data-theme='dark'] .dark\:bg-gray-800 {
    background-color: #0f0f11 !important;
}
/* ==========================================================================
   20. MOBILE RESPONSIVENESS
   Make the console usable on phones & small tablets.
   ========================================================================== */
/* ─── Small screens (phones, < 768px) ─── */
@media screen and (max-width: 767px) {

    /* --- Layout: Stack everything vertically --- */
    html body[data-theme='dark'] .next-sidebar,
    html body[data-theme='dark'] .universe-sidebar,
    html body[data-theme='dark'] .next-sidebar-panel {
        position: fixed !important;
        left: -280px !important;
        top: 0 !important;
        bottom: 0 !important;
        width: 260px !important;
        z-index: 9000 !important;
        transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        box-shadow: none !important;
    }

    html body[data-theme='dark'] .next-sidebar.is-open,
    html body[data-theme='dark'] .universe-sidebar.is-open,
    html body[data-theme='dark'] .next-sidebar-panel.is-open {
        left: 0 !important;
        box-shadow: 8px 0 30px rgba(0, 0, 0, 0.5) !important;
    }

    /* Content panel fills full width */
    html body[data-theme='dark'] .next-content-panel,
    html body[data-theme='dark'] .next-content-panel-wrapper,
    html body[data-theme='dark'] .next-content-panel-container,
    html body[data-theme='dark'] .next-content-overlay-panel-wrapper {
        margin-left: 0 !important;
        width: 100% !important;
        max-width: 100vw !important;
    }

    /* --- Navbar: Compact + horizontal scroll for tabs --- */
    html body[data-theme='dark'] .next-nav,
    html body[data-theme='dark'] .sefari-console-nav {
        padding: 0 8px !important;
        height: auto !important;
        min-height: 48px !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
    }

    html body[data-theme='dark'] .next-nav::-webkit-scrollbar {
        display: none !important;
    }

    /* Shrink nav items */
    html body[data-theme='dark'] .next-nav .nav-item,
    html body[data-theme='dark'] .next-nav a,
    html body[data-theme='dark'] .sefari-console-nav a {
        font-size: 12px !important;
        padding: 8px 10px !important;
        white-space: nowrap !important;
    }

    /* Hide nav text labels on very small screens, show icons only */
    @media screen and (max-width: 480px) {
        html body[data-theme='dark'] .next-nav .nav-label,
        html body[data-theme='dark'] .next-nav .tab-label {
            display: none !important;
        }
    }

    /* --- Content Headers: Stack actions below title --- */
    html body[data-theme='dark'] .next-content-panel-header,
    html body[data-theme='dark'] .layout-section-header,
    html body[data-theme='dark'] .next-view-section-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
        padding: 12px !important;
    }

    html body[data-theme='dark'] .next-content-panel-header .section-header-actions,
    html body[data-theme='dark'] .layout-section-header .section-header-actions {
        width: 100% !important;
        justify-content: flex-start !important;
        flex-wrap: wrap !important;
        gap: 6px !important;
    }

    /* --- Tables: Horizontal scroll wrapper --- */
    html body[data-theme='dark'] .next-table-wrapper {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        max-width: 100vw !important;
    }

    html body[data-theme='dark'] .next-table,
    html body[data-theme='dark'] table.table {
        min-width: 600px !important;
        font-size: 12px !important;
    }

    html body[data-theme='dark'] .next-table th,
    html body[data-theme='dark'] .next-table td,
    html body[data-theme='dark'] table.table th,
    html body[data-theme='dark'] table.table td {
        padding: 8px 10px !important;
        white-space: nowrap !important;
    }

    /* --- Overlay / Slide-out Panels: Full-width on mobile --- */
    html body[data-theme='dark'] .next-content-overlay-panel,
    html body[data-theme='dark'] .next-content-overlay-panel-body {
        width: 100% !important;
        max-width: 100vw !important;
        left: 0 !important;
        right: 0 !important;
    }

    /* --- Modals: Nearly full-screen --- */
    html body[data-theme='dark'] .modal-dialog {
        margin: 8px !important;
        max-width: calc(100vw - 16px) !important;
        width: calc(100vw - 16px) !important;
    }

    html body[data-theme='dark'] .modal-body {
        max-height: 70vh !important;
        overflow-y: auto !important;
    }

    /* --- Buttons: Touch-friendly sizing --- */
    html body[data-theme='dark'] .btn {
        min-height: 40px !important;
        padding: 8px 16px !important;
        font-size: 13px !important;
    }

    html body[data-theme='dark'] .btn.btn-xs,
    html body[data-theme='dark'] .btn.btn-sm {
        min-height: 34px !important;
        padding: 6px 12px !important;
    }

    /* --- Inputs: Larger touch targets --- */
    html body[data-theme='dark'] input.ember-text-field,
    html body[data-theme='dark'] textarea.ember-text-area,
    html body[data-theme='dark'] select.ember-select,
    html body[data-theme='dark'] .form-input,
    html body[data-theme='dark'] .form-select,
    html body[data-theme='dark'] .ember-power-select-trigger {
        min-height: 42px !important;
        font-size: 16px !important; /* prevents iOS zoom on focus */
        padding: 8px 12px !important;
    }

    /* --- Info blocks / Cards: Stack vertically --- */
    html body[data-theme='dark'] .info-block,
    html body[data-theme='dark'] .field-info-container {
        flex-direction: column !important;
    }

    html body[data-theme='dark'] .info-block .info-block-label,
    html body[data-theme='dark'] .info-block .info-block-value {
        width: 100% !important;
    }

    /* --- Dashboard widgets: Single column --- */
    html body[data-theme='dark'] .sefari-dashboard-grid,
    html body[data-theme='dark'] .dashboard-grid {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }

    /* --- Dropdown menus: Full-width at bottom --- */
    html body[data-theme='dark'] .ember-basic-dropdown-content,
    html body[data-theme='dark'] .next-dd-menu {
        max-width: calc(100vw - 16px) !important;
        max-height: 50vh !important;
        overflow-y: auto !important;
    }

    /* --- Map: Taller on mobile --- */
    html body[data-theme='dark'] .leaflet-container {
        min-height: 300px !important;
    }

    /* --- Pagination: Compact --- */
    html body[data-theme='dark'] .sefari-pagination-meta-info-wrapper {
        flex-direction: column !important;
        gap: 6px !important;
        font-size: 12px !important;
    }

    /* --- Icon sidebar: Slimmer --- */
    html body[data-theme='dark'] .next-sidebar-menu,
    html body[data-theme='dark'] .console-icon-nav {
        width: 48px !important;
    }

    html body[data-theme='dark'] .next-sidebar-menu-item,
    html body[data-theme='dark'] .console-icon-nav-item {
        padding: 10px 8px !important;
    }

    /* --- Hide non-essential UI on mobile --- */
    html body[data-theme='dark'] .app-version-in-nav {
        display: none !important;
    }
}
/* ─── Medium screens (small tablets, 768-1024px) ─── */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    html body[data-theme='dark'] .next-sidebar,
    html body[data-theme='dark'] .universe-sidebar {
        width: 200px !important;
    }

    html body[data-theme='dark'] .next-table th,
    html body[data-theme='dark'] .next-table td {
        padding: 8px 12px !important;
        font-size: 13px !important;
    }

    html body[data-theme='dark'] .sefari-dashboard-grid,
    html body[data-theme='dark'] .dashboard-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
/* ─── Onboarding Container ─── */
.ob-split {
    display: flex;
    min-height: 100vh;
    width: 100vw;
    padding: 56px 48px;
    box-sizing: border-box;
}
body.dark-theme .ob-split { background: #09090b; }
body.light-theme .ob-split { background: #dce3ee; }
/* ─── Inner Card ─── */
.ob-card {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(39, 39, 42, 0.6);
}
body.dark-theme .ob-card { background: #0f0f11; }
body.light-theme .ob-card { background: #ffffff; }
/* ─── Map Side ─── */
.ob-map-side {
    position: relative;
    width: 38%;
    flex-shrink: 0;
    min-height: 560px;
}
.ob-map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.ob-map .leaflet-control-container { display: none; }
.ob-brand {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 500;
}
.ob-brand-logo {
    height: 24px;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
}
.ob-brand-tagline {
    display: block;
    font-size: 10px;
    margin-top: 3px;
    letter-spacing: 0.2px;
    font-weight: 500;
}
body.dark-theme .ob-brand-tagline { color: rgba(255, 255, 255, 0.45); }
body.light-theme .ob-brand-tagline { color: rgba(0, 0, 0, 0.45); }
/* ─── Form Side ─── */
.ob-form-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.ob-toolbar {
    position: absolute;
    top: 14px;
    right: 18px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 6px;
}
.ob-toolbar-icon {
    font-size: 13px;
}
body.dark-theme .ob-toolbar-icon { color: #22c55e; }
body.light-theme .ob-toolbar-icon { color: #15803d; }
.ob-form-scroll {
    flex: 1;
    overflow-y: auto;
    padding: 48px 52px 48px 52px;
}
/* Step content inherits background */
.ob-form-scroll .onboarding-step-inner {
    max-width: 560px;
}
/* ─── Waypoint Dots ─── */
.sefari-waypoint {
    background: transparent !important;
    border: none !important;
}
.wp-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    border: 1.5px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
/* ─── Vehicle Dot ─── */
.sefari-vehicle {
    background: transparent !important;
    border: none !important;
}
.v-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #22c55e;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.3), 0 1px 4px rgba(0, 0, 0, 0.25);
}
/* ─── Map tile filters ─── */
body.dark-theme .ob-map .leaflet-tile {
    filter: saturate(0.15) brightness(0.45) contrast(1.2);
}
body.light-theme .ob-map .leaflet-tile {
    filter: saturate(0.25) brightness(0.92) contrast(1.05);
}
/* ─── Step Heading Separator ─── */
.ob-step-heading {
    margin-bottom: 24px;
    padding-bottom: 16px;
}
body.dark-theme .ob-step-heading { border-bottom: 1px solid #27272a; }
body.light-theme .ob-step-heading { border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
.ob-step-title {
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 2px 0;
}
body.dark-theme .ob-step-title { color: #fafafa; }
body.light-theme .ob-step-title { color: #1e293b; }
.ob-step-sub {
    font-size: 11px;
    margin: 0;
}
body.dark-theme .ob-step-sub { color: #a1a1aa; }
body.light-theme .ob-step-sub { color: rgba(0, 0, 0, 0.4); }
/* ─── Interval Toggle ─── */
.ob-interval-toggle {
    display: inline-flex;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #374151;
}
.ob-interval-btn {
    padding: 8px 18px;
    font-size: 12px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}
body.dark-theme .ob-interval-btn {
    background: #1f2937;
    color: #9ca3af;
}
body.light-theme .ob-interval-btn {
    background: #f3f4f6;
    color: #6b7280;
}
body.dark-theme .ob-interval-btn.ob-interval-active {
    background: #166534;
    color: #ffffff;
}
body.light-theme .ob-interval-btn.ob-interval-active {
    background: #16a34a;
    color: #ffffff;
}
.ob-save-badge {
    padding: 2px 8px;
    font-size: 9px;
    font-weight: 700;
    border-radius: 10px;
    letter-spacing: 0.5px;
}
body.dark-theme .ob-save-badge {
    background: #14532d;
    color: #86efac;
}
body.light-theme .ob-save-badge {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}
/* ─── Price Grid ─── */
.ob-price-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    grid-gap: 12px;
    gap: 12px;
    margin-bottom: 20px;
    max-width: 100%;
}
/* Cap at 4 columns max */
@media (min-width: 560px) {
    .ob-price-grid {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }
}
/* ─── Price Card ─── */
.ob-price-card {
    position: relative;
    padding: 16px 12px;
    border-radius: 10px;
    border: 2px solid transparent;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
}
body.dark-theme .ob-price-card {
    background: #18181b;
    border-color: #3f3f46;
}
body.light-theme .ob-price-card {
    background: #f9fafb;
    border-color: #d1d5db;
}
body.dark-theme .ob-price-card:hover {
    border-color: rgba(34, 197, 94, 0.5);
    background: #1c1c20;
}
body.light-theme .ob-price-card:hover {
    border-color: rgba(22, 163, 74, 0.5);
    background: #f0fdf4;
}
/* Selected state */
body.dark-theme .ob-price-card.ob-price-selected {
    border-color: #22c55e;
    background: rgba(34, 197, 94, 0.08);
    box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.15), 0 4px 12px rgba(34, 197, 94, 0.1);
}
body.light-theme .ob-price-card.ob-price-selected {
    border-color: #16a34a;
    background: #f0fdf4;
    box-shadow: 0 0 0 1px rgba(22, 163, 74, 0.15), 0 4px 12px rgba(22, 163, 74, 0.08);
}
.ob-price-check {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 14px;
    color: #22c55e;
}
.ob-price-name {
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.3;
    min-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.dark-theme .ob-price-name { color: #d4d4d8; }
body.light-theme .ob-price-name { color: #374151; }
.ob-price-amount {
    display: flex;
    align-items: baseline;
    justify-content: center;
    line-height: 1;
    margin-bottom: 2px;
}
.ob-price-dollar {
    font-size: 16px;
    font-weight: 700;
    margin-right: 1px;
}
body.dark-theme .ob-price-dollar { color: #a1a1aa; }
body.light-theme .ob-price-dollar { color: #6b7280; }
.ob-price-value {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -1px;
}
body.dark-theme .ob-price-value { color: #fafafa; }
body.light-theme .ob-price-value { color: #111827; }
.ob-price-interval {
    font-size: 11px;
    font-weight: 500;
}
body.dark-theme .ob-price-interval { color: #71717a; }
body.light-theme .ob-price-interval { color: #9ca3af; }
/* ─── Responsive ─── */
@media (max-width: 860px) {
    .ob-split { padding: 12px; min-height: auto; height: auto; overflow-y: auto !important; }
    .ob-card { flex-direction: column; overflow: visible !important; height: auto !important; }
    .ob-map-side { width: 100%; min-height: 200px; }
    .ob-form-side { overflow: visible !important; }
    .ob-form-scroll { padding: 24px 20px; overflow: visible !important; height: auto !important; }

    /* Stack two-column form fields on mobile */
    .ob-form-scroll .grid.grid-cols-2 {
        grid-template-columns: 1fr !important;
    }

    /* Price grid: 2 columns on mobile */
    .ob-price-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Phone input: ensure country dropdown doesn't clip */
    .ob-form-scroll .iti,
    .ob-form-scroll .iti--allow-dropdown {
        width: 100% !important;
    }

    .ob-form-scroll .iti__selected-flag {
        padding: 0 8px !important;
    }

    .ob-form-scroll input.form-input,
    .ob-form-scroll .form-input {
        width: 100% !important;
        min-width: 0 !important;
        font-size: 16px !important; /* prevent iOS zoom */
    }
}
.last\:border-0:last-child {
  border-width: 0px;
}
.focus-within\:ring-2:focus-within {
  --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: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(2px + 2px) #2563eb, 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.focus-within\:ring-inset:focus-within {
  --tw-ring-inset: inset;
}
.focus-within\:ring-blue-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity, 1));
}
.hover\:border-amber-500\/40:hover {
  border-color: rgba(245, 158, 11, 0.4);
}
.hover\:border-amber-500\/50:hover {
  border-color: rgba(245, 158, 11, 0.5);
}
.hover\:border-blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, 1);
  border-color: rgba(96, 165, 250, var(--tw-border-opacity, 1));
}
.hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, 1);
  border-color: rgba(59, 130, 246, var(--tw-border-opacity, 1));
}
.hover\:border-blue-500\/40:hover {
  border-color: rgba(59, 130, 246, 0.4);
}
.hover\:border-blue-500\/50:hover {
  border-color: rgba(59, 130, 246, 0.5);
}
.hover\:border-emerald-500\/40:hover {
  border-color: rgba(16, 185, 129, 0.4);
}
.hover\:border-emerald-500\/50:hover {
  border-color: rgba(16, 185, 129, 0.5);
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, 1);
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
}
.hover\:border-green-400\/50:hover {
  border-color: rgba(74, 222, 128, 0.5);
}
.hover\:border-green-500\/40:hover {
  border-color: rgba(34, 197, 94, 0.4);
}
.hover\:border-green-500\/50:hover {
  border-color: rgba(34, 197, 94, 0.5);
}
.hover\:border-indigo-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, 1);
  border-color: rgba(165, 180, 252, var(--tw-border-opacity, 1));
}
.hover\:border-indigo-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, 1);
  border-color: rgba(129, 140, 248, var(--tw-border-opacity, 1));
}
.hover\:border-indigo-500\/40:hover {
  border-color: rgba(99, 102, 241, 0.4);
}
.hover\:border-indigo-500\/50:hover {
  border-color: rgba(99, 102, 241, 0.5);
}
.hover\:border-purple-500\/40:hover {
  border-color: rgba(168, 85, 247, 0.4);
}
.hover\:border-purple-500\/50:hover {
  border-color: rgba(168, 85, 247, 0.5);
}
.hover\:border-red-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, 1);
  border-color: rgba(252, 165, 165, var(--tw-border-opacity, 1));
}
.hover\:border-red-500\/40:hover {
  border-color: rgba(239, 68, 68, 0.4);
}
.hover\:border-red-500\/60:hover {
  border-color: rgba(239, 68, 68, 0.6);
}
.hover\:border-teal-500\/40:hover {
  border-color: rgba(20, 184, 166, 0.4);
}
.hover\:border-teal-500\/50:hover {
  border-color: rgba(20, 184, 166, 0.5);
}
.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, 1);
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, 1);
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, 1);
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, 1);
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-500\/80:hover {
  background-color: rgba(59, 130, 246, 0.8);
}
.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, 1);
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity, 1));
}
.hover\:bg-emerald-500\/80:hover {
  background-color: rgba(16, 185, 129, 0.8);
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, 1);
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, 1);
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, 1);
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, 1);
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, 1);
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-800\/50:hover {
  background-color: rgba(31, 41, 55, 0.5);
}
.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, 1);
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity, 1));
}
.hover\:bg-green-500\/80:hover {
  background-color: rgba(34, 197, 94, 0.8);
}
.hover\:bg-indigo-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, 1);
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, 1);
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, 1);
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-500\/80:hover {
  background-color: rgba(99, 102, 241, 0.8);
}
.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, 1);
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity, 1));
}
.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, 1);
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity, 1));
}
.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, 1);
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity, 1));
}
.hover\:bg-yellow-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, 1);
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity, 1));
}
.hover\:bg-opacity-75:hover {
  --tw-bg-opacity: 0.75;
}
.hover\:from-blue-900\/40:hover {
  --tw-gradient-from: rgba(30, 58, 138, 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-emerald-900\/40:hover {
  --tw-gradient-from: rgba(6, 78, 59, 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(6, 78, 59, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-purple-900\/40:hover {
  --tw-gradient-from: rgba(88, 28, 135, 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(88, 28, 135, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:to-blue-800\/20:hover {
  --tw-gradient-to: rgba(30, 64, 175, 0.2) var(--tw-gradient-to-position);
}
.hover\:to-emerald-800\/20:hover {
  --tw-gradient-to: rgba(6, 95, 70, 0.2) var(--tw-gradient-to-position);
}
.hover\:to-purple-800\/20:hover {
  --tw-gradient-to: rgba(107, 33, 168, 0.2) var(--tw-gradient-to-position);
}
.hover\:text-amber-600:hover {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, 1);
  color: rgba(217, 119, 6, var(--tw-text-opacity, 1));
}
.hover\:text-blue-300:hover {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, 1);
  color: rgba(147, 197, 253, var(--tw-text-opacity, 1));
}
.hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, 1);
  color: rgba(96, 165, 250, var(--tw-text-opacity, 1));
}
.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, 1);
  color: rgba(59, 130, 246, var(--tw-text-opacity, 1));
}
.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, 1);
  color: rgba(37, 99, 235, var(--tw-text-opacity, 1));
}
.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, 1);
  color: rgba(29, 78, 216, var(--tw-text-opacity, 1));
}
.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, 1);
  color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}
.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, 1);
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, 1);
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, 1);
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, 1);
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}
.hover\:text-green-300:hover {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, 1);
  color: rgba(134, 239, 172, var(--tw-text-opacity, 1));
}
.hover\:text-green-700:hover {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, 1);
  color: rgba(21, 128, 61, var(--tw-text-opacity, 1));
}
.hover\:text-indigo-300:hover {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, 1);
  color: rgba(165, 180, 252, var(--tw-text-opacity, 1));
}
.hover\:text-indigo-400:hover {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, 1);
  color: rgba(129, 140, 248, var(--tw-text-opacity, 1));
}
.hover\:text-indigo-500:hover {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, 1);
  color: rgba(99, 102, 241, var(--tw-text-opacity, 1));
}
.hover\:text-indigo-700:hover {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, 1);
  color: rgba(67, 56, 202, var(--tw-text-opacity, 1));
}
.hover\:text-indigo-800:hover {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, 1);
  color: rgba(55, 48, 163, var(--tw-text-opacity, 1));
}
.hover\:text-red-300:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, 1);
  color: rgba(252, 165, 165, var(--tw-text-opacity, 1));
}
.hover\:text-red-400:hover {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, 1);
  color: rgba(248, 113, 113, var(--tw-text-opacity, 1));
}
.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, 1);
  color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}
.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, 1);
  color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
}
.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, 1);
  color: rgba(185, 28, 28, var(--tw-text-opacity, 1));
}
.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, 1);
  color: rgba(153, 27, 27, var(--tw-text-opacity, 1));
}
.hover\:text-sky-400:hover {
  --tw-text-opacity: 1;
  color: rgba(97, 160, 232, 1);
  color: rgba(97, 160, 232, var(--tw-text-opacity, 1));
}
.hover\:text-sky-600:hover {
  --tw-text-opacity: 1;
  color: rgba(28, 108, 199, 1);
  color: rgba(28, 108, 199, var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.hover\:text-yellow-700:hover {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, 1);
  color: rgba(161, 98, 7, var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:opacity-50:hover {
  opacity: 0.5;
}
.hover\:opacity-60:hover {
  opacity: 0.6;
}
.hover\:opacity-75:hover {
  opacity: 0.75;
}
.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.hover\:ring-1:hover {
  --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: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(1px + 0px) #2563eb, 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.hover\:ring-blue-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity, 1));
}
.hover\:ring-indigo-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity, 1));
}
.hover\:ring-offset-0:hover {
  --tw-ring-offset-width: 0px;
}
.focus\:z-10:focus {
  z-index: 10;
}
.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, 1);
  border-color: rgba(147, 197, 253, var(--tw-border-opacity, 1));
}
.focus\:border-blue-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, 1);
  border-color: rgba(96, 165, 250, var(--tw-border-opacity, 1));
}
.focus\:text-yellow-900:focus {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, 1);
  color: rgba(113, 63, 18, var(--tw-text-opacity, 1));
}
.focus\:underline:focus {
  text-decoration-line: underline;
}
.focus\:shadow-md:focus {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --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: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(2px + 2px) #2563eb, 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity, 1));
}
.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity, 1));
}
.active\:cursor-grabbing:active {
  cursor: grabbing;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-40:disabled {
  opacity: 0.4;
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.1) scaleY(1.1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, 1);
  color: rgba(59, 130, 246, var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:focus .group-focus\:border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, 1);
  border-color: rgba(147, 197, 253, var(--tw-border-opacity, 1));
}
[data-theme="dark"] .dark\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 65, 81, 1);
  border-color: rgba(55, 65, 81, var(--tw-divide-opacity, 1));
}
[data-theme="dark"] .dark\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(31, 41, 55, 1);
  border-color: rgba(31, 41, 55, var(--tw-divide-opacity, 1));
}
[data-theme="dark"] .dark\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 24, 39, 1);
  border-color: rgba(17, 24, 39, var(--tw-divide-opacity, 1));
}
[data-theme="dark"] .dark\:border-amber-700 {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, 1);
  border-color: rgba(180, 83, 9, var(--tw-border-opacity, 1));
}
[data-theme="dark"] .dark\:border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, 1);
  border-color: rgba(96, 165, 250, var(--tw-border-opacity, 1));
}
[data-theme="dark"] .dark\:border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, 1);
  border-color: rgba(59, 130, 246, var(--tw-border-opacity, 1));
}
[data-theme="dark"] .dark\:border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, 1);
  border-color: rgba(37, 99, 235, var(--tw-border-opacity, 1));
}
[data-theme="dark"] .dark\:border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, 1);
  border-color: rgba(29, 78, 216, var(--tw-border-opacity, 1));
}
[data-theme="dark"] .dark\:border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, 1);
  border-color: rgba(30, 64, 175, var(--tw-border-opacity, 1));
}
[data-theme="dark"] .dark\:border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, 1);
  border-color: rgba(75, 85, 99, var(--tw-border-opacity, 1));
}
[data-theme="dark"] .dark\:border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, 1);
  border-color: rgba(55, 65, 81, var(--tw-border-opacity, 1));
}
[data-theme="dark"] .dark\:border-gray-700\/50 {
  border-color: rgba(55, 65, 81, 0.5);
}
[data-theme="dark"] .dark\:border-gray-700\/60 {
  border-color: rgba(55, 65, 81, 0.6);
}
[data-theme="dark"] .dark\:border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, 1);
  border-color: rgba(31, 41, 55, var(--tw-border-opacity, 1));
}
[data-theme="dark"] .dark\:border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, 1);
  border-color: rgba(17, 24, 39, var(--tw-border-opacity, 1));
}
[data-theme="dark"] .dark\:border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, 1);
  border-color: rgba(21, 128, 61, var(--tw-border-opacity, 1));
}
[data-theme="dark"] .dark\:border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgba(22, 101, 52, 1);
  border-color: rgba(22, 101, 52, var(--tw-border-opacity, 1));
}
[data-theme="dark"] .dark\:border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, 1);
  border-color: rgba(129, 140, 248, var(--tw-border-opacity, 1));
}
[data-theme="dark"] .dark\:border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, 1);
  border-color: rgba(99, 102, 241, var(--tw-border-opacity, 1));
}
[data-theme="dark"] .dark\:border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, 1);
  border-color: rgba(79, 70, 229, var(--tw-border-opacity, 1));
}
[data-theme="dark"] .dark\:border-indigo-700 {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, 1);
  border-color: rgba(67, 56, 202, var(--tw-border-opacity, 1));
}
[data-theme="dark"] .dark\:border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, 1);
  border-color: rgba(185, 28, 28, var(--tw-border-opacity, 1));
}
[data-theme="dark"] .dark\:border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, 1);
  border-color: rgba(153, 27, 27, var(--tw-border-opacity, 1));
}
[data-theme="dark"] .dark\:border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgba(234, 179, 8, 1);
  border-color: rgba(234, 179, 8, var(--tw-border-opacity, 1));
}
[data-theme="dark"] .dark\:border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgba(161, 98, 7, 1);
  border-color: rgba(161, 98, 7, var(--tw-border-opacity, 1));
}
[data-theme="dark"] .dark\:bg-\[\#0b0c10\] {
  --tw-bg-opacity: 1;
  background-color: rgba(11, 12, 16, 1);
  background-color: rgba(11, 12, 16, var(--tw-bg-opacity, 1));
}
[data-theme="dark"] .dark\:bg-amber-900\/20 {
  background-color: rgba(120, 53, 15, 0.2);
}
[data-theme="dark"] .dark\:bg-amber-900\/30 {
  background-color: rgba(120, 53, 15, 0.3);
}
[data-theme="dark"] .dark\:bg-black\/60 {
  background-color: rgba(0, 0, 0, 0.6);
}
[data-theme="dark"] .dark\:bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, 1);
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity, 1));
}
[data-theme="dark"] .dark\:bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, 1);
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity, 1));
}
[data-theme="dark"] .dark\:bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, 1);
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity, 1));
}
[data-theme="dark"] .dark\:bg-blue-900\/10 {
  background-color: rgba(30, 58, 138, 0.1);
}
[data-theme="dark"] .dark\:bg-blue-900\/20 {
  background-color: rgba(30, 58, 138, 0.2);
}
[data-theme="dark"] .dark\:bg-blue-900\/30 {
  background-color: rgba(30, 58, 138, 0.3);
}
[data-theme="dark"] .dark\:bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, 1);
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}
[data-theme="dark"] .dark\:bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, 1);
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity, 1));
}
[data-theme="dark"] .dark\:bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, 1);
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity, 1));
}
[data-theme="dark"] .dark\:bg-gray-700\/50 {
  background-color: rgba(55, 65, 81, 0.5);
}
[data-theme="dark"] .dark\:bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, 1);
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity, 1));
}
[data-theme="dark"] .dark\:bg-gray-800\/50 {
  background-color: rgba(31, 41, 55, 0.5);
}
[data-theme="dark"] .dark\:bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, 1);
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity, 1));
}
[data-theme="dark"] .dark\:bg-gray-900\/40 {
  background-color: rgba(17, 24, 39, 0.4);
}
[data-theme="dark"] .dark\:bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 7, 18, 1);
  background-color: rgba(3, 7, 18, var(--tw-bg-opacity, 1));
}
[data-theme="dark"] .dark\:bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, 1);
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity, 1));
}
[data-theme="dark"] .dark\:bg-green-900\/20 {
  background-color: rgba(20, 83, 45, 0.2);
}
[data-theme="dark"] .dark\:bg-green-900\/30 {
  background-color: rgba(20, 83, 45, 0.3);
}
[data-theme="dark"] .dark\:bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, 1);
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity, 1));
}
[data-theme="dark"] .dark\:bg-indigo-900\/20 {
  background-color: rgba(49, 46, 129, 0.2);
}
[data-theme="dark"] .dark\:bg-indigo-900\/30 {
  background-color: rgba(49, 46, 129, 0.3);
}
[data-theme="dark"] .dark\:bg-indigo-900\/40 {
  background-color: rgba(49, 46, 129, 0.4);
}
[data-theme="dark"] .dark\:bg-indigo-900\/60 {
  background-color: rgba(49, 46, 129, 0.6);
}
[data-theme="dark"] .dark\:bg-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, 1);
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity, 1));
}
[data-theme="dark"] .dark\:bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, 1);
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity, 1));
}
[data-theme="dark"] .dark\:bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, 1);
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity, 1));
}
[data-theme="dark"] .dark\:bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, 1);
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity, 1));
}
[data-theme="dark"] .dark\:bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, 1);
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity, 1));
}
[data-theme="dark"] .dark\:bg-red-900\/20 {
  background-color: rgba(127, 29, 29, 0.2);
}
[data-theme="dark"] .dark\:bg-red-900\/30 {
  background-color: rgba(127, 29, 29, 0.3);
}
[data-theme="dark"] .dark\:bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, 1);
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity, 1));
}
[data-theme="dark"] .dark\:bg-yellow-900\/20 {
  background-color: rgba(113, 63, 18, 0.2);
}
[data-theme="dark"] .dark\:bg-yellow-900\/30 {
  background-color: rgba(113, 63, 18, 0.3);
}
[data-theme="dark"] .dark\:text-amber-200 {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, 1);
  color: rgba(253, 230, 138, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-amber-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, 1);
  color: rgba(251, 191, 36, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-blue-100 {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, 1);
  color: rgba(219, 234, 254, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-blue-200 {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, 1);
  color: rgba(191, 219, 254, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-blue-300 {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, 1);
  color: rgba(147, 197, 253, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, 1);
  color: rgba(96, 165, 250, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-blue-900 {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, 1);
  color: rgba(30, 58, 138, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, 1);
  color: rgba(243, 244, 246, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, 1);
  color: rgba(229, 231, 235, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, 1);
  color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, 1);
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-gray-50 {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, 1);
  color: rgba(249, 250, 251, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, 1);
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, 1);
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-green-200 {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, 1);
  color: rgba(187, 247, 208, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-green-300 {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, 1);
  color: rgba(134, 239, 172, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-green-400 {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, 1);
  color: rgba(74, 222, 128, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-green-900 {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, 1);
  color: rgba(20, 83, 45, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, 1);
  color: rgba(199, 210, 254, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, 1);
  color: rgba(165, 180, 252, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, 1);
  color: rgba(129, 140, 248, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-orange-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, 1);
  color: rgba(254, 215, 170, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-orange-300 {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, 1);
  color: rgba(253, 186, 116, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-orange-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, 1);
  color: rgba(251, 146, 60, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-pink-300 {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, 1);
  color: rgba(249, 168, 212, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-purple-300 {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, 1);
  color: rgba(216, 180, 254, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-purple-400 {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, 1);
  color: rgba(192, 132, 252, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-red-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, 1);
  color: rgba(254, 226, 226, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-red-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, 1);
  color: rgba(254, 202, 202, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-red-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, 1);
  color: rgba(252, 165, 165, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-red-400 {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, 1);
  color: rgba(248, 113, 113, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, 1);
  color: rgba(254, 249, 195, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, 1);
  color: rgba(254, 240, 138, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, 1);
  color: rgba(253, 224, 71, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, 1);
  color: rgba(250, 204, 21, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, 1);
  color: rgba(113, 63, 18, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(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: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
[data-theme="dark"] .dark\:shadow-none {
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
[data-theme="dark"] .dark\:ring-blue-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity, 1));
}
[data-theme="dark"] .dark\:ring-gray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity, 1));
}
[data-theme="dark"] .dark\:ring-green-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity, 1));
}
[data-theme="dark"] .dark\:ring-indigo-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity, 1));
}
[data-theme="dark"] .dark\:ring-red-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity, 1));
}
[data-theme="dark"] .dark\:hover\:border-blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, 1);
  border-color: rgba(96, 165, 250, var(--tw-border-opacity, 1));
}
[data-theme="dark"] .dark\:hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, 1);
  border-color: rgba(59, 130, 246, var(--tw-border-opacity, 1));
}
[data-theme="dark"] .dark\:hover\:border-blue-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, 1);
  border-color: rgba(37, 99, 235, var(--tw-border-opacity, 1));
}
[data-theme="dark"] .dark\:hover\:border-gray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, 1);
  border-color: rgba(107, 114, 128, var(--tw-border-opacity, 1));
}
[data-theme="dark"] .dark\:hover\:border-gray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, 1);
  border-color: rgba(75, 85, 99, var(--tw-border-opacity, 1));
}
[data-theme="dark"] .dark\:hover\:border-indigo-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, 1);
  border-color: rgba(99, 102, 241, var(--tw-border-opacity, 1));
}
[data-theme="dark"] .dark\:hover\:border-indigo-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, 1);
  border-color: rgba(79, 70, 229, var(--tw-border-opacity, 1));
}
[data-theme="dark"] .dark\:hover\:border-red-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, 1);
  border-color: rgba(220, 38, 38, var(--tw-border-opacity, 1));
}
[data-theme="dark"] .dark\:hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, 1);
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity, 1));
}
[data-theme="dark"] .dark\:hover\:bg-blue-900\/20:hover {
  background-color: rgba(30, 58, 138, 0.2);
}
[data-theme="dark"] .dark\:hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, 1);
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity, 1));
}
[data-theme="dark"] .dark\:hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, 1);
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity, 1));
}
[data-theme="dark"] .dark\:hover\:bg-gray-700\/30:hover {
  background-color: rgba(55, 65, 81, 0.3);
}
[data-theme="dark"] .dark\:hover\:bg-gray-700\/50:hover {
  background-color: rgba(55, 65, 81, 0.5);
}
[data-theme="dark"] .dark\:hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, 1);
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity, 1));
}
[data-theme="dark"] .dark\:hover\:bg-gray-800\/40:hover {
  background-color: rgba(31, 41, 55, 0.4);
}
[data-theme="dark"] .dark\:hover\:bg-gray-800\/50:hover {
  background-color: rgba(31, 41, 55, 0.5);
}
[data-theme="dark"] .dark\:hover\:bg-gray-800\/60:hover {
  background-color: rgba(31, 41, 55, 0.6);
}
[data-theme="dark"] .dark\:hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, 1);
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity, 1));
}
[data-theme="dark"] .dark\:hover\:bg-indigo-900\/20:hover {
  background-color: rgba(49, 46, 129, 0.2);
}
[data-theme="dark"] .dark\:hover\:bg-indigo-900\/60:hover {
  background-color: rgba(49, 46, 129, 0.6);
}
[data-theme="dark"] .dark\:hover\:bg-red-900\/20:hover {
  background-color: rgba(127, 29, 29, 0.2);
}
[data-theme="dark"] .dark\:hover\:bg-red-900\/30:hover {
  background-color: rgba(127, 29, 29, 0.3);
}
[data-theme="dark"] .dark\:hover\:text-blue-300:hover {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, 1);
  color: rgba(147, 197, 253, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, 1);
  color: rgba(96, 165, 250, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, 1);
  color: rgba(229, 231, 235, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, 1);
  color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:hover\:text-indigo-200:hover {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, 1);
  color: rgba(199, 210, 254, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:hover\:text-indigo-400:hover {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, 1);
  color: rgba(129, 140, 248, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:hover\:text-red-400:hover {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, 1);
  color: rgba(248, 113, 113, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
[data-theme="dark"] .dark\:focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, 1);
  border-color: rgba(59, 130, 246, var(--tw-border-opacity, 1));
}
@media (min-width: 640px) {

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-right {
    text-align: right;
  }

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

  .sm\:leading-5 {
    line-height: 1.25rem;
  }
}
@media (min-width: 768px) {

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-14 {
    width: 3.5rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1024px) {

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

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

  .lg\:items-center {
    align-items: center;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1280px) {

  .xl\:order-first {
    order: -9999;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
