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

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

/*
! tailwindcss v3.4.17 | 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: DM Sans, system-ui, -apple-system, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

html {
  height: 100%;
}

body {
  font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
  min-height: 100%;
  height: 100%;
}

.\!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;
  }
}

/* Input Base Styles */

.\!input {
  display: flex !important;
  height: 2.75rem !important;
  width: 100% !important;
  border-radius: 0.5rem !important;
  border: 1px solid var(--color-neutral-300) !important;
  background-color: white !important;
  padding: 0.5rem 0.75rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  transition: all 0.2s !important;
}

.input {
  display: flex;
  height: 2.75rem;
  width: 100%;
  border-radius: 0.5rem;
  border: 1px solid var(--color-neutral-300);
  background-color: white;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all 0.2s;
}

.\!input:focus {
  outline: none !important;
  border-color: var(--color-primary-500) !important;
  box-shadow: 0 0 0 3px rgba(29, 23, 181, 0.15) !important;
}

.input:focus {
  outline: none;
  border-color: var(--color-primary-500);
  box-shadow: 0 0 0 3px rgba(29, 23, 181, 0.15);
}

.\!input::-moz-placeholder {
  color: var(--color-neutral-500) !important;
}

.\!input::placeholder {
  color: var(--color-neutral-500) !important;
}

.input::-moz-placeholder {
  color: var(--color-neutral-500);
}

.input::placeholder {
  color: var(--color-neutral-500);
}

.dark .input {
  background-color: #1A1D2E;
  border-color: #4B5563;
  color: white;
}

.dark .\!input {
  background-color: #1A1D2E !important;
  border-color: #4B5563 !important;
  color: white !important;
}

.dark .input:focus {
  border-color: var(--color-primary-400);
}

.dark .\!input:focus {
  border-color: var(--color-primary-400) !important;
}

/* Button Base Styles */

.\!btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  font-weight: 600 !important;
  border-radius: 0.75rem !important;
  transition: all 0.2s !important;
  cursor: pointer !important;
  border: none !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 600;
  border-radius: 0.75rem;
  transition: all 0.2s;
  cursor: pointer;
  border: none;
}

.\!btn:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}

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

/* Button Sizes */

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  min-height: 2.25rem;
}

.btn-lg {
  padding: 0.875rem 1.75rem;
  font-size: 1rem;
  min-height: 3rem;
}

/* Button Variants */

.btn-primary {
  background-color: var(--color-primary-500);
  color: white;
}

.btn-primary:hover {
  background-color: var(--color-primary-600);
}

.btn-secondary {
  background-color: transparent;
  border: 2px solid var(--color-primary-500);
  color: var(--color-primary-500);
}

.btn-secondary:hover {
  background-color: var(--color-primary-50);
}

/* Custom Checkbox - White checkmark on primary background */

.custom-checkbox,
  .checkbox,
  input[type="checkbox"] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid var(--color-neutral-300);
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  transition: all 0.2s ease;
  background-color: white;
}

.custom-checkbox:checked,
  .checkbox:checked,
  input[type="checkbox"]:checked {
  background-color: var(--color-primary-500);
  border-color: var(--color-primary-500);
}

.custom-checkbox:checked::after,
  .checkbox:checked::after,
  input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox:focus,
  .checkbox:focus,
  input[type="checkbox"]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(29, 23, 181, 0.2);
}

.custom-checkbox:hover:not(:checked),
  .checkbox:hover:not(:checked),
  input[type="checkbox"]:hover:not(:checked) {
  border-color: var(--color-primary-400);
}

.dark .custom-checkbox,
  .dark .checkbox,
  .dark input[type="checkbox"] {
  border-color: #4B5563;
  background-color: #1A1D2E;
}

.dark .custom-checkbox:checked,
  .dark .checkbox:checked,
  .dark input[type="checkbox"]:checked {
  background-color: var(--color-primary-500);
  border-color: var(--color-primary-500);
}

/* Toggle Switch Component */

.toggle-switch.active,
  input:checked + .toggle-switch,
  .peer:checked ~ .toggle-switch {
  background-color: var(--color-primary-500);
}

.toggle-switch.active::after,
  input:checked + .toggle-switch::after,
  .peer:checked ~ .toggle-switch::after {
  transform: translateX(20px);
}

/* Toggle switch inside label with sr-only checkbox */

/* Dark mode toggle */

.dark .toggle-track {
  background-color: var(--color-neutral-600);
}

.dark .toggle-wrapper input:checked + .toggle-track {
  background-color: var(--color-primary-500);
}

/* Crypto dark mode toggle */

.crypto-dark-mode .toggle-track {
  background-color: rgba(255, 255, 255, 0.2);
}

.crypto-dark-mode .toggle-wrapper input:checked + .toggle-track {
  background-color: var(--color-primary-500);
}

/* Small toggle variant */

/* Password Toggle Button */

.password-toggle-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  padding: 4px;
  cursor: pointer;
  background: transparent;
  border: none;
  color: var(--color-neutral-500);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}

.password-toggle-btn:hover {
  color: var(--color-primary-500);
}

.password-toggle-btn svg {
  width: 20px;
  height: 20px;
  pointer-events: none;
}

/* Password Input Container */

/* Crypto Dark Card */

.crypto-dark-card {
  background: linear-gradient(135deg, var(--color-primary-900) 0%, var(--color-primary-950) 100%);
}

.crypto-dark-text-muted {
  color: rgba(255, 255, 255, 0.7);
}

/* Icon Circle Gradient */

/* Form Error State */


  .\!input.is-error {
  border-color: var(--color-negative-500) !important;
}

.input-error,
  .input.is-error {
  border-color: var(--color-negative-500) !important;
}


  .\!input.is-error:focus {
  box-shadow: 0 0 0 3px rgba(251, 44, 56, 0.15) !important;
}

.input-error:focus,
  .input.is-error:focus {
  box-shadow: 0 0 0 3px rgba(251, 44, 56, 0.15);
}

/* Form Success State */


  .\!input.is-success {
  border-color: var(--color-positive-500) !important;
}

.input-success,
  .input.is-success {
  border-color: var(--color-positive-500) !important;
}


  .\!input.is-success:focus {
  box-shadow: 0 0 0 3px rgba(0, 188, 125, 0.15) !important;
}

.input-success:focus,
  .input.is-success:focus {
  box-shadow: 0 0 0 3px rgba(0, 188, 125, 0.15);
}

/* Code Input for 2FA */

.code-input {
  height: 3.5rem;
  width: 48px;
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 206 214 / var(--tw-border-opacity, 1));
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

.code-input:focus {
  outline: none;
  border-color: var(--color-primary-500);
  box-shadow: 0 0 0 3px rgba(29, 23, 181, 0.15);
}

.code-input:not(:-moz-placeholder-shown) {
  border-color: var(--color-primary-400);
}

.code-input:not(:placeholder-shown) {
  border-color: var(--color-primary-400);
}

/* Action Buttons (Send, Receive, Trade) */

/* Link Styles */

.link {
  color: var(--color-primary-500);
  transition: color 0.2s;
}

.link:hover {
  color: var(--color-primary-600);
}

/* Cards */

.\!card {
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 237 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}


.crypto-dark-mode .\!card {
  background: var(--color-primary-900);
  background-color: var(--color-primary-900);
  border-color: rgba(255, 255, 255, 0.1);
}

.\!card:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(98 98 113 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(82 83 80 / var(--tw-bg-opacity, 1));
}

.card {
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 237 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}


.crypto-dark-mode .card {
  background: var(--color-primary-900);
  background-color: var(--color-primary-900);
  border-color: rgba(255, 255, 255, 0.1);
}

.card:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(98 98 113 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(82 83 80 / var(--tw-bg-opacity, 1));
}

.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;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-1 {
  inset: 4px;
}

