@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap');
/* tailwindcss styles */
*, ::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(0 111 238 / 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(0 111 238 / 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.19 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, 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;
}
:root, [data-theme]{
  color: hsl(var(--heroui-foreground));
  background-color: hsl(var(--heroui-background));
}
:root, [data-theme=dark]{
  color-scheme: dark;
  --heroui-background: 222.86 11.86% 11.57%;
  --heroui-foreground: 210 17.39% 81.96%;
  --heroui-focus: 95.13999999999999 50.23% 43.33%;
  --heroui-overlay: 0 0% 0%;
  --heroui-divider: 212.30999999999995 11.93% 21.37%;
  --heroui-content1: 220 28.13% 12.55%;
  --heroui-content2: 213 24.39% 16.08%;
  --heroui-content3: 220.90999999999997 20.75% 20.78%;
  --heroui-content4: 216.51999999999998 15.86% 28.43%;
  --heroui-default-50: 240 5.88% 10%;
  --heroui-default-100: 240 3.7% 15.88%;
  --heroui-default-200: 240 5.26% 26.08%;
  --heroui-default-300: 240 5.2% 33.92%;
  --heroui-default-400: 240 3.83% 46.08%;
  --heroui-default-500: 240 5.03% 64.9%;
  --heroui-default-600: 240 4.88% 83.92%;
  --heroui-default-700: 240 5.88% 90%;
  --heroui-default-800: 240 4.76% 95.88%;
  --heroui-default-900: 0 0% 98.04%;
  --heroui-default-foreground: 0 0% 100%;
  --heroui-default: 240 5.26% 26.08%;
  --heroui-primary-50: 211.84000000000003 100% 9.61%;
  --heroui-primary-100: 211.84000000000003 100% 19.22%;
  --heroui-primary-200: 212.24 100% 28.82%;
  --heroui-primary-300: 212.14 100% 38.43%;
  --heroui-primary-400: 212.01999999999998 100% 46.67%;
  --heroui-primary-500: 212.14 92.45% 58.43%;
  --heroui-primary-600: 212.24 92.45% 68.82%;
  --heroui-primary-700: 211.84000000000003 92.45% 79.22%;
  --heroui-primary-800: 211.84000000000003 92.45% 89.61%;
  --heroui-primary-900: 212.5 92.31% 94.9%;
  --heroui-primary-foreground: 0 0% 100%;
  --heroui-primary: 95.13999999999999 50.23% 43.33%;
  --heroui-secondary-50: 270 66.67% 9.41%;
  --heroui-secondary-100: 270 66.67% 18.82%;
  --heroui-secondary-200: 270 66.67% 28.24%;
  --heroui-secondary-300: 270 66.67% 37.65%;
  --heroui-secondary-400: 270 66.67% 47.06%;
  --heroui-secondary-500: 270 59.26% 57.65%;
  --heroui-secondary-600: 270 59.26% 68.24%;
  --heroui-secondary-700: 270 59.26% 78.82%;
  --heroui-secondary-800: 270 59.26% 89.41%;
  --heroui-secondary-900: 270 61.54% 94.9%;
  --heroui-secondary-foreground: 0 0% 100%;
  --heroui-secondary: 204.62 55.45% 58.63%;
  --heroui-success-50: 145.71000000000004 77.78% 8.82%;
  --heroui-success-100: 146.2 79.78% 17.45%;
  --heroui-success-200: 145.78999999999996 79.26% 26.47%;
  --heroui-success-300: 146.01 79.89% 35.1%;
  --heroui-success-400: 145.96000000000004 79.46% 43.92%;
  --heroui-success-500: 146.01 62.45% 55.1%;
  --heroui-success-600: 145.78999999999996 62.57% 66.47%;
  --heroui-success-700: 146.2 61.74% 77.45%;
  --heroui-success-800: 145.71000000000004 61.4% 88.82%;
  --heroui-success-900: 146.66999999999996 64.29% 94.51%;
  --heroui-success-foreground: 0 0% 100%;
  --heroui-success: 95.13999999999999 50.23% 43.33%;
  --heroui-warning-50: 37.139999999999986 75% 10.98%;
  --heroui-warning-100: 37.139999999999986 75% 21.96%;
  --heroui-warning-200: 36.95999999999998 73.96% 33.14%;
  --heroui-warning-300: 37.00999999999999 74.22% 44.12%;
  --heroui-warning-400: 37.02999999999997 91.27% 55.1%;
  --heroui-warning-500: 37.00999999999999 91.26% 64.12%;
  --heroui-warning-600: 36.95999999999998 91.24% 73.14%;
  --heroui-warning-700: 37.139999999999986 91.3% 81.96%;
  --heroui-warning-800: 37.139999999999986 91.3% 90.98%;
  --heroui-warning-900: 54.55000000000001 91.67% 95.29%;
  --heroui-warning-foreground: 222.86 11.86% 11.57%;
  --heroui-warning: 41.47000000000003 92.27% 59.41%;
  --heroui-danger-50: 340 84.91% 10.39%;
  --heroui-danger-100: 339.3299999999999 86.54% 20.39%;
  --heroui-danger-200: 339.11 85.99% 30.78%;
  --heroui-danger-300: 339 86.54% 40.78%;
  --heroui-danger-400: 339.20000000000005 90.36% 51.18%;
  --heroui-danger-500: 339 90% 60.78%;
  --heroui-danger-600: 339.11 90.6% 70.78%;
  --heroui-danger-700: 339.3299999999999 90% 80.39%;
  --heroui-danger-800: 340 91.84% 90.39%;
  --heroui-danger-900: 339.13 92% 95.1%;
  --heroui-danger-foreground: 0 0% 100%;
  --heroui-danger: 5.029999999999973 68.89% 55.88%;
  --heroui-divider-weight: 1px;
  --heroui-disabled-opacity: .5;
  --heroui-font-size-tiny: 0.75rem;
  --heroui-font-size-small: 0.875rem;
  --heroui-font-size-medium: 1rem;
  --heroui-font-size-large: 1.125rem;
  --heroui-line-height-tiny: 1rem;
  --heroui-line-height-small: 1.25rem;
  --heroui-line-height-medium: 1.5rem;
  --heroui-line-height-large: 1.75rem;
  --heroui-radius-small: 4px;
  --heroui-radius-medium: 6px;
  --heroui-radius-large: 8px;
  --heroui-border-width-small: 1px;
  --heroui-border-width-medium: 1px;
  --heroui-border-width-large: 3px;
  --heroui-box-shadow-small: 0px 0px 5px 0px rgb(0 0 0 / 0.05), 0px 2px 10px 0px rgb(0 0 0 / 0.2), inset 0px 0px 1px 0px rgb(255 255 255 / 0.15);
  --heroui-box-shadow-medium: 0px 0px 15px 0px rgb(0 0 0 / 0.06), 0px 2px 30px 0px rgb(0 0 0 / 0.22), inset 0px 0px 1px 0px rgb(255 255 255 / 0.15);
  --heroui-box-shadow-large: 0px 0px 30px 0px rgb(0 0 0 / 0.07), 0px 30px 60px 0px rgb(0 0 0 / 0.26), inset 0px 0px 1px 0px rgb(255 255 255 / 0.15);
  --heroui-hover-opacity: .9;
}
:root {
    /* Splunk ES 8.5 Color Palette */
    --color-background: #1a1c21; /* Splunk dark background */
    --color-foreground: #c9d1d9; /* Splunk text */
    --color-content1: rgba(23, 29, 41, 0.9); /* Splunk card */
    --color-content2: rgba(31, 40, 51, 0.8); /* Splunk secondary */
    
    /* Splunk Accents */
    --color-primary: #65a637; /* Splunk Green */
    --color-accent: #5ba0d0;  /* Splunk Blue */
    --color-success: #65a637; /* Splunk Green */
    --color-warning: #f7bc38; /* Splunk Yellow */
    --color-danger: #dc4e41;  /* Splunk Red */
    
    /* Splunk Glass Effect */
    --glass-blur: blur(16px);
    --glass-border: 1px solid rgba(48, 54, 61, 0.6);
    --glass-background: rgba(23, 29, 41, 0.85);
    --glass-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.5);
    
    /* Splunk Pulses */
    --pulse-green: 0 0 12px rgba(101, 166, 55, 0.25);
    --pulse-blue: 0 0 12px rgba(91, 160, 208, 0.25);
  }
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-sm{
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  border-radius: 0.3125rem;
  padding-top: 0.1428571em;
  padding-inline-end: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-inline-start: 0.3571429em;
}
.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4285714em;
}
.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.2857143em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-invert{
  --tw-prose-body: var(--tw-prose-invert-body);
  --tw-prose-headings: var(--tw-prose-invert-headings);
  --tw-prose-lead: var(--tw-prose-invert-lead);
  --tw-prose-links: var(--tw-prose-invert-links);
  --tw-prose-bold: var(--tw-prose-invert-bold);
  --tw-prose-counters: var(--tw-prose-invert-counters);
  --tw-prose-bullets: var(--tw-prose-invert-bullets);
  --tw-prose-hr: var(--tw-prose-invert-hr);
  --tw-prose-quotes: var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
  --tw-prose-captions: var(--tw-prose-invert-captions);
  --tw-prose-kbd: var(--tw-prose-invert-kbd);
  --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
  --tw-prose-code: var(--tw-prose-invert-code);
  --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.-inset-1{
  inset: -0.25rem;
}
.inset-0{
  inset: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-bottom-0\.5{
  bottom: -0.125rem;
}
.-bottom-1{
  bottom: -0.25rem;
}
.-bottom-6{
  bottom: -1.5rem;
}
.-right-0\.5{
  right: -0.125rem;
}
.-right-1{
  right: -0.25rem;
}
.-right-2{
  right: -0.5rem;
}
.-right-8{
  right: -2rem;
}
.-top-1{
  top: -0.25rem;
}
.-top-2{
  top: -0.5rem;
}
.-top-8{
  top: -2rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-1{
  bottom: 0.25rem;
}
.bottom-3{
  bottom: 0.75rem;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-6{
  bottom: 1.5rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-1\/4{
  left: 25%;
}
.left-3{
  left: 0.75rem;
}
.left-4{
  left: 1rem;
}
.left-6{
  left: 1.5rem;
}
.left-9{
  left: 2.25rem;
}
.right-0{
  right: 0px;
}
.right-1\/4{
  right: 25%;
}
.right-2{
  right: 0.5rem;
}
.right-3{
  right: 0.75rem;
}
.right-4{
  right: 1rem;
}
.right-6{
  right: 1.5rem;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-1\/2{
  top: 50%;
}
.top-12{
  top: 3rem;
}
.top-2{
  top: 0.5rem;
}
.top-3{
  top: 0.75rem;
}
.top-4{
  top: 1rem;
}
.top-6{
  top: 1.5rem;
}
.top-\[80px\]{
  top: 80px;
}
.isolate{
  isolation: isolate;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.col-span-8{
  grid-column: span 8 / span 8;
}
.col-span-full{
  grid-column: 1 / -1;
}
.m-0{
  margin: 0px;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.-mr-12{
  margin-right: -3rem;
}
.-mr-16{
  margin-right: -4rem;
}
.-mt-12{
  margin-top: -3rem;
}
.-mt-16{
  margin-top: -4rem;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-0{
  margin-left: 0px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-7{
  margin-left: 1.75rem;
}
.ml-8{
  margin-left: 2rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-8{
  margin-right: 2rem;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.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;
}
.hidden{
  display: none;
}
.h-1{
  height: 0.25rem;
}
.h-1\.5{
  height: 0.375rem;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-3{
  height: 0.75rem;
}
.h-3\.5{
  height: 0.875rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-40{
  height: 10rem;
}
.h-48{
  height: 12rem;
}
.h-5{
  height: 1.25rem;
}
.h-52{
  height: 13rem;
}
.h-6{
  height: 1.5rem;
}
.h-60{
  height: 15rem;
}
.h-64{
  height: 16rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-80{
  height: 20rem;
}
.h-9{
  height: 2.25rem;
}
.h-96{
  height: 24rem;
}
.h-\[120px\]{
  height: 120px;
}
.h-\[140px\]{
  height: 140px;
}
.h-\[150px\]{
  height: 150px;
}
.h-\[180px\]{
  height: 180px;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[220px\]{
  height: 220px;
}
.h-\[250px\]{
  height: 250px;
}
.h-\[280px\]{
  height: 280px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[44px\]{
  height: 44px;
}
.h-\[450px\]{
  height: 450px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[56px\]{
  height: 56px;
}
.h-\[600px\]{
  height: 600px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[650px\]{
  height: 650px;
}
.h-\[calc\(100vh-80px\)\]{
  height: calc(100vh - 80px);
}
.h-auto{
  height: auto;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.max-h-0{
  max-height: 0px;
}
.max-h-32{
  max-height: 8rem;
}
.max-h-40{
  max-height: 10rem;
}
.max-h-48{
  max-height: 12rem;
}
.max-h-60{
  max-height: 15rem;
}
.max-h-80{
  max-height: 20rem;
}
.max-h-96{
  max-height: 24rem;
}
.max-h-\[300px\]{
  max-height: 300px;
}
.max-h-\[400px\]{
  max-height: 400px;
}
.max-h-\[500px\]{
  max-height: 500px;
}
.max-h-\[85vh\]{
  max-height: 85vh;
}
.min-h-0{
  min-height: 0px;
}
.min-h-10{
  min-height: 2.5rem;
}
.min-h-\[100px\]{
  min-height: 100px;
}
.min-h-\[150px\]{
  min-height: 150px;
}
.min-h-\[200px\]{
  min-height: 200px;
}
.min-h-\[300px\]{
  min-height: 300px;
}
.min-h-\[400px\]{
  min-height: 400px;
}
.min-h-\[500px\]{
  min-height: 500px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-0{
  width: 0px;
}
.w-0\.5{
  width: 0.125rem;
}
.w-1{
  width: 0.25rem;
}
.w-1\.5{
  width: 0.375rem;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-1\/4{
  width: 25%;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\.5{
  width: 0.625rem;
}
.w-2\/3{
  width: 66.666667%;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\.5{
  width: 0.875rem;
}
.w-3\/4{
  width: 75%;
}
.w-32{
  width: 8rem;
}
.w-36{
  width: 9rem;
}
.w-4{
  width: 1rem;
}
.w-4\/5{
  width: 80%;
}
.w-40{
  width: 10rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-5\/6{
  width: 83.333333%;
}
.w-6{
  width: 1.5rem;
}
.w-64{
  width: 16rem;
}
.w-7{
  width: 1.75rem;
}
.w-72{
  width: 18rem;
}
.w-8{
  width: 2rem;
}
.w-80{
  width: 20rem;
}
.w-96{
  width: 24rem;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[130px\]{
  width: 130px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[280px\]{
  width: 280px;
}
.w-\[350px\]{
  width: 350px;
}
.w-\[400px\]{
  width: 400px;
}
.w-\[600px\]{
  width: 600px;
}
.w-\[6px\]{
  width: 6px;
}
.w-\[80px\]{
  width: 80px;
}
.w-\[calc\(100\%-4rem\)\]{
  width: calc(100% - 4rem);
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-px{
  width: 1px;
}
.min-w-0{
  min-width: 0px;
}
.min-w-32{
  min-width: 8rem;
}
.min-w-5{
  min-width: 1.25rem;
}
.min-w-6{
  min-width: 1.5rem;
}
.min-w-7{
  min-width: 1.75rem;
}
.min-w-8{
  min-width: 2rem;
}
.min-w-\[100px\]{
  min-width: 100px;
}
.min-w-\[140px\]{
  min-width: 140px;
}
.min-w-\[160px\]{
  min-width: 160px;
}
.min-w-\[200px\]{
  min-width: 200px;
}
.min-w-\[220px\]{
  min-width: 220px;
}
.min-w-\[240px\]{
  min-width: 240px;
}
.min-w-\[24px\]{
  min-width: 24px;
}
.min-w-\[32px\]{
  min-width: 32px;
}
.min-w-\[60px\]{
  min-width: 60px;
}
.min-w-\[6px\]{
  min-width: 6px;
}
.min-w-\[80px\]{
  min-width: 80px;
}
.min-w-full{
  min-width: 100%;
}
.max-w-20{
  max-width: 5rem;
}
.max-w-24{
  max-width: 6rem;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-32{
  max-width: 8rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-40{
  max-width: 10rem;
}
.max-w-48{
  max-width: 12rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-64{
  max-width: 16rem;
}
.max-w-\[120px\]{
  max-width: 120px;
}
.max-w-\[150px\]{
  max-width: 150px;
}
.max-w-\[1920px\]{
  max-width: 1920px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[250px\]{
  max-width: 250px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[420px\]{
  max-width: 420px;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-\[85\%\]{
  max-width: 85%;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-none{
  max-width: none;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.table-fixed{
  table-layout: fixed;
}
.-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-full{
  --tw-translate-x: -100%;
  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-0{
  --tw-translate-x: 0px;
  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\/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-full{
  --tw-translate-x: 100%;
  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-90{
  --tw-rotate: -90deg;
  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-0{
  --tw-rotate: 0deg;
  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));
}
.rotate-90{
  --tw-rotate: 90deg;
  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 bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }
  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce{
  animation: bounce 1s infinite;
}
@keyframes fadeIn{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.animate-fade-in{
  animation: fadeIn 0.2s ease-in;
}
@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping{
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes slideUp{
  0%{
    transform: translateY(10px);
    opacity: 0;
  }
  100%{
    transform: translateY(0);
    opacity: 1;
  }
}
.animate-slide-up{
  animation: slideUp 0.3s ease-out;
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-default{
  cursor: default;
}
.cursor-grab{
  cursor: grab;
}
.cursor-help{
  cursor: help;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none{
  resize: none;
}
.resize{
  resize: both;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.justify-start{
  justify-content: flex-start;
}
.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: 0.125rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * 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-white\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(255 255 255 / 0.05);
}
.self-end{
  align-self: flex-end;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre-wrap{
  white-space: pre-wrap;
}
.break-all{
  word-break: break-all;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-medium{
  border-radius: var(--heroui-radius-medium);
}
.rounded-none{
  border-radius: 0px;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-r-full{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-bl-none{
  border-bottom-left-radius: 0px;
}
.rounded-br-none{
  border-bottom-right-radius: 0px;
}
.rounded-tl-none{
  border-top-left-radius: 0px;
}
.rounded-tr-none{
  border-top-right-radius: 0px;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-dashed{
  border-style: dashed;
}
.border-none{
  border-style: none;
}
.border-\[\#1f2833\]{
  --tw-border-opacity: 1;
  border-color: rgb(31 40 51 / var(--tw-border-opacity, 1));
}
.border-\[\#21262d\]{
  --tw-border-opacity: 1;
  border-color: rgb(33 38 45 / var(--tw-border-opacity, 1));
}
.border-\[\#30363d\]{
  --tw-border-opacity: 1;
  border-color: rgb(48 54 61 / var(--tw-border-opacity, 1));
}
.border-\[\#30363d\]\/50{
  border-color: rgb(48 54 61 / 0.5);
}
.border-\[\#5ba0d0\]{
  --tw-border-opacity: 1;
  border-color: rgb(91 160 208 / var(--tw-border-opacity, 1));
}
.border-\[\#5ba0d0\]\/20{
  border-color: rgb(91 160 208 / 0.2);
}
.border-\[\#5ba0d0\]\/30{
  border-color: rgb(91 160 208 / 0.3);
}
.border-\[\#65a637\]{
  --tw-border-opacity: 1;
  border-color: rgb(101 166 55 / var(--tw-border-opacity, 1));
}
.border-\[\#65a637\]\/20{
  border-color: rgb(101 166 55 / 0.2);
}
.border-\[\#65a637\]\/30{
  border-color: rgb(101 166 55 / 0.3);
}
.border-\[\#65a637\]\/50{
  border-color: rgb(101 166 55 / 0.5);
}
.border-\[\#dc4e41\]{
  --tw-border-opacity: 1;
  border-color: rgb(220 78 65 / var(--tw-border-opacity, 1));
}
.border-\[\#dc4e41\]\/20{
  border-color: rgb(220 78 65 / 0.2);
}
.border-\[\#dc4e41\]\/30{
  border-color: rgb(220 78 65 / 0.3);
}
.border-\[\#f7bc38\]{
  --tw-border-opacity: 1;
  border-color: rgb(247 188 56 / var(--tw-border-opacity, 1));
}
.border-\[\#f7bc38\]\/20{
  border-color: rgb(247 188 56 / 0.2);
}
.border-\[\#f7bc38\]\/30{
  border-color: rgb(247 188 56 / 0.3);
}
.border-amber-500\/20{
  border-color: rgb(245 158 11 / 0.2);
}
.border-background{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-background) / var(--tw-border-opacity, 1));
}
.border-blue-500\/20{
  border-color: rgb(0 111 238 / 0.2);
}
.border-blue-500\/30{
  border-color: rgb(0 111 238 / 0.3);
}
.border-content1{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-content1) / var(--tw-border-opacity, 1));
}
.border-content4{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-content4) / var(--tw-border-opacity, 1));
}
.border-cyan-500\/20{
  border-color: rgb(126 231 252 / 0.2);
}
.border-cyan-500\/30{
  border-color: rgb(126 231 252 / 0.3);
}
.border-danger{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-danger) / var(--tw-border-opacity, 1));
}
.border-danger\/10{
  border-color: hsl(var(--heroui-danger) / 0.1);
}
.border-danger\/20{
  border-color: hsl(var(--heroui-danger) / 0.2);
}
.border-danger\/30{
  border-color: hsl(var(--heroui-danger) / 0.3);
}
.border-danger\/40{
  border-color: hsl(var(--heroui-danger) / 0.4);
}
.border-danger\/50{
  border-color: hsl(var(--heroui-danger) / 0.5);
}
.border-default-100{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-default-100) / var(--tw-border-opacity, 1));
}
.border-default-200{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-default-200) / var(--tw-border-opacity, 1));
}
.border-default-300{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-default-300) / var(--tw-border-opacity, 1));
}
.border-default\/30{
  border-color: hsl(var(--heroui-default) / 0.3);
}
.border-divider{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-divider) / var(--tw-border-opacity, 1));
}
.border-emerald-500\/20{
  border-color: rgb(16 185 129 / 0.2);
}
.border-foreground\/20{
  border-color: hsl(var(--heroui-foreground) / 0.2);
}
.border-gray-500\/20{
  border-color: rgb(107 114 128 / 0.2);
}
.border-green-500\/20{
  border-color: rgb(23 201 100 / 0.2);
}
.border-green-500\/30{
  border-color: rgb(23 201 100 / 0.3);
}
.border-green-500\/40{
  border-color: rgb(23 201 100 / 0.4);
}
.border-indigo-500\/20{
  border-color: rgb(99 102 241 / 0.2);
}
.border-lime-500\/20{
  border-color: rgb(132 204 22 / 0.2);
}
.border-orange-500\/20{
  border-color: rgb(249 115 22 / 0.2);
}
.border-orange-500\/30{
  border-color: rgb(249 115 22 / 0.3);
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-primary) / var(--tw-border-opacity, 1));
}
.border-primary-200{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-primary-200) / var(--tw-border-opacity, 1));
}
.border-primary\/10{
  border-color: hsl(var(--heroui-primary) / 0.1);
}
.border-primary\/20{
  border-color: hsl(var(--heroui-primary) / 0.2);
}
.border-primary\/30{
  border-color: hsl(var(--heroui-primary) / 0.3);
}
.border-primary\/40{
  border-color: hsl(var(--heroui-primary) / 0.4);
}
.border-primary\/50{
  border-color: hsl(var(--heroui-primary) / 0.5);
}
.border-purple-500\/20{
  border-color: rgb(120 40 200 / 0.2);
}
.border-purple-500\/30{
  border-color: rgb(120 40 200 / 0.3);
}
.border-red-500\/20{
  border-color: rgb(243 18 96 / 0.2);
}
.border-red-500\/30{
  border-color: rgb(243 18 96 / 0.3);
}
.border-secondary\/20{
  border-color: hsl(var(--heroui-secondary) / 0.2);
}
.border-secondary\/30{
  border-color: hsl(var(--heroui-secondary) / 0.3);
}
.border-sky-500\/20{
  border-color: rgb(14 165 233 / 0.2);
}
.border-slate-500\/20{
  border-color: rgb(100 116 139 / 0.2);
}
.border-success{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-success) / var(--tw-border-opacity, 1));
}
.border-success\/10{
  border-color: hsl(var(--heroui-success) / 0.1);
}
.border-success\/20{
  border-color: hsl(var(--heroui-success) / 0.2);
}
.border-success\/30{
  border-color: hsl(var(--heroui-success) / 0.3);
}
.border-success\/40{
  border-color: hsl(var(--heroui-success) / 0.4);
}
.border-success\/50{
  border-color: hsl(var(--heroui-success) / 0.5);
}
.border-teal-500\/20{
  border-color: rgb(20 184 166 / 0.2);
}
.border-transparent{
  border-color: transparent;
}
.border-warning{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-warning) / var(--tw-border-opacity, 1));
}
.border-warning\/10{
  border-color: hsl(var(--heroui-warning) / 0.1);
}
.border-warning\/20{
  border-color: hsl(var(--heroui-warning) / 0.2);
}
.border-warning\/30{
  border-color: hsl(var(--heroui-warning) / 0.3);
}
.border-warning\/40{
  border-color: hsl(var(--heroui-warning) / 0.4);
}
.border-warning\/50{
  border-color: hsl(var(--heroui-warning) / 0.5);
}
.border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/5{
  border-color: rgb(255 255 255 / 0.05);
}
.border-yellow-500\/20{
  border-color: rgb(245 165 36 / 0.2);
}
.border-yellow-500\/30{
  border-color: rgb(245 165 36 / 0.3);
}
.border-l-\[\#65a637\]{
  --tw-border-opacity: 1;
  border-left-color: rgb(101 166 55 / var(--tw-border-opacity, 1));
}
.border-l-danger{
  --tw-border-opacity: 1;
  border-left-color: hsl(var(--heroui-danger) / var(--tw-border-opacity, 1));
}
.border-l-transparent{
  border-left-color: transparent;
}
.bg-\[\#000000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0D0E11\]{
  --tw-bg-opacity: 1;
  background-color: rgb(13 14 17 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0D0E12\]{
  --tw-bg-opacity: 1;
  background-color: rgb(13 14 18 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0d1117\]{
  --tw-bg-opacity: 1;
  background-color: rgb(13 17 23 / var(--tw-bg-opacity, 1));
}
.bg-\[\#121417\]\/95{
  background-color: rgb(18 20 23 / 0.95);
}
.bg-\[\#161b22\]{
  --tw-bg-opacity: 1;
  background-color: rgb(22 27 34 / var(--tw-bg-opacity, 1));
}
.bg-\[\#171d29\]{
  --tw-bg-opacity: 1;
  background-color: rgb(23 29 41 / var(--tw-bg-opacity, 1));
}
.bg-\[\#171d29\]\/50{
  background-color: rgb(23 29 41 / 0.5);
}
.bg-\[\#171d29\]\/90{
  background-color: rgb(23 29 41 / 0.9);
}
.bg-\[\#171d29\]\/95{
  background-color: rgb(23 29 41 / 0.95);
}
.bg-\[\#18181b\]{
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}
.bg-\[\#18181b\]\/50{
  background-color: rgb(24 24 27 / 0.5);
}
.bg-\[\#1A1D1F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(26 29 31 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1a1f24\]{
  --tw-bg-opacity: 1;
  background-color: rgb(26 31 36 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1f2833\]{
  --tw-bg-opacity: 1;
  background-color: rgb(31 40 51 / var(--tw-bg-opacity, 1));
}
.bg-\[\#21262d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(33 38 45 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2a3238\]{
  --tw-bg-opacity: 1;
  background-color: rgb(42 50 56 / var(--tw-bg-opacity, 1));
}
.bg-\[\#30363d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(48 54 61 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3c444d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(60 68 77 / var(--tw-bg-opacity, 1));
}
.bg-\[\#484f58\]{
  --tw-bg-opacity: 1;
  background-color: rgb(72 79 88 / var(--tw-bg-opacity, 1));
}
.bg-\[\#5ba0d0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(91 160 208 / var(--tw-bg-opacity, 1));
}
.bg-\[\#5ba0d0\]\/10{
  background-color: rgb(91 160 208 / 0.1);
}
.bg-\[\#5ba0d0\]\/20{
  background-color: rgb(91 160 208 / 0.2);
}
.bg-\[\#5ba0d0\]\/5{
  background-color: rgb(91 160 208 / 0.05);
}
.bg-\[\#65a637\]{
  --tw-bg-opacity: 1;
  background-color: rgb(101 166 55 / var(--tw-bg-opacity, 1));
}
.bg-\[\#65a637\]\/10{
  background-color: rgb(101 166 55 / 0.1);
}
.bg-\[\#65a637\]\/20{
  background-color: rgb(101 166 55 / 0.2);
}
.bg-\[\#65a637\]\/5{
  background-color: rgb(101 166 55 / 0.05);
}
.bg-\[\#a371f7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(163 113 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#a371f7\]\/10{
  background-color: rgb(163 113 247 / 0.1);
}
.bg-\[\#a371f7\]\/20{
  background-color: rgb(163 113 247 / 0.2);
}
.bg-\[\#dc4e41\]{
  --tw-bg-opacity: 1;
  background-color: rgb(220 78 65 / var(--tw-bg-opacity, 1));
}
.bg-\[\#dc4e41\]\/10{
  background-color: rgb(220 78 65 / 0.1);
}
.bg-\[\#dc4e41\]\/20{
  background-color: rgb(220 78 65 / 0.2);
}
.bg-\[\#dc4e41\]\/5{
  background-color: rgb(220 78 65 / 0.05);
}
.bg-\[\#f0883e\]\/10{
  background-color: rgb(240 136 62 / 0.1);
}
.bg-\[\#f7bc38\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 188 56 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f7bc38\]\/10{
  background-color: rgb(247 188 56 / 0.1);
}
.bg-\[\#f7bc38\]\/20{
  background-color: rgb(247 188 56 / 0.2);
}
.bg-\[\#f7bc38\]\/5{
  background-color: rgb(247 188 56 / 0.05);
}
.bg-amber-500{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.bg-amber-500\/10{
  background-color: rgb(245 158 11 / 0.1);
}
.bg-amber-700{
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}
.bg-background{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-background) / var(--tw-bg-opacity, 1));
}
.bg-background\/50{
  background-color: hsl(var(--heroui-background) / 0.5);
}
.bg-background\/60{
  background-color: hsl(var(--heroui-background) / 0.6);
}
.bg-background\/80{
  background-color: hsl(var(--heroui-background) / 0.8);
}
.bg-black\/20{
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/30{
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/70{
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/90{
  background-color: rgb(0 0 0 / 0.9);
}
.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(51 142 247 / var(--tw-bg-opacity, 1));
}
.bg-blue-500\/10{
  background-color: rgb(0 111 238 / 0.1);
}
.bg-blue-500\/20{
  background-color: rgb(0 111 238 / 0.2);
}
.bg-blue-500\/5{
  background-color: rgb(0 111 238 / 0.05);
}
.bg-blue-900\/10{
  background-color: rgb(0 23 49 / 0.1);
}
.bg-content1{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-content1) / var(--tw-bg-opacity, 1));
}
.bg-content1\/10{
  background-color: hsl(var(--heroui-content1) / 0.1);
}
.bg-content1\/20{
  background-color: hsl(var(--heroui-content1) / 0.2);
}
.bg-content1\/30{
  background-color: hsl(var(--heroui-content1) / 0.3);
}
.bg-content1\/40{
  background-color: hsl(var(--heroui-content1) / 0.4);
}
.bg-content1\/5{
  background-color: hsl(var(--heroui-content1) / 0.05);
}
.bg-content1\/50{
  background-color: hsl(var(--heroui-content1) / 0.5);
}
.bg-content1\/60{
  background-color: hsl(var(--heroui-content1) / 0.6);
}
.bg-content1\/80{
  background-color: hsl(var(--heroui-content1) / 0.8);
}
.bg-content1\/90{
  background-color: hsl(var(--heroui-content1) / 0.9);
}
.bg-content2{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-content2) / var(--tw-bg-opacity, 1));
}
.bg-content2\/10{
  background-color: hsl(var(--heroui-content2) / 0.1);
}
.bg-content2\/20{
  background-color: hsl(var(--heroui-content2) / 0.2);
}
.bg-content2\/30{
  background-color: hsl(var(--heroui-content2) / 0.3);
}
.bg-content2\/50{
  background-color: hsl(var(--heroui-content2) / 0.5);
}
.bg-current{
  background-color: currentColor;
}
.bg-cyan-500\/10{
  background-color: rgb(126 231 252 / 0.1);
}
.bg-cyan-500\/20{
  background-color: rgb(126 231 252 / 0.2);
}
.bg-cyan-500\/5{
  background-color: rgb(126 231 252 / 0.05);
}
.bg-danger{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger) / var(--tw-bg-opacity, 1));
}
.bg-danger\/10{
  background-color: hsl(var(--heroui-danger) / 0.1);
}
.bg-danger\/20{
  background-color: hsl(var(--heroui-danger) / 0.2);
}
.bg-danger\/40{
  background-color: hsl(var(--heroui-danger) / 0.4);
}
.bg-danger\/5{
  background-color: hsl(var(--heroui-danger) / 0.05);
}
.bg-danger\/60{
  background-color: hsl(var(--heroui-danger) / 0.6);
}
.bg-danger\/80{
  background-color: hsl(var(--heroui-danger) / 0.8);
}
.bg-default-100{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-100) / var(--tw-bg-opacity, 1));
}
.bg-default-100\/50{
  background-color: hsl(var(--heroui-default-100) / 0.5);
}
.bg-default-200{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-200) / var(--tw-bg-opacity, 1));
}
.bg-default-400{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-400) / var(--tw-bg-opacity, 1));
}
.bg-default-50{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-50) / var(--tw-bg-opacity, 1));
}
.bg-default-50\/50{
  background-color: hsl(var(--heroui-default-50) / 0.5);
}
.bg-default-500\/10{
  background-color: hsl(var(--heroui-default-500) / 0.1);
}
.bg-default\/10{
  background-color: hsl(var(--heroui-default) / 0.1);
}
.bg-default\/20{
  background-color: hsl(var(--heroui-default) / 0.2);
}
.bg-default\/40{
  background-color: hsl(var(--heroui-default) / 0.4);
}
.bg-emerald-500{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-emerald-500\/10{
  background-color: rgb(16 185 129 / 0.1);
}
.bg-emerald-500\/20{
  background-color: rgb(16 185 129 / 0.2);
}
.bg-emerald-500\/5{
  background-color: rgb(16 185 129 / 0.05);
}
.bg-emerald-500\/50{
  background-color: rgb(16 185 129 / 0.5);
}
.bg-emerald-900\/10{
  background-color: rgb(6 78 59 / 0.1);
}
.bg-foreground\/10{
  background-color: hsl(var(--heroui-foreground) / 0.1);
}
.bg-foreground\/20{
  background-color: hsl(var(--heroui-foreground) / 0.2);
}
.bg-foreground\/5{
  background-color: hsl(var(--heroui-foreground) / 0.05);
}
.bg-foreground\/50{
  background-color: hsl(var(--heroui-foreground) / 0.5);
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-500\/10{
  background-color: rgb(107 114 128 / 0.1);
}
.bg-gray-500\/20{
  background-color: rgb(107 114 128 / 0.2);
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(23 201 100 / var(--tw-bg-opacity, 1));
}
.bg-green-500\/10{
  background-color: rgb(23 201 100 / 0.1);
}
.bg-green-500\/20{
  background-color: rgb(23 201 100 / 0.2);
}
.bg-indigo-500\/10{
  background-color: rgb(99 102 241 / 0.1);
}
.bg-indigo-500\/5{
  background-color: rgb(99 102 241 / 0.05);
}
.bg-lime-500\/10{
  background-color: rgb(132 204 22 / 0.1);
}
.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.bg-orange-500\/10{
  background-color: rgb(249 115 22 / 0.1);
}
.bg-orange-500\/20{
  background-color: rgb(249 115 22 / 0.2);
}
.bg-orange-500\/5{
  background-color: rgb(249 115 22 / 0.05);
}
.bg-orange-900\/20{
  background-color: rgb(124 45 18 / 0.2);
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary) / var(--tw-bg-opacity, 1));
}
.bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary-100) / var(--tw-bg-opacity, 1));
}
.bg-primary-50{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary-50) / var(--tw-bg-opacity, 1));
}
.bg-primary\/10{
  background-color: hsl(var(--heroui-primary) / 0.1);
}
.bg-primary\/20{
  background-color: hsl(var(--heroui-primary) / 0.2);
}
.bg-primary\/30{
  background-color: hsl(var(--heroui-primary) / 0.3);
}
.bg-primary\/40{
  background-color: hsl(var(--heroui-primary) / 0.4);
}
.bg-primary\/5{
  background-color: hsl(var(--heroui-primary) / 0.05);
}
.bg-primary\/50{
  background-color: hsl(var(--heroui-primary) / 0.5);
}
.bg-primary\/60{
  background-color: hsl(var(--heroui-primary) / 0.6);
}
.bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgb(120 40 200 / var(--tw-bg-opacity, 1));
}
.bg-purple-500\/10{
  background-color: rgb(120 40 200 / 0.1);
}
.bg-purple-500\/20{
  background-color: rgb(120 40 200 / 0.2);
}
.bg-purple-500\/5{
  background-color: rgb(120 40 200 / 0.05);
}
.bg-purple-900\/10{
  background-color: rgb(24 8 40 / 0.1);
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(243 18 96 / var(--tw-bg-opacity, 1));
}
.bg-red-500\/10{
  background-color: rgb(243 18 96 / 0.1);
}
.bg-red-500\/20{
  background-color: rgb(243 18 96 / 0.2);
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-secondary) / var(--tw-bg-opacity, 1));
}
.bg-secondary\/10{
  background-color: hsl(var(--heroui-secondary) / 0.1);
}
.bg-secondary\/20{
  background-color: hsl(var(--heroui-secondary) / 0.2);
}
.bg-secondary\/5{
  background-color: hsl(var(--heroui-secondary) / 0.05);
}
.bg-sky-500\/10{
  background-color: rgb(14 165 233 / 0.1);
}
.bg-slate-500\/10{
  background-color: rgb(100 116 139 / 0.1);
}
.bg-success{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-success) / var(--tw-bg-opacity, 1));
}
.bg-success\/10{
  background-color: hsl(var(--heroui-success) / 0.1);
}
.bg-success\/15{
  background-color: hsl(var(--heroui-success) / 0.15);
}
.bg-success\/20{
  background-color: hsl(var(--heroui-success) / 0.2);
}
.bg-success\/40{
  background-color: hsl(var(--heroui-success) / 0.4);
}
.bg-success\/5{
  background-color: hsl(var(--heroui-success) / 0.05);
}
.bg-success\/50{
  background-color: hsl(var(--heroui-success) / 0.5);
}
.bg-success\/60{
  background-color: hsl(var(--heroui-success) / 0.6);
}
.bg-success\/80{
  background-color: hsl(var(--heroui-success) / 0.8);
}
.bg-teal-500\/10{
  background-color: rgb(20 184 166 / 0.1);
}
.bg-transparent{
  background-color: transparent;
}
.bg-violet-500{
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}
.bg-warning{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-warning) / var(--tw-bg-opacity, 1));
}
.bg-warning-50\/50{
  background-color: hsl(var(--heroui-warning-50) / 0.5);
}
.bg-warning\/10{
  background-color: hsl(var(--heroui-warning) / 0.1);
}
.bg-warning\/15{
  background-color: hsl(var(--heroui-warning) / 0.15);
}
.bg-warning\/20{
  background-color: hsl(var(--heroui-warning) / 0.2);
}
.bg-warning\/30{
  background-color: hsl(var(--heroui-warning) / 0.3);
}
.bg-warning\/5{
  background-color: hsl(var(--heroui-warning) / 0.05);
}
.bg-warning\/60{
  background-color: hsl(var(--heroui-warning) / 0.6);
}
.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\/5{
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/\[0\.01\]{
  background-color: rgb(255 255 255 / 0.01);
}
.bg-white\/\[0\.02\]{
  background-color: rgb(255 255 255 / 0.02);
}
.bg-white\/\[0\.03\]{
  background-color: rgb(255 255 255 / 0.03);
}
.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(245 165 36 / var(--tw-bg-opacity, 1));
}
.bg-yellow-500\/10{
  background-color: rgb(245 165 36 / 0.1);
}
.bg-yellow-500\/20{
  background-color: rgb(245 165 36 / 0.2);
}
.bg-zinc-400{
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1));
}
.bg-zinc-900\/95{
  background-color: rgb(24 24 27 / 0.95);
}
.bg-\[radial-gradient\(circle_at_center\2c _var\(--tw-gradient-stops\)\)\]{
  background-image: radial-gradient(circle at center, var(--tw-gradient-stops));
}
.bg-\[radial-gradient\(circle_at_top_right\2c _var\(--tw-gradient-stops\)\)\]{
  background-image: radial-gradient(circle at top right, var(--tw-gradient-stops));
}
.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));
}
.bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.from-\[\#65a637\]{
  --tw-gradient-from: #65a637 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 166 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#a371f7\]{
  --tw-gradient-from: #a371f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 113 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-500\/20{
  --tw-gradient-from: rgb(245 158 11 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-600\/20{
  --tw-gradient-from: rgb(217 119 6 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/50{
  --tw-gradient-from: rgb(0 0 0 / 0.5) 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-400{
  --tw-gradient-from: #338ef7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 142 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400\/20{
  --tw-gradient-from: rgb(51 142 247 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 142 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500\/10{
  --tw-gradient-from: rgb(0 111 238 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 111 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500\/20{
  --tw-gradient-from: rgb(0 111 238 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 111 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600\/20{
  --tw-gradient-from: rgb(0 91 196 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 91 196 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-700\/20{
  --tw-gradient-from: rgb(0 68 147 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 68 147 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-content2{
  --tw-gradient-from: hsl(var(--heroui-content2) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--heroui-content2) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-400{
  --tw-gradient-from: #A5EEFD var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 238 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-500\/10{
  --tw-gradient-from: rgb(126 231 252 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 231 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-500\/20{
  --tw-gradient-from: rgb(126 231 252 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 231 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-500\/20{
  --tw-gradient-from: rgb(16 185 129 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-600\/20{
  --tw-gradient-from: rgb(5 150 105 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500\/10{
  --tw-gradient-from: rgb(23 201 100 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 201 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500\/20{
  --tw-gradient-from: rgb(23 201 100 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 201 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600\/20{
  --tw-gradient-from: rgb(18 161 80 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 161 80 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-400{
  --tw-gradient-from: #818cf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500\/20{
  --tw-gradient-from: rgb(99 102 241 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-500\/10{
  --tw-gradient-from: rgb(249 115 22 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-500\/20{
  --tw-gradient-from: rgb(249 115 22 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-600\/20{
  --tw-gradient-from: rgb(234 88 12 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary{
  --tw-gradient-from: hsl(var(--heroui-primary) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--heroui-primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-50{
  --tw-gradient-from: hsl(var(--heroui-primary-50) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--heroui-primary-50) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/10{
  --tw-gradient-from: hsl(var(--heroui-primary) / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--heroui-primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/20{
  --tw-gradient-from: hsl(var(--heroui-primary) / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--heroui-primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/5{
  --tw-gradient-from: hsl(var(--heroui-primary) / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--heroui-primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/50{
  --tw-gradient-from: hsl(var(--heroui-primary) / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--heroui-primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/60{
  --tw-gradient-from: hsl(var(--heroui-primary) / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--heroui-primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400{
  --tw-gradient-from: #9353d3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 83 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500{
  --tw-gradient-from: #7828c8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 40 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/10{
  --tw-gradient-from: rgb(120 40 200 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 40 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/20{
  --tw-gradient-from: rgb(120 40 200 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 40 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/5{
  --tw-gradient-from: rgb(120 40 200 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 40 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500\/20{
  --tw-gradient-from: rgb(243 18 96 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 18 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-600\/20{
  --tw-gradient-from: rgb(194 14 77 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 14 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-700\/20{
  --tw-gradient-from: rgb(146 11 58 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 11 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sky-500\/20{
  --tw-gradient-from: rgb(14 165 233 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sky-600\/20{
  --tw-gradient-from: rgb(2 132 199 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-success{
  --tw-gradient-from: hsl(var(--heroui-success) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--heroui-success) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-teal-500\/20{
  --tw-gradient-from: rgb(20 184 166 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent{
  --tw-gradient-from: transparent 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-white\/10{
  --tw-gradient-from: rgb(255 255 255 / 0.1) 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-400\/20{
  --tw-gradient-from: rgb(247 183 80 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 183 80 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/20{
  --tw-gradient-from: rgb(245 165 36 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 165 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-primary\/50{
  --tw-gradient-to: hsl(var(--heroui-primary) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--heroui-primary) / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-transparent{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white\/20{
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#65a637\]{
  --tw-gradient-to: #65a637 var(--tw-gradient-to-position);
}
.to-\[\#8957e5\]{
  --tw-gradient-to: #8957e5 var(--tw-gradient-to-position);
}
.to-amber-500\/10{
  --tw-gradient-to: rgb(245 158 11 / 0.1) var(--tw-gradient-to-position);
}
.to-amber-500\/5{
  --tw-gradient-to: rgb(245 158 11 / 0.05) var(--tw-gradient-to-position);
}
.to-blue-400{
  --tw-gradient-to: #338ef7 var(--tw-gradient-to-position);
}
.to-blue-400\/10{
  --tw-gradient-to: rgb(51 142 247 / 0.1) var(--tw-gradient-to-position);
}
.to-blue-500{
  --tw-gradient-to: #006FEE var(--tw-gradient-to-position);
}
.to-blue-500\/10{
  --tw-gradient-to: rgb(0 111 238 / 0.1) var(--tw-gradient-to-position);
}
.to-blue-700\/10{
  --tw-gradient-to: rgb(0 68 147 / 0.1) var(--tw-gradient-to-position);
}
.to-blue-900\/10{
  --tw-gradient-to: rgb(0 23 49 / 0.1) var(--tw-gradient-to-position);
}
.to-content1{
  --tw-gradient-to: hsl(var(--heroui-content1) / 1) var(--tw-gradient-to-position);
}
.to-cyan-400{
  --tw-gradient-to: #A5EEFD var(--tw-gradient-to-position);
}
.to-cyan-400\/10{
  --tw-gradient-to: rgb(165 238 253 / 0.1) var(--tw-gradient-to-position);
}
.to-cyan-400\/60{
  --tw-gradient-to: rgb(165 238 253 / 0.6) var(--tw-gradient-to-position);
}
.to-cyan-500\/10{
  --tw-gradient-to: rgb(126 231 252 / 0.1) var(--tw-gradient-to-position);
}
.to-cyan-500\/20{
  --tw-gradient-to: rgb(126 231 252 / 0.2) var(--tw-gradient-to-position);
}
.to-cyan-500\/5{
  --tw-gradient-to: rgb(126 231 252 / 0.05) var(--tw-gradient-to-position);
}
.to-emerald-500\/10{
  --tw-gradient-to: rgb(16 185 129 / 0.1) var(--tw-gradient-to-position);
}
.to-emerald-500\/5{
  --tw-gradient-to: rgb(16 185 129 / 0.05) var(--tw-gradient-to-position);
}
.to-green-500\/10{
  --tw-gradient-to: rgb(23 201 100 / 0.1) var(--tw-gradient-to-position);
}
.to-indigo-500\/10{
  --tw-gradient-to: rgb(99 102 241 / 0.1) var(--tw-gradient-to-position);
}
.to-indigo-600\/10{
  --tw-gradient-to: rgb(79 70 229 / 0.1) var(--tw-gradient-to-position);
}
.to-lime-500\/10{
  --tw-gradient-to: rgb(132 204 22 / 0.1) var(--tw-gradient-to-position);
}
.to-orange-400\/10{
  --tw-gradient-to: rgb(251 146 60 / 0.1) var(--tw-gradient-to-position);
}
.to-orange-500\/10{
  --tw-gradient-to: rgb(249 115 22 / 0.1) var(--tw-gradient-to-position);
}
.to-orange-600\/10{
  --tw-gradient-to: rgb(234 88 12 / 0.1) var(--tw-gradient-to-position);
}
.to-orange-700\/10{
  --tw-gradient-to: rgb(194 65 12 / 0.1) var(--tw-gradient-to-position);
}
.to-pink-400{
  --tw-gradient-to: #ff71d7 var(--tw-gradient-to-position);
}
.to-pink-500{
  --tw-gradient-to: #ff4ecd var(--tw-gradient-to-position);
}
.to-pink-500\/5{
  --tw-gradient-to: rgb(255 78 205 / 0.05) var(--tw-gradient-to-position);
}
.to-primary{
  --tw-gradient-to: hsl(var(--heroui-primary) / 1) var(--tw-gradient-to-position);
}
.to-primary-100{
  --tw-gradient-to: hsl(var(--heroui-primary-100) / 1) var(--tw-gradient-to-position);
}
.to-purple-400{
  --tw-gradient-to: #9353d3 var(--tw-gradient-to-position);
}
.to-purple-600\/10{
  --tw-gradient-to: rgb(96 32 160 / 0.1) var(--tw-gradient-to-position);
}
.to-red-400\/10{
  --tw-gradient-to: rgb(245 65 128 / 0.1) var(--tw-gradient-to-position);
}
.to-red-500\/10{
  --tw-gradient-to: rgb(243 18 96 / 0.1) var(--tw-gradient-to-position);
}
.to-rose-500\/10{
  --tw-gradient-to: rgb(244 63 94 / 0.1) var(--tw-gradient-to-position);
}
.to-secondary{
  --tw-gradient-to: hsl(var(--heroui-secondary) / 1) var(--tw-gradient-to-position);
}
.to-secondary\/10{
  --tw-gradient-to: hsl(var(--heroui-secondary) / 0.1) var(--tw-gradient-to-position);
}
.to-teal-500\/10{
  --tw-gradient-to: rgb(20 184 166 / 0.1) var(--tw-gradient-to-position);
}
.to-teal-500\/5{
  --tw-gradient-to: rgb(20 184 166 / 0.05) var(--tw-gradient-to-position);
}
.to-teal-600\/10{
  --tw-gradient-to: rgb(13 148 136 / 0.1) var(--tw-gradient-to-position);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-violet-500\/10{
  --tw-gradient-to: rgb(139 92 246 / 0.1) var(--tw-gradient-to-position);
}
.to-white\/5{
  --tw-gradient-to: rgb(255 255 255 / 0.05) var(--tw-gradient-to-position);
}
.to-yellow-500\/10{
  --tw-gradient-to: rgb(245 165 36 / 0.1) var(--tw-gradient-to-position);
}
.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}
.fill-warning{
  fill: hsl(var(--heroui-warning) / 1);
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.p-0{
  padding: 0px;
}
.p-0\.5{
  padding: 0.125rem;
}
.p-1{
  padding: 0.25rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-10{
  padding: 2.5rem;
}
.p-12{
  padding: 3rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-11{
  padding-left: 2.75rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-\[72px\]{
  padding-left: 72px;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-0\.5{
  padding-top: 0.125rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-display{
  font-family: Outfit, sans-serif;
}
.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans{
  font-family: Inter, sans-serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[8px\]{
  font-size: 8px;
}
.text-\[9px\]{
  font-size: 9px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.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-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[0\.2em\]{
  letter-spacing: 0.2em;
}
.tracking-\[0\.3em\]{
  letter-spacing: 0.3em;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-tighter{
  letter-spacing: -0.05em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#484f58\]{
  --tw-text-opacity: 1;
  color: rgb(72 79 88 / var(--tw-text-opacity, 1));
}
.text-\[\#5ba0d0\]{
  --tw-text-opacity: 1;
  color: rgb(91 160 208 / var(--tw-text-opacity, 1));
}
.text-\[\#5ba0d0\]\/40{
  color: rgb(91 160 208 / 0.4);
}
.text-\[\#5ba0d0\]\/60{
  color: rgb(91 160 208 / 0.6);
}
.text-\[\#5ba0d0\]\/80{
  color: rgb(91 160 208 / 0.8);
}
.text-\[\#65a637\]{
  --tw-text-opacity: 1;
  color: rgb(101 166 55 / var(--tw-text-opacity, 1));
}
.text-\[\#65a637\]\/40{
  color: rgb(101 166 55 / 0.4);
}
.text-\[\#65a637\]\/60{
  color: rgb(101 166 55 / 0.6);
}
.text-\[\#65a637\]\/80{
  color: rgb(101 166 55 / 0.8);
}
.text-\[\#8b949e\]{
  --tw-text-opacity: 1;
  color: rgb(139 148 158 / var(--tw-text-opacity, 1));
}
.text-\[\#a371f7\]{
  --tw-text-opacity: 1;
  color: rgb(163 113 247 / var(--tw-text-opacity, 1));
}
.text-\[\#a8b1b8\]{
  --tw-text-opacity: 1;
  color: rgb(168 177 184 / var(--tw-text-opacity, 1));
}
.text-\[\#c9d1d9\]{
  --tw-text-opacity: 1;
  color: rgb(201 209 217 / var(--tw-text-opacity, 1));
}
.text-\[\#dc4e41\]{
  --tw-text-opacity: 1;
  color: rgb(220 78 65 / var(--tw-text-opacity, 1));
}
.text-\[\#dc4e41\]\/40{
  color: rgb(220 78 65 / 0.4);
}
.text-\[\#dc4e41\]\/60{
  color: rgb(220 78 65 / 0.6);
}
.text-\[\#dc4e41\]\/80{
  color: rgb(220 78 65 / 0.8);
}
.text-\[\#f0883e\]{
  --tw-text-opacity: 1;
  color: rgb(240 136 62 / var(--tw-text-opacity, 1));
}
.text-\[\#f7bc38\]{
  --tw-text-opacity: 1;
  color: rgb(247 188 56 / var(--tw-text-opacity, 1));
}
.text-\[\#f7bc38\]\/60{
  color: rgb(247 188 56 / 0.6);
}
.text-\[\#f7bc38\]\/80{
  color: rgb(247 188 56 / 0.8);
}
.text-\[\#ffffff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-amber-400{
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.text-background{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-background) / var(--tw-text-opacity, 1));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-100{
  --tw-text-opacity: 1;
  color: rgb(204 227 253 / var(--tw-text-opacity, 1));
}
.text-blue-200\/70{
  color: rgb(153 199 251 / 0.7);
}
.text-blue-300{
  --tw-text-opacity: 1;
  color: rgb(102 170 249 / var(--tw-text-opacity, 1));
}
.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(51 142 247 / var(--tw-text-opacity, 1));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(0 111 238 / var(--tw-text-opacity, 1));
}
.text-cyan-400{
  --tw-text-opacity: 1;
  color: rgb(165 238 253 / var(--tw-text-opacity, 1));
}
.text-cyan-400\/60{
  color: rgb(165 238 253 / 0.6);
}
.text-cyan-400\/80{
  color: rgb(165 238 253 / 0.8);
}
.text-cyan-500{
  --tw-text-opacity: 1;
  color: rgb(126 231 252 / var(--tw-text-opacity, 1));
}
.text-danger{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger) / var(--tw-text-opacity, 1));
}
.text-danger-300{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger-300) / var(--tw-text-opacity, 1));
}
.text-danger-500{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger-500) / var(--tw-text-opacity, 1));
}
.text-danger\/80{
  color: hsl(var(--heroui-danger) / 0.8);
}
.text-default-300{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default-300) / var(--tw-text-opacity, 1));
}
.text-default-400{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default-400) / var(--tw-text-opacity, 1));
}
.text-default-500{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default-500) / var(--tw-text-opacity, 1));
}
.text-default-600{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default-600) / var(--tw-text-opacity, 1));
}
.text-default-700{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default-700) / var(--tw-text-opacity, 1));
}
.text-default-800{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default-800) / var(--tw-text-opacity, 1));
}
.text-emerald-100{
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}
.text-emerald-400{
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.text-foreground{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-foreground) / var(--tw-text-opacity, 1));
}
.text-foreground\/20{
  color: hsl(var(--heroui-foreground) / 0.2);
}
.text-foreground\/30{
  color: hsl(var(--heroui-foreground) / 0.3);
}
.text-foreground\/40{
  color: hsl(var(--heroui-foreground) / 0.4);
}
.text-foreground\/50{
  color: hsl(var(--heroui-foreground) / 0.5);
}
.text-foreground\/60{
  color: hsl(var(--heroui-foreground) / 0.6);
}
.text-foreground\/70{
  color: hsl(var(--heroui-foreground) / 0.7);
}
.text-foreground\/80{
  color: hsl(var(--heroui-foreground) / 0.8);
}
.text-foreground\/90{
  color: hsl(var(--heroui-foreground) / 0.9);
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-green-300{
  --tw-text-opacity: 1;
  color: rgb(116 223 162 / var(--tw-text-opacity, 1));
}
.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(69 212 131 / var(--tw-text-opacity, 1));
}
.text-green-400\/60{
  color: rgb(69 212 131 / 0.6);
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(23 201 100 / var(--tw-text-opacity, 1));
}
.text-indigo-300{
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}
.text-indigo-400{
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}
.text-inherit{
  color: inherit;
}
.text-lime-400{
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}
.text-orange-300{
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}
.text-orange-400{
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}
.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-primary{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary) / var(--tw-text-opacity, 1));
}
.text-primary-300{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary-300) / var(--tw-text-opacity, 1));
}
.text-primary-400{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary-400) / var(--tw-text-opacity, 1));
}
.text-primary-900{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary-900) / var(--tw-text-opacity, 1));
}
.text-primary-foreground{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary-foreground) / var(--tw-text-opacity, 1));
}
.text-primary\/60{
  color: hsl(var(--heroui-primary) / 0.6);
}
.text-primary\/70{
  color: hsl(var(--heroui-primary) / 0.7);
}
.text-primary\/80{
  color: hsl(var(--heroui-primary) / 0.8);
}
.text-purple-300{
  --tw-text-opacity: 1;
  color: rgb(174 126 222 / var(--tw-text-opacity, 1));
}
.text-purple-400{
  --tw-text-opacity: 1;
  color: rgb(147 83 211 / var(--tw-text-opacity, 1));
}
.text-purple-400\/80{
  color: rgb(147 83 211 / 0.8);
}
.text-purple-500{
  --tw-text-opacity: 1;
  color: rgb(120 40 200 / var(--tw-text-opacity, 1));
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(245 65 128 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(243 18 96 / var(--tw-text-opacity, 1));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-secondary) / var(--tw-text-opacity, 1));
}
.text-secondary\/70{
  color: hsl(var(--heroui-secondary) / 0.7);
}
.text-sky-400{
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}
.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-success{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success) / var(--tw-text-opacity, 1));
}
.text-success\/60{
  color: hsl(var(--heroui-success) / 0.6);
}
.text-success\/70{
  color: hsl(var(--heroui-success) / 0.7);
}
.text-teal-400{
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}
.text-transparent{
  color: transparent;
}
.text-warning{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning) / var(--tw-text-opacity, 1));
}
.text-warning-400{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning-400) / var(--tw-text-opacity, 1));
}
.text-warning-600{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning-600) / var(--tw-text-opacity, 1));
}
.text-warning-700{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning-700) / var(--tw-text-opacity, 1));
}
.text-warning\/70{
  color: hsl(var(--heroui-warning) / 0.7);
}
.text-warning\/80{
  color: hsl(var(--heroui-warning) / 0.8);
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/30{
  color: rgb(255 255 255 / 0.3);
}
.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\/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(247 183 80 / var(--tw-text-opacity, 1));
}
.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(245 165 36 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.decoration-white\/30{
  text-decoration-color: rgb(255 255 255 / 0.3);
}
.accent-emerald-500{
  accent-color: #10b981;
}
.accent-primary{
  accent-color: hsl(var(--heroui-primary) / 1);
}
.opacity-0{
  opacity: 0;
}
.opacity-10{
  opacity: 0.1;
}
.opacity-100{
  opacity: 1;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-5{
  opacity: 0.05;
}
.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{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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-\[0_0_10px_rgba\(23\2c 201\2c 100\2c 0\.2\)\]{
  --tw-shadow: 0 0 10px rgba(23,201,100,0.2);
  --tw-shadow-colored: 0 0 10px 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-\[0_0_10px_rgba\(243\2c 18\2c 96\2c 0\.2\)\]{
  --tw-shadow: 0 0 10px rgba(243,18,96,0.2);
  --tw-shadow-colored: 0 0 10px 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-\[0_0_10px_rgba\(245\2c 165\2c 36\2c 0\.2\)\]{
  --tw-shadow: 0 0 10px rgba(245,165,36,0.2);
  --tw-shadow-colored: 0 0 10px 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-\[0_0_15px_rgba\(0\2c 111\2c 238\2c 0\.4\)\]{
  --tw-shadow: 0 0 15px rgba(0,111,238,0.4);
  --tw-shadow-colored: 0 0 15px 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-\[0_0_15px_rgba\(16\2c 185\2c 129\2c 0\.2\)\]{
  --tw-shadow: 0 0 15px rgba(16,185,129,0.2);
  --tw-shadow-colored: 0 0 15px 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-\[0_0_15px_rgba\(239\2c 68\2c 68\2c 0\.2\)\]{
  --tw-shadow: 0 0 15px rgba(239,68,68,0.2);
  --tw-shadow-colored: 0 0 15px 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-\[0_0_15px_rgba\(59\2c 130\2c 246\2c 0\.1\)\]{
  --tw-shadow: 0 0 15px rgba(59,130,246,0.1);
  --tw-shadow-colored: 0 0 15px 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-\[0_0_15px_rgba\(59\2c 130\2c 246\2c 0\.2\)\]{
  --tw-shadow: 0 0 15px rgba(59,130,246,0.2);
  --tw-shadow-colored: 0 0 15px 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-\[0_0_20px_rgba\(0\2c 216\2c 255\2c 0\.2\)\]{
  --tw-shadow: 0 0 20px rgba(0,216,255,0.2);
  --tw-shadow-colored: 0 0 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);
}
.shadow-\[0_0_20px_rgba\(0\2c 216\2c 255\2c 0\.3\)\]{
  --tw-shadow: 0 0 20px rgba(0,216,255,0.3);
  --tw-shadow-colored: 0 0 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);
}
.shadow-\[0_0_20px_rgba\(101\2c 166\2c 55\2c 0\.15\)\]{
  --tw-shadow: 0 0 20px rgba(101,166,55,0.15);
  --tw-shadow-colored: 0 0 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);
}
.shadow-\[0_0_20px_rgba\(220\2c 78\2c 65\2c 0\.15\)\]{
  --tw-shadow: 0 0 20px rgba(220,78,65,0.15);
  --tw-shadow-colored: 0 0 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);
}
.shadow-\[0_0_20px_rgba\(23\2c 201\2c 100\2c 0\.2\)\]{
  --tw-shadow: 0 0 20px rgba(23,201,100,0.2);
  --tw-shadow-colored: 0 0 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);
}
.shadow-\[0_0_20px_rgba\(247\2c 188\2c 56\2c 0\.15\)\]{
  --tw-shadow: 0 0 20px rgba(247,188,56,0.15);
  --tw-shadow-colored: 0 0 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);
}
.shadow-\[0_0_20px_rgba\(91\2c 160\2c 208\2c 0\.15\)\]{
  --tw-shadow: 0 0 20px rgba(91,160,208,0.15);
  --tw-shadow-colored: 0 0 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);
}
.shadow-\[0_0_8px_rgba\(101\2c 166\2c 55\2c 0\.5\)\]{
  --tw-shadow: 0 0 8px rgba(101,166,55,0.5);
  --tw-shadow-colored: 0 0 8px 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-\[0_0_8px_rgba\(23\2c 201\2c 100\2c 0\.5\)\]{
  --tw-shadow: 0 0 8px rgba(23,201,100,0.5);
  --tw-shadow-colored: 0 0 8px 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-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  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-danger\/5{
  --tw-shadow-color: hsl(var(--heroui-danger) / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary\/20{
  --tw-shadow-color: hsl(var(--heroui-primary) / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-inset{
  --tw-ring-inset: inset;
}
.ring-\[\#65a637\]{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(101 166 55 / var(--tw-ring-opacity, 1));
}
.ring-\[\#65a637\]\/50{
  --tw-ring-color: rgb(101 166 55 / 0.5);
}
.ring-\[\#dc4e41\]\/50{
  --tw-ring-color: rgb(220 78 65 / 0.5);
}
.ring-\[\#f7bc38\]\/50{
  --tw-ring-color: rgb(247 188 56 / 0.5);
}
.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}
.ring-primary{
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--heroui-primary) / var(--tw-ring-opacity, 1));
}
.ring-primary\/20{
  --tw-ring-color: hsl(var(--heroui-primary) / 0.2);
}
.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}
.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);
}
.blur-2xl{
  --tw-blur: blur(40px);
  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);
}
.blur-3xl{
  --tw-blur: blur(64px);
  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);
}
.blur-lg{
  --tw-blur: blur(16px);
  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);
}
.blur-xl{
  --tw-blur: blur(24px);
  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{
  --tw-backdrop-blur: blur(8px);
  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-blur-2xl{
  --tw-backdrop-blur: blur(40px);
  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-blur-3xl{
  --tw-backdrop-blur: blur(64px);
  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-blur-md{
  --tw-backdrop-blur: blur(12px);
  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-blur-sm{
  --tw-backdrop-blur: blur(4px);
  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-blur-xl{
  --tw-backdrop-blur: blur(24px);
  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, 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;
}
.delay-100{
  transition-delay: 100ms;
}
.delay-200{
  transition-delay: 200ms;
}
.duration-1000{
  transition-duration: 1000ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-\[cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)\]{
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.light{
  color-scheme: light;
  --heroui-background: 0 0% 100%;
  --heroui-foreground-50: 0 0% 98.04%;
  --heroui-foreground-100: 240 4.76% 95.88%;
  --heroui-foreground-200: 240 5.88% 90%;
  --heroui-foreground-300: 240 4.88% 83.92%;
  --heroui-foreground-400: 240 5.03% 64.9%;
  --heroui-foreground-500: 240 3.83% 46.08%;
  --heroui-foreground-600: 240 5.2% 33.92%;
  --heroui-foreground-700: 240 5.26% 26.08%;
  --heroui-foreground-800: 240 3.7% 15.88%;
  --heroui-foreground-900: 240 5.88% 10%;
  --heroui-foreground: 201.81999999999994 24.44% 8.82%;
  --heroui-divider: 0 0% 6.67%;
  --heroui-focus: 212.01999999999998 100% 46.67%;
  --heroui-overlay: 0 0% 0%;
  --heroui-content1: 0 0% 100%;
  --heroui-content1-foreground: 201.81999999999994 24.44% 8.82%;
  --heroui-content2: 240 4.76% 95.88%;
  --heroui-content2-foreground: 240 3.7% 15.88%;
  --heroui-content3: 240 5.88% 90%;
  --heroui-content3-foreground: 240 5.26% 26.08%;
  --heroui-content4: 240 4.88% 83.92%;
  --heroui-content4-foreground: 240 5.2% 33.92%;
  --heroui-default-50: 0 0% 98.04%;
  --heroui-default-100: 240 4.76% 95.88%;
  --heroui-default-200: 240 5.88% 90%;
  --heroui-default-300: 240 4.88% 83.92%;
  --heroui-default-400: 240 5.03% 64.9%;
  --heroui-default-500: 240 3.83% 46.08%;
  --heroui-default-600: 240 5.2% 33.92%;
  --heroui-default-700: 240 5.26% 26.08%;
  --heroui-default-800: 240 3.7% 15.88%;
  --heroui-default-900: 240 5.88% 10%;
  --heroui-default-foreground: 0 0% 0%;
  --heroui-default: 240 4.88% 83.92%;
  --heroui-primary-50: 212.5 92.31% 94.9%;
  --heroui-primary-100: 211.84000000000003 92.45% 89.61%;
  --heroui-primary-200: 211.84000000000003 92.45% 79.22%;
  --heroui-primary-300: 212.24 92.45% 68.82%;
  --heroui-primary-400: 212.14 92.45% 58.43%;
  --heroui-primary-500: 212.01999999999998 100% 46.67%;
  --heroui-primary-600: 212.14 100% 38.43%;
  --heroui-primary-700: 212.24 100% 28.82%;
  --heroui-primary-800: 211.84000000000003 100% 19.22%;
  --heroui-primary-900: 211.84000000000003 100% 9.61%;
  --heroui-primary-foreground: 0 0% 100%;
  --heroui-primary: 212.01999999999998 100% 46.67%;
  --heroui-secondary-50: 270 61.54% 94.9%;
  --heroui-secondary-100: 270 59.26% 89.41%;
  --heroui-secondary-200: 270 59.26% 78.82%;
  --heroui-secondary-300: 270 59.26% 68.24%;
  --heroui-secondary-400: 270 59.26% 57.65%;
  --heroui-secondary-500: 270 66.67% 47.06%;
  --heroui-secondary-600: 270 66.67% 37.65%;
  --heroui-secondary-700: 270 66.67% 28.24%;
  --heroui-secondary-800: 270 66.67% 18.82%;
  --heroui-secondary-900: 270 66.67% 9.41%;
  --heroui-secondary-foreground: 0 0% 100%;
  --heroui-secondary: 270 66.67% 47.06%;
  --heroui-success-50: 146.66999999999996 64.29% 94.51%;
  --heroui-success-100: 145.71000000000004 61.4% 88.82%;
  --heroui-success-200: 146.2 61.74% 77.45%;
  --heroui-success-300: 145.78999999999996 62.57% 66.47%;
  --heroui-success-400: 146.01 62.45% 55.1%;
  --heroui-success-500: 145.96000000000004 79.46% 43.92%;
  --heroui-success-600: 146.01 79.89% 35.1%;
  --heroui-success-700: 145.78999999999996 79.26% 26.47%;
  --heroui-success-800: 146.2 79.78% 17.45%;
  --heroui-success-900: 145.71000000000004 77.78% 8.82%;
  --heroui-success-foreground: 0 0% 0%;
  --heroui-success: 145.96000000000004 79.46% 43.92%;
  --heroui-warning-50: 54.55000000000001 91.67% 95.29%;
  --heroui-warning-100: 37.139999999999986 91.3% 90.98%;
  --heroui-warning-200: 37.139999999999986 91.3% 81.96%;
  --heroui-warning-300: 36.95999999999998 91.24% 73.14%;
  --heroui-warning-400: 37.00999999999999 91.26% 64.12%;
  --heroui-warning-500: 37.02999999999997 91.27% 55.1%;
  --heroui-warning-600: 37.00999999999999 74.22% 44.12%;
  --heroui-warning-700: 36.95999999999998 73.96% 33.14%;
  --heroui-warning-800: 37.139999999999986 75% 21.96%;
  --heroui-warning-900: 37.139999999999986 75% 10.98%;
  --heroui-warning-foreground: 0 0% 0%;
  --heroui-warning: 37.02999999999997 91.27% 55.1%;
  --heroui-danger-50: 339.13 92% 95.1%;
  --heroui-danger-100: 340 91.84% 90.39%;
  --heroui-danger-200: 339.3299999999999 90% 80.39%;
  --heroui-danger-300: 339.11 90.6% 70.78%;
  --heroui-danger-400: 339 90% 60.78%;
  --heroui-danger-500: 339.20000000000005 90.36% 51.18%;
  --heroui-danger-600: 339 86.54% 40.78%;
  --heroui-danger-700: 339.11 85.99% 30.78%;
  --heroui-danger-800: 339.3299999999999 86.54% 20.39%;
  --heroui-danger-900: 340 84.91% 10.39%;
  --heroui-danger-foreground: 0 0% 100%;
  --heroui-danger: 339.20000000000005 90.36% 51.18%;
  --heroui-divider-weight: 1px;
  --heroui-disabled-opacity: .5;
  --heroui-font-size-tiny: 0.75rem;
  --heroui-font-size-small: 0.875rem;
  --heroui-font-size-medium: 1rem;
  --heroui-font-size-large: 1.125rem;
  --heroui-line-height-tiny: 1rem;
  --heroui-line-height-small: 1.25rem;
  --heroui-line-height-medium: 1.5rem;
  --heroui-line-height-large: 1.75rem;
  --heroui-radius-small: 4px;
  --heroui-radius-medium: 6px;
  --heroui-radius-large: 8px;
  --heroui-border-width-small: 1px;
  --heroui-border-width-medium: 1px;
  --heroui-border-width-large: 3px;
  --heroui-box-shadow-small: 0px 0px 5px 0px rgb(0 0 0 / 0.02), 0px 2px 10px 0px rgb(0 0 0 / 0.06), 0px 0px 1px 0px rgb(0 0 0 / 0.3);
  --heroui-box-shadow-medium: 0px 0px 15px 0px rgb(0 0 0 / 0.03), 0px 2px 30px 0px rgb(0 0 0 / 0.08), 0px 0px 1px 0px rgb(0 0 0 / 0.3);
  --heroui-box-shadow-large: 0px 0px 30px 0px rgb(0 0 0 / 0.04), 0px 30px 60px 0px rgb(0 0 0 / 0.12), 0px 0px 1px 0px rgb(0 0 0 / 0.3);
  --heroui-hover-opacity: .8;
}
.dark{
  color-scheme: dark;
  --heroui-background: 222.86 11.86% 11.57%;
  --heroui-foreground: 210 17.39% 81.96%;
  --heroui-focus: 95.13999999999999 50.23% 43.33%;
  --heroui-overlay: 0 0% 0%;
  --heroui-divider: 212.30999999999995 11.93% 21.37%;
  --heroui-content1: 220 28.13% 12.55%;
  --heroui-content2: 213 24.39% 16.08%;
  --heroui-content3: 220.90999999999997 20.75% 20.78%;
  --heroui-content4: 216.51999999999998 15.86% 28.43%;
  --heroui-default-50: 240 5.88% 10%;
  --heroui-default-100: 240 3.7% 15.88%;
  --heroui-default-200: 240 5.26% 26.08%;
  --heroui-default-300: 240 5.2% 33.92%;
  --heroui-default-400: 240 3.83% 46.08%;
  --heroui-default-500: 240 5.03% 64.9%;
  --heroui-default-600: 240 4.88% 83.92%;
  --heroui-default-700: 240 5.88% 90%;
  --heroui-default-800: 240 4.76% 95.88%;
  --heroui-default-900: 0 0% 98.04%;
  --heroui-default-foreground: 0 0% 100%;
  --heroui-default: 240 5.26% 26.08%;
  --heroui-primary-50: 211.84000000000003 100% 9.61%;
  --heroui-primary-100: 211.84000000000003 100% 19.22%;
  --heroui-primary-200: 212.24 100% 28.82%;
  --heroui-primary-300: 212.14 100% 38.43%;
  --heroui-primary-400: 212.01999999999998 100% 46.67%;
  --heroui-primary-500: 212.14 92.45% 58.43%;
  --heroui-primary-600: 212.24 92.45% 68.82%;
  --heroui-primary-700: 211.84000000000003 92.45% 79.22%;
  --heroui-primary-800: 211.84000000000003 92.45% 89.61%;
  --heroui-primary-900: 212.5 92.31% 94.9%;
  --heroui-primary-foreground: 0 0% 100%;
  --heroui-primary: 95.13999999999999 50.23% 43.33%;
  --heroui-secondary-50: 270 66.67% 9.41%;
  --heroui-secondary-100: 270 66.67% 18.82%;
  --heroui-secondary-200: 270 66.67% 28.24%;
  --heroui-secondary-300: 270 66.67% 37.65%;
  --heroui-secondary-400: 270 66.67% 47.06%;
  --heroui-secondary-500: 270 59.26% 57.65%;
  --heroui-secondary-600: 270 59.26% 68.24%;
  --heroui-secondary-700: 270 59.26% 78.82%;
  --heroui-secondary-800: 270 59.26% 89.41%;
  --heroui-secondary-900: 270 61.54% 94.9%;
  --heroui-secondary-foreground: 0 0% 100%;
  --heroui-secondary: 204.62 55.45% 58.63%;
  --heroui-success-50: 145.71000000000004 77.78% 8.82%;
  --heroui-success-100: 146.2 79.78% 17.45%;
  --heroui-success-200: 145.78999999999996 79.26% 26.47%;
  --heroui-success-300: 146.01 79.89% 35.1%;
  --heroui-success-400: 145.96000000000004 79.46% 43.92%;
  --heroui-success-500: 146.01 62.45% 55.1%;
  --heroui-success-600: 145.78999999999996 62.57% 66.47%;
  --heroui-success-700: 146.2 61.74% 77.45%;
  --heroui-success-800: 145.71000000000004 61.4% 88.82%;
  --heroui-success-900: 146.66999999999996 64.29% 94.51%;
  --heroui-success-foreground: 0 0% 100%;
  --heroui-success: 95.13999999999999 50.23% 43.33%;
  --heroui-warning-50: 37.139999999999986 75% 10.98%;
  --heroui-warning-100: 37.139999999999986 75% 21.96%;
  --heroui-warning-200: 36.95999999999998 73.96% 33.14%;
  --heroui-warning-300: 37.00999999999999 74.22% 44.12%;
  --heroui-warning-400: 37.02999999999997 91.27% 55.1%;
  --heroui-warning-500: 37.00999999999999 91.26% 64.12%;
  --heroui-warning-600: 36.95999999999998 91.24% 73.14%;
  --heroui-warning-700: 37.139999999999986 91.3% 81.96%;
  --heroui-warning-800: 37.139999999999986 91.3% 90.98%;
  --heroui-warning-900: 54.55000000000001 91.67% 95.29%;
  --heroui-warning-foreground: 222.86 11.86% 11.57%;
  --heroui-warning: 41.47000000000003 92.27% 59.41%;
  --heroui-danger-50: 340 84.91% 10.39%;
  --heroui-danger-100: 339.3299999999999 86.54% 20.39%;
  --heroui-danger-200: 339.11 85.99% 30.78%;
  --heroui-danger-300: 339 86.54% 40.78%;
  --heroui-danger-400: 339.20000000000005 90.36% 51.18%;
  --heroui-danger-500: 339 90% 60.78%;
  --heroui-danger-600: 339.11 90.6% 70.78%;
  --heroui-danger-700: 339.3299999999999 90% 80.39%;
  --heroui-danger-800: 340 91.84% 90.39%;
  --heroui-danger-900: 339.13 92% 95.1%;
  --heroui-danger-foreground: 0 0% 100%;
  --heroui-danger: 5.029999999999973 68.89% 55.88%;
  --heroui-divider-weight: 1px;
  --heroui-disabled-opacity: .5;
  --heroui-font-size-tiny: 0.75rem;
  --heroui-font-size-small: 0.875rem;
  --heroui-font-size-medium: 1rem;
  --heroui-font-size-large: 1.125rem;
  --heroui-line-height-tiny: 1rem;
  --heroui-line-height-small: 1.25rem;
  --heroui-line-height-medium: 1.5rem;
  --heroui-line-height-large: 1.75rem;
  --heroui-radius-small: 4px;
  --heroui-radius-medium: 6px;
  --heroui-radius-large: 8px;
  --heroui-border-width-small: 1px;
  --heroui-border-width-medium: 1px;
  --heroui-border-width-large: 3px;
  --heroui-box-shadow-small: 0px 0px 5px 0px rgb(0 0 0 / 0.05), 0px 2px 10px 0px rgb(0 0 0 / 0.2), inset 0px 0px 1px 0px rgb(255 255 255 / 0.15);
  --heroui-box-shadow-medium: 0px 0px 15px 0px rgb(0 0 0 / 0.06), 0px 2px 30px 0px rgb(0 0 0 / 0.22), inset 0px 0px 1px 0px rgb(255 255 255 / 0.15);
  --heroui-box-shadow-large: 0px 0px 30px 0px rgb(0 0 0 / 0.07), 0px 30px 60px 0px rgb(0 0 0 / 0.26), inset 0px 0px 1px 0px rgb(255 255 255 / 0.15);
  --heroui-hover-opacity: .9;
}
.text-tiny{
  font-size: var(--heroui-font-size-tiny);
  line-height: var(--heroui-line-height-tiny);
}
.text-small{
  font-size: var(--heroui-font-size-small);
  line-height: var(--heroui-line-height-small);
}
.text-large{
  font-size: var(--heroui-font-size-large);
  line-height: var(--heroui-line-height-large);
}
.glass-panel-elite {
    background: var(--glass-background);
    backdrop-filter: var(--glass-blur);
    border: var(--glass-border);
    box-shadow: var(--glass-shadow);
    overflow: hidden;
    border-radius: 1rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
  }
.glass-panel-elite:hover{
  border-color: rgb(255 255 255 / 0.1);
  --tw-shadow-color: hsl(var(--heroui-primary) / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.text-glow {
    text-shadow: 0 0 12px currentColor;
  }
@keyframes scanline {
    0% { transform: translateY(-100%); }
    100% { transform: translateY(100%); }
  }
.scanline-overlay {
    position: relative;
    overflow: hidden;
  }
.scanline-overlay::after {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 2px;
    background: linear-gradient(to right, transparent, var(--color-primary), transparent);
    opacity: 0.1;
    pointer-events: none;
    animation: scanline 8s linear infinite;
  }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  min-height: 100vh;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-background) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-foreground) / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body *::-moz-selection{
  background-color: hsl(var(--heroui-primary) / 0.3);
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-foreground) / var(--tw-text-opacity, 1));
}
body *::selection{
  background-color: hsl(var(--heroui-primary) / 0.3);
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-foreground) / var(--tw-text-opacity, 1));
}
body::-moz-selection{
  background-color: hsl(var(--heroui-primary) / 0.3);
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-foreground) / var(--tw-text-opacity, 1));
}
body::selection{
  background-color: hsl(var(--heroui-primary) / 0.3);
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-foreground) / var(--tw-text-opacity, 1));
}
body {
  
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}
/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.15);
}
/* Thin scrollbar for tables and lists */
.scrollbar-thin::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.scrollbar-thin::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
}
.scrollbar-thin::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.12);
}
/* Focus visible states (Accessibility) */
*:focus-visible{
  outline: 2px solid transparent;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--heroui-primary) / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: hsl(var(--heroui-background) / 1);
  outline-offset: 2px !important;
}
/* Stronger focus for interactive elements */
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[role="button"]:focus-visible,
[role="link"]:focus-visible,
[tabindex]:not([tabindex="-1"]):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);
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--heroui-primary) / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: hsl(var(--heroui-background) / 1);
  outline: 2px solid hsl(var(--primary)) !important;
  outline-offset: 2px !important;
}
/* ACCESSIBILITY OVERRIDES - FORCE WHITE CONTRAST */
#login-page-container input {
  color: #ffffff !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #ffffff !important;
  caret-color: #ffffff !important;
}
#login-page-container input::-moz-placeholder {
  color: #e4e4e7 !important; /* zinc-200 */
  opacity: 1 !important;
  -webkit-text-fill-color: #e4e4e7 !important;
}
#login-page-container input::placeholder {
  color: #e4e4e7 !important; /* zinc-200 */
  opacity: 1 !important;
  -webkit-text-fill-color: #e4e4e7 !important;
}
#login-page-container label,
.force-white-label {
  color: #ffffff !important;
  opacity: 1 !important;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
/* Force dropdown to show all items - override HeroUI default 256px max-height */
/* Target the internal scrollable container */
div[role="presentation"] div.overflow-y-auto {
  max-height: 500px !important;
}
/* Also target via data-slot */
[data-slot="base"][aria-expanded="true"] + [role="presentation"] [data-slot="base"] {
  max-height: 500px !important;
}
/* Target popover content directly */
div[role="presentation"] > div[data-slot="base"] {
  max-height: 500px !important;
}
/* Most specific: target the scrollable listbox container */
div[role="presentation"] [role="listbox"] {
  max-height: 500px !important;
}
/* Fix HeroUI Switch - hide native checkbox that becomes visible when checked */
/* The Tailwind arbitrary value class opacity-[0.0001] is not being generated */
input[type="checkbox"][role="switch"],
label[data-slot="base"] input[type="checkbox"] {
  opacity: 0 !important;
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none !important;
}
.placeholder\:\!text-white::-moz-placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.placeholder\:\!text-white::placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.placeholder\:text-\[\#484f58\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(72 79 88 / var(--tw-text-opacity, 1));
}
.placeholder\:text-\[\#484f58\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(72 79 88 / var(--tw-text-opacity, 1));
}
.placeholder\:text-foreground\/30::-moz-placeholder{
  color: hsl(var(--heroui-foreground) / 0.3);
}
.placeholder\:text-foreground\/30::placeholder{
  color: hsl(var(--heroui-foreground) / 0.3);
}
.placeholder\:text-foreground\/60::-moz-placeholder{
  color: hsl(var(--heroui-foreground) / 0.6);
}
.placeholder\:text-foreground\/60::placeholder{
  color: hsl(var(--heroui-foreground) / 0.6);
}
.placeholder\:text-foreground\/80::-moz-placeholder{
  color: hsl(var(--heroui-foreground) / 0.8);
}
.placeholder\:text-foreground\/80::placeholder{
  color: hsl(var(--heroui-foreground) / 0.8);
}
.placeholder\:\!opacity-80::-moz-placeholder{
  opacity: 0.8 !important;
}
.placeholder\:\!opacity-80::placeholder{
  opacity: 0.8 !important;
}
.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}
.before\:inset-0::before{
  content: var(--tw-content);
  inset: 0px;
}
.before\:left-3::before{
  content: var(--tw-content);
  left: 0.75rem;
}
.before\:ml-5::before{
  content: var(--tw-content);
  margin-left: 1.25rem;
}
.before\:h-full::before{
  content: var(--tw-content);
  height: 100%;
}
.before\:w-0\.5::before{
  content: var(--tw-content);
  width: 0.125rem;
}
.before\:w-px::before{
  content: var(--tw-content);
  width: 1px;
}
.before\:-translate-x-px::before{
  content: var(--tw-content);
  --tw-translate-x: -1px;
  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));
}
.before\:border-\[\#3c444d\]::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(60 68 77 / var(--tw-border-opacity, 1));
}
.before\:bg-gradient-to-b::before{
  content: var(--tw-content);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.before\:from-primary\/20::before{
  content: var(--tw-content);
  --tw-gradient-from: hsl(var(--heroui-primary) / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--heroui-primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.before\:from-transparent::before{
  content: var(--tw-content);
  --tw-gradient-from: transparent 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);
}
.before\:via-white\/10::before{
  content: var(--tw-content);
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.before\:via-white\/5::before{
  content: var(--tw-content);
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.before\:to-transparent::before{
  content: var(--tw-content);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.first\:rounded-l-none:first-child{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.last\:rounded-r-none:last-child{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.last\:border-0:last-child{
  border-width: 0px;
}
.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}
.last\:border-r-0:last-child{
  border-right-width: 0px;
}
.checked\:border-primary:checked{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-primary) / var(--tw-border-opacity, 1));
}
.checked\:bg-primary:checked{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary) / var(--tw-bg-opacity, 1));
}
.focus-within\:z-20:focus-within{
  z-index: 20;
}
.focus-within\:border-indigo-500:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.focus-within\:border-primary\/50:focus-within{
  border-color: hsl(var(--heroui-primary) / 0.5);
}
.focus-within\:bg-content1:focus-within{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-content1) / var(--tw-bg-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-\[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\:scale-y-110:hover{
  --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\:border-\[\#30363d\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(48 54 61 / var(--tw-border-opacity, 1));
}
.hover\:border-\[\#3d4654\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(61 70 84 / var(--tw-border-opacity, 1));
}
.hover\:border-\[\#5ba0d0\]\/50:hover{
  border-color: rgb(91 160 208 / 0.5);
}
.hover\:border-\[\#65a637\]\/50:hover{
  border-color: rgb(101 166 55 / 0.5);
}
.hover\:border-blue-500\/40:hover{
  border-color: rgb(0 111 238 / 0.4);
}
.hover\:border-blue-500\/50:hover{
  border-color: rgb(0 111 238 / 0.5);
}
.hover\:border-cyan-500\/30:hover{
  border-color: rgb(126 231 252 / 0.3);
}
.hover\:border-cyan-500\/50:hover{
  border-color: rgb(126 231 252 / 0.5);
}
.hover\:border-cyan-500\/60:hover{
  border-color: rgb(126 231 252 / 0.6);
}
.hover\:border-default-400:hover{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-default-400) / var(--tw-border-opacity, 1));
}
.hover\:border-emerald-500\/40:hover{
  border-color: rgb(16 185 129 / 0.4);
}
.hover\:border-green-500\/50:hover{
  border-color: rgb(23 201 100 / 0.5);
}
.hover\:border-indigo-500\/50:hover{
  border-color: rgb(99 102 241 / 0.5);
}
.hover\:border-orange-500\/40:hover{
  border-color: rgb(249 115 22 / 0.4);
}
.hover\:border-orange-500\/50:hover{
  border-color: rgb(249 115 22 / 0.5);
}
.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-primary) / var(--tw-border-opacity, 1));
}
.hover\:border-primary\/20:hover{
  border-color: hsl(var(--heroui-primary) / 0.2);
}
.hover\:border-primary\/30:hover{
  border-color: hsl(var(--heroui-primary) / 0.3);
}
.hover\:border-primary\/40:hover{
  border-color: hsl(var(--heroui-primary) / 0.4);
}
.hover\:border-primary\/50:hover{
  border-color: hsl(var(--heroui-primary) / 0.5);
}
.hover\:border-purple-500\/40:hover{
  border-color: rgb(120 40 200 / 0.4);
}
.hover\:border-purple-500\/50:hover{
  border-color: rgb(120 40 200 / 0.5);
}
.hover\:border-red-500\/40:hover{
  border-color: rgb(243 18 96 / 0.4);
}
.hover\:border-red-500\/50:hover{
  border-color: rgb(243 18 96 / 0.5);
}
.hover\:border-white\/10:hover{
  border-color: rgb(255 255 255 / 0.1);
}
.hover\:border-white\/20:hover{
  border-color: rgb(255 255 255 / 0.2);
}
.hover\:bg-\[\#1f2833\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(31 40 51 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#21262d\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(33 38 45 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#2a3140\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(42 49 64 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#2a3238\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(42 50 56 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#5ba0d0\]\/20:hover{
  background-color: rgb(91 160 208 / 0.2);
}
.hover\:bg-\[\#65a637\]\/20:hover{
  background-color: rgb(101 166 55 / 0.2);
}
.hover\:bg-\[\#dc4e41\]\/20:hover{
  background-color: rgb(220 78 65 / 0.2);
}
.hover\:bg-\[\#f7bc38\]\/20:hover{
  background-color: rgb(247 188 56 / 0.2);
}
.hover\:bg-blue-500\/30:hover{
  background-color: rgb(0 111 238 / 0.3);
}
.hover\:bg-content1:hover{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-content1) / var(--tw-bg-opacity, 1));
}
.hover\:bg-content1\/40:hover{
  background-color: hsl(var(--heroui-content1) / 0.4);
}
.hover\:bg-content1\/50:hover{
  background-color: hsl(var(--heroui-content1) / 0.5);
}
.hover\:bg-content2:hover{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-content2) / var(--tw-bg-opacity, 1));
}
.hover\:bg-content2\/50:hover{
  background-color: hsl(var(--heroui-content2) / 0.5);
}
.hover\:bg-content2\/80:hover{
  background-color: hsl(var(--heroui-content2) / 0.8);
}
.hover\:bg-cyan-500\/5:hover{
  background-color: rgb(126 231 252 / 0.05);
}
.hover\:bg-danger\/20:hover{
  background-color: hsl(var(--heroui-danger) / 0.2);
}
.hover\:bg-default-100:hover{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-100) / var(--tw-bg-opacity, 1));
}
.hover\:bg-default-200:hover{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-200) / var(--tw-bg-opacity, 1));
}
.hover\:bg-emerald-500\/30:hover{
  background-color: rgb(16 185 129 / 0.3);
}
.hover\:bg-green-500\/10:hover{
  background-color: rgb(23 201 100 / 0.1);
}
.hover\:bg-orange-500\/20:hover{
  background-color: rgb(249 115 22 / 0.2);
}
.hover\:bg-orange-500\/30:hover{
  background-color: rgb(249 115 22 / 0.3);
}
.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary) / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-600:hover{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary-600) / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary\/10:hover{
  background-color: hsl(var(--heroui-primary) / 0.1);
}
.hover\:bg-primary\/20:hover{
  background-color: hsl(var(--heroui-primary) / 0.2);
}
.hover\:bg-primary\/30:hover{
  background-color: hsl(var(--heroui-primary) / 0.3);
}
.hover\:bg-primary\/90:hover{
  background-color: hsl(var(--heroui-primary) / 0.9);
}
.hover\:bg-purple-500\/20:hover{
  background-color: rgb(120 40 200 / 0.2);
}
.hover\:bg-purple-500\/30:hover{
  background-color: rgb(120 40 200 / 0.3);
}
.hover\:bg-red-500\/10:hover{
  background-color: rgb(243 18 96 / 0.1);
}
.hover\:bg-red-500\/30:hover{
  background-color: rgb(243 18 96 / 0.3);
}
.hover\:bg-secondary\/10:hover{
  background-color: hsl(var(--heroui-secondary) / 0.1);
}
.hover\:bg-warning\/30:hover{
  background-color: hsl(var(--heroui-warning) / 0.3);
}
.hover\:bg-white\/10:hover{
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:bg-white\/5:hover{
  background-color: rgb(255 255 255 / 0.05);
}
.hover\:bg-white\/\[0\.02\]:hover{
  background-color: rgb(255 255 255 / 0.02);
}
.hover\:bg-white\/\[0\.04\]:hover{
  background-color: rgb(255 255 255 / 0.04);
}
.hover\:bg-white\/\[0\.06\]:hover{
  background-color: rgb(255 255 255 / 0.06);
}
.hover\:text-\[\#5ba0d0\]:hover{
  --tw-text-opacity: 1;
  color: rgb(91 160 208 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#65a637\]:hover{
  --tw-text-opacity: 1;
  color: rgb(101 166 55 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#c9d1d9\]:hover{
  --tw-text-opacity: 1;
  color: rgb(201 209 217 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#dc4e41\]:hover{
  --tw-text-opacity: 1;
  color: rgb(220 78 65 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#ffffff\]:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-danger:hover{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger) / var(--tw-text-opacity, 1));
}
.hover\:text-default-500:hover{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default-500) / var(--tw-text-opacity, 1));
}
.hover\:text-foreground:hover{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-foreground) / var(--tw-text-opacity, 1));
}
.hover\:text-foreground\/60:hover{
  color: hsl(var(--heroui-foreground) / 0.6);
}
.hover\:text-foreground\/80:hover{
  color: hsl(var(--heroui-foreground) / 0.8);
}
.hover\:text-green-400:hover{
  --tw-text-opacity: 1;
  color: rgb(69 212 131 / var(--tw-text-opacity, 1));
}
.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary) / var(--tw-text-opacity, 1));
}
.hover\:text-primary-400:hover{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary-400) / var(--tw-text-opacity, 1));
}
.hover\:text-primary\/80:hover{
  color: hsl(var(--heroui-primary) / 0.8);
}
.hover\:text-red-400:hover{
  --tw-text-opacity: 1;
  color: rgb(245 65 128 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:opacity-100:hover{
  opacity: 1;
}
.hover\:opacity-80:hover{
  opacity: 0.8;
}
.hover\:shadow-lg:hover{
  --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);
}
.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-primary\/40:hover{
  --tw-shadow-color: hsl(var(--heroui-primary) / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.hover\:ring-1:hover{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.hover\:ring-2:hover{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
}
.hover\:ring-\[\#65a637\]\/50:hover{
  --tw-ring-color: rgb(101 166 55 / 0.5);
}
.hover\:ring-primary\/50:hover{
  --tw-ring-color: hsl(var(--heroui-primary) / 0.5);
}
.focus\:border-primary:focus{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-primary) / var(--tw-border-opacity, 1));
}
.focus\:border-primary\/50:focus{
  border-color: hsl(var(--heroui-primary) / 0.5);
}
.focus\:border-purple-500\/60:focus{
  border-color: rgb(120 40 200 / 0.6);
}
.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-primary:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--heroui-primary) / var(--tw-ring-opacity, 1));
}
.focus\:ring-primary\/20:focus{
  --tw-ring-color: hsl(var(--heroui-primary) / 0.2);
}
.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\:cursor-grabbing:active{
  cursor: grabbing;
}
.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled{
  opacity: 0.5;
}
.group:last-child .group-last\:bg-transparent{
  background-color: transparent;
}
.group:hover .group-hover\:-translate-x-1{
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-x-1{
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:border-primary\/20{
  border-color: hsl(var(--heroui-primary) / 0.2);
}
.group:hover .group-hover\:border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}
.group:hover .group-hover\:bg-\[\#5ba0d0\]\/10{
  background-color: rgb(91 160 208 / 0.1);
}
.group:hover .group-hover\:bg-\[\#65a637\]\/10{
  background-color: rgb(101 166 55 / 0.1);
}
.group:hover .group-hover\:bg-\[\#dc4e41\]\/10{
  background-color: rgb(220 78 65 / 0.1);
}
.group:hover .group-hover\:bg-danger\/10{
  background-color: hsl(var(--heroui-danger) / 0.1);
}
.group:hover .group-hover\:bg-primary\/10{
  background-color: hsl(var(--heroui-primary) / 0.1);
}
.group:hover .group-hover\:bg-primary\/20{
  background-color: hsl(var(--heroui-primary) / 0.2);
}
.group:hover .group-hover\:bg-success\/10{
  background-color: hsl(var(--heroui-success) / 0.1);
}
.group:hover .group-hover\:text-foreground\/40{
  color: hsl(var(--heroui-foreground) / 0.4);
}
.group:hover .group-hover\:text-primary{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary) / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-10{
  opacity: 0.1;
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.group:hover .group-hover\:opacity-40{
  opacity: 0.4;
}
.group:hover .group-hover\:ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.group:hover .group-hover\:brightness-150{
  --tw-brightness: brightness(1.5);
  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);
}
.group:hover .group-hover\:duration-200{
  transition-duration: 200ms;
}
.data-\[hover\=true\]\:border-primary\/50[data-hover="true"]{
  border-color: hsl(var(--heroui-primary) / 0.5);
}
.data-\[selected\=true\]\:bg-transparent[data-selected="true"]{
  background-color: transparent;
}
.data-\[selected\=true\]\:text-foreground[data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-foreground) / var(--tw-text-opacity, 1));
}
.group[data-focus="true"] .group-data-\[focus\=true\]\:border-primary{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-primary) / var(--tw-border-opacity, 1));
}
.group[data-focus="true"] .group-data-\[focus\=true\]\:border-red-500\/50{
  border-color: rgb(243 18 96 / 0.5);
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:text-\[\#65a637\]{
  --tw-text-opacity: 1;
  color: rgb(101 166 55 / var(--tw-text-opacity, 1));
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:text-\[\#a371f7\]{
  --tw-text-opacity: 1;
  color: rgb(163 113 247 / var(--tw-text-opacity, 1));
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:text-primary{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary) / var(--tw-text-opacity, 1));
}
.prose-headings\:font-bold :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-weight: 700;
}
.prose-headings\:text-purple-300 :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(174 126 222 / var(--tw-text-opacity, 1));
}
.prose-p\:leading-relaxed :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  line-height: 1.625;
}
.prose-p\:text-foreground\/90 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  color: hsl(var(--heroui-foreground) / 0.9);
}
.prose-strong\:text-purple-200 :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(201 169 233 / var(--tw-text-opacity, 1));
}
.prose-code\:rounded :is(:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  border-radius: 0.25rem;
}
.prose-code\:bg-black\/40 :is(:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  background-color: rgb(0 0 0 / 0.4);
}
.prose-code\:px-1 :is(:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.prose-code\:py-0\.5 :is(:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.prose-code\:text-purple-300 :is(:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(174 126 222 / var(--tw-text-opacity, 1));
}
.prose-ul\:text-foreground\/80 :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  color: hsl(var(--heroui-foreground) / 0.8);
}
.dark\:bg-default-50:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-50) / var(--tw-bg-opacity, 1));
}
.dark\:bg-primary-900\/20:is(.dark *){
  background-color: hsl(var(--heroui-primary-900) / 0.2);
}
.dark\:bg-primary-900\/40:is(.dark *){
  background-color: hsl(var(--heroui-primary-900) / 0.4);
}
.dark\:from-primary-900\/20:is(.dark *){
  --tw-gradient-from: hsl(var(--heroui-primary-900) / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--heroui-primary-900) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.dark\:to-primary-900\/10:is(.dark *){
  --tw-gradient-to: hsl(var(--heroui-primary-900) / 0.1) var(--tw-gradient-to-position);
}
.dark\:text-primary-100:is(.dark *){
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary-100) / var(--tw-text-opacity, 1));
}
@media (min-width: 480px){
  .min-\[480px\]\:w-auto{
    width: auto;
  }
  .min-\[480px\]\:min-w-\[130px\]{
    min-width: 130px;
  }
  .min-\[480px\]\:min-w-\[150px\]{
    min-width: 150px;
  }
  .min-\[480px\]\:min-w-\[180px\]{
    min-width: 180px;
  }
}
@media (min-width: 640px){
  .sm\:inline{
    display: inline;
  }
  .sm\:w-64{
    width: 16rem;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:max-w-\[200px\]{
    max-width: 200px;
  }
  .sm\:flex-1{
    flex: 1 1 0%;
  }
  .sm\:flex-shrink-0{
    flex-shrink: 0;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:flex-wrap{
    flex-wrap: wrap;
  }
  .sm\:items-center{
    align-items: center;
  }
}
@media (min-width: 768px){
  .md\:order-1{
    order: 1;
  }
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:line-clamp-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .md\:block{
    display: block;
  }
  .md\:inline{
    display: inline;
  }
  .md\:w-\[calc\(50\%-2\.5rem\)\]{
    width: calc(50% - 2.5rem);
  }
  .md\:max-w-\[200px\]{
    max-width: 200px;
  }
  .md\:max-w-\[400px\]{
    max-width: 400px;
  }
  .md\:rotate-0{
    --tw-rotate: 0deg;
    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));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-normal{
    justify-content: normal;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }
  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }
  .md\:before\:mx-auto::before{
    content: var(--tw-content);
    margin-left: auto;
    margin-right: auto;
  }
  .md\:before\:translate-x-0::before{
    content: var(--tw-content);
    --tw-translate-x: 0px;
    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));
  }
  .md\:odd\:flex-row-reverse:nth-child(odd){
    flex-direction: row-reverse;
  }
  .group:nth-child(odd) .md\:group-odd\:-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));
  }
  .group:nth-child(even) .md\:group-even\: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));
  }
}
@media (min-width: 1024px){
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .lg\:ml-20{
    margin-left: 5rem;
  }
  .lg\:ml-64{
    margin-left: 16rem;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:w-20{
    width: 5rem;
  }
  .lg\:w-64{
    width: 16rem;
  }
  .lg\:translate-x-0{
    --tw-translate-x: 0px;
    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));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .lg\:p-6{
    padding: 1.5rem;
  }
  .lg\:hover\:w-64:hover{
    width: 16rem;
  }
}
@media (min-width: 1280px){
  .xl\:block{
    display: block;
  }
  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}