/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css');

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.18 | 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: "Space Grotesk", 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;
}
.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;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.relative{
  position: relative;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.hidden{
  display: none;
}
.h-2{
  height: 0.5rem;
}
.h-\[30px\]{
  height: 30px;
}
.w-48{
  width: 12rem;
}
.w-full{
  width: 100%;
}
.max-w-\[1200px\]{
  max-width: 1200px;
}
.flex-grow{
  flex-grow: 1;
}
@keyframes pulse{

  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-evenly{
  justify-content: space-evenly;
}
.gap-2{
  gap: 0.5rem;
}
.gap-5{
  gap: 1.25rem;
}
.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-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));
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-degent-button{
  border-radius: 6px;
}
.rounded-degent-card{
  border-radius: 10px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-dashed{
  border-style: dashed;
}
.border-degent-border{
  --tw-border-opacity: 1;
  border-color: rgb(42 42 45 / var(--tw-border-opacity, 1));
}
.border-degent-green{
  --tw-border-opacity: 1;
  border-color: rgb(46 252 134 / var(--tw-border-opacity, 1));
}
.border-degent-green\/20{
  border-color: rgb(46 252 134 / 0.2);
}
.border-degent-green\/50{
  border-color: rgb(46 252 134 / 0.5);
}
.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-red-500\/50{
  border-color: rgb(239 68 68 / 0.5);
}
.bg-degent-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(11 11 13 / var(--tw-bg-opacity, 1));
}
.bg-degent-green\/10{
  background-color: rgb(46 252 134 / 0.1);
}
.bg-degent-green\/20{
  background-color: rgb(46 252 134 / 0.2);
}
.bg-degent-input{
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 25 / var(--tw-bg-opacity, 1));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-red-500\/20{
  background-color: rgb(239 68 68 / 0.2);
}
.bg-red-900\/50{
  background-color: rgb(127 29 29 / 0.5);
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-3{
  padding: 0.75rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.text-center{
  text-align: center;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-semibold{
  font-weight: 600;
}
.text-bitcoin{
  --tw-text-opacity: 1;
  color: rgb(247 147 26 / var(--tw-text-opacity, 1));
}
.text-degent-green{
  --tw-text-opacity: 1;
  color: rgb(46 252 134 / var(--tw-text-opacity, 1));
}
.text-degent-muted{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-degent-orange{
  --tw-text-opacity: 1;
  color: rgb(247 147 26 / var(--tw-text-opacity, 1));
}
.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-red-200{
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-50{
  opacity: 0.5;
}
.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);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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);
}
.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;
}
.icon-square, .icon-square i {
      aspect-ratio: 1;
      display: grid;
      place-content: center;
      align-content: center;
      justify-content: center;
      align-items: center;
      justify-items: center;
  }
.icon-square i:before {
      aspect-ratio: 1;
      height: auto;
      line-height: normal;
  }
h2.flex:has(.icon-square), h3.flex:has(.icon-square) {
      gap: 0.85rem;
  }
h2.flex:has(.icon-square) span:has(i), h3.flex:has(.icon-square) span:has(i) {
      scale: 1;
  }
.text-md {
    font-size: 1rem;
  }

:root {
  --foreground-rgb: 255, 255, 255;
}

body {
  color: rgb(var(--foreground-rgb));
  background: #0b0b0d;
  min-height: 100vh;
  font-family: 'Space Grotesk', sans-serif;
}

/* Selection styling */
::-moz-selection {
  background-color: #2efc86;
  color: #0b0b0d;
}
::selection {
  background-color: #2efc86;
  color: #0b0b0d;
}

/* Number input spinner styles */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  cursor: pointer;
  width: 30px;
}

input[type=number] {
  color-scheme: dark;
  position: relative;
}

