@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700;900&family=Rajdhani:wght@300;400;500;600;700&family=Space+Mono:wght@400;700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700;900&family=Rajdhani:wght@300;400;500;600;700&family=Space+Mono:wght@400;700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700;900&family=Rajdhani:wght@300;400;500;600;700&family=Space+Mono:wght@400;700&display=swap');/*
! tailwindcss v3.3.7 | 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.
*/

html {
  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: Poppins, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
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 */
  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,
[type='button'],
[type='reset'],
[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] {
  display: none;
}

:root,
[data-theme] {
  background-color: hsl(var(--b1) / var(--tw-bg-opacity, 1));
  color: hsl(var(--bc) / var(--tw-text-opacity, 1));
}

html {
  -webkit-tap-highlight-color: transparent;
}

:root {
  color-scheme: light;
  --pf: 259 94% 44%;
  --sf: 314 100% 40%;
  --af: 174 75% 39%;
  --nf: 214 20% 14%;
  --in: 198 93% 60%;
  --su: 158 64% 52%;
  --wa: 43 96% 56%;
  --er: 0 91% 71%;
  --inc: 198 100% 12%;
  --suc: 158 100% 10%;
  --wac: 43 100% 11%;
  --erc: 0 100% 14%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 259 94% 51%;
  --pc: 259 96% 91%;
  --s: 314 100% 47%;
  --sc: 314 100% 91%;
  --a: 174 75% 46%;
  --ac: 174 75% 11%;
  --n: 214 20% 21%;
  --nc: 212 19% 87%;
  --b1: 0 0% 100%;
  --b2: 0 0% 95%;
  --b3: 180 2% 90%;
  --bc: 215 28% 17%;
}

@media (prefers-color-scheme: dark) {

  :root {
    color-scheme: dark;
    --pf: 262 80% 43%;
    --sf: 316 70% 43%;
    --af: 175 70% 34%;
    --in: 198 93% 60%;
    --su: 158 64% 52%;
    --wa: 43 96% 56%;
    --er: 0 91% 71%;
    --inc: 198 100% 12%;
    --suc: 158 100% 10%;
    --wac: 43 100% 11%;
    --erc: 0 100% 14%;
    --rounded-box: 1rem;
    --rounded-btn: 0.5rem;
    --rounded-badge: 1.9rem;
    --animation-btn: 0.25s;
    --animation-input: .2s;
    --btn-text-case: uppercase;
    --btn-focus-scale: 0.95;
    --border-btn: 1px;
    --tab-border: 1px;
    --tab-radius: 0.5rem;
    --p: 262 80% 50%;
    --pc: 0 0% 100%;
    --s: 316 70% 50%;
    --sc: 0 0% 100%;
    --a: 175 70% 41%;
    --ac: 0 0% 100%;
    --n: 213 18% 20%;
    --nf: 212 17% 17%;
    --nc: 220 13% 69%;
    --b1: 212 18% 14%;
    --b2: 213 18% 12%;
    --b3: 213 18% 10%;
    --bc: 220 13% 69%;
  }
}

[data-theme=light] {
  color-scheme: light;
  --pf: 259 94% 44%;
  --sf: 314 100% 40%;
  --af: 174 75% 39%;
  --nf: 214 20% 14%;
  --in: 198 93% 60%;
  --su: 158 64% 52%;
  --wa: 43 96% 56%;
  --er: 0 91% 71%;
  --inc: 198 100% 12%;
  --suc: 158 100% 10%;
  --wac: 43 100% 11%;
  --erc: 0 100% 14%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 259 94% 51%;
  --pc: 259 96% 91%;
  --s: 314 100% 47%;
  --sc: 314 100% 91%;
  --a: 174 75% 46%;
  --ac: 174 75% 11%;
  --n: 214 20% 21%;
  --nc: 212 19% 87%;
  --b1: 0 0% 100%;
  --b2: 0 0% 95%;
  --b3: 180 2% 90%;
  --bc: 215 28% 17%;
}

[data-theme=dark] {
  color-scheme: dark;
  --pf: 262 80% 43%;
  --sf: 316 70% 43%;
  --af: 175 70% 34%;
  --in: 198 93% 60%;
  --su: 158 64% 52%;
  --wa: 43 96% 56%;
  --er: 0 91% 71%;
  --inc: 198 100% 12%;
  --suc: 158 100% 10%;
  --wac: 43 100% 11%;
  --erc: 0 100% 14%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 262 80% 50%;
  --pc: 0 0% 100%;
  --s: 316 70% 50%;
  --sc: 0 0% 100%;
  --a: 175 70% 41%;
  --ac: 0 0% 100%;
  --n: 213 18% 20%;
  --nf: 212 17% 17%;
  --nc: 220 13% 69%;
  --b1: 212 18% 14%;
  --b2: 213 18% 12%;
  --b3: 213 18% 10%;
  --bc: 220 13% 69%;
}

*, ::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:  ;
}

::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:  ;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
.alert {
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  align-content: flex-start;
  align-items: center;
  justify-items: center;
  gap: 1rem;
  text-align: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--b2) / var(--tw-border-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  border-radius: var(--rounded-box, 1rem);
  --alert-bg: hsl(var(--b2));
  --alert-bg-mix: hsl(var(--b1));
  background-color: var(--alert-bg);
}
@media (min-width: 640px) {

  .alert {
    grid-auto-flow: column;
    grid-template-columns: auto minmax(auto,1fr);
    justify-items: start;
    text-align: left;
  }
}
.avatar.placeholder > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (hover:hover) {

  .label a:hover {
    --tw-text-opacity: 1;
    color: hsl(var(--bc) / var(--tw-text-opacity));
  }

  .menu :where(li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):where(.active), .menu :where(li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):where(.active) {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--n) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: hsl(var(--nc) / var(--tw-text-opacity));
  }

  .tab:hover {
    --tw-text-opacity: 1;
  }

  .table tr.hover:hover,
  .table tr.hover:nth-child(even):hover {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--b2) / var(--tw-bg-opacity));
  }

  .table-zebra tr.hover:hover,
  .table-zebra tr.hover:nth-child(even):hover {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--b3) / var(--tw-bg-opacity));
  }
}
.btn {
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  border-color: hsl(var(--b2) / var(--tw-border-opacity));
  text-align: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: var(--rounded-btn, 0.5rem);
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1em;
  min-height: 3rem;
  gap: 0.5rem;
  font-weight: 600;
  text-decoration-line: none;
  border-width: var(--border-btn, 1px);
  animation: button-pop var(--animation-btn, 0.25s) ease-out;
  text-transform: var(--btn-text-case, uppercase);
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  outline-color: hsl(var(--bc) / 1);
}
.btn-disabled,
  .btn[disabled],
  .btn:disabled {
  pointer-events: none;
  --tw-border-opacity: 0;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}
.btn-group > input[type="radio"].btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.btn-group > input[type="radio"].btn:before {
  content: attr(data-title);
}
.btn:is(input[type="checkbox"]),
.btn:is(input[type="radio"]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.btn:is(input[type="checkbox"]):after,
.btn:is(input[type="radio"]):after {
  --tw-content: attr(aria-label);
  content: var(--tw-content);
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--rounded-box, 1rem);
}
.card:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.card figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card.image-full {
  display: grid;
}
.card.image-full:before {
  position: relative;
  content: "";
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  opacity: 0.75;
  border-radius: var(--rounded-box, 1rem);
}
.card.image-full:before,
    .card.image-full > * {
  grid-column-start: 1;
  grid-row-start: 1;
}
.card.image-full > figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.image-full > .card-body {
  position: relative;
  z-index: 20;
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
}
.chat {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.checkbox {
  flex-shrink: 0;
  --chkbg: var(--bc);
  --chkfg: var(--b1);
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
  border-radius: var(--rounded-btn, 0.5rem);
}
@media (hover: hover) {

  .btm-nav > *.disabled:hover,
      .btm-nav > *[disabled]:hover {
    pointer-events: none;
    --tw-border-opacity: 0;
    background-color: hsl(var(--n) / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.1;
    color: hsl(var(--bc) / var(--tw-text-opacity));
    --tw-text-opacity: 0.2;
  }

  .btn:hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--b3) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--b3) / var(--tw-bg-opacity));
  }

  .btn-primary:hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--pf) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--pf) / var(--tw-bg-opacity));
  }

  .btn-secondary:hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--sf) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--sf) / var(--tw-bg-opacity));
  }

  .btn.glass:hover {
    --glass-opacity: 25%;
    --glass-border-opacity: 15%;
  }

  .btn-outline:hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--bc) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--bc) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: hsl(var(--b1) / var(--tw-text-opacity));
  }

  .btn-outline.btn-primary:hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--pf) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--pf) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: hsl(var(--pc) / var(--tw-text-opacity));
  }

  .btn-outline.btn-secondary:hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--sf) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--sf) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: hsl(var(--sc) / var(--tw-text-opacity));
  }

  .btn-outline.btn-accent:hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--af) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--af) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: hsl(var(--ac) / var(--tw-text-opacity));
  }

  .btn-outline.btn-success:hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--su) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--su) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: hsl(var(--suc) / var(--tw-text-opacity));
  }

  .btn-outline.btn-info:hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--in) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--in) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: hsl(var(--inc) / var(--tw-text-opacity));
  }

  .btn-outline.btn-warning:hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--wa) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--wa) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: hsl(var(--wac) / var(--tw-text-opacity));
  }

  .btn-outline.btn-error:hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--er) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--er) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: hsl(var(--erc) / var(--tw-text-opacity));
  }

  .btn-disabled:hover,
    .btn[disabled]:hover,
    .btn:disabled:hover {
    --tw-border-opacity: 0;
    background-color: hsl(var(--n) / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    color: hsl(var(--bc) / var(--tw-text-opacity));
    --tw-text-opacity: 0.2;
  }

  .btn:is(input[type="checkbox"]:checked):hover, .btn:is(input[type="radio"]:checked):hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--pf) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--pf) / var(--tw-bg-opacity));
  }

  .menu :where(li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):not(.active):hover, .menu :where(li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):not(.active):hover {
    cursor: pointer;
    background-color: hsl(var(--bc) / 0.1);
    --tw-text-opacity: 1;
    color: hsl(var(--bc) / var(--tw-text-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .tab[disabled],
    .tab[disabled]:hover {
    cursor: not-allowed;
    color: hsl(var(--bc) / var(--tw-text-opacity));
    --tw-text-opacity: 0.2;
  }
}
.file-input {
  height: 3rem;
  flex-shrink: 1;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 2;
  line-height: 1.5rem;
  overflow: hidden;
  border-width: 1px;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 0;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  border-radius: var(--rounded-btn, 0.5rem);
}
.file-input::file-selector-button {
  margin-right: 1rem;
  display: inline-flex;
  height: 2.875rem;
  min-height: 2.875rem;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1em;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: hsl(var(--n) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  font-weight: 600;
  text-transform: uppercase;
  text-transform: var(--btn-text-case, uppercase);
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
  text-decoration-line: none;
  border-width: var(--border-btn, 1px);
  animation: button-pop var(--animation-btn, 0.25s) ease-out;
}
.footer {
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  place-items: start;
  row-gap: 2.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.footer > * {
  display: grid;
  place-items: start;
  gap: 0.5rem;
}
@media (min-width: 48rem) {

  .footer {
    grid-auto-flow: column;
  }

  .footer-center {
    grid-auto-flow: row dense;
  }
}
.label {
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.indicator {
  position: relative;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
}
.indicator :where(.indicator-item) {
  z-index: 1;
  position: absolute;
  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));
  white-space: nowrap;
}
.\!input {
  flex-shrink: 1 !important;
  height: 3rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 1rem !important;
  line-height: 2 !important;
  line-height: 1.5rem !important;
  border-width: 1px !important;
  border-color: hsl(var(--bc) / var(--tw-border-opacity)) !important;
  --tw-border-opacity: 0 !important;
  --tw-bg-opacity: 1 !important;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity)) !important;
  border-radius: var(--rounded-btn, 0.5rem) !important;
}
.input {
  flex-shrink: 1;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 2;
  line-height: 1.5rem;
  border-width: 1px;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 0;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  border-radius: var(--rounded-btn, 0.5rem);
}
.input-group > .\!input {
  isolation: isolate !important;
}
.input-group > .input {
  isolation: isolate;
}

  .input-group > .\!input {
  border-radius: 0px !important;
}
.input-group > *,
  .input-group > .input,
  .input-group > .textarea,
  .input-group > .select {
  border-radius: 0px;
}
.join {
  display: inline-flex;
  align-items: stretch;
  border-radius: var(--rounded-btn, 0.5rem);
}
.join * {
  border-radius: inherit;
}
.join :where(.join-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.join .join-item:not(:first-child):not(:last-child),
  .join *:not(:first-child):not(:last-child) .join-item {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.join .join-item:first-child:not(:last-child),
  .join *:first-child:not(:last-child) .join-item {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.join :where(.join-item:first-child:not(:last-child)),
  .join :where(*:first-child:not(:last-child) .join-item) {
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
}
.join .join-item:last-child:not(:first-child),
  .join *:last-child:not(:first-child) .join-item {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.join :where(.join-item:last-child:not(:first-child)),
  .join :where(*:last-child:not(:first-child) .join-item) {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.link {
  cursor: pointer;
  text-decoration-line: underline;
}
.menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem;
}
.menu :where(li ul) {
  position: relative;
  white-space: nowrap;
  margin-left: 1rem;
  padding-left: 0.5rem;
}
.menu :where(li:not(.menu-title) > *:not(ul):not(details):not(.menu-title)),
  .menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
  display: grid;
  grid-auto-flow: column;
  align-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  grid-auto-columns: max-content auto max-content;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: var(--rounded-btn, 0.5rem);
}
.menu li.disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: hsl(var(--bc) / 0.3);
}
.menu :where(li > .menu-dropdown:not(.menu-dropdown-show)) {
  display: none;
}
:where(.menu li) {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
}
:where(.menu li) .badge {
  justify-self: end;
}
.\!modal {
  pointer-events: none !important;
  position: fixed !important;
  inset: 0px !important;
  margin: 0px !important;
  display: grid !important;
  height: 100% !important;
  max-height: none !important;
  width: 100% !important;
  max-width: none !important;
  justify-items: center !important;
  padding: 0px !important;
  opacity: 0 !important;
  overscroll-behavior: contain !important;
  z-index: 999 !important;
  background-color: transparent !important;
  transition-duration: 200ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-property: transform, opacity, visibility !important;
  overflow-y: hidden !important;
}
.modal {
  pointer-events: none;
  position: fixed;
  inset: 0px;
  margin: 0px;
  display: grid;
  height: 100%;
  max-height: none;
  width: 100%;
  max-width: none;
  justify-items: center;
  padding: 0px;
  opacity: 0;
  overscroll-behavior: contain;
  z-index: 999;
  background-color: transparent;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: transform, opacity, visibility;
  overflow-y: hidden;
}
:where(.\!modal) {
  align-items: center !important;
}
:where(.modal) {
  align-items: center;
}
.modal-open,
.modal:target,
.modal-toggle:checked + .modal,
.modal[open] {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.\!modal:target,
.modal-toggle:checked + .\!modal,
.\!modal[open] {
  pointer-events: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
}
:root:has(:is(.modal-open, .modal:target, .modal-toggle:checked + .modal, .modal[open])) {
  overflow: hidden;
}
:root:has(:is(.modal-open, .\!modal:target, .modal-toggle:checked + .\!modal, .\!modal[open])) {
  overflow: hidden !important;
}
.navbar {
  display: flex;
  align-items: center;
  padding: var(--navbar-padding, 0.5rem);
  min-height: 4rem;
  width: 100%;
}
:where(.navbar > *) {
  display: inline-flex;
  align-items: center;
}
.navbar-start {
  width: 50%;
  justify-content: flex-start;
}
.navbar-center {
  flex-shrink: 0;
}
.navbar-end {
  width: 50%;
  justify-content: flex-end;
}
.progress {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
  height: 0.5rem;
  border-radius: var(--rounded-box, 1rem);
}
.select {
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  min-height: 3rem;
  border-width: 1px;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 0;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  font-weight: 600;
  border-radius: var(--rounded-btn, 0.5rem);
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1px + 50%), calc(100% - 16px) calc(1px + 50%);
  background-size: 4px 4px, 4px 4px;
  background-repeat: no-repeat;
}
.select[multiple] {
  height: auto;
}
.stack {
  display: inline-grid;
  place-items: center;
  align-items: flex-end;
}
.stack > * {
  grid-column-start: 1;
  grid-row-start: 1;
  transform: translateY(10%) scale(0.9);
  z-index: 1;
  width: 100%;
  opacity: 0.6;
}
.stack > *:nth-child(2) {
  transform: translateY(5%) scale(0.95);
  z-index: 2;
  opacity: 0.8;
}
.stack > *:nth-child(1) {
  transform: translateY(0) scale(1);
  z-index: 3;
  opacity: 1;
}
.stats {
  display: inline-grid;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  border-radius: var(--rounded-box, 1rem);
}
:where(.stats) {
  grid-auto-flow: column;
  overflow-x: auto;
}
.stat-value {
  grid-column-start: 1;
  white-space: nowrap;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 800;
}
.steps .step {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-columns: auto;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-template-rows: 40px 1fr;
  place-items: center;
  text-align: center;
  min-width: 4rem;
}
.swap {
  position: relative;
  display: inline-grid;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  place-content: center;
  cursor: pointer;
}
.swap > * {
  grid-column-start: 1;
  grid-row-start: 1;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: transform, opacity;
}
.swap input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swap .swap-on,
.swap .swap-indeterminate,
.swap input:indeterminate ~ .swap-on {
  opacity: 0;
}
.swap input:checked ~ .swap-off,
.swap.swap-active .swap-off,
.swap input:indeterminate ~ .swap-off {
  opacity: 0;
}
.swap input:checked ~ .swap-on,
.swap-active .swap-on,
.swap input:indeterminate ~ .swap-indeterminate {
  opacity: 1;
}
.tab {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tab-padding: 1rem;
  --tw-text-opacity: 0.5;
  --tab-color: hsl(var(--bc) / var(--tw-text-opacity, 1));
  --tab-bg: hsl(var(--b1) / var(--tw-bg-opacity, 1));
  --tab-border-color: hsl(var(--b3) / var(--tw-bg-opacity, 1));
  color: var(--tab-color);
  padding-left: var(--tab-padding, 1rem);
  padding-right: var(--tab-padding, 1rem);
}
.table {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-radius: var(--rounded-box, 1rem);
}
.table :where(.table-pin-rows thead tr) {
  position: sticky;
  top: 0px;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
}
.table :where(.table-pin-rows tfoot tr) {
  position: sticky;
  bottom: 0px;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
}
.table :where(.table-pin-cols tr th) {
  position: sticky;
  left: 0px;
  right: 0px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
}
.textarea {
  flex-shrink: 1;
  min-height: 3rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  border-width: 1px;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 0;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  border-radius: var(--rounded-btn, 0.5rem);
}
.btm-nav > *:where(.active) {
  border-top-width: 2px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
}
.btm-nav > *.disabled,
    .btm-nav > *[disabled] {
  pointer-events: none;
  --tw-border-opacity: 0;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}
.btm-nav > * .label {
  font-size: 1rem;
  line-height: 1.5rem;
}
.btn:active:hover,
  .btn:active:focus {
  animation: button-pop 0s ease-out;
  transform: scale(var(--btn-focus-scale, 0.97));
}
.btn:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
}
.btn-primary {
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
  outline-color: hsl(var(--p) / 1);
}
.btn-primary.btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--pf) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--pf) / var(--tw-bg-opacity));
}
.btn-secondary {
  --tw-border-opacity: 1;
  border-color: hsl(var(--s) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--s) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--sc) / var(--tw-text-opacity));
  outline-color: hsl(var(--s) / 1);
}
.btn-secondary.btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--sf) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--sf) / var(--tw-bg-opacity));
}
.btn.glass {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-color: currentColor;
}
.btn.glass.btn-active {
  --glass-opacity: 25%;
  --glass-border-opacity: 15%;
}
.btn-outline {
  border-color: currentColor;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn-outline.btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--b1) / var(--tw-text-opacity));
}
.btn-outline.btn-primary {
  --tw-text-opacity: 1;
  color: hsl(var(--p) / var(--tw-text-opacity));
}
.btn-outline.btn-primary.btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--pf) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--pf) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}
.btn-outline.btn-secondary {
  --tw-text-opacity: 1;
  color: hsl(var(--s) / var(--tw-text-opacity));
}
.btn-outline.btn-secondary.btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--sf) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--sf) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--sc) / var(--tw-text-opacity));
}
.btn-outline.btn-accent {
  --tw-text-opacity: 1;
  color: hsl(var(--a) / var(--tw-text-opacity));
}
.btn-outline.btn-accent.btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--af) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--af) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--ac) / var(--tw-text-opacity));
}
.btn-outline.btn-success {
  --tw-text-opacity: 1;
  color: hsl(var(--su) / var(--tw-text-opacity));
}
.btn-outline.btn-success.btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--su) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--su) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--suc) / var(--tw-text-opacity));
}
.btn-outline.btn-info {
  --tw-text-opacity: 1;
  color: hsl(var(--in) / var(--tw-text-opacity));
}
.btn-outline.btn-info.btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--in) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--in) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--inc) / var(--tw-text-opacity));
}
.btn-outline.btn-warning {
  --tw-text-opacity: 1;
  color: hsl(var(--wa) / var(--tw-text-opacity));
}
.btn-outline.btn-warning.btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--wa) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wa) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--wac) / var(--tw-text-opacity));
}
.btn-outline.btn-error {
  --tw-text-opacity: 1;
  color: hsl(var(--er) / var(--tw-text-opacity));
}
.btn-outline.btn-error.btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--er) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--er) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--erc) / var(--tw-text-opacity));
}
.btn-group > input[type="radio"]:checked.btn,
  .btn-group > .btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}
