/* Version: DARKZONE MONOCHROME PREMIUM */

:root[data-theme=red_black] {
    --accent-color-800: rgb(20, 20, 20);
    --accent-color-900: rgba(255, 255, 255, 0.15);
    --font-color-700: #fff;
    --font-color-800: rgba(255, 255, 255, .7);
    --font-color-900: #7a7a7a;
    --bg-color-800: #0a0a0a;
    --bg-color-700: rgba(255, 255, 255, 0.03);
    --bg-color-900: #0a0a0a;
    --product-items-trans-bg-color: rgba(0, 0, 0, .4);
}

:root {
    --background: #000000;
    --font-size: 15px;
    --font-weight: 600;
    --letter-spacing: 1px;
    --border-radius: 12px;
    --border-radius-oval: 30px;
    --margin: 30px;
    --container: 1340px;

    --over-big-font-size: 46px;
    --big-font-size: 18px;
    --small-font-size: 14px;

    --color-1: rgba(219, 219, 219, 0.5);
    --color-1-hover: #ffffff;
    --color-2: rgb(20, 20, 20);
    --color-2-hover: rgb(35, 35, 35);
    --color-3: #ffffff;
    --color-4: #0a0a0a;

    --progress-bar: #ffffff;

    --widget-vk: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
    --widget-ds: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);

    --glow-white: 0 0 20px rgba(255, 255, 255, 0.1);
    --glow-white-strong: 0 0 35px rgba(255, 255, 255, 0.25);
    --glass-border: 1px solid rgba(255, 255, 255, 0.08);
    --glass-border-hover: 1px solid rgba(255, 255, 255, 0.25);
}

/* Шрифты */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Кастомное выделение текста */
::selection {
    background: rgba(255, 255, 255, 0.3);
    color: #000;
}

/* Кастомный скролл */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #000000; }
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #444, #222);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover { background: #ffffff; }

.Header-module__logoWrapper::before {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url();
    background-size: cover;
}

a, p, li, ul, font, h1, h2, h3, h4, h5, span, button {
    font-weight: var(--font-weight);
    font-style: normal;
    font-size: var(--font-size);
    letter-spacing: var(--letter-spacing);
}

/* ═══ ЖИВОЙ ФОН (легкая туманность) ═══ */
body {
    font-family: "Montserrat", sans-serif;
    background-color: var(--background);
    background-image: 
        radial-gradient(ellipse at 20% 0%, rgba(255, 255, 255, 0.04) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 100%, rgba(255, 255, 255, 0.03) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 50%, rgba(255, 255, 255, 0.02) 0%, transparent 70%);
    background-attachment: fixed;
    background-size: 200% 200%;
    animation: ambientGlow 25s ease infinite;
    position: relative;
}

/* Шум-текстура */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    opacity: 0.03;
    pointer-events: none;
    z-index: 1;
}

@keyframes ambientGlow {
    0%, 100% { background-position: 0% 0%; }
    50% { background-position: 100% 100%; }
}

/* Отключение элементов */
.container.bannerContainer,
.PlayerMenu-module__langSwitcher,
.PlayerMenu-module__profileLink,
.boxHeader.MonitoringWidget-module__header,
.boxHeader.Shop-module__header,
.Widgets-module__widgetWrapper > .boxFooter,
[data-monitoringserverid="total"],
.Search-module__wrapper,
.ProfileNav-module__body.boxBody,
.ProfileContent-module__title,
.Shop-module__wrapper .boxFooter,
.Product-module__oldPrice,
.productModalProductAvailability,
.ProductItemSelector-module__label,
.TotalSum-module__label,
.CountSelector-module__label,
.PlayerBalanceModal-module__label,
.SupportLink-module__link,
.boxHeader.SupportContent-module__header,
.boxHeader.NewTicketModal-module__header,
.TicketModal-module__header {
    display: none!important;
}

.boxFooter.NewTicketModal-module__footer,
.TicketModal-module__footer {
    background: var(--bg-color-800);
    border-radius: 0 0 10px 10px;
}