.inset-8 {
  inset: 32px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.-bottom-1 {
  bottom: -4px;
}

.-left-10 {
  left: -40px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-0\.5 {
  bottom: 2px;
}

.bottom-1 {
  bottom: 4px;
}

.bottom-10 {
  bottom: 40px;
}

.bottom-16 {
  bottom: 64px;
}

.bottom-4 {
  bottom: 16px;
}

.bottom-5 {
  bottom: 20px;
}

.bottom-\[80px\] {
  bottom: 80px;
}

.left-0 {
  left: 0px;
}

.left-1\.5 {
  left: 0.375rem;
}

.left-1\/2 {
  left: 50%;
}

.left-2\.5 {
  left: 0.625rem;
}

.left-3 {
  left: 12px;
}

.left-4 {
  left: 16px;
}

.left-5 {
  left: 20px;
}

.left-6 {
  left: 24px;
}

.left-\[27px\] {
  left: 27px;
}

.left-\[3px\] {
  left: 3px;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 4px;
}

.right-2 {
  right: 8px;
}

.right-3 {
  right: 12px;
}

.right-4 {
  right: 16px;
}

.right-5 {
  right: 20px;
}

.right-6 {
  right: 24px;
}

.top-0 {
  top: 0px;
}

.top-0\.5 {
  top: 2px;
}

.top-1 {
  top: 4px;
}

.top-1\/2 {
  top: 50%;
}

.top-12 {
  top: 48px;
}

.top-14 {
  top: 3.5rem;
}

.top-2 {
  top: 8px;
}

.top-3 {
  top: 12px;
}

.top-4 {
  top: 16px;
}

.top-5 {
  top: 20px;
}

.top-6 {
  top: 24px;
}

.top-\[3px\] {
  top: 3px;
}

.top-full {
  top: 100%;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-\[60\] {
  z-index: 60;
}

.m-0 {
  margin: 0px;
}

.-mx-2 {
  margin-left: -8px;
  margin-right: -8px;
}

.-mx-3 {
  margin-left: -12px;
  margin-right: -12px;
}

.-my-3 {
  margin-top: -12px;
  margin-bottom: -12px;
}

.mx-1 {
  margin-left: 4px;
  margin-right: 4px;
}

.mx-2 {
  margin-left: 8px;
  margin-right: 8px;
}

.mx-3 {
  margin-left: 12px;
  margin-right: 12px;
}

.mx-4 {
  margin-left: 16px;
  margin-right: 16px;
}

.mx-6 {
  margin-left: 24px;
  margin-right: 24px;
}

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

.my-1 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.my-4 {
  margin-top: 16px;
  margin-bottom: 16px;
}

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

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

.mb-1 {
  margin-bottom: 4px;
}

.mb-10 {
  margin-bottom: 40px;
}

.mb-12 {
  margin-bottom: 48px;
}

.mb-2 {
  margin-bottom: 8px;
}

.mb-20 {
  margin-bottom: 80px;
}

.mb-3 {
  margin-bottom: 12px;
}

.mb-4 {
  margin-bottom: 16px;
}

.mb-5 {
  margin-bottom: 20px;
}

.mb-6 {
  margin-bottom: 24px;
}

.mb-7 {
  margin-bottom: 28px;
}

.mb-8 {
  margin-bottom: 32px;
}

.mb-\[40px\] {
  margin-bottom: 40px;
}

.mb-\[48px\] {
  margin-bottom: 48px;
}

.mb-\[56px\] {
  margin-bottom: 56px;
}

.ml-1 {
  margin-left: 4px;
}

.ml-2 {
  margin-left: 8px;
}

.ml-3 {
  margin-left: 12px;
}

.ml-4 {
  margin-left: 16px;
}

.ml-9 {
  margin-left: 2.25rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-1 {
  margin-right: 4px;
}

.mr-2 {
  margin-right: 8px;
}

.mr-4 {
  margin-right: 16px;
}

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

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mt-12 {
  margin-top: 48px;
}

.mt-2 {
  margin-top: 8px;
}

.mt-3 {
  margin-top: 12px;
}

.mt-4 {
  margin-top: 16px;
}

.mt-6 {
  margin-top: 24px;
}

.mt-8 {
  margin-top: 32px;
}

.mt-\[14px\] {
  margin-top: 14px;
}

.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;
}

.aspect-\[1\.586\/1\] {
  aspect-ratio: 1.586/1;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.size-9 {
  width: 2.25rem;
  height: 2.25rem;
}

.h-0\.5 {
  height: 2px;
}

.h-1 {
  height: 4px;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-10 {
  height: 40px;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 48px;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 64px;
}

.h-2 {
  height: 8px;
}

.h-20 {
  height: 80px;
}

.h-24 {
  height: 96px;
}

.h-3 {
  height: 12px;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 16px;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 20px;
}

.h-56 {
  height: 14rem;
}

.h-6 {
  height: 24px;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 28px;
}

.h-8 {
  height: 32px;
}

.h-9 {
  height: 2.25rem;
}

.h-\[120px\] {
  height: 120px;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[22px\] {
  height: 22px;
}

.h-\[28px\] {
  height: 28px;
}

.h-\[38px\] {
  height: 38px;
}

.h-\[44px\] {
  height: 44px;
}

.h-\[48px\] {
  height: 48px;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[92vh\] {
  height: 92vh;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-52 {
  max-height: 13rem;
}

.max-h-96 {
  max-height: 24rem;
}

.max-h-\[280px\] {
  max-height: 280px;
}

.max-h-\[400px\] {
  max-height: 400px;
}

.max-h-\[500px\] {
  max-height: 500px;
}

.max-h-\[60vh\] {
  max-height: 60vh;
}

.max-h-\[70vh\] {
  max-height: 70vh;
}

.max-h-\[92vh\] {
  max-height: 92vh;
}

.min-h-11 {
  min-height: 2.75rem;
}

.min-h-\[140px\] {
  min-height: 140px;
}

.min-h-\[400px\] {
  min-height: 400px;
}

.min-h-\[48px\] {
  min-height: 48px;
}

.min-h-\[500px\] {
  min-height: 500px;
}

.min-h-\[80px\] {
  min-height: 80px;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-0\.5 {
  width: 2px;
}

.w-1\.5 {
  width: 0.375rem;
}

.w-1\/2 {
  width: 50%;
}

.w-10 {
  width: 40px;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 48px;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 64px;
}

.w-2 {
  width: 8px;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-20 {
  width: 80px;
}

.w-24 {
  width: 96px;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 12px;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 16px;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 20px;
}

.w-6 {
  width: 24px;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 28px;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 32px;
}

.w-9 {
  width: 2.25rem;
}

.w-96 {
  width: 24rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[70\%\] {
  width: 70%;
}

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

.w-\[98\%\] {
  width: 98%;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-\[110px\] {
  min-width: 110px;
}

.min-w-\[280px\] {
  min-width: 280px;
}

.min-w-\[300px\] {
  min-width: 300px;
}

.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.min-w-full {
  min-width: 100%;
}

.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-\[1536px\] {
  max-width: 1536px;
}

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

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

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

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

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

.max-w-\[60\%\] {
  max-width: 60%;
}

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

.max-w-full {
  max-width: 100%;
}

.max-w-lg {
  max-width: 32rem;
}

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

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

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

.flex-shrink {
  flex-shrink: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.border-collapse {
  border-collapse: collapse;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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-1\/4 {
  --tw-translate-x: -25%;
  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-y-1\/2 {
  --tw-translate-y: -50%;
  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-1\/4 {
  --tw-translate-x: 25%;
  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-y-1\/2 {
  --tw-translate-y: 50%;
  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));
}

.rotate-180 {
  --tw-rotate: 180deg;
  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 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-grab {
  cursor: grab;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize-none {
  resize: none;
}

.list-inside {
  list-style-position: inside;
}

.list-disc {
  list-style-type: disc;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, 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));
}

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

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

.flex-wrap {
  flex-wrap: wrap;
}

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

.items-end {
  align-items: flex-end;
}

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

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

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

.justify-end {
  justify-content: flex-end;
}

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

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

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 2px;
}

.gap-1 {
  gap: 4px;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 8px;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 12px;
}

.gap-4 {
  gap: 16px;
}

.gap-5 {
  gap: 20px;
}

.gap-6 {
  gap: 24px;
}

.gap-8 {
  gap: 32px;
}

.gap-px {
  gap: 1px;
}

.gap-x-12 {
  -moz-column-gap: 48px;
       column-gap: 48px;
}

.gap-x-3 {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.gap-x-8 {
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.gap-y-4 {
  row-gap: 16px;
}

.gap-y-5 {
  row-gap: 20px;
}

.gap-y-6 {
  row-gap: 24px;
}

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2px * var(--tw-space-y-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  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(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12px * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24px * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(32px * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-neutral-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(223 237 230 / var(--tw-divide-opacity, 1));
}

.divide-white\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.1);
}

.overflow-hidden {
  overflow: hidden;
}

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

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overscroll-contain {
  overscroll-behavior: contain;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 24px;
}

.rounded-3xl {
  border-radius: 32px;
}

.rounded-\[24px\] {
  border-radius: 24px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 16px;
}

.rounded-md {
  border-radius: 12px;
}

.rounded-sm {
  border-radius: 8px;
}

.rounded-xl {
  border-radius: 20px;
}

.rounded-b-lg {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rounded-t-2xl {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.rounded-t-lg {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.rounded-bl-3xl {
  border-bottom-left-radius: 32px;
}

.rounded-br-3xl {
  border-bottom-right-radius: 32px;
}

.rounded-tl-3xl {
  border-top-left-radius: 32px;
}

.rounded-tl-md {
  border-top-left-radius: 12px;
}

.rounded-tr-3xl {
  border-top-right-radius: 32px;
}

.rounded-tr-md {
  border-top-right-radius: 12px;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-\[2\.5px\] {
  border-width: 2.5px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-r {
  border-right-width: 1px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-dashed {
  border-style: dashed;
}

.border-none {
  border-style: none;
}

.border-\[\#00674A\]\/20 {
  border-color: rgb(0 103 74 / 0.2);
}

.border-\[\#946800\]\/20 {
  border-color: rgb(148 104 0 / 0.2);
}

.border-\[\#C8CED6\] {
  --tw-border-opacity: 1;
  border-color: rgb(200 206 214 / var(--tw-border-opacity, 1));
}

.border-\[\#D32F2F\]\/20 {
  border-color: rgb(211 47 47 / 0.2);
}

.border-\[\#DFE0E6\] {
  --tw-border-opacity: 1;
  border-color: rgb(223 224 230 / var(--tw-border-opacity, 1));
}

.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}

.border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.border-negative-200 {
  --tw-border-opacity: 1;
  border-color: rgb(255 198 201 / var(--tw-border-opacity, 1));
}

.border-negative-500 {
  --tw-border-opacity: 1;
  border-color: rgb(251 44 56 / var(--tw-border-opacity, 1));
}

.border-negative-500\/30 {
  border-color: rgb(251 44 56 / 0.3);
}

.border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(237 238 242 / var(--tw-border-opacity, 1));
}

.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(223 237 230 / var(--tw-border-opacity, 1));
}

.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 206 214 / var(--tw-border-opacity, 1));
}

.border-neutral-400 {
  --tw-border-opacity: 1;
  border-color: rgb(181 183 196 / var(--tw-border-opacity, 1));
}

.border-positive-200 {
  --tw-border-opacity: 1;
  border-color: rgb(160 250 209 / var(--tw-border-opacity, 1));
}

.border-primary-200 {
  --tw-border-opacity: 1;
  border-color: rgb(165 165 243 / var(--tw-border-opacity, 1));
}

.border-primary-300 {
  --tw-border-opacity: 1;
  border-color: rgb(120 120 237 / var(--tw-border-opacity, 1));
}

.border-primary-400 {
  --tw-border-opacity: 1;
  border-color: rgb(76 74 232 / var(--tw-border-opacity, 1));
}

.border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(29 23 181 / var(--tw-border-opacity, 1));
}

.border-primary-900\/50 {
  border-color: rgb(6 6 45 / 0.5);
}

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

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

.border-warning-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}

.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-t-primary-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(25 23 181 / var(--tw-border-opacity, 1));
}

.border-t-transparent {
  border-top-color: transparent;
}

.border-t-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.bg-\[\#06062D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(6 6 45 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1D1DE2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 226 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EAFFF5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 255 245 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F5F6F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 248 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFF0F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 240 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFF8E6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 230 / var(--tw-bg-opacity, 1));
}

.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/15 {
  background-color: rgb(0 0 0 / 0.15);
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-500\/20 {
  background-color: rgb(59 130 246 / 0.2);
}

.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.bg-gray-500\/20 {
  background-color: rgb(107 114 128 / 0.2);
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-negative-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 224 225 / var(--tw-bg-opacity, 1));
}

.bg-negative-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}

.bg-negative-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 44 56 / var(--tw-bg-opacity, 1));
}

.bg-negative-500\/10 {
  background-color: rgb(251 44 56 / 0.1);
}

.bg-negative-500\/20 {
  background-color: rgb(251 44 56 / 0.2);
}

.bg-negative-500\/30 {
  background-color: rgb(251 44 56 / 0.3);
}

.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 238 242 / var(--tw-bg-opacity, 1));
}

.bg-neutral-100\/80 {
  background-color: rgb(237 238 242 / 0.8);
}

.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(223 237 230 / var(--tw-bg-opacity, 1));
}

.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 206 214 / var(--tw-bg-opacity, 1));
}

.bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(181 183 196 / var(--tw-bg-opacity, 1));
}

.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 248 / var(--tw-bg-opacity, 1));
}

.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 162 179 / var(--tw-bg-opacity, 1));
}

.bg-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(123 120 138 / var(--tw-bg-opacity, 1));
}