.btn-group > input[type="radio"]:checked.btn:focus-visible, .btn-group > .btn-active:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: hsl(var(--p) / 1);
}
.btn:is(input[type="checkbox"]:checked),
.btn:is(input[type="radio"]:checked) {
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}
.btn:is(input[type="checkbox"]:checked):focus-visible, .btn:is(input[type="radio"]:checked):focus-visible {
  outline-color: hsl(var(--p) / 1);
}
@keyframes button-pop {

  0% {
    transform: scale(var(--btn-focus-scale, 0.98));
  }

  40% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}
.card :where(figure:first-child) {
  overflow: hidden;
  border-start-start-radius: inherit;
  border-start-end-radius: inherit;
  border-end-start-radius: unset;
  border-end-end-radius: unset;
}
.card :where(figure:last-child) {
  overflow: hidden;
  border-start-start-radius: unset;
  border-start-end-radius: unset;
  border-end-start-radius: inherit;
  border-end-end-radius: inherit;
}
.card:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.card.bordered {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--b2) / var(--tw-border-opacity));
}
.card.compact .card-body {
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.card.image-full :where(figure) {
  overflow: hidden;
  border-radius: inherit;
}
.checkbox:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: hsl(var(--bc) / 1);
}
.checkbox:checked,
  .checkbox[checked="true"],
  .checkbox[aria-checked="true"] {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  background-repeat: no-repeat;
  animation: checkmark var(--animation-input, 0.2s) ease-in-out;
  background-image: linear-gradient(-45deg, transparent 65%, hsl(var(--chkbg)) 65.99%),
      linear-gradient(45deg, transparent 75%, hsl(var(--chkbg)) 75.99%),
      linear-gradient(-45deg, hsl(var(--chkbg)) 40%, transparent 40.99%),
      linear-gradient(
        45deg,
        hsl(var(--chkbg)) 30%,
        hsl(var(--chkfg)) 30.99%,
        hsl(var(--chkfg)) 40%,
        transparent 40.99%
      ),
      linear-gradient(-45deg, hsl(var(--chkfg)) 50%, hsl(var(--chkbg)) 50.99%);
}
.checkbox:indeterminate {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  background-repeat: no-repeat;
  animation: checkmark var(--animation-input, 0.2s) ease-in-out;
  background-image: linear-gradient(90deg, transparent 80%, hsl(var(--chkbg)) 80%),
      linear-gradient(-90deg, transparent 80%, hsl(var(--chkbg)) 80%),
      linear-gradient(
        0deg,
        hsl(var(--chkbg)) 43%,
        hsl(var(--chkfg)) 43%,
        hsl(var(--chkfg)) 57%,
        hsl(var(--chkbg)) 57%
      );
}
.checkbox:disabled {
  cursor: not-allowed;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  opacity: 0.2;
}
@keyframes checkmark {

  0% {
    background-position-y: 5px;
  }

  50% {
    background-position-y: -2px;
  }

  100% {
    background-position-y: 0;
  }
}
[dir="rtl"] .checkbox:checked,
    [dir="rtl"] .checkbox[checked="true"],
    [dir="rtl"] .checkbox[aria-checked="true"] {
  background-image: linear-gradient(45deg, transparent 65%, hsl(var(--chkbg)) 65.99%),
        linear-gradient(-45deg, transparent 75%, hsl(var(--chkbg)) 75.99%),
        linear-gradient(45deg, hsl(var(--chkbg)) 40%, transparent 40.99%),
        linear-gradient(
          -45deg,
          hsl(var(--chkbg)) 30%,
          hsl(var(--chkfg)) 30.99%,
          hsl(var(--chkfg)) 40%,
          transparent 40.99%
        ),
        linear-gradient(45deg, hsl(var(--chkfg)) 50%, hsl(var(--chkbg)) 50.99%);
}
.file-input:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: hsl(var(--bc) / 0.2);
}
.file-input-disabled,
  .file-input[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: hsl(var(--b2) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2) / var(--tw-bg-opacity));
  --tw-text-opacity: 0.2;
}
.file-input-disabled::-moz-placeholder, .file-input[disabled]::-moz-placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}
.file-input-disabled::placeholder,
  .file-input[disabled]::placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}
.file-input-disabled::file-selector-button, .file-input[disabled]::file-selector-button {
  --tw-border-opacity: 0;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}
.\!input[list]::-webkit-calendar-picker-indicator {
  line-height: 1em !important;
}
.input[list]::-webkit-calendar-picker-indicator {
  line-height: 1em;
}
.\!input:focus {
  outline-style: solid !important;
  outline-width: 2px !important;
  outline-offset: 2px !important;
  outline-color: hsl(var(--bc) / 0.2) !important;
}
.input:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: hsl(var(--bc) / 0.2);
}

  .\!input:disabled,
  .\!input[disabled] {
  cursor: not-allowed !important;
  --tw-border-opacity: 1 !important;
  border-color: hsl(var(--b2) / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: hsl(var(--b2) / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 0.2 !important;
}
.input-disabled,
  .input:disabled,
  .input[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: hsl(var(--b2) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2) / var(--tw-bg-opacity));
  --tw-text-opacity: 0.2;
}

  .\!input:disabled,
  .\!input[disabled] {
  cursor: not-allowed !important;
  --tw-border-opacity: 1 !important;
  border-color: hsl(var(--b2) / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: hsl(var(--b2) / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 0.2 !important;
}
.\!input:disabled::-moz-placeholder, .\!input[disabled]::-moz-placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity)) !important;
  --tw-placeholder-opacity: 0.2 !important;
}

  .\!input:disabled::placeholder,
  .\!input[disabled]::placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity)) !important;
  --tw-placeholder-opacity: 0.2 !important;
}
.input-disabled::-moz-placeholder, .input:disabled::-moz-placeholder, .input[disabled]::-moz-placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}
.input-disabled::placeholder,
  .input:disabled::placeholder,
  .input[disabled]::placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}
.\!input:disabled::-moz-placeholder, .\!input[disabled]::-moz-placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity)) !important;
  --tw-placeholder-opacity: 0.2 !important;
}

  .\!input:disabled::placeholder,
  .\!input[disabled]::placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity)) !important;
  --tw-placeholder-opacity: 0.2 !important;
}
.join > :where(*:not(:first-child)) {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -1px;
}
.link:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.\!loading {
  pointer-events: none !important;
  display: inline-block !important;
  aspect-ratio: 1 / 1 !important;
  width: 1.5rem !important;
  background-color: currentColor !important;
  -webkit-mask-size: 100% !important;
          mask-size: 100% !important;
  -webkit-mask-repeat: no-repeat !important;
          mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
          mask-position: center !important;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-in-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E") !important;
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-in-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E") !important;
}
.loading {
  pointer-events: none;
  display: inline-block;
  aspect-ratio: 1 / 1;
  width: 1.5rem;
  background-color: currentColor;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-in-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-in-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.loading-spinner {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-in-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-in-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.loading-dots {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_qM83%7Banimation:spinner_8HQG 1.05s infinite%7D.spinner_oXPr%7Banimation-delay:.1s%7D.spinner_ZTLf%7Banimation-delay:.2s%7D@keyframes spinner_8HQG%7B0%25,57.14%25%7Banimation-timing-function:cubic-bezier(0.33,.66,.66,1);transform:translate(0)%7D28.57%25%7Banimation-timing-function:cubic-bezier(0.33,0,.66,.33);transform:translateY(-6px)%7D100%25%7Btransform:translate(0)%7D%7D%3C/style%3E%3Ccircle class='spinner_qM83' cx='4' cy='12' r='3'/%3E%3Ccircle class='spinner_qM83 spinner_oXPr' cx='12' cy='12' r='3'/%3E%3Ccircle class='spinner_qM83 spinner_ZTLf' cx='20' cy='12' r='3'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_qM83%7Banimation:spinner_8HQG 1.05s infinite%7D.spinner_oXPr%7Banimation-delay:.1s%7D.spinner_ZTLf%7Banimation-delay:.2s%7D@keyframes spinner_8HQG%7B0%25,57.14%25%7Banimation-timing-function:cubic-bezier(0.33,.66,.66,1);transform:translate(0)%7D28.57%25%7Banimation-timing-function:cubic-bezier(0.33,0,.66,.33);transform:translateY(-6px)%7D100%25%7Btransform:translate(0)%7D%7D%3C/style%3E%3Ccircle class='spinner_qM83' cx='4' cy='12' r='3'/%3E%3Ccircle class='spinner_qM83 spinner_oXPr' cx='12' cy='12' r='3'/%3E%3Ccircle class='spinner_qM83 spinner_ZTLf' cx='20' cy='12' r='3'/%3E%3C/svg%3E");
}
.menu :where(li:empty) {
  background-color: hsl(var(--bc) / 0.1);
  margin: 0.5rem 1rem;
  height: 1px;
}
.menu :where(li ul):before {
  position: absolute;
  left: 0px;
  top: 0.75rem;
  bottom: 0.75rem;
  width: 1px;
  background-color: hsl(var(--bc) / 0.1);
  content: "";
}
.menu :where(li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):not(.active).focus,
    .menu :where(li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):not(.active):focus,
    .menu :where(li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):not(.active).focus,
    .menu :where(li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):not(.active):focus {
  cursor: pointer;
  background-color: hsl(var(--bc) / 0.1);
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.menu :where(li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):active,
    .menu :where(li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):where(.active),
    .menu :where(li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):active,
    .menu :where(li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):where(.active) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
}
.menu :where(li > details > summary)::-webkit-details-marker {
  display: none;
}
.menu :where(li > details > summary):after,
  .menu :where(li > .menu-dropdown-toggle):after {
  justify-self: end;
  display: block;
  margin-top: -0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  transform: rotate(45deg);
  transition-property: transform, margin-top;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  transform-origin: 75% 75%;
  box-shadow: 2px 2px;
  pointer-events: none;
}
.menu :where(li > details[open] > summary):after,
  .menu :where(li > .menu-dropdown-toggle.menu-dropdown-show):after {
  transform: rotate(225deg);
  margin-top: 0;
}
.menu .menu-title {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: hsl(var(--bc) / 0.4);
}
.mockup-phone .display {
  overflow: hidden;
  border-radius: 40px;
  margin-top: -25px;
}
.\!modal:not(dialog:not(.modal-open)),
  .\!modal::backdrop {
  background-color: rgba(0, 0, 0, 0.3) !important;
  animation: modal-pop 0.2s ease-out !important;
}
.modal:not(dialog:not(.modal-open)),
  .modal::backdrop {
  background-color: rgba(0, 0, 0, 0.3);
  animation: modal-pop 0.2s ease-out;
}
.\!modal:not(dialog:not(.modal-open)),
  .\!modal::backdrop {
  background-color: rgba(0, 0, 0, 0.3) !important;
  animation: modal-pop 0.2s ease-out !important;
}
.modal-open .modal-box,
.modal-toggle:checked + .modal .modal-box,
.modal:target .modal-box,
.modal[open] .modal-box {
  --tw-translate-y: 0px;
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}

.modal-toggle:checked + .\!modal .modal-box,
.\!modal:target .modal-box,
.\!modal[open] .modal-box {
  --tw-translate-y: 0px !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  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)) !important;
}
@keyframes modal-pop {

  0% {
    opacity: 0;
  }
}
.progress::-moz-progress-bar {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
}
.progress:indeterminate {
  --progress-color: hsl(var(--n));
  background-image: repeating-linear-gradient(
    90deg,
    var(--progress-color) -1%,
    var(--progress-color) 10%,
    transparent 10%,
    transparent 90%
  );
  background-size: 200%;
  background-position-x: 15%;
  animation: progress-loading 5s ease-in-out infinite;
}
.progress::-webkit-progress-bar {
  background-color: hsl(var(--n) / 0.2);
  border-radius: var(--rounded-box, 1rem);
}
.progress::-webkit-progress-value {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--nf) / var(--tw-bg-opacity));
  border-radius: var(--rounded-box, 1rem);
}
.progress:indeterminate::-moz-progress-bar {
  background-color: hsl(var(--n) / 0.2);
  background-image: repeating-linear-gradient(
    90deg,
    var(--progress-color) -1%,
    var(--progress-color) 10%,
    transparent 10%,
    transparent 90%
  );
  background-size: 200%;
  background-position-x: 15%;
  animation: progress-loading 5s ease-in-out infinite;
}
@keyframes progress-loading {

  50% {
    background-position-x: -115%;
  }
}
@keyframes radiomark {

  0% {
    box-shadow: 0 0 0 12px hsl(var(--b1)) inset, 0 0 0 12px hsl(var(--b1)) inset;
  }

  50% {
    box-shadow: 0 0 0 3px hsl(var(--b1)) inset, 0 0 0 3px hsl(var(--b1)) inset;
  }

  100% {
    box-shadow: 0 0 0 4px hsl(var(--b1)) inset, 0 0 0 4px hsl(var(--b1)) inset;
  }
}
@keyframes rating-pop {

  0% {
    transform: translateY(-0.125em);
  }

  40% {
    transform: translateY(-0.125em);
  }

  100% {
    transform: translateY(0);
  }
}
.select:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: hsl(var(--bc) / 0.2);
}
.select-disabled,
  .select:disabled,
  .select[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: hsl(var(--b2) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2) / var(--tw-bg-opacity));
  --tw-text-opacity: 0.2;
}
.select-disabled::-moz-placeholder, .select:disabled::-moz-placeholder, .select[disabled]::-moz-placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}
.select-disabled::placeholder,
  .select:disabled::placeholder,
  .select[disabled]::placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}
.select-multiple,
  .select[multiple],
  .select[size].select:not([size="1"]) {
  background-image: none;
  padding-right: 1rem;
}
[dir="rtl"] .select {
  background-position: calc(0% + 12px) calc(1px + 50%), calc(0% + 16px) calc(1px + 50%);
}
:where(.stats) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}
.steps .step:before {
  top: 0px;
  grid-column-start: 1;
  grid-row-start: 1;
  height: 0.5rem;
  width: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b3) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  content: "";
  margin-left: -100%;
}
.steps .step:after {
  content: counter(step);
  counter-increment: step;
  z-index: 1;
  position: relative;
  grid-column-start: 1;
  grid-row-start: 1;
  display: grid;
  height: 2rem;
  width: 2rem;
  place-items: center;
  place-self: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b3) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
}
.steps .step:first-child:before {
  content: none;
}
.steps .step[data-content]:after {
  content: attr(data-content);
}
.tab.tab-active:not(.tab-disabled):not([disabled]) {
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
}
.tab:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tab:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -3px;
}
.tab:focus-visible.tab-lifted {
  border-bottom-right-radius: var(--tab-radius, 0.5rem);
  border-bottom-left-radius: var(--tab-radius, 0.5rem);
}
.tab-disabled,
  .tab[disabled] {
  cursor: not-allowed;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}
