:root {
  --cyan: #00eea8;
  --mint: #00eea8;
  --sb: 220px;
  --glass: rgba(0, 0, 0, 0.65);
  --glass-border: rgba(0, 238, 168, 0.12);
  --glass-glow: rgba(0, 238, 168, 0.05);
  --font-main: "Poppins", sans-serif;
  --font-header: "Rajdhani", sans-serif;
  --font-cyber: "Orbitron", sans-serif;
}

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

html,
body {
  height: 100%;
  overflow: hidden
}

body {
  background: #070b14;
  color: #e1e1e1;
  font-family: "Poppins", sans-serif
}

#bg-cv {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .5
}

.scanlines {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0, 0, 0, .04) 2px, rgba(0, 0, 0, .04) 4px)
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px)
  }

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

@keyframes slideL {
  from {
    opacity: 0;
    transform: translateX(-18px)
  }

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

@keyframes logoPulse {

  0%,
  100% {
    filter: drop-shadow(0 0 12px rgba(0, 180, 255, .5))
  }

  50% {
    filter: drop-shadow(0 0 26px rgba(0, 210, 255, .9))
  }
}

@keyframes mintPulse {

  0%,
  100% {
    box-shadow: 0 0 0 rgba(0, 238, 168, 0), 0 8px 28px rgba(0, 238, 168, .22);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(0, 238, 168, 0), 0 8px 36px rgba(0, 238, 168, .4);
    transform: scale(1.02);
  }
}

@keyframes shopPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 238, 168, 0.7);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(0, 238, 168, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 238, 168, 0);
  }
}

.shop-pulse {
  animation: shopPulse 2s infinite;
}

.sk-glow-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(0, 238, 168, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}


@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false
}

@keyframes bgridShift {
  from {
    background-position: 0 0
  }

  to {
    background-position: 0 40px
  }
}

@keyframes borbPulse {

  0%,
  100% {
    opacity: .7;
    transform: scale(1)
  }

  50% {
    opacity: 1;
    transform: scale(1.15)
  }
}

@keyframes bstripePulse {

  0%,
  100% {
    opacity: .6
  }

  50% {
    opacity: 1
  }
}

@keyframes bdotBlink {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .3
  }
}

@keyframes bbarAnim {

  0%,
  100% {
    transform: scaleY(1);
    opacity: .7
  }

  50% {
    transform: scaleY(.4);
    opacity: 1
  }
}

@keyframes bFadeUp {
  from {
    opacity: 0;
    transform: translateY(12px)
  }

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

@keyframes blink {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .3
  }
}

.fg-banner {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 14px;
  overflow: hidden;
  cursor: default;
  margin-bottom: 26px;
}

.fg-banner .bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(ellipse 80% 60% at 75% 50%, rgba(0, 238, 168, .18) 0%, transparent 65%),
    radial-gradient(circle at 20% 40%, rgba(0, 210, 255, .08) 0%, transparent 40%),
    linear-gradient(135deg, #020806 0%, #04120e 50%, #020705 100%)
}

.fg-banner canvas {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.fg-banner .bgrid {
  position: absolute;
  inset: 0;
  z-index: 3;
  background-image: linear-gradient(rgba(0, 238, 168, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 238, 168, .06) 1px, transparent 1px);
  background-size: 40px 40px;
  animation: bgridShift 20s linear infinite;
  mask-image: linear-gradient(90deg, transparent 0%, black 20%, black 80%, transparent 100%)
}

.fg-banner .bscan {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(0, 0, 0, .06) 3px, rgba(0, 0, 0, .06) 4px);
  pointer-events: none;
  z-index: 10
}

.fg-banner .borb {
  position: absolute;
  border-radius: 50%;
  filter: blur(55px);
  pointer-events: none
}

.fg-banner .borb-1 {
  width: 280px;
  height: 280px;
  background: rgba(0, 160, 80, .22);
  top: -80px;
  right: 80px;
  animation: borbPulse 6s ease-in-out infinite
}

.fg-banner .borb-2 {
  width: 180px;
  height: 180px;
  background: rgba(0, 238, 168, .12);
  bottom: -60px;
  left: 120px;
  animation: borbPulse 8s ease-in-out infinite reverse
}

.fg-banner .borb-3 {
  width: 160px;
  height: 160px;
  background: rgba(0, 100, 50, .1);
  top: 20px;
  left: 40px;
  animation: borbPulse 10s ease-in-out infinite 2s
}

.fg-banner .bstripe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 52%;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(0, 238, 168, .6) 30%, rgba(0, 180, 100, .9) 60%, transparent);
  transform: skewX(-12deg);
  box-shadow: 0 0 20px rgba(0, 238, 168, .5);
  animation: bstripePulse 3s ease-in-out infinite
}

.fg-banner .bstripe-2 {
  left: 54%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(0, 238, 168, .3) 40%, rgba(0, 200, 120, .5) 60%, transparent);
  animation: bstripePulse 3s ease-in-out infinite .5s;
  box-shadow: none
}

.fg-banner .bshimmer {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, .04) 50%, transparent 60%);
  transform: translateX(-100%);
  pointer-events: none;
  z-index: 8
}

.fg-banner:hover .bshimmer {
  transform: translateX(200%);
  transition: transform .8s ease
}

.fg-banner .bglowbot {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 238, 168, .5) 30%, rgba(0, 238, 168, .8) 50%, rgba(0, 238, 168, .5) 70%, transparent);
  box-shadow: 0 0 10px rgba(0, 238, 168, .4)
}

.fg-banner .bglowtop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .04) 30%, rgba(255, 255, 255, .08) 50%, rgba(255, 255, 255, .04) 70%, transparent)
}

.fg-banner .bcorner {
  position: absolute;
  width: 16px;
  height: 16px;
  z-index: 6
}

.fg-banner .bc-tl {
  top: 10px;
  left: 10px;
  border-top: 2px solid rgba(0, 238, 168, .45);
  border-left: 2px solid rgba(0, 238, 168, .45);
  border-radius: 4px 0 0 0
}

.fg-banner .bc-tr {
  top: 10px;
  right: 10px;
  border-top: 2px solid rgba(0, 238, 168, .45);
  border-right: 2px solid rgba(0, 238, 168, .45);
  border-radius: 0 4px 0 0
}

.fg-banner .bc-bl {
  bottom: 10px;
  left: 10px;
  border-bottom: 2px solid rgba(0, 238, 168, .45);
  border-left: 2px solid rgba(0, 238, 168, .45);
  border-radius: 0 0 0 4px
}

.fg-banner .bc-br {
  bottom: 10px;
  right: 10px;
  border-bottom: 2px solid rgba(0, 238, 168, .45);
  border-right: 2px solid rgba(0, 238, 168, .45);
  border-radius: 0 0 4px 0
}

.fg-banner .bwave {
  position: absolute;
  bottom: 16px;
  left: 48px;
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 22px;
  opacity: .2;
  z-index: 5
}