.ModalLayout-module__modal .boxBody {
    border-radius: 10px 10px 0 0;
}

.SupportContent-module__wrapper .boxBody,
.TicketsTable-module__tableHeader,
.TicketsTable-module__value,
.TicketMessageTextArea-module__textarea {
    border-radius: var(--border-radius) !important;
}

.TicketsTable-module__tableLine:hover .TicketsTable-module__value:not(:last-child) {
    color: var(--color-1-hover) !important;
}

.Servers-module__server {
    max-width: unset;
    border-radius: var(--border-radius);
    transition: all 0.3s;
}

.Servers-module__server.Servers-module__active, 
.Servers-module__server:hover, 
.Servers-module__server:focus {
    background-color: var(--accent-color-800);
    color: var(--font-color-700);
    box-shadow: var(--glow-white);
}

/* Прозрачные фоны */
.Header-module__wrapper,
.MonitoringWidget-module__body.boxBody,
.Shop-module__wrapper .boxBody,
.ProfileContent-module__body.boxBody {
    background: transparent !important;
    background-color: transparent !important;
}

.TicketsTable-module__status {
    border-radius: var(--border-radius);
}

.TicketModal-module__messageText {
    font-weight: 400 !important;
}

.TicketModal-module__messageAuthor {
    color: #ffffff !important;
}

/* ═══ КАТЕГОРИИ ═══ */
[data-categoryid="0"] {
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: rgba(255, 255, 255, 0.6) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    transition: all 0.3s;
}

[data-categoryid="0"]:hover,
[data-categoryid="0"].Categories-module__active {
    background: #ffffff !important;
    color: #000000 !important;
    box-shadow: var(--glow-white-strong);
    transform: translateY(-2px);
}

[data-categoryid="329659"] {
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: rgba(255, 255, 255, 0.6) !important;
}

[data-categoryid="329675"] {
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: rgba(255, 255, 255, 0.6) !important;
}

[data-categoryid="329675"]:hover,
[data-categoryid="329675"].Categories-module__active {
    background: #ffffff !important;
    color: #000000 !important;
    box-shadow: var(--glow-white);
}

[data-categoryid="329659"]:hover,
[data-categoryid="329659"].Categories-module__active {
    background: #ffffff !important;
    color: #000000 !important;
    box-shadow: var(--glow-white);
}

/* Кастомные товары */
[data-productid="5034266"], [data-productid="5034268"], 
[data-productid="5034267"], [data-productid="5034269"], 
[data-productid="5034270"] {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.08) 100%), rgb(15, 15, 15) !important;
    margin-bottom: 20px;
}

@media (max-width: 760px) {
    [data-productid="5034266"], [data-productid="5034268"], 
    [data-productid="5034267"], [data-productid="5034269"], 
    [data-productid="5034270"] {
        margin-bottom: unset;
    }
}

.container {
    width: unset;
    max-width: var(--container);
    position: relative;
    z-index: 2;
}