.tabs-boxed .tab {
  border-radius: var(--rounded-btn, 0.5rem);
}
.table :where(th, td) {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  vertical-align: middle;
}
.table tr.active,
  .table tr.active:nth-child(even),
  .table-zebra tbody tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2) / var(--tw-bg-opacity));
}
.table-zebra tr.active,
    .table-zebra tr.active:nth-child(even),
    .table-zebra-zebra tbody tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b3) / var(--tw-bg-opacity));
}
.table :where(thead, tbody) :where(tr:not(:last-child)),
    .table :where(thead, tbody) :where(tr:first-child:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--b2) / var(--tw-border-opacity));
}
.table :where(thead, tfoot) {
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  color: hsl(var(--bc) / 0.6);
}
.textarea:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: hsl(var(--bc) / 0.2);
}
.textarea-disabled,
  .textarea:disabled,
  .textarea[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: hsl(var(--b2) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2) / var(--tw-bg-opacity));
  --tw-text-opacity: 0.2;
}
.textarea-disabled::-moz-placeholder, .textarea:disabled::-moz-placeholder, .textarea[disabled]::-moz-placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}
.textarea-disabled::placeholder,
  .textarea:disabled::placeholder,
  .textarea[disabled]::placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}
@keyframes toast-pop {

  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.tooltip.tooltip-primary {
  --tooltip-color: hsl(var(--p));
  --tooltip-text-color: hsl(var(--pc));
}
.tooltip.tooltip-secondary {
  --tooltip-color: hsl(var(--s));
  --tooltip-text-color: hsl(var(--sc));
}
.tooltip.tooltip-accent {
  --tooltip-color: hsl(var(--a));
  --tooltip-text-color: hsl(var(--ac));
}
.tooltip.tooltip-info {
  --tooltip-color: hsl(var(--in));
  --tooltip-text-color: hsl(var(--inc));
}
.tooltip.tooltip-success {
  --tooltip-color: hsl(var(--su));
  --tooltip-text-color: hsl(var(--suc));
}
.tooltip.tooltip-warning {
  --tooltip-color: hsl(var(--wa));
  --tooltip-text-color: hsl(var(--wac));
}
.tooltip.tooltip-error {
  --tooltip-color: hsl(var(--er));
  --tooltip-text-color: hsl(var(--erc));
}
.btm-nav-xs > *:where(.active) {
  border-top-width: 1px;
}
.btm-nav-sm > *:where(.active) {
  border-top-width: 2px;
}
.btm-nav-md > *:where(.active) {
  border-top-width: 2px;
}
.btm-nav-lg > *:where(.active) {
  border-top-width: 4px;
}
.indicator :where(.indicator-item) {
  right: 0px;
  left: auto;
  top: 0px;
  bottom: auto;
  --tw-translate-x: 50%;
  --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));
}
.indicator :where(.indicator-item.indicator-start) {
  right: auto;
  left: 0px;
  --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));
}
.indicator :where(.indicator-item.indicator-center) {
  right: 50%;
  left: 50%;
  --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));
}
.indicator :where(.indicator-item.indicator-end) {
  right: 0px;
  left: auto;
  --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));
}
.indicator :where(.indicator-item.indicator-bottom) {
  top: auto;
  bottom: 0px;
  --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));
}
.indicator :where(.indicator-item.indicator-middle) {
  top: 50%;
  bottom: 50%;
  --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));
}
.indicator :where(.indicator-item.indicator-top) {
  top: 0px;
  bottom: auto;
  --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));
}
.join.join-vertical {
  flex-direction: column;
}
.join.join-vertical .join-item:first-child:not(:last-child),
  .join.join-vertical *:first-child:not(:last-child) .join-item {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.join.join-vertical .join-item:last-child:not(:first-child),
  .join.join-vertical *:last-child:not(:first-child) .join-item {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.join.join-horizontal {
  flex-direction: row;
}
.join.join-horizontal .join-item:first-child:not(:last-child),
  .join.join-horizontal *:first-child:not(:last-child) .join-item {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
}
.join.join-horizontal .join-item:last-child:not(:first-child),
  .join.join-horizontal *:last-child:not(:first-child) .join-item {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
}
.menu-horizontal {
  display: inline-flex;
  flex-direction: row;
}
.menu-horizontal > li:not(.menu-title) > details > ul {
  position: absolute;
}
.steps-horizontal .step {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  place-items: center;
  text-align: center;
}
.steps-vertical .step {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.tooltip {
  position: relative;
  display: inline-block;
  --tooltip-offset: calc(100% + 1px + var(--tooltip-tail, 0px));
}
.tooltip:before {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  content: var(--tw-content);
  --tw-content: attr(data-tip);
}
.tooltip:before, .tooltip-top:before {
  transform: translateX(-50%);
  top: auto;
  left: 50%;
  right: auto;
  bottom: var(--tooltip-offset);
}
.avatar.online:before {
  content: "";
  position: absolute;
  z-index: 10;
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--su) / var(--tw-bg-opacity));
  outline-style: solid;
  outline-width: 2px;
  outline-color: hsl(var(--b1) / 1);
  width: 15%;
  height: 15%;
  top: 7%;
  right: 7%;
}
.avatar.offline:before {
  content: "";
  position: absolute;
  z-index: 10;
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b3) / var(--tw-bg-opacity));
  outline-style: solid;
  outline-width: 2px;
  outline-color: hsl(var(--b1) / 1);
  width: 15%;
  height: 15%;
  top: 7%;
  right: 7%;
}
.btn-group .btn:not(:first-child):not(:last-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group .btn:first-child:not(:last-child) {
  margin-top: -0px;
  margin-left: -1px;
  border-top-left-radius: var(--rounded-btn, 0.5rem);
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  border-bottom-right-radius: 0;
}
.btn-group .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: var(--rounded-btn, 0.5rem);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}
.btn-group-horizontal .btn:not(:first-child):not(:last-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-horizontal .btn:first-child:not(:last-child) {
  margin-top: -0px;
  margin-left: -1px;
  border-top-left-radius: var(--rounded-btn, 0.5rem);
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  border-bottom-right-radius: 0;
}
.btn-group-horizontal .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: var(--rounded-btn, 0.5rem);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}
.btn-group-vertical .btn:first-child:not(:last-child) {
  margin-top: -1px;
  margin-left: -0px;
  border-top-left-radius: var(--rounded-btn, 0.5rem);
  border-top-right-radius: var(--rounded-btn, 0.5rem);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-vertical .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}