.bg-neutral-900\/60 {
  background-color: rgb(82 83 80 / 0.6);
}

.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.bg-orange-500\/20 {
  background-color: rgb(249 115 22 / 0.2);
}

.bg-positive-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(205 254 229 / var(--tw-bg-opacity, 1));
}

.bg-positive-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(160 250 209 / var(--tw-bg-opacity, 1));
}

.bg-positive-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 255 245 / var(--tw-bg-opacity, 1));
}

.bg-positive-50\/50 {
  background-color: rgb(234 255 245 / 0.5);
}

.bg-positive-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 188 125 / var(--tw-bg-opacity, 1));
}

.bg-positive-500\/20 {
  background-color: rgb(0 188 125 / 0.2);
}

.bg-positive-500\/30 {
  background-color: rgb(0 188 125 / 0.3);
}

.bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(210 210 249 / var(--tw-bg-opacity, 1));
}

.bg-primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 165 243 / var(--tw-bg-opacity, 1));
}

.bg-primary-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 120 237 / var(--tw-bg-opacity, 1));
}

.bg-primary-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 74 232 / var(--tw-bg-opacity, 1));
}

.bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 252 / var(--tw-bg-opacity, 1));
}

.bg-primary-50\/50 {
  background-color: rgb(232 232 252 / 0.5);
}

.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 23 181 / var(--tw-bg-opacity, 1));
}

.bg-primary-500\/20 {
  background-color: rgb(29 23 181 / 0.2);
}

.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(25 23 181 / var(--tw-bg-opacity, 1));
}

.bg-primary-950\/30 {
  background-color: rgb(3 3 23 / 0.3);
}

.bg-purple-500\/20 {
  background-color: rgb(168 85 247 / 0.2);
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

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

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}

.bg-warning-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.bg-warning-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 153 71 / var(--tw-bg-opacity, 1));
}

.bg-warning-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}

.bg-warning-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 133 20 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

