.m-section>a.m-head {
  text-decoration: none;
}

.m-section>a.m-head:hover {
  text-decoration: none;
  color: inherit;
}

.m-section>a.m-head span,
.drawer-cta a span,
.nx-nav-right a span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nx-panel-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0;
  width: 42px;
  height: 42px;
  min-height: 42px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  text-decoration: none;
  border: 0;
  white-space: nowrap;
  background: #ffffff;
  color: #111827;
  transition: transform .2s cubic-bezier(0.16, 1, 0.3, 1), background .2s ease, color .2s ease;
}

.nx-panel-link i {
  font-size: 15px;
  flex: 0 0 auto;
}

.nx-panel-link__label {
  display: none;
}

.nx-panel-link:hover {
  transform: translateY(-1px);
  text-decoration: none;
  background: #f1f5f9;
  color: #111827;
}

.nx-panel-link--seller i {
  color: #65a30d;
}

.nx-panel-link--admin i {
  color: #6366f1;
}

@media (min-width: 1025px) {
  .nx-panel-link {
    display: none;
  }
}

@media (max-width: 420px) {
  .nx-panel-link {
    width: 38px;
    height: 38px;
    min-height: 38px;
  }
}

.m-section:has(.nx-m-panel-link) {
  background: linear-gradient(135deg, rgba(99, 102, 241, .14), rgba(163, 230, 53, .10));
  border-color: rgba(99, 102, 241, .32);
}

.m-head.nx-m-panel-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #e7eaf0;
}

.m-head.nx-m-panel-link > i.fa-angle-right {
  color: rgba(231, 234, 240, .7);
  font-size: 14px;
  flex: 0 0 auto;
}

.m-head.nx-m-panel-link.is-disabled {
  cursor: not-allowed;
  opacity: .6;
}

.m-head.nx-m-panel-link.is-disabled small {
  color: #f59e0b;
  font-weight: 800;
  font-size: 10px;
  letter-spacing: .05em;
  flex: 0 0 auto;
}

.vch-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .24);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.vch-lang-switch__item {
  min-width: 42px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: rgba(231, 234, 240, .72);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  letter-spacing: .4px;
  border: 1px solid transparent;
  transition: transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
}

.vch-lang-switch__item:hover {
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .10);
  text-decoration: none;
  transform: translateY(-1px);
}

.vch-lang-switch__item.is-active {
  color: #061018;
  background: linear-gradient(90deg, #ffcc00, #ff5a3c);
  border-color: rgba(255, 255, 255, .18);
  box-shadow: 0 8px 22px rgba(255, 183, 3, .18);
}

.vch-lang-switch__icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .10);
  font-size: 10px;
}

.vch-lang-switch__item.is-active .vch-lang-switch__icon {
  background: rgba(0, 0, 0, .14);
}

.vch-lang-switch__name {
  display: none;
}

.vch-lang-switch--drawer {
  width: 100%;
  margin: 10px 0 12px;
  padding: 6px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .04);
}

.vch-lang-switch--drawer .vch-lang-switch__item {
  flex: 1;
  height: 42px;
  min-width: 0;
}

.vch-lang-switch--drawer .vch-lang-switch__name {
  display: inline;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

@media (max-width: 1180px) {
  .vch-lang-switch__item {
    min-width: 38px;
    padding: 0 10px;
  }
}

@media (max-width: 1024px) {
  .vch-lang-switch--top {
    margin-left: auto;
  }

  .vch-lang-switch--top .vch-lang-switch__item {
    height: 36px;
    min-width: 38px;
    padding: 0 10px;
  }
}

@media (max-width: 420px) {
  .vch-lang-switch--top {
    gap: 3px;
    padding: 3px;
  }

  .vch-lang-switch--top .vch-lang-switch__item {
    height: 34px;
    min-width: 34px;
    padding: 0 8px;
    font-size: 11px;
  }

  .vch-lang-switch--top .vch-lang-switch__icon {
    display: none;
  }
}

.vch-lang-switch--compact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 10px 16px;
  min-height: 42px;
  border-radius: 10px;
  border: 1px solid #ffffff36;
  background: rgba(15, 18, 26, .85);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .4px;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform .15s ease, background .15s ease, border-color .15s ease, box-shadow .2s ease;
}

.vch-lang-switch--compact:hover,
.vch-lang-switch--compact:focus-visible {
  background: rgba(25, 28, 38, .95);
  border-color: rgba(255, 204, 0, .35);
  transform: translateY(-1px);
  color: #fff;
  text-decoration: none;
  outline: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .35);
}

.vch-lang-switch--compact:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 204, 0, .35);
}

.vch-lang-switch--compact:active {
  transform: translateY(0);
}

.vch-lang-switch__lang {
  color: #fff;
}

.vch-lang-switch__sep {
  margin: 0 6px;
  color: rgba(255, 255, 255, .35);
  font-weight: 600;
}