.join.join-vertical > :where(*:not(:first-child)) {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -1px;
}
.join.join-horizontal > :where(*:not(:first-child)) {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -1px;
}
.menu-horizontal > li:not(.menu-title) > details > ul {
  margin-top: 1rem;
  margin-left: 0px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-radius: var(--rounded-box, 1rem);
}
.menu-horizontal > li > details > ul:before {
  content: none;
}
.steps-horizontal .step {
  grid-template-rows: 40px 1fr;
  grid-template-columns: auto;
  min-width: 4rem;
}
.steps-horizontal .step:before {
  height: 0.5rem;
  width: 100%;
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  content: "";
  margin-left: -100%;
}
.steps-vertical .step {
  gap: 0.5rem;
  grid-template-columns: 40px 1fr;
  grid-template-rows: auto;
  min-height: 4rem;
  justify-items: start;
}
.steps-vertical .step:before {
  height: 100%;
  width: 0.5rem;
  --tw-translate-y: -50%;
  --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));
  margin-left: 50%;
}
[dir="rtl"] .steps-vertical .step:before {
  margin-right: auto;
}
.tooltip {
  position: relative;
  display: inline-block;
  text-align: center;
  --tooltip-tail: 0.1875rem;
  --tooltip-color: hsl(var(--n));
  --tooltip-text-color: hsl(var(--nc));
  --tooltip-tail-offset: calc(100% + 0.0625rem - var(--tooltip-tail));
}
.tooltip:before,
.tooltip:after {
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-delay: 100ms;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tooltip:after {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: var(--tooltip-tail, 0);
  width: 0;
  height: 0;
  display: block;
}
.tooltip:before {
  max-width: 20rem;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: var(--tooltip-color);
  color: var(--tooltip-text-color);
  width: -moz-max-content;
  width: max-content;
}
.tooltip.tooltip-open:before,
.tooltip.tooltip-open:after,
.tooltip:hover:before,
.tooltip:hover:after {
  opacity: 1;
  transition-delay: 75ms;
}
.tooltip:has(:focus-visible):after,
.tooltip:has(:focus-visible):before {
  opacity: 1;
  transition-delay: 75ms;
}
.tooltip:not([data-tip]):hover:before,
.tooltip:not([data-tip]):hover:after {
  visibility: hidden;
  opacity: 0;
}
.tooltip:after, .tooltip-top:after {
  transform: translateX(-50%);
  border-color: var(--tooltip-color) transparent transparent transparent;
  top: auto;
  left: 50%;
  right: auto;
  bottom: var(--tooltip-tail-offset);
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.z-10 {
  z-index: 10;
}
.z-\[5000\] {
  z-index: 5000;
}
.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;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-12 {
  height: 3rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[700px\] {
  height: 700px;
}
.h-\[84px\] {
  height: 84px;
}
.h-full {
  height: 100%;
}
.min-h-\[30px\] {
  min-height: 30px;
}
.min-h-\[60vh\] {
  min-height: 60vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-12 {
  width: 3rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[500px\] {
  width: 500px;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.min-w-0 {
  min-width: 0px;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-\[1500px\] {
  max-width: 1500px;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[26px\] {
  gap: 26px;
}
.gap-\[50px\] {
  gap: 50px;
}
.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-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));
}
.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;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[40px\] {
  border-radius: 40px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-\[\#16b84e\] {
  --tw-border-opacity: 1;
  border-color: rgb(22 184 78 / var(--tw-border-opacity));
}
.border-\[\#1f2a46\] {
  --tw-border-opacity: 1;
  border-color: rgb(31 42 70 / var(--tw-border-opacity));
}
.border-\[\#2b2c2d\] {
  --tw-border-opacity: 1;
  border-color: rgb(43 44 45 / var(--tw-border-opacity));
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}
.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.bg-\[\#0b1221\] {
  --tw-bg-opacity: 1;
  background-color: rgb(11 18 33 / var(--tw-bg-opacity));
}
.bg-\[\#1b1c1d\]\/80 {
  background-color: rgb(27 28 29 / 0.8);
}
.bg-\[\#e1dbff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(225 219 255 / var(--tw-bg-opacity));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.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-\[\#111a2f\] {
  --tw-gradient-from: #111a2f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 26 47 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#2a2a2a\]\/60 {
  --tw-gradient-from: rgb(42 42 42 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 42 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ffbb33\] {
  --tw-gradient-from: #ffbb33 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 187 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ffffff\]\/10 {
  --tw-gradient-from: rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ffffff\]\/20 {
  --tw-gradient-from: rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#0f1729\] {
  --tw-gradient-to: rgb(15 23 41 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0f1729 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#0a1020\] {
  --tw-gradient-to: #0a1020 var(--tw-gradient-to-position);
}
.to-\[\#1a1a1a\]\/60 {
  --tw-gradient-to: rgb(26 26 26 / 0.6) var(--tw-gradient-to-position);
}
.to-\[\#e1dbff\] {
  --tw-gradient-to: #e1dbff var(--tw-gradient-to-position);
}
.to-\[\#e1dbff\]\/10 {
  --tw-gradient-to: rgb(225 219 255 / 0.1) var(--tw-gradient-to-position);
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.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;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pr-24 {
  padding-right: 6rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-3 {
  padding-top: 0.75rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.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-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.tracking-\[0\.25em\] {
  letter-spacing: 0.25em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-\[\#16b84e\] {
  --tw-text-opacity: 1;
  color: rgb(22 184 78 / var(--tw-text-opacity));
}
.text-\[\#e1dbff\] {
  --tw-text-opacity: 1;
  color: rgb(225 219 255 / var(--tw-text-opacity));
}
.text-\[\#e1dbff\]\/70 {
  color: rgb(225 219 255 / 0.7);
}
.text-\[\#e1dbff\]\/80 {
  color: rgb(225 219 255 / 0.8);
}
.text-\[\#ff5e00\] {
  --tw-text-opacity: 1;
  color: rgb(255 94 0 / var(--tw-text-opacity));
}
.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}
.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity));
}
.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-slate-200\/70 {
  color: rgb(226 232 240 / 0.7);
}
.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-60 {
  opacity: 0.6;
}
.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_6px_16px_rgba\(0\2c 0\2c 0\2c 0\.35\)\] {
  --tw-shadow: 0 6px 16px rgba(0,0,0,0.35);
  --tw-shadow-colored: 0 6px 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-\[inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.04\)\2c 0_4px_14px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: inset 0 1px 0 rgba(255,255,255,0.04),0 4px 14px rgba(0,0,0,0.2);
  --tw-shadow-colored: inset 0 1px 0 var(--tw-shadow-color), 0 4px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-black\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.\!ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-white\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}
.drop-shadow-\[0_2px_4px_rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  --tw-drop-shadow: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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-\[6px\] {
  --tw-backdrop-blur: blur(6px);
  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 {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}

/* Global font */
:root {
  --font-main: "Saira", sans-serif;
  --font-navbar: "Changa One", sans-serif;
}

/* Global font */
body {
  font-family: var(--font-main);
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 100%;
  height: auto;
}

#root,
button,
input,
textarea,
select,
a,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
li,
label {
  font-family: inherit;
}

/* Smooth scrolling */
html {
  scroll-behavior: auto;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 100%;
  height: auto;
}

/* Custom scrollbar for webkit browsers */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

/* Petit Formal Script faqat maxsus joylarda ishlatish uchun */
.petit {
  font-family: 'Petit Formal Script', cursive;
}

/* Checker background - grid lines ko‘rinishida */
.bg-checker-lines {
  background-image: 
    linear-gradient(to right, rgba(0, 0, 0, 0.2) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 1px, transparent 1px);
  background-size: 40px 40px;
  background-color: transparent;
}
.hover\:bg-\[\#16b84e\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 184 78 / var(--tw-bg-opacity));
}
.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.hover\:bg-purple-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}
.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}
.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}
.hover\:text-emerald-200:hover {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:ring-2:hover {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.hover\:ring-white\/20:hover {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:opacity-80 {
  opacity: 0.8;
}
@media (min-width: 640px) {

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

  .sm\:h-14 {
    height: 3.5rem;
  }

  .sm\:h-9 {
    height: 2.25rem;
  }

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

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

  .sm\:w-9 {
    width: 2.25rem;
  }

  .sm\:gap-\[20px\] {
    gap: 20px;
  }

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

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

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

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-\[4\.5rem\] {
    padding: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

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

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .lg\:flex {
    display: flex;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
/* ====== Fon panjarasi ====== */
.bg-grid {
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 40px 40px;
  background-color: #111;
  position: relative;
  overflow: hidden;
}

/* ====== Sahifa kirish/chiqish animatsiyasi ====== */
.page--start {
  transform: translateX(120%) skewY(-7deg);
}

.page--in {
  transform: translateX(0) skewY(0);
  transition: transform 0.8s ease-in-out;
}
.glow-blob {
  position: absolute;
  pointer-events: none;
  filter: blur(100px);
  opacity: 100%;
  transform-origin: 50% 50%;
  animation: rotateBlob linear infinite;
}

@keyframes rotateBlob {
  from { transform: skewY(-8deg) rotate(0deg);   }
  to   { transform: skewY(-8deg) rotate(360deg); }
}
.navbar {
    position: relative;
    z-index: 5000;
    overflow: visible;
    margin: 0.75rem;
    padding: 0.72rem 1.35rem;
    border-radius: 40px;
    border: 1px solid rgba(193, 211, 245, 0.3);
    background:
      linear-gradient(120deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.04) 28%, rgba(20, 30, 48, 0.2) 58%, rgba(255, 255, 255, 0.08) 100%),
      rgba(10, 16, 28, 0.34);
    backdrop-filter: blur(24px) saturate(155%);
    -webkit-backdrop-filter: blur(24px) saturate(155%);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.2),
      0 12px 30px rgba(0, 0, 0, 0.24);
    transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.navbar,
.navbar * {
    font-family: var(--font-navbar, "Changa One", sans-serif) !important;
}

.navbar::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.03) 48%, rgba(255, 255, 255, 0.18) 100%);
    opacity: 0.42;
}

.navbar:hover {
    border-color: rgba(220, 234, 255, 0.38);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.24),
      0 14px 36px rgba(0, 0, 0, 0.3);
}

.nav-logo {
    display: flex;
    align-items: center;
    padding-left: 0.4rem;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.nav-logo-img {
    width: 180px;
    height: 64px;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left center;
       object-position: left center;
    filter: drop-shadow(0 0 10px rgba(120, 255, 69, 0.26));
}

.nav-menu-list {
    color: #f1f5ff;
    font-size: 1.22rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.nav-link {
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
    color: #ecf2ff;
    transition: color 0.2s ease;
}

.nav-link:hover {
    color: #ffffff;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #ff4a4a;
    transition: width 0.26s ease;
}

.nav-link:hover::after {
    width: 100%;
}

.nav-auth-actions {
    align-items: center;
}

.nav-btn {
    border-radius: 14px !important;
    min-height: 54px !important;
    height: 54px !important;
    padding: 0 1.55rem !important;
    font-size: 1.22rem !important;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    border-width: 2px !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease !important;
}

.nav-btn:active {
    transform: translateY(1px) scale(0.985);
}

.nav-btn-primary {
    background: linear-gradient(180deg, #ff4e4e 0%, #f43a3a 100%) !important;
    color: #ffffff !important;
    border-color: #ff4e4e !important;
    box-shadow: 0 8px 20px rgba(244, 58, 58, 0.28);
}

.nav-btn-primary:hover {
    background: linear-gradient(180deg, #ff5959 0%, #ef2f2f 100%) !important;
    border-color: #ff6161 !important;
    box-shadow: 0 10px 24px rgba(239, 47, 47, 0.36);
}

.nav-btn-secondary {
    background: transparent !important;
    color: #f3f6ff !important;
    border-color: rgba(255, 87, 87, 0.85) !important;
}

.nav-btn-secondary:hover {
    background: rgba(255, 77, 77, 0.12) !important;
    border-color: #ff6363 !important;
}

.nav-burger {
    display: none !important;
}

.nav-shell {
    width: 100%;
}

@media (max-width: 1279px) {
    .navbar {
        border-radius: 30px;
        padding: 0.65rem 1rem;
        margin: 0.7rem;
    }

    .nav-logo-img {
        width: 158px;
        height: 56px;
    }

    .nav-btn {
        min-height: 48px !important;
        height: 48px !important;
        font-size: 1rem !important;
        padding: 0 1rem !important;
    }
}

@media (max-width: 768px) {
    .nav-shell {
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }

    .navbar {
        border-radius: 24px;
        margin: 0.25rem 0;
        padding: 0.45rem 0.7rem;
    }

    .nav-logo-img {
        width: 140px;
        height: 48px;
    }

    .nav-btn {
        min-height: 42px !important;
        height: 42px !important;
        border-radius: 12px !important;
        font-size: 0.9rem !important;
        padding: 0 0.9rem !important;
    }

    .nav-btn-secondary {
        display: none !important;
    }
}


.login-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  padding: 0;
  height: 100vh;
  overflow-y: auto; /* Разрешаем вертикальную прокрутку внутри модала */
  overflow-x: hidden; /* Блокируем горизонтальную прокрутку */
  scroll-behavior: smooth; /* Плавный скролл */
  background:
    radial-gradient(140% 120% at 8% 15%, rgba(88, 166, 255, 0.16), rgba(10, 18, 32, 0)),
    radial-gradient(160% 140% at 90% 0%, rgba(0, 255, 136, 0.12), rgba(10, 18, 32, 0)),
    linear-gradient(160deg, #0c1c2a 0%, #0b1422 45%, #0a111c 100%),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 100% 100%, 42px 42px, 42px 42px;
  /* Полностью блокируем видимость основного контента */
  backdrop-filter: blur(0px);
  color: #e6edf3;
  font-family: 'Rajdhani', 'Segoe UI', sans-serif;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* padding: clamp(1.5rem, 4vh, 2.5rem) clamp(0.75rem, 4vw, 1.5rem); */
  z-index: 9999;
  animation: slideInFromRight 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  isolation: isolate;
}

.login-overlay.no-scroll {
  overflow: hidden;
}

.login-overlay::before,
.login-overlay::after {
  content: '';
  position: fixed;
  inset: -10%;
  pointer-events: none;
  z-index: -1;
}

.login-overlay::before {
  background:
    radial-gradient(1.4px 1.4px at 40px 80px, rgba(255, 255, 255, 0.9), transparent),
    radial-gradient(1.2px 1.2px at 200px 120px, rgba(200, 235, 255, 0.7), transparent),
    radial-gradient(1.8px 1.8px at 120px 220px, rgba(255, 255, 255, 0.4), transparent);
  background-size: 280px 320px, 340px 380px, 420px 460px;
  opacity: 0.5;
}

.login-overlay::after {
  background: radial-gradient(circle at 50% 0%, rgba(0, 255, 136, 0.12), transparent 60%);
}

/* Блокировка прокрутки body при открытом модале */

body.modal-open {
  overflow: hidden !important;
}

.login-overlay.closing {
  animation: slideOutToRight 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* Exit left animation for login -> register transition */

.login-overlay.exit-left {
  animation: slideOutToLeft 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.login-overlay.exit-left-restart {
  animation: slideOutToLeftRestart 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* Enter from right animation for register -> login transition */

.login-overlay.enter-from-right {
  animation: slideInFromRight 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.login-overlay.enter-from-right-restart {
  animation: slideInFromRightRestart 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* Enter from left animation for register -> login transition */

.login-overlay.enter-from-left {
  animation: slideInFromLeft 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards !important;
}

.login-overlay.enter-from-left-restart {
  animation: slideInFromLeftRestart 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards !important;
}

@keyframes slideOutToRight {
  0% {
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-15deg);
    opacity: 0;
  }
}

@keyframes slideOutToLeft {
  0% {
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%) skewX(15deg);
    opacity: 0;
  }
}

@keyframes slideOutToLeftRestart {
  0% {
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%) skewX(15deg);
    opacity: 0;
  }
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%) skewX(-15deg);
    opacity: 0;
  }
  50% {
    transform: translateX(20%) skewX(-8deg);
    opacity: 0.7;
  }
  100% {
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%) skewX(15deg);
    opacity: 0;
  }
  50% {
    transform: translateX(-20%) skewX(8deg);
    opacity: 0.7;
  }
  100% {
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
}

@keyframes slideInFromLeftRestart {
  0% {
    transform: translateX(-100%) skewX(15deg);
    opacity: 0;
  }
  50% {
    transform: translateX(-20%) skewX(8deg);
    opacity: 0.7;
  }
  100% {
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
}

/* Login overlay on top of others */

.login-overlay.on-top {
  z-index: 10010;
}

/* Removed kirish and home text styles - no longer needed */

/* Login content animations */

.login-content {
  transition: opacity 0.5s ease-in;
}

.login-content.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%) skewX(-15deg);
}

.login-content.slide-in {
  animation: contentSlideIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.login-content.slide-out {
  animation: contentSlideOut 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes contentSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0) skewX(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%) skewX(15deg);
  }
}

@keyframes contentSlideIn {
  0% {
    opacity: 0;
    transform: translateX(100%) skewX(-15deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) skewX(0deg);
  }
}

.login-content.fade-in {
  opacity: 1;
  animation: fadeInUp 0.5s ease-out forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.login-overlay .close-btn {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: rgba(10, 18, 32, 0.7);
  border: 1px solid rgba(125, 211, 252, 0.3);
  color: #7dd3fc;
  font-size: 1.3rem;
  cursor: pointer;
  opacity: 0.85;
  transition: all 0.2s ease;
  z-index: 10002;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-overlay .close-btn:hover {
  opacity: 1;
  border-color: rgba(125, 211, 252, 0.6);
  box-shadow: 0 8px 18px rgba(125, 211, 252, 0.2);
}

.login-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  min-height: auto;
  padding: 0.5rem 0 1rem;
  box-sizing: border-box;
  justify-content: flex-start;
}

.login-logo {
  display: flex;
  justify-content: center;
  height: 80px;      /* сколько реально нужно */
  align-items: center;
  width: 100%;
}

.login-logo .logo-img {
  height: 250px;
  display: inline-block;
  width: auto;
  filter: drop-shadow(0 0 14px rgba(0, 255, 136, 0.35));
}

.login-form-container {
  background: linear-gradient(180deg, rgba(14, 22, 36, 0.96), rgba(10, 16, 26, 0.95));
  border: 1px solid rgba(125, 211, 252, 0.12);
  border-radius: 24px;
  padding: 2.6rem;
  width: 520px;
  max-width: 90vw;
  box-shadow:
    0 22px 45px rgba(0, 0, 0, 0.45),
    0 10px 30px rgba(16, 185, 129, 0.15);
  position: relative;
  z-index: 10001;
  margin-bottom: 3rem; /* Space below form so it doesn't stick to bottom */
  backdrop-filter: blur(10px);
}

.login-form-container::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(0, 255, 136, 0.35), rgba(125, 211, 252, 0.2), rgba(0, 0, 0, 0));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.login-title {
  font-family: 'Orbitron', monospace;
  font-size: 2.1rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.5rem;
  text-shadow: 0 0 18px rgba(0, 255, 136, 0.25);
}

.login-subtitle {
  color: #94a3b8;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 0.98rem;
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.login-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.login-form .form-group label {
  position: relative;
  font-weight: 600;
  right: -10px;
  color: #cbd5e1;
  font-size: 0.95rem;
}

.login-form .form-group input {
  padding: 0.95rem 1.1rem;
  border: 1px solid rgba(125, 211, 252, 0.7);
  border-radius: 14px;
  font-size: 1rem;
  transition: all 0.2s;
  outline: none;
  background: rgba(7, 12, 20, 0.92);
  color: #e6edf3;
  font-weight: 600;
  box-shadow:
    inset 0 0 0 1px rgba(125, 211, 252, 0.28),
    0 0 0 1px rgba(2, 6, 12, 0.9);
}

.login-form .form-group input:hover {
  border-color: rgba(125, 211, 252, 0.95);
}

.login-form .form-group input:focus {
  box-shadow:
    0 0 0 2px rgba(0, 255, 136, 0.22),
    inset 0 0 0 1px rgba(0, 255, 136, 0.35);
  border-color: rgba(0, 255, 136, 0.8);
}

.login-form .form-group input::-moz-placeholder {
  color: #7b8795;
  opacity: 0.7;
}

.login-form .form-group input::placeholder {
  color: #7b8795;
  opacity: 0.7;
}

.password-input-container {
  position: relative;
  display: flex;
  align-items: center;
}

.password-input-container input {
  padding-right: 3rem !important;
  width: 100%;
}

.password-toggle {
  position: absolute;
  right: 0.9rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  color: #7dd3fc;
  opacity: 0.7;
  z-index: 1;
}

.form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.25rem 0;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.remember-me {
  display: flex;
  cursor: pointer;
  transform: scale(1.4);
}

.login-form .form-group.remember {
  flex-direction: row !important;
  align-items: center;
  margin: 0;
  justify-content: space-between;
  gap: 1rem;
}

.login-form .form-group.remember label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  cursor: pointer;
}

.login-form .form-group.remember input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #00ff88;
  cursor: pointer;
}

.notification-banner {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 500;
  text-align: center;
  min-width: 320px;
  max-width: 500px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  animation: slideInFromTop 0.3s ease-out;
}

.notification-banner.error {
  background: rgba(255, 59, 48, 0.9);
  border: 1px solid #ff3b30;
  color: white;
}

.notification-banner.success {
  background: rgba(0, 255, 136, 0.9);
  border: 1px solid #00ff88;
  color: #003d1a;
}

@keyframes slideInFromTop {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

.notification-banner.fading {
  opacity: 0;
  transform: translateX(-50%) translateY(-20px);
  transition: all 0.3s ease-out;
}

.forgot-password {
  color: #7dd3fc;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
}

.forgot-password:hover {
  color: #00ff88;
  text-decoration: none;
}

.login-btn {
  background: linear-gradient(120deg, #1f8a3a, #2ea043);
  color: #ffffff;
  border: 2px solid rgba(35, 134, 54, 0.9);
  padding: 0.875rem 1.5rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 0.5rem;
  width: 100%;
}

.login-btn:hover {
  background: linear-gradient(120deg, #2ea043, #1f8a3a);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(35, 134, 54, 0.35);
}

.login-btn:active,
.google-btn:active {
  transform: translateY(1px) scale(0.99);
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.35);
}

.google-btn {
  background: rgba(125, 211, 252, 0.08);
  border: 1px solid rgba(125, 211, 252, 0.22);
  padding: 0.875rem 1.5rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.2s;
  color: #e6edf3;
  width: 100%;
}

.google-btn:hover {
  background: rgba(125, 211, 252, 0.18);
  border-color: rgba(125, 211, 252, 0.5);
  transform: translateY(-1px);
}

.google-btn.is-loading {
  pointer-events: none;
}

.login-btn.is-loading {
  pointer-events: none;
}

.login-btn:disabled,
.google-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.btn-spinner {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  vertical-align: -2px;
  animation: btn-spin 0.8s linear infinite;
}

.google-icon {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes btn-spin {
  to {
    transform: rotate(360deg);
  }
}

.signup-link {
  text-align: center;
  color: #94a3b8;
  font-size: 0.9rem;
  margin-top: 1rem;
}

.signup-link a {
  color: #7dd3fc;
  text-decoration: none;
  font-weight: 600;
}

.signup-link a:hover {
  color: #00ff88;
  text-decoration: none;
}

/* Responsive */

@media (max-width: 768px) {
  .login-logo .logo-img {
    height: 200px;
  }

  .login-form-container {
    width: min(360px, 92vw);
    padding: 1.75rem;
  }
  
  .close-btn {
    top: 0.8rem;
    right: 0.8rem;
  }
}

@media (max-width: 480px) {
  .login-form-container {
    width: 92vw;
    padding: 1.4rem;
  }
  
  .login-title {
    font-size: 1.5rem;
  }
}

@media (max-height: 720px) {
  .login-content {
    min-height: auto;
    justify-content: flex-start;
  }
}
.notification {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 360px;
  max-width: 90%;
  padding: 0;
  border-radius: 16px;
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.15),
    0 8px 16px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  z-index: 20050;
  opacity: 0;
  transform: translateX(-50%) translateY(-30px) scale(0.9);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  font-family: 'Rajdhani', sans-serif;
  will-change: transform, opacity;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.notification::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  pointer-events: none;
}

.notification.notification-show {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
  animation: slideInBounce 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.notification.notification-hide {
  opacity: 0;
  transform: translateX(-50%) translateY(-20px) scale(0.95);
  animation: slideOutSmooth 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Success notification */
.notification.success {
  background: linear-gradient(135deg, 
    rgba(16, 185, 129, 0.95) 0%, 
    rgba(5, 150, 105, 0.95) 50%,
    rgba(4, 120, 87, 0.95) 100%);
  border: 1px solid rgba(16, 185, 129, 0.3);
  box-shadow: 
    0 20px 40px rgba(16, 185, 129, 0.25),
    0 8px 16px rgba(16, 185, 129, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Error notification */
.notification.error {
  background: linear-gradient(135deg, 
    rgba(239, 68, 68, 0.95) 0%, 
    rgba(220, 38, 38, 0.95) 50%,
    rgba(185, 28, 28, 0.95) 100%);
  border: 1px solid rgba(239, 68, 68, 0.3);
  box-shadow: 
    0 20px 40px rgba(239, 68, 68, 0.25),
    0 8px 16px rgba(239, 68, 68, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Info notification */
.notification.info {
  background: linear-gradient(135deg, 
    rgba(59, 130, 246, 0.95) 0%, 
    rgba(37, 99, 235, 0.95) 50%,
    rgba(29, 78, 216, 0.95) 100%);
  border: 1px solid rgba(59, 130, 246, 0.3);
  box-shadow: 
    0 20px 40px rgba(59, 130, 246, 0.25),
    0 8px 16px rgba(59, 130, 246, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Warning notification */
.notification.warning {
  background: linear-gradient(135deg, 
    rgba(245, 158, 11, 0.95) 0%, 
    rgba(217, 119, 6, 0.95) 50%,
    rgba(180, 83, 9, 0.95) 100%);
  border: 1px solid rgba(245, 158, 11, 0.3);
  box-shadow: 
    0 20px 40px rgba(245, 158, 11, 0.25),
    0 8px 16px rgba(245, 158, 11, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.notification-content {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  position: relative;
  z-index: 1;
}

.notification-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  animation: iconPulse 2s ease-in-out infinite;
}

.notification-message {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.notification-close {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  flex-shrink: 0;
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.notification-close:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  transform: scale(1.1);
}

.notification-close:active {
  transform: scale(0.95);
}

/* Progress bar */
.notification-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0 0 16px 16px;
  animation: progressBar 4s linear;
  transform-origin: left;
}

/* Animation keyframes */
@keyframes slideInBounce {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-40px) scale(0.8);
  }
  60% {
    opacity: 1;
    transform: translateX(-50%) translateY(5px) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}

@keyframes slideOutSmooth {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-30px) scale(0.9);
  }
}

@keyframes iconPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
  }
}

@keyframes progressBar {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

/* Glow effects */
.notification.success.notification-show {
  animation: slideInBounce 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), 
             successGlow 2s ease-in-out 0.2s infinite alternate;
}

.notification.error.notification-show {
  animation: slideInBounce 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), 
             errorGlow 2s ease-in-out 0.2s infinite alternate;
}

.notification.info.notification-show {
  animation: slideInBounce 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), 
             infoGlow 2s ease-in-out 0.2s infinite alternate;
}

.notification.warning.notification-show {
  animation: slideInBounce 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), 
             warningGlow 2s ease-in-out 0.2s infinite alternate;
}

@keyframes successGlow {
  0% { box-shadow: 0 20px 40px rgba(16, 185, 129, 0.25), 0 8px 16px rgba(16, 185, 129, 0.15); }
  100% { box-shadow: 0 25px 50px rgba(16, 185, 129, 0.35), 0 12px 24px rgba(16, 185, 129, 0.25); }
}

@keyframes errorGlow {
  0% { box-shadow: 0 20px 40px rgba(239, 68, 68, 0.25), 0 8px 16px rgba(239, 68, 68, 0.15); }
  100% { box-shadow: 0 25px 50px rgba(239, 68, 68, 0.35), 0 12px 24px rgba(239, 68, 68, 0.25); }
}

@keyframes infoGlow {
  0% { box-shadow: 0 20px 40px rgba(59, 130, 246, 0.25), 0 8px 16px rgba(59, 130, 246, 0.15); }
  100% { box-shadow: 0 25px 50px rgba(59, 130, 246, 0.35), 0 12px 24px rgba(59, 130, 246, 0.25); }
}

@keyframes warningGlow {
  0% { box-shadow: 0 20px 40px rgba(245, 158, 11, 0.25), 0 8px 16px rgba(245, 158, 11, 0.15); }
  100% { box-shadow: 0 25px 50px rgba(245, 158, 11, 0.35), 0 12px 24px rgba(245, 158, 11, 0.25); }
}

/* Responsive design */
@media (max-width: 480px) {
  .notification {
    min-width: 320px;
    max-width: 95%;
    top: 10px;
    border-radius: 12px;
  }
  
  .notification-content {
    padding: 16px 20px;
    gap: 12px;
  }
  
  .notification-message {
    font-size: 15px;
  }
  
  .notification-icon {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
  
  .notification-close {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
}

@media (max-width: 320px) {
  .notification {
    min-width: 280px;
    top: 5px;
  }
  
  .notification-content {
    padding: 14px 16px;
    gap: 10px;
  }
  
  .notification-message {
    font-size: 14px;
  }
  
  .notification-icon {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
}
.two-factor-login-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10100;
  backdrop-filter: blur(8px);
}

.two-factor-login-modal {
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
  max-width: 480px;
  width: 90%;
  max-height: 90vh;
  overflow: hidden;
  animation: modalAppear 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes modalAppear {
  from {
    opacity: 0;
    transform: translateY(-40px) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.two-factor-login-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.two-factor-login-header h3 {
  margin: 0;
  color: white;
  font-size: 1.4rem;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.two-factor-login-close {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: white;
  font-size: 28px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  font-weight: 300;
}

.two-factor-login-close:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.1);
}

.two-factor-login-close:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.two-factor-login-content {
  padding: 30px;
}

.two-factor-login-info {
  text-align: center;
  margin-bottom: 30px;
}

.telegram-icon {
  font-size: 4rem;
  margin-bottom: 15px;
  animation: none;
  transform: none;
}

.two-factor-login-info h4 {
  margin: 0 0 10px 0;
  color: white;
  font-size: 1.3rem;
  font-weight: 600;
}

.two-factor-login-info p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  font-size: 1rem;
}

.two-factor-login-error {
  background: rgba(239, 68, 68, 0.2);
  color: #fca5a5;
  padding: 15px 20px;
  border-radius: 12px;
  margin-bottom: 25px;
  font-weight: 500;
  text-align: center;
  border: 1px solid rgba(239, 68, 68, 0.3);
  animation: shake 0.5s ease-in-out;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  75% { transform: translateX(5px); }
}

.code-input-container {
  margin-bottom: 25px;
}

.code-input-container label {
  display: block;
  color: white;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.1rem;
}

.code-inputs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}

.code-input {
  width: 50px;
  height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  transition: all 0.2s ease;
  backdrop-filter: blur(10px);
}

.code-input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}

.code-input.error {
  border-color: #ef4444;
  background: rgba(239, 68, 68, 0.2);
  animation: inputShake 0.3s ease-in-out;
}

@keyframes inputShake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-3px); }
  75% { transform: translateX(3px); }
}

.code-input:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.two-factor-login-timer {
  text-align: center;
  margin-bottom: 25px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  backdrop-filter: blur(10px);
}

.two-factor-login-timer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.timer {
  color: #22c55e;
  font-weight: 700;
  font-size: 1.1rem;
  font-family: 'Courier New', monospace;
}

.expired {
  color: #fbbf24 !important;
  font-weight: 600;
}

.two-factor-login-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 25px;
}

.two-factor-login-overlay.anti-delete-disable.closing .two-factor-login-modal.anti-delete-disable-modal {
  animation: antiDeleteModalOut 0.25s ease forwards;
}

.btn-verify,
.btn-resend {
  padding: 14px 24px;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
}

.btn-verify {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
}

.btn-verify:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.5);
}

.btn-verify:active {
  transform: translateY(1px) scale(0.99);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.35);
}

.btn-verify:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.2);
}

.btn-resend {
  background: rgba(255, 255, 255, 0.15);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-resend:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-1px);
}

.btn-resend:active {
  transform: translateY(1px) scale(0.99);
}

.btn-resend.primary {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  border: none;
  box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

.btn-resend.primary:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.5);
}

.btn-resend:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.two-factor-login-help {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 20px;
  color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
}

.two-factor-login-help p {
  margin: 0 0 12px 0;
  font-weight: 600;
}

.two-factor-login-help ul {
  margin: 0;
  padding-left: 20px;
}

.two-factor-login-help li {
  margin-bottom: 8px;
  line-height: 1.4;
  font-size: 0.95rem;
}

/* Loading animation */
.btn-verify:disabled::after,
.btn-resend:disabled::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid transparent;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Responsive design */
@media (max-width: 768px) {
  .two-factor-login-modal {
    width: 95%;
    margin: 10px;
    border-radius: 20px;
    overflow-y: auto;
  }
  
  .two-factor-login-header {
    padding: 20px 20px 15px;
  }
  
  .two-factor-login-header h3 {
    font-size: 1.2rem;
  }
  
  .two-factor-login-content {
    padding: 20px;
  }
  
  .telegram-icon {
    font-size: 3rem;
  }
  
  .code-inputs {
    gap: 8px;
  }
  
  .code-input {
    width: 45px;
    height: 55px;
    font-size: 1.6rem;
  }
  
  .two-factor-login-info h4 {
    font-size: 1.2rem;
  }
  
  .two-factor-login-info p {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .code-inputs {
    gap: 6px;
  }
  
  .code-input {
    width: 40px;
    height: 50px;
    font-size: 1.4rem;
  }
}

/* Dark theme compatibility */
@media (prefers-color-scheme: dark) {
  .two-factor-login-modal {
    background: linear-gradient(135deg, #1f2937 0%, #374151 100%);
  }
}

/* Accessibility improvements */
.code-input:focus-visible {
  outline: 2px solid #22c55e;
  outline-offset: 2px;
}

/* High contrast mode */
@media (prefers-contrast: high) {
  .code-input {
    border-width: 3px;
  }
  
  .btn-verify,
  .btn-resend {
    border: 2px solid currentColor;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .two-factor-login-modal,
  .telegram-icon,
  .code-input,
  .btn-verify,
  .btn-resend {
    animation: none;
    transition: none;
  }
  
  .btn-verify:hover:not(:disabled),
  .btn-resend:hover:not(:disabled) {
    transform: none;
  }
}

/* Registration page reuses login modal styles */
.login-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  padding: 0;
  height: 100vh;
  overflow-y: auto; /* Разрешаем вертикальную прокрутку внутри модала */
  overflow-x: hidden; /* Блокируем горизонтальную прокрутку */
  scroll-behavior: smooth; /* Плавный скролл */
  background:
    radial-gradient(140% 120% at 8% 15%, rgba(88, 166, 255, 0.16), rgba(10, 18, 32, 0)),
    radial-gradient(160% 140% at 90% 0%, rgba(0, 255, 136, 0.12), rgba(10, 18, 32, 0)),
    linear-gradient(160deg, #0c1c2a 0%, #0b1422 45%, #0a111c 100%),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 100% 100%, 42px 42px, 42px 42px;
  /* Полностью блокируем видимость основного контента */
  backdrop-filter: blur(0px);
  color: #e6edf3;
  font-family: 'Rajdhani', 'Segoe UI', sans-serif;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* padding: clamp(1.5rem, 4vh, 2.5rem) clamp(0.75rem, 4vw, 1.5rem); */
  z-index: 9999;
  animation: slideInFromRight 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  isolation: isolate;
}
.login-overlay.no-scroll {
  overflow: hidden;
}
.login-overlay::before,
.login-overlay::after {
  content: '';
  position: fixed;
  inset: -10%;
  pointer-events: none;
  z-index: -1;
}
.login-overlay::before {
  background:
    radial-gradient(1.4px 1.4px at 40px 80px, rgba(255, 255, 255, 0.9), transparent),
    radial-gradient(1.2px 1.2px at 200px 120px, rgba(200, 235, 255, 0.7), transparent),
    radial-gradient(1.8px 1.8px at 120px 220px, rgba(255, 255, 255, 0.4), transparent);
  background-size: 280px 320px, 340px 380px, 420px 460px;
  opacity: 0.5;
}
.login-overlay::after {
  background: radial-gradient(circle at 50% 0%, rgba(0, 255, 136, 0.12), transparent 60%);
}
/* Блокировка прокрутки body при открытом модале */
body.modal-open {
  overflow: hidden !important;
}
.login-overlay.closing {
  animation: slideOutToRight 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
/* Exit left animation for login -> register transition */
.login-overlay.exit-left {
  animation: slideOutToLeft 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.login-overlay.exit-left-restart {
  animation: slideOutToLeftRestart 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
/* Enter from right animation for register -> login transition */
.login-overlay.enter-from-right {
  animation: slideInFromRight 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.login-overlay.enter-from-right-restart {
  animation: slideInFromRightRestart 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
/* Enter from left animation for register -> login transition */
.login-overlay.enter-from-left {
  animation: slideInFromLeft 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards !important;
}
.login-overlay.enter-from-left-restart {
  animation: slideInFromLeftRestart 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards !important;
}
@keyframes slideOutToRight {
  0% {
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-15deg);
    opacity: 0;
  }
}
@keyframes slideOutToLeft {
  0% {
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%) skewX(15deg);
    opacity: 0;
  }
}
@keyframes slideOutToLeftRestart {
  0% {
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%) skewX(15deg);
    opacity: 0;
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100%) skewX(-15deg);
    opacity: 0;
  }
  50% {
    transform: translateX(20%) skewX(-8deg);
    opacity: 0.7;
  }
  100% {
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%) skewX(15deg);
    opacity: 0;
  }
  50% {
    transform: translateX(-20%) skewX(8deg);
    opacity: 0.7;
  }
  100% {
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
}
@keyframes slideInFromLeftRestart {
  0% {
    transform: translateX(-100%) skewX(15deg);
    opacity: 0;
  }
  50% {
    transform: translateX(-20%) skewX(8deg);
    opacity: 0.7;
  }
  100% {
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
}
/* Login overlay on top of others */
.login-overlay.on-top {
  z-index: 10010;
}
/* Removed kirish and home text styles - no longer needed */
/* Login content animations */
.login-content {
  transition: opacity 0.5s ease-in;
}
.login-content.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%) skewX(-15deg);
}
.login-content.slide-in {
  animation: contentSlideIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.login-content.slide-out {
  animation: contentSlideOut 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
@keyframes contentSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0) skewX(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%) skewX(15deg);
  }
}
@keyframes contentSlideIn {
  0% {
    opacity: 0;
    transform: translateX(100%) skewX(-15deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) skewX(0deg);
  }
}
.login-content.fade-in {
  opacity: 1;
  animation: fadeInUp 0.5s ease-out forwards;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.login-overlay .close-btn {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: rgba(10, 18, 32, 0.7);
  border: 1px solid rgba(125, 211, 252, 0.3);
  color: #7dd3fc;
  font-size: 1.3rem;
  cursor: pointer;
  opacity: 0.85;
  transition: all 0.2s ease;
  z-index: 10002;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-overlay .close-btn:hover {
  opacity: 1;
  border-color: rgba(125, 211, 252, 0.6);
  box-shadow: 0 8px 18px rgba(125, 211, 252, 0.2);
}
.login-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  min-height: auto;
  padding: 0.5rem 0 1rem;
  box-sizing: border-box;
  justify-content: flex-start;
}
.login-logo {
  display: flex;
  justify-content: center;
  height: 80px;      /* сколько реально нужно */
  align-items: center;
  width: 100%;
}
.login-logo .logo-img {
  height: 250px;
  display: inline-block;
  width: auto;
  filter: drop-shadow(0 0 14px rgba(0, 255, 136, 0.35));
}
.login-form-container {
  background: linear-gradient(180deg, rgba(14, 22, 36, 0.96), rgba(10, 16, 26, 0.95));
  border: 1px solid rgba(125, 211, 252, 0.12);
  border-radius: 24px;
  padding: 2.6rem;
  width: 520px;
  max-width: 90vw;
  box-shadow:
    0 22px 45px rgba(0, 0, 0, 0.45),
    0 10px 30px rgba(16, 185, 129, 0.15);
  position: relative;
  z-index: 10001;
  margin-bottom: 3rem; /* Space below form so it doesn't stick to bottom */
  backdrop-filter: blur(10px);
}
.login-form-container::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(0, 255, 136, 0.35), rgba(125, 211, 252, 0.2), rgba(0, 0, 0, 0));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.login-title {
  font-family: 'Orbitron', monospace;
  font-size: 2.1rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.5rem;
  text-shadow: 0 0 18px rgba(0, 255, 136, 0.25);
}
.login-subtitle {
  color: #94a3b8;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 0.98rem;
}
.login-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.login-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.login-form .form-group label {
  position: relative;
  font-weight: 600;
  right: -10px;
  color: #cbd5e1;
  font-size: 0.95rem;
}
.login-form .form-group input {
  padding: 0.95rem 1.1rem;
  border: 1px solid rgba(125, 211, 252, 0.7);
  border-radius: 14px;
  font-size: 1rem;
  transition: all 0.2s;
  outline: none;
  background: rgba(7, 12, 20, 0.92);
  color: #e6edf3;
  font-weight: 600;
  box-shadow:
    inset 0 0 0 1px rgba(125, 211, 252, 0.28),
    0 0 0 1px rgba(2, 6, 12, 0.9);
}
.login-form .form-group input:hover {
  border-color: rgba(125, 211, 252, 0.95);
}
.login-form .form-group input:focus {
  box-shadow:
    0 0 0 2px rgba(0, 255, 136, 0.22),
    inset 0 0 0 1px rgba(0, 255, 136, 0.35);
  border-color: rgba(0, 255, 136, 0.8);
}
.login-form .form-group input::-moz-placeholder {
  color: #7b8795;
  opacity: 0.7;
}
.login-form .form-group input::placeholder {
  color: #7b8795;
  opacity: 0.7;
}
.password-input-container {
  position: relative;
  display: flex;
  align-items: center;
}
.password-input-container input {
  padding-right: 3rem !important;
  width: 100%;
}
.password-toggle {
  position: absolute;
  right: 0.9rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  color: #7dd3fc;
  opacity: 0.7;
  z-index: 1;
}
.form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.25rem 0;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.remember-me {
  display: flex;
  cursor: pointer;
  transform: scale(1.4);
}
.login-form .form-group.remember {
  flex-direction: row !important;
  align-items: center;
  margin: 0;
  justify-content: space-between;
  gap: 1rem;
}
.login-form .form-group.remember label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  cursor: pointer;
}
.login-form .form-group.remember input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #00ff88;
  cursor: pointer;
}
.notification-banner {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 500;
  text-align: center;
  min-width: 320px;
  max-width: 500px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  animation: slideInFromTop 0.3s ease-out;
}
.notification-banner.error {
  background: rgba(255, 59, 48, 0.9);
  border: 1px solid #ff3b30;
  color: white;
}
.notification-banner.success {
  background: rgba(0, 255, 136, 0.9);
  border: 1px solid #00ff88;
  color: #003d1a;
}
@keyframes slideInFromTop {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.notification-banner.fading {
  opacity: 0;
  transform: translateX(-50%) translateY(-20px);
  transition: all 0.3s ease-out;
}
.forgot-password {
  color: #7dd3fc;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
}
.forgot-password:hover {
  color: #00ff88;
  text-decoration: none;
}
.login-btn {
  background: linear-gradient(120deg, #1f8a3a, #2ea043);
  color: #ffffff;
  border: 2px solid rgba(35, 134, 54, 0.9);
  padding: 0.875rem 1.5rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 0.5rem;
  width: 100%;
}
.login-btn:hover {
  background: linear-gradient(120deg, #2ea043, #1f8a3a);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(35, 134, 54, 0.35);
}
.login-btn:active,
.google-btn:active {
  transform: translateY(1px) scale(0.99);
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.35);
}
.google-btn {
  background: rgba(125, 211, 252, 0.08);
  border: 1px solid rgba(125, 211, 252, 0.22);
  padding: 0.875rem 1.5rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.2s;
  color: #e6edf3;
  width: 100%;
}
.google-btn:hover {
  background: rgba(125, 211, 252, 0.18);
  border-color: rgba(125, 211, 252, 0.5);
  transform: translateY(-1px);
}
.google-btn.is-loading {
  pointer-events: none;
}
.login-btn.is-loading {
  pointer-events: none;
}
.login-btn:disabled,
.google-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.btn-spinner {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  vertical-align: -2px;
  animation: btn-spin 0.8s linear infinite;
}
.google-icon {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  -o-object-fit: contain;
     object-fit: contain;
}
@keyframes btn-spin {
  to {
    transform: rotate(360deg);
  }
}
.signup-link {
  text-align: center;
  color: #94a3b8;
  font-size: 0.9rem;
  margin-top: 1rem;
}
.signup-link a {
  color: #7dd3fc;
  text-decoration: none;
  font-weight: 600;
}
.signup-link a:hover {
  color: #00ff88;
  text-decoration: none;
}
/* Responsive */
@media (max-width: 768px) {
  .login-logo .logo-img {
    height: 200px;
  }

  .login-form-container {
    width: min(360px, 92vw);
    padding: 1.75rem;
  }
  
  .close-btn {
    top: 0.8rem;
    right: 0.8rem;
  }
}
@media (max-width: 480px) {
  .login-form-container {
    width: 92vw;
    padding: 1.4rem;
  }
  
  .login-title {
    font-size: 1.5rem;
  }
}
@media (max-height: 720px) {
  .login-content {
    min-height: auto;
    justify-content: flex-start;
  }
}
/* Override title if needed */
.login-title {
  font-size: 1.8rem;
}
/* Ensure smooth scrolling for registration overlay */
.login-overlay {
  scroll-behavior: smooth; /* Плавный скролл для регистрации */
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}
.login-content {
  min-height: auto;
  padding: 0;
  gap: 1rem;
  justify-content: flex-start;
}
.login-form-container {
  margin-bottom: 2rem;
}
.register-form .form-group label {
  display: none;
}
/* Exit right animation for register -> login transition */
.login-overlay.exit-right {
  animation: slideOutToRight 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
/* Enter from right animation for login -> register transition */
.login-overlay.enter-from-right {
  animation: slideInFromRight 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}


.login-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  padding: 0;
  height: 100vh;
  overflow-y: auto; /* Разрешаем вертикальную прокрутку внутри модала */
  overflow-x: hidden; /* Блокируем горизонтальную прокрутку */
  scroll-behavior: smooth; /* Плавный скролл */
  background:
    radial-gradient(140% 120% at 8% 15%, rgba(88, 166, 255, 0.16), rgba(10, 18, 32, 0)),
    radial-gradient(160% 140% at 90% 0%, rgba(0, 255, 136, 0.12), rgba(10, 18, 32, 0)),
    linear-gradient(160deg, #0c1c2a 0%, #0b1422 45%, #0a111c 100%),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 100% 100%, 42px 42px, 42px 42px;
  /* Полностью блокируем видимость основного контента */
  backdrop-filter: blur(0px);
  color: #e6edf3;
  font-family: 'Rajdhani', 'Segoe UI', sans-serif;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* padding: clamp(1.5rem, 4vh, 2.5rem) clamp(0.75rem, 4vw, 1.5rem); */
  z-index: 9999;
  animation: slideInFromRight 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  isolation: isolate;
}

.login-overlay.no-scroll {
  overflow: hidden;
}

.login-overlay::before,
.login-overlay::after {
  content: '';
  position: fixed;
  inset: -10%;
  pointer-events: none;
  z-index: -1;
}

.login-overlay::before {
  background:
    radial-gradient(1.4px 1.4px at 40px 80px, rgba(255, 255, 255, 0.9), transparent),
    radial-gradient(1.2px 1.2px at 200px 120px, rgba(200, 235, 255, 0.7), transparent),
    radial-gradient(1.8px 1.8px at 120px 220px, rgba(255, 255, 255, 0.4), transparent);
  background-size: 280px 320px, 340px 380px, 420px 460px;
  opacity: 0.5;
}

.login-overlay::after {
  background: radial-gradient(circle at 50% 0%, rgba(0, 255, 136, 0.12), transparent 60%);
}

/* Блокировка прокрутки body при открытом модале */

body.modal-open {
  overflow: hidden !important;
}

.login-overlay.closing {
  animation: slideOutToRight 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* Exit left animation for login -> register transition */

.login-overlay.exit-left {
  animation: slideOutToLeft 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.login-overlay.exit-left-restart {
  animation: slideOutToLeftRestart 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* Enter from right animation for register -> login transition */

.login-overlay.enter-from-right {
  animation: slideInFromRight 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.login-overlay.enter-from-right-restart {
  animation: slideInFromRightRestart 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* Enter from left animation for register -> login transition */

.login-overlay.enter-from-left {
  animation: slideInFromLeft 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards !important;
}

.login-overlay.enter-from-left-restart {
  animation: slideInFromLeftRestart 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards !important;
}

@keyframes slideOutToRight {
  0% {
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-15deg);
    opacity: 0;
  }
}

@keyframes slideOutToLeft {
  0% {
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%) skewX(15deg);
    opacity: 0;
  }
}

@keyframes slideOutToLeftRestart {
  0% {
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%) skewX(15deg);
    opacity: 0;
  }
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%) skewX(-15deg);
    opacity: 0;
  }
  50% {
    transform: translateX(20%) skewX(-8deg);
    opacity: 0.7;
  }
  100% {
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%) skewX(15deg);
    opacity: 0;
  }
  50% {
    transform: translateX(-20%) skewX(8deg);
    opacity: 0.7;
  }
  100% {
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
}

@keyframes slideInFromLeftRestart {
  0% {
    transform: translateX(-100%) skewX(15deg);
    opacity: 0;
  }
  50% {
    transform: translateX(-20%) skewX(8deg);
    opacity: 0.7;
  }
  100% {
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
}

/* Login overlay on top of others */

.login-overlay.on-top {
  z-index: 10010;
}

/* Removed kirish and home text styles - no longer needed */

/* Login content animations */

.login-content {
  transition: opacity 0.5s ease-in;
}

.login-content.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%) skewX(-15deg);
}

.login-content.slide-in {
  animation: contentSlideIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.login-content.slide-out {
  animation: contentSlideOut 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes contentSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0) skewX(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%) skewX(15deg);
  }
}

@keyframes contentSlideIn {
  0% {
    opacity: 0;
    transform: translateX(100%) skewX(-15deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) skewX(0deg);
  }
}

.login-content.fade-in {
  opacity: 1;
  animation: fadeInUp 0.5s ease-out forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.login-overlay .close-btn {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: rgba(10, 18, 32, 0.7);
  border: 1px solid rgba(125, 211, 252, 0.3);
  color: #7dd3fc;
  font-size: 1.3rem;
  cursor: pointer;
  opacity: 0.85;
  transition: all 0.2s ease;
  z-index: 10002;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-overlay .close-btn:hover {
  opacity: 1;
  border-color: rgba(125, 211, 252, 0.6);
  box-shadow: 0 8px 18px rgba(125, 211, 252, 0.2);
}

.login-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  min-height: auto;
  padding: 0.5rem 0 1rem;
  box-sizing: border-box;
  justify-content: flex-start;
}

.login-logo {
  display: flex;
  justify-content: center;
  height: 80px;      /* сколько реально нужно */
  align-items: center;
  width: 100%;
}

.login-logo .logo-img {
  height: 250px;
  display: inline-block;
  width: auto;
  filter: drop-shadow(0 0 14px rgba(0, 255, 136, 0.35));
}

.login-form-container {
  background: linear-gradient(180deg, rgba(14, 22, 36, 0.96), rgba(10, 16, 26, 0.95));
  border: 1px solid rgba(125, 211, 252, 0.12);
  border-radius: 24px;
  padding: 2.6rem;
  width: 520px;
  max-width: 90vw;
  box-shadow:
    0 22px 45px rgba(0, 0, 0, 0.45),
    0 10px 30px rgba(16, 185, 129, 0.15);
  position: relative;
  z-index: 10001;
  margin-bottom: 3rem; /* Space below form so it doesn't stick to bottom */
  backdrop-filter: blur(10px);
}

.login-form-container::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(0, 255, 136, 0.35), rgba(125, 211, 252, 0.2), rgba(0, 0, 0, 0));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.login-title {
  font-family: 'Orbitron', monospace;
  font-size: 2.1rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.5rem;
  text-shadow: 0 0 18px rgba(0, 255, 136, 0.25);
}

.login-subtitle {
  color: #94a3b8;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 0.98rem;
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.login-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.login-form .form-group label {
  position: relative;
  font-weight: 600;
  right: -10px;
  color: #cbd5e1;
  font-size: 0.95rem;
}

.login-form .form-group input {
  padding: 0.95rem 1.1rem;
  border: 1px solid rgba(125, 211, 252, 0.7);
  border-radius: 14px;
  font-size: 1rem;
  transition: all 0.2s;
  outline: none;
  background: rgba(7, 12, 20, 0.92);
  color: #e6edf3;
  font-weight: 600;
  box-shadow:
    inset 0 0 0 1px rgba(125, 211, 252, 0.28),
    0 0 0 1px rgba(2, 6, 12, 0.9);
}

.login-form .form-group input:hover {
  border-color: rgba(125, 211, 252, 0.95);
}

.login-form .form-group input:focus {
  box-shadow:
    0 0 0 2px rgba(0, 255, 136, 0.22),
    inset 0 0 0 1px rgba(0, 255, 136, 0.35);
  border-color: rgba(0, 255, 136, 0.8);
}

.login-form .form-group input::-moz-placeholder {
  color: #7b8795;
  opacity: 0.7;
}

.login-form .form-group input::placeholder {
  color: #7b8795;
  opacity: 0.7;
}

.password-input-container {
  position: relative;
  display: flex;
  align-items: center;
}

.password-input-container input {
  padding-right: 3rem !important;
  width: 100%;
}

.password-toggle {
  position: absolute;
  right: 0.9rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  color: #7dd3fc;
  opacity: 0.7;
  z-index: 1;
}

.form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.25rem 0;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.remember-me {
  display: flex;
  cursor: pointer;
  transform: scale(1.4);
}

.login-form .form-group.remember {
  flex-direction: row !important;
  align-items: center;
  margin: 0;
  justify-content: space-between;
  gap: 1rem;
}

.login-form .form-group.remember label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  cursor: pointer;
}

.login-form .form-group.remember input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #00ff88;
  cursor: pointer;
}

.notification-banner {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 500;
  text-align: center;
  min-width: 320px;
  max-width: 500px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  animation: slideInFromTop 0.3s ease-out;
}

.notification-banner.error {
  background: rgba(255, 59, 48, 0.9);
  border: 1px solid #ff3b30;
  color: white;
}

.notification-banner.success {
  background: rgba(0, 255, 136, 0.9);
  border: 1px solid #00ff88;
  color: #003d1a;
}

@keyframes slideInFromTop {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

.notification-banner.fading {
  opacity: 0;
  transform: translateX(-50%) translateY(-20px);
  transition: all 0.3s ease-out;
}

.forgot-password {
  color: #7dd3fc;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
}

.forgot-password:hover {
  color: #00ff88;
  text-decoration: none;
}

.login-btn {
  background: linear-gradient(120deg, #1f8a3a, #2ea043);
  color: #ffffff;
  border: 2px solid rgba(35, 134, 54, 0.9);
  padding: 0.875rem 1.5rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 0.5rem;
  width: 100%;
}

.login-btn:hover {
  background: linear-gradient(120deg, #2ea043, #1f8a3a);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(35, 134, 54, 0.35);
}

.login-btn:active,
.google-btn:active {
  transform: translateY(1px) scale(0.99);
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.35);
}

.google-btn {
  background: rgba(125, 211, 252, 0.08);
  border: 1px solid rgba(125, 211, 252, 0.22);
  padding: 0.875rem 1.5rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.2s;
  color: #e6edf3;
  width: 100%;
}

.google-btn:hover {
  background: rgba(125, 211, 252, 0.18);
  border-color: rgba(125, 211, 252, 0.5);
  transform: translateY(-1px);
}

.google-btn.is-loading {
  pointer-events: none;
}

.login-btn.is-loading {
  pointer-events: none;
}

.login-btn:disabled,
.google-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.btn-spinner {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  vertical-align: -2px;
  animation: btn-spin 0.8s linear infinite;
}

.google-icon {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes btn-spin {
  to {
    transform: rotate(360deg);
  }
}

.signup-link {
  text-align: center;
  color: #94a3b8;
  font-size: 0.9rem;
  margin-top: 1rem;
}

.signup-link a {
  color: #7dd3fc;
  text-decoration: none;
  font-weight: 600;
}

.signup-link a:hover {
  color: #00ff88;
  text-decoration: none;
}

/* Responsive */

@media (max-width: 768px) {
  .login-logo .logo-img {
    height: 200px;
  }

  .login-form-container {
    width: min(360px, 92vw);
    padding: 1.75rem;
  }
  
  .close-btn {
    top: 0.8rem;
    right: 0.8rem;
  }
}

@media (max-width: 480px) {
  .login-form-container {
    width: 92vw;
    padding: 1.4rem;
  }
  
  .login-title {
    font-size: 1.5rem;
  }
}

@media (max-height: 720px) {
  .login-content {
    min-height: auto;
    justify-content: flex-start;
  }
}

/* Поверх всех наложений */

.login-overlay.on-top {
  z-index: 10020 !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden;
}

/* Заголовок */

.login-title {
  font-size: 1.6rem;
}

/* Гарантируем интерактивность формы */

.login-content,
.login-form-container,
.login-form,
.form-group,
.login-form input,
.login-form button {
  pointer-events: auto !important;
}

/* Дополнительно: включаем события для всех потомков внутри контента */

.login-overlay.on-top .login-content,
.login-overlay.on-top .login-content * {
  pointer-events: auto !important;
}

/* Поднимаем форму над любыми декоративными слоями и баннерами */

.login-content {
  position: relative;
  z-index: 10040; /* выше notification-banner (10000) и прочих */
  min-height: auto;
  padding: 0.5rem 0 1rem;
}

.login-form-container {
  position: relative;
  z-index: 10050;
}

/* Декоративные тексты не должны перехватывать клики */

.kirish-text,
.home-text {
  pointer-events: none !important;
  z-index: 0;
}

/* ensure disabled code input looks dimmed */

input[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Ограничим область кнопки закрытия, чтобы она не перекрывала контент */

.close-btn {
  width: 36px;
  height: 36px;
}
.asosiy-section {
  min-height: calc(120svh - 108px);
  padding-top: clamp(22px, 2.4vw, 40px);
}

.hero-text-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.12rem;
  top: -15px;
  transform: none;
  margin-top: -8px;
  margin-bottom: 0.35rem;
}

.hero-subtitle {
  margin: 0;
  font-size: clamp(1.6rem, 4vw, 2.15rem);
  font-weight: 700;
  color: #ff5e00;
  line-height: 1.05;
}

.hero-main-title {
  font-size: clamp(2.3rem, 6vw, 4.4rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #eef3ff;
  margin: 0;
  text-align: center;
  text-shadow: 0 8px 36px rgba(7, 16, 31, 0.8);
  line-height: 1.02;
}

.hero-dynamic-word {
  position: absolute;
  inset: 0;
  display: inline-block;
  margin-right: 0;
  white-space: nowrap;
  text-align: right;
  will-change: transform, opacity, filter, text-shadow;
}

.hero-word-slot {
  position: relative;
  display: inline-grid;
  align-items: center;
  justify-items: end;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-right: 0.16em;
  padding-right: 0.06em;
  overflow: visible;
}

.hero-word-sizer {
  visibility: hidden;
  white-space: nowrap;
  pointer-events: none;
}

.hero-word--red {
  color: #ff4d4d;
  text-shadow: 0 0 10px rgba(255, 77, 77, 0.35), 0 0 22px rgba(255, 77, 77, 0.22);
}

.hero-word--green {
  color: #57df7a;
  text-shadow: 0 0 10px rgba(87, 223, 122, 0.35), 0 0 22px rgba(87, 223, 122, 0.22);
}

.hero-word--cyan {
  color: #4de8ff;
  text-shadow: 0 0 10px rgba(77, 232, 255, 0.35), 0 0 22px rgba(77, 232, 255, 0.22);
}

.hero-word--yellow {
  color: #ffd84d;
  text-shadow: 0 0 10px rgba(255, 216, 77, 0.34), 0 0 22px rgba(255, 216, 77, 0.2);
}

.hero-word-slot.switching::after {
  content: "";
  position: absolute;
  top: -14%;
  bottom: -14%;
  left: -12%;
  width: 14%;
  border-radius: 50%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.12) 24%,
    rgba(255, 255, 255, 0.28) 50%,
    rgba(255, 255, 255, 0.12) 76%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: blur(9px);
  mix-blend-mode: screen;
  pointer-events: none;
  opacity: 0;
  animation: heroWordScan 0.68s cubic-bezier(0.22, 1, 0.36, 1) 1;
}

.hero-dynamic-word.switching {
  animation: heroWordSweepReveal 0.56s cubic-bezier(0.22, 1, 0.36, 1) 1;
}

@keyframes heroWordSweepReveal {
  0% {
    opacity: 0.18;
    transform: translateX(-10px);
    filter: blur(12px);
  }
  35% {
    opacity: 0.55;
    transform: translateX(-4px);
    filter: blur(6px);
  }
  68% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(1px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
}

@keyframes heroWordScan {
  0% {
    left: -12%;
    opacity: 0;
  }
  22% {
    opacity: 0.65;
  }
  50% {
    opacity: 0.9;
  }
  78% {
    opacity: 0.65;
  }
  100% {
    left: 88%;
    opacity: 0;
  }
}

/* Main hero card */
.asosiy-div {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  
  border: 1px solid rgba(153, 175, 214, 0.24);
  background:
    linear-gradient(165deg, rgba(4, 11, 24, 0.84) 0%, rgba(3, 10, 22, 0.76) 48%, rgba(2, 8, 19, 0.9) 100%),
    url("/asosiy_back.png") center center / cover no-repeat;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 42px rgba(0, 0, 0, 0.4);
  margin: 110px 1rem 1rem;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  top: 0;
}

.asosiy-div::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 90% at 12% -8%, rgba(255, 255, 255, 0.2) 0%, transparent 56%),
    radial-gradient(90% 60% at 92% 105%, rgba(35, 86, 180, 0.2) 0%, transparent 65%);
  pointer-events: none;
}

.asosiy-div > * {
  position: relative;
  z-index: 1;
}

/** SLIDE ANIMATION **/
@keyframes slide {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.animate-slide {
  animation: slide 30s linear infinite;
  animation-play-state: running !important;
}

/** SLIDER MASK **/
.slider-mask {
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 1.35rem;
  top: 22px;
  scroll-behavior: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-mode: alpha;
  mask-mode: alpha;
}

.slider-mask::-webkit-scrollbar {
  height: 0 !important;
  width: 0 !important;
  background: transparent;
}

.slider-mask {
  scrollbar-width: none;
}

.slider-track {
  width: -moz-max-content;
  width: max-content;
}

/** EDITION PILL **/
.edition-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}

.edition-pill__inner {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.9rem;
  width: 150px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 9999px;
  backdrop-filter: blur(8px);
  background: radial-gradient(
    145% 145% at 30% 25%,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.02) 40%,
    rgba(255, 255, 255, 0) 70%
  );
  border: 1px solid rgba(189, 207, 242, 0.2);
  box-shadow:
    inset 0 0 4px rgba(255, 255, 255, 0.1),
    0 4px 10px rgba(0, 0, 0, 0.42);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
}

.edition-pill:hover .edition-pill__inner,
.edition-pill:focus-visible .edition-pill__inner,
.edition-pill.selected .edition-pill__inner {
  transform: scale(1.06);
  box-shadow:
    inset 0 0 6px rgba(255, 255, 255, 0.18),
    0 6px 14px rgba(0, 0, 0, 0.62);
  z-index: 10;
  cursor: pointer;
}

/* Scroll hint under Asosiy */
.asosiy-scroll-zone {
  width: 100%;
  flex: 1 1 auto;
  min-height: 112px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.asosiy-scroll-indicator {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  color: #c9d9ff;
  text-decoration: none;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  opacity: 0.88;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.asosiy-scroll-indicator:hover {
  opacity: 1;
  transform: translateY(1px);
}

.asosiy-scroll-indicator__arrow {
  margin-top: 0.1rem;
  font-size: 1.45rem;
  line-height: 1;
  animation: asosiyArrowBounce 1.3s ease-in-out infinite;
}

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

/** OUTLINE UTILITY **/
.outline {
  outline: 1.3px solid #2b2c2d;
}

@media (max-width: 768px) {
  .asosiy-section {
    position: relative;
    min-height: calc(100svh - 12px);
    padding-top: 5.95rem;
    padding-bottom: 4.25rem;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    box-sizing: border-box;
  }

  .asosiy-div {
    margin: 1.18rem 0 0;
    min-height: clamp(610px, 71svh, 720px);
    padding: 1.5rem 0.95rem 3.2rem !important;
    border-radius: 22px;
    background-position: 56% center;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.06),
      0 12px 26px rgba(0, 0, 0, 0.32);
  }

  .asosiy-div > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1rem !important;
  }

  .hero-text-stack {
    width: 100%;
    align-items: center;
    text-align: center;
    gap: 0.14rem;
    transform: none;
    margin-top: 0.28rem;
    margin-bottom: 0.26rem;
    padding-inline: 0.18rem;
  }

  .hero-subtitle {
    font-size: clamp(1.24rem, 6vw, 1.62rem);
    line-height: 1.06;
  }

  .hero-main-title {
    font-size: clamp(2rem, 8.3vw, 2.64rem);
    line-height: 0.97;
    letter-spacing: -0.03em;
    text-align: center;
    text-wrap: balance;
  }

  .hero-word-slot {
    justify-items: center;
    min-width: 7ch;
    width: 7ch;
    margin-right: 0.12em;
    padding-right: 0;
  }

  .hero-dynamic-word {
    text-align: center;
  }

  .hero-feature-grid {
    gap: 0.82rem;
  }

  .hero-feature-card {
    height: 84px !important;
    padding-inline: 0.95rem !important;
    border-radius: 16px !important;
  }

  .hero-feature-copy {
    min-width: 0;
  }

  .hero-feature-copy h1 {
    font-size: 15px !important;
    line-height: 1.2 !important;
  }

  .hero-slider-shell {
    padding-top: 0.48rem;
    padding-bottom: 1.2rem;
    margin-bottom: 0;
  }

  .asosiy-scroll-zone {
    position: absolute;
    left: 0.6rem;
    right: 0.6rem;
    bottom: 0.75rem;
    width: auto;
    flex: none;
    min-height: 42px;
    margin-top: 0;
    align-items: center;
    padding-bottom: 0;
  }

  .asosiy-scroll-indicator {
    font-size: 0.84rem;
    margin-top: 0;
    opacity: 0.82;
  }

  .slider-mask {
    margin-top: 0.82rem;
    padding-inline: 0.12rem;
    -webkit-mask-image: linear-gradient(
      to right,
      transparent 0%,
      rgba(0, 0, 0, 0.48) 7%,
      #000 16%,
      #000 84%,
      rgba(0, 0, 0, 0.48) 93%,
      transparent 100%
    );
    mask-image: linear-gradient(
      to right,
      transparent 0%,
      rgba(0, 0, 0, 0.48) 7%,
      #000 16%,
      #000 84%,
      rgba(0, 0, 0, 0.48) 93%,
      transparent 100%
    );
  }

  .edition-pill__inner {
    width: 140px;
    height: 40px;
    padding: 0 0.78rem;
    gap: 0.42rem;
  }
}
.advantages-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 12px 14px 54px;
}

.stats-shell {
  width: min(1500px, 100%);
  border-radius: 28px;
  border: 1px solid rgba(122, 128, 139, 0.2);
  background:
    linear-gradient(180deg, rgba(28, 30, 34, 0.95) 0%, rgba(18, 20, 23, 0.98) 100%),
    radial-gradient(120% 140% at 0% 0%, rgba(255, 255, 255, 0.04) 0%, transparent 45%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 14px 30px rgba(0, 0, 0, 0.28);
  padding: clamp(20px, 3.8vw, 42px);
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.55s ease, transform 0.6s ease;
}

.stats-shell--visible {
  opacity: 1;
  transform: translateY(0);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.8vw, 18px);
  align-items: stretch;
  margin-bottom: -2px;
}

.stats-header {
  margin-bottom: clamp(14px, 2.4vw, 24px);
}

.stats-title {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  line-height: 1;
  color: #f2f7ff;
  letter-spacing: -0.01em;
}

.stats-card {
  border-radius: 22px;
  border: 1px solid rgba(106, 112, 122, 0.18);
  background:
    linear-gradient(180deg, rgba(39, 42, 47, 0.92) 0%, rgba(21, 23, 27, 0.96) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 8px 18px rgba(0, 0, 0, 0.18);
  padding: 16px 20px 14px;
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  will-change: transform, box-shadow, border-color, opacity;
  transition: transform 0.14s ease-out, border-color 0.14s ease-out, box-shadow 0.16s ease-out;
}

.stats-card--visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  animation: statsCardReveal 0.42s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--enter-delay, 0ms);
}