.fg-banner .bbar {
  width: 3px;
  border-radius: 2px;
  background: linear-gradient(180deg, #00eea8, #009960);
  animation: bbarAnim 1.2s ease-in-out infinite
}

.fg-banner .bbar:nth-child(1) {
  height: 40%
}

.fg-banner .bbar:nth-child(2) {
  height: 70%;
  animation-delay: .1s
}

.fg-banner .bbar:nth-child(3) {
  height: 55%;
  animation-delay: .2s
}

.fg-banner .bbar:nth-child(4) {
  height: 90%;
  animation-delay: .05s
}

.fg-banner .bbar:nth-child(5) {
  height: 60%;
  animation-delay: .15s
}

.fg-banner .bbar:nth-child(6) {
  height: 45%;
  animation-delay: .25s
}

.fg-banner .bbar:nth-child(7) {
  height: 80%;
  animation-delay: .08s
}

.fg-banner .bbar:nth-child(8) {
  height: 50%;
  animation-delay: .18s
}

.fg-banner .bbar:nth-child(9) {
  height: 65%;
  animation-delay: .12s
}

.fg-banner .bbar:nth-child(10) {
  height: 35%;
  animation-delay: .22s
}

.fg-banner .bcontent {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 0 48px;
  z-index: 5
}

.fg-banner .bleft {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  align-items: flex-start
}

.fg-banner .btag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Rajdhani', sans-serif;
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #00cc88;
  opacity: 0;
  animation: bFadeUp .6s .1s cubic-bezier(.22, 1, .36, 1) forwards
}

.fg-banner .btag-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #00eea8;
  box-shadow: 0 0 8px #00eea8;
  animation: bdotBlink 2s ease-in-out infinite
}

.fg-banner .btitle {
  font-family: 'Orbitron', monospace;
  font-size: 2.55rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 30px rgba(0, 238, 168, .4), 0 0 60px rgba(0, 120, 60, .2);
  opacity: 0;
  animation: bFadeUp .6s .22s cubic-bezier(.22, 1, .36, 1) forwards
}

.fg-banner .btitle span {
  color: #00eea8;
  text-shadow: 0 0 20px rgba(0, 238, 168, .8)
}

.fg-banner .bsub {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: rgba(180, 255, 210, .4);
  opacity: 0;
  animation: bFadeUp .6s .32s cubic-bezier(.22, 1, .36, 1) forwards
}

.fg-banner .bstats {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  opacity: 0;
  animation: bFadeUp .6s .42s cubic-bezier(.22, 1, .36, 1) forwards
}

.fg-banner .bstat {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: 'Rajdhani', sans-serif;
  font-size: .91rem;
  font-weight: 600;
  letter-spacing: .06em;
  color: rgba(150, 220, 180, .75);
  text-transform: uppercase
}

.fg-banner .bright {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 40px;
  flex-shrink: 0;
  opacity: 0;
  animation: bFadeUp .6s .5s cubic-bezier(.22, 1, .36, 1) forwards
}

.fg-banner .bright img {
  height: 120px;
  width: auto;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 18px rgba(0, 238, 168, .6)) drop-shadow(0 0 40px rgba(0, 140, 80, .3))
}

@media(max-width:640px) {
  .fg-banner {
    height: 150px
  }

  .fg-banner .btitle {
    font-size: 1.75rem
  }

  .fg-banner .bcontent {
    padding: 0 22px
  }

  .fg-banner .bstats {
    display: none
  }

  .fg-banner .bright img {
    height: 90px
  }
}

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

  100% {
    background-position: 200% center
  }
}

.app-shell {
  display: grid;
  grid-template-columns: var(--sb) 1fr;
  grid-template-rows: 56px 1fr;
  grid-template-areas: "sb tb" "sb main";
  height: 100vh;
  position: relative;
  z-index: 2
}

.sidebar {
  grid-area: sb;
  background: rgba(0, 0, 0, .65);
  backdrop-filter: blur(22px);
  border-right: 1px solid rgba(0, 238, 168, .12);
  display: flex;
  flex-direction: column;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
  z-index: 50;
  animation: slideL .45s cubic-bezier(.22, 1, .36, 1) both
}

.sb-edge {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 7px;
  cursor: pointer;
  z-index: 10;
  background: linear-gradient(180deg, transparent, rgba(0, 238, 168, .4) 30%, rgba(0, 180, 168, .6) 60%, transparent);
  opacity: .55;
  transition: width .2s, opacity .2s
}

.sb-edge:hover {
  width: 10px;
  opacity: 1;
  box-shadow: -3px 0 14px rgba(0, 238, 168, .3)
}

.sb-logo {
  padding: 22px 18px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  text-decoration: none;
  transition: opacity .2s
}

.sb-logo:hover {
  opacity: .82
}

.sb-logo img {
  width: 120px;
  height: auto;
  mix-blend-mode: screen;
  animation: logoPulse 4s ease-in-out infinite
}

.sb-logo-name {
  font-family: 'Orbitron', monospace;
  font-size: .87rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .7)
}

.sb-logo-name span {
  color: var(--cyan)
}

.sb-logo-tag {
  font-family: 'Rajdhani', sans-serif;
  font-size: .77rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(0, 238, 168, .55)
}

.sb-nav {
  flex: 1;
  padding: 12px 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  overflow-y: auto
}

.sb-nav::-webkit-scrollbar {
  width: 3px
}

.sb-nav::-webkit-scrollbar-thumb {
  background: rgba(0, 120, 255, .3);
  border-radius: 2px
}

.nav-lbl {
  font-family: 'Rajdhani', sans-serif;
  font-size: .83rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
  padding: 12px 10px 5px
}

.nav-item {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 9px 12px;
  border-radius: 9px;
  cursor: pointer;
  text-decoration: none;
  color: rgba(180, 200, 230, .6);
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: .02em;
  transition: background .22s, color .22s, padding-left .22s;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent
}

.nav-item .material-symbols-outlined {
  font-size: 21px;
  color: rgba(0, 150, 255, .4);
  transition: color .22s, transform .28s;
  flex-shrink: 0
}

.nav-item:hover,
.nav-item.active {
  background: rgba(0, 238, 168, .1);
  color: #fff;
  padding-left: 16px;
  border-color: rgba(0, 238, 168, .18)
}

.nav-item:hover .material-symbols-outlined,
.nav-item.active .material-symbols-outlined {
  color: var(--cyan);
  transform: scale(1.1)
}

.nav-item.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--cyan), #009960);
  border-radius: 0 2px 2px 0
}

.nav-item.nav-forum .material-symbols-outlined {
  color: #00d2ff !important;
  opacity: 1 !important;
}

.nav-item.nav-forum:hover {
  background: rgba(0, 160, 255, 0.12) !important;
  border-color: rgba(0, 180, 255, .25) !important;
}

.nav-group {
  display: flex;
  flex-direction: column
}

.nav-item-arrow {
  margin-left: auto;
  font-size: 14px;
  opacity: .3;
  flex-shrink: 0
}

.nav-sub {
  overflow: hidden;
  max-height: 0;
  transition: max-height .28s cubic-bezier(.22, 1, .36, 1);
  padding-left: 10px
}

.nav-sub.open {
  max-height: 250px
}

.nav-sub-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
  margin-bottom: 2px;
  border-radius: 6px;
  cursor: pointer;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .02em;
  color: rgba(160, 185, 225, .55);
  transition: background .18s, color .18s;
  text-decoration: none;
  white-space: nowrap;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .055)
}

.nav-sub-item::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
  background: currentColor;
  opacity: .7;
  transition: opacity .18s
}

.nav-sub-item .material-symbols-outlined {
  display: none
}

.nav-sub-item:hover {
  background: rgba(255, 255, 255, .06);
  color: rgba(200, 220, 255, .8)
}

.nav-sub-item:hover::before {
  opacity: 1
}

.nav-sub-item.active {
  background: rgba(255, 255, 255, .07);
  border-color: rgba(255, 255, 255, .12)
}

.nav-sklep {
  color: rgba(0, 220, 150, .75) !important;
  border-color: rgba(0, 200, 130, .15) !important
}

