/* ===========================================================
   SAKURA RUST v9.19 (Discord widget + copyright badge restyle)
   =========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&family=Fredoka:wght@500;600&family=Montserrat:wght@800;900&display=swap');

:root {
  --pink: #ff73b2;
  --pink-light: #fca9cf;
  --blue: #6db8ff;
  --text: #44485b;
  --shadow: 0 15px 40px rgba(140,170,255,.15);
  --radius: 22px;
  --dark-base: rgba(28,18,36,0.9);
}

html {
  scroll-behavior: smooth;
}

html::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 12% 8%, rgba(255,150,195,.20), transparent 38%),
    radial-gradient(circle at 88% 12%, rgba(140,200,255,.16), transparent 36%),
    radial-gradient(circle at 50% 100%, rgba(201,117,74,.10), transparent 45%),
    linear-gradient(
      180deg,
      rgba(28,18,36,.90) 0%,
      rgba(43,19,48,.86) 45%,
      rgba(21,14,29,.92) 100%
    ),
    url("background.webp");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

body {
  font-family: 'Nunito', sans-serif;
  color: var(--text);
  position: relative;
  background: transparent;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,.08),
    rgba(255,255,255,.16),
    rgba(255,255,255,.08)
  );
  pointer-events: none;
}

header,
.header,
.navbar {
  background: rgba(255,255,255,.68) !important;
  backdrop-filter: blur(18px);
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.55);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.logo,
.shop-title,
.site-title,
.navbar-brand {
  font-family: 'Fredoka', sans-serif !important;
  font-size: 34px;
  background: linear-gradient(
    90deg,
    #ff73b2,
    #fca9cf,
    #6db8ff
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

nav a {
  font-weight: 700;
  color: #6b7d9f !important;
  transition: .25s;
}

nav a:hover {
  color: #ff73b2 !important;
}

.PlayerBalance-module__wrapper:hover,
.PlayerMenu-module__profileLink:hover,
.PlayerMenuMobile-module__profileLink:hover,
.PlayerMenu-module__wrapper:hover,
.PlayerMenu-module__loginLink:hover,
.navbar-nav .nav-link:hover,
.nav-item:hover,
[class*="PlayerMenu"] a:hover,
[class*="PlayerMenu"] div:hover,
[class*="PlayerBalance"]:hover {
  background: rgba(255, 115, 178, 0.12) !important;
  color: #ff73b2 !important;
  border-radius: 20px !important;
  box-shadow: 0 4px 15px rgba(255, 115, 178, 0.2) !important;
  text-shadow: 0 0 8px rgba(255, 115, 178, 0.5) !important;
}

.PlayerBalance-module__wrapper,
.PlayerMenu-module__profileLink,
.PlayerMenu-module__loginLink {
  border-radius: 20px !important;
  transition: all 0.25s ease !important;
}

[class*="PlayerMenu"],
[class*="PlayerMenu"] *,
[class*="PlayerMenuMobile"],
[class*="PlayerMenuMobile"] * {
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

[class*="PlayerMenu"]::before,
[class*="PlayerMenu"]::after,
[class*="PlayerMenuMobile"]::before,
[class*="PlayerMenuMobile"]::after {
  content: none !important;
  display: none !important;
}

.PlayerMenu-module__profileLink,
.PlayerMenuMobile-module__profileLink,
.PlayerMenu-module__loginLink,
.PlayerBalance-module__wrapper {
  background: rgba(255,255,255,.82) !important;
  border-radius: 999px !important;
  overflow: hidden !important;
}

.PlayerMenu-module__profileLink:hover,
.PlayerMenuMobile-module__profileLink:hover,
.PlayerMenu-module__loginLink:hover,
.PlayerBalance-module__wrapper:hover {
  background: rgba(255, 115, 178, 0.12) !important;
  border-radius: 999px !important;
}


/* ===========================================================
   SAKURA RUST
   PART 2 / SHOP & CATEGORIES (NEON TEXT STYLE)
   =========================================================== */

.Shop-module__wrapper,
.shop,
.store,
.catalog,
[class*="Shop-module__wrapper"],
[class*="Index-module__wrapper"] {
  background: linear-gradient(
    165deg,
    rgba(54,25,56,.90),
    rgba(30,16,38,.94)
  ) !important;
  backdrop-filter: blur(20px) saturate(1.15);
  border-radius: 42px !important;
  overflow: hidden !important;
  isolation: isolate;
  border: 1px solid rgba(255,255,255,.08) !important;
  box-shadow: 0 25px 60px rgba(15,8,20,.4) !important;
  padding: 25px;
}

.Shop-module__header,
.boxHeader {
  background: linear-gradient(
    90deg,
    #ffb8d2,
    #ffd7e8,
    #bfe9ff
  ) !important;
  color: #5a3a52 !important;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: .3px;
  text-shadow: 0 1px 0 rgba(255,255,255,.35);
  border-radius: 20px;
  padding: 18px;
  margin-bottom: 20px;
  box-shadow: 0 15px 30px rgba(255,170,205,.25);
}

.boxBody {
  background: rgba(18,10,24,.42) !important;
  border-radius: 32px !important;
}

.Categories-module__categories,
.categories,
.categories-wrap,
.categories-container {
  background: rgba(255,255,255,.05) !important;
  backdrop-filter: none !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 50px !important;
  padding: 14px 28px !important;
  margin-bottom: 24px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  justify-content: flex-start !important;
  align-items: center !important;
}

.Categories-module__category,
.category {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  font-family: 'Montserrat', 'Nunito', sans-serif !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  color: #ff73b2 !important;
  padding: 10px 16px !important;
  margin: 0 !important;
  cursor: pointer !important;
  position: relative !important;
  transition: all 0.3s ease !important;
  text-shadow: 0 0 12px rgba(255,115,178,0.55);
}

.Categories-module__category:hover {
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  text-shadow: 0 0 15px rgba(255,255,255,0.85) !important;
}