.vch-lang-switch__currency {
  background: linear-gradient(90deg, #ffcc00, #ff5a3c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

@media (max-width: 420px) {
  .vch-lang-switch--compact {
    padding: 9px 13px;
    min-height: 38px;
    font-size: 12px;
  }

  .vch-lang-switch__sep {
    margin: 0 5px;
  }
}

.vch-lc-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  -webkit-tap-highlight-color: transparent;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear .18s;
}

.vch-lc-modal.is-open {
  visibility: visible;
  pointer-events: auto;
  transition: visibility 0s linear 0s;
}

.vch-lc-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(5, 8, 14, .6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity .08s ease;
}

.vch-lc-modal.is-open .vch-lc-modal__overlay {
  opacity: 1;
}

.vch-lc-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 420px;
  background: #ffffff;
  color: #1a1a1a;
  border-radius: 16px;
  padding: 24px 22px 22px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
  transform: translateY(20px) scale(.94);
  transform-origin: center top;
  opacity: 0;
  transition: transform .42s cubic-bezier(0.16, 1, 0.3, 1), opacity .2s ease, box-shadow .42s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}

.vch-lc-modal.is-open .vch-lc-modal__dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .42);
}

.vch-lc-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.vch-lc-modal__title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #111;
  letter-spacing: .2px;
}

.vch-lc-modal__close {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 8px;
  font-size: 20px;
  line-height: 1;
  color: #555;
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
}

.vch-lc-modal__close:hover,
.vch-lc-modal__close:focus-visible {
  background: rgba(0, 0, 0, .06);
  color: #111;
  outline: none;
}

.vch-lc-modal__group {
  margin-bottom: 16px;
}

.vch-lc-modal__group:last-of-type {
  margin-bottom: 22px;
}

.vch-lc-modal__label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

.vch-lc-dropdown {
  position: relative;
  width: 100%;
  user-select: none;
}

.vch-lc-dropdown__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  color: #1a1a1a;
  background: #f3f4f6;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

.vch-lc-dropdown__trigger:hover {
  background: #ebedf0;
}

.vch-lc-dropdown.is-open .vch-lc-dropdown__trigger,
.vch-lc-dropdown__trigger:focus-visible {
  outline: none;
  border-color: #ffcc00;
  box-shadow: 0 0 0 3px rgba(255, 204, 0, .25);
}

.vch-lc-dropdown__trigger-text {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vch-lc-dropdown__trigger-icon {
  font-size: 16px;
  line-height: 1;
  flex-shrink: 0;
}

.vch-lc-dropdown__arrow {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform .2s ease;
  color: #888;
}

.vch-lc-dropdown.is-open .vch-lc-dropdown__arrow {
  transform: rotate(180deg);
  color: #555;
}

.vch-lc-dropdown__menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 50;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 6px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .12), 0 2px 6px rgba(0, 0, 0, .06);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px) scale(.97);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  max-height: 200px;
  overflow-y: auto;
}

.vch-lc-dropdown.is-open .vch-lc-dropdown__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.vch-lc-dropdown__menu::-webkit-scrollbar {
  width: 5px;
}

.vch-lc-dropdown__menu::-webkit-scrollbar-track {
  background: transparent;
}

.vch-lc-dropdown__menu::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 99px;
}

.vch-lc-dropdown__option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  border-radius: 8px;
  cursor: pointer;
  transition: background .12s ease, color .12s ease;
}

.vch-lc-dropdown__option:hover {
  background: #f3f4f6;
  color: #111;
}

.vch-lc-dropdown__option.is-selected {
  background: linear-gradient(90deg, rgba(255, 204, 0, .12), rgba(255, 90, 60, .08));
  color: #111;
  font-weight: 700;
}

.vch-lc-dropdown__option-icon {
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
}

.vch-lc-dropdown__option-label {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vch-lc-dropdown__option-check {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  opacity: 0;
  transition: opacity .15s ease;
  color: #f59e0b;
}

.vch-lc-dropdown__option.is-selected .vch-lc-dropdown__option-check {
  opacity: 1;
}

.vch-lc-modal__confirm {
  width: 100%;
  padding: 13px 18px;
  font-size: 15px;
  font-weight: 800;
  color: #1a1a1a;
  background: linear-gradient(90deg, #ffcc00, #ffb800);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  letter-spacing: .3px;
  box-shadow: 0 8px 18px rgba(255, 184, 0, .35);
  transition: transform .15s ease, box-shadow .2s ease, filter .15s ease;
}

.vch-lc-modal__confirm:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 12px 24px rgba(255, 184, 0, .45);
}

.vch-lc-modal__confirm:active {
  transform: translateY(0);
}

.vch-lc-modal__confirm:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 184, 0, .55);
}

@media (max-width: 480px) {
  .vch-lc-modal {
    padding: 14px;
  }

  .vch-lc-modal__dialog {
    padding: 20px 18px 18px;
    border-radius: 14px;
  }

  .vch-lc-modal__title {
    font-size: 16px;
  }
}

body.vch-lc-modal-open {
  overflow: hidden;
}