.bg-yellow-400\/90 {
  background-color: rgb(250 204 21 / 0.9);
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.bg-yellow-500\/20 {
  background-color: rgb(234 179 8 / 0.2);
}

.bg-yellow-600\/20 {
  background-color: rgb(202 138 4 / 0.2);
}

.bg-yellow-600\/30 {
  background-color: rgb(202 138 4 / 0.3);
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.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));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black\/70 {
  --tw-gradient-from: rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-50\/50 {
  --tw-gradient-from: rgb(239 246 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100 {
  --tw-gradient-from: #D2D2F9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(210 210 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-500 {
  --tw-gradient-from: #1D17B5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 23 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600 {
  --tw-gradient-from: #1917B5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(25 23 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-500 {
  --tw-gradient-from: #a855f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-50\/30 {
  --tw-gradient-from: rgb(254 242 242 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-warning-500 {
  --tw-gradient-from: #FC8514 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 133 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200 {
  --tw-gradient-from: #fef08a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300 {
  --tw-gradient-from: #fde047 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-black\/40 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500 {
  --tw-gradient-to: rgb(29 23 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1D17B5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#EBEBFC\] {
  --tw-gradient-to: #EBEBFC var(--tw-gradient-to-position);
}

.to-black\/20 {
  --tw-gradient-to: rgb(0 0 0 / 0.2) var(--tw-gradient-to-position);
}

.to-primary-200 {
  --tw-gradient-to: #A5A5F3 var(--tw-gradient-to-position);
}

.to-primary-600 {
  --tw-gradient-to: #1917B5 var(--tw-gradient-to-position);
}

.to-primary-700 {
  --tw-gradient-to: #121287 var(--tw-gradient-to-position);
}

.to-purple-500 {
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
}

.to-purple-600 {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}

.to-warning-600 {
  --tw-gradient-to: #C9510C var(--tw-gradient-to-position);
}

.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.to-yellow-400 {
  --tw-gradient-to: #facc15 var(--tw-gradient-to-position);
}

.to-yellow-500 {
  --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
}

.stroke-\[3\] {
  stroke-width: 3;
}

.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: 2px;
}

.p-1 {
  padding: 4px;
}

.p-2 {
  padding: 8px;
}

.p-3 {
  padding: 12px;
}

.p-4 {
  padding: 16px;
}

.p-5 {
  padding: 20px;
}

.p-6 {
  padding: 24px;
}

.p-8 {
  padding: 32px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-0\.5 {
  padding-left: 2px;
  padding-right: 2px;
}

.px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

.px-7 {
  padding-left: 28px;
  padding-right: 28px;
}

.px-8 {
  padding-left: 32px;
  padding-right: 32px;
}

.py-0\.5 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-12 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-16 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-6 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-8 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 4px;
}

.pb-16 {
  padding-bottom: 64px;
}

.pb-2 {
  padding-bottom: 8px;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-3 {
  padding-bottom: 12px;
}

.pb-4 {
  padding-bottom: 16px;
}

.pb-5 {
  padding-bottom: 20px;
}

.pb-6 {
  padding-bottom: 24px;
}

.pb-8 {
  padding-bottom: 32px;
}

.pb-\[24px\] {
  padding-bottom: 24px;
}

.pb-\[40px\] {
  padding-bottom: 40px;
}

.pl-10 {
  padding-left: 40px;
}

.pl-12 {
  padding-left: 48px;
}

.pl-4 {
  padding-left: 16px;
}

.pl-8 {
  padding-left: 32px;
}

.pr-1 {
  padding-right: 4px;
}

.pr-10 {
  padding-right: 40px;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pr-12 {
  padding-right: 48px;
}

.pr-4 {
  padding-right: 16px;
}

.pt-10 {
  padding-top: 40px;
}

.pt-2 {
  padding-top: 8px;
}

.pt-3 {
  padding-top: 12px;
}

.pt-4 {
  padding-top: 16px;
}

.pt-6 {
  padding-top: 24px;
}

.pt-\[40px\] {
  padding-top: 40px;
}

.pt-\[50px\] {
  padding-top: 50px;
}

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

.text-center {
  text-align: center;
}

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

.align-middle {
  vertical-align: middle;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-sans {
  font-family: DM Sans, system-ui, -apple-system, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[26px\] {
  font-size: 26px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[48px\] {
  font-size: 48px;
}

.text-\[56px\] {
  font-size: 56px;
}

.text-\[5px\] {
  font-size: 5px;
}

.text-\[9px\] {
  font-size: 9px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-body {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
}

.text-body-emphasis {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 600;
}

.text-body-sm {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.001em;
  font-weight: 400;
}

.text-body-xs {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.002em;
  font-weight: 400;
}

.text-h1 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.01em;
  font-weight: 600;
}

.text-h2 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.005em;
  font-weight: 600;
}

.text-h3 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 600;
}

.text-h4 {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  font-weight: 600;
}

.text-h5 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.002em;
  font-weight: 600;
}

.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-light {
  font-weight: 300;
}

.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;
}

.italic {
  font-style: italic;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[28px\] {
  line-height: 28px;
}

.leading-\[32px\] {
  line-height: 32px;
}

.leading-\[40px\] {
  line-height: 40px;
}

.leading-none {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[-0\.01em\] {
  letter-spacing: -0.01em;
}

.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}

.tracking-\[0\.005em\] {
  letter-spacing: 0.005em;
}

.tracking-\[0\.32px\] {
  letter-spacing: 0.32px;
}

.tracking-\[0\.5em\] {
  letter-spacing: 0.5em;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#00674A\] {
  --tw-text-opacity: 1;
  color: rgb(0 103 74 / var(--tw-text-opacity, 1));
}

.text-\[\#00BC7D\] {
  --tw-text-opacity: 1;
  color: rgb(0 188 125 / var(--tw-text-opacity, 1));
}

.text-\[\#1D1DE2\] {
  --tw-text-opacity: 1;
  color: rgb(29 29 226 / var(--tw-text-opacity, 1));
}

.text-\[\#626271\] {
  --tw-text-opacity: 1;
  color: rgb(98 98 113 / var(--tw-text-opacity, 1));
}

.text-\[\#78788A\] {
  --tw-text-opacity: 1;
  color: rgb(120 120 138 / var(--tw-text-opacity, 1));
}

.text-\[\#808080\] {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}

.text-\[\#946800\] {
  --tw-text-opacity: 1;
  color: rgb(148 104 0 / var(--tw-text-opacity, 1));
}

.text-\[\#D32F2F\] {
  --tw-text-opacity: 1;
  color: rgb(211 47 47 / var(--tw-text-opacity, 1));
}

.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}

.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}

.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-negative-400 {
  --tw-text-opacity: 1;
  color: rgb(255 103 110 / var(--tw-text-opacity, 1));
}

.text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(251 44 56 / var(--tw-text-opacity, 1));
}

.text-negative-600 {
  --tw-text-opacity: 1;
  color: rgb(233 25 35 / var(--tw-text-opacity, 1));
}

.text-negative-700 {
  --tw-text-opacity: 1;
  color: rgb(196 17 26 / var(--tw-text-opacity, 1));
}

.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(203 206 214 / var(--tw-text-opacity, 1));
}

.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(181 183 196 / var(--tw-text-opacity, 1));
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(161 162 179 / var(--tw-text-opacity, 1));
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(143 143 163 / var(--tw-text-opacity, 1));
}

.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(123 120 138 / var(--tw-text-opacity, 1));
}

.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(82 83 80 / var(--tw-text-opacity, 1));
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.text-positive-400 {
  --tw-text-opacity: 1;
  color: rgb(37 226 156 / var(--tw-text-opacity, 1));
}

.text-positive-500 {
  --tw-text-opacity: 1;
  color: rgb(0 188 125 / var(--tw-text-opacity, 1));
}

.text-positive-600 {
  --tw-text-opacity: 1;
  color: rgb(0 164 109 / var(--tw-text-opacity, 1));
}

.text-positive-700 {
  --tw-text-opacity: 1;
  color: rgb(0 131 92 / var(--tw-text-opacity, 1));
}

.text-primary-400 {
  --tw-text-opacity: 1;
  color: rgb(76 74 232 / var(--tw-text-opacity, 1));
}

.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(29 23 181 / var(--tw-text-opacity, 1));
}

.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(25 23 181 / var(--tw-text-opacity, 1));
}

.text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(18 18 135 / var(--tw-text-opacity, 1));
}

.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

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

.text-violet-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}

.text-warning-500 {
  --tw-text-opacity: 1;
  color: rgb(252 133 20 / var(--tw-text-opacity, 1));
}

.text-warning-600 {
  --tw-text-opacity: 1;
  color: rgb(201 81 12 / var(--tw-text-opacity, 1));
}

.text-warning-700 {
  --tw-text-opacity: 1;
  color: rgb(163 68 18 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}

.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.line-through {
  text-decoration-line: line-through;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.placeholder-neutral-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(181 183 196 / var(--tw-placeholder-opacity, 1));
}

.placeholder-neutral-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(181 183 196 / var(--tw-placeholder-opacity, 1));
}

.placeholder-neutral-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 162 179 / var(--tw-placeholder-opacity, 1));
}

.placeholder-neutral-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 162 179 / var(--tw-placeholder-opacity, 1));
}

.placeholder-white\/40::-moz-placeholder {
  color: rgb(255 255 255 / 0.4);
}

.placeholder-white\/40::placeholder {
  color: rgb(255 255 255 / 0.4);
}

.caret-black {
  caret-color: #000;
}

.accent-primary-500 {
  accent-color: #1D17B5;
}