.Categories-module__category::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15%;
  width: 70%;
  height: 3px;
  background: linear-gradient(90deg, #ff73b2 0%, #6db8ff 100%);
  border-radius: 99px;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.Categories-module__category:hover::after,
.Categories-module__active::after {
  transform: scaleX(1);
}

.Categories-module__active {
  background: transparent !important;
  color: #ffffff !important;
  text-shadow: 0 0 18px rgba(255,255,255,0.95), 0 0 8px rgba(255,115,178,0.6) !important;
  transform: translateY(-2px) !important;
}

.Search-module__wrapper {
  background: rgba(35, 18, 40, .85) !important;
  border-radius: 999px;
  border: 2px solid rgba(255, 115, 178, 0.3) !important;
  padding: 0 20px !important;
  min-height: 56px;
  font-size: 17px;
  box-shadow: 0 8px 25px rgba(0,0,0,.25);
  display: flex !important;
  align-items: center;
  gap: 12px;
}

.Search-module__iconWrapper {
  background: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.Search-module__icon {
  width: 20px !important;
  height: 20px !important;
  color: #ff73b2 !important;
}

.Search-module__wrapper input {
  width: 100% !important;
  height: 100% !important;
  min-height: 56px;
  flex: 1 1 auto;
  box-sizing: border-box !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
  font-size: 16px !important;
  color: #f3e6ee !important;
}

.Search-module__wrapper input::placeholder {
  color: rgba(255,255,255,.4) !important;
}

.Products-module__wrapper {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0;
}

.Product-module__wrapper,
.product,
.product-card,
.card {
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  background: #ffffff !important;
  border: 1px solid rgba(255,180,215,.35) !important;
  box-shadow:
    0 18px 38px rgba(10,5,15,.35),
    0 4px 14px rgba(255,140,190,.10) !important;
  border-radius: 26px !important;
  backdrop-filter: blur(18px) saturate(1.2) !important;
  aspect-ratio: 1 / 1 !important;
  min-height: unset !important;
  height: auto !important;
}

.Product-module__img {
  order: 1;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  box-sizing: border-box;
  padding: 0 !important;
  margin: 0 !important;
  display: block;
  border-radius: 24px !important;
  background: radial-gradient(
    circle at 50% 32%,
    rgba(255,255,255,.95),
    rgba(255,236,245,.55) 72%
  );
  filter: brightness(.95) contrast(1.02) saturate(1.05);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
}

.Product-module__wrapper:hover .Product-module__img {
  transform: scale(1.08);
  filter: brightness(.85) contrast(1.05) saturate(1.1);
}

.Product-module__price,
.price {
  position: absolute !important;
  top: 14px;
  left: 14px;
  z-index: 8;
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  background: rgba(255,255,255,.94) !important;
  backdrop-filter: blur(8px);
  padding: 6px 12px;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(0,0,0,.15);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  color: #ff579f !important;
  -webkit-text-fill-color: #ff579f !important;
  background-clip: padding-box !important;
}

.Product-module__oldPrice {
  font-size: 10px !important;
  font-weight: 700 !important;
  color: #adb1c2 !important;
  -webkit-text-fill-color: #adb1c2 !important;
  text-decoration: line-through;
  opacity: .95;
}

.Product-module__discount,
.discount,
.sale,
.badge {
  position: absolute !important;
  top: 14px;
  right: 14px;
  z-index: 8;
  background: linear-gradient(90deg,#ff7eb7,#ff5c9d) !important;
  color: #fff !important;
  font-size: 10px;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 999px;
  box-shadow: 0 8px 16px rgba(255,90,150,.35);
}

.Product-module__count {
  position: absolute !important;
  top: auto !important;
  bottom: 14px !important;
  right: 14px !important;
  left: auto !important;
  z-index: 7;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: 26px !important;
  max-height: 26px !important;
  min-width: 30px;
  box-sizing: border-box !important;
  background: linear-gradient(90deg,#ff9ec8,#ff7eb7) !important;
  color: #fff !important;
  font-size: 11px;
  font-weight: 800;
  line-height: 1 !important;
  padding: 0 10px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.5);
  box-shadow: 0 8px 16px rgba(0,0,0,.15);
  backdrop-filter: none !important;
  filter: none !important;
  transform: translateZ(0);
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.Product-module__wrapper:hover .Product-module__count {
  opacity: 0;
  transform: translateY(10px);
}

.Product-module__name,
.product-title {
  order: 2;
  position: absolute !important;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  height: 38% !important;
  width: 100% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box !important;
  padding: 10px 16px !important;
  font-size: 13.5px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-align: center;
  line-height: 1.35;
  background: linear-gradient(
    180deg,
    rgba(28,18,36,0.0) 0%,
    rgba(28,18,36,0.85) 30%,
    rgba(28,18,36,0.98) 100%
  ) !important;
  backdrop-filter: blur(4px);
  transform: translateY(101%);
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}

.Product-module__wrapper:hover .Product-module__name,
.product-card:hover .product-title {
  transform: translateY(0);
}

.buy,
.buy-btn,
.Product-module__buy {
  width: 100%;
  padding: 12px;
  font-size: 15px;
  font-weight: 800;
  border-radius: 14px;
  background: linear-gradient(
    90deg,
    #ff8dc2,
    #ff6fb2
  ) !important;
  color: white !important;
  transition: .3s;
}

.buy:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(255,120,180,.35);
}

.Product-module__wrapper:hover,
.product-card:hover {
  transform: translateY(-6px) scale(1.015);
  box-shadow:
    0 15px 30px rgba(255,170,210,.16),
    0 35px 70px rgba(120,170,255,.25) !important;
  z-index: 20;
}

.Product-module__wrapper:hover .Product-module__price {
  transform: translateY(-1px) scale(1.03);
  box-shadow: 0 12px 24px rgba(0,0,0,.25);
}

.Product-module__wrapper::after,
.product-card::after {
  content: "";
  position: absolute;
  left: -50%;
  top: -100%;
  width: 200%;
  height: 250%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,.25),
    transparent
  );
  transform: rotate(20deg);
  transition: .8s;
  opacity: 0;
  z-index: 2;
}

.Product-module__wrapper:hover::after,
.product-card:hover::after {
  top: 100%;
  opacity: 1;
}

@keyframes SakuraFloat {
  0% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
  100% { transform: translateY(0); }
}

.Product-module__wrapper:nth-child(even) {
  animation: SakuraFloat 5s ease-in-out infinite;
}

.Product-module__wrapper:nth-child(odd) {
  animation: SakuraFloat 6s ease-in-out infinite;
}

/* ===========================================================
   PART 3 / MODALS, CART, FOOTER & GENERAL
   =========================================================== */

.card,
.panel,
.box,
.modal-content,
.dropdown-menu,
.profile,
.profile-card {
  background: rgba(255,255,255,.72) !important;
  backdrop-filter: blur(22px);
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.8);
  box-shadow: 0 20px 45px rgba(150,180,255,.15);
}

.Cart-module__wrapper,
.cart {
  background: linear-gradient(
    180deg,
    rgba(255,255,255,.92),
    rgba(255,244,248,.92)
  ) !important;
  border-radius: 28px;
  padding: 24px;
}

.Cart-module__total {
  font-size: 30px;
  font-weight: 800;
  background: linear-gradient(
    90deg,
    #ff78b6,
    #ffc6df
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modal-content {
  overflow: hidden;
}

.modal-header {
  background: linear-gradient(
    90deg,
    #ffd0e5,
    #c8ebff
  ) !important;
  border: none;
}

.modal-title {
  font-size: 24px;
  font-weight: 800;
  color: #55627f;
}

.modal-body {
  padding: 28px;
}

.modal-footer {
  border: none;
  background: transparent;
}

textarea,
input,
select {
  transition: .25s;
}

textarea:focus,
select:focus,
input:focus {
  border-color: #8fd0ff !important;
  box-shadow: 0 0 0 6px rgba(160,215,255,.22) !important;
  outline: none;
}

table {
  border-collapse: separate;
  border-spacing: 0 12px;
  width: 100%;
}

table tr {
  background: white;
  box-shadow: 0 8px 18px rgba(170,190,255,.08);
  transition: transform .25s;
}

table td {
  padding: 15px;
}

table tr:hover {
  transform: scale(1.01);
}

.alert,
.notice,
.notification {
  border: none !important;
  border-radius: 18px;
  padding: 18px;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(180,180,255,.12);
}

.alert-success {
  background: linear-gradient(
    90deg,
    #dfffe8,
    #f5fff8
  ) !important;
  color: #36a566 !important;
}

.alert-danger {
  background: linear-gradient(
    90deg,
    #ffe5ea,
    #fff5f7
  ) !important;
  color: #e04f71 !important;
}

footer {
  background: linear-gradient(
    180deg,
    rgba(255,255,255,.45),
    rgba(240,248,255,.55)
  ) !important;
  backdrop-filter: blur(20px);
  padding: 40px;
  margin-top: 60px;
  border-top: 1px solid rgba(255,255,255,.8);
  position: relative;
  overflow: hidden;
}

footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.9),
    transparent
  );
}

footer a {
  color: #7390af !important;
  font-weight: 700;
  transition: .25s;
}