.nav-sklep .material-symbols-outlined {
  color: rgba(0, 200, 130, .65) !important
}

.nav-sklep:hover,
.nav-sklep.active {
  background: rgba(0, 180, 120, .1) !important;
  color: #00eea8 !important;
  border-color: rgba(0, 200, 130, .38) !important
}

.nav-sklep:hover .material-symbols-outlined,
.nav-sklep.active .material-symbols-outlined {
  color: #00eea8 !important
}

.nav-sklep.active::before {
  background: linear-gradient(180deg, #00eea8, #00b070) !important
}

.sb-bottom {
  padding: 12px 10px;
  border-top: 1px solid rgba(255, 255, 255, .05)
}

.sb-lang-select {
  position: relative
}

.sb-lang-current {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  background: rgba(0, 80, 200, .07);
  border: 1px solid rgba(0, 100, 255, .15);
  border-radius: 9px;
  cursor: pointer;
  transition: all .2s
}

.sb-lang-label {
  font-family: 'Rajdhani', sans-serif;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: rgba(180, 200, 240, .6);
  flex: 1
}

.sb-lang-arrow {
  font-size: 16px;
  color: rgba(100, 140, 200, .4)
}

.sb-lang-dropdown {
  position: absolute;
  bottom: calc(100% + 6px);
  left: 0;
  right: 0;
  background: rgba(4, 8, 20, .97);
  border: 1px solid rgba(255, 50, 50, .2);
  border-radius: 9px;
  overflow: hidden;
  display: none;
  z-index: 100
}

.sb-lang-dropdown.open {
  display: block
}

.sb-lang-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  cursor: pointer;
  font-family: 'Rajdhani', sans-serif;
  font-size: .87rem;
  font-weight: 700;
  color: rgba(160, 190, 230, .55);
  transition: background .15s
}

.sb-lang-option:hover {
  background: rgba(0, 80, 200, .1);
  color: #fff
}

.sb-lang-option span:nth-child(2) {
  flex: 1
}

.sb-lang-check {
  color: var(--cyan);
  font-size: .85rem
}

.flag-svg {
  width: 20px;
  height: 14px;
  border-radius: 2px;
  overflow: hidden;
  flex-shrink: 0;
  display: inline-flex
}

.flag-svg svg {
  width: 100%;
  height: 100%
}

body.sb-col .app-shell {
  grid-template-columns: 64px 1fr
}

body.sb-col .sidebar {
  width: 64px;
  overflow: visible
}

body.sb-col .sb-logo-name,
body.sb-col .sb-logo-tag,
body.sb-col .nav-lbl,
body.sb-col .nav-item-label,
body.sb-col .nav-item-arrow,
body.sb-col .sb-logo {
  display: none !important
}

body.sb-col .nav-item {
  justify-content: center;
  padding: 11px 0;
  overflow: visible !important
}

body.sb-col .sb-nav {
  overflow: visible !important
}

body.sb-col .nav-item .material-symbols-outlined:first-child {
  font-size: 24px
}

body.sb-col .nav-item:not(.has-sub)::after {
  content: attr(data-tooltip);
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%) translateX(-4px);
  background: rgba(4, 8, 20, .96);
  border: 1px solid rgba(0, 120, 255, .28);
  color: #c8e0ff;
  font-family: 'Rajdhani', sans-serif;
  font-size: .83rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 5px 11px;
  border-radius: 6px;
  pointer-events: none;
  opacity: 0;
  z-index: 9999;
  transition: opacity .15s, transform .15s
}

body.sb-col .nav-item:not(.has-sub):hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0)
}


body.sb-col .nav-item:not(.has-sub):hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0)
}

/* Ă„â€šĂ‹ÂÄ‚ËĂ˘â€šÂ¬ÄąĄÄ‚ËĂ˘â‚¬ĹˇĂ‚Â¬Ă„â€šĂ‹ÂÄ‚ËĂ˘â€šÂ¬ÄąĄÄ‚ËĂ˘â‚¬ĹˇĂ‚Â¬ FLYOUT dla has-sub (Serwery, Dema) Ă„â€šĂ‹ÂÄ‚ËĂ˘â€šÂ¬ÄąĄÄ‚ËĂ˘â‚¬ĹˇĂ‚Â¬Ă„â€šĂ‹ÂÄ‚ËĂ˘â€šÂ¬ÄąĄÄ‚ËĂ˘â‚¬ĹˇĂ‚Â¬ */
body.sb-col .nav-group {
  position: relative;
}

body.sb-col .nav-sub.open {
  position: absolute;
  left: 64px;
  top: 0;
  min-width: 160px;
  max-height: none !important;
  background: rgba(4, 8, 20, .97);
  border: 1px solid rgba(0, 120, 255, .22);
  border-radius: 10px;
  padding: 6px 0;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .7);
  z-index: 200;
  overflow: hidden
}

body.sb-col .nav-sub.open .nav-sub-item {
  padding: 8px 16px;
  font-size: .9rem
}

body.sb-col .sb-bottom {
  align-items: center;
  padding: 10px 0;
  overflow: visible
}

body.sb-col .sb-lang-current {
  background: transparent !important;
  border: none !important;
  padding: 4px !important;
  justify-content: center !important
}

body.sb-col .sb-lang-label,
body.sb-col .sb-lang-arrow {
  display: none !important
}

body.sb-col .sb-lang-dropdown {
  left: calc(100% + 8px) !important;
  right: auto !important;
  bottom: 0 !important;
  min-width: 120px
}

.topbar {
  grid-area: tb;
  background: rgba(0, 0, 0, .55);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  padding: 0 24px;
  height: 56px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 50
}

.topbar-bc {
  font-family: 'Rajdhani', sans-serif;
  font-size: .89rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .38)
}

.topbar-bc span {
  color: rgba(0, 238, 168, .85)
}

.main-content {
  grid-area: main;
  overflow: hidden;
  display: flex;
  flex-direction: column
}

.main-content::-webkit-scrollbar {
  width: 5px
}

.main-content::-webkit-scrollbar-track {
  background: transparent
}

.main-content::-webkit-scrollbar-thumb {
  background: rgba(0, 238, 168, .22);
  border-radius: 3px
}

.main-inner::-webkit-scrollbar {
  width: 5px
}

.main-inner::-webkit-scrollbar-track {
  background: transparent
}

.main-inner::-webkit-scrollbar-thumb {
  background: rgba(0, 238, 168, .22);
  border-radius: 3px
}

.main-inner {
  padding: 26px 26px 20px;
  flex: 1;
  overflow-y: auto;
}

/* SKLEP UI */
.sklep-wrap {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  animation: fadeUp .5s .05s both
}

.sklep-icon-wrap {
  width: 90px;
  height: 90px;
  border-radius: 22px;
  background: rgba(0, 238, 168, .08);
  border: 1px solid rgba(0, 238, 168, .22);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  position: relative
}

.sklep-icon-wrap .material-symbols-outlined {
  font-size: 46px;
  color: #00eea8
}

.sklep-icon-wrap::after {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 28px;
  background: radial-gradient(circle, rgba(0, 238, 168, .12) 0%, transparent 70%);
  animation: mintPulse 2.5s ease-in-out infinite
}

.sklep-title {
  font-family: 'Orbitron', monospace;
  font-size: 2.05rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px
}

.sklep-title span {
  color: #00eea8
}

.sklep-sub {
  font-family: 'Rajdhani', sans-serif;
  font-size: .93rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(0, 238, 168, .45);
  margin-bottom: 28px
}

