/* ============================================ */
/*  NO MERCY SKIN STYLE - RUST GAME THEME       */
/*  WHITE TO BLACK GRADIENT                    */
/*  Smooth Transition | Soft White Glow        */
/*  WHITE SCROLLBAR THUMB | BLUR SHADOWS       */
/*  SNIPER CURSOR - FIXED                      */
/* ============================================ */

/* Импорт шрифтов */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap');

/* ----------------------------------------------
  ПЕРЕМЕННЫЕ
-------------------------------------------------- */
:root {
    --nm-white: #FFFFFF;
    --nm-white-dim: #D4D4D4;
    --nm-white-pure: #F0F0F0;
    --nm-black-matte: #0A0A0A;
    --nm-black-light: #141414;
    --nm-dark-gray: #0F0F0F;
    --nm-gray-metal: #1A1A1A;
    --nm-gray-mid: #2D2D2D;
    --nm-gray-light: #3D3D3D;
    --nm-blood: #C41E3A;
    --nm-blood-dark: #8B0000;
    --nm-text: #EEEEEE;
    --nm-text-dim: #888888;
    
    --accent-color-800: #333333;
    --accent-color-900: #111111;
    --font-color-700: #EEEEEE;
    --font-color-800: rgba(238, 238, 238, 0.7);
    --font-color-900: #666666;
    --bg-color-800: #1A1A1A;
    --bg-color-700: #0F0F0F;
    --bg-color-900: #0A0A0A;
    --background-color: #0A0A0A;
    --product-items-trans-bg-color: rgba(0, 0, 0, 0.6);
    
    --safe-padding: 12px;
    --default-border-radius: 2px;
    --default-font-size: 15px;
    --default-font-family: 'Montserrat', sans-serif;
    --title-font-size: 28px;
    --title-font-weight: 800;
    --price-font-size: 22px;
}

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

/* ----------------------------------------------
  ГЛОБАЛЬНЫЙ ФОН - ГРАДИЕНТ ОТ БЕЛОГО К ЧЁРНОМУ
-------------------------------------------------- */
body {
    font-family: 'Montserrat', 'Bebas Neue', sans-serif;
    background: linear-gradient(135deg, #e8e8e8 0%, #c0c0c0 25%, #888888 50%, #3a3a3a 75%, #0a0a0a 100%);
    color: #1a1a1a;
    line-height: 1.5;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

/* Размытая тень по краям страницы */
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 30% 40%, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.1) 60%);
    pointer-events: none;
    z-index: -1;
}

/* Текстура */
body::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,0,0,0.02) 2px, rgba(0,0,0,0.02) 3px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(0,0,0,0.02) 2px, rgba(0,0,0,0.02) 3px);
    pointer-events: none;
    z-index: -1;
}

/* ----------------------------------------------
  ПРИЦЕЛ-КУРСОР
-------------------------------------------------- */
body, html {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" stroke="%23111111" stroke-width="1.5" fill="none"/><circle cx="12" cy="12" r="2" fill="%23111111"/><line x1="12" y1="2" x2="12" y2="6" stroke="%23111111" stroke-width="1.5"/><line x1="12" y1="18" x2="12" y2="22" stroke="%23111111" stroke-width="1.5"/><line x1="2" y1="12" x2="6" y2="12" stroke="%23111111" stroke-width="1.5"/><line x1="18" y1="12" x2="22" y2="12" stroke="%23111111" stroke-width="1.5"/><line x1="4.5" y1="4.5" x2="7.5" y2="7.5" stroke="%23111111" stroke-width="1" opacity="0.5"/><line x1="19.5" y1="4.5" x2="16.5" y2="7.5" stroke="%23111111" stroke-width="1" opacity="0.5"/><line x1="4.5" y1="19.5" x2="7.5" y2="16.5" stroke="%23111111" stroke-width="1" opacity="0.5"/><line x1="19.5" y1="19.5" x2="16.5" y2="16.5" stroke="%23111111" stroke-width="1" opacity="0.5"/></svg>') 12 12, auto;
}