.accent-primary-600 {
  accent-color: #1917B5;
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[\#1D1DE2\]\/30 {
  --tw-shadow-color: rgb(29 29 226 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/25 {
  --tw-shadow-color: rgb(29 23 181 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/25 {
  --tw-shadow-color: rgb(168 85 247 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

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

.outline {
  outline-style: solid;
}

.ring-negative-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 44 56 / var(--tw-ring-opacity, 1));
}

.ring-offset-white {
  --tw-ring-offset-color: #fff;
}

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

.invert {
  --tw-invert: invert(100%);
  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);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-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-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);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* Background colors */

.bg-positive-500 {
  background-color: var(--color-positive-500);
}

.bg-negative-500 {
  background-color: var(--color-negative-500);
}

.bg-primary-500 {
  background-color: var(--color-primary-500);
}

.bg-warning-500 {
  background-color: var(--color-warning-500);
}

/* Text colors */

.text-positive-500, .text-positive-600 {
  color: var(--color-positive-500);
}

.text-negative-500, .text-negative-600 {
  color: var(--color-negative-500);
}

.gradient-rafo {
  background: linear-gradient(135deg, var(--color-primary-500) 0%, var(--color-primary-400) 50%, var(--color-primary-300) 100%);
}

/* Text gradient */

/* Safe Area Support (iOS) */

.safe-area-bottom {
  padding-bottom: env(safe-area-inset-bottom);
}

.\[transform\:translate\(calc\(-100\%-8px\)\2c -50\%\)\] {
  transform: translate(calc(-100% - 8px),-50%);
}

.\[transform\:translate\(calc\(100\%\+8px\)\2c -50\%\)\] {
  transform: translate(calc(100% + 8px),-50%);
}

/* DM Sans Font Import (from Figma) */

/* CSS Custom Properties - Design System Colors */

:root {
  /* Brand Primary (from Figma) */
  --color-primary-20: #F6F6FE;
  --color-primary-50: #E8E8FC;
  --color-primary-100: #D2D2F9;
  --color-primary-200: #A5A5F3;
  --color-primary-300: #7878ED;
  --color-primary-400: #4C4AE8;
  --color-primary-500: #1D17B5;
  --color-primary-600: #1917B5;
  --color-primary-700: #121287;
  --color-primary-800: #0C0C5A;
  --color-primary-900: #06062D;
  --color-primary-950: #030317;
  /* Neutral */
  --color-neutral-50: #F5F6F8;
  --color-neutral-100: #EDEEF2;
  --color-neutral-200: #DFEDE6;
  --color-neutral-300: #CBCED6;
  --color-neutral-400: #B5B7C4;
  --color-neutral-500: #A1A2B3;
  --color-neutral-600: #8F8FA3;
  --color-neutral-700: #7B788A;
  --color-neutral-800: #626271;
  --color-neutral-900: #000000;
  --color-neutral-950: #0a0a0a;
  /* Positive (Success) */
  --color-positive-50: #EAFFF5;
  --color-positive-100: #CDFEE5;
  --color-positive-200: #A0FAD1;
  --color-positive-300: #63F2B8;
  --color-positive-400: #25E29C;
  --color-positive-500: #00BC7D;
  --color-positive-600: #00A46D;
  --color-positive-700: #00835C;
  --color-positive-800: #00674A;
  --color-positive-900: #00553A;
  /* Negative (Error) */
  --color-negative-50: #FFF1F2;
  --color-negative-100: #FFE0E1;
  --color-negative-200: #FFC6C9;
  --color-negative-300: #FF9FA4;
  --color-negative-400: #FF676E;
  --color-negative-500: #FB2C38;
  --color-negative-600: #E91923;
  --color-negative-700: #C4111A;
  --color-negative-800: #A21219;
  --color-negative-900: #86161B;
  /* Warning */
  --color-warning-50: #FFF7ED;
  --color-warning-100: #FFEDD5;
  --color-warning-200: #FED7AA;
  --color-warning-300: #FDBA74;
  --color-warning-400: #FC9947;
  --color-warning-500: #FC8514;
  --color-warning-600: #C9510C;
  --color-warning-700: #A34412;
  --color-warning-800: #7C2D12;
  --color-warning-900: #581F07;
}

/* Design System Base Styles */

/* Design System Components */

/* Color Utilities (explicit for JIT mode) */

/* Gradient Utilities */

/* CRYPTO DARK MODE */

.crypto-dark-mode,
.crypto-dark-mode html,
.crypto-dark-mode body {
  background: var(--color-primary-900) !important;
  background-color: var(--color-primary-900) !important;
}

.crypto-dark-mode aside,
.crypto-dark-mode header,
.crypto-dark-mode nav,
.crypto-dark-mode main,
.crypto-dark-mode .bg-white,
.crypto-dark-mode .bg-neutral-50,
.crypto-dark-mode .bg-neutral-100 {
  background: var(--color-primary-900) !important;
  background-color: var(--color-primary-900) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Preserve crypto icon backgrounds */

.crypto-dark-mode .crypto-icon {
  background: inherit;
}

.crypto-dark-mode,
.crypto-dark-mode *,
.crypto-dark-mode aside *,
.crypto-dark-mode header *,
.crypto-dark-mode nav *,
.crypto-dark-mode .text-neutral-900,
.crypto-dark-mode .text-neutral-700,
.crypto-dark-mode .text-neutral-600,
.crypto-dark-mode span,
.crypto-dark-mode p,
.crypto-dark-mode h1,
.crypto-dark-mode h2,
.crypto-dark-mode h3 {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* Button border-radius fix */

.btn {
  border-radius: 1rem !important;
}

.btn-sm {
  border-radius: 0.75rem !important;
}

/* QR Code Frame */

.qr-frame {
  border: 3px solid var(--color-primary-500);
  border-radius: 24px;
  position: relative;
}

.qr-corner {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 3px solid var(--color-primary-500);
}

/* Animation Utilities */

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

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

@keyframes pulse-success {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}

.animate-fade-in {
  animation: fadeIn 0.3s ease-out;
}

.animate-pulse-success {
  animation: pulse-success 0.6s ease-in-out;
}

.placeholder\:crypto-dark-text-muted::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.placeholder\:crypto-dark-text-muted::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.placeholder\:text-base::-moz-placeholder {
  font-size: 1rem;
  line-height: 1.5rem;
}

.placeholder\:text-base::placeholder {
  font-size: 1rem;
  line-height: 1.5rem;
}

.placeholder\:text-body::-moz-placeholder {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
}

.placeholder\:text-body::placeholder {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
}

.placeholder\:font-normal::-moz-placeholder {
  font-weight: 400;
}

.placeholder\:font-normal::placeholder {
  font-weight: 400;
}

.placeholder\:tracking-normal::-moz-placeholder {
  letter-spacing: 0em;
}

.placeholder\:tracking-normal::placeholder {
  letter-spacing: 0em;
}

.placeholder\:\!text-black::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.placeholder\:\!text-black::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.placeholder\:text-black::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.placeholder\:text-black::placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.placeholder\:text-neutral-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(181 183 196 / var(--tw-text-opacity, 1));
}

.placeholder\:text-neutral-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(181 183 196 / var(--tw-text-opacity, 1));
}

.placeholder\:text-neutral-500::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(161 162 179 / var(--tw-text-opacity, 1));
}

.placeholder\:text-neutral-500::placeholder {
  --tw-text-opacity: 1;
  color: rgb(161 162 179 / var(--tw-text-opacity, 1));
}

.placeholder\:\!opacity-100::-moz-placeholder {
  opacity: 1 !important;
}

.placeholder\:\!opacity-100::placeholder {
  opacity: 1 !important;
}

.last\:border-0:last-child {
  border-width: 0px;
}

.last\:border-b-0:last-child {
  border-bottom-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: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-primary-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(29 23 181 / var(--tw-ring-opacity, 1));
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:scale-110:hover {
  --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(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-\[1\.01\]:hover {
  --tw-scale-x: 1.01;
  --tw-scale-y: 1.01;
  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));
}

.hover\:scale-\[1\.02\]:hover {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
}

.hover\:rounded-xl:hover {
  border-radius: 20px;
}

.hover\:rounded-b-xl:hover {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.hover\:border-neutral-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(223 237 230 / var(--tw-border-opacity, 1));
}

.hover\:border-neutral-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 206 214 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(120 120 237 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(76 74 232 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(29 23 181 / var(--tw-border-opacity, 1));
}

.hover\:border-white\/20:hover {
  border-color: rgb(255 255 255 / 0.2);
}

.hover\:bg-\[\#1818C0\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 192 / var(--tw-bg-opacity, 1));
}

.hover\:bg-black\/25:hover {
  background-color: rgb(0 0 0 / 0.25);
}

.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.hover\:bg-negative-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 25 35 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 238 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(223 237 230 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 248 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-50\/50:hover {
  background-color: rgb(245 246 248 / 0.5);
}

.hover\:bg-primary-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(76 74 232 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 23 181 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 135 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-warning-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(201 81 12 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}

.hover\:from-primary-600:hover {
  --tw-gradient-from: #1917B5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(25 23 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-purple-600:hover {
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-purple-600:hover {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}

.hover\:to-purple-700:hover {
  --tw-gradient-to: #7e22ce var(--tw-gradient-to-position);
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-600:hover {
  --tw-text-opacity: 1;
  color: rgb(143 143 163 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-700:hover {
  --tw-text-opacity: 1;
  color: rgb(123 120 138 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-300:hover {
  --tw-text-opacity: 1;
  color: rgb(120 120 237 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-600:hover {
  --tw-text-opacity: 1;
  color: rgb(25 23 181 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-700:hover {
  --tw-text-opacity: 1;
  color: rgb(18 18 135 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:text-white\/70:hover {
  color: rgb(255 255 255 / 0.7);
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:shadow-\[inset_0_0_80px_20px_rgba\(0\2c 0\2c 0\2c 0\.04\)\]:hover {
  --tw-shadow: inset 0 0 80px 20px rgba(0,0,0,0.04);
  --tw-shadow-colored: inset 0 0 80px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-positive-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 188 125 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(76 74 232 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(29 23 181 / var(--tw-border-opacity, 1));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

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

.focus\:ring-0: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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.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: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-positive-500\/20:focus {
  --tw-ring-color: rgb(0 188 125 / 0.2);
}

.focus\:ring-primary-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(29 23 181 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary-500\/20:focus {
  --tw-ring-color: rgb(29 23 181 / 0.2);
}

.focus\:ring-primary-500\/30:focus {
  --tw-ring-color: rgb(29 23 181 / 0.3);
}

.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-offset-0:focus-visible {
  outline-offset: 0px;
}

.focus-visible\:outline-black:focus-visible {
  outline-color: #000;
}

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

.focus-visible\:ring-negative-500:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 44 56 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-primary-500:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(29 23 181 / var(--tw-ring-opacity, 1));
}

.active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}

.active\:scale-\[0\.90\]:active {
  --tw-scale-x: 0.90;
  --tw-scale-y: 0.90;
  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));
}

.active\:scale-\[0\.95\]:active {
  --tw-scale-x: 0.95;
  --tw-scale-y: 0.95;
  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));
}

.active\:scale-\[0\.96\]:active {
  --tw-scale-x: 0.96;
  --tw-scale-y: 0.96;
  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));
}

.active\:scale-\[0\.98\]:active {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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));
}

.active\:scale-\[0\.99\]:active {
  --tw-scale-x: 0.99;
  --tw-scale-y: 0.99;
  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));
}

.active\:scale-\[0\.9\]:active {
  --tw-scale-x: 0.9;
  --tw-scale-y: 0.9;
  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));
}

.active\:cursor-grabbing:active {
  cursor: grabbing;
}

.active\:border-neutral-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(223 237 230 / var(--tw-border-opacity, 1));
}

.active\:border-primary-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(120 120 237 / var(--tw-border-opacity, 1));
}

.active\:border-primary-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(29 23 181 / var(--tw-border-opacity, 1));
}

.active\:border-white\/20:active {
  border-color: rgb(255 255 255 / 0.2);
}

.active\:bg-neutral-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(237 238 242 / var(--tw-bg-opacity, 1));
}

.active\:bg-neutral-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 248 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 252 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(25 23 181 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 135 / var(--tw-bg-opacity, 1));
}

.active\:bg-white\/10:active {
  background-color: rgb(255 255 255 / 0.1);
}

.active\:bg-white\/15:active {
  background-color: rgb(255 255 255 / 0.15);
}

.active\:bg-white\/5:active {
  background-color: rgb(255 255 255 / 0.05);
}

.active\:from-primary-600:active {
  --tw-gradient-from: #1917B5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(25 23 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:to-purple-600:active {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}

.active\:text-black:active {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.active\:text-primary-300:active {
  --tw-text-opacity: 1;
  color: rgb(120 120 237 / var(--tw-text-opacity, 1));
}

.active\:text-primary-600:active {
  --tw-text-opacity: 1;
  color: rgb(25 23 181 / var(--tw-text-opacity, 1));
}

.active\:text-white:active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.active\:opacity-50:active {
  opacity: 0.5;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:bg-neutral-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(203 206 214 / var(--tw-bg-opacity, 1));
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.group:hover .group-hover\:bg-\[\#1818C0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 192 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-blue-500\/30 {
  background-color: rgb(59 130 246 / 0.3);
}

.group:hover .group-hover\:bg-orange-500\/30 {
  background-color: rgb(249 115 22 / 0.3);
}

.group:hover .group-hover\:bg-positive-500\/30 {
  background-color: rgb(0 188 125 / 0.3);
}

.group:hover .group-hover\:bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 252 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-primary-500\/30 {
  background-color: rgb(29 23 181 / 0.3);
}

.group:hover .group-hover\:bg-purple-500\/30 {
  background-color: rgb(168 85 247 / 0.3);
}

.group:hover .group-hover\:bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(29 23 181 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:active .group-active\:bg-blue-500\/30 {
  background-color: rgb(59 130 246 / 0.3);
}

.group:active .group-active\:bg-orange-500\/30 {
  background-color: rgb(249 115 22 / 0.3);
}

.group:active .group-active\:bg-positive-500\/30 {
  background-color: rgb(0 188 125 / 0.3);
}

.group:active .group-active\:bg-primary-500\/30 {
  background-color: rgb(29 23 181 / 0.3);
}

.group:active .group-active\:bg-purple-500\/30 {
  background-color: rgb(168 85 247 / 0.3);
}

.peer:checked ~ .peer-checked\:border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(29 23 181 / var(--tw-border-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 252 / var(--tw-bg-opacity, 1));
}

.has-\[\:checked\]\:border-primary-500:has(:checked) {
  --tw-border-opacity: 1;
  border-color: rgb(29 23 181 / var(--tw-border-opacity, 1));
}

.has-\[\:checked\]\:bg-primary-50:has(:checked) {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 252 / var(--tw-bg-opacity, 1));
}

.dark\:divide-neutral-700:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(123 120 138 / var(--tw-divide-opacity, 1));
}

.dark\:border-\[\#1A1D2E\]:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(26 29 46 / var(--tw-border-opacity, 1));
}

.dark\:border-\[\#252A3A\]:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(37 42 58 / var(--tw-border-opacity, 1));
}

.dark\:border-amber-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}

.dark\:border-blue-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}

.dark\:border-emerald-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}

.dark\:border-green-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}

.dark\:border-negative-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(162 18 25 / var(--tw-border-opacity, 1));
}

.dark\:border-neutral-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(161 162 179 / var(--tw-border-opacity, 1));
}