.sklep-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 28px
}

.sk-feat {
  background: rgba(0, 238, 168, .04);
  border: 1px solid rgba(0, 238, 168, .1);
  border-radius: 11px;
  padding: 14px 10px;
  text-align: center
}

.sk-feat .material-symbols-outlined {
  font-size: 24px;
  color: rgba(0, 238, 168, .65);
  display: block;
  margin-bottom: 6px
}

.sk-feat-title {
  font-family: 'Rajdhani', sans-serif;
  font-size: .87rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .7)
}

.sk-feat-desc {
  font-size: .75rem;
  color: rgba(150, 180, 220, .4);
  margin-top: 3px;
  line-height: 1.4
}

.st-wallet-btn {
  background: linear-gradient(135deg, #00eea8, #009960);
  color: #000;
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 0 15px rgba(0, 238, 168, 0.3);
}

.st-wallet-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 25px rgba(0, 238, 168, 0.5);
  filter: brightness(1.1);
}

.sklep-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, #00eea8 0%, #00d2ff 100%);
  color: #051a10;
  padding: 16px 36px;
  border-radius: 12px;
  font-family: 'Orbitron', sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-decoration: none;
  transition: all .3s cubic-bezier(.22, 1, .36, 1);
  box-shadow: 0 8px 24px rgba(0, 238, 168, .22), inset 0 1px rgba(255, 255, 255, .3);
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  animation: mintPulse 2.5s ease-in-out infinite;
}

.sklep-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
  transform: translateX(-100%);
  transition: transform .6s
}

.sklep-btn:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 14px 34px rgba(0, 238, 168, .4);
  color: #000;
  animation: none;
}

.sklep-btn:hover::after {
  transform: translateX(100%)
}

.sklep-btn .material-symbols-outlined {
  font-size: 22px;
  transition: transform .3s
}

.sklep-btn:hover .material-symbols-outlined {
  transform: rotate(15deg) scale(1.1)
}

.sklep-url {
  margin-top: 12px;
  font-family: 'Rajdhani', sans-serif;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: rgba(0, 238, 168, .35);
  text-transform: lowercase
}

@keyframes mintPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 238, 168, 0.4);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(0, 238, 168, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 238, 168, 0);
  }
}

/* LEGACY FOOTER STYLES REMOVED - CONSOLIDATED IN GLOBAL.CSS */

@media(max-width:800px) {
  :root {
    --sb: 60px
  }

  .sb-logo-name,
  .sb-logo-tag,
  .nav-lbl,
  .nav-item span:not(.material-symbols-outlined) {
    display: none
  }

  .nav-item {
    padding: 11px;
    justify-content: center;
    gap: 0
  }

  .sb-logo {
    padding: 12px 8px
  }

  .sb-logo img {
    width: 36px
  }

  .sklep-features {
    grid-template-columns: 1fr 1fr
  }
}



/* ── SHOP REDESIGN ── */
.shop-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px 40px;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.shop-toolbar {
  background: var(--glass);
  backdrop-filter: blur(24px);
  border: 1px solid var(--glass-border);
  border-bottom: 2px solid var(--cyan);
  border-radius: 14px;
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
}

.st-wallet {
  display: flex;
  align-items: center;
  gap: 20px;
}

.st-wallet-icon {
  width: 52px;
  height: 52px;
  background: rgba(0, 238, 168, 0.08);
  border: 1px solid rgba(0, 238, 168, 0.2);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cyan);
  font-size: 26px;
  box-shadow: inset 0 0 10px rgba(0, 238, 168, 0.1);
}

.st-wallet-info {
  display: flex;
  flex-direction: column;
}

.st-wallet-label {
  font-family: var(--font-header);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 2px;
}

.st-wallet-amount {
  font-family: var(--font-cyber);
  font-weight: 900;
  font-size: 1.6rem;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 238, 168, 0.4);
}

.st-wallet-btn {
  background: linear-gradient(135deg, var(--cyan), #009960);
  color: #000;
  border: none;
  padding: 10px 24px;
  border-radius: 10px;
  font-family: var(--font-cyber);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 0 20px rgba(0, 238, 168, 0.3);
}

.st-wallet-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 238, 168, 0.5);
  filter: brightness(1.1);
}

.shop-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  align-items: start;
}

.shop-sidebar {
  background: var(--glass);
  backdrop-filter: blur(24px);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  padding: 24px 16px;
  position: sticky;
  top: 80px;
}

.shop-cat {
  margin-bottom: 32px;
}

.shop-cat-title {
  font-family: var(--font-cyber);
  font-size: 0.65rem;
  font-weight: 900;
  color: var(--cyan);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-left: 12px;
  opacity: 0.8;
  display: flex;
  align-items: center;
  gap: 8px;
}

.shop-cat-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 238, 168, 0.3), transparent);
}

.shop-cat-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  list-style: none;
}

.shop-cat-list li {
  padding: 14px 16px;
  border-radius: 12px;
  font-family: var(--font-header);
  font-size: 0.95rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  gap: 12px;
}

.shop-cat-list li::before {
  content: 'arrow_right';
  font-family: 'Material Symbols Outlined';
  font-size: 18px;
  opacity: 0.3;
  transition: transform 0.3s;
}

.shop-cat-list li:hover {
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  padding-left: 20px;
}

.shop-cat-list li.active {
  background: rgba(0, 238, 168, 0.1);
  color: var(--cyan);
  border-color: rgba(0, 238, 168, 0.25);
  box-shadow: 0 0 20px rgba(0, 238, 168, 0.05);
  padding-left: 24px;
}

.shop-cat-list li.active::before {
  content: 'dns';
  opacity: 1;
  transform: rotate(90deg);
}

.shop-main {
  background: var(--glass);
  backdrop-filter: blur(24px);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  padding: 40px;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.shop-main::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 2px 2px, rgba(0, 238, 168, 0.03) 1px, transparent 0);
  background-size: 24px 24px;
  pointer-events: none;
}

.sm-header {
  margin-bottom: 40px;
  border-left: 4px solid var(--cyan);
  padding-left: 24px;
}

.sm-header h2 {
  font-family: var(--font-cyber);
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.sm-subtitle {
  font-family: var(--font-header);
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 600;
}

/* ── PRODUCT CARDS ── */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}

.shop-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
}

.shop-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(0, 238, 168, 0.3);
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 238, 168, 0.1);
}

.sc-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--cyan);
  color: #000;
  font-family: var(--font-header);
  font-size: 0.7rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
}

.sc-icon-wrapper {
  width: 64px;
  height: 64px;
  background: rgba(0, 238, 168, 0.05);
  border: 1px solid rgba(0, 238, 168, 0.15);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: var(--cyan);
}

.sc-icon {
  font-size: 32px;
}

.sc-title {
  font-family: var(--font-cyber);
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 12px;
}

.sc-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  margin-bottom: 32px;
}

.sc-variant-selector {
  margin-bottom: 32px;
}

.sc-variant-selector label {
  font-family: var(--font-header);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 10px;
}

.sc-select {
  width: 100%;
}

.shop-error {
  background: rgba(255, 60, 60, 0.05);
  border: 1px solid rgba(255, 60, 60, 0.2);
  border-radius: 16px;
  padding: 40px;
  text-align: center;
  color: #ff6060;
  font-family: var(--font-cyber);
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.shop-error h3 {
  font-family: var(--font-cyber);
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 8px;
}

.shop-error p {
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-header);
}

.sc-select {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 12px 16px;
  color: #fff;
  font-family: var(--font-header);
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  outline: none;
}