/* ═══ МОДАЛКА БАЛАНСА (стандартный вид) ═══ */
.PlayerBalanceModal-module__header {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background: var(--bg-color-800);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.PlayerBalanceModal-module__currency {
    font-weight: 700;
    color: #ffffff;
}

.PlayerBalanceModal-module__inputWrapper {
    border-radius: var(--border-radius);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* ═══ ХЕДЕР ═══ */
.Header-module__wrapper {
    height: 80px;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 25px;
}

.Header-module__logo {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 4px;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.4), 0 0 40px rgba(255, 255, 255, 0.15);
    position: relative;
    animation: logoGlow 4s ease-in-out infinite;
}

@keyframes logoGlow {
    0%, 100% { text-shadow: 0 0 20px rgba(255, 255, 255, 0.4), 0 0 40px rgba(255, 255, 255, 0.15); }
    50% { text-shadow: 0 0 30px rgba(255, 255, 255, 0.7), 0 0 60px rgba(255, 255, 255, 0.3); }
}

.HeaderNav-module__link {
    color: var(--color-1);
    position: relative;
    transition: all 0.3s;
}

.HeaderNav-module__link::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.HeaderNav-module__link:hover::after { width: 100%; }

.HeaderNav-module__link:hover,
.HeaderNav-module__link:focus {
    color: var(--color-1-hover);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}

/* ═══ ПЛАВАЮЩИЕ СОЦ. КНОПКИ (справа) ═══ */
.social-float {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 100;
}

.social-float-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(20, 20, 20, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.social-float-btn svg {
    width: 24px;
    height: 24px;
    transition: all 0.3s;
}

.social-float-btn.tg:hover {
    background: #229ED9;
    border-color: #229ED9;
    transform: scale(1.15) rotate(-8deg);
    box-shadow: 0 0 25px rgba(34, 158, 217, 0.6);
}

.social-float-btn.ds:hover {
    background: #5865F2;
    border-color: #5865F2;
    transform: scale(1.15) rotate(8deg);
    box-shadow: 0 0 25px rgba(88, 101, 242, 0.6);
}

@media (max-width: 768px) {
    .social-float {
        right: 10px;
        bottom: 80px;
        top: auto;
        transform: none;
    }
    .social-float-btn {
        width: 42px;
        height: 42px;
    }
    .social-float-btn svg {
        width: 20px;
        height: 20px;
    }
}

/* ═══ АВАТАР (3D эффект) ═══ */
.PlayerMenu-module__avatar {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 3px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: var(--glow-white);
}

.PlayerMenu-module__avatar:hover, 
.PlayerMenu-module__avatar:focus {
    transform: scale(1.15) rotate(360deg);
    border: 2px solid #ffffff;
    box-shadow: var(--glow-white-strong);
}

.PlayerMenu-module__avatar > a > img {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    border-radius: 50%;
}

/* ═══ АЛЕРТ ═══ */
.Alert {
    text-align: center;
    margin-top: 25px;
    font-size: 15px;
    font-weight: 500;
    background: linear-gradient(135deg, var(--bg-color-800), rgba(30, 30, 30, 0.8));
    border-radius: var(--border-radius);
    padding: var(--safe-padding);
    border-left: 4px solid #ffffff;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.02);
}

.HeaderNav-module__wrapper { margin-left: 150px; }

/* Виджеты */
.Widgets-module__widgetPrefix {
    padding: var(--safe-padding);
    background: linear-gradient(135deg, #141414, #1e1e1e);
    border-radius: var(--border-radius);
    font-weight: 700;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

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

.Widgets-module__customPrefixWidgetWrapper .boxBody {
    background: var(--bg-color-700);
    border-radius: var(--border-radius);
    display: flex;
    transition: all 0.3s;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.Widgets-module__customPrefixWidgetWrapper:hover { 
    cursor: pointer; 
    box-shadow: var(--glow-white);
}

.MonitoringServer-module__btns { position: relative; top: -15px; }

/* ═══ КНОПКА БАЛАНСА ═══ */
.PlayerBalance-module__btn {
    text-transform: none;
    background: linear-gradient(135deg, var(--color-2), #2a2a2a);
    border-radius: var(--border-radius-oval);
    padding: 10px 22px;
    color: #fff;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.03);
}

.PlayerBalance-module__btn::after {
    content: url(https://i.imgur.com/yd2bJ4m.png);
    transform: translateY(2px);
    filter: brightness(2) grayscale(1);
}

.PlayerBalance-module__btn:hover,
.PlayerBalance-module__btn:focus {
    background: linear-gradient(135deg, #2a2a2a, #3a3a3a);
    border-color: #ffffff;
    box-shadow: var(--glow-white-strong);
    transform: translateY(-2px);
}

.PlayerMenu-module__wrapper { column-gap: 30px; }

/* ═══ СЕРВЕРА (стекло) ═══ */
.MonitoringServer-module__wrapper {
    background: linear-gradient(135deg, rgba(15, 15, 15, 0.9), rgba(25, 25, 25, 0.6));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: var(--border-radius);
    padding: 22px;
    margin-bottom: var(--margin);
    min-height: 207px;
    border: var(--glass-border);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

.MonitoringServer-module__wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    opacity: 0;
    transition: opacity 0.3s;
}

.MonitoringServer-module__wrapper:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: var(--glow-white-strong);
}

.MonitoringServer-module__wrapper:hover::before { opacity: 1; }

.MonitoringWidget-module__body.boxBody { padding: 0; }
.Widgets-module__wrapper { margin-right: var(--margin); min-width: 290px; }

/* Копирайт */
.DesktopCopyright-module__wrapper {
    left: 0 !important;
    bottom: 0 !important;
    border-radius: 0px var(--border-radius) 0px 0px !important;
    background: linear-gradient(135deg, var(--color-4), rgba(30, 30, 30, 0.9)) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.MobileCopyright-module__wrapper {
    border-radius: var(--border-radius) !important;
    background-color: var(--color-4) !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.DesktopCopyright-module__wrapper > span,
.MobileCopyright-module__wrapper > span {
    font-size: 12px;
    font-weight: 400;
    opacity: 0.7;
}

.DesktopCopyright-module__wrapper > a,
.MobileCopyright-module__wrapper > a {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
}

/* ═══ ПРОГРЕСС-БАР ═══ */
.MonitoringServer-module__progressBarAnim {
    background: #ffffff;
    border-radius: var(--border-radius);
    height: 8px;
    position: relative;
    animation: progressPulse 2s ease-in-out infinite;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

@keyframes progressPulse {
    0%, 100% { filter: brightness(1); }
    50% { filter: brightness(1.3); }
}

.MonitoringServer-module__progressBar {
    box-shadow: unset;
    border-radius: var(--border-radius);
    height: 8px;
    background: rgba(255, 255, 255, 0.05) !important;
}

.MonitoringServer-module__progressBarWrapper {
    margin-bottom: 15px;
    height: 8px !important;
}

.MonitoringServer-module__name {
    margin-bottom: 40px;
    font-size: var(--big-font-size);
    color: #ffffff;
    font-weight: 700;
}

.MonitoringServer-module__name:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 15px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.3), transparent);
    border-radius: var(--border-radius);
}

.MonitoringServer-module__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translateY(-50px);
}

.MonitoringServer {
    padding: 20px;
    border-radius: var(--border-radius);
    background: var(--color-4);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.Block-1 { display: flex; justify-content: space-between; align-items: center; }

.ServerName { font-size: var(--big-font-size); color: var(--color-1-hover); }

/* ═══ СТАТУС С ПУЛЬСИРУЮЩЕЙ ТОЧКОЙ ═══ */
.Status {
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: var(--border-radius-oval);
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.Status.On {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.Status.On::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 10px #ffffff;
    animation: statusPulse 1.5s ease-in-out infinite;
}

@keyframes statusPulse {
    0%, 100% { transform: scale(0.9); opacity: 0.6; }
    50% { transform: scale(1.3); opacity: 1; box-shadow: 0 0 15px #ffffff; }
}

.Status.Off {
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.MonitoringServer hr {
    border: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent);
    border-radius: var(--border-radius);
}

.Players { display: flex; gap: 6px; }

.Block-2::after {
    content: " ";
    width: 20px;
    height: 20px;
    background: url(https://i.imgur.com/MhzjAvf.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    filter: brightness(2) grayscale(1);
}

.Block-2 { display: flex; justify-content: space-between; align-items: center; }
.Players > p { color: #aaaaaa; font-weight: 500; }

.ProgressBar {
    height: 8px;
    background: var(--bg-color-700);
    border-radius: var(--border-radius);
}

.ProgressBarAnim {
    width: 30%;
    background: #ffffff;
    height: 8px;
    border-radius: var(--border-radius);
    transition: width 0.5s ease-in-out;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}

.Block-3 { gap: 20px; display: flex; flex-direction: column; }

/* ═══ КНОПКА ПОДКЛЮЧЕНИЯ ═══ */
.BtnConnect {
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 13px 20px;
    border-radius: var(--border-radius);
    font-weight: 700;
    transition: all 0.3s;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
    overflow: hidden;
}

.BtnConnect::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    transition: left 0.5s;
}

.BtnConnect:hover::before { left: 100%; }

.MonitoringServer-module__serverInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.MonitoringServer-module__serverName {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.BtnConnect:hover {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
    box-shadow: var(--glow-white-strong);
    cursor: pointer;
    transform: scale(1.02);
}

.BtnConnect:hover::after {
    filter: brightness(0);
}

.BtnConnect::after {
    content: " ";
    width: 22px;
    height: 22px;
    background: url(https://i.imgur.com/F0usN6z.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    filter: brightness(2) grayscale(1);
    z-index: 1;
    transition: filter 0.3s;
}

/* ═══ ВИДЖЕТЫ VK/DS ═══ */
.Widget {
    padding: 18px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: var(--border-radius);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.Widget:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), var(--glow-white);
    border-color: rgba(255, 255, 255, 0.2);
}

.Widget.vk { background: var(--widget-vk); }
.Widget.ds { background: var(--widget-ds); }

.Block-11 { display: flex; gap: 10px; align-items: center; }
.Text { color: #fff; font-weight: 700; }

.BtnLink {
    font-weight: 700;
    font-size: var(--small-font-size);
    color: #fff;
}

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

.Categories-module__categories button { font-weight: 700; }

/* ═══ СВАЙПЕР ═══ */
.swiper {
    max-width: var(--container);
    max-height: 470px;
    border-radius: var(--border-radius);
    border: var(--glass-border);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7), var(--glow-white);
}

.swiperContainer {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    transition: background-image 0.5s ease;
}

.swiperContainer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    filter: blur(30px) brightness(0.4);
    transform: scale(1.1);
}

.swiperContainer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, transparent 30%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none;
}

.swiper-pagination-bullet { background: #fff !important; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.4) !important;
}

.swiper-pagination-bullet-active {
    background: #ffffff !important;
    box-shadow: 0 0 10px #ffffff;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    color: #ffffff !important;
}

.swiper-button-next, .swiper-button-prev { height: 20px !important; }
.swiper-button-next { transform: translate(-12px, 20px); }
.swiper-button-prev { transform: translateY(20px); }

.swiper-button-next:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #ffffff;
    border-radius: 5px;
    font-size: 0px !important;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

.swiper-button-prev:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid #ffffff;
    border-radius: 5px;
    font-size: 0px !important;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

.Header-module__logoWrapper { gap: 15px; }
.Shop-module__wrapper .boxBody { padding: 0 15px 15px 15px; }

.swiper-slide { position: relative; z-index: 1; }

.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px;
    gap: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.slide-title {
    font-size: var(--over-big-font-size);
    color: #ffffff;
    font-weight: 900;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.9), 0 0 40px rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.slide-btn {
    padding: 18px 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: var(--border-radius-oval);
    transition: all 0.3s;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    box-shadow: var(--glow-white);
}

.slide-btn:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #000000;
    box-shadow: var(--glow-white-strong);
    transform: translateY(-3px);
}

.Categories-module__category {
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
}

.PlayerMenu-module__loginLink {
    background: linear-gradient(135deg, #0a0a0a, #1a1a1a);
    padding: 12px 20px;
    border-radius: var(--border-radius);
    color: #fff;
    font-weight: 700;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.PlayerMenu-module__loginLink:hover {
    color: #000;
    transform: translateY(-3px);
    background: #ffffff;
    box-shadow: var(--glow-white-strong);
}

/* Профиль */
.ProfileContent-module__header, 
.BasketContent-module__header.boxHeader, 
.HistoryContent-module__header.boxHeader {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border-radius: var(--border-radius);
    padding: 20px 25px;
    background: linear-gradient(135deg, var(--color-4), rgba(30, 30, 30, 0.6));
    border: var(--glass-border);
}

.Block-111 { display: flex; align-items: center; gap: 12px; }
.Block-111 .Desc { font-weight: 700; color: #fff; font-size: 16px; }

.BtnProfile {
    background: rgba(255, 255, 255, 0.04);
    padding: 15px;
    border-radius: var(--border-radius);
    color: var(--color-1);
    font-weight: 700;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.BtnProfile:hover {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
    box-shadow: var(--glow-white);
    transform: translateY(-2px);
}

.Block-222 { display: flex; align-items: center; gap: 12px; }

.ProfileNav-module__img {
    width: 92%;
    height: auto;
    margin-bottom: 15px;
    border-radius: var(--border-radius);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: var(--glow-white);
}

.ProfileNav-module__header {
    border-radius: var(--border-radius) var(--border-radius) 0px 0px;
}

.ProfileNav-module__wrapper .boxFooter {
    background: var(--bg-color-700);
    border-radius: 0px 0px var(--border-radius) var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px !important;
}

.ProfileNav-module__logOut {
    border-radius: var(--border-radius);
    font-weight: 700;
    color: var(--color-1) !important;
    transition: all 0.3s;
    padding: 20px;
    border: 0px;
}

.ProfileNav-module__logOut:hover { color: #ffffff !important; }
.ProfileNav-module__name { font-weight: 700; }
.ProfileNav-module__header.boxHeader { padding: 25px !important; }

.ProfileContent-module__body.boxBody {
    border-radius: var(--border-radius);
    background: var(--color-4);
    padding: 0px;
    border: var(--glass-border);
}

.ProfileContent-module__infoWrapper {
    margin-bottom: 20px !important;
    border-radius: var(--border-radius);
}

.Selector-module__dropDownCurrentItem, 
.ProfileContent-module__input, 
.ProfileContent-module__usePromoBtn {
    border-radius: var(--border-radius);
    padding: 15px 25px;
}

.ProfileContent-module__usePromoBtn {
    font-weight: 700;
    color: var(--color-1) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    transition: all 0.3s;
}

.ProfileContent-module__usePromoBtn:hover {
    color: #ffffff !important;
    border: 0px;
}

.ProfileContent-module__infoLine { padding: 25px; }

.ProfileContent-module__infoLine > span,
.ProfileContent-module__steamid,
.ProfileContent-module__infoLineValue {
    font-weight: 600;
}

.ProfileContent-module__infoLine:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ProfileContent-module__infoLineValue.ProfileContent-module__steamid {
    color: var(--color-1-hover) !important;
}

.ProfileContent-module__infoLineValue {
    color: #ffffff !important;
    display: flex;
    justify-content: flex-end;
    font-weight: 700;
}

.Selector-module__dropDownCurrentText { font-weight: 600; }
.ProfileContent-module__input { height: 38px; }

.HistoryContent-module__wrapper .boxBody,
.HistorySearch-module__wrapper,
.HistoryTable-module__tableHeader,
.BasketSearch-module__wrapper,
.BasketContent-module__wrapper .boxBody,
.BasketTable-module__tableHeader.BasketTable-module__canSell {
    border-radius: var(--border-radius);
}

.Pagination-module__page:hover, 
.Pagination-module__page.Pagination-module__active, 
.Pagination-module__page:focus {
    color: #ffffff;
}

.Pagination-module__navPageBtn:hover .Pagination-module__pagIcon,
.Pagination-module__navPageBtn:focus .Pagination-module__pagIcon {
    stroke: #ffffff;
}

.BasketSearch-module__wrapper,
.HistorySearch-module__wrapper { height: 50px; }

.Selector-module__dropDownList {
    background: #141414;
    border-radius: var(--border-radius);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.Selector-module__dropDownList button { font-weight: 600; }

.Products-module__wrapper {
    margin-top: var(--margin);
    gap: 25px;
}

/* ═══ ТОВАРЫ (Shine эффект) ═══ */
.Product-module__wrapper {
    height: 325px;
    border-radius: var(--border-radius);
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(135deg, rgba(15, 15, 15, 0.9), rgba(25, 25, 25, 0.7)) !important;
    border: var(--glass-border);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden !important;
    position: relative;
}

.Product-module__wrapper::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.08) 50%, transparent 70%);
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
    transition: transform 0.7s;
    pointer-events: none;
}

.Product-module__wrapper:hover::before {
    transform: translateX(100%) translateY(100%) rotate(45deg);
}

.Product-module__wrapper:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: var(--glow-white-strong);
}

.Product-module__price {
    top: unset;
    left: 0;
    bottom: 20px;
    width: 74%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px;
    border-radius: var(--border-radius-oval);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s;
}

.Product-module__wrapper:hover .Product-module__price {
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: var(--glow-white);
}

.Product-module__wrapper:hover .Product-module__price span {
    color: #000000 !important;
}

.Product-module__name {
    transform: translateY(0);
    bottom: 55px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
    font-weight: 700;
    color: #ffffff;
}

.Product-module__price span {
    font-weight: 800;
    color: #ffffff;
    font-size: 16px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: color 0.3s;
}

.Product-module__img {
    width: 95%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.Product-module__wrapper:hover .Product-module__img {
    width: 100%;
    transform: scale(1.05);
    filter: drop-shadow(0 10px 15px rgba(255, 255, 255, 0.15));
}

.Product-module__discount {
    top: 20px;
    left: -15px;
    padding: 8px 14px;
    background: #ffffff;
    border-radius: var(--border-radius) 4px var(--border-radius) 4px;
    font-weight: 800;
    color: #000000;
    right: unset;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.4);
    z-index: 2;
}

.productModalDescription { margin-bottom: 15px; }

.PlayerMenuMobile-module__nav { align-items: flex-end; }
.container.Index-module__wrapper { margin-bottom: 40px; }

.boxHeader.PlayerMenuMobile-module__header {
    background: #0a0a0a;
    border-radius: 2px 2px 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.PlayerMenuMobile-module__body { align-items: flex-end; }

.PlayerMenuMobile-module__profileLink, 
.PlayerMenuMobile-module__loginLink {
    color: var(--color-1);
    border-radius: 2px;
    background-color: transparent;
    display: flex;
    justify-content: flex-end;
    text-transform: uppercase;
}

.LangSwitcher-module__btn { display: none; }

.ProductModal-module__header.boxHeader,
.ItemContent-module__footer.boxFooter,
.SelectContent-module__footer.boxFooter,
.boxFooter.PlayerBalanceModal-module__footer {
    background: #0a0a0a;
}

.ProductModal-module__header.boxHeader,
.boxHeader.PlayerBalanceModal-module__header {
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.ItemContent-module__footer.boxFooter,
.SelectContent-module__footer.boxFooter,
.boxFooter.PlayerBalanceModal-module__footer {
    border-radius: 0 0 var(--border-radius) var(--border-radius);
}

.ProductModal-module__command, 
.ProductModal-module__dropdown { width: 590px; }

.Button-module__btn.Button-module__accent {
    color: #000;
    background: #ffffff;
    border-radius: var(--border-radius);
    padding: 12px 22px;
    font-weight: 700;
    border: 0px;
    text-transform: uppercase;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}

.Button-module__btn.Button-module__accent:hover, 
.Button-module__btn.Button-module__accent:focus {
    background: #e5e5e5;
    color: #000;
    box-shadow: var(--glow-white-strong);
    transform: translateY(-2px);
}

.Button-module__btn.Button-module__gray {
    color: var(--color-1);
    background-color: transparent;
    border: solid 1px rgba(255, 255, 255, 0.2);
    border-radius: var(--border-radius);
    padding: 12px 22px;
    font-weight: 700;
    transition: all 0.3s;
    text-transform: uppercase;
}

.Button-module__btn.Button-module__gray:hover, 
.Button-module__btn.Button-module__gray:focus {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid #ffffff;
    color: #ffffff;
}

.ProductModal-module__header.boxHeader {
    font-weight: 800;
    font-size: 24px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
}

.productModalGiveText {
    color: rgb(180, 180, 180);
    border: 1px dashed rgba(255, 255, 255, 0.2);
    padding: 2%;
    border-radius: 10px;
    background: var(--bg-color-900);
    font-size: 12px;
}

.desc__title {
    margin-bottom: 5px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.desc__content {
    padding: 12px;
    background-color: var(--bg-color-700);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s;
}

.desc__content:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.05);
}

.desc__title__kit {
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.desc__content > font, 
.desc__content__img > font {
    font-size: 14px;
    font-weight: 700;
    padding: 6px 12px;
    background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 15px 0px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.content__info > .title {
    font-size: 17px;
    color: var(--color-1-hover);
    margin-bottom: 3px;
    font-weight: 700;
}

.content__info > .description {
    font-weight: 400;
    color: #aaaaaa;
    font-size: 14px;
}

.desc__content__img {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.desc__content > a > img {
    width: 135px;
    border-radius: 8px;
    transition: 0.3s all;
}

.productModalDescription {
    padding: 0px;
    background: transparent;
}

.desc__content > a > img:hover {
    transform: scale(1.08);
    box-shadow: var(--glow-white);
}

.ProductItemSelector-module__items {
    grid-template-columns: repeat(4, minmax(50px, 1fr));
}

.ProductItemSelector-module__item {
    border-radius: var(--border-radius);
    background: var(--bg-color-700);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s;
}

.dropDownCurrentItem { border-radius: var(--border-radius); }

.ProductItemSelector-module__item.ProductItemSelector-module__active, 
.ProductItemSelector-module__item:hover, 
.ProductItemSelector-module__item:focus {
    border: 1px solid #ffffff;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: var(--glow-white);
}

.dropDownList {
    background: #141414;
    border-radius: var(--border-radius);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.dropDownItem.ProductItemSelector-module__active {
    background-color: rgba(255, 255, 255, 0.1);
}

.dropDownCurrentText,
.dropDownItem { font-weight: 600; }

.TotalSum-module__inputWrapper { border-radius: var(--border-radius); }
.TotalSum-module__currency { font-weight: 700; color: #ffffff; }
.CountSelector-module__inputWrapper { border-radius: var(--border-radius); }

.CountSelector-module__changeCountBtn.CountSelector-module__left { border-right: 0px; }
.CountSelector-module__changeCountBtn.CountSelector-module__right { border-left: 0px; }

.CountSelector-module__changeCountBtn:hover, 
.CountSelector-module__changeCountBtn:focus {
    background: rgba(255, 255, 255, 0.1);
}

.PlayerBalance-module__modal { width: 500px; }

.boxFooter.PlayerBalanceModal-module__footer {
    padding: 0px 15px 15px 15px;
}

.active { color: #ffffff !important; }
.activee { color: #ffffff !important; }

.ModalLayout-module__positionWrapper {
    align-items: center;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(8px);
}

.Tag {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    margin-top: 3px;
}

@media (max-width: 1350px) {
    .swiper { max-width: 1000px; }
}

@media (max-width: 1000px) {
    .swiperContainer { display: none; }
    .Header-module__wrapper {
        height: 70px;
        padding: 0;
        margin-top: 20px;
        margin-bottom: 40px;
    }
}

@media (max-width: 970px) {
    .ProfileNav-module__header.boxHeader { display: none; }
    .ProfileNav-module__wrapper .boxFooter {
        border-radius: var(--border-radius);
    }
}

@media screen and (max-width: 600px) {
    .PlayerMenuMobile-module__playerMenu { margin-bottom: 10px; }
}

@media (max-width: 580px) {
    .ProfileContent-module__header, 
    .BasketContent-module__header.boxHeader, 
    .HistoryContent-module__header.boxHeader {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 390px) {
    .Product-module__img { width: 60%; }
    .PlayerMenu-module__wrapper { column-gap: 0px; }
    .Block-222 {
        display: flex;
        align-items: stretch;
        gap: 15px;
        flex-direction: column;
    }
}