.dark\:border-neutral-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(143 143 163 / var(--tw-border-opacity, 1));
}

.dark\:border-neutral-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(123 120 138 / var(--tw-border-opacity, 1));
}

.dark\:border-neutral-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(98 98 113 / var(--tw-border-opacity, 1));
}

.dark\:border-positive-700\/50:is(.dark *) {
  border-color: rgb(0 131 92 / 0.5);
}

.dark\:border-positive-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(0 103 74 / var(--tw-border-opacity, 1));
}

.dark\:border-primary-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(18 18 135 / var(--tw-border-opacity, 1));
}

.dark\:border-primary-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(12 12 90 / var(--tw-border-opacity, 1));
}

.dark\:border-primary-900:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(6 6 45 / var(--tw-border-opacity, 1));
}

.dark\:border-red-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}

.dark\:border-red-900\/30:is(.dark *) {
  border-color: rgb(127 29 29 / 0.3);
}

.dark\:border-warning-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
}

.dark\:bg-\[\#1A1D2E\]:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(26 29 46 / var(--tw-bg-opacity, 1));
}

.dark\:bg-\[\#1E2233\]:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(30 34 51 / var(--tw-bg-opacity, 1));
}

.dark\:bg-\[\#252A3A\]:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(37 42 58 / var(--tw-bg-opacity, 1));
}

.dark\:bg-amber-900\/20:is(.dark *) {
  background-color: rgb(120 53 15 / 0.2);
}

.dark\:bg-amber-900\/30:is(.dark *) {
  background-color: rgb(120 53 15 / 0.3);
}

.dark\:bg-amber-900\/40:is(.dark *) {
  background-color: rgb(120 53 15 / 0.4);
}

.dark\:bg-blue-900\/20:is(.dark *) {
  background-color: rgb(30 58 138 / 0.2);
}

.dark\:bg-emerald-900\/20:is(.dark *) {
  background-color: rgb(6 78 59 / 0.2);
}