.sc-price {
  margin-top: auto;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.scp-amount {
  font-family: var(--font-cyber);
  font-size: 2rem;
  font-weight: 900;
  color: var(--cyan);
}

.scp-currency {
  font-family: var(--font-header);
  font-size: 0.9rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
}

.sc-buy-btn {
  margin-top: 24px;
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, var(--cyan), #009960);
  border: none;
  border-radius: 12px;
  color: #000;
  font-family: var(--font-cyber);
  font-size: 0.95rem;
  font-weight: 900;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s;
}

.sc-buy-btn:hover {
  filter: brightness(1.1);
  box-shadow: 0 0 30px rgba(0, 238, 168, 0.5);
}

.shop-hud-bg {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: radial-gradient(circle at 2px 2px, rgba(0, 238, 168, 0.05) 1px, transparent 0);
  background-size: 32px 32px;
  mask-image: radial-gradient(circle at 50% 50%, black, transparent 80%);
}

.hud-corner {
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: var(--cyan);
  border-style: solid;
  z-index: 5;
  filter: drop-shadow(0 0 5px var(--cyan));
  opacity: 0.6;
}

.hc-tl {
  top: 12px;
  left: 12px;
  border-width: 2px 0 0 2px;
}

.hc-tr {
  top: 12px;
  right: 12px;
  border-width: 2px 2px 0 0;
}

.hc-bl {
  bottom: 12px;
  left: 12px;
  border-width: 0 0 2px 2px;
}

.hc-br {
  bottom: 12px;
  right: 12px;
  border-width: 0 2px 2px 0;
}

.sc-hud-elements {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: inherit;
}

.sc-liner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity 0.3s;
}

.shop-card:hover .sc-liner {
  opacity: 0.4;
  animation: scScan 2s linear infinite;
}

@keyframes scScan {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(400px);
  }
}

.sc-select-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.sc-select-arr {
  position: absolute;
  right: 12px;
  pointer-events: none;
  color: var(--cyan);
  font-size: 20px;
  opacity: 0.6;
}

.featured-product {
  border-color: rgba(0, 238, 168, 0.4) !important;
  background: rgba(0, 238, 168, 0.05) !important;
  box-shadow: 0 0 30px rgba(0, 238, 168, 0.1) !important;
}

.featured-product::after {
  content: 'BESTSELLER';
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: var(--font-cyber);
  font-size: 4rem;
  font-weight: 900;
  color: var(--cyan);
  opacity: 0.03;
  line-height: 0.8;
  pointer-events: none;
  user-select: none;
}

.tb-user {
  position: relative
}

.tb-user-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 10px 5px 5px;
  background: rgba(0, 80, 200, .08);
  border: 1px solid rgba(0, 100, 255, .18);
  border-radius: 9px;
  cursor: pointer;
  transition: all .22s;
  min-width: 0
}

.tb-user-btn:hover {
  background: rgba(0, 80, 200, .14);
  border-color: rgba(0, 120, 255, .3)
}

.tb-user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  object-fit: cover;
  border: 1px solid rgba(0, 120, 255, .3);
  flex-shrink: 0
}

.tb-user-avatar-ph {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: rgba(255, 50, 50, .08);
  border: 1px solid rgba(0, 120, 255, .25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.tb-user-avatar-ph .material-symbols-outlined {
  font-size: 20px;
  color: rgba(0, 150, 255, .6)
}

.tb-user-name {
  font-family: 'Rajdhani', sans-serif;
  font-size: .9rem;
  font-weight: 700;
  color: rgba(200, 220, 255, .85);
  letter-spacing: .03em;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.tb-user-role {
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 80, 80, .7)
}

.tb-user-role.role-user {
  color: rgba(0, 200, 255, .5)
}

.tb-user-btn .material-symbols-outlined.arr {
  font-size: 16px;
  color: rgba(0, 150, 255, .5);
  transition: transform .22s
}

.tb-user.open .tb-user-btn .arr {
  transform: rotate(180deg)
}

.tb-user-drop {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 240px;
  background: rgba(5, 10, 24, .97);
  border: 1px solid rgba(0, 100, 255, .22);
  border-radius: 12px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, .7);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity .2s, transform .2s;
  z-index: 200
}

.tb-user.open .tb-user-drop {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0)
}

.tb-drop-header {
  padding: 14px 16px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  display: flex;
  align-items: center;
  gap: 10px
}

.tb-drop-avatar {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  object-fit: cover;
  border: 1px solid rgba(0, 120, 255, .25)
}

.tb-drop-avatar-ph {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  background: rgba(255, 50, 50, .08);
  border: 1px solid rgba(0, 120, 255, .2);
  display: flex;
  align-items: center;
  justify-content: center
}

.tb-drop-avatar-ph .material-symbols-outlined {
  font-size: 24px;
  color: rgba(0, 150, 255, .55)
}

.tb-drop-info-name {
  font-family: 'Rajdhani', sans-serif;
  font-size: .97rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: .03em
}

.tb-drop-info-role {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 80, 80, .7)
}

.tb-drop-info-role.role-user {
  color: rgba(0, 200, 255, .5)
}

.tb-drop-steamid {
  font-family: monospace;
  font-size: .73rem;
  color: rgba(80, 120, 180, .4)
}

.tb-drop-body {
  padding: 6px 8px
}

.tb-drop-item {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 10px;
  border-radius: 8px;
  color: rgba(160, 185, 220, .65);
  font-family: 'Rajdhani', sans-serif;
  font-size: .9rem;
  font-weight: 700;
  cursor: pointer;
  transition: background .18s, color .18s;
  text-decoration: none;
  line-height: 1.2
}

.tb-drop-item:hover {
  background: rgba(0, 80, 200, .1);
  color: #fff
}

.tb-drop-item .material-symbols-outlined {
  font-size: 19px;
  color: rgba(0, 140, 255, .45)
}

.tb-drop-item.danger:hover {
  background: rgba(200, 30, 30, .12);
  color: #ff6b6b
}

.tb-drop-item.danger .material-symbols-outlined {
  color: rgba(200, 60, 60, .5)
}

.tb-drop-item.admin-link {
  color: rgba(255, 170, 0, .7)
}

.tb-drop-item.admin-link .material-symbols-outlined {
  color: rgba(255, 150, 0, .5)
}

.tb-drop-sep {
  height: 1px;
  background: rgba(255, 255, 255, .05);
  margin: 5px 8px
}



/* Ă„â€šĂ‹ÂÄ‚ËĂ˘â€šÂ¬ÄąĄÄ‚ËĂ˘â‚¬ĹˇĂ‚Â¬Ă„â€šĂ‹ÂÄ‚ËĂ˘â€šÂ¬ÄąĄÄ‚ËĂ˘â‚¬ĹˇĂ‚Â¬ Sklep nav Ă„â€šĂ‹ÂÄ‚ËĂ˘â‚¬ĹˇĂ‚Â¬Ä‚ËĂ˘â€šÂ¬Äąâ€ş mint Ă„â€šĂ‹ÂÄ‚ËĂ˘â€šÂ¬ÄąĄÄ‚ËĂ˘â‚¬ĹˇĂ‚Â¬Ă„â€šĂ‹ÂÄ‚ËĂ˘â€šÂ¬ÄąĄÄ‚ËĂ˘â‚¬ĹˇĂ‚Â¬ */
.nav-sklep {
  color: rgba(0, 220, 150, .75) !important
}

.nav-sklep .material-symbols-outlined {
  color: rgba(0, 200, 130, .65) !important
}