.stats-card:hover {
  transform: translateY(-3px) scale(1.005);
  border-color: rgba(154, 162, 174, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 12px 22px rgba(0, 0, 0, 0.22);
}

.stats-value {
  margin-bottom: 6px;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  font-weight: 800;
  line-height: 1;
  color: #f3f5f8;
  letter-spacing: -0.03em;
}

.stats-plus {
  display: inline-block;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.stats-plus--visible {
  opacity: 1;
  transform: translateX(0);
}

.stats-label {
  color: rgba(215, 220, 230, 0.78);
  font-size: clamp(0.92rem, 1.4vw, 1rem);
  line-height: 1.45;
}

.advantages-shell {
  width: min(1500px, 100%);
  border-radius: 28px;
  border: 1px solid rgba(122, 128, 139, 0.2);
  background:
    linear-gradient(165deg, rgba(26, 28, 32, 0.96) 0%, rgba(17, 18, 22, 0.98) 52%, rgba(10, 11, 14, 0.99) 100%),
    radial-gradient(130% 120% at 12% -20%, rgba(255, 255, 255, 0.04) 0%, transparent 58%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 16px 34px rgba(0, 0, 0, 0.34);
  padding: clamp(20px, 3.8vw, 42px);
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.65s ease;
}

.advantages-shell--visible {
  opacity: 1;
  transform: translateY(0);
}

.advantages-header {
  margin-bottom: clamp(14px, 2.4vw, 24px);
}

.advantages-title {
  margin: 0 0 6px;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #f2f7ff;
  letter-spacing: -0.01em;
}

.advantages-subtitle {
  margin: 0;
  max-width: 760px;
  font-size: clamp(0.98rem, 1.8vw, 1.18rem);
  color: rgba(214, 220, 230, 0.8);
  line-height: 1.45;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 20px);
}

.adv-card {
  min-height: 232px;
  border-radius: 22px;
  border: 1px solid rgba(102, 108, 118, 0.2);
  background:
    linear-gradient(180deg, rgba(35, 38, 43, 0.88) 0%, rgba(20, 22, 27, 0.95) 100%),
    radial-gradient(120% 100% at 100% 0%, rgba(255, 255, 255, 0.03) 0%, transparent 55%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 10px 24px rgba(0, 0, 0, 0.22);
  padding: 18px 18px 16px;
  opacity: 0;
  transform: translateY(22px) scale(0.988);
  will-change: transform, box-shadow, border-color, opacity;
  transition: transform 0.12s ease-out, border-color 0.12s ease-out, box-shadow 0.14s ease-out;
}

.adv-card--visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  animation: advantagesCardReveal 0.38s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--enter-delay, 0ms);
}

.adv-card:hover,
.adv-card--hovered {
  transform: translateY(-2px) scale(1.004);
  border-color: rgba(154, 162, 174, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 11px 18px rgba(0, 0, 0, 0.23);
}

.adv-icon-wrap {
  width: 76px;
  height: 76px;
  border-radius: 0;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  box-shadow: none;
}

.adv-icon-hover {
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.adv-icon {
  width: 76px;
  height: 76px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.34));
}

.adv-icon-static {
  display: block;
}

.adv-icon-gif {
  display: block;
}

.adv-title {
  margin: 0 0 8px;
  font-size: clamp(1.12rem, 1.6vw, 1.34rem);
  font-weight: 700;
  color: #f3f8ff;
  line-height: 1.28;
}

.adv-description {
  margin: 0;
  color: rgba(201, 208, 220, 0.8);
  font-size: clamp(0.92rem, 1.35vw, 1rem);
  line-height: 1.52;
}

@keyframes statsCardReveal {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes advantagesCardReveal {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.988);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1150px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 768px) {
  .advantages-section {
    gap: 18px;
    padding: 10px 8px 42px;
  }

  .stats-shell {
    border-radius: 22px;
    padding: 16px 14px 14px;
    margin-top: 0;
  }

  .stats-header {
    margin-bottom: 16px;
  }

  .advantages-shell {
    border-radius: 22px;
    padding: 16px 14px;
  }

  .advantages-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .adv-card {
    min-height: 0;
    padding: 14px 14px 12px;
    border-radius: 16px;
  }
}
/* New Server Tariff Cards Styles */
.new-server-section {
  padding: 12px 20px 20px;
  width: min(100%, 1680px);
  max-width: 100%;
  margin: 0 auto;
  margin-top: 0;
  font-family: var(--font-main);
  /* Main page accent palette */
  --accent-main: #ff5e00;   /* orange */
  --accent-alt2: #ff2a6d;   /* pink */
  --accent-alt:  #a855f7;   /* purple */
}

.new-server-section h2 {
  color: #e1dbff;
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: var(--font-main);
}

/* Layout tweaks for main page section */
.new-server-section .tariff-plans-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  justify-content: center;
  width: 100%;
}