.dark\:bg-emerald-900\/30:is(.dark *) {
  background-color: rgb(6 78 59 / 0.3);
}

.dark\:bg-green-900\/20:is(.dark *) {
  background-color: rgb(20 83 45 / 0.2);
}

.dark\:bg-green-900\/30:is(.dark *) {
  background-color: rgb(20 83 45 / 0.3);
}

.dark\:bg-negative-900\/20:is(.dark *) {
  background-color: rgb(134 22 27 / 0.2);
}

.dark\:bg-negative-900\/30:is(.dark *) {
  background-color: rgb(134 22 27 / 0.3);
}

.dark\:bg-neutral-500:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(161 162 179 / var(--tw-bg-opacity, 1));
}

.dark\:bg-neutral-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(143 143 163 / var(--tw-bg-opacity, 1));
}

.dark\:bg-neutral-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(123 120 138 / var(--tw-bg-opacity, 1));
}

.dark\:bg-neutral-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(98 98 113 / var(--tw-bg-opacity, 1));
}

.dark\:bg-neutral-800\/50:is(.dark *) {
  background-color: rgb(98 98 113 / 0.5);
}

.dark\:bg-neutral-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(82 83 80 / var(--tw-bg-opacity, 1));
}

.dark\:bg-neutral-900\/50:is(.dark *) {
  background-color: rgb(82 83 80 / 0.5);
}

.dark\:bg-orange-900\/30:is(.dark *) {
  background-color: rgb(124 45 18 / 0.3);
}

.dark\:bg-positive-800\/50:is(.dark *) {
  background-color: rgb(0 103 74 / 0.5);
}

.dark\:bg-positive-900\/10:is(.dark *) {
  background-color: rgb(0 85 58 / 0.1);
}

.dark\:bg-positive-900\/20:is(.dark *) {
  background-color: rgb(0 85 58 / 0.2);
}

.dark\:bg-positive-900\/30:is(.dark *) {
  background-color: rgb(0 85 58 / 0.3);
}

.dark\:bg-primary-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(12 12 90 / var(--tw-bg-opacity, 1));
}

.dark\:bg-primary-900\/10:is(.dark *) {
  background-color: rgb(6 6 45 / 0.1);
}

.dark\:bg-primary-900\/20:is(.dark *) {
  background-color: rgb(6 6 45 / 0.2);
}

.dark\:bg-primary-900\/30:is(.dark *) {
  background-color: rgb(6 6 45 / 0.3);
}

.dark\:bg-primary-950\/30:is(.dark *) {
  background-color: rgb(3 3 23 / 0.3);
}

.dark\:bg-red-900\/10:is(.dark *) {
  background-color: rgb(127 29 29 / 0.1);
}

.dark\:bg-red-900\/20:is(.dark *) {
  background-color: rgb(127 29 29 / 0.2);
}

.dark\:bg-red-900\/30:is(.dark *) {
  background-color: rgb(127 29 29 / 0.3);
}

.dark\:bg-warning-900\/20:is(.dark *) {
  background-color: rgb(88 31 7 / 0.2);
}

.dark\:bg-warning-900\/30:is(.dark *) {
  background-color: rgb(88 31 7 / 0.3);
}

.dark\:bg-yellow-900\/20:is(.dark *) {
  background-color: rgb(113 63 18 / 0.2);
}

.dark\:bg-yellow-900\/30:is(.dark *) {
  background-color: rgb(113 63 18 / 0.3);
}

.dark\:from-primary-900\/40:is(.dark *) {
  --tw-gradient-from: rgb(6 6 45 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 6 45 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:to-primary-800\/30:is(.dark *) {
  --tw-gradient-to: rgb(12 12 90 / 0.3) var(--tw-gradient-to-position);
}

.dark\:\!text-white:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.dark\:text-amber-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.dark\:text-amber-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.dark\:text-blue-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.dark\:text-emerald-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.dark\:text-green-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.dark\:text-negative-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 159 164 / var(--tw-text-opacity, 1));
}

.dark\:text-negative-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 103 110 / var(--tw-text-opacity, 1));
}

.dark\:text-neutral-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(223 237 230 / var(--tw-text-opacity, 1));
}

.dark\:text-neutral-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(203 206 214 / var(--tw-text-opacity, 1));
}

.dark\:text-neutral-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(181 183 196 / var(--tw-text-opacity, 1));
}

.dark\:text-neutral-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(161 162 179 / var(--tw-text-opacity, 1));
}

.dark\:text-neutral-600:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(143 143 163 / var(--tw-text-opacity, 1));
}

.dark\:text-positive-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(99 242 184 / var(--tw-text-opacity, 1));
}

.dark\:text-positive-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(37 226 156 / var(--tw-text-opacity, 1));
}

.dark\:text-primary-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(120 120 237 / var(--tw-text-opacity, 1));
}

.dark\:text-primary-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(76 74 232 / var(--tw-text-opacity, 1));
}

.dark\:text-purple-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.dark\:text-red-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.dark\:text-warning-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}

.dark\:text-warning-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(252 153 71 / var(--tw-text-opacity, 1));
}

.dark\:text-white:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dark\:text-white\/60:is(.dark *) {
  color: rgb(255 255 255 / 0.6);
}

.dark\:text-white\/70:is(.dark *) {
  color: rgb(255 255 255 / 0.7);
}

.dark\:text-white\/80:is(.dark *) {
  color: rgb(255 255 255 / 0.8);
}

.dark\:text-yellow-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.dark\:placeholder-white:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-white:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}

.dark\:caret-white:is(.dark *) {
  caret-color: #fff;
}

.dark\:accent-primary-400:is(.dark *) {
  accent-color: #4C4AE8;
}

.dark\:placeholder\:\!text-white:is(.dark *)::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.dark\:placeholder\:\!text-white:is(.dark *)::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.dark\:placeholder\:text-neutral-400:is(.dark *)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(181 183 196 / var(--tw-text-opacity, 1));
}

.dark\:placeholder\:text-neutral-400:is(.dark *)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(181 183 196 / var(--tw-text-opacity, 1));
}

.dark\:placeholder\:text-white:is(.dark *)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dark\:placeholder\:text-white:is(.dark *)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dark\:placeholder\:\!opacity-100:is(.dark *)::-moz-placeholder {
  opacity: 1 !important;
}

.dark\:placeholder\:\!opacity-100:is(.dark *)::placeholder {
  opacity: 1 !important;
}

.dark\:hover\:border-neutral-600:hover:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(143 143 163 / var(--tw-border-opacity, 1));
}

.dark\:hover\:border-neutral-700:hover:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(123 120 138 / var(--tw-border-opacity, 1));
}

.dark\:hover\:border-primary-500:hover:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(29 23 181 / var(--tw-border-opacity, 1));
}

.dark\:hover\:border-primary-600:hover:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(25 23 181 / var(--tw-border-opacity, 1));
}

.dark\:hover\:bg-neutral-700:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(123 120 138 / var(--tw-bg-opacity, 1));
}

.dark\:hover\:bg-neutral-800:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(98 98 113 / var(--tw-bg-opacity, 1));
}

.dark\:hover\:bg-neutral-800\/30:hover:is(.dark *) {
  background-color: rgb(98 98 113 / 0.3);
}

.dark\:hover\:bg-neutral-800\/50:hover:is(.dark *) {
  background-color: rgb(98 98 113 / 0.5);
}

.dark\:hover\:bg-primary-900\/20:hover:is(.dark *) {
  background-color: rgb(6 6 45 / 0.2);
}

.dark\:hover\:bg-primary-950:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(3 3 23 / var(--tw-bg-opacity, 1));
}

.dark\:hover\:bg-primary-950\/30:hover:is(.dark *) {
  background-color: rgb(3 3 23 / 0.3);
}

.dark\:hover\:bg-red-900\/20:hover:is(.dark *) {
  background-color: rgb(127 29 29 / 0.2);
}

.dark\:hover\:bg-white\/10:hover:is(.dark *) {
  background-color: rgb(255 255 255 / 0.1);
}

.dark\:hover\:text-neutral-200:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(223 237 230 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-neutral-300:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(203 206 214 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-white:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dark\:hover\:shadow-\[inset_0_0_80px_20px_rgba\(255\2c 255\2c 255\2c 0\.06\)\]:hover:is(.dark *) {
  --tw-shadow: inset 0 0 80px 20px rgba(255,255,255,0.06);
  --tw-shadow-colored: inset 0 0 80px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dark\:focus-visible\:outline-white:focus-visible:is(.dark *) {
  outline-color: #fff;
}

.dark\:active\:border-neutral-700:active:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(123 120 138 / var(--tw-border-opacity, 1));
}

.dark\:active\:bg-neutral-700:active:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(123 120 138 / var(--tw-bg-opacity, 1));
}

.dark\:active\:bg-neutral-800:active:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(98 98 113 / var(--tw-bg-opacity, 1));
}