footer a:hover {
  color: #ff79b7 !important;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #eef8ff;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(
    180deg,
    #ffc4dc,
    #91d5ff
  );
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(
    180deg,
    #ff9cc8,
    #6fc3ff
  );
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 20%, rgba(255,200,220,.12), transparent 30%),
    radial-gradient(circle at 80% 30%, rgba(180,230,255,.12), transparent 25%),
    radial-gradient(circle at 50% 90%, rgba(255,210,230,.12), transparent 35%);
  z-index: -1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  transition:
    background-color .25s ease,
    color .25s ease,
    border-color .25s ease,
    box-shadow .25s ease,
    transform .25s ease;
}

.container,
.container-fluid,
main {
  position: relative;
  z-index: 5;
}

aside,
.sidebar {
  position: sticky;
  top: 25px;
}

.btn,
button {
  position: relative;
  overflow: hidden;
}

.btn::before,
button::before {
  content: "";
  position: absolute;
  left: -150%;
  top: 0;
  width: 80%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.4),
    transparent
  );
  transform: skewX(-25deg);
}

.btn:hover::before,
button:hover::before {
  left: 180%;
  transition: 1s;
}

a {
  position: relative;
  text-decoration: none;
}

a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    #ff92c1,
    #8fd7ff
  );
  transition: .3s;
}

a:hover::after {
  width: 100%;
}

.avatar,
.profile-avatar {
  border-radius: 50%;
  border: 5px solid white;
  box-shadow: 0 10px 30px rgba(255,170,210,.3);
  transition: .35s;
}

.avatar:hover,
.profile-avatar:hover {
  transform: scale(1.08) rotate(4deg);
}

.Product-module__wrapper {
  animation: SakuraFloat .6s ease both;
}

.Product-module__wrapper:nth-child(2) { animation-delay: .08s; }
.Product-module__wrapper:nth-child(3) { animation-delay: .16s; }
.Product-module__wrapper:nth-child(4) { animation-delay: .24s; }
.Product-module__wrapper:nth-child(5) { animation-delay: .32s; }
.Product-module__wrapper:nth-child(6) { animation-delay: .40s; }

::selection {
  background: #ffc8de;
  color: #5f5f73;
}

header,
footer {
  backdrop-filter: blur(18px) saturate(1.2);
}

.PlayerMenu-module__wrapper,
.PlayerMenu-module__loginLink {
  position: relative;
  z-index: 10;
}

.Index-module__wrapper {
  display: block !important;
}

.Shop-module__wrapper {
  width: 100% !important;
  max-width: 1180px;
  margin: 0 auto;
}

/* ===========================================================
   PART 4 / PROFILE & SIDEBAR NAVIGATION (ALL TABS)
   =========================================================== */

.Profile-module__wrapper,
.ProfileHistory-module__wrapper,
.ProfileBasket-module__wrapper,
.ProfileDeposit-module__wrapper {
  display: grid !important;
  grid-template-columns: 280px 1fr !important;
  gap: 24px;
  align-items: start;
}

@media(max-width: 900px) {
  .Profile-module__wrapper,
  .ProfileHistory-module__wrapper,
  .ProfileBasket-module__wrapper,
  .ProfileDeposit-module__wrapper {
    grid-template-columns: 1fr !important;
  }
}

.ProfileNav-module__wrapper {
  background: rgba(255,255,255,.52) !important;
  backdrop-filter: blur(18px);
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: 0 20px 50px rgba(130,170,255,.12);
  overflow: hidden;
}

.ProfileNav-module__header {
  background: linear-gradient(
    90deg,
    #ffb8d2,
    #ffd7e8,
    #bfe9ff
  ) !important;
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}

.ProfileNav-module__img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 10px 25px rgba(255,150,195,.35);
  object-fit: cover;
  transition: transform .3s;
}

.ProfileNav-module__img:hover {
  transform: rotate(5deg) scale(1.05);
}

.ProfileNav-module__name {
  font-family: 'Fredoka', sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  color: #5a3a52 !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.35);
}

.ProfileNav-module__body {
  padding: 18px !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ProfileNav-module__navItem {
  background: rgba(255,255,255,.82) !important;
  border: 2px solid #dff4ff !important;
  border-radius: 16px;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 700;
  color: #6780a5 !important;
  cursor: pointer;
  transition: .25s;
}

.ProfileNav-module__navItem:hover,
.ProfileNav-module__active {
  background: linear-gradient(
    90deg,
    #ff9ec8,
    #ffcde0
  ) !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 20px rgba(255,150,195,.25);
}

.ProfileNav-module__logOut {
  margin-top: 6px;
  width: 100% !important;
  border-radius: 16px !important;
}

/* ===========================================================
   PART 5 / CONTENT PAGES & NEW TABS (HISTORY, BASKET, DEPOSIT)
   =========================================================== */

.ProfileContent-module__wrapper,
.HistoryContent-module__wrapper,
.BasketContent-module__wrapper,
.CartContent-module__wrapper,
.DepositContent-module__wrapper {
  background: rgba(255,255,255,.52) !important;
  backdrop-filter: blur(18px) saturate(1.2);
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: 0 20px 50px rgba(130,170,255,.12);
  overflow: hidden;
}

.ProfileContent-module__header,
.HistoryContent-module__header,
.BasketContent-module__header,
.CartContent-module__header,
.DepositContent-module__header {
  background: linear-gradient(
    90deg,
    #ffb8d2,
    #ffd7e8,
    #bfe9ff
  ) !important;
  color: #5a3a52 !important;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: .3px;
  text-shadow: 0 1px 0 rgba(255,255,255,.35);
  border-radius: 0 !important;
  padding: 18px;
  margin-bottom: 0 !important;
  box-shadow: none !important;
}

.ProfileContent-module__body,
.HistoryContent-module__body,
.BasketContent-module__body,
.CartContent-module__body,
.DepositContent-module__body {
  padding: 25px !important;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.ProfileContent-module__infoWrapper.ProfileContent-module__box {
  background: rgba(255,255,255,.85) !important;
  border: 2px solid #dff4ff !important;
  border-radius: 20px;
  padding: 6px 20px !important;
  box-shadow: 0 8px 25px rgba(160,210,255,.12);
}

.ProfileContent-module__title {
  font-family: 'Fredoka', sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  color: #a288a8 !important;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 14px 0 4px !important;
}

.ProfileContent-module__infoLine {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0 !important;
  border-top: 1px solid rgba(200,200,220,.35);
  color: #6780a5 !important;
  font-weight: 600;
}

.ProfileContent-module__infoLine:first-of-type {
  border-top: none;
}

.ProfileContent-module__infoLineValue {
  color: #44485b !important;
  font-weight: 800;
}

.ProfileContent-module__steamid {
  color: #ff73b2 !important;
}

.ProfileContent-module__inputWrapper {
  display: flex;
  gap: 12px;
  align-items: stretch;
}

.ProfileContent-module__input,
.DepositContent-module__input {
  flex: 1 1 auto;
  background: rgba(255,255,255,.88) !important;
  border-radius: 999px !important;
  border: 2px solid #d9efff !important;
  padding: 0 26px !important;
  min-height: 56px;
  font-size: 16px;
  box-shadow: 0 8px 25px rgba(160,210,255,.12);
  box-sizing: border-box;
}

.ProfileContent-module__usePromoBtn,
.DepositContent-module__payBtn {
  border-radius: 999px !important;
  padding: 0 30px !important;
  min-height: 56px;
  white-space: nowrap;
}

.HistoryTable-module__table {
  background: transparent !important;
}

.HistoryTable-module__tableHeader {
  display: flex;
  justify-content: space-between;
  background: rgba(255,255,255,.6) !important;
  border: 1px solid rgba(200,220,255,.4);
  border-radius: 16px;
  padding: 12px 20px !important;
  margin-bottom: 4px;
  color: #a288a8 !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .5px;
}

.HistoryTable-module__tableLine {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.85) !important;
  border: 2px solid #dff4ff !important;
  border-radius: 20px;
  padding: 16px 20px !important;
  margin-bottom: 12px;
  box-shadow: 0 8px 25px rgba(160,210,255,.12);
  transition: transform .25s, box-shadow .25s;
}

.HistoryTable-module__tableLine:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(255,150,195,.18);
}