.nx-user-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nx-user-trigger {
  border: 1px solid #ffffff36;
  background: rgba(255, 255, 255, .05);
  color: var(--muted);
  font-weight: 600;
  font-size: 14px;
  padding: 10px 12px;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  transition: .15s ease;
  white-space: nowrap;
}

.nx-user-trigger:hover,
.nx-user-dropdown.open .nx-user-trigger {
  color: var(--text);
  background: rgba(255, 255, 255, .08);
  border-color: rgba(34, 211, 238, .18);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, .10);
}

.nx-user-trigger-name {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nx-user-trigger-arrow {
  font-size: 12px;
  transition: transform .15s ease;
}

.nx-user-dropdown.open .nx-user-trigger-arrow {
  transform: rotate(180deg);
}

.nx-user-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 220px;
  padding: 8px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(10, 14, 22, .98), rgba(0, 0, 0, .96));
  border: 1px solid rgba(255, 255, 255, .10);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .50);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px) scale(.96);
  transform-origin: top right;
  transition: opacity .24s cubic-bezier(0.16, 1, 0.3, 1), transform .24s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear .24s;
  z-index: 999;
}

.nx-user-dropdown.open .nx-user-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  transition-delay: 0s;
}

body .menu {
  display: block;
  visibility: hidden;
  pointer-events: none;
  transform-origin: top left;
  transform: translateY(10px) scale(.975);
  opacity: 0;
  transition: opacity .24s cubic-bezier(0.16, 1, 0.3, 1), transform .24s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear .24s;
}

body .menu.open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: 0s;
}

body .nx-user-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px) scale(.96);
  transform-origin: top right;
  transition: opacity .24s cubic-bezier(0.16, 1, 0.3, 1), transform .24s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear .24s;
}

body .nx-user-dropdown.open .nx-user-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  transition-delay: 0s;
}

.nx-user-menu-item {
  width: 100%;
  color: var(--text);
  text-decoration: none;
  padding: 11px 12px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  transition: .15s ease;
}

.nx-user-menu-item:hover {
  color: var(--text);
  text-decoration: none;
  background: rgba(255, 255, 255, .08);
}

.nx-user-menu-suspended {
  cursor: not-allowed;
  opacity: .6;
  pointer-events: none;
  position: relative;
}

.nx-user-menu-suspended:hover {
  background: transparent;
}

.nx-user-menu-badge {
  margin-left: auto;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(255, 71, 87, .18);
  color: #ff6b6b;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .04em;
}

.nx-user-menu-wallet {
  color: #000;
  background: #ffb703;
  margin-top: 4px;
}

.nx-user-menu-wallet:hover {
  color: #000;
  background: #ffc233;
}

.nx-user-menu-logout {
  color: #ffb4b4;
  margin-top: 4px;
}

.nx-user-menu-logout:hover {
  color: #fff;
  background: rgba(255, 71, 87, .20);
}

@media (max-width: 1024px) {
  .nx-user-dropdown {
    display: inline-flex;
  }

  .nx-user-trigger-name {
    max-width: 130px;
  }
}

@media (max-width: 575px) {
  .nx-user-dropdown {
    display: none;
  }
}

.overlay {
  transition: opacity .35s cubic-bezier(0.16, 1, 0.3, 1), backdrop-filter .35s cubic-bezier(0.16, 1, 0.3, 1), -webkit-backdrop-filter .35s cubic-bezier(0.16, 1, 0.3, 1);
}

.drawer {
  will-change: transform;
  transform: translateX(110%);
  transition: transform .4s cubic-bezier(0.16, 1, 0.3, 1);
}

.drawer.open {
  transform: translateX(0);
}

.drawer.open .drawer-top {
  animation: nxDrawerSlideIn .5s cubic-bezier(0.16, 1, 0.3, 1) .05s both;
}

.drawer.open .drawer-body {
  animation: nxDrawerSlideIn .5s cubic-bezier(0.16, 1, 0.3, 1) .12s both;
}

.drawer.open .drawer-body > * {
  animation: nxDrawerSlideIn .5s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.drawer.open .drawer-body > *:nth-child(1) { animation-delay: .16s; }
.drawer.open .drawer-body > *:nth-child(2) { animation-delay: .21s; }
.drawer.open .drawer-body > *:nth-child(3) { animation-delay: .26s; }
.drawer.open .drawer-body > *:nth-child(4) { animation-delay: .31s; }
.drawer.open .drawer-body > *:nth-child(5) { animation-delay: .36s; }
.drawer.open .drawer-body > *:nth-child(6) { animation-delay: .41s; }
.drawer.open .drawer-body > *:nth-child(n + 7) { animation-delay: .46s; }

@keyframes nxDrawerSlideIn {
  from {
    opacity: 0;
    transform: translateX(24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .drawer {
    transition-duration: .01ms;
  }

  .drawer.open .drawer-top,
  .drawer.open .drawer-body,
  .drawer.open .drawer-body > * {
    animation: none;
  }
}