.dark\:active\:bg-neutral-800\/50:active:is(.dark *) {
  background-color: rgb(98 98 113 / 0.5);
}

.dark\:active\:bg-primary-900\/20:active:is(.dark *) {
  background-color: rgb(6 6 45 / 0.2);
}

.dark\:disabled\:bg-neutral-700:disabled:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(123 120 138 / var(--tw-bg-opacity, 1));
}

.group:hover .dark\:group-hover\:bg-primary-900\/20:is(.dark *) {
  background-color: rgb(6 6 45 / 0.2);
}

.group:hover .dark\:group-hover\:text-primary-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(29 23 181 / var(--tw-text-opacity, 1));
}

.peer:checked ~ .dark\:peer-checked\:bg-primary-900\/20:is(.dark *) {
  background-color: rgb(6 6 45 / 0.2);
}

.dark\:has-\[\:checked\]\:bg-primary-950\/30:has(:checked):is(.dark *) {
  background-color: rgb(3 3 23 / 0.3);
}

@media (min-width: 640px) {
  .sm\:right-1\.5 {
    right: 0.375rem;
  }

  .sm\:top-1\.5 {
    top: 0.375rem;
  }

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

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

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

  .sm\:mb-12 {
    margin-bottom: 48px;
  }

  .sm\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .sm\:mb-6 {
    margin-bottom: 24px;
  }

  .sm\:mb-7 {
    margin-bottom: 28px;
  }

  .sm\:mb-8 {
    margin-bottom: 32px;
  }

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

  .sm\:inline {
    display: inline;
  }

  .sm\:h-14 {
    height: 3.5rem;
  }

  .sm\:h-16 {
    height: 64px;
  }

  .sm\:h-4 {
    height: 16px;
  }

  .sm\:h-6 {
    height: 24px;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-7 {
    height: 28px;
  }

  .sm\:h-8 {
    height: 32px;
  }

  .sm\:h-9 {
    height: 2.25rem;
  }

  .sm\:h-auto {
    height: auto;
  }

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

  .sm\:w-16 {
    width: 64px;
  }

  .sm\:w-24 {
    width: 96px;
  }

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

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-4 {
    width: 16px;
  }

  .sm\:w-6 {
    width: 24px;
  }

  .sm\:w-60 {
    width: 15rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-7 {
    width: 28px;
  }

  .sm\:w-8 {
    width: 32px;
  }

  .sm\:w-80 {
    width: 20rem;
  }

  .sm\:w-9 {
    width: 2.25rem;
  }

  .sm\:w-\[292px\] {
    width: 292px;
  }

  .sm\:w-\[372px\] {
    width: 372px;
  }

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

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

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

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

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

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

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

  .sm\:gap-2 {
    gap: 8px;
  }

  .sm\:gap-2\.5 {
    gap: 0.625rem;
  }

  .sm\:gap-3 {
    gap: 12px;
  }

  .sm\:gap-4 {
    gap: 16px;
  }

  .sm\:gap-6 {
    gap: 24px;
  }

  .sm\:gap-8 {
    gap: 32px;
  }

  .sm\:gap-\[14px\] {
    gap: 14px;
  }

  .sm\:gap-y-4 {
    row-gap: 16px;
  }

  .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }

  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(32px * var(--tw-space-y-reverse));
  }

  .sm\:rounded-2xl {
    border-radius: 24px;
  }

  .sm\:p-4 {
    padding: 16px;
  }

  .sm\:p-5 {
    padding: 20px;
  }

  .sm\:p-6 {
    padding: 24px;
  }

  .sm\:p-8 {
    padding: 32px;
  }

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

  .sm\:px-12 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .sm\:px-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .sm\:py-24 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .sm\:py-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sm\:py-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sm\:py-\[16px\] {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sm\:pb-10 {
    padding-bottom: 40px;
  }

  .sm\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .sm\:pt-\[120px\] {
    padding-top: 120px;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-\[16px\] {
    font-size: 16px;
  }

  .sm\:text-\[18px\] {
    font-size: 18px;
  }

  .sm\:text-\[26px\] {
    font-size: 26px;
  }

  .sm\:text-\[32px\] {
    font-size: 32px;
  }

  .sm\:text-body {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 400;
  }

  .sm\:text-body-sm {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.001em;
    font-weight: 400;
  }

  .sm\:text-h1 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.01em;
    font-weight: 600;
  }

  .sm\:text-h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.005em;
    font-weight: 600;
  }

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

  .sm\:leading-\[24px\] {
    line-height: 24px;
  }

  .sm\:leading-\[28px\] {
    line-height: 28px;
  }

  .sm\:leading-\[40px\] {
    line-height: 40px;
  }
}

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .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\:p-8 {
    padding: 32px;
  }
}

@media (min-width: 1024px) {
  .lg\:inset-auto {
    inset: auto;
  }

  .lg\:bottom-24 {
    bottom: 96px;
  }

  .lg\:bottom-6 {
    bottom: 24px;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:right-6 {
    right: 24px;
  }

  .lg\:top-auto {
    top: auto;
  }

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

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

  .lg\:mx-\[80px\] {
    margin-left: 80px;
    margin-right: 80px;
  }

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

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

  .lg\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .lg\:mb-\[56px\] {
    margin-bottom: 56px;
  }

  .lg\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .lg\:mt-10 {
    margin-top: 40px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-10 {
    height: 40px;
  }

  .lg\:h-12 {
    height: 48px;
  }

  .lg\:h-16 {
    height: 64px;
  }

  .lg\:h-5 {
    height: 20px;
  }

  .lg\:h-8 {
    height: 32px;
  }

  .lg\:h-\[52px\] {
    height: 52px;
  }

  .lg\:h-\[936px\] {
    height: 936px;
  }

  .lg\:max-h-\[calc\(100vh-150px\)\] {
    max-height: calc(100vh - 150px);
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

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

  .lg\:w-16 {
    width: 64px;
  }

  .lg\:w-7 {
    width: 28px;
  }

  .lg\:w-8 {
    width: 32px;
  }

  .lg\:w-\[500px\] {
    width: 500px;
  }

  .lg\:w-\[52px\] {
    width: 52px;
  }

  .lg\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .lg\:max-w-\[calc\(100vw-48px\)\] {
    max-width: calc(100vw - 48px);
  }

  .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\:flex-row {
    flex-direction: row;
  }

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

  .lg\:gap-3 {
    gap: 12px;
  }

  .lg\:gap-8 {
    gap: 32px;
  }

  .lg\:rounded-2xl {
    border-radius: 24px;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgb(223 237 230 / var(--tw-border-opacity, 1));
  }

  .lg\:p-10 {
    padding: 40px;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

  .lg\:p-4 {
    padding: 16px;
  }

  .lg\:p-6 {
    padding: 24px;
  }

  .lg\:p-8 {
    padding: 32px;
  }

  .lg\:px-6 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lg\:px-8 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .lg\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:px-\[80px\] {
    padding-left: 80px;
    padding-right: 80px;
  }

  .lg\:py-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:py-4 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .lg\:py-8 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .lg\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-5 {
    padding-bottom: 20px;
  }

  .lg\:pt-2 {
    padding-top: 8px;
  }

  .lg\:pt-4 {
    padding-top: 16px;
  }

  .lg\:pt-\[32px\] {
    padding-top: 32px;
  }

  .lg\:text-\[16px\] {
    font-size: 16px;
  }

  .lg\:text-\[32px\] {
    font-size: 32px;
  }

  .lg\:text-body {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 400;
  }

  .lg\:text-h1 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.01em;
    font-weight: 600;
  }

  .lg\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .dark\:lg\:border-neutral-700:is(.dark *) {
    --tw-border-opacity: 1;
    border-color: rgb(123 120 138 / var(--tw-border-opacity, 1));
  }
}

@media (min-width: 1280px) {
  .xl\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:text-\[32px\] {
    font-size: 32px;
  }
}

.\[\&\>div\:last-child\]\:pb-0>div:last-child {
  padding-bottom: 0px;
}

.\[\&_\*\]\:select-none * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}