a, button, .Product-module__wrapper, 
.Categories-module__category, .Servers-module__server,
.Button-module__btn, .Product-module__price,
[role="button"], .clickable, 
.Product-module__wrapper:hover,
.ModalLayout-module__close,
.CountSelector-module__changeCountBtn,
.Selector-module__dropDownCurrentItem {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="11" stroke="%23C41E3A" stroke-width="2" fill="none"/><circle cx="14" cy="14" r="4" fill="%23C41E3A"/><circle cx="14" cy="14" r="2" fill="white"/><line x1="14" y1="2" x2="14" y2="6" stroke="%23C41E3A" stroke-width="2"/><line x1="14" y1="22" x2="14" y2="26" stroke="%23C41E3A" stroke-width="2"/><line x1="2" y1="14" x2="6" y2="14" stroke="%23C41E3A" stroke-width="2"/><line x1="22" y1="14" x2="26" y2="14" stroke="%23C41E3A" stroke-width="2"/><line x1="5" y1="5" x2="8" y2="8" stroke="%23C41E3A" stroke-width="1.5" opacity="0.7"/><line x1="23" y1="5" x2="20" y2="8" stroke="%23C41E3A" stroke-width="1.5" opacity="0.7"/><line x1="5" y1="23" x2="8" y2="20" stroke="%23C41E3A" stroke-width="1.5" opacity="0.7"/><line x1="23" y1="23" x2="20" y2="20" stroke="%23C41E3A" stroke-width="1.5" opacity="0.7"/></svg>') 14 14, pointer;
}

input, textarea, .Selector-module__dropDownCurrentItem {
    cursor: text;
}

/* ----------------------------------------------
  СКРОЛЛБАР - БЕЛЫЙ ПОЛЗУНОК
-------------------------------------------------- */
::-webkit-scrollbar {
    width: 10px;
    background: #1a1a1a;
}
::-webkit-scrollbar-track {
    background: #2a2a2a;
    border-left: 1px solid #444444;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #dddddd 0%, #ffffff 50%, #dddddd 100%);
    border-radius: 0;
}
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}

/* Для Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #dddddd #2a2a2a;
}

/* ----------------------------------------------
  КОНТЕЙНЕР
-------------------------------------------------- */
.container {
    width: 1300px;
    max-width: 95%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* ----------------------------------------------
  ШАПКА С РАЗМЫТОЙ ТЕНЬЮ
-------------------------------------------------- */
.Header-module__wrapper {
    min-height: 80px;
    margin-bottom: var(--safe-padding);
    background: linear-gradient(180deg, #f5f5f5 0%, #e0e0e0 100%);
    border-bottom: 2px solid #222222;
    position: relative;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15), 0 0 30px rgba(0,0,0,0.1);
}

.Header-module__wrapper::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(90deg, 
        #222222 0px, 
        #222222 20px, 
        transparent 20px, 
        transparent 40px);
}