.nav-sklep:hover,
.nav-sklep.active {
  background: rgba(0, 180, 120, .1) !important;
  color: #00eea8 !important;
  border-color: rgba(0, 200, 130, .38) !important
}


/* Ă„â€šĂ‹ÂÄ‚ËĂ˘â€šÂ¬ÄąĄÄ‚ËĂ˘â‚¬ĹˇĂ‚Â¬Ă„â€šĂ‹ÂÄ‚ËĂ˘â€šÂ¬ÄąĄÄ‚ËĂ˘â‚¬ĹˇĂ‚Â¬ Sklep banner removed Ă„â€šĂ‹ÂÄ‚ËĂ˘â‚¬ĹˇĂ‚Â¬Ä‚ËĂ˘â€šÂ¬Äąâ€ş now uses .fg-banner Ă„â€šĂ‹ÂÄ‚ËĂ˘â€šÂ¬ÄąĄÄ‚ËĂ˘â‚¬ĹˇĂ‚Â¬Ă„â€šĂ‹ÂÄ‚ËĂ˘â€šÂ¬ÄąĄÄ‚ËĂ˘â‚¬ĹˇĂ‚Â¬ */
.sklep-wip-notice {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  background: rgba(255, 170, 0, .06);
  border: 1px solid rgba(255, 170, 0, .18);
  border-radius: 10px;
  margin: 0 auto 24px auto;
  max-width: 580px;
  color: rgba(255, 200, 80, .75);
  font-size: .9rem
}

.sklep-wip-notice .material-symbols-outlined {
  font-size: 24px;
  color: rgba(255, 96, 96, .6);
  flex-shrink: 0
}

.sklep-wip-notice strong {
  display: block;
  font-size: .95rem;
  color: rgba(255, 210, 80, .9);
  margin-bottom: 2px
}

.main-inner {
  padding: 26px 26px 20px;
  flex: 1;
  overflow-y: auto;
}


/* Ă„â€šĂ‹ÂÄ‚ËĂ˘â€šÂ¬ÄąĄÄ‚ËĂ˘â‚¬ĹˇĂ‚Â¬Ă„â€šĂ‹ÂÄ‚ËĂ˘â€šÂ¬ÄąĄÄ‚ËĂ˘â‚¬ĹˇĂ‚Â¬ Game-colored submenu items Ă„â€šĂ‹ÂÄ‚ËĂ˘â€šÂ¬ÄąĄÄ‚ËĂ˘â‚¬ĹˇĂ‚Â¬Ă„â€šĂ‹ÂÄ‚ËĂ˘â€šÂ¬ÄąĄÄ‚ËĂ˘â‚¬ĹˇĂ‚Â¬ */
.nav-sub-item.game-cs2 {
  color: #f0a800;
  border-color: rgba(240, 168, 0, .18)
}

.nav-sub-item.game-cs2:hover {
  background: rgba(240, 168, 0, .09) !important;
  border-color: rgba(240, 168, 0, .3) !important
}

.nav-sub-item.game-cs2.active {
  background: rgba(240, 168, 0, .08);
  border-color: rgba(240, 168, 0, .28)
}

.nav-sub-item.game-csgo {
  color: #f18600;
  border-color: rgb(186 106 106 / 26%)
}

.nav-sub-item.game-csgo:hover {
  background: rgb(186 106 106 / 9%) !important;
  border-color: rgb(186 106 106 / 30%) !important
}

.nav-sub-item.game-csgo.active {
  background: rgb(186 106 106 / 8%);
  border-color: rgba(143, 186, 106, .28)
}

.nav-sub-item.game-css {
  color: #a07be0;
  border-color: rgba(160, 123, 224, .18)
}

.nav-sub-item.game-css:hover {
  background: rgba(160, 123, 224, .09) !important;
  border-color: rgba(160, 123, 224, .3) !important
}

.nav-sub-item.game-css.active {
  background: rgba(160, 123, 224, .08);
  border-color: rgba(160, 123, 224, .28)
}

.nav-sub-item.game-cs16 {
  color: #4da6ff;
  border-color: rgba(77, 166, 255, .18)
}

.nav-sub-item.game-cs16:hover {
  background: rgba(77, 166, 255, .09) !important;
  border-color: rgba(77, 166, 255, .3) !important
}

.nav-sub-item.game-cs16.active {
  background: rgba(77, 166, 255, .08);
  border-color: rgba(77, 166, 255, .28)
}

/* Game icon images in sidebar sub-items */
.nav-sub-item img.sb-game-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  border-radius: 2px;
  flex-shrink: 0;
  display: block !important
}

.nav-sub-item:has(.sb-game-icon)::before {
  display: none !important
}

.nav-sub-item.game-inne {
  color: #66bb6a;
  border-color: rgba(102, 187, 106, .18)
}

.nav-sub-item.game-inne:hover {
  background: rgba(102, 187, 106, .09) !important;
  border-color: rgba(102, 187, 106, .3) !important
}

.nav-sub-item.game-inne.active {
  background: rgba(102, 187, 106, .08);
  border-color: rgba(102, 187, 106, .28)
}

.dday-btn {
  padding: 8px 16px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .05);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  color: rgba(160, 185, 225, .6);
  font-family: 'Rajdhani', sans-serif;
  font-size: .9rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: all .2s;
  position: relative;
}

.dday-btn.active {
  background: rgba(0, 150, 255, .1);
  border-color: rgba(0, 150, 255, .3);
  color: #00d2ff;
}

.dday-btn.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #00d2ff;
  box-shadow: 0 -2px 10px rgba(0, 210, 255, 0.8);
}

.dday-btn:hover:not(.active) {
  background: rgba(255, 255, 255, .08);
  color: rgba(200, 220, 255, .9);
}

/* PREMIIUM DEMO ITEM CARDS */
.demo-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 12px;
  background: rgba(8, 12, 22, 0.8);
  border: 1px solid rgba(255, 255, 255, .04);
  transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
}

.demo-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: rgba(0, 150, 255, 0.5);
  transition: width 0.2s, background 0.2s;
}

.demo-item:hover {
  background: rgba(12, 18, 32, 0.95);
  border-color: rgba(0, 150, 255, .25);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6), 0 0 15px rgba(0, 150, 255, 0.1);
}

.demo-item:hover::before {
  width: 6px;
  background: #00d2ff;
  box-shadow: 0 0 10px rgba(0, 210, 255, 0.5);
}

.demo-item-icon {
  font-size: 26px;
  color: rgba(0, 150, 255, .6);
  flex-shrink: 0;
  transition: color 0.2s, transform 0.2s;
}

.demo-item:hover .demo-item-icon {
  color: #00d2ff;
  transform: scale(1.1);
}

.demo-item-info {
  flex: 1;
  min-width: 0;
}