.HistoryTable-module__value {
  color: #44485b !important;
  font-weight: 700;
}

.HistoryTable-module__value:last-child {
  font-weight: 800;
  color: #ff73b2 !important;
}

.HistoryFilters-module__wrapper {
  margin-bottom: 20px;
}

.HistorySearch-module__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(35, 18, 40, .85) !important;
  border-radius: 999px !important;
  border: 2px solid rgba(255, 115, 178, 0.3) !important;
  padding: 0 20px 0 46px !important;
  min-height: 56px;
  box-shadow: 0 8px 25px rgba(0,0,0,.25);
}

.HistorySearch-module__iconWrapper {
  position: absolute;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
}

.HistorySearch-module__icon {
  width: 20px;
  height: 20px;
  color: #ff73b2 !important;
}

.HistorySearch-module__input {
  width: 100% !important;
  border: none !important;
  background: transparent !important;
  font-size: 16px !important;
  outline: none !important;
  color: #f3e6ee !important;
}

.HistorySearch-module__input::placeholder {
  color: rgba(255,255,255,.4) !important;
}

.BasketContent-module__wrapper .boxBody,
.Cart-module__wrapper {
  padding: 25px !important;
}

.BasketContent-module__promoWrapper,
.Cart-module__coupon {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.Pagination-module__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 25px;
}

.Pagination-module__page,
.Pagination-module__navPageBtn,
.Pagination-module__pagination button,
[class*="Pagination-module__"] button {
  background: rgba(255,255,255,.85) !important;
  border: 2px solid #dff4ff !important;
  color: #6780a5 !important;
  font-weight: 700;
  border-radius: 12px !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .25s;
}

.Pagination-module__page:hover,
.Pagination-module__navPageBtn:hover,
.Pagination-module__pagination button:hover,
[class*="Pagination-module__"] button:hover {
  border-color: #ff9ec8 !important;
  color: #ff73b2 !important;
  transform: translateY(-2px);
}