.Header-module__logo {
    font-family: 'Bebas Neue', cursive;
    font-size: 36px;
    letter-spacing: 4px;
    background: linear-gradient(135deg, #222222 0%, #555555 50%, #222222 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 3px rgba(0,0,0,0.05);
    text-transform: uppercase;
    font-weight: 900;
    position: relative;
}

/* ----------------------------------------------
  КАТЕГОРИИ С РАЗМЫТОЙ ТЕНЬЮ
-------------------------------------------------- */
.Categories-module__categories {
    display: flex;
    width: 101%;
    gap: 2px;
    background: rgba(0,0,0,0.04);
    position: relative;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.Categories-module__category {
    flex: 1;
    text-align: center;
    background: linear-gradient(135deg, #eeeeee 0%, #dddddd 100%);
    border: 1px solid rgba(0,0,0,0.1);
    font-weight: 800;
    text-transform: uppercase;
    transition: 0.2s;
    padding: 12px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #222222;
    position: relative;
}

.Categories-module__category:hover {
    background: linear-gradient(135deg, #f8f8f8 0%, #e8e8e8 100%);
    border-color: #222222;
    transform: scale(0.98);
    color: #000000;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

/* ----------------------------------------------
  СЕРВЕРА
-------------------------------------------------- */
.Servers-module__servers {
    display: flex;
    flex-wrap: wrap;
    margin: -5px -5px calc(var(--safe-padding) / 2);
    justify-content: center;
    gap: 8px;
}

.Servers-module__server {
    max-width: unset;
    background: linear-gradient(135deg, #e8e8e8 0%, #d8d8d8 100%);
    border: 1px solid rgba(0,0,0,0.12);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    padding: 8px 16px;
    transition: all 0.2s;
    color: #222222;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.Servers-module__server.Servers-module__active, 
.Servers-module__server:hover, 
.Servers-module__server:focus {
    background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
    color: #000000;
    border-color: #222222;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

/* ----------------------------------------------
  ПОИСК
-------------------------------------------------- */
.Search-module__wrapper {
    margin-top: var(--safe-padding);
    margin-bottom: var(--safe-padding);
}

.Search-module__iconWrapper {
    background: #e0e0e0;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

/* ----------------------------------------------
  ТОВАРЫ - БЕЛОЕ СВЕЧЕНИЕ ЗА ПРЕДМЕТАМИ
-------------------------------------------------- */
.Products-module__wrapper {
    margin-top: var(--safe-padding);
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
    position: relative;
    z-index: 2;
}

/* Мягкое свечение за карточками */
.Products-module__wrapper::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 70%);
    pointer-events: none;
    z-index: -1;
}

.Product-module__wrapper {
    background: linear-gradient(145deg, #1a1a1a 0%, #0f0f0f 100%);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--default-border-radius);
    transition: all 0.3s ease-out;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.2), 0 8px 25px rgba(0,0,0,0.25);
    display: flex;
    flex-direction: column;
}

/* Мягкое белое свечение при наведении */
.Product-module__wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(255,255,255,0.08) 0%, transparent 70%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
}

.Product-module__wrapper:hover::after {
    opacity: 1;
}

.Product-module__wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(90deg, 
        transparent, transparent 4px, 
        rgba(255,255,255,0.02) 4px, 
        rgba(255,255,255,0.02) 5px);
    pointer-events: none;
    z-index: 1;
}

.Product-module__wrapper:hover {
    transform: translateY(-6px);
    border-color: rgba(255,255,255,0.3);
    box-shadow: 0 0 0 3px rgba(255,255,255,0.35), 0 15px 35px rgba(0,0,0,0.3);
}

.Product-module__wrapper img {
    width: 100%;
    transition: transform 0.35s ease-out;
    filter: drop-shadow(0 0 5px rgba(255,255,255,0.1));
}

.Product-module__wrapper:hover img {
    transform: scale(1.05);
    filter: drop-shadow(0 0 12px rgba(255,255,255,0.2));
}

.Product-module__price {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(135deg, rgba(10,10,10,0.95) 0%, rgba(20,20,20,0.95) 100%);
    border-left: 3px solid #ffffff;
    padding: 5px 12px;
    font-weight: 900;
    font-size: 18px;
    backdrop-filter: blur(4px);
    letter-spacing: 0.5px;
    z-index: 3;
    font-family: 'Orbitron', monospace;
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.Product-module__discount {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #444444 0%, #222222 100%);
    color: #ffffff;
    font-weight: 900;
    padding: 3px 10px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    font-size: 12px;
    letter-spacing: 1px;
    z-index: 3;
    box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}

.Product-module__name {
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
    background: linear-gradient(135deg, #ffffff 0%, #dddddd 50%, #ffffff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-top: 12px;
    margin-bottom: 16px;
    padding: 0 12px;
    word-break: break-word;
    line-height: 1.3;
}

/* ----------------------------------------------
  МОНИТОРИНГ
-------------------------------------------------- */
.MonitoringWidget-module__body.boxBody {
    background-color: transparent;
    padding: 0px;
}

.MonitoringServer-module__wrapper {
    background: #e0e0e0;
    padding: var(--safe-padding);
    margin-bottom: var(--safe-padding);
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.MonitoringServer-module__progressBarWrapper {
    background-color: #cccccc;
    height: 15px;
    border-radius: 0;
}

.MonitoringServer-module__progressBarAnim {
    background: linear-gradient(90deg, #555555 0%, #222222 100%);
}

.MonitoringServer-module__name {
    font-weight: 700;
    margin-bottom: 8px;
    color: #222222;
}

/* ----------------------------------------------
  ВИДЖЕТЫ С РАЗМЫТОЙ ТЕНЬЮ
-------------------------------------------------- */
.Widgets-module__wrapper {
    margin-right: var(--safe-padding);
}

.Widgets-module__customWidgetWrapper .boxBody {
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    gap: 15px;
    max-height: 84px;
}

.Widgets-module__customWidgetWrapper .boxBody,
.Widgets-module__customPrefixWidgetWrapper .boxBody {
    background: linear-gradient(145deg, #e8e8e8 0%, #d8d8d8 100%);
    display: flex;
    transition: all 0.25s;
    border: 1px solid rgba(0,0,0,0.08);
    padding: 12px 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.Widgets-module__customPrefixWidgetWrapper .boxBody {
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.Widgets-module__customWidgetWrapper .boxBody:hover,
.Widgets-module__customPrefixWidgetWrapper .boxBody:hover {
    transform: scale(1.02);
    background: #f0f0f0;
    cursor: pointer;
    border-color: #333333;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.Widgets-module__widgetTitle {
    font-weight: 700;
    font-size: 14px;
    color: #222222;
}

.Widgets-module__widgetDescription {
    font-size: 11px;
    color: #555555;
}

.Widgets-module__widgetText {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.Widgets-module__widgetWrapper+.Widgets-module__widgetWrapper {
    margin-top: var(--safe-padding);
}

.Widgets-module__widgetPrefix {
    padding: var(--safe-padding);
    background: #444444;
    border-radius: var(--default-border-radius);
    font-weight: 600;
    color: #ffffff;
}

.Widgets-module__widgetPrefixDescription {
    font-size: 12px;
    margin-top: var(--safe-padding);
}

/* ----------------------------------------------
  СВАЙПЕР
-------------------------------------------------- */
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #cccccc;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiper-slide-active img,
.swiper-slide-prev img,
.swiper-slide-next img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: var(--default-border-radius);
}

.mySwiper {
    height: 250px;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    background: #e0e0e0;
    position: relative;
}

.mySwiper::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255,255,255,0.3);
    pointer-events: none;
}

.swiper-slide img {
    filter: grayscale(0%) contrast(1.05) brightness(0.98);
}

.container.swiperContainer {
    margin-top: var(--safe-padding);
    margin-bottom: var(--safe-padding);
}

/* ----------------------------------------------
  КОРЗИНА С РАЗМЫТОЙ ТЕНЬЮ
-------------------------------------------------- */
.BasketContent-module__wrapper .boxBody,
.HistoryContent-module__wrapper .boxBody {
    background: #e8e8e8;
    padding: var(--safe-padding);
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.BasketTable-module__tableHeader,
.HistoryTable-module__tableHeader {
    background: linear-gradient(135deg, #d8d8d8 0%, #c8c8c8 100%);
    padding: 12px;
    font-weight: 800;
    color: #222222;
}

.BasketTable-module__tableLine,
.HistoryTable-module__tableLine {
    padding: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    color: #222222;
}

.CountSelector-module__changeCountBtn {
    background: #333333;
    padding: 5px 10px;
    color: #ffffff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.CountSelector-module__changeCountBtn:hover {
    background: #111111;
}

.CountSelector-module__inputWrapper input {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    color: #222222;
    font-family: 'Orbitron', monospace;
    padding: 5px;
    text-align: center;
}

/* ----------------------------------------------
  ПРОФИЛЬ
-------------------------------------------------- */
.ProfileNav-module__wrapper {
    margin-right: var(--safe-padding);
}

.ProfileNav-module__header.boxHeader,
.ProfileNav-module__body.boxBody,
.ProfileNav-module__wrapper .boxFooter,
.ProfileContent-module__body.boxBody {
    background: #e8e8e8;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.ProfileNav-module__navItem {
    background: linear-gradient(135deg, #e0e0e0 0%, #d0d0d0 100%);
    padding: 12px;
    margin-bottom: 5px;
    border: 1px solid rgba(0,0,0,0.05);
    color: #222222;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.ProfileContent-module__box {
    background-color: #e0e0e0;
    padding: 15px;
}

.ProfileContent-module__input {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    color: #222222;
    padding: 10px;
    font-family: 'Orbitron', monospace;
}

.ProfileContent-module__usePromoBtn {
    background: #333333;
    border: 1px solid #222222;
    padding: 8px 16px;
    color: white;
    font-weight: 700;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* ----------------------------------------------
  МОДАЛЬНЫЕ ОКНА
-------------------------------------------------- */
.ModalLayout-module__positionWrapper {
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.75);
    backdrop-filter: blur(8px);
}

.boxHeader,
.boxFooter {
    background: linear-gradient(135deg, #e8e8e8 0%, #d8d8d8 100%);
    border-bottom: 1px solid rgba(0,0,0,0.08);
    color: #222222;
}

.boxHeader {
    border-radius: var(--default-border-radius) var(--default-border-radius) 0 0;
    padding: 15px;
    font-weight: 800;
}

.boxFooter {
    border-radius: 0 0 var(--default-border-radius) var(--default-border-radius);
    padding: 15px;
}

.Button-module__btn.Button-module__accent {
    width: 100%;
    background: linear-gradient(135deg, #333333 0%, #1a1a1a 100%);
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1.5px;
    padding: 12px;
    transition: 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.Button-module__btn.Button-module__accent:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #444444 0%, #222222 100%);
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}

/* ----------------------------------------------
  БОНУСЫ
-------------------------------------------------- */
.PlayerBalanceModal-module__bonusSection {
    margin-top: var(--safe-padding);
}

.PlayerBalanceModal-module__bonusContainer {
    background-color: #e0e0e0 !important;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-radius: 0 0 var(--default-border-radius) var(--default-border-radius) !important;
}

.PlayerBalanceModal-module__bonusItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    background: linear-gradient(135deg, #e0e0e0 0%, #d0d0d0 100%);
    border-left: 3px solid #333333;
    margin-bottom: 5px;
    transition: 0.2s;
    color: #222222;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.PlayerBalanceModal-module__bonusItem:hover {
    background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
    transform: translateX(4px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.PlayerBalanceModal-module__bonusPercent {
    font-weight: 900;
    font-size: 18px;
    color: #222222;
    font-family: 'Orbitron', monospace;
}

.PlayerBalanceModal-module__bonusAmount {
    color: #555555;
    font-size: 14px;
}

.PlayerBalanceModal-module__bonusEmpty {
    text-align: center;
    padding: var(--safe-padding);
    color: #555555;
}

.boxFooter.PlayerBalanceModal-module__footer .Button-module__btn.Button-module__gray {
    display: none;
}

/* ----------------------------------------------
  ВЫБОР ТОВАРА
-------------------------------------------------- */
.ProductItemSelector-module__items {
    display: grid;
    grid-template-columns: repeat(4, minmax(50px, 1fr));
    gap: 5px;
}

.ProductItemSelector-module__item {
    border: 1px solid #bbbbbb;
    background: #e0e0e0;
    padding: 10px;
    text-align: center;
    transition: 0.2s;
    color: #222222;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.ProductItemSelector-module__item.ProductItemSelector-module__active {
    border: 2px solid #333333;
    background: #f0f0f0;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.05), 0 2px 6px rgba(0,0,0,0.08);
}

.productModalDescription {
    padding: 0px;
    list-style: inside;
    text-align: left;
    margin-bottom: var(--safe-padding);
    background-color: transparent;
}

/* ----------------------------------------------
  ПРИВИЛЕГИИ И РЕСУРСЫ
-------------------------------------------------- */
.privilege-title {
    font-size: var(--default-font-size);
    margin-bottom: var(--safe-padding);
    text-align: center;
    font-weight: 800;
    color: #222222;
}

.privilege-item {
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: var(--default-border-radius);
    padding: 12px;
    margin-bottom: var(--safe-padding);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 3px solid #333333;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.privilege-value {
    font-weight: var(--title-font-weight);
    color: #ffffff;
    background: linear-gradient(135deg, #333333 0%, #222222 100%);
    padding: 4px 8px;
    border-radius: var(--default-border-radius);
    font-size: 14px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.resources-container {
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: var(--default-border-radius);
    padding: 12px;
    margin-bottom: var(--safe-padding);
}

.resources-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--safe-padding);
}

.resources-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.resources-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: var(--safe-padding);
}

.resources-title {
    font-weight: var(--title-font-weight);
    font-size: var(--default-font-size);
    color: #222222;
}

.resources-reload {
    color: #555555;
    font-size: var(--default-font-size);
}

.reload-icon {
    display: inline-block;
    margin-right: 5px;
}

.resource-item {
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: var(--default-border-radius);
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: 0.2s;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.resource-amount {
    color: #222222;
    font-size: 13px;
    font-weight: 600;
}

.resource-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 5px;
    filter: grayscale(100%);
}

.resource-item:hover {
    transform: scale(0.97);
    background-color: rgba(0,0,0,0.08);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.privilege-name {
    font-weight: var(--title-font-weight);
    font-size: var(--default-font-size);
    margin-bottom: 5px;
    color: #222222;
}

.privilege-description {
    color: #555555;
    font-size: var(--default-font-size);
}

/* ----------------------------------------------
  КОРЗИНА И ИСТОРИЯ (продолжение)
-------------------------------------------------- */
.ItemContent-module__footer.boxFooter {
    gap: var(--safe-padding);
}

.PlayerMenuMobile-module__menuWrapper {
    background-color: rgba(230,230,230,0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

.MobileCopyright-module__link {
    white-space: nowrap;
    margin-left: 5px;
    color: #222222;
}

.MobileCopyright-module__wrapper {
    background-color: transparent !important;
    display: flex;
    justify-content: center;
}

.CountSelector-module__changeCountBtn.CountSelector-module__left,
.CountSelector-module__changeCountBtn.CountSelector-module__right {
    border-radius: var(--default-border-radius);
}

/* ----------------------------------------------
  ПОЛЯ ВВОДА И СЕЛЕКТОРЫ
-------------------------------------------------- */
.Selector-module__dropDownCurrentItem,
.ProfileContent-module__input,
.CountSelector-module__inputWrapper input {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    color: #222222;
    border-radius: 0;
    font-family: 'Orbitron', monospace;
    transition: 0.2s;
    padding: 8px 12px;
    font-size: 14px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.Selector-module__dropDownCurrentItem:hover,
.ProfileContent-module__input:focus {
    border-color: #333333;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.Selector-module__dropDownList {
    background: #ffffff;
    border: 1px solid #bbbbbb;
}

/* ----------------------------------------------
  ФУТЕР
-------------------------------------------------- */
.ShopFooter-module__ipInfo {
    text-align: center;
    font-size: 12px;
    color: #333333;
    margin: var(--safe-padding) 0;
    opacity: 0.5;
}

.LangSwitcher-module__list {
    background: #e0e0e0;
}

.DesktopCopyright-module__wrapper {
    background-color: transparent !important;
    text-align: center;
    padding: 15px;
    opacity: 0.5;
    color: #333333;
}

.DesktopCopyright-module__link {
    color: #333333;
}

/* ----------------------------------------------
  СКРЫТЫЕ ЭЛЕМЕНТЫ
-------------------------------------------------- */
.MonitoringWidget-module__header,
.Shop-module__header,
.Widgets-module__widgetWrapper .boxFooter,
.Product-module__oldPrice,
.PlayerBalanceModal-module__label,
.ProfileContent-module__header.boxHeader,
.BasketSearch-module__wrapper,
.BasketContent-module__header.boxHeader,
.HistoryContent-module__header.boxHeader,
.HistoryFilters-module__wrapper {
    display: none;
}

.BasketFilters-module__serverSelector {
    margin-left: 0px;
}

/* ----------------------------------------------
  МЕДИА-ЗАПРОСЫ
-------------------------------------------------- */
@media (max-width: 1310px) {
    .container {
        width: auto;
    }
}

@media (max-width: 980px) {
    .container.swiperContainer {
        display: none;
    }

    .ProfileNav-module__body.boxBody {
        border-radius: var(--default-border-radius);
    }

    .resources-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .Categories-module__category {
        font-size: 12px;
        padding: 10px;
    }
}

@media (max-width: 768px) {
    .Products-module__wrapper {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 16px;
    }
    
    .Header-module__logo {
        font-size: 24px;
    }

    body {
        background: linear-gradient(135deg, #e0e0e0 0%, #b0b0b0 30%, #707070 60%, #2a2a2a 100%);
    }
    
    .Product-module__price {
        font-size: 16px;
        padding: 4px 10px;
    }
    
    .Categories-module__categories {
        flex-wrap: wrap;
    }
    
    .Categories-module__category {
        min-width: 100px;
    }
}

@media (max-width: 680px) {
    .privilege-value {
        min-width: 70px;
    }

    .resources-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .privilege-description, 
    .resources-reload, 
    .privilege-value {
        font-size: 12px;
    }
    
    .Servers-module__server {
        font-size: 11px;
        padding: 5px 10px;
    }
}

/* ----------------------------------------------
  АНИМАЦИИ И УТИЛИТЫ
-------------------------------------------------- */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.Product-module__wrapper,
.MonitoringServer-module__wrapper,
.Servers-module__server {
    animation: fadeInUp 0.3s ease-out forwards;
}

.text-blood {
    color: #333333;
}

.border-blood {
    border-color: #333333;
}

.font-biker {
    font-family: 'Bebas Neue', cursive;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.font-metal {
    font-family: 'Orbitron', monospace;
    letter-spacing: 0.5px;
}