@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap');

*, ::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.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: "Plus Jakarta Sans", Inter, system-ui, 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: "JetBrains Mono", "Fira Code", 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;
}

*, *::before, *::after { box-sizing: border-box; }

html { font-size: 16px; scroll-behavior: smooth; }

body {
    font-family: 'Inter', system-ui, sans-serif;
    background-color: #000F0F;
    color: #FFFFFF;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
  }

h1, h2 {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-weight: 700;
    line-height: 1.15;
  }

h3, h4, h5, h6 {
    font-family: 'Inter', system-ui, sans-serif;
    font-weight: 700;
  }

a { color: var(--cyan); text-decoration: none; }

a:hover { color: var(--cyan-dark); }

/* Scrollbar */

::-webkit-scrollbar              { width: 5px; height: 5px; }

::-webkit-scrollbar-track        { background: #000F0F; }

::-webkit-scrollbar-thumb        { background: #1F403E; border-radius: 999px; }

::-webkit-scrollbar-thumb:hover  { background: #104B55; }

/* Focus ring */

:focus-visible { outline: 2px solid #6FE0ED; outline-offset: 2px; }

/* Selection */

::-moz-selection { background: rgba(111, 224, 237, 0.25); color: #FFFFFF; }

::selection { background: rgba(111, 224, 237, 0.25); color: #FFFFFF; }

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

/* ── Glass Card ── */

.glass-card {
    background: linear-gradient(135deg, rgba(111,224,237,0.06) 0%, rgba(19,48,46,0.8) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(111, 224, 237, 0.12);
  }

/* ── Gradient Border ── */

/* ── Buttons ─────────────────────────────────────────────────────────────── */

.btn-primary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: Inter, system-ui, sans-serif; font-family: 'Inter', system-ui, sans-serif;
    background: #6FE0ED;
    color: #000F0F;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 24px;
    height: 40px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    transition: background 0.18s, box-shadow 0.18s;
    white-space: nowrap;
}

.btn-primary:hover   { background: #5CCAD9; box-shadow: 0 0 16px rgba(111,224,237,0.3); }

.btn-primary:active  { background: #4CB3C0; }

.btn-primary:disabled { background: #A8DFE8; color: #4A7A81; opacity: 0.6; cursor: not-allowed; }

/* ── Cards ────────────────────────────────────────────────────────────────── */

.card {
    background: #13302E;
    border: 1px solid #1F403E;
    border-radius: 8px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.3);
  }

.card:hover { border-color: #104B55; }

/* ── Inputs ───────────────────────────────────────────────────────────────── */

.input-dark {
    background: #1F403E;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    padding: 12px 16px;
    border-radius: 4px;
    border: 1px solid #104B55;
    height: 40px;
    width: 100%;
    outline: none;
    transition: border-color 0.18s, background 0.18s;
  }

.input-dark::-moz-placeholder { color: rgba(255,255,255,0.4); }

.input-dark::placeholder { color: rgba(255,255,255,0.4); }

.input-dark:focus { border-color: #6FE0ED; background: #0D2523; outline: 1px solid #6FE0ED; }

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

/* ── Badges ───────────────────────────────────────────────────────────────── */

/* ── Navigation ───────────────────────────────────────────────────────────── */

.nav-item.active { color: #6FE0ED; font-weight: 600; }

/* ── Status Dots ──────────────────────────────────────────────────────────── */

/* ── Table ────────────────────────────────────────────────────────────────── */

/* ── Code blocks ──────────────────────────────────────────────────────────── */

/* ── Shimmer skeleton ─────────────────────────────────────────────────────── */

/* ── Section divider ──────────────────────────────────────────────────────── */

/* ── Stat card ────────────────────────────────────────────────────────────── */

/* ── Glow effects ─────────────────────────────────────────────────────────── */

/* ── Gradient text ────────────────────────────────────────────────────────── */

/* ── Hero gradient background ─────────────────────────────────────────────── */

/* ── Animated gradient border for active elements ────────────────────────── */

/* ── Pill tab ──────────────────────────────────────────────────────────────── */

.tab-pill.active { background: rgba(111,224,237,0.15); color: #6FE0ED; }

/* ── Underline tab ─────────────────────────────────────────────────────────── */

.tab-line.active { color: #6FE0ED; border-bottom-color: #6FE0ED; }

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

.pointer-events-none{
  pointer-events: none;
}

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

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

.-top-5{
  top: -1.25rem;
}

.-top-8{
  top: -2rem;
}

.bottom-0{
  bottom: 0px;
}

.bottom-8{
  bottom: 2rem;
}

.bottom-full{
  bottom: 100%;
}

.left-0{
  left: 0px;
}

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

.left-1\/3{
  left: 33.333333%;
}

.left-3{
  left: 0.75rem;
}

.left-full{
  left: 100%;
}

.right-0{
  right: 0px;
}

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

.right-2{
  right: 0.5rem;
}

.right-3{
  right: 0.75rem;
}

.top-0{
  top: 0px;
}

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

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

.top-1\/3{
  top: 33.333333%;
}

.top-2{
  top: 0.5rem;
}

.top-8{
  top: 2rem;
}

.top-full{
  top: 100%;
}

.isolate{
  isolation: isolate;
}

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

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

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

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

.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

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

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

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

.mb-0\.5{
  margin-bottom: 0.125rem;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-1\.5{
  margin-bottom: 0.375rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

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

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

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

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

.mb-5{
  margin-bottom: 1.25rem;
}

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

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

.ml-0\.5{
  margin-left: 0.125rem;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-3{
  margin-left: 0.75rem;
}

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

.mr-1{
  margin-right: 0.25rem;
}

.mr-1\.5{
  margin-right: 0.375rem;
}

.mt-0\.5{
  margin-top: 0.125rem;
}

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

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

.mt-10{
  margin-top: 2.5rem;
}

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

.mt-2{
  margin-top: 0.5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

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

.mt-6{
  margin-top: 1.5rem;
}

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

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.h-0\.5{
  height: 0.125rem;
}

.h-1{
  height: 0.25rem;
}

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

.h-10{
  height: 2.5rem;
}

.h-11{
  height: 2.75rem;
}

.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-28{
  height: 7rem;
}

.h-3{
  height: 0.75rem;
}

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

.h-32{
  height: 8rem;
}

.h-36{
  height: 9rem;
}

.h-4{
  height: 1rem;
}

.h-40{
  height: 10rem;
}

.h-44{
  height: 11rem;
}

.h-48{
  height: 12rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.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-\[170px\]{
  height: 170px;
}

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

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

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

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

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

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

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

.h-full{
  height: 100%;
}

.h-px{
  height: 1px;
}

.h-screen{
  height: 100vh;
}

.max-h-64{
  max-height: 16rem;
}

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

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

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

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

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

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

.w-0\.5{
  width: 0.125rem;
}

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

.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-3{
  width: 0.75rem;
}

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

.w-32{
  width: 8rem;
}

.w-4{
  width: 1rem;
}

.w-40{
  width: 10rem;
}

.w-48{
  width: 12rem;
}

.w-5{
  width: 1.25rem;
}

.w-56{
  width: 14rem;
}

.w-6{
  width: 1.5rem;
}

.w-7{
  width: 1.75rem;
}

.w-8{
  width: 2rem;
}

.w-80{
  width: 20rem;
}

.w-9{
  width: 2.25rem;
}

.w-96{
  width: 24rem;
}

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

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

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

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

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

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

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

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

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

.max-w-2xl{
  max-width: 42rem;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-7xl{
  max-width: 80rem;
}

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

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

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

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

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

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

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

.max-w-xs{
  max-width: 20rem;
}

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

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

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

.-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-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45{
  --tw-rotate: 45deg;
  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));
}

.scale-150{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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 cursorBlink{

  0%,100%{
    opacity: 1;
  }

  50%{
    opacity: 0;
  }
}

.animate-\[cursorBlink_1s_step-end_infinite\]{
  animation: cursorBlink 1s step-end infinite;
}

@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{

  from{
    opacity: 0;
    transform: translateY(4px);
  }

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

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

@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 shimmer{

  0%{
    background-position: -200% 0;
  }

  100%{
    background-position: 200% 0;
  }
}

.animate-shimmer{
  animation: shimmer 2s linear infinite;
}

@keyframes spin{

  to{
    transform: rotate(360deg);
  }
}

.animate-spin{
  animation: spin 1s linear infinite;
}

.cursor-pointer{
  cursor: pointer;
}

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

.resize-none{
  resize: none;
}

.resize-y{
  resize: vertical;
}

.resize{
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

.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-10{
  gap: 2.5rem;
}

.gap-16{
  gap: 4rem;
}

.gap-2{
  gap: 0.5rem;
}

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

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

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

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

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

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

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

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

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

.whitespace-pre-wrap{
  white-space: pre-wrap;
}

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

.rounded{
  border-radius: 4px;
}

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

.rounded-3xl{
  border-radius: 1.5rem;
}

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

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

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

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

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

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

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

.rounded-r-full{
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}

.border{
  border-width: 1px;
}

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

.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-r{
  border-right-width: 1px;
}

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

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

.border-\[\#000F0F\]\/30{
  border-color: rgb(0 15 15 / 0.3);
}

.border-\[\#104B55\]{
  --tw-border-opacity: 1;
  border-color: rgb(16 75 85 / var(--tw-border-opacity, 1));
}

.border-\[\#1F403E\]{
  --tw-border-opacity: 1;
  border-color: rgb(31 64 62 / var(--tw-border-opacity, 1));
}

.border-\[\#1F403E\]\/50{
  border-color: rgb(31 64 62 / 0.5);
}

.border-\[\#1F403E\]\/60{
  border-color: rgb(31 64 62 / 0.6);
}

.border-\[\#5198FB\]\/25{
  border-color: rgb(81 152 251 / 0.25);
}

.border-\[\#6FE0ED\]{
  --tw-border-opacity: 1;
  border-color: rgb(111 224 237 / var(--tw-border-opacity, 1));
}

.border-\[\#6FE0ED\]\/10{
  border-color: rgb(111 224 237 / 0.1);
}

.border-\[\#6FE0ED\]\/20{
  border-color: rgb(111 224 237 / 0.2);
}

.border-\[\#6FE0ED\]\/25{
  border-color: rgb(111 224 237 / 0.25);
}

.border-\[\#6FE0ED\]\/30{
  border-color: rgb(111 224 237 / 0.3);
}

.border-\[\#6FE0ED\]\/40{
  border-color: rgb(111 224 237 / 0.4);
}

.border-\[\#80D34A\]\/20{
  border-color: rgb(128 211 74 / 0.2);
}

.border-\[\#80D34A\]\/25{
  border-color: rgb(128 211 74 / 0.25);
}

.border-\[\#F3FF0B\]\/20{
  border-color: rgb(243 255 11 / 0.2);
}

.border-\[\#F4F5F5\]{
  --tw-border-opacity: 1;
  border-color: rgb(244 245 245 / var(--tw-border-opacity, 1));
}

.border-blue-500\/10{
  border-color: rgb(59 130 246 / 0.1);
}

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

.border-card-border{
  --tw-border-opacity: 1;
  border-color: rgb(31 64 62 / var(--tw-border-opacity, 1));
}

.border-danger\/20{
  border-color: rgb(239 68 68 / 0.2);
}

.border-emerald-500\/20{
  border-color: rgb(16 185 129 / 0.2);
}

.border-emerald-500\/30{
  border-color: rgb(16 185 129 / 0.3);
}

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

.border-primary\/20{
  border-color: rgb(111 224 237 / 0.2);
}

.border-primary\/30{
  border-color: rgb(111 224 237 / 0.3);
}

.border-red-500\/20{
  border-color: rgb(239 68 68 / 0.2);
}

.border-red-500\/25{
  border-color: rgb(239 68 68 / 0.25);
}

.border-red-500\/30{
  border-color: rgb(239 68 68 / 0.3);
}

.border-red-500\/40{
  border-color: rgb(239 68 68 / 0.4);
}

.border-red-500\/60{
  border-color: rgb(239 68 68 / 0.6);
}

.border-slate-700{
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

.border-slate-700\/40{
  border-color: rgb(51 65 85 / 0.4);
}

.border-slate-700\/50{
  border-color: rgb(51 65 85 / 0.5);
}

.border-slate-800{
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}

.border-success\/20{
  border-color: rgb(128 211 74 / 0.2);
}

.border-text-muted\/20{
  border-color: rgb(16 75 85 / 0.2);
}

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

.border-warning\/20{
  border-color: rgb(243 255 11 / 0.2);
}

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

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

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

.border-yellow-400\/25{
  border-color: rgb(250 204 21 / 0.25);
}

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

.border-yellow-500\/30{
  border-color: rgb(234 179 8 / 0.3);
}

.border-t-\[\#000F0F\]{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 15 15 / var(--tw-border-opacity, 1));
}

.border-t-current{
  border-top-color: currentColor;
}

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

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

.bg-\[\#000F0F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 15 15 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0A0F1E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(10 15 30 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0A1A1A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(10 26 26 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0a0f1a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(10 15 26 / var(--tw-bg-opacity, 1));
}

.bg-\[\#104B55\]\/30{
  background-color: rgb(16 75 85 / 0.3);
}

.bg-\[\#13302E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(19 48 46 / var(--tw-bg-opacity, 1));
}

.bg-\[\#13302E\]\/60{
  background-color: rgb(19 48 46 / 0.6);
}

.bg-\[\#13302E\]\/80{
  background-color: rgb(19 48 46 / 0.8);
}

.bg-\[\#1F403E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(31 64 62 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1F403E\]\/40{
  background-color: rgb(31 64 62 / 0.4);
}

.bg-\[\#5198FB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(81 152 251 / var(--tw-bg-opacity, 1));
}

.bg-\[\#5198FB\]\/10{
  background-color: rgb(81 152 251 / 0.1);
}

.bg-\[\#5198FB\]\/\[0\.05\]{
  background-color: rgb(81 152 251 / 0.05);
}

.bg-\[\#6FE0ED\]{
  --tw-bg-opacity: 1;
  background-color: rgb(111 224 237 / var(--tw-bg-opacity, 1));
}

.bg-\[\#6FE0ED\]\/10{
  background-color: rgb(111 224 237 / 0.1);
}

.bg-\[\#6FE0ED\]\/15{
  background-color: rgb(111 224 237 / 0.15);
}

.bg-\[\#6FE0ED\]\/20{
  background-color: rgb(111 224 237 / 0.2);
}

.bg-\[\#6FE0ED\]\/5{
  background-color: rgb(111 224 237 / 0.05);
}

.bg-\[\#6FE0ED\]\/\[0\.04\]{
  background-color: rgb(111 224 237 / 0.04);
}

.bg-\[\#80D34A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(128 211 74 / var(--tw-bg-opacity, 1));
}

.bg-\[\#80D34A\]\/10{
  background-color: rgb(128 211 74 / 0.1);
}

.bg-\[\#80D34A\]\/20{
  background-color: rgb(128 211 74 / 0.2);
}

.bg-\[\#80D34A\]\/70{
  background-color: rgb(128 211 74 / 0.7);
}

.bg-\[\#EF4444\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EF4444\]\/70{
  background-color: rgb(239 68 68 / 0.7);
}

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

.bg-\[\#F3FF0B\]\/10{
  background-color: rgb(243 255 11 / 0.1);
}

.bg-\[\#F3FF0B\]\/70{
  background-color: rgb(243 255 11 / 0.7);
}

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

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

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

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

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

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

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

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

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

.bg-card{
  --tw-bg-opacity: 1;
  background-color: rgb(19 48 46 / var(--tw-bg-opacity, 1));
}

.bg-card-border{
  --tw-bg-opacity: 1;
  background-color: rgb(31 64 62 / var(--tw-bg-opacity, 1));
}

.bg-current{
  background-color: currentColor;
}

.bg-cyan-500\/10{
  background-color: rgb(72 180 195 / 0.1);
}

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

.bg-danger\/10{
  background-color: rgb(239 68 68 / 0.1);
}

.bg-danger\/20{
  background-color: rgb(239 68 68 / 0.2);
}

.bg-danger\/5{
  background-color: rgb(239 68 68 / 0.05);
}

.bg-emerald-400{
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}

.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\/50{
  background-color: rgb(16 185 129 / 0.5);
}

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

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

.bg-pink-500\/10{
  background-color: rgb(236 72 153 / 0.1);
}

.bg-pink-500\/20{
  background-color: rgb(236 72 153 / 0.2);
}

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

.bg-primary\/10{
  background-color: rgb(111 224 237 / 0.1);
}

.bg-primary\/20{
  background-color: rgb(111 224 237 / 0.2);
}

.bg-primary\/5{
  background-color: rgb(111 224 237 / 0.05);
}

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

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

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

.bg-red-500\/10{
  background-color: rgb(239 68 68 / 0.1);
}

.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(81 152 251 / var(--tw-bg-opacity, 1));
}

.bg-secondary\/10{
  background-color: rgb(81 152 251 / 0.1);
}

.bg-secondary\/20{
  background-color: rgb(81 152 251 / 0.2);
}

.bg-sidebar{
  --tw-bg-opacity: 1;
  background-color: rgb(10 26 26 / var(--tw-bg-opacity, 1));
}

.bg-sidebar-hover{
  --tw-bg-opacity: 1;
  background-color: rgb(19 48 46 / var(--tw-bg-opacity, 1));
}

.bg-sidebar\/50{
  background-color: rgb(10 26 26 / 0.5);
}

.bg-slate-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.bg-slate-800\/60{
  background-color: rgb(30 41 59 / 0.6);
}

.bg-slate-800\/80{
  background-color: rgb(30 41 59 / 0.8);
}

.bg-success{
  --tw-bg-opacity: 1;
  background-color: rgb(128 211 74 / var(--tw-bg-opacity, 1));
}

.bg-success\/10{
  background-color: rgb(128 211 74 / 0.1);
}

.bg-success\/20{
  background-color: rgb(128 211 74 / 0.2);
}

.bg-teal-500\/10{
  background-color: rgb(31 64 62 / 0.1);
}

.bg-text-muted{
  --tw-bg-opacity: 1;
  background-color: rgb(16 75 85 / var(--tw-bg-opacity, 1));
}

.bg-text-muted\/10{
  background-color: rgb(16 75 85 / 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

.from-\[\#13302E\]\/20{
  --tw-gradient-from: rgb(19 48 46 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 48 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-900\/40{
  --tw-gradient-from: rgb(6 78 59 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/10{
  --tw-gradient-from: rgb(111 224 237 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(111 224 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/20{
  --tw-gradient-from: rgb(111 224 237 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(111 224 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/5{
  --tw-gradient-from: rgb(111 224 237 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(111 224 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-900\/40{
  --tw-gradient-from: rgb(127 29 29 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/40{
  --tw-gradient-from: rgb(113 63 18 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

.via-secondary\/10{
  --tw-gradient-to: rgb(81 152 251 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(81 152 251 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-emerald-500\/10{
  --tw-gradient-to: rgb(16 185 129 / 0.1) var(--tw-gradient-to-position);
}

.to-emerald-800\/20{
  --tw-gradient-to: rgb(6 95 70 / 0.2) var(--tw-gradient-to-position);
}

.to-pink-500\/5{
  --tw-gradient-to: rgb(236 72 153 / 0.05) var(--tw-gradient-to-position);
}

.to-purple-500\/20{
  --tw-gradient-to: rgb(168 85 247 / 0.2) var(--tw-gradient-to-position);
}

.to-red-800\/20{
  --tw-gradient-to: rgb(153 27 27 / 0.2) var(--tw-gradient-to-position);
}

.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.to-yellow-800\/20{
  --tw-gradient-to: rgb(133 77 14 / 0.2) var(--tw-gradient-to-position);
}

.bg-\[right_12px_center\]{
  background-position: right 12px center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.p-1{
  padding: 0.25rem;
}

.p-1\.5{
  padding: 0.375rem;
}

.p-12{
  padding: 3rem;
}

.p-16{
  padding: 4rem;
}

.p-2{
  padding: 0.5rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-3{
  padding: 0.75rem;
}

.p-3\.5{
  padding: 0.875rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-7{
  padding: 1.75rem;
}

.p-8{
  padding: 2rem;
}

.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\.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-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

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

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

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pl-10{
  padding-left: 2.5rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pl-9{
  padding-left: 2.25rem;
}

.pr-10{
  padding-right: 2.5rem;
}

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

.pr-3{
  padding-right: 0.75rem;
}

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

.pr-8{
  padding-right: 2rem;
}

.pr-9{
  padding-right: 2.25rem;
}

.pt-0{
  padding-top: 0px;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-20{
  padding-top: 5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-6{
  padding-top: 1.5rem;
}

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

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

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

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

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

.font-body{
  font-family: Inter, system-ui, sans-serif;
}

.font-display{
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

.font-mono{
  font-family: "JetBrains Mono", "Fira Code", monospace;
}

.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-\[10px\]{
  font-size: 10px;
}

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

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

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

.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-\[1\.05\]{
  line-height: 1.05;
}

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

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

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

.tracking-\[0\.12em\]{
  letter-spacing: 0.12em;
}

.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-\[\#000F0F\]{
  --tw-text-opacity: 1;
  color: rgb(0 15 15 / var(--tw-text-opacity, 1));
}

.text-\[\#104B55\]{
  --tw-text-opacity: 1;
  color: rgb(16 75 85 / var(--tw-text-opacity, 1));
}

.text-\[\#1F403E\]{
  --tw-text-opacity: 1;
  color: rgb(31 64 62 / var(--tw-text-opacity, 1));
}

.text-\[\#5198FB\]{
  --tw-text-opacity: 1;
  color: rgb(81 152 251 / var(--tw-text-opacity, 1));
}

.text-\[\#6FE0ED\]{
  --tw-text-opacity: 1;
  color: rgb(111 224 237 / var(--tw-text-opacity, 1));
}

.text-\[\#6FE0ED\]\/60{
  color: rgb(111 224 237 / 0.6);
}

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

.text-\[\#D4DF00\]{
  --tw-text-opacity: 1;
  color: rgb(212 223 0 / var(--tw-text-opacity, 1));
}

.text-\[\#E5ECEB\]{
  --tw-text-opacity: 1;
  color: rgb(229 236 235 / var(--tw-text-opacity, 1));
}

.text-\[\#E5ECEB\]\/30{
  color: rgb(229 236 235 / 0.3);
}

.text-\[\#E5ECEB\]\/40{
  color: rgb(229 236 235 / 0.4);
}

.text-\[\#E5ECEB\]\/50{
  color: rgb(229 236 235 / 0.5);
}

.text-\[\#E5ECEB\]\/60{
  color: rgb(229 236 235 / 0.6);
}

.text-\[\#E5ECEB\]\/70{
  color: rgb(229 236 235 / 0.7);
}

.text-\[\#E5ECEB\]\/80{
  color: rgb(229 236 235 / 0.8);
}

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

.text-\[\#EF4444\]\/60{
  color: rgb(239 68 68 / 0.6);
}

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

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

.text-blue-300{
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

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

.text-cyan-400{
  --tw-text-opacity: 1;
  color: rgb(92 202 217 / var(--tw-text-opacity, 1));
}

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

.text-emerald-400{
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

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

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

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

.text-pink-400{
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(111 224 237 / var(--tw-text-opacity, 1));
}

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

.text-red-300{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

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

.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(81 152 251 / var(--tw-text-opacity, 1));
}

.text-slate-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-success{
  --tw-text-opacity: 1;
  color: rgb(128 211 74 / var(--tw-text-opacity, 1));
}

.text-teal-400{
  --tw-text-opacity: 1;
  color: rgb(68 140 138 / var(--tw-text-opacity, 1));
}

.text-text-muted{
  --tw-text-opacity: 1;
  color: rgb(16 75 85 / var(--tw-text-opacity, 1));
}

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

.text-text-secondary{
  --tw-text-opacity: 1;
  color: rgb(229 236 235 / var(--tw-text-opacity, 1));
}

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

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

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

.placeholder-\[\#104B55\]::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(16 75 85 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#104B55\]::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(16 75 85 / var(--tw-placeholder-opacity, 1));
}

.placeholder-text-muted::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(16 75 85 / var(--tw-placeholder-opacity, 1));
}

.placeholder-text-muted::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(16 75 85 / var(--tw-placeholder-opacity, 1));
}

.opacity-0{
  opacity: 0;
}

.opacity-10{
  opacity: 0.1;
}

.opacity-20{
  opacity: 0.2;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-40{
  opacity: 0.4;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-\[0\.03\]{
  opacity: 0.03;
}

.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_6px_rgba\(128\2c 211\2c 74\2c 0\.6\)\]{
  --tw-shadow: 0 0 6px rgba(128,211,74,0.6);
  --tw-shadow-colored: 0 0 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-glow-cyan{
  --tw-shadow: 0 0 20px rgba(111, 224, 237, 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-level-2{
  --tw-shadow: 0px 4px 16px rgba(0, 0, 0, 0.3);
  --tw-shadow-colored: 0px 4px 16px 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-level-3{
  --tw-shadow: 0px 8px 24px rgba(0, 0, 0, 0.4);
  --tw-shadow-colored: 0px 8px 24px 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-level-4{
  --tw-shadow: 0px 12px 32px rgba(0, 0, 0, 0.5);
  --tw-shadow-colored: 0px 12px 32px 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);
}

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

.outline{
  outline-style: solid;
}

.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-md{
  --tw-blur: blur(12px);
  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-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);
}

.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-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150{
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.duration-700{
  transition-duration: 700ms;
}

.font-display  { font-family: 'Plus Jakarta Sans', system-ui, sans-serif; }

.font-body     { font-family: 'Inter', system-ui, sans-serif; }

/* Force Inter for body elements */

p, span, label, td, th, input, select, textarea, button {
    font-family: 'Inter', system-ui, sans-serif;
  }

h1, h2 {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  }

/* ── CSS Variables ──────────────────────────────────────────────────────────── */

:root {
  --cyan:        #6FE0ED;
  --cyan-dark:   #5CCAD9;
  --navy:        #000F0F;
  --teal-dark:   #13302E;
  --teal-mid:    #104B55;
  --slate-teal:  #1F403E;
  --lime:        #80D34A;
  --yellow-warn: #F3FF0B;
  --blue-accent: #5198FB;
}

/* ── Base ───────────────────────────────────────────────────────────────────── */

/* ── Component Classes ──────────────────────────────────────────────────────── */

/* ── Utility Overrides ──────────────────────────────────────────────────────── */

/* ── Keyframe Animations ────────────────────────────────────────────────────── */

@keyframes statusPulse {
  0%   { box-shadow: 0 0 0 0 rgba(128, 211, 74, 0.7); }
  70%  { box-shadow: 0 0 0 6px rgba(128, 211, 74, 0); }
  100% { box-shadow: 0 0 0 0 rgba(128, 211, 74, 0); }
}

@keyframes shimmer {
  0%   { background-position: -200% 0; }
  100% { background-position:  200% 0; }
}

@keyframes gradientX {
  0%,100% { background-position: 0% 50%; }
  50%     { background-position: 100% 50%; }
}

@keyframes float {
  0%,100% { transform: translateY(0px); }
  50%     { transform: translateY(-8px); }
}

@keyframes scanLine {
  0%   { transform: translateY(-100%); opacity: 0; }
  10%  { opacity: 0.5; }
  90%  { opacity: 0.5; }
  100% { transform: translateY(100vh); opacity: 0; }
}

@keyframes glowPulse {
  0%,100% { box-shadow: 0 0 5px rgba(111,224,237,0.2), 0 0 10px rgba(111,224,237,0.1); }
  50%     { box-shadow: 0 0 20px rgba(111,224,237,0.5), 0 0 40px rgba(111,224,237,0.2); }
}

@keyframes cursorBlink {
  0%,100% { opacity: 1; }
  50%     { opacity: 0; }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(4px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes slideUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes slideIn {
  from { opacity: 0; transform: translateX(-12px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes countUp {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Recharts overrides ─────────────────────────────────────────────────────── */

.recharts-cartesian-grid-horizontal line,
.recharts-cartesian-grid-vertical line {
  stroke: rgba(31, 64, 62, 0.6) !important;
}

.recharts-text { fill: #104B55 !important; font-family: 'Inter', sans-serif !important; font-size: 11px !important; }

.recharts-tooltip-wrapper .recharts-default-tooltip {
  background: #13302E !important;
  border: 1px solid #1F403E !important;
  border-radius: 8px !important;
  box-shadow: 0px 8px 24px rgba(0,0,0,0.4) !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  color: #E5ECEB !important;
}

.recharts-tooltip-label { color: #6FE0ED !important; font-weight: 600 !important; }

.placeholder\:text-text-muted::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(16 75 85 / var(--tw-text-opacity, 1));
}

.placeholder\:text-text-muted::placeholder{
  --tw-text-opacity: 1;
  color: rgb(16 75 85 / var(--tw-text-opacity, 1));
}

.placeholder\:text-text-muted\/40::-moz-placeholder{
  color: rgb(16 75 85 / 0.4);
}

.placeholder\:text-text-muted\/40::placeholder{
  color: rgb(16 75 85 / 0.4);
}

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

.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\:border-\[\#104B55\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(16 75 85 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#1F403E\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(31 64 62 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#6FE0ED\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(111 224 237 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#6FE0ED\]\/20:hover{
  border-color: rgb(111 224 237 / 0.2);
}

.hover\:border-\[\#6FE0ED\]\/30:hover{
  border-color: rgb(111 224 237 / 0.3);
}

.hover\:border-\[\#6FE0ED\]\/40:hover{
  border-color: rgb(111 224 237 / 0.4);
}

.hover\:border-card-border:hover{
  --tw-border-opacity: 1;
  border-color: rgb(31 64 62 / var(--tw-border-opacity, 1));
}

.hover\:border-primary\/30:hover{
  border-color: rgb(111 224 237 / 0.3);
}

.hover\:border-primary\/40:hover{
  border-color: rgb(111 224 237 / 0.4);
}

.hover\:border-primary\/50:hover{
  border-color: rgb(111 224 237 / 0.5);
}

.hover\:border-slate-600:hover{
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}

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

.hover\:bg-\[\#13302E\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(19 48 46 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#1F403E\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(31 64 62 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#1F403E\]\/30:hover{
  background-color: rgb(31 64 62 / 0.3);
}

.hover\:bg-\[\#1F403E\]\/40:hover{
  background-color: rgb(31 64 62 / 0.4);
}

.hover\:bg-\[\#5CCAD9\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(92 202 217 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#6FE0ED\]\/10:hover{
  background-color: rgb(111 224 237 / 0.1);
}

.hover\:bg-\[\#6FE0ED\]\/15:hover{
  background-color: rgb(111 224 237 / 0.15);
}

.hover\:bg-\[\#6FE0ED\]\/5:hover{
  background-color: rgb(111 224 237 / 0.05);
}

.hover\:bg-blue-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-danger\/10:hover{
  background-color: rgb(239 68 68 / 0.1);
}

.hover\:bg-primary-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(92 202 217 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary\/20:hover{
  background-color: rgb(111 224 237 / 0.2);
}

.hover\:bg-primary\/40:hover{
  background-color: rgb(111 224 237 / 0.4);
}

.hover\:bg-primary\/5:hover{
  background-color: rgb(111 224 237 / 0.05);
}

.hover\:bg-primary\/80:hover{
  background-color: rgb(111 224 237 / 0.8);
}

.hover\:bg-primary\/90:hover{
  background-color: rgb(111 224 237 / 0.9);
}

.hover\:bg-red-500\/10:hover{
  background-color: rgb(239 68 68 / 0.1);
}

.hover\:bg-red-500\/20:hover{
  background-color: rgb(239 68 68 / 0.2);
}

.hover\:bg-sidebar-hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(19 48 46 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sidebar-hover\/20:hover{
  background-color: rgb(19 48 46 / 0.2);
}

.hover\:bg-sidebar-hover\/30:hover{
  background-color: rgb(19 48 46 / 0.3);
}

.hover\:bg-sidebar-hover\/40:hover{
  background-color: rgb(19 48 46 / 0.4);
}

.hover\:bg-slate-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-\[\#5CCAD9\]:hover{
  --tw-text-opacity: 1;
  color: rgb(92 202 217 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#6FE0ED\]:hover{
  --tw-text-opacity: 1;
  color: rgb(111 224 237 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#E5ECEB\]:hover{
  --tw-text-opacity: 1;
  color: rgb(229 236 235 / var(--tw-text-opacity, 1));
}

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

.hover\:text-primary\/80:hover{
  color: rgb(111 224 237 / 0.8);
}

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

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

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

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

.hover\:opacity-90:hover{
  opacity: 0.9;
}

.hover\:shadow-glow-cyan:hover{
  --tw-shadow: 0 0 20px rgba(111, 224, 237, 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);
}

.hover\:shadow-level-3:hover{
  --tw-shadow: 0px 8px 24px rgba(0, 0, 0, 0.4);
  --tw-shadow-colored: 0px 8px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-\[\#6FE0ED\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(111 224 237 / var(--tw-border-opacity, 1));
}

.focus\:border-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(111 224 237 / var(--tw-border-opacity, 1));
}

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

.focus\:bg-\[\#0D2523\]:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(13 37 35 / var(--tw-bg-opacity, 1));
}

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

.focus\:outline-red-500\/50:focus{
  outline-color: rgb(239 68 68 / 0.5);
}

.focus\:ring-primary:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(111 224 237 / var(--tw-ring-opacity, 1));
}

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

.focus-visible\:ring-cyan-300\/50:focus-visible{
  --tw-ring-color: rgb(111 224 237 / 0.5);
}

.active\:bg-\[\#4CB3C0\]:active{
  --tw-bg-opacity: 1;
  background-color: rgb(76 179 192 / var(--tw-bg-opacity, 1));
}

.active\:bg-\[\#6FE0ED\]\/15:active{
  background-color: rgb(111 224 237 / 0.15);
}

.active\:bg-\[\#6FE0ED\]\/20:active{
  background-color: rgb(111 224 237 / 0.2);
}

.active\:bg-red-500\/15:active{
  background-color: rgb(239 68 68 / 0.15);
}

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

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

.disabled\:border-\[\#B0B5B4\]:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(176 181 180 / var(--tw-border-opacity, 1));
}

.disabled\:bg-\[\#A8DFE8\]:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(168 223 232 / var(--tw-bg-opacity, 1));
}

.disabled\:text-\[\#104B55\]:disabled{
  --tw-text-opacity: 1;
  color: rgb(16 75 85 / var(--tw-text-opacity, 1));
}

.disabled\:text-\[\#4A7A81\]:disabled{
  --tw-text-opacity: 1;
  color: rgb(74 122 129 / var(--tw-text-opacity, 1));
}

.disabled\:text-\[\#B0B5B4\]:disabled{
  --tw-text-opacity: 1;
  color: rgb(176 181 180 / var(--tw-text-opacity, 1));
}

.disabled\:opacity-40:disabled{
  opacity: 0.4;
}

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

.disabled\:opacity-60:disabled{
  opacity: 0.6;
}

.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\:text-\[\#6FE0ED\]{
  --tw-text-opacity: 1;
  color: rgb(111 224 237 / var(--tw-text-opacity, 1));
}

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

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

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

@media (min-width: 640px){

  .sm\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .sm\:block{
    display: block;
  }

  .sm\:inline{
    display: inline;
  }

  .sm\:flex{
    display: flex;
  }

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

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

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

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

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

@media (min-width: 768px){

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .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\:flex-row{
    flex-direction: row;
  }

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

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

  .md\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1024px){

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

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

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

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

  .lg\:p-16{
    padding: 4rem;
  }

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

@media (min-width: 1280px){

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

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

  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
/**
 * Copyright (c) 2014 The xterm.js authors. All rights reserved.
 * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
 * https://github.com/chjj/term.js
 * @license MIT
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * Originally forked from (with the author's permission):
 *   Fabrice Bellard's javascript vt100 for jslinux:
 *   http://bellard.org/jslinux/
 *   Copyright (c) 2011 Fabrice Bellard
 *   The original design remains. The terminal itself
 *   has been extended to include xterm CSI codes, among
 *   other features.
 */

/**
 *  Default styles for xterm.js
 */

.xterm {
    cursor: text;
    position: relative;
    -moz-user-select: none;
         user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.xterm.focus,
.xterm:focus {
    outline: none;
}

.xterm .xterm-helpers {
    position: absolute;
    top: 0;
    /**
     * The z-index of the helpers must be higher than the canvases in order for
     * IMEs to appear on top.
     */
    z-index: 5;
}

.xterm .xterm-helper-textarea {
    padding: 0;
    border: 0;
    margin: 0;
    /* Move textarea out of the screen to the far left, so that the cursor is not visible */
    position: absolute;
    opacity: 0;
    left: -9999em;
    top: 0;
    width: 0;
    height: 0;
    z-index: -5;
    /** Prevent wrapping so the IME appears against the textarea at the correct position */
    white-space: nowrap;
    overflow: hidden;
    resize: none;
}

.xterm .composition-view {
    /* TODO: Composition position got messed up somewhere */
    background: #000;
    color: #FFF;
    display: none;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
}

.xterm .composition-view.active {
    display: block;
}

.xterm .xterm-viewport {
    /* On OS X this is required in order for the scroll bar to appear fully opaque */
    background-color: #000;
    overflow-y: scroll;
    cursor: default;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.xterm .xterm-screen {
    position: relative;
}

.xterm .xterm-screen canvas {
    position: absolute;
    left: 0;
    top: 0;
}

.xterm .xterm-scroll-area {
    visibility: hidden;
}

.xterm-char-measure-element {
    display: inline-block;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -9999em;
    line-height: normal;
}

.xterm.enable-mouse-events {
    /* When mouse events are enabled (eg. tmux), revert to the standard pointer cursor */
    cursor: default;
}

.xterm.xterm-cursor-pointer,
.xterm .xterm-cursor-pointer {
    cursor: pointer;
}

.xterm.column-select.focus {
    /* Column selection mode */
    cursor: crosshair;
}

.xterm .xterm-accessibility:not(.debug),
.xterm .xterm-message {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    color: transparent;
    pointer-events: none;
}

.xterm .xterm-accessibility-tree:not(.debug) *::-moz-selection {
  color: transparent;
}

.xterm .xterm-accessibility-tree:not(.debug) *::selection {
  color: transparent;
}

.xterm .xterm-accessibility-tree {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  white-space: pre;
}

.xterm .live-region {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.xterm-dim {
    /* Dim should not apply to background, so the opacity of the foreground color is applied
     * explicitly in the generated class and reset to 1 here */
    opacity: 1 !important;
}

.xterm-underline-1 { text-decoration: underline; }
.xterm-underline-2 { -webkit-text-decoration: double underline; text-decoration: double underline; }
.xterm-underline-3 { -webkit-text-decoration: wavy underline; text-decoration: wavy underline; }
.xterm-underline-4 { -webkit-text-decoration: dotted underline; text-decoration: dotted underline; }
.xterm-underline-5 { -webkit-text-decoration: dashed underline; text-decoration: dashed underline; }

.xterm-overline {
    text-decoration: overline;
}

.xterm-overline.xterm-underline-1 { text-decoration: overline underline; }
.xterm-overline.xterm-underline-2 { -webkit-text-decoration: overline double underline; text-decoration: overline double underline; }
.xterm-overline.xterm-underline-3 { -webkit-text-decoration: overline wavy underline; text-decoration: overline wavy underline; }
.xterm-overline.xterm-underline-4 { -webkit-text-decoration: overline dotted underline; text-decoration: overline dotted underline; }
.xterm-overline.xterm-underline-5 { -webkit-text-decoration: overline dashed underline; text-decoration: overline dashed underline; }

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

.xterm-screen .xterm-decoration-container .xterm-decoration {
	z-index: 6;
	position: absolute;
}

.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer {
	z-index: 7;
}

.xterm-decoration-overview-ruler {
    z-index: 8;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}

.xterm-decoration-top {
    z-index: 2;
    position: relative;
}