@media (max-width: 1600px) {
  .new-server-section .tariff-plans-grid {
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 24px;
  }
}

@media (max-width: 1200px) {
  .new-server-section .tariff-plans-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 28px;
  }
}

@media (max-width: 900px) {
  .new-server-section .tariff-plans-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
  }
}

@media (max-width: 650px) {
  .new-server-section .tariff-plans-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Use unique colors for each tariff type */
.new-server-section .tariff-proxy::before {
  background: linear-gradient(90deg, #ff3a3a, #ff912b, #ff6b6b);
}

.new-server-section .tariff-mini::before {
  background: linear-gradient(90deg, #2dfff1, #22ff90, #4ecdc4);
}

.new-server-section .tariff-standard::before {
  background: linear-gradient(90deg, #2294ff, #00e7b9, #45b7d1);
}

.new-server-section .tariff-pro::before {
  background: linear-gradient(90deg, #fbff00, #ff6600, #f9ca24);
}

.new-server-section .tariff-ultimate::before {
  background: linear-gradient(90deg, #6e15ff, #ff00ff, #a55eea);
}

/* Proxy tariff colors */
.new-server-section .tariff-proxy:hover {
  border-color: rgba(255, 58, 58, 0.35);
  box-shadow: 0 10px 30px rgba(255, 58, 58, 0.18);
}

.new-server-section .tariff-proxy.selected {
  border-color: #ff3a3a;
  background: linear-gradient(135deg, rgba(255, 58, 58, 0.1) 0%, rgba(45, 45, 45, 0.9) 50%);
}

.new-server-section .tariff-proxy .tariff-price {
  color: #ff3a3a;
  text-shadow: 0 0 10px rgba(255, 58, 58, 0.5);
}

.new-server-section .tariff-proxy .tariff-select-btn:not(:disabled) {
  background: linear-gradient(135deg, #ff3a3a, #ff912b);
  color: #fff;
}

.new-server-section .tariff-proxy .tariff-select-btn:not(:disabled):hover {
  background: linear-gradient(135deg, #ff912b, #ff3a3a);
  box-shadow: 0 6px 20px rgba(255, 58, 58, 0.35);
}

/* Mini tariff colors */
.new-server-section .tariff-mini:hover {
  border-color: rgba(45, 255, 241, 0.35);
  box-shadow: 0 10px 30px rgba(45, 255, 241, 0.18);
}

.new-server-section .tariff-mini.selected {
  border-color: #2dfff1;
  background: linear-gradient(135deg, rgba(45, 255, 241, 0.1) 0%, rgba(45, 45, 45, 0.9) 50%);
}

.new-server-section .tariff-mini .tariff-price {
  color: #2dfff1;
  text-shadow: 0 0 10px rgba(45, 255, 241, 0.5);
}

.new-server-section .tariff-mini .tariff-select-btn:not(:disabled) {
  background: linear-gradient(135deg, #2dfff1, #22ff90);
  color: #000;
}

.new-server-section .tariff-mini .tariff-select-btn:not(:disabled):hover {
  background: linear-gradient(135deg, #22ff90, #2dfff1);
  box-shadow: 0 6px 20px rgba(45, 255, 241, 0.35);
}

/* Standard tariff colors */
.new-server-section .tariff-standard:hover {
  border-color: rgba(34, 148, 255, 0.35);
  box-shadow: 0 10px 30px rgba(34, 148, 255, 0.18);
}

.new-server-section .tariff-standard.selected {
  border-color: #2294ff;
  background: linear-gradient(135deg, rgba(34, 148, 255, 0.1) 0%, rgba(45, 45, 45, 0.9) 50%);
}

.new-server-section .tariff-standard .tariff-price {
  color: #2294ff;
  text-shadow: 0 0 10px rgba(34, 148, 255, 0.5);
}

.new-server-section .tariff-standard .tariff-select-btn:not(:disabled) {
  background: linear-gradient(135deg, #2294ff, #00e7b9);
  color: #fff;
}

.new-server-section .tariff-standard .tariff-select-btn:not(:disabled):hover {
  background: linear-gradient(135deg, #00e7b9, #2294ff);
  box-shadow: 0 6px 20px rgba(34, 148, 255, 0.35);
}

/* Pro tariff colors */
.new-server-section .tariff-pro:hover {
  border-color: rgba(251, 255, 0, 0.35);
  box-shadow: 0 10px 30px rgba(251, 255, 0, 0.18);
}

.new-server-section .tariff-pro.selected {
  border-color: #fbff00;
  background: linear-gradient(135deg, rgba(251, 255, 0, 0.1) 0%, rgba(45, 45, 45, 0.9) 50%);
}

.new-server-section .tariff-pro .tariff-price {
  color: #fbff00;
  text-shadow: 0 0 10px rgba(251, 255, 0, 0.5);
}

.new-server-section .tariff-pro .tariff-select-btn:not(:disabled) {
  background: linear-gradient(135deg, #fbff00, #ff6600);
  color: #000;
}

.new-server-section .tariff-pro .tariff-select-btn:not(:disabled):hover {
  background: linear-gradient(135deg, #ff6600, #fbff00);
  box-shadow: 0 6px 20px rgba(251, 255, 0, 0.35);
}

/* Ultimate tariff colors */
.new-server-section .tariff-ultimate:hover {
  border-color: rgba(110, 21, 255, 0.35);
  box-shadow: 0 10px 30px rgba(110, 21, 255, 0.18);
}

.new-server-section .tariff-ultimate.selected {
  border-color: #6e15ff;
  background: linear-gradient(135deg, rgba(110, 21, 255, 0.1) 0%, rgba(45, 45, 45, 0.9) 50%);
}

.new-server-section .tariff-ultimate .tariff-price {
  color: #6e15ff;
  text-shadow: 0 0 10px rgba(110, 21, 255, 0.5);
}

.new-server-section .tariff-ultimate .tariff-select-btn:not(:disabled) {
  background: linear-gradient(135deg, #6e15ff, #ff00ff);
  color: #fff;
}

/* Price info button styles */
.tariff-price-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.price-info-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.info-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #6c757d;
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #6c757d;
}

.new-server-section .tariff-ultimate .tariff-select-btn:not(:disabled):hover {
  background: linear-gradient(135deg, #ff00ff, #6e15ff);
  box-shadow: 0 6px 20px rgba(110, 21, 255, 0.35);
}

.new-server-section .tariff-name {
  left: -5px;
  top: 15px;
  font-size: 1.85rem;
  font-family: var(--font-main);
  font-weight: 800;
  animation: neonSlide 2s linear infinite !important;
}

/* Add inner spacing to avoid hugging */
.new-server-section .tariff-card {
  padding-top: 16px;
  font-family: var(--font-main);
}

.new-server-section .tariff-price,
.new-server-section .tariff-price .currency,
.new-server-section .spec-label,
.new-server-section .spec-value,
.new-server-section .tariff-select-btn {
  font-family: var(--font-main);
}

.new-server-section .tariff-price {
  font-weight: 900;
}

.new-server-section .tariff-select-btn {
  font-weight: 800;
}

.new-server-section .tariff-header {
  height: 76px;
}

.new-server-section .tariff-image {
  width: 120px;
  height: 120px;
  right: -10px;
  top: -10px;
  opacity: 0.25;
}

/* Unique spec colors for each tariff type */
.new-server-section .tariff-proxy .spec-value {
  color: #ff912b;
  text-shadow: 0 0 8px rgba(255, 145, 43, 0.25);
}

.new-server-section .tariff-proxy .spec-fill {
  background: linear-gradient(90deg, #ff3a3a, #ff912b);
}

.new-server-section .tariff-mini .spec-value {
  color: #22ff90;
  text-shadow: 0 0 8px rgba(34, 255, 144, 0.25);
}

.new-server-section .tariff-mini .spec-fill {
  background: linear-gradient(90deg, #2dfff1, #22ff90);
}

.new-server-section .tariff-standard .spec-value {
  color: #00e7b9;
  text-shadow: 0 0 8px rgba(0, 231, 185, 0.25);
}

.new-server-section .tariff-standard .spec-fill {
  background: linear-gradient(90deg, #2294ff, #00e7b9);
}

.new-server-section .tariff-pro .spec-value {
  color: #ff6600;
  text-shadow: 0 0 8px rgba(255, 102, 0, 0.25);
}

.new-server-section .tariff-pro .spec-fill {
  background: linear-gradient(90deg, #fbff00, #ff6600);
}

.new-server-section .tariff-ultimate .spec-value {
  color: #ff00ff;
  text-shadow: 0 0 8px rgba(255, 0, 255, 0.25);
}

.new-server-section .tariff-ultimate .spec-fill {
  background: linear-gradient(90deg, #6e15ff, #ff00ff);
}

.server-creation-form {
  margin-bottom: 30px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.server-creation-form h3 {
  color: #e1dbff;
  margin-bottom: 15px;
  font-size: 1.3rem;
  font-weight: 500;
}

.server-name-input {
  width: 100%;
  max-width: 400px;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #e1dbff;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.3s ease;
}

.server-name-input:focus {
  border-color: #00ff88;
}

.server-name-input::-moz-placeholder {
  color: rgba(225, 219, 255, 0.5);
}

.server-name-input::placeholder {
  color: rgba(225, 219, 255, 0.5);
}

/* Tariff Plans Grid */
.tariff-plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 50px;
  width: 100%;
  min-width: 0;
}

/* Individual Tariff Card */
.tariff-card {
  background: linear-gradient(135deg, rgba(45, 45, 45, 0.9) 0%, rgba(30, 30, 35, 0.95) 100%);
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 0 24px 24px 24px;
  position: relative;
  transition: all 0.3s ease;
  cursor: default; /* Remove pointer cursor from card */
  overflow: hidden;
  min-height: 192px;
}

.tariff-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #00ff88, #00d4aa, #00b8ff);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tariff-card:hover {
  border-color: rgba(0, 255, 136, 0.3);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 255, 136, 0.15);
}

.tariff-card:hover::before {
  opacity: 1;
}

.tariff-card.selected {
  border-color: #00ff88;
  background: linear-gradient(135deg, rgba(0, 255, 136, 0.1) 0%, rgba(45, 45, 45, 0.9) 50%);
}

.tariff-card.selected::before {
  opacity: 1;
}

/* Tariff Header */
.tariff-header {
  position: relative;
  margin-bottom: 28px;
  height: 72px;
}

.tariff-image {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 150px;
  height: 150px;
  border-radius: 16px;
  overflow: hidden;
  opacity: 1;
  z-index: 1;
}

.tariff-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(1.2);
}

.tariff-name {
  position: absolute;
  top: 10px;
  left: -7px;
  font-size: 1.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 2;
  margin: 0;
  display: inline-block;
  background: repeating-linear-gradient(90deg,var(--c1) 0%, var(--c2) 50%, var(--c1) 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: neonSlide 2s linear infinite;
}

/* Per-tariff gradient color variables */
.tariff-proxy {
  --c1: #ff3a3a; /* red */
  --c2: #ff912b; /* orange */
}

.tariff-mini {
  --c1: #2dfff1; /* teal */
  --c2: #22ff90; /* green */
}

.tariff-standard {
  --c1: #2294ff; /* light blue */
  --c2: #00e7b9; /* aqua */
}

.tariff-pro {
  --c1: #fbff00; /* yellow */
  --c2: #ff6600; /* deep orange */
}

.tariff-ultimate {
  --c1: #6e15ff; /* purple */
  --c2: #ff00ff; /* light purple */
}

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


@keyframes flowingProxy {
  0% { 
    color: #ff6b6b;
    text-shadow: 0 0 10px #ff6b6b, 0 0 20px #ff6b6b, 0 0 30px #ff6b6b;
  }
  50% { 
    color: #ff9f43;
    text-shadow: 0 0 10px #ff9f43, 0 0 20px #ff9f43, 0 0 30px #ff9f43;
  }
  100% { 
    color: #ff6b6b;
    text-shadow: 0 0 10px #ff6b6b, 0 0 20px #ff6b6b, 0 0 30px #ff6b6b;
  }
}

@keyframes flowingMini {
  0% { 
    color: #4ecdc4;
    text-shadow: 0 0 10px #4ecdc4, 0 0 20px #4ecdc4, 0 0 30px #4ecdc4;
  }
  50% { 
    color: #26de81;
    text-shadow: 0 0 10px #26de81, 0 0 20px #26de81, 0 0 30px #26de81;
  }
  100% { 
    color: #4ecdc4;
    text-shadow: 0 0 10px #4ecdc4, 0 0 20px #4ecdc4, 0 0 30px #4ecdc4;
  }
}

@keyframes flowingStandard {
  0% { 
    color: #45b7d1;
    text-shadow: 0 0 10px #45b7d1, 0 0 20px #45b7d1, 0 0 30px #45b7d1;
  }
  50% { 
    color: #74b9ff;
    text-shadow: 0 0 10px #74b9ff, 0 0 20px #74b9ff, 0 0 30px #74b9ff;
  }
  100% { 
    color: #45b7d1;
    text-shadow: 0 0 10px #45b7d1, 0 0 20px #45b7d1, 0 0 30px #45b7d1;
  }
}

@keyframes flowingPro {
  0% { 
    color: #f9ca24;
    text-shadow: 0 0 10px #f9ca24, 0 0 20px #f9ca24, 0 0 30px #f9ca24;
  }
  50% { 
    color: #f0932b;
    text-shadow: 0 0 10px #f0932b, 0 0 20px #f0932b, 0 0 30px #f0932b;
  }
  100% { 
    color: #f9ca24;
    text-shadow: 0 0 10px #f9ca24, 0 0 20px #f9ca24, 0 0 30px #f9ca24;
  }
}

@keyframes flowingUltimate {
  0% { 
    color: #a55eea;
    text-shadow: 0 0 10px #a55eea, 0 0 20px #a55eea, 0 0 30px #a55eea;
  }
  50% { 
    color: #fd79a8;
    text-shadow: 0 0 10px #fd79a8, 0 0 20px #fd79a8, 0 0 30px #fd79a8;
  }
  100% { 
    color: #a55eea;
    text-shadow: 0 0 10px #a55eea, 0 0 20px #a55eea, 0 0 30px #a55eea;
  }
}

.tariff-price-container {
  position: absolute;
  top: 38px;
  left: -5px;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 2;
}

.tariff-price {
  color: #00ff88;
  font-size: 2.2rem;
  font-weight: 900;
  display: flex;
  align-items: baseline;
  gap: 4px;
  text-shadow: 0 0 10px #00ff88;
  }

.tariff-price .currency {
  font-size: 1.2rem;
  color: rgba(225, 219, 255, 0.9);
  font-weight: 500;
  text-shadow: 0 0 5px rgba(225, 219, 255, 0.5);
}

/* Per-tariff price glow */
.tariff-proxy .tariff-price {
  color: #ff3a3a;
  text-shadow: 0 0 8px rgba(255, 58, 58, 0.6), 0 0 18px rgba(255, 145, 43, 0.45);
}

.tariff-mini .tariff-price {
  color: #22ff90;
  text-shadow: 0 0 8px rgba(34, 255, 144, 0.6), 0 0 18px rgba(45, 255, 241, 0.45);
}

.tariff-standard .tariff-price {
  color: #2294ff;
  text-shadow: 0 0 8px rgba(34, 148, 255, 0.6), 0 0 18px rgba(0, 231, 185, 0.45);
}

.tariff-pro .tariff-price {
  color: #ffd400;
  text-shadow: 0 0 8px rgba(255, 212, 0, 0.65), 0 0 18px rgba(255, 102, 0, 0.45);
}

.tariff-ultimate .tariff-price {
  color: #d21bff;
  text-shadow: 0 0 8px rgba(210, 27, 255, 0.65), 0 0 18px rgba(110, 21, 255, 0.45);
}

.price-info-btn {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #6c757d;
  border: 1px solid #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 4px;
}

.price-info-btn:hover {
  background: #6c757d;
  transform: scale(1.1);
}

.info-icon {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}

.price-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1000;
}

.price-info-btn:hover .price-tooltip {
  opacity: 1;
  visibility: visible;
}

.tooltip-content {
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid #00ff88;
  border-radius: 8px;
  padding: 12px;
  min-width: 200px;
  box-shadow: 0 4px 20px rgba(0, 255, 136, 0.3);
  backdrop-filter: blur(10px);
}

.hourly-rate {
  color: #00ff88;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
  text-shadow: 0 0 5px #00ff88;
}

.payment-info {
  color: rgba(225, 219, 255, 0.9);
  font-size: 12px;
  line-height: 1.4;
}

.tooltip-content::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #00ff88;
}

/* Tariff Specifications */
.tariff-specs {
  position: relative;
  z-index: 3;
  margin-bottom: 20px;
}

.spec-item {
  z-index: 3;
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
  transition: all 0.2s ease;
}

.spec-item:hover {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.spec-item:last-child {
  border-bottom: none;
}

.spec-icon {
  width: 45px;
  height: 45px;
  margin-right: 8px;
  margin-left: -8px;
  opacity: 1;
  filter: brightness(1.1);
}

.spec-label {
  color: #e1dbff;
  font-size: 1rem;
  font-weight: 600;
  flex: 1;
  min-width: 0;
  letter-spacing: 0.5px;
}

.spec-value {
  color: #00fff2;
  font-weight: 700;
  font-size: 1.1rem;
  min-width: 70px;
  text-align: right;
  text-shadow: 0 0 8px rgba(0, 47, 255, 0.3);
}

/* CPU Progress Bar */
.spec-bar {
  width: 80px;
  height: 8px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  margin: 0 12px;
  position: relative;
  overflow: hidden;
}

.spec-fill {
  height: 100%;
  background: linear-gradient(90deg, #00ff88, #00d4aa);
  border-radius: 4px;
  transition: width 0.8s ease;
  position: relative;
}

.spec-fill::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% { left: -100%; }
  100% { left: 100%; }
}

/* Tariff Features */
.tariff-features {
  display: none;
  margin-bottom: 24px;
}

.feature {
  color: rgba(225, 219, 255, 0.9);
  font-size: 1.1rem;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
  line-height: 1.4;
}

.feature:last-child {
  margin-bottom: 0;
}

/* Select Button */
.tariff-select-btn {
  width: 100%;
  padding: 14px 20px;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer !important;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  pointer-events: auto !important;
  z-index: 10;
}

.tariff-select-btn:not(:disabled) {
  background: linear-gradient(135deg, #00ff88, #00d4aa);
  color: #000;
  opacity: 1 !important;
}

.tariff-select-btn:not(:disabled):hover {
  background: linear-gradient(135deg, #00d4aa, #00ff88);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 255, 136, 0.3);
}

.tariff-select-btn.selected {
  background: linear-gradient(135deg, #ff6b35, #ff8f65);
  color: white;
}

.tariff-select-btn:disabled {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(225, 219, 255, 0.5);
  cursor: not-allowed;
  opacity: 1 !important;
}

/* Create Server Action */
.create-server-action {
  text-align: center;
  padding: 30px 0;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  margin-top: 30px;
}

.btn.primary.large {
  padding: 16px 40px;
  font-size: 1.2rem;
  font-weight: 700;
  background: linear-gradient(135deg, #00ff88, #00d4aa);
  color: #000;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn.primary.large:hover {
  background: linear-gradient(135deg, #00d4aa, #00ff88);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 255, 136, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
  .tariff-plans-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .tariff-card {
    padding: 20px;
  }
  
  .tariff-name {
    font-size: 1.3rem;
  }
  
  .tariff-price {
    font-size: 1.5rem;
  }
  
  .spec-label {
    font-size: 1.1rem;
  }
  
  .feature {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .new-server-section {
    padding: 12px 12px 16px;
  }
  
  .tariff-card {
    padding: 16px;
  }
  
  .tariff-image {
    width: 60px;
    height: 60px;
  }
  
  .spec-bar {
    width: 60px;
  }
}

/* Dashboard override: keep main-page glow styling in /new-server */
.new-server-section .tariff-card {
  background: linear-gradient(135deg, rgba(45, 45, 45, 0.9) 0%, rgba(30, 30, 35, 0.95) 100%);
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.new-server-section .tariff-card:hover {
  border-color: rgba(0, 255, 136, 0.3);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 255, 136, 0.15);
}

.new-server-section .tariff-card.selected {
  border-color: #00ff88;
  background: linear-gradient(135deg, rgba(0, 255, 136, 0.1) 0%, rgba(45, 45, 45, 0.9) 50%);
}

/* Main page tariff info popover */
.new-server-section--home-copy .tariff-name {
  top: 12px;
  left: -5px;
  font-size: clamp(1.6rem, 1.8vw, 1.9rem);
  line-height: 1;
  background: repeating-linear-gradient(90deg, var(--c1) 0%, var(--c2) 50%, var(--c1) 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: neonSlide 2s linear infinite !important;
}

.new-server-section--home-copy .tariff-card {
  position: relative;
}

.new-server-section--home-copy .tariff-header {
  height: 70px;
}

.new-server-section--home-copy .tariff-price-container {
  position: absolute;
  z-index: 4;
  top: 38px;
  left: -5px;
  right: 54px;
}

.new-server-section--home-copy .tariff-price {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
  max-width: 100%;
  font-size: clamp(1.75rem, 2vw, 2.2rem);
}

.new-server-section--home-copy .tariff-price .currency {
  font-size: clamp(0.95rem, 1vw, 1.15rem);
}

.new-server-section--home-copy .price-info-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 34px;
  height: 34px;
  margin-top: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  background: rgba(117, 125, 140, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  z-index: 6;
  transition: transform 0.14s ease-out, background-color 0.14s ease-out, box-shadow 0.14s ease-out;
}

.new-server-section--home-copy .price-info-btn:hover,
.new-server-section--home-copy .price-info-btn--active {
  background: rgba(145, 154, 170, 0.95);
  transform: translateY(-1px) scale(1.04);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

.new-server-section--home-copy .info-icon {
  color: #fff;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.new-server-section--home-copy .info-icon svg {
  width: 16px;
  height: 16px;
}

.tariff-info-popover--home {
  position: fixed;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(20, 24, 34, 0.98) 0%, rgba(11, 15, 24, 0.96) 100%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 50%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  z-index: 20;
  opacity: 1;
  pointer-events: auto;
  transform-origin: top right;
  animation: tariffPopoverReveal 0.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.tariff-info-popover--home.tariff-info-popover--closing {
  pointer-events: none;
  animation: tariffPopoverHide 0.22s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.tariff-info-popover--home::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 18px;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(18, 22, 32, 0.98);
}

@keyframes tariffPopoverReveal {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes tariffPopoverHide {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
  to {
    opacity: 0;
    transform: translateY(-6px) scale(0.97);
    filter: blur(6px);
  }
}

.new-server-section--home-copy .tariff-select-btn {
  display: block;
  width: 100%;
  min-width: 100%;
  flex: 0 0 auto;
  white-space: nowrap;
  text-align: center;
}

.tariff-info-popover--home .tariff-info-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 12px;
}

.tariff-info-popover--home .tariff-info-row:last-child {
  margin-bottom: 0;
}

.tariff-info-popover--home .tariff-info-label {
  color: rgba(225, 219, 255, 0.58);
  font-size: 0.84rem;
  line-height: 1.2;
  font-weight: 700;
}

.tariff-info-popover--home .tariff-info-value {
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.28;
  font-weight: 800;
}

.tariff-info-popover--home .tariff-info-inline-note {
  color: #ffb7b0;
}

.tariff-info-popover--home .tariff-info-row--processor .tariff-info-value {
  color: #ffb7b0;
}

.tariff-info-popover--home .tariff-info-row--price .tariff-info-value {
  color: #aaffc7;
}

.tariff-info-popover--home .tariff-info-row--fit .tariff-info-value {
  color: #9ef8ff;
}

.tariff-info-popover--home .tariff-info-row--plugins .tariff-info-value {
  color: #fff3a2;
}

@media (max-width: 768px) {
  .tariff-info-popover--home {
    padding: 12px;
  }

  .tariff-info-popover--home::before {
    right: 12px;
  }
}
.faq-section {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 4rem 1rem;
}

.faq-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  color: #ffffff;
  position: relative;
}
.faq-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1rem;
  width: 80px;
  height: 4px;
  background: #ff8c00;
  transform: translateX(-50%);
  border-radius: 2px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  margin-bottom: 1.25rem;
  overflow: hidden;
  transition: border-color 0.25s ease;
}
.faq-item.open {
  border-color: #ff8c00;
}

.faq-question {
  width: 100%;
  padding: 0.75rem 1rem;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95rem;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
}
.faq-icon {
  font-size: 1.25rem;
  margin-left: 1rem;
  color: #ff8c00;
  transition: transform 0.3s ease, color 0.3s ease;
}
.faq-item.open .faq-icon {
  color: #ff8c00;
  transform: rotate(90deg);
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  transition: all 0.35s ease;
  padding: 0 1.5rem;
}
.faq-item.open .faq-answer {
  max-height: 400px;
  opacity: 1;
  padding: 0 1.5rem 1.25rem;
}

.faq-answer p {
  color: #d6d9e0;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .faq-title {
    font-size: 1.5rem;
  }
  .faq-question {
    font-size: 1rem;
  }
}
.footer-section {
  width: 100%;
  padding: 1.5rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  color: #d6d9e0;
}

.subscribe-text {
  flex: 1 1 300px;
}
.subscribe-title {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.75rem;
}
.subscribe-desc {
  max-width: 380px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.subscribe-form {
  flex: 1 1 280px;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.subscribe-input {
  flex: 1;
  padding: 0.9rem 1.2rem;
  border-radius: 9999px;
  border: none;
  outline: none;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  font-size: 1rem;
}
.subscribe-input::-moz-placeholder {
  color: #c4c4c4;
}
.subscribe-input::placeholder {
  color: #c4c4c4;
}
.subscribe-btn {
  padding: 0.9rem 1.8rem;
  border: none;
  border-radius: 9999px;
  background: linear-gradient(90deg, #ff8c00 0%, #ffa733 100%);
  font-weight: 600;
  color: #111;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.subscribe-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

/* === Links section === */
.footer-links {
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
.footer-brand {
  flex: 1 1 220px;
}
.brand-name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.brand-tag {
  font-size: 0.9rem;
  line-height: 1.4;
}
.link-columns {
  flex: 2 1 420px;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.link-col {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.link-title {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.4rem;
}
.link-col a {
  font-size: 0.9rem;
  color: #d6d9e0;
  text-decoration: none;
  transition: color 0.25s ease;
}
.link-col a:hover {
  color: #ff8c00;
}
.link-text {
  font-size: 0.9rem;
  color: #d6d9e0;
}

.footer-brand a {
  color: #d6d9e0;
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer-brand a:hover {
  color: #ff8c00;
}

.payment-method {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}
.payment-icon {
  width: 56px;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(255, 140, 0, 0.25));
}

.footer-meta {
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-copy {
  font-size: 0.85rem;
  color: #aeb4c1;
}

/* === Socials === */
.footer-socials {
  margin-top: 2rem;
  display: flex;
  gap: 1.5rem;
}
.footer-socials a {
  display: inline-flex;
}
.footer-socials svg {
  transition: transform 0.25s ease;
}
.footer-socials a:hover svg {
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .subscribe-title {
    font-size: 1.6rem;
  }
  .link-columns {
    flex-direction: column;
    gap: 1.5rem;
  }
  .footer-meta {
    justify-content: center;
    text-align: center;
  }
}
.scroll-to-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 1000;
  
  /* Glass/blur background matching site style */
  backdrop-filter: blur(25px) saturate(0%);
  -webkit-backdrop-filter: blur(25px) saturate(0%);
  background-color: rgba(17, 25, 40, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  
  /* Icon styling */
  color: #e1dbff;
  display: flex;
  align-items: center;
  justify-content: center;
  
  /* Subtle glow effect */
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  
  /* Smooth transitions */
  transition: all 0.3s ease;
}

.scroll-to-top-btn:hover {
  /* Enhanced hover effects */
  background-color: rgba(17, 25, 40, 0.25);
  border: 1px solid rgba(255, 94, 0, 0.4);
  box-shadow: 0 0 30px rgba(255, 94, 0, 0.2);
  color: #ff5e00;
  transform: translateY(-2px) scale(1.05);
}

.scroll-to-top-btn:active {
  /* Click effect */
  transform: translateY(0) scale(0.95);
  box-shadow: 0 0 15px rgba(255, 94, 0, 0.3);
}

.scroll-to-top-btn svg {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.scroll-to-top-btn:hover svg {
  transform: translateY(-1px);
}

/* Responsive design */
@media (max-width: 768px) {
  .scroll-to-top-btn {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
  }
  
  .scroll-to-top-btn svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 480px) {
  .scroll-to-top-btn {
    width: 45px;
    height: 45px;
    bottom: 15px;
    right: 15px;
  }
  
  .scroll-to-top-btn svg {
    width: 18px;
    height: 18px;
  }
}