.Pagination-module__active,
[class*="Pagination-module__active"] {
  background: linear-gradient(90deg, #ff9ec8, #ffcde0) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 8px 16px rgba(255,150,195,.25);
}

.Pagination-module__pagIcon {
  width: 18px;
  height: 18px;
  color: #6780a5;
}

.PlayerBalance-module__wrapper {
  background: rgba(255,255,255,.82) !important;
  border: 2px solid #dff4ff !important;
  border-radius: 999px;
  padding: 8px 18px;
  font-weight: 800;
  color: #ff73b2 !important;
}

.PlayerMenuMobile-module__profialeLink {
  font-weight: 700;
  color: #6b7d9f !important;
  transition: .25s;
}

.PlayerMenuMobile-module__profileLink:hover {
  color: #ff73b2 !important;
}

header button,
[class*="PlayerMenu"] button,
[class*="LangSwitcher"] button,
[class*="PlayerBalance"] button {
  -webkit-appearance: none !important;
  appearance: none !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

[class*="LangSwitcher"],
[class*="LangSwitcher"] * {
  background-color: transparent !important;
  box-shadow: none !important;
}

.LangSwitcher-module__btn {
  background: rgba(255,255,255,.82) !important;
  border-radius: 999px !important;
  padding: 8px 16px !important;
  color: #6780a5 !important;
  font-weight: 700 !important;
}

.LangSwitcher-module__btn:hover {
  background: rgba(255, 115, 178, 0.12) !important;
  color: #ff73b2 !important;
}

/* ===========================================================
   PART 6 / PAGES: ИСТОРИЯ, КОРЗИНА, ПРОФИЛЬ — реальные классы
   =========================================================== */

.Button-module__accent {
  background: linear-gradient(90deg, #ff8dc2, #ff6fb2) !important;
  color: #fff !important;
  border: none !important;
  font-weight: 800 !important;
  transition: .3s;
}

.Button-module__accent:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(255,120,180,.35);
}

.boxFooter {
  padding: 18px !important;
}

.HistoryContent-module__wrapper .boxBody,
.BasketContent-module__wrapper .boxBody {
  padding: 25px !important;
  display: flex;
  flex-direction: column;
  gap: 22px;
  background: transparent !important;
}

.BasketFilters-module__wrapper {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.BasketSearch-module__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1 1 260px;
  background: rgba(35, 18, 40, .85) !important;
  border-radius: 999px !important;
  border: 2px solid rgba(255, 115, 178, 0.3) !important;
  padding: 0 20px 0 46px !important;
  min-height: 56px;
  box-shadow: 0 8px 25px rgba(0,0,0,.25);
}

.BasketSearch-module__iconWrapper {
  position: absolute;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
}

.BasketSearch-module__icon {
  width: 20px;
  height: 20px;
  color: #ff73b2 !important;
}

.BasketSearch-module__input {
  width: 100% !important;
  border: none !important;
  background: transparent !important;
  font-size: 16px !important;
  outline: none !important;
  color: #f3e6ee !important;
}

.BasketSearch-module__input::placeholder {
  color: rgba(255,255,255,.4) !important;
}

.Selector-module__dropDownWrapper {
  position: relative;
  flex: 0 0 auto;
}

.Selector-module__dropDownCurrentItem {
  display: flex !important;
  align-items: center;
  gap: 10px;
  background: rgba(35, 18, 40, .85) !important;
  border-radius: 999px !important;
  border: 2px solid rgba(255, 115, 178, 0.3) !important;
  padding: 0 22px !important;
  min-height: 56px;
  font-weight: 700;
  color: #f3e6ee !important;
  box-shadow: 0 8px 25px rgba(0,0,0,.25);
  cursor: pointer;
  transition: .25s;
}

.Selector-module__dropDownCurrentItem:hover {
  border-color: #ff9ec8 !important;
  color: #ff73b2 !important;
}

.Selector-module__dropDownCurrentText {
  font-weight: 700;
}

.Selector-module__icon {
  width: 18px;
  height: 18px;
  color: #ff8dc2 !important;
}

.BasketTable-module__tableHeader {
  display: grid !important;
  grid-template-columns: minmax(0,2.2fr) minmax(0,1.6fr) 110px !important;
  align-items: center;
  justify-items: start;
}

.BasketTable-module__tableHeader .BasketTable-module__tableTitle:nth-child(2) {
  justify-self: center;
  text-align: center;
}

.BasketTable-module__tableHeader .BasketTable-module__tableTitle:nth-child(3) {
  justify-self: end;
}

.BasketTable-module__tableLine {
  display: grid !important;
  grid-template-columns: minmax(0,2.2fr) minmax(0,1.6fr) 110px !important;
  align-items: center;
  gap: 12px;
}

.BasketTable-module__serverInfoWrapper {
  align-items: center !important;
  text-align: center !important;
}

.BasketTable-module__inlineBtn,
.BasketTable-module__tableLine .buy,
.BasketTable-module__tableLine button {
  justify-self: end;
}

.BasketTable-module__table {
  background: transparent !important;
}

.BasketTable-module__tableData {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.BasketTable-module__tableHeader {
  display: flex;
  justify-content: space-between;
  background: rgba(255,255,255,.6) !important;
  border: 1px solid rgba(200,220,255,.4);
  border-radius: 16px;
  padding: 12px 20px !important;
  margin-bottom: 4px;
  color: #a288a8 !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .5px;
}

.BasketTable-module__tableTitle {
  font-weight: 700;
}

.BasketTable-module__tableLine {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px;
  background: rgba(255,255,255,.85) !important;
  border: 2px solid #dff4ff !important;
  border-radius: 20px !important;
  padding: 12px 20px !important;
  box-shadow: 0 8px 25px rgba(160,210,255,.12);
  transition: transform .25s, box-shadow .25s;
}

.BasketTable-module__tableLine:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(255,150,195,.18);
}

.BasketTable-module__productNameWrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.BasketTable-module__itemImg.productModalImg,
.BasketTable-module__itemImg {
  width: 56px !important;
  height: 56px !important;
  min-height: 56px !important;
  object-fit: cover !important;
  border-radius: 14px !important;
  background: radial-gradient(
    circle at 50% 32%,
    rgba(255,255,255,.95),
    rgba(255,236,245,.55) 72%
  ) !important;
  box-shadow: 0 8px 18px rgba(255,170,205,.2);
  flex: 0 0 auto;
}

.BasketTable-module__productInfoWrapper {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.BasketTable-module__serverInfoWrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  flex: 0 0 auto;
  text-align: right;
}

.BasketTable-module__value {
  color: #44485b !important;
  -webkit-text-fill-color: #44485b !important;
  font-weight: 700;
  font-size: 14.5px;
}

.BasketTable-module__serverInfoWrapper .BasketTable-module__value {
  color: #6780a5 !important;
  -webkit-text-fill-color: #6780a5 !important;
  font-weight: 600;
  font-size: 13px;
}

.BasketTable-module__inlineBtn {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  color: #ff5c9d !important;
  -webkit-text-fill-color: #ff5c9d !important;
  font-weight: 700 !important;
  font-size: 12.5px;
  cursor: pointer;
  transition: .2s;
}

.BasketTable-module__inlineBtn:hover {
  color: #ff73b2 !important;
  -webkit-text-fill-color: #ff73b2 !important;
  text-decoration: underline;
}

.errorMessage {
  display: block;
  text-align: center;
  padding: 40px 20px;
  color: #a288a8 !important;
  font-weight: 700;
  font-size: 15px;
  background: rgba(255,255,255,.85) !important;
  border: 2px dashed #dff4ff !important;
  border-radius: 20px;
}

/* ===========================================================
   PART 7 / PRODUCT MODAL (ItemModal / "СКИНЫ" popup)
   =========================================================== */

.ModalLayout-module__wrapper {
  position: fixed !important;
  inset: 0 !important;
  z-index: 1000 !important;
  background: rgba(28, 18, 36, .55) !important;
  backdrop-filter: blur(8px) !important;
}

.ModalLayout-module__overflowWrapper,
.ModalLayout-module__positionWrapper {
  background: transparent !important;
}

.ModalLayout-module__modal,
.ProductModal-module__command {
  background: rgba(255,255,255,.88) !important;
  backdrop-filter: blur(24px) saturate(1.2) !important;
  border: 1px solid rgba(255,255,255,.75) !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  box-shadow:
    0 25px 60px rgba(140,170,255,.25),
    0 0 0 1px rgba(255,115,178,.10) !important;
  max-width: 420px;
  width: 100%;
}

.ModalLayout-module__modal .boxHeader,
.ProductModal-module__header.boxHeader {
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}

.ModalLayout-module__modal .boxBody {
  padding: 24px !important;
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: transparent !important;
}

.productModalImg {
  width: 100%;
  height: 230px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(255,170,205,.25);
  background: radial-gradient(
    circle at 50% 45%,
    rgba(255,255,255,.95),
    rgba(255,236,245,.55) 72%
  );
}

.productModalDescription {
  background: rgba(255,255,255,.6) !important;
  border: 1px solid rgba(200,220,255,.45);
  border-radius: 16px;
  padding: 14px 18px;
  font-size: 14px;
  line-height: 1.55;
  color: #6780a5 !important;
  font-weight: 600;
}

.productModalFormRow {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.productModalFormRowItem {
  flex: 1 1 160px;
  display: flex;
  flex-direction: column;
}

.TotalSum-module__label,
.CountSelector-module__label,
.ItemContent-module__label {
  font-family: 'Fredoka', sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #a288a8 !important;
  margin-bottom: 8px;
  display: block;
}

.TotalSum-module__inputWrapper {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(255,255,255,.88) !important;
  border: 2px solid #ffd7e8 !important;
  border-radius: 999px !important;
  padding: 0 16px 0 0;
  min-height: 52px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(255,170,205,.18);
}

.TotalSum-module__currency {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, #ff73b2, #6db8ff) !important;
  color: #fff !important;
  font-weight: 800;
  font-size: 9.5px;
  letter-spacing: .3px;
  padding: 0 !important;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}

.TotalSum-module__input {
  border: none !important;
  background: transparent !important;
  font-weight: 800;
  font-size: 17px;
  color: #44485b !important;
  -webkit-text-fill-color: #44485b !important;
  width: 100%;
  margin-left: 60px;
}

.CountSelector-module__inputWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,.88) !important;
  border: 2px solid #dff4ff !important;
  border-radius: 999px !important;
  min-height: 52px;
  padding: 0 6px;
  box-shadow: 0 8px 20px rgba(160,210,255,.16);
}

.CountSelector-module__changeCountBtn {
  width: 36px;
  height: 36px;
  border-radius: 50% !important;
  background: linear-gradient(90deg, #ff9ec8, #ffcde0) !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  transition: .25s;
  flex: 0 0 auto;
}

.CountSelector-module__changeCountBtn:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 16px rgba(255,150,195,.35);
}

.CountSelector-module__icon {
  width: 15px !important;
  height: 15px !important;
}

.CountSelector-module__input {
  border: none !important;
  background: transparent !important;
  text-align: center;
  font-weight: 800;
  color: #44485b !important;
  -webkit-text-fill-color: #44485b !important;
  width: 40px;
}

.ProductModal-module__form .Selector-module__dropDownCurrentItem {
  background: rgba(255,255,255,.88) !important;
  border: 2px solid #dff4ff !important;
  color: #6780a5 !important;
  box-shadow: 0 8px 20px rgba(160,210,255,.16);
  width: 100%;
}

.ProductModal-module__form .Selector-module__dropDownCurrentItem:hover {
  border-color: #ff9ec8 !important;
  color: #ff73b2 !important;
}

.ProductModal-module__form .Selector-module__dropDownCurrentText {
  color: inherit !important;
}

.ProductModal-module__form .Selector-module__icon {
  color: #ff8dc2 !important;
}

.productModalGiveText {
  display: block;
  text-align: center;
  font-size: 12.5px;
  font-weight: 700;
  color: #ff5c9d !important;
  background: rgba(255,115,178,.08);
  border: 1px dashed rgba(255,115,178,.35);
  border-radius: 14px;
  padding: 10px 14px;
}

.ItemContent-module__footer.boxFooter {
  display: flex !important;
  gap: 12px;
  padding: 18px 24px !important;
  background: rgba(255,255,255,.5) !important;
  border-top: 1px solid rgba(255,255,255,.7);
}

.ItemContent-module__footer .Button-module__btn {
  flex: 1;
  min-height: 48px;
  border-radius: 14px !important;
  font-weight: 800;
  font-size: 14.5px;
  border: none;
}

.ItemContent-module__footer .Button-module__gray {
  background: rgba(255,255,255,.9) !important;
  color: #6780a5 !important;
  border: 2px solid #dff4ff !important;
}

.ItemContent-module__footer .Button-module__gray:hover {
  border-color: #ff9ec8 !important;
  color: #ff73b2 !important;
}

/* ===========================================================
   SAKURA RUST v9.11
   PART 8 / МОДАЛКА "ПОПОЛНЕНИЕ БАЛАНСА" (PlayerBalanceModal)
   =========================================================== */

.ModalLayout-module__modal.PlayerBalance-module__modal,
.PlayerBalance-module__modal {
  background: rgba(255,255,255,.88) !important;
  backdrop-filter: blur(24px) saturate(1.2) !important;
  border: 1px solid rgba(255,255,255,.75) !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  box-shadow:
    0 25px 60px rgba(140,170,255,.25),
    0 0 0 1px rgba(255,115,178,.10) !important;
  max-width: 420px;
  width: 100%;
}

.PlayerBalance-module__modal .boxHeader,
.PlayerBalanceModal-module__header.boxHeader {
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}

.PlayerBalance-module__modal .boxBody {
  background: transparent !important;
  padding: 24px !important;
}

.PlayerBalanceModal-module__form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.PlayerBalanceModal-module__label {
  font-family: 'Fredoka', sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #a288a8 !important;
  margin-bottom: 8px;
  display: block;
}

.PlayerBalanceModal-module__inputWrapper {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(255,255,255,.88) !important;
  border: 2px solid #ffd7e8 !important;
  border-radius: 999px !important;
  padding: 0 16px 0 0;
  min-height: 52px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(255,170,205,.18);
}

.PlayerBalanceModal-module__currency {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, #ff73b2, #6db8ff) !important;
  color: #fff !important;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: .3px;
  padding: 0 !important;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}

.PlayerBalanceModal-module__input {
  border: none !important;
  background: transparent !important;
  font-weight: 800;
  font-size: 17px;
  color: #44485b !important;
  -webkit-text-fill-color: #44485b !important;
  width: 100%;
  margin-left: 60px;
}

.PlayerBalanceModal-module__input::placeholder {
  color: rgba(68,72,91,.4) !important;
}

.PlayerBalanceModal-module__footer.boxFooter,
.boxFooter.PlayerBalanceModal-module__footer {
  display: flex !important;
  gap: 12px;
  padding: 18px 24px !important;
  background: rgba(255,255,255,.5) !important;
  border-top: 1px solid rgba(255,255,255,.7);
}

.PlayerBalanceModal-module__footer .Button-module__btn {
  flex: 1;
  min-height: 48px;
  border-radius: 14px !important;
  font-weight: 800;
  font-size: 14.5px;
  border: none;
}

.PlayerBalanceModal-module__footer .Button-module__gray {
  background: rgba(255,255,255,.9) !important;
  color: #6780a5 !important;
  border: 2px solid #dff4ff !important;
}

.PlayerBalanceModal-module__footer .Button-module__gray:hover {
  border-color: #ff9ec8 !important;
  color: #ff73b2 !important;
}

.PlayerBalanceModal-module__footer .Button-module__accent,
.PlayerBalanceModal-module__footer .Button-module__accent:disabled,
.PlayerBalanceModal-module__footer .Button-module__accent[disabled] {
  background: linear-gradient(90deg, #ff8dc2, #ff6fb2) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
  border: none !important;
  font-weight: 800 !important;
  box-shadow: 0 10px 22px rgba(255,120,180,.35) !important;
}

.PlayerBalanceModal-module__footer .Button-module__accent:disabled,
.PlayerBalanceModal-module__footer .Button-module__accent[disabled] {
  filter: saturate(.6) brightness(1.05);
  cursor: not-allowed;
}

.PlayerBalanceModal-module__footer .Button-module__accent:not(:disabled):hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(255,120,180,.45) !important;
}

/* ===========================================================
   SAKURA RUST v9.13
   PART 9 / СОДЕРЖИМОЕ НАБОРА (KitContent)
   =========================================================== */

.KitContent-module__containsItems {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}

.KitContent-module__containsItem {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  overflow: hidden;
  border-radius: 22px !important;
  background: #ffffff !important;
  border: 1px solid rgba(255,180,215,.35) !important;
  box-shadow:
    0 14px 30px rgba(10,5,15,.22),
    0 4px 12px rgba(255,140,190,.10) !important;
  padding: 0 !important;
  margin: 0 !important;
}

.KitContent-module__itemName {
  order: 1;
  display: block !important;
  flex: 0 0 auto !important;
  align-self: stretch !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  border-radius: 22px 22px 0 0 !important;
  background: linear-gradient(90deg, #ffb8d2, #ffd7e8, #bfe9ff) !important;
  color: #5a3a52 !important;
  -webkit-text-fill-color: #5a3a52 !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  letter-spacing: .2px;
  padding: 12px 16px !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.35);
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.KitContent-module__itemImg {
  order: 2;
  width: 100% !important;
  height: 190px !important;
  object-fit: contain !important;
  box-sizing: border-box;
  padding: 14px;
  background: radial-gradient(
    circle at 50% 38%,
    rgba(255,255,255,.95),
    rgba(255,236,245,.55) 72%
  ) !important;
  filter: brightness(.97) contrast(1.02) saturate(1.05);
}

.KitContent-module__itemCount {
  order: 3;
  position: absolute !important;
  left: 14px !important;
  bottom: 14px !important;
  z-index: 4;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(90deg,#ff9ec8,#ff7eb7) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  padding: 5px 12px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.5);
  box-shadow: 0 8px 16px rgba(0,0,0,.15);
}

.KitContent-module__label {
  font-family: 'Fredoka', sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #a288a8 !important;
  margin-bottom: 8px;
  display: block;
}

.KitContent-module__footer.boxFooter {
  display: flex !important;
  gap: 12px;
  padding: 18px 24px !important;
  background: rgba(255,255,255,.5) !important;
  border-top: 1px solid rgba(255,255,255,.7);
}

.KitContent-module__footer .Button-module__btn {
  flex: 1;
  min-height: 48px;
  border-radius: 14px !important;
  font-weight: 800;
  font-size: 14.5px;
  border: none;
}

.KitContent-module__footer .Button-module__gray {
  background: rgba(255,255,255,.9) !important;
  color: #6780a5 !important;
  border: 2px solid #dff4ff !important;
}

.KitContent-module__footer .Button-module__gray:hover {
  border-color: #ff9ec8 !important;
  color: #ff73b2 !important;
}

/* ===========================================================
   SAKURA RUST v9.14
   PART 10 / ПЕРЕКЛЮЧАТЕЛЬ СЕРВЕРОВ (Servers-module)
   =========================================================== */

.Servers-module__servers {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-bottom: 20px !important;
}

.Servers-module__server {
  background: rgba(255,255,255,.08) !important;
  border: 2px solid rgba(255,115,178,.25) !important;
  color: #f3e6ee !important;
  -webkit-text-fill-color: #f3e6ee !important;
  font-family: 'Montserrat', 'Nunito', sans-serif !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: .8px;
  padding: 10px 22px !important;
  border-radius: 999px !important;
  cursor: pointer;
  transition: .25s ease;
}

.Servers-module__server:hover {
  border-color: #ff9ec8 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  transform: translateY(-2px);
}

.Servers-module__server.Servers-module__active,
.Servers-module__active {
  background: linear-gradient(90deg, #ff9ec8, #ffcde0) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border-color: transparent !important;
  box-shadow: 0 10px 20px rgba(255,150,195,.3) !important;
}

/* ===========================================================
   SAKURA RUST v9.15
   PART 11 / ВЫПАДАЮЩИЙ СПИСОК СЕЛЕКТОРА (Selector-module)
   =========================================================== */

.Selector-module__dropDownList {
  background: rgba(35, 18, 40, .85) !important;
  backdrop-filter: blur(20px) saturate(1.15) !important;
  border: 2px solid rgba(255, 115, 178, 0.3) !important;
  border-radius: 20px !important;
  padding: 8px !important;
  margin-top: 8px !important;
  box-shadow: 0 15px 40px rgba(0,0,0,.35) !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  z-index: 50;
}

.Selector-module__dropDownItem {
  background: transparent !important;
  border: none !important;
  color: #f3e6ee !important;
  -webkit-text-fill-color: #f3e6ee !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-align: left !important;
  width: 100% !important;
  padding: 10px 16px !important;
  border-radius: 14px !important;
  cursor: pointer;
  transition: .25s ease;
}

.Selector-module__dropDownItem:hover {
  background: rgba(255, 115, 178, 0.12) !important;
  color: #ff9ec8 !important;
  -webkit-text-fill-color: #ff9ec8 !important;
}

.Selector-module__dropDownItem.Selector-module__active {
  background: linear-gradient(90deg, #ff9ec8, #ffcde0) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: 0 8px 16px rgba(255,150,195,.25) !important;
}

/* ===========================================================
   SAKURA RUST v9.17
   PART 12 / МОНИТОРИНГ (Widgets-module / MonitoringWidget /
   MonitoringServer)
   =========================================================== */

.Widgets-module__wrapper {
  display: block !important;
  width: 100% !important;
  max-width: 1180px;
  margin: 0 auto 24px !important;
  position: static !important;
}

.Widgets-module__widgetWrapper {
  background: transparent !important;
  backdrop-filter: none !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
}

.Widgets-module__widgetWrapper .boxHeader,
.Widgets-module__widgetWrapper .boxFooter,
.MonitoringWidget-module__header,
.MonitoringWidget-module__updateBtn {
  display: none !important;
}

.MonitoringWidget-module__body.boxBody {
  background: transparent !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
}

.MonitoringWidget-module__updatingLoaderWrapper {
  display: flex;
  justify-content: center;
  padding: 6px 0;
}

.Loader-module__loader {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid rgba(255,115,178,.25);
  border-top-color: #ff73b2;
  animation: SakuraSpin .8s linear infinite;
}

@keyframes SakuraSpin {
  to { transform: rotate(360deg); }
}

.MonitoringServer-module__wrapper {
  background: rgba(58, 32, 68, .55) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 24px !important;
  padding: 18px 20px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  box-shadow: 0 20px 45px rgba(15,8,20,.35) !important;
}

.MonitoringServer-module__name {
  font-family: 'Fredoka', sans-serif !important;
  font-size: 15.5px !important;
  font-weight: 700 !important;
  color: #f3e6ee !important;
  -webkit-text-fill-color: #f3e6ee !important;
}

.MonitoringServer-module__progressWrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.MonitoringServer-module__progressInfo {
  display: none !important;
}

.MonitoringServer-module__progressBarWrapper {
  pointer-events: none !important;
}

.MonitoringServer-module__playersInfo {
  font-size: 12.5px !important;
  font-weight: 700 !important;
  color: #cfa8c2 !important;
  -webkit-text-fill-color: #cfa8c2 !important;
}

.MonitoringServer-module__progressBarWrapper {
  position: relative !important;
  width: 100% !important;
  height: 10px !important;
  background: rgba(255,255,255,.08) !important;
  border-radius: 999px !important;
  overflow: hidden !important;
}

.MonitoringServer-module__progressBar,
.MonitoringServer-module__progressBarAnim {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  height: 100% !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #ff73b2, #6db8ff) !important;
  transition: width .6s ease;
}

.MonitoringServer-module__progressBarAnim {
  opacity: .35;
  filter: blur(3px);
}

.MonitoringServer-module__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.MonitoringServer-module__info > span:first-child {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.MonitoringServer-module__olineDivider {
  color: #ff9ec8 !important;
  -webkit-text-fill-color: #ff9ec8 !important;
  margin: 0 3px;
}

.MonitoringServer-module__btns {
  display: flex;
  gap: 8px;
}

.MonitoringServer-module__btn {
  width: 38px !important;
  height: 38px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,115,178,.3) !important;
  border-radius: 50% !important;
  cursor: pointer;
  transition: .25s ease;
}

.MonitoringServer-module__btn:hover {
  background: rgba(255,115,178,.18) !important;
  border-color: #ff9ec8 !important;
  transform: translateY(-2px);
}

.MonitoringServer-module__icon {
  width: 17px !important;
  height: 17px !important;
  color: #ff9ec8 !important;
}

/* ===========================================================
   SAKURA RUST v9.18
   PART 13 / ВИДЖЕТ DISCORD (DiscordWidget-module)
   =========================================================== */

.DiscordWidget-module__wrapper {
  background: transparent !important;
}

.DiscordWidget-module__banner {
  display: flex !important;
  align-items: center !important;
  gap: 18px;
  background: rgba(58, 32, 68, .55) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 24px !important;
  padding: 18px 22px !important;
  box-shadow: 0 20px 45px rgba(15,8,20,.35) !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.DiscordWidget-module__banner:hover {
  transform: translateY(-3px);
  border-color: rgba(255,115,178,.4) !important;
  box-shadow: 0 25px 55px rgba(15,8,20,.45) !important;
}

.DiscordWidget-module__banner::after {
  display: none !important;
}

.DiscordWidget-module__icon {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff73b2, #6db8ff) !important;
  box-shadow: 0 10px 22px rgba(255,115,178,.3);
}

.DiscordWidget-module__icon svg {
  width: 26px;
  height: 26px;
  color: #ffffff;
}

.DiscordWidget-module__text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.DiscordWidget-module__title {
  font-family: 'Fredoka', sans-serif !important;
  font-size: 16.5px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.DiscordWidget-module__subtitle {
  font-size: 12.5px !important;
  font-weight: 600 !important;
  color: #cfa8c2 !important;
  -webkit-text-fill-color: #cfa8c2 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.DiscordWidget-module__btn {
  flex: 0 0 auto;
  background: linear-gradient(90deg, #ff8dc2, #ff6fb2) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-weight: 800 !important;
  font-size: 13.5px !important;
  padding: 10px 20px !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 22px rgba(255,120,180,.35) !important;
  transition: transform .25s ease, box-shadow .25s ease;
  white-space: nowrap;
}

.DiscordWidget-module__banner:hover .DiscordWidget-module__btn {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(255,120,180,.45) !important;
}

@media (max-width: 480px) {
  .DiscordWidget-module__banner {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .DiscordWidget-module__text {
    align-items: center;
    flex: 1 1 100%;
    order: 2;
  }
  .DiscordWidget-module__btn {
    order: 3;
    flex: 1 1 100%;
    text-align: center;
  }
}

/* ===========================================================
   SAKURA RUST v9.19
   PART 14 / КОПИРАЙТ-БЕЙДЖ ПЛАТФОРМЫ (DesktopCopyright-module)

   ВНИМАНИЕ: сам элемент .DesktopCopyright-module__wrapper и
   его текст ("Сайт создан в системе" + ссылка "GameStores")
   НЕ скрываются (никаких display:none / opacity:0 /
   visibility:hidden / clip / font-size:0 и т.п.) — в разметке
   явно указано, что нечитаемость этого блока ведёт к
   перманентной блокировке магазина. Ниже — только визуальное
   оформление под фирменный стиль сайта, сам бейдж и ссылка
   остаются на месте и читаемы.
   =========================================================== */

.DesktopCopyright-module__wrapper {
  background: rgba(58, 32, 68, .55) !important;
  backdrop-filter: blur(14px) saturate(1.1);
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 999px !important;
  padding: 8px 16px !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  box-shadow: 0 10px 25px rgba(15,8,20,.3) !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.DesktopCopyright-module__wrapper:hover {
  transform: translateY(-2px);
  border-color: rgba(255,115,178,.35) !important;
  box-shadow: 0 14px 32px rgba(15,8,20,.4) !important;
}

.DesktopCopyright-module__text {
  font-family: 'Nunito', sans-serif !important;
  font-size: 11.5px !important;
  font-weight: 600 !important;
  color: #cfa8c2 !important;
  -webkit-text-fill-color: #cfa8c2 !important;
  white-space: nowrap;
}

.DesktopCopyright-module__link {
  font-family: 'Fredoka', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  background: linear-gradient(90deg, #ff73b2, #6db8ff) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-decoration: none !important;
  white-space: nowrap;
  transition: filter .25s ease;
}

.DesktopCopyright-module__link:hover {
  filter: brightness(1.25);
}

.DesktopCopyright-module__link::after {
  display: none !important;
}

/* ===========================================================
   SAKURA RUST v9.20
   PART 15 / ЮРИДИЧЕСКИЙ ФУТЕР МАГАЗИНА (ShopFooter-module)
   =========================================================== */

.ProfileNav-module__navItem::after,
.ProfileNav-module__navItem:hover::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
}

.ProfileNav-module__navItem {
  background: rgba(255,255,255,.08) !important;
  border: 2px solid rgba(255,115,178,.18) !important;
  color: #cfa8c2 !important;
  -webkit-text-fill-color: #cfa8c2 !important;
}

.ProfileNav-module__navItem:hover,
.ProfileNav-module__active {
  background: linear-gradient(
    90deg,
    #ff9ec8,
    #ffcde0
  ) !important;
  border-color: transparent !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.ProfileNav-module__wrapper {
  background: rgba(58, 32, 68, .55) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  box-shadow: 0 20px 45px rgba(15,8,20,.35) !important;
}

.BasketFilters-module__wrapper {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 14px !important;
  flex-wrap: nowrap !important;
}

.BasketSearch-module__wrapper {
  width: 100% !important;
}

.BasketFilters-module__serverSelector {
  width: 100% !important;
  margin-left: 0 !important;
  left: 0 !important;
}

.BasketFilters-module__serverSelector .Selector-module__dropDownCurrentItem {
  width: 100% !important;
}

.Shop-module__wrapper .boxFooter {
  background: transparent !important;
  box-shadow: none !important;
}

.ShopFooter-module__text {
  font-family: 'Nunito', sans-serif !important;
  font-size: 10.5px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  color: rgba(207,168,194,.55) !important;
  -webkit-text-fill-color: rgba(207,168,194,.55) !important;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 8px !important;
  padding: 0 12px;
  background: transparent !important;
}

.ShopFooter-module__links {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px 22px;
  margin-top: 4px !important;
  padding-top: 0 !important;
  border-top: none !important;
  background: transparent !important;
}

.ShopFooter-module__link {
  font-family: 'Nunito', sans-serif !important;
  font-size: 10.5px !important;
  font-weight: 600 !important;
  letter-spacing: .2px;
  text-transform: none;
  color: rgba(207,168,194,.65) !important;
  -webkit-text-fill-color: rgba(207,168,194,.65) !important;
  text-decoration: none !important;
  transition: color .25s ease;
}

.ShopFooter-module__link:hover {
  color: #ff9ec8 !important;
  -webkit-text-fill-color: #ff9ec8 !important;
  text-shadow: none;
}

.ShopFooter-module__link::after {
  display: none !important;
}

/* ===========================================================
   SAKURA RUST v9.21
   PART 16 / СЕЛЕКТОР ДЕЙСТВИЯ (ActionSelector — непрефиксованные
   классы dropDownWrapper / dropDownCurrentItem / dropDownList /
   dropDownItem, отдельные от .Selector-module__*)
   =========================================================== */

.ActionSelector-module__label {
  font-family: 'Fredoka', sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #a288a8 !important;
  margin-bottom: 8px;
  display: block;
}

.dropDownWrapper {
  position: relative;
}

.ActionSelector-module__actionSelector .dropDownCurrentItem,
.dropDownWrapper .dropDownCurrentItem,
button.dropDownCurrentItem,
.dropDownCurrentItem {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: rgba(35, 18, 40, .85) !important;
  border-radius: 999px !important;
  border: 2px solid rgba(255, 115, 178, 0.3) !important;
  padding: 0 22px !important;
  min-height: 56px;
  font-weight: 700;
  color: #f3e6ee !important;
  -webkit-text-fill-color: #f3e6ee !important;
  box-shadow: 0 8px 25px rgba(0,0,0,.25);
  cursor: pointer;
  transition: .25s;
  width: 100%;
}

.ActionSelector-module__actionSelector .dropDownCurrentItem:hover,
.dropDownWrapper .dropDownCurrentItem:hover,
.dropDownCurrentItem:hover {
  border-color: #ff9ec8 !important;
  color: #ff73b2 !important;
  -webkit-text-fill-color: #ff73b2 !important;
}

.dropDownCurrentText {
  font-weight: 700;
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
}

.dropDownIcon,
.dropDownCurrentItem svg {
  width: 18px;
  height: 18px;
  color: #ff8dc2 !important;
  flex: 0 0 auto;
}

.ActionSelector-module__actionSelector .dropDownList,
.dropDownWrapper .dropDownList,
.dropDownList,
.dropDownListOpenOnTop {
  background: rgba(35, 18, 40, .96) !important;
  backdrop-filter: blur(20px) saturate(1.15) !important;
  border: 2px solid rgba(255, 115, 178, 0.3) !important;
  border-radius: 20px !important;
  padding: 8px !important;
  margin-top: 8px !important;
  box-shadow: 0 15px 40px rgba(0,0,0,.35) !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  z-index: 50;
}

.ActionSelector-module__actionSelector .dropDownItem,
.dropDownWrapper .dropDownItem,
.dropDownItem {
  background: transparent !important;
  border: none !important;
  color: #f3e6ee !important;
  -webkit-text-fill-color: #f3e6ee !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-align: left !important;
  width: 100% !important;
  padding: 10px 16px !important;
  border-radius: 14px !important;
  cursor: pointer;
  transition: .25s ease;
}

.ActionSelector-module__actionSelector .dropDownItem:hover,
.dropDownWrapper .dropDownItem:hover,
.dropDownItem:hover {
  background: rgba(255, 115, 178, 0.12) !important;
  color: #ff9ec8 !important;
  -webkit-text-fill-color: #ff9ec8 !important;
}

.dropDownItem.active,
.dropDownItem[class*="active"] {
  background: linear-gradient(90deg, #ff9ec8, #ffcde0) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: 0 8px 16px rgba(255,150,195,.25) !important;
}