/* Dark gradient fade background */
.bg-dark-gradient-fade {
  background: linear-gradient(136deg, #0b0b0d, rgb(15 15 16 / 75%));
}

/* Tooltip system - sitewide tooltip support */
.tooltip-enabled {
  position: relative;
}

.tooltip-enabled::before,
.tooltip-enabled::after {
  content: '';
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  z-index: 1000;
}

/* Tooltip text - prioritize data-tooltip, fallback to alt */
.tooltip-enabled[data-tooltip]::before {
  content: attr(data-tooltip);
}

.tooltip-enabled:not([data-tooltip])[alt]::before {
  content: attr(alt);
}

/* .tooltip-enabled::before {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  background-color: #1a1a1d;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  border: 1px solid #2a2a2d;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  margin-bottom: 8px;
} */
.tooltip-enabled::before {
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background-color: #1b1b23;
  color: #ffffffbd;
  padding: 12px 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 400;
  white-space: normal;
  border: 0px solid #343439;
  box-shadow: 0 4px 12px rgb(0 0 0 / 53%);
  margin-bottom: 0;
  max-width: unset;
  text-wrap-style: pretty;
  width: -moz-max-content;
  width: max-content;
  max-inline-size: 35ch;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  pointer-events: none;
  letter-spacing: 1px;
  line-height: 1rem;
}
/* Tooltip arrow */
/* .tooltip-enabled::after {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-2px);
  border: 6px solid transparent;
  border-top-color: #1a1a1d;
  margin-bottom: 2px;
}

.tooltip-enabled:hover::before,
.tooltip-enabled:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
 */

 .tooltip-enabled::after {
  top: calc(100% - 18px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  border: 10px solid transparent;
  border-bottom-color: #1b1b23;
  margin-bottom: 0;
}
.tooltip-enabled:hover::before, .tooltip-enabled:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(15px);
}
.btn{
  border-radius: 6px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.btn:disabled{
  cursor: not-allowed;
  opacity: 0.5;
}
.navigation .btn{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.btn span{
  position: relative;
  z-index: 10;
  white-space: nowrap;
}
.btn-gradient{
  background-image: linear-gradient(to bottom right, #2efc86, #f7931a);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(11 11 13 / var(--tw-text-opacity, 1));
}
.btn-gradient:hover{
  background-image: linear-gradient(to right, rgba(46, 252, 134, 0.9), rgba(247, 147, 26, 0.9));
}
.btn-dark{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(64 64 68 / var(--tw-border-opacity, 1));
  background-color: rgb(26 26 29 / 0.8);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 45 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(11 11 13 / var(--tw-text-opacity, 1));
}
.btn-blue{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 45 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(11 11 13 / var(--tw-text-opacity, 1));
}
.btn-neon{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(46 252 134 / var(--tw-border-opacity, 1));
  background-color: rgb(46 252 134 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(46 252 134 / var(--tw-text-opacity, 1));
}
.btn-neon:hover{
  background-color: rgb(46 252 134 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(11 11 13 / var(--tw-text-opacity, 1));
}
.btn-curtain{
  position: relative;
  overflow: hidden;
}
.btn-flex{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
h2.btn-flex:has(.icon-square), h3.btn-flex:has(.icon-square) {
      gap: 0.85rem;
  }
h2.btn-flex:has(.icon-square) span:has(i), h3.btn-flex:has(.icon-square) span:has(i) {
      scale: 1;
  }
.btn i.fas, .btn i{
  position: relative;
  z-index: 10;
}
.btn-curtain::before{
  position: absolute;
  inset: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(46 252 134 / var(--tw-bg-opacity, 1));
  transition-duration: 700ms;
  content: "";
  transform: translateX(-101%);
  transition: transform 0.3s ease;
}

.btn-curtain:hover::before {
  transform: translateX(0);
}
.degent-card > :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));
}
.degent-card{
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(42 42 45 / var(--tw-border-opacity, 1));
  background-color: rgb(26 26 29 / 0.5);
  padding: 1.5rem;
  --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);
  --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);
    --tw-bg-opacity: .5;
    background-color: rgb(26 26 29 / var(--tw-bg-opacity, .5));
}
.degent-card.border-red-500\/50{
  border-color: rgb(239 68 68 / 0.8);
}
.degent-card.border-degent-green\/50{
  border-color: rgb(46 252 134 / 0.8);
}
.bg-red-500\/20 {
    background-color: rgb(239 68 68 / 0.3)!important;
}
.bg-degent-green\/20 {
    background-color: rgb(46 252 134 / 0.2)!important;
}
.border-red-500\/50{
  border-color: rgb(239 68 68 / 0.8)!important;
}
.border-degent-green\/50{
  border-color: rgb(46 252 134 / 0.8)!important;
}
.bg-image-card{
  position: relative;
  isolation: isolate;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 29 / var(--tw-bg-opacity, 1));
  background-size: cover;
  background-position: center;
}
body > .bg-image-card{
  background-attachment: fixed;
}
main .bg-image-card{
  max-width: 1320px;
  border-radius: 10px;
}
.bg-image-card:before{
  position: absolute;
  inset: 0px;
  z-index: 0;
  background-color: rgb(26 26 29 / 0.9);
  content: "";
}

.bg-image-card-content{
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}

h2.bg-image-card-content:has(.icon-square), h3.bg-image-card-content:has(.icon-square) {
      gap: 0.85rem;
  }

h2.bg-image-card-content:has(.icon-square) span:has(i), h3.bg-image-card-content:has(.icon-square) span:has(i) {
      scale: 1;
  }

.bg-image-card-content{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
main .bg-image-card .bg-image-card-content{
  padding-top: 60px;
  padding-bottom: 60px;
}

.bg-image-card-content h2{
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.bg-image-card-content h3{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 35px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.bg-image-card-content p{
  margin-bottom: 2rem;
  color: rgb(255 255 255 / 0.8);
}
.gradient-text{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #2efc86 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 252 134 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #f7931a var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  font-weight: 700;
  color: transparent;
}

.subheading{
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(255 255 255 / 0.8);
    margin-top: 1.25rem;
}
.subheading p{
  margin-bottom: 0px;
}
.info-text{
  margin-top: 0.75rem;
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  border-radius: 6px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
h2.info-text:has(.icon-square), h3.info-text:has(.icon-square) {
      gap: 0.85rem;
  }
h2.info-text:has(.icon-square) span:has(i), h3.info-text:has(.icon-square) span:has(i) {
      scale: 1;
  }
.info-text:has(strong){
  justify-content: space-between;
}
.info-text strong{
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(46 252 134 / var(--tw-text-opacity, 1));
}
.info-text.error{
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  background-color: rgb(127 29 29 / 0.5);
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.info-text.status{
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.info-text.success{
  border-width: 1px;
  border-color: rgb(46 252 134 / 0.3);
  --tw-text-opacity: 1;
  color: rgb(46 252 134 / var(--tw-text-opacity, 1));
    background-color: rgb(46 252 134 / 0.2);
}
.info-text .disabled-reason{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.info-text:empty, .info-text:has(.disabled-reason:empty){
  display: none;
}
.info-text:has(.disabled-reason){
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.btn-disabled{
  cursor: not-allowed;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(42 42 45 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  background-color: rgb(31 31 35);
}
.degent-title{
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
h2.degent-title:has(.icon-square), h3.degent-title:has(.icon-square) {
      gap: 0.85rem;
  }
h2.degent-title:has(.icon-square) span:has(i), h3.degent-title:has(.icon-square) span:has(i) {
      scale: 1;
  }
.degent-title strong{
  --tw-text-opacity: 1;
  color: rgb(46 252 134 / var(--tw-text-opacity, 1));
}
.degent-title.h2{
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.degent-title.h2 .status{
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-left: auto;
}
.degent-title.h3{
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.degent-title .icon-square{
  border-radius: 6px;
  padding: 0.75rem;
    background-color: rgb(46 252 134 / 0.2);
}
.degent-title.h2 .icon-square{
  border-width: 1px;
  border-color: rgb(46 252 134 / 0.2);
  background-color: rgb(46 252 134 / 0.1);
}
.label-icon{
  margin-bottom: 0.5rem;
  display: flex;
  flex-grow: 1;
  align-items: center;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
h2.label-icon:has(.icon-square), h3.label-icon:has(.icon-square) {
      gap: 0.85rem;
  }
h2.label-icon:has(.icon-square) span:has(i), h3.label-icon:has(.icon-square) span:has(i) {
      scale: 1;
  }
.label-icon {
    font-size: 1rem;
  }
.degent-field-bg{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.625rem;
  word-break: break-all;
  border-radius: 6px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(42 42 45 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 25 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
h2.degent-field-bg:has(.icon-square), h3.degent-field-bg:has(.icon-square) {
      gap: 0.85rem;
  }
h2.degent-field-bg:has(.icon-square) span:has(i), h3.degent-field-bg:has(.icon-square) span:has(i) {
      scale: 1;
  }
.degent-field-bg strong{
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(46 252 134 / var(--tw-text-opacity, 1));
}
.degent-field-bg:has(strong){
  justify-content: space-between;
    font-size: 1rem;
}
.degent-card-2{
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.degent-card-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));
}
.degent-card-2{
  border-radius: 10px;
  border-width: 1px;
  border-color: rgb(42 42 45 / 0.5);
  background-color: rgb(21 21 25 / 0.6);
  background-color: rgb(26 26 29 / 0.5);
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
    background-color: rgb(26 26 29 / var(--tw-bg-opacity, .5));
    --tw-bg-opacity: .6;
    background-color: rgb(28 28 33 / var(--tw-bg-opacity, .6));
}
h2.degent-card-2:has(.icon-square), h3.degent-card-2:has(.icon-square) {
      gap: 0.85rem;
  }
h2.degent-card-2:has(.icon-square) span:has(i), h3.degent-card-2:has(.icon-square) span:has(i) {
      scale: 1;
  }
.degent-card-2 {
    margin-top: 1.25rem;
    font-size: 1rem;
  }

.degent-card-col{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 1rem;
  border-radius: 10px;
  border-width: 1px;
  border-color: rgb(42 42 45 / 0.5);
  background-color: rgb(21 21 25 / 0.6);
  padding: 1.5rem;
    --tw-bg-opacity: .6;
    background-color: rgb(28 28 33 / var(--tw-bg-opacity, .6));
}

h2.degent-card-col:has(.icon-square), h3.degent-card-col:has(.icon-square) {
      gap: 0.85rem;
  }

h2.degent-card-col:has(.icon-square) span:has(i), h3.degent-card-col:has(.icon-square) span:has(i) {
      scale: 1;
  }
.degent-card-col.half {
    width: 100%;
    flex: 1 1 calc(50% - 0.5rem);
}
.degent-row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  justify-content: space-between;
  gap: 1rem;
}
h2.degent-row:has(.icon-square), h3.degent-row:has(.icon-square) {
      gap: 0.85rem;
  }
h2.degent-row:has(.icon-square) span:has(i), h3.degent-row:has(.icon-square) span:has(i) {
      scale: 1;
  }
.degent-row.total{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(42 42 45 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.degent-list{
  margin-left: 0.5rem;
  list-style-type: none;
}
.degent-list > :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));
}
.degent-list {
    margin-left: 0.5rem;
  }
.degent-list li{
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
h2.degent-list li:has(.icon-square), h3.degent-list li:has(.icon-square) {
      gap: 0.85rem;
  }
h2.degent-list li:has(.icon-square) span:has(i), h3.degent-list li:has(.icon-square) span:has(i) {
      scale: 1;
  }
.degent-list li i{
  margin-top: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(46 252 134 / var(--tw-text-opacity, 1));
}

.btn-idle{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(42 42 45 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 25 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-idle:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 45 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(46 252 134 / var(--tw-text-opacity, 1));
}

.navigation{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

h2.navigation:has(.icon-square), h3.navigation:has(.icon-square) {
      gap: 0.85rem;
  }

h2.navigation:has(.icon-square) span:has(i), h3.navigation:has(.icon-square) span:has(i) {
      scale: 1;
  }

.hero-section{
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  padding-top: 8rem;
  padding-bottom: 5rem;
}

@media (min-width: 768px){

  .hero-section{
    padding-top: 180px;
  }
}
.hero-section::before{
  position: absolute;
  inset: 0px;
  z-index: 0;
  background-color: rgb(11 11 13 / 0.8);
    --tw-bg-opacity: .8;
    background-color: rgb(11 11 13 / var(--tw-bg-opacity, .8));
    content: "";
}
.hero-section .container{
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.hero-section .container h1{
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}
@media (min-width: 768px){

  .hero-section .container h1{
    font-size: 3.75rem;
    line-height: 1;
  }
}
.hero-section .container h1 strong, .hero-section .container h2 strong{
  --tw-text-opacity: 1;
  color: rgb(46 252 134 / var(--tw-text-opacity, 1));
}
.hero-section .container h2{
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){

  .hero-section .container h2{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.hero-section .container p{
  margin-top: 1rem;
  display: none;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
@media (max-width: 640px) {
    .btn:has(span.hero-section .container p) {
        aspect-ratio: 1;
        padding: 0.75rem;
    }
    .btn:has(span.hero-section .container p) i{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.hero-section .container p.desc-text{
  margin-top: 1rem;
  display: none;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
@media (max-width: 640px) {
    .btn:has(span.hero-section .container p.desc-text) {
        aspect-ratio: 1;
        padding: 0.75rem;
    }
    .btn:has(span.hero-section .container p.desc-text) i{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
main{
  z-index: 10;
  min-height: 100vh;
  padding: 1.5rem;
}
@media (min-width: 768px){

  main{
    padding: 3rem;
  }
}
main > .container{
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
}
main > .container > :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));
}
@media (max-width: 640px) {
    .btn:has(span.hidden) {
        aspect-ratio: 1;
        padding: 0.75rem;
    }
    .btn:has(span.hidden) i{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.header{
  top: 0px;
  left: 0px;
  z-index: 50;
  height: 5rem;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(42 42 45 / var(--tw-border-opacity, 1));
  background-color: rgb(11 11 13 / 0.8);
  --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);
    --tw-bg-opacity: .8;
    background-color: rgb(11 11 13 / var(--tw-bg-opacity, .8));
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.header .container{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 100%;
  max-width: 1450px;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

h2.header .container:has(.icon-square), h3.header .container:has(.icon-square) {
      gap: 0.85rem;
  }

h2.header .container:has(.icon-square) span:has(i), h3.header .container:has(.icon-square) span:has(i) {
      scale: 1;
  }
.header .container .logo{
  display: flex;
  height: 100%;
  align-items: center;
  gap: 0px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
h2.header .container .logo:has(.icon-square), h3.header .container .logo:has(.icon-square) {
      gap: 0.85rem;
  }
h2.header .container .logo:has(.icon-square) span:has(i), h3.header .container .logo:has(.icon-square) span:has(i) {
      scale: 1;
  }
.header .container .logo svg{
  height: 3rem;
  width: 3rem;
  --tw-text-opacity: 1;
  color: rgb(46 252 134 / var(--tw-text-opacity, 1));
}
.header .container .logo svg path{
  fill: currentColor;
}
.header .container .logo svg path:hover{
  fill: #2efc86;
}
.header .container .logo .sub_text{
  display: none;
  height: 100%;
  align-items: center;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(42 42 45 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1;
    margin-left: 1.25rem;
}
@media (max-width: 640px) {
    .btn:has(span.header .container .logo .sub_text) {
        aspect-ratio: 1;
        padding: 0.75rem;
    }
    .btn:has(span.header .container .logo .sub_text) i{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 640px){

  .header .container .logo .sub_text{
    display: flex;
  }
  h2.header .container .logo .sub_text:has(.icon-square), h3.header .container .logo .sub_text:has(.icon-square) {
      gap: 0.85rem;
  }
  h2.header .container .logo .sub_text:has(.icon-square) span:has(i), h3.header .container .logo .sub_text:has(.icon-square) span:has(i) {
      scale: 1;
  }
}
.header .container .logo .sub_text strong{
  --tw-text-opacity: 1;
  color: rgb(46 252 134 / var(--tw-text-opacity, 1));
}
.footer{
  width: 100%;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(42 42 45 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(8 8 8 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer .container{
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}


input[type="range"] {
	margin: 0 !important;
	padding: 0 !important;
	cursor: pointer;
	height: auto;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border-radius: var(--range-thumb-size);
	box-sizing: border-box;
	color-scheme: dark;
	font-size: var(--range-thumb-size);
	accent-color: var(--range-green);
	outline: none;
	
	--range-height: 12px;
	--range-green:rgb(46, 252, 134);
	--range-dark:rgb(42, 42, 45);
	--range-thumb-size:calc(var(--range-height)*1.8);
    background-image: linear-gradient(to right, color-mix(in srgb, var(--range-green), transparent 25%) 95%, var(--range-dark) 95%) ;
}
input[type="range"]::-webkit-slider-runnable-track {
	background-color: var(--range-dark);
	background-color: transparent;
	/* Track color */
	height: var(--range-height);
	/* Track height */
	border-radius: var(--range-thumb-size);
}

input[type="range"]::-moz-range-track {
	background-color: var(--range-dark);
	background-color: transparent;
	height: var(--range-height);
	border-radius: var(--range-thumb-size);
}


input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: var(--range-thumb-size);
	/* Thumb size */
	height: var(--range-thumb-size);
	border-radius: var(--range-thumb-size);
	background: linear-gradient(to right, color-mix(in srgb, var(--range-green), transparent 10%), var(--range-dark) 100%);
	/* Thumb color */
	margin-top: 0;
	/* Adjust to center vertically on the track */
	margin-left: 0;
	transform: translatex(calc(var(--range-height)/3)) translatey(calc((var(--range-height)/3)*-1));
	outline: 2px solid color-mix(in srgb, var(--range-dark), transparent 50%);
}

input[type="range"]::-moz-range-thumb {
	width: var(--range-thumb-size);
	height: var(--range-thumb-size);
	border-radius: var(--range-thumb-size);
	background: var(--range-green);
}

input[type="range"]::-ms-thumb {
	width: var(--range-thumb-size);
	height: var(--range-thumb-size);
	border-radius: var(--range-thumb-size);
	background: var(--range-green);
}

.range-primary{
  height: 0.5rem;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.range-primary:disabled{
  cursor: not-allowed;
  opacity: 0.5;
}

.degent-image{
  border-radius: 10px;
  border-width: 1px;
  border-color: rgb(42 42 45 / 0.5);
  -o-object-fit: cover;
     object-fit: cover;
}

.degent-image.square{
  margin-left: auto;
  margin-right: auto;
  border-width: 1px;
}

.degent-image.square,.degent-image.square i {
      aspect-ratio: 1;
      display: grid;
      place-content: center;
      align-content: center;
      justify-content: center;
      align-items: center;
      justify-items: center;
  }

.degent-image.square i:before {
      aspect-ratio: 1;
      height: auto;
      line-height: normal;
  }

h2.flex:has(.degent-image.square), h3.flex:has(.degent-image.square) {
      gap: 0.85rem;
  }

h2.flex:has(.degent-image.square) span:has(i), h3.flex:has(.degent-image.square) span:has(i) {
      scale: 1;
  }

.degent-title .degent-image.square{
  border-radius: 6px;
  padding: 0.75rem;
    background-color: rgb(46 252 134 / 0.2);
}

.degent-title.h2 .degent-image.square{
  border-width: 1px;
  border-color: rgb(46 252 134 / 0.2);
  background-color: rgb(46 252 134 / 0.1);
}
.degent-block-border-top{
  margin-top: 1rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(42 42 45 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
}
.selection\:bg-degent-green *::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(46 252 134 / var(--tw-bg-opacity, 1));
}
.selection\:bg-degent-green *::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(46 252 134 / var(--tw-bg-opacity, 1));
}
.selection\:bg-degent-green::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(46 252 134 / var(--tw-bg-opacity, 1));
}
.selection\:bg-degent-green::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(46 252 134 / var(--tw-bg-opacity, 1));
}
.hover\:border-degent-green:hover{
  --tw-border-opacity: 1;
  border-color: rgb(46 252 134 / var(--tw-border-opacity, 1));
}
.hover\:text-degent-green:hover{
  --tw-text-opacity: 1;
  color: rgb(46 252 134 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.focus\:border-degent-green:focus{
  --tw-border-opacity: 1;
  border-color: rgb(46 252 134 / var(--tw-border-opacity, 1));
}
.focus\:ring-1: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(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);
}
.focus\:ring-degent-green:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(46 252 134 / var(--tw-ring-opacity, 1));
}
@media (min-width: 640px){

  .sm\:inline{
    display: inline;
  }
}
@media (min-width: 1280px){

  .xl\:flex{
    display: flex;
  }
  h2.xl\:flex:has(.icon-square), h3.xl\:flex:has(.icon-square) {
      gap: 0.85rem;
  }
  h2.xl\:flex:has(.icon-square) span:has(i), h3.xl\:flex:has(.icon-square) span:has(i) {
      scale: 1;
  }
}