.demo-item-map {
  display: block;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: rgba(240, 245, 255, 1);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.demo-item-dt {
  display: block;
  font-family: 'Rajdhani', sans-serif;
  font-size: .85rem;
  font-weight: 600;
  color: rgba(160, 180, 220, .8);
  margin-top: 4px;
}

.demo-item-sz {
  display: block;
  font-family: 'Rajdhani', sans-serif;
  font-size: .8rem;
  color: rgba(100, 130, 180, .5);
  margin-top: 2px;
}

.demo-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.demo-copy {
  padding: 8px 16px;
  background: rgba(0, 120, 255, .1);
  border: 1px solid rgba(0, 150, 255, .25);
  border-radius: 8px;
  color: #00d2ff;
  font-family: 'Rajdhani', sans-serif;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all .2s;
}

.demo-copy:hover {
  background: rgba(0, 150, 255, .25);
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 0 12px rgba(0, 150, 255, 0.3);
}

.demo-dl {
  padding: 8px 16px;
  background: rgba(0, 200, 100, .1);
  border: 1px solid rgba(0, 220, 100, .25);
  border-radius: 8px;
  color: #00e676;
  font-family: 'Rajdhani', sans-serif;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all .2s;
}

.demo-dl:hover {
  background: rgba(0, 220, 100, .25);
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(0, 220, 100, 0.4);
}

/* PREMIUM MAP & HOUR FILTER PILLS */
.fpill {
  padding: 6px 14px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  color: rgba(180, 200, 230, .7);
  font-size: .85rem;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  letter-spacing: .05em;
  cursor: pointer;
  transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.fpill:hover {
  background: rgba(0, 150, 255, .15);
  border-color: rgba(0, 150, 255, .4);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 150, 255, 0.2);
}

.fpill.active {
  background: rgba(0, 120, 255, .8) !important;
  border-color: #00d2ff !important;
  color: #ffffff !important;
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(0, 210, 255, 0.5);
  font-weight: 700;
}

/* PREMIUM FOOTER STYLES REMOVED - CONSOLIDATED IN GLOBAL.CSS */

/* =========================================
   NEW SHOP LAYOUT & DESIGN
   ========================================= */

.shop-container,
.shop-container * {
  font-family: 'Inter', 'Roboto', 'Segoe UI', sans-serif !important;
}

.shop-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  animation: fadeUp 0.6s ease-out forwards;
}

/* --- TOOLBAR --- */
.shop-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(10, 15, 25, 0.6);
  border: 1px solid rgba(0, 238, 168, 0.15);
  border-radius: 12px;
  padding: 15px 25px;
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  flex-wrap: nowrap;
  min-height: 80px;
}

.st-wallet {
  display: flex;
  align-items: center;
  gap: 15px;
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined' !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

.st-wallet-icon {
  font-size: 28px !important;
  color: var(--mint);
  text-shadow: 0 0 15px rgba(0, 238, 168, 0.4);
  flex-shrink: 0;
}

.st-wallet-info {
  display: flex;
  flex-direction: column;
}

.st-wallet-label {
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.1em;
}

.st-wallet-amount {
  font-family: 'Orbitron', monospace;
  font-size: 1.4rem;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.st-currency {
  font-size: 0.8rem;
  color: var(--mint);
  font-weight: 700;
}

.st-wallet-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: rgba(0, 238, 168, 0.1);
  border: 1px solid rgba(0, 238, 168, 0.3);
  color: var(--mint);
  padding: 8px 20px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
}

.st-wallet-btn:hover {
  background: rgba(0, 238, 168, 0.25);
  box-shadow: 0 0 15px rgba(0, 238, 168, 0.3);
  transform: translateY(-2px);
}

.st-wallet-btn .material-symbols-outlined {
  font-size: 18px;
}

.st-server-select {
  display: flex;
  align-items: center;
  gap: 15px;
}

.st-server-label {
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.05em;
}

.st-server-dropdown {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  min-width: 220px;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 50;
}

.st-server-dropdown:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.st-server-current {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 0.9rem;
}

.st-server-current img {
  width: 20px;
  height: auto;
}

.st-dropdown-arrow {
  margin-left: auto;
  transition: transform 0.3s;
}

.st-server-dropdown.open .st-dropdown-arrow {
  transform: rotate(180deg);
}

.st-server-options {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background: #0f1522;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s;
  z-index: 100;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.st-server-dropdown.open .st-server-options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.st-server-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  font-size: 0.85rem;
  transition: background 0.2s;
}

.st-server-option img {
  width: 18px;
}

.st-server-option:hover {
  background: rgba(255, 255, 255, 0.05);
}

.st-server-option.active {
  background: rgba(0, 238, 168, 0.1);
  color: var(--mint);
  border-left: 3px solid var(--mint);
}

/* --- MAIN LAYOUT --- */
.shop-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 25px;
  align-items: start;
}

.shop-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 80px;
}

.sb-category {
  background: rgba(15, 18, 28, 0.45);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  position: relative;
}

.sb-category::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 238, 168, 0.25), transparent);
  opacity: 0.6;
}

.sb-cat-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  padding: 14px 20px;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  background: rgba(255, 255, 255, 0.02);
  display: flex;
  align-items: center;
  gap: 10px;
}

.sb-cat-title::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 8px var(--cyan);
}

.sb-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.sb-nav li {
  padding: 12px 20px;
  color: rgba(200, 220, 255, 0.6);
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  cursor: pointer;
  transition: all 0.22s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sb-nav li:hover {
  background: rgba(0, 238, 168, 0.08);
  color: #fff;
  padding-left: 24px;
}

.sb-nav li.active {
  background: rgba(0, 238, 168, 0.12);
  color: var(--cyan);
  padding-left: 24px;
  position: relative;
}

.sb-nav li.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--cyan);
  box-shadow: 0 0 10px var(--cyan);
}

.sc-variant-selector {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sc-variant-selector label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 600;
  text-transform: uppercase;
}

.sc-select {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  color: #fff;
  padding: 10px 12px;
  font-size: 0.85rem;
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
}

.sc-select:hover,
.sc-select:focus {
  border-color: var(--cyan);
  background: rgba(255, 255, 255, 0.06);
}

.sc-select option {
  background: #0f1219;
  color: #fff;
}

/* --- LOADERS & STATES --- */
.shop-loader-container {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px;
  gap: 15px;
  color: rgba(255, 255, 255, 0.5);
}

.shop-pulse-loader {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--mint);
  animation: shopPulse 1.5s infinite ease-in-out;
}

@keyframes shopPulse {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
    box-shadow: 0 0 0 0 rgba(0, 238, 168, 0.4);
  }

  70% {
    transform: scale(1.1);
    opacity: 1;
    box-shadow: 0 0 0 15px rgba(0, 238, 168, 0);
  }

  100% {
    transform: scale(0.8);
    opacity: 0.5;
    box-shadow: 0 0 0 0 rgba(0, 238, 168, 0);
  }
}

.shop-empty,
.shop-error {
  grid-column: 1 / -1;
  text-align: center;
  padding: 40px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
}

.shop-error {
  color: #ff5050;
}

/* --- PRODUCT GRID --- */
.shop-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sm-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 15px;
}

.sm-header h2 {
  font-family: 'Orbitron', monospace;
  font-size: 1.6rem;
  color: #fff;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}

.sm-subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.95rem;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.shop-card {
  position: relative;
  background: linear-gradient(145deg, rgba(15, 22, 35, 0.8) 0%, rgba(10, 15, 25, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 30px 20px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
}

.shop-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}

.shop-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 238, 168, 0.3);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 238, 168, 0.07);
}

.shop-card:hover::before {
  opacity: 1;
  background: rgba(20, 25, 40, 0.5);
  border-color: rgba(0, 238, 168, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 238, 168, 0.05);
}

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

.featured-product {
  border-color: rgba(0, 238, 168, 0.4);
  background: linear-gradient(145deg, rgba(15, 30, 35, 0.8) 0%, rgba(10, 15, 25, 0.9) 100%);
  box-shadow: 0 0 20px rgba(0, 238, 168, 0.05);
}

.sc-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, var(--mint), #00d2ff);
  color: #000;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 15px rgba(0, 238, 168, 0.3);
  z-index: 10;
}

.sc-icon-wrapper {
  margin: 0 auto 20px auto;
  position: relative;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sc-icon-wrapper::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0, 238, 168, 0.2) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.sc-icon {
  font-size: 36px !important;
  color: var(--mint);
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 0 10px rgba(0, 238, 168, 0.4));
}

.sc-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.sc-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.6;
  margin-bottom: 25px;
  flex-grow: 1;
  padding: 0 10px;
}

.sc-variant-selector {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  padding: 12px;
  margin-bottom: 25px;
  text-align: left;
}

.sc-variant-selector label {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.3);
  display: block;
  margin-bottom: 6px;
  margin-left: 4px;
}

.sc-select {
  width: 100%;
  background: transparent;
  border: none;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  outline: none;
  cursor: pointer;
}

/* --- PRICE DISLAY --- */
.sc-price {
  padding: 12px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  width: 100%;
}

.scp-value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
}

.scp-amount {
  font-family: 'Orbitron', monospace;
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--mint);
}

.scp-currency {
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
}

.scp-period {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 4px;
}

.sc-buy-btn {
  width: 100%;
  padding: 12px;
  background: rgba(0, 238, 168, 0.1);
  border: 1px solid rgba(0, 238, 168, 0.4);
  color: var(--mint);
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s;
}

.sc-buy-btn:hover {
  background: var(--mint);
  color: #000;
  box-shadow: 0 0 20px rgba(0, 238, 168, 0.4);
}

.sc-buy-btn .material-symbols-outlined {
  font-size: 20px;
}

/* --- MODALS --- */

.shop-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.shop-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.shop-modal {
  background: #0a0f19;
  border: 1px solid rgba(0, 238, 168, 0.2);
  border-radius: 16px;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 238, 168, 0.05);
  transform: translateY(30px) scale(0.95);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  max-height: 95vh;
  display: flex;
  flex-direction: column;
}

.shop-modal-overlay.active .shop-modal {
  transform: translateY(0) scale(1);
}

.sm-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: color 0.2s;
  z-index: 10;
}

.sm-close:hover {
  color: #fff;
}

.sm-head {
  padding: 25px 30px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(0, 238, 168, 0.03);
  flex-shrink: 0;
}

.sm-head .material-symbols-outlined {
  font-size: 32px;
  color: var(--mint);
  text-shadow: 0 0 10px rgba(0, 238, 168, 0.3);
}

.sm-head h2 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.sm-body {
  padding: 30px;
  overflow-y: auto;
}

.sm-body::-webkit-scrollbar {
  width: 6px;
}

.sm-body::-webkit-scrollbar-thumb {
  background: rgba(0, 238, 168, 0.3);
  border-radius: 3px;
}

.sm-foot {
  padding: 20px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  flex-shrink: 0;
}

.sm-foot-right {
  display: flex;
  gap: 12px;
}

.sm-btn {
  padding: 10px 20px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
}

.sm-btn-cancel {
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
}

.sm-btn-cancel:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

.sm-btn-charge {
  background: transparent;
  border: 1px solid rgba(0, 238, 168, 0.4);
  color: var(--mint);
}

.sm-btn-charge:hover {
  background: rgba(0, 238, 168, 0.1);
}

.sm-btn-buy,
.sm-btn-pay {
  background: var(--mint);
  color: #000;
  box-shadow: 0 0 15px rgba(0, 238, 168, 0.3);
}

.sm-btn-buy:hover,
.sm-btn-pay:hover {
  background: #00ffb5;
  box-shadow: 0 0 25px rgba(0, 238, 168, 0.5);
  transform: translateY(-2px);
}

.sm-btn-buy:disabled {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.3);
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

/* Buy Modal Specifics */
.smd-item-name {
  font-family: 'Orbitron', monospace;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 5px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.smd-server {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 25px;
}

.smd-server strong {
  color: var(--cyan);
}

.smd-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}

.smd-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
}

.smd-option:hover {
  background: rgba(255, 255, 255, 0.06);
}

.smd-option.active {
  background: rgba(0, 238, 168, 0.1);
  border-color: rgba(0, 238, 168, 0.4);
}

.smdo-period {
  font-weight: 600;
}

.smdo-price {
  font-family: 'Orbitron', monospace;
  color: var(--mint);
}

.smd-summary {
  background: rgba(0, 0, 0, 0.3);
  padding: 15px 20px;
  border-radius: 8px;
}

.smds-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.7);
}

.smds-cost {
  color: #ff6060;
}

.smds-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 12px 0;
}

.smds-total {
  font-weight: 700;
  font-size: 1.05rem;
}

.smds-total.success {
  color: var(--mint);
}

.smds-total.error {
  color: #ff6060;
}

.smds-error-msg {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ff6060;
  font-size: 0.85rem;
  margin-top: 15px;
  padding: 10px;
  background: rgba(255, 96, 96, 0.1);
  border-radius: 6px;
}


/* Payment Modal Specifics */
.pm-rate-info {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(0, 210, 255, 0.1);
  color: var(--cyan);
  padding: 12px 15px;
  border-radius: 8px;
  margin-bottom: 25px;
  font-size: 0.9rem;
}

.pm-methods {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 12px;
  margin-bottom: 25px;
}

.pm-method {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
  --mc: var(--mint);
}

.pm-method span:last-child {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.pm-method .material-symbols-outlined {
  font-size: 28px;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.2s;
}

.pm-method:hover {
  background: rgba(255, 255, 255, 0.06);
}

.pm-method:hover .material-symbols-outlined {
  color: #fff;
}

.pm-method.active {
  border-color: var(--mc);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 15px var(--mc) inset, 0 0 10px var(--mc);
}

.pm-method.active .material-symbols-outlined {
  color: var(--mc);
}

.pm-amount-selector>label {
  display: block;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 12px;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
}

.pms-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}

.pms-btn {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 12px 15px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
}

.pms-btn:hover {
  background: rgba(255, 255, 255, 0.06);
}

.pms-btn.active {
  background: rgba(0, 238, 168, 0.15);
  border-color: var(--mint);
}

.pms-pln {
  font-family: 'Orbitron', monospace;
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 4px;
}

.pms-frags {
  font-size: 0.8rem;
  color: var(--mint);
  font-weight: 600;
}

.pms-custom label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 8px;
  display: block;
}

.pms-custom-input {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.pms-custom-input input {
  background: transparent;
  border: none;
  color: #fff;
  padding: 12px 15px;
  font-family: 'Orbitron', monospace;
  font-size: 1.1rem;
  width: 120px;
  outline: none;
}

.pms-custom-suffix {
  padding: 12px 15px;
  color: var(--mint);
  font-weight: 600;
  background: rgba(255, 255, 255, 0.02);
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  flex: 1;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .shop-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .shop-toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }

  .st-wallet {
    justify-content: center;
  }

  .st-wallet-btn {
    margin-left: auto;
  }

  .st-server-select {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .pm-methods {
    grid-template-columns: repeat(2, 1fr);
  }
}

.sc-badge-new {
  background: rgba(192, 96, 255, 0.1) !important;
  color: #c060ff !important;
  border-color: rgba(192, 96, 255, 0.3) !important;
  box-shadow: 0 0 15px rgba(192, 96, 255, 0.2);
}

.sc-badge-rec {
  background: rgba(0, 210, 255, 0.1) !important;
  color: #00d2ff !important;
  border-color: rgba(0, 210, 255, 0.3) !important;
  box-shadow: 0 0 15px rgba(0, 210, 255, 0.2);
}