* {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
    box-sizing: border-box;
}

.MonitoringServer-module__wrapper[data-monitoringserverid="38822"]::after {
    content: "connect 46.174.55.79:28015";
}

.MonitoringServer-module__wrapper[data-monitoringserverid="41382"]::after {
    content: "connect.furyrust.com";
}

html,
body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

body {
    background-color: #0a0a0a;
    color: #e0e0e0;
    font-family: Arial, sans-serif;
    text-align: left;
    padding-top: 0;
}

.Header-module__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(10, 10, 10, 0.95) !important;
    backdrop-filter: blur(20px);
    border-bottom: 2px solid rgba(254, 38, 61, 0.25);
    z-index: 9999;
    padding: 0;
}

.Header-module__wrapper > * {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 12px 40px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.Header-module__logoWrapper {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.Header-module__logo {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 0 2px 8px rgba(254, 38, 61, 0.3);
    transition: all 0.3s;
}

.Header-module__logo:hover {
    color: #FE263D;
}

.HeaderNav-module__wrapper {
    display: flex;
    gap: 35px;
    align-items: center;
    flex: 1;
    justify-content: center;
}

.HeaderNav-module__link,
.SupportLink-module__link {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    position: relative;
    padding: 4px 0;
}

.HeaderNav-module__link::after,
.SupportLink-module__link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #FE263D;
    transition: width 0.3s;
}

.HeaderNav-module__link:hover,
.SupportLink-module__link:hover {
    color: #FE263D;
}

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

.PlayerMenu-module__wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.LangSwitcher-module__wrapper {
    display: flex;
    align-items: center;
    order: -1;
    position: relative;
}

.LangSwitcher-module__btn {
    display: flex;
    align-items: center;
    padding: 7px 11px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.LangSwitcher-module__btn:hover {
    background: rgba(254, 38, 61, 0.15);
    border-color: rgba(254, 38, 61, 0.3);
}

.LangSwitcher-module__list {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 10000;
}

.LangSwitcher-module__wrapper:hover .LangSwitcher-module__list,
.LangSwitcher-module__list.LangSwitcher-module__active {
    opacity: 1;
    visibility: visible;
    margin-top: 12px;
}

.LangSwitcher-module__lang {
    display: block;
    width: 100%;
    padding: 7px 11px;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.85);
    font-size: 12px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s;
    text-align: left;
}

.LangSwitcher-module__lang:hover {
    background: rgba(254, 38, 61, 0.2);
    color: #fff;
}

.PlayerBalance-module__wrapper {
    display: flex;
    align-items: center;
}

.PlayerBalance-module__btn {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    background: linear-gradient(135deg, rgba(254, 38, 61, 0.15) 0%, rgba(212, 31, 53, 0.15) 100%);
    border: 1px solid rgba(254, 38, 61, 0.3);
    border-radius: 7px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
}

.PlayerBalance-module__btn:hover {
    background: linear-gradient(135deg, #FE263D 0%, #d41f35 100%);
    transform: translateY(-2px);
}

.PlayerMenu-module__profileLink {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 7px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s;
}

.PlayerMenu-module__profileLink:hover {
    background: rgba(254, 38, 61, 0.15);
    border-color: rgba(254, 38, 61, 0.3);
    transform: translateY(-2px);
}

.PlayerMenu-module__loginLink {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    background: linear-gradient(135deg, #FE263D 0%, #d41f35 100%);
    border: none;
    border-radius: 7px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s;
}

.PlayerMenu-module__loginLink:hover {
    background: linear-gradient(135deg, #ff3d54 0%, #FE263D 100%);
    transform: translateY(-2px);
}

.PlayerMenuMobile-module__loginLink {
    display: none !important;
}

.PlayerMenuMobile-module__mobileMenuBtn {
    display: none;
    width: 40px;
    height: 40px;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 7px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    transition: all 0.3s;
}

.PlayerMenuMobile-module__line {
    width: 20px;
    height: 2px;
    background: white;
    border-radius: 2px;
    transition: 0.3s;
}

.PlayerMenuMobile-module__mobileMenuBtn:hover {
    background: rgba(254, 38, 61, 0.15);
    border-color: rgba(254, 38, 61, 0.3);
}

.PlayerMenuMobile-module__menuWrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(15px);
    z-index: 10000;
    display: none;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

.PlayerMenuMobile-module__menuWrapper.is-open {
    display: block;
}

.PlayerMenuMobile-module__menu {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    max-width: 85vw;
    background: rgba(15, 15, 15, 0.98);
    backdrop-filter: blur(20px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.PlayerMenuMobile-module__header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.PlayerMenuMobile-module__body {
    padding: 20px;
}

.PlayerMenuMobile-module__playerMenu {
    margin-bottom: 30px;
}

.PlayerMenuMobile-module__playerMenu .LangSwitcher-module__wrapper {
    margin-bottom: 15px;
    width: 100%;
}

.PlayerMenuMobile-module__playerMenu .LangSwitcher-module__btn {
    width: 100%;
    justify-content: center;
}

.PlayerMenuMobile-module__balance {
    margin-bottom: 15px;
}

.PlayerMenuMobile-module__balance .PlayerBalance-module__btn {
    width: 100%;
    justify-content: center;
}

.PlayerMenuMobile-module__profileLink {
    display: block;
    width: 100%;
    padding: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
}

.PlayerMenuMobile-module__profileLink:hover {
    background: rgba(254, 38, 61, 0.15);
    border-color: rgba(254, 38, 61, 0.3);
}

.PlayerMenuMobile-module__nav {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.PlayerMenuMobile-module__nav .HeaderNav-module__link,
.PlayerMenuMobile-module__nav .SupportLink-module__link {
    padding: 12px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    text-align: center;
}

.CrosseCloseBtn-module__btn {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
}

.CrosseCloseBtn-module__btn:hover {
    background: rgba(254, 38, 61, 0.15);
    border-color: rgba(254, 38, 61, 0.3);
    transform: rotate(90deg);
}

.CrosseCloseBtn-module__line {
    position: absolute;
    width: 16px;
    height: 2px;
    background: white;
}

.CrosseCloseBtn-module__line:first-child {
    transform: rotate(45deg);
}

.CrosseCloseBtn-module__line:last-child {
    transform: rotate(-45deg);
}

.container,
main,
.Index-module__wrapper {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

.bannerContainer {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 35px 40px 30px;
    display: flex;
    justify-content: center;
    margin-top: 95px;
}

.Banner-module__img {
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.Shop-module__wrapper {
    position: relative;
    font-weight: 800;
    color: white;
    background: rgba(15, 15, 15, 0.25) !important;
    backdrop-filter: blur(30px);
    max-width: 100%;
    margin: 30px auto 0;
    padding: 50px 40px 60px;
    min-height: 100vh;
    border-radius: 20px;
    border: 1px solid rgba(254, 38, 61, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.Shop-module__header {
    background: transparent !important;
    border: none !important;
    padding: 0 0 20px 0;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.Products-module__wrapper {
    display: grid;
    gap: 6px;
    padding: 10px 0 20px;
    width: 100%;
    grid-template-columns: repeat(5, 1fr);
}

@media (min-width: 1400px) {
    .Products-module__wrapper {
        gap: 7px;
    }
}

@media (min-width: 900px) and (max-width: 1399px) {
    .Products-module__wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 600px) and (max-width: 899px) {
    .Products-module__wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 599px) {
    .Products-module__wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 4px;
    }
}

.Product-module__wrapper {
    aspect-ratio: 1 / 1;
    width: 100%;
    position: relative;
    transition: all 0.3s;
    background: rgba(20, 20, 20, 0.3);
    backdrop-filter: blur(15px);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.04);
}

.Product-module__wrapper:hover {
    transform: translateY(-3px);
    border-color: rgba(254, 38, 61, 0.2);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.Product-module__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.4s;
    opacity: 0.9;
}

.Product-module__wrapper:hover .Product-module__img {
    transform: scale(1.05);
    opacity: 1;
}

.Product-module__price {
    position: absolute;
    top: 8px;
    left: 8px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    z-index: 3;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    text-shadow: 
        0 2px 4px rgba(0, 0, 0, 0.8),
        0 0 15px rgba(0, 0, 0, 0.6);
}

.Product-module__price > span:not(.Product-module__oldPrice) {
    line-height: 1;
}

.Product-module__oldPrice {
    text-decoration: line-through;
    opacity: 0.5;
    font-size: 14px;
    line-height: 1;
}

.Product-module__discount {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(254, 38, 61, 0.9);
    color: white;
    font-size: 12px;
    font-weight: 900;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 3;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.Product-module__name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    font-size: 16px;
    font-weight: 900;
    color: white;
    text-shadow: 
        0 2px 6px rgba(0, 0, 0, 0.9),
        0 0 20px rgba(0, 0, 0, 0.6);
    z-index: 4;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    pointer-events: none;
}

.Product-module__wrapper:hover .Product-module__name {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.03);
}

.Product-module__wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

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

.Product-module__count {
    position: absolute;
    bottom: 8px;
    right: 8px;
    font-size: 14px;
    font-weight: 900;
    color: white !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    z-index: 3;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

.product-category-badge {
    position: absolute;
    bottom: 8px;
    left: 8px;
    padding: 4px 8px;
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 3px;
    z-index: 3;
    font-style: normal;
    opacity: 0.7;
    transition: all 0.3s;
}

.product-category-badge.privilege {
    background: rgba(255, 193, 7, 0.75);
    color: #000;
}

.product-category-badge.item {
    background: rgba(76, 175, 80, 0.75);
    color: #fff;
}

.Product-module__wrapper:hover .product-category-badge {
    opacity: 1;
}

.Toasts-module__wrapper {
    position: fixed !important;
    top: 80px !important;
    right: 30px !important;
    z-index: 999999 !important;
    pointer-events: none;
}

.Toast-module__wrapper {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.95) 0%, rgba(5, 150, 105, 0.95) 100%) !important;
    backdrop-filter: blur(10px);
    color: white !important;
    padding: 16px 22px !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4) !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    pointer-events: auto;
}

.Categories-module__categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
}

.Categories-module__category {
    background: rgba(30, 30, 30, 0.3);
    backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.7);
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 13px;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.04);
    font-weight: 700;
}

.Categories-module__category.Categories-module__active,
.Categories-module__category:hover {
    background: rgba(254, 38, 61, 0.2);
    color: white;
    border-color: rgba(254, 38, 61, 0.3);
    transform: translateY(-2px);
}

.Search-module__wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
    max-width: 500px;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(30, 30, 30, 0.3);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.04);
}

.Search-module__iconWrapper {
    background-color: transparent;
    color: rgba(254, 38, 61, 0.8);
    padding: 10px 12px;
    transition: all 0.3s;
}

.Search-module__input {
    flex: 1;
    padding: 10px 12px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.Search-module__input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.Widgets-module__wrapper {
    margin-top: 30px;
}

.MonitoringWidget-module__header {
    background: none !important;
    border: none !important;
    padding: 10px 0 20px 0;
    color: white;
    font-weight: 900;
    font-size: 22px !important;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.MonitoringWidget-module__body {
    font-weight: 800;
    color: white;
    background: transparent;
    padding: 0;
}

[data-widgettype="monitoring"] .boxFooter {
    display: none !important;
}

.MonitoringServer-module__wrapper[data-monitoringserverid="total"] {
    display: none !important;
}

.MonitoringServer-module__wrapper {
    background: rgba(20, 20, 20, 0.3);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 10px;
    min-height: 100px;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.04);
}

.MonitoringServer-module__wrapper:hover {
    transform: translateY(-2px);
    border-color: rgba(254, 47, 69, 0.2);
}

.MonitoringServer-module__wrapper.is-active {
    background: rgba(254, 47, 69, 0.15);
    border-color: rgba(254, 47, 69, 0.3);
    color: #fff;
}

.MonitoringServer-module__wrapper.is-active * {
    color: #fff !important;
}

.MonitoringServer-module__name {
    font-size: 15px !important;
    font-weight: 800 !important;
}

.MonitoringServer-module__wrapper[data-monitoringserverid]::after {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding-top: 8px;
    font-size: 12px;
    font-family: monospace;
    letter-spacing: 0.3px;
    color: rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.MonitoringServer-module__progressBarWrapper {
    height: 5px;
    background-color: rgba(255, 255, 255, 0.06);
    border-radius: 3px;
    overflow: hidden;
}

.MonitoringServer-module__progressBarAnim {
    height: 5px;
    background: rgba(254, 38, 61, 0.8);
}

.Button-module__btn.Button-module__accent {
    background: rgba(254, 38, 61, 0.9);
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 900;
}

.Button-module__btn.Button-module__accent:hover {
    background: #FE263D;
    transform: translateY(-2px);
}

.Profile-module__wrapper {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 25px;
    max-width: 1600px;
    margin: 0 auto;
    padding: 120px 40px 60px;
}

.ProfileNav-module__wrapper {
    background: linear-gradient(145deg, rgba(15, 15, 15, 0.6) 0%, rgba(20, 20, 20, 0.6) 100%);
    backdrop-filter: blur(30px);
    border-radius: 20px;
    border: 1px solid rgba(254, 38, 61, 0.12);
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    height: fit-content;
    position: sticky;
    top: 110px;
}

.ProfileNav-module__header {
    padding: 35px 25px;
    text-align: center;
    background: linear-gradient(180deg, rgba(254, 38, 61, 0.08) 0%, transparent 100%);
    border-bottom: 1px solid rgba(254, 38, 61, 0.15);
    position: relative;
}

.ProfileNav-module__header::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(254, 38, 61, 0.4), transparent);
}

.ProfileNav-module__img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid rgba(254, 38, 61, 0.3);
    box-shadow: 0 8px 30px rgba(254, 38, 61, 0.3);
    margin: 0 auto 18px;
    display: block;
    transition: all 0.4s;
}

.ProfileNav-module__img:hover {
    transform: scale(1.05);
    border-color: rgba(254, 38, 61, 0.6);
}

.ProfileNav-module__name {
    font-size: 22px;
    font-weight: 900;
    color: #fff;
}

.ProfileNav-module__body { padding: 8px; }

.ProfileNav-module__navItem {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    margin-bottom: 6px;
    background: rgba(30, 30, 30, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    cursor: pointer;
    transition: all 0.3s;
}

.ProfileNav-module__navItem:hover {
    background: rgba(254, 38, 61, 0.1);
    border-color: rgba(254, 38, 61, 0.2);
    color: #fff;
}

.ProfileNav-module__navItem.ProfileNav-module__active {
    background: linear-gradient(135deg, rgba(254, 38, 61, 0.25), rgba(212, 31, 53, 0.25));
    border-color: rgba(254, 38, 61, 0.5);
    color: #fff;
}

.ProfileNav-module__logOut {
    width: 100%;
    padding: 16px 24px;
    margin-top: 10px;
    background: linear-gradient(135deg, #FE263D 0%, #d41f35 100%);
    border: none;
    border-radius: 14px;
    color: white;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 8px 25px rgba(254, 38, 61, 0.35);
}

.ProfileNav-module__logOut:hover {
    transform: translateY(-3px);
}

.ProfileContent-module__wrapper {
    background: linear-gradient(145deg, rgba(15, 15, 15, 0.6), rgba(20, 20, 20, 0.6));
    backdrop-filter: blur(30px);
    border-radius: 20px;
    border: 1px solid rgba(254, 38, 61, 0.12);
    overflow: hidden;
}

.ProfileContent-module__header {
    padding: 28px 35px;
    background: linear-gradient(180deg, rgba(254, 38, 61, 0.08) 0%, transparent 100%);
    border-bottom: 1px solid rgba(254, 38, 61, 0.15);
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
}

.ProfileContent-module__header::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(254, 38, 61, 0.4), transparent);
}

.ProfileContent-module__body { padding: 35px; }

.ProfileContent-module__title {
    font-size: 14px;
    font-weight: 800;
    color: rgba(254, 38, 61, 0.9);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ProfileContent-module__title::before {
    content: '';
    width: 4px;
    height: 20px;
    background: linear-gradient(180deg, #FE263D, #d41f35);
    border-radius: 2px;
}

.ProfileContent-module__box {
    background: rgba(20, 20, 20, 0.5);
    border: 1px solid rgba(254, 38, 61, 0.15);
    border-radius: 14px;
    padding: 25px;
    margin-bottom: 25px;
}

.ProfileContent-module__infoLine {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.ProfileContent-module__infoLine:last-child {
    border-bottom: none;
}

.ProfileContent-module__infoLineValue {
    font-size: 17px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, rgba(254, 38, 61, 0.15), rgba(212, 31, 53, 0.15));
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid rgba(254, 38, 61, 0.2);
    cursor: pointer;
    transition: all 0.3s;
}

.ProfileContent-module__infoLineValue:hover {
    border-color: rgba(254, 38, 61, 0.4);
    transform: translateY(-2px);
}

.ProfileContent-module__steamid {
    font-size: 15px !important;
    color: rgba(254, 38, 61, 0.9) !important;
    text-decoration: none;
}

.Selector-module__dropDownWrapper {
    position: relative;
    margin-bottom: 25px;
}

.Selector-module__dropDownCurrentItem {
    width: 100%;
    padding: 18px 22px;
    background: rgba(20, 20, 20, 0.5);
    border: 2px solid rgba(254, 38, 61, 0.15);
    border-radius: 14px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
}

.ProfileContent-module__input {
    flex: 1;
    padding: 18px 22px;
    background: rgba(20, 20, 20, 0.5);
    border: 2px solid rgba(254, 38, 61, 0.15);
    border-radius: 14px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    outline: none;
    transition: all 0.3s;
}

.ProfileContent-module__input:focus {
    border-color: rgba(254, 38, 61, 0.6);
    box-shadow: 0 0 0 4px rgba(254, 38, 61, 0.1);
}

.ProfileContent-module__usePromoBtn {
    padding: 18px 32px;
    background: linear-gradient(135deg, #FE263D 0%, #d41f35 100%);
    border: none;
    border-radius: 14px;
    color: white;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 8px 25px rgba(254, 38, 61, 0.35);
}

.ProfileContent-module__usePromoBtn:hover {
    transform: translateY(-3px);
}

.ModalLayout-module__wrapper {
    background: rgba(0, 0, 0, 0.85) !important;
    backdrop-filter: blur(15px);
    z-index: 100000 !important;
}

.ModalLayout-module__positionWrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100001 !important;
    padding: 20px;
}

.ModalLayout-module__wrapper section {
    z-index: 100002 !important;
    position: relative;
    background: linear-gradient(145deg, rgba(12, 12, 12, 0.98) 0%, rgba(18, 18, 18, 0.98) 100%) !important;
    backdrop-filter: blur(30px) !important;
    border: 1px solid rgba(254, 38, 61, 0.12) !important;
    border-radius: 20px !important;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.8), 0 0 60px rgba(254, 38, 61, 0.08) !important;
    overflow: hidden !important;
}

.PlayerBalance-module__modal {
    z-index: 100003 !important;
}

.PlayerBalance-module__modal section {
    background: linear-gradient(145deg, #0f0f0f 0%, #1a1a1a 100%) !important;
    border-radius: 28px !important;
    border: 1px solid rgba(254, 38, 61, 0.15) !important;
    box-shadow: 0 40px 120px rgba(0, 0, 0, 0.9), 0 0 80px rgba(254, 38, 61, 0.15) !important;
}

.Servers-module__servers {
    display: none;
}

.mainhead {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mainhead img { height: 75px; width: 150px; }
.img-one { display: flex; flex-direction: column; gap: 12px; }
.img-one img { width: 125px; }

.button-one {
    position: relative;
    width: 100%;
    padding: 18px 24px;
    background: linear-gradient(135deg, rgba(88, 101, 242, 0.15), rgba(71, 82, 196, 0.15));
    backdrop-filter: blur(20px);
    border: 2px solid rgba(88, 101, 242, 0.3);
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(88, 101, 242, 0.2);
}

.button-one:hover {
    background: linear-gradient(135deg, rgba(88, 101, 242, 0.3), rgba(71, 82, 196, 0.3));
    border-color: rgba(88, 101, 242, 0.6);
    transform: translateY(-3px);
}

.button-one img { width: 36px; height: 36px; object-fit: contain; }
.button-one::after { content: 'Discord'; font-size: 16px; font-weight: 900; color: #fff; text-transform: uppercase; letter-spacing: 1.5px; }

.button-two {
    position: relative;
    width: 100%;
    padding: 18px 24px;
    background: linear-gradient(135deg, rgba(255, 0, 0, 0.15), rgba(200, 0, 0, 0.15));
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 0, 0, 0.3);
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(255, 0, 0, 0.2);
}

.button-two:hover {
    background: linear-gradient(135deg, rgba(255, 0, 0, 0.3), rgba(200, 0, 0, 0.3));
    border-color: rgba(255, 0, 0, 0.6);
    transform: translateY(-3px);
}

.button-two img { width: 36px; height: 36px; object-fit: contain; }
.button-two::after { content: 'YouTube'; font-size: 16px; font-weight: 900; color: #fff; text-transform: uppercase; letter-spacing: 1.5px; }

.boxFooter {
    margin-top: 30px;
    background: transparent !important;
}

.ShopFooter-module__text { font-size: 12px; opacity: 0.5; margin-bottom: 12px; }
.ShopFooter-module__links { display: flex; flex-wrap: wrap; gap: 15px; font-size: 12px; }
.ShopFooter-module__link { color: rgba(254, 38, 61, 0.8); transition: 0.3s; opacity: 0.75; }
.ShopFooter-module__link:hover { color: white; opacity: 1; }

.DesktopCopyright-module__wrapper {
    position: fixed;
    z-index: 50;
    bottom: 10px;
    left: 10px;
    padding: 10px 15px;
    border-radius: 8px;
    background: rgba(15, 15, 15, 0.6);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.03);
}

.DesktopCopyright-module__text { font-size: 11px; opacity: 0.65; }
.DesktopCopyright-module__link { color: rgba(254, 38, 61, 0.85); margin-left: 5px; }

.ProductModal-module__wrapper,
[class*="ProductModal-module"] {
    font-style: normal !important;
}

.ModalLayout-module__wrapper section {
    background: linear-gradient(145deg, rgba(12, 12, 12, 0.98) 0%, rgba(18, 18, 18, 0.98) 100%) !important;
    backdrop-filter: blur(30px) !important;
    border: 1px solid rgba(254, 38, 61, 0.12) !important;
    border-radius: 20px !important;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.8), 0 0 60px rgba(254, 38, 61, 0.08) !important;
}

.productModalFormRow,
[class*="productModalFormRow"] {
    padding: 8px 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.ProductModal-module__header,
[class*="ProductModal-module__header"] {
    background: linear-gradient(180deg, rgba(254, 38, 61, 0.05) 0%, transparent 100%) !important;
    border-bottom: 1px solid rgba(254, 38, 61, 0.1) !important;
    padding: 80px 24px 20px !important;
    position: relative !important;
    text-align: center !important;
}

.ProductModal-module__header::before,
[class*="ProductModal-module__header"]::before {
    content: '' !important;
    position: absolute !important;
    top: -60px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 180px !important;
    height: 180px !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    filter: drop-shadow(0 0 30px rgba(254, 38, 61, 0.6)) !important;
    z-index: 10 !important;
    pointer-events: none !important;
    animation: logoFloat 3s ease-in-out infinite !important;
}

@keyframes logoFloat {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-10px); }
}

.ProductModal-module__name,
[class*="ProductModal-module__name"] {
    font-size: 22px !important;
    font-weight: 900 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-style: normal !important;
    letter-spacing: 1.5px !important;
    text-shadow: 0 0 20px rgba(254, 38, 61, 0.5) !important;
}

.ProductModal-module__body,
[class*="ProductModal-module__body"] {
    padding: 20px 24px !important;
}

.ProductModal-module__description,
[class*="ProductModal-module__description"] {
    font-size: 13px !important;
    line-height: 1.7 !important;
    color: rgba(255, 255, 255, 0.75) !important;
    font-style: normal !important;
    font-weight: 500 !important;
}

.ProductModal-module__form,
[class*="ProductModal-module__form"] {
    padding: 16px 24px !important;
}

.ProductModal-module__form span[class*="label"],
[class*="productModalFormRowItem"] > span:first-child,
.ActionSelector-module__label,
[class*="ActionSelector-module__label"] {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: rgba(255, 255, 255, 0.45) !important;
    text-transform: uppercase !important;
    font-style: normal !important;
}

.ProductModal-module__footer,
[class*="ProductModal-module__footer"] {
    padding: 16px 24px 20px !important;
    border-top: 1px solid rgba(254, 38, 61, 0.1) !important;
    background: linear-gradient(0deg, rgba(8, 8, 8, 0.6) 0%, transparent 100%) !important;
}

.ProductModal-module__form,
[class*="ProductModal-module__form"],
[class*="ProductModal"][class*="form"] {
    padding: 30px 28px !important;
    background: linear-gradient(145deg, rgba(10, 10, 10, 0.6), rgba(15, 15, 15, 0.6)) !important;
    border-top: 1px solid rgba(254, 38, 61, 0.15) !important;
    border-bottom: 1px solid rgba(254, 38, 61, 0.15) !important;
    position: relative !important;
}

.ProductModal-module__form::before,
[class*="ProductModal-module__form"]::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 1px !important;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(254, 38, 61, 0.4), 
        transparent) !important;
}

.productModalFormRow,
[class*="productModalFormRow"],
[class*="ProductModal"] [class*="formRow"] {
    padding: 0 0 20px 0 !important;
    margin: 0 0 20px 0 !important;
    border-bottom: 1px solid rgba(254, 38, 61, 0.08) !important;
}

.productModalFormRow:last-child,
[class*="productModalFormRow"]:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.ProductModal-module__form span[class*="label"],
[class*="productModalFormRowItem"] > span:first-child,
.ActionSelector-module__label,
[class*="ActionSelector-module__label"],
[class*="ProductModal"] [class*="label"]:not([class*="count"]) {
    font-size: 12px !important;
    font-weight: 800 !important;
    color: rgba(254, 38, 61, 0.9) !important;
    text-transform: uppercase !important;
    font-style: normal !important;
    letter-spacing: 1.5px !important;
    margin-bottom: 10px !important;
    display: block !important;
    text-shadow: 0 0 10px rgba(254, 38, 61, 0.3) !important;
}

[class*="ProductModal"] [class*="price"],
[class*="ProductModal"] input[type="number"],
[class*="ProductModal"] [class*="input"][class*="price"] {
    background: linear-gradient(135deg, rgba(20, 20, 20, 0.8), rgba(15, 15, 15, 0.8)) !important;
    border: 2px solid rgba(254, 38, 61, 0.25) !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    font-style: normal !important;
    width: 100% !important;
    transition: all 0.3s !important;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.3),
        inset 0 0 20px rgba(254, 38, 61, 0.05) !important;
}

[class*="ProductModal"] [class*="price"]:focus,
[class*="ProductModal"] input[type="number"]:focus {
    border-color: rgba(254, 38, 61, 0.6) !important;
    box-shadow: 
        0 0 0 4px rgba(254, 38, 61, 0.15),
        0 8px 25px rgba(254, 38, 61, 0.25),
        inset 0 0 30px rgba(254, 38, 61, 0.08) !important;
}

[class*="ProductModal"] [class*="quantity"],
[class*="ProductModal"] [class*="amount"]:not([class*="KitContent"]) {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    background: linear-gradient(135deg, rgba(20, 20, 20, 0.8), rgba(15, 15, 15, 0.8)) !important;
    border: 2px solid rgba(254, 38, 61, 0.25) !important;
    border-radius: 12px !important;
    padding: 12px 16px !important;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.3),
        inset 0 0 20px rgba(254, 38, 61, 0.05) !important;
}

[class*="ProductModal"] button[class*="decrease"],
[class*="ProductModal"] button[class*="increase"],
[class*="quantity"] button {
    background: linear-gradient(135deg, rgba(254, 38, 61, 0.2), rgba(212, 31, 53, 0.2)) !important;
    border: 1px solid rgba(254, 38, 61, 0.4) !important;
    border-radius: 8px !important;
    width: 40px !important;
    height: 40px !important;
    color: #FE263D !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

[class*="ProductModal"] button[class*="decrease"]:hover,
[class*="ProductModal"] button[class*="increase"]:hover {
    background: linear-gradient(135deg, #FE263D, #d41f35) !important;
    color: white !important;
    transform: scale(1.1) !important;
    box-shadow: 0 0 15px rgba(254, 38, 61, 0.4) !important;
}

[class*="quantity"] input,
[class*="quantity"] span[class*="value"] {
    flex: 1 !important;
    text-align: center !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    color: #fff !important;
    background: transparent !important;
    border: none !important;
    font-style: normal !important;
}

.ActionSelector-module__actionSelector,
[class*="ActionSelector"][class*="actionSelector"],
[class*="ProductModal"] [class*="ActionSelector"] {
    font-style: normal !important;
    width: 100% !important;
}

[class*="ActionSelector"] [class*="dropDownCurrentItem"],
[class*="ProductModal"] [class*="ActionSelector"] button {
    background: linear-gradient(135deg, rgba(20, 20, 20, 0.8), rgba(15, 15, 15, 0.8)) !important;
    border: 2px solid rgba(254, 38, 61, 0.25) !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    font-style: normal !important;
    width: 100% !important;
    text-align: left !important;
    transition: all 0.3s !important;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.3),
        inset 0 0 20px rgba(254, 38, 61, 0.05) !important;
}

[class*="ActionSelector"] [class*="dropDownCurrentItem"]:hover {
    border-color: rgba(254, 38, 61, 0.5) !important;
    box-shadow: 
        0 0 0 3px rgba(254, 38, 61, 0.12),
        0 6px 20px rgba(254, 38, 61, 0.2),
        inset 0 0 25px rgba(254, 38, 61, 0.08) !important;
}

[class*="ActionSelector"] [class*="dropDownList"],
[class*="dropDownWrapper"] [class*="list"] {
    background: linear-gradient(145deg, rgba(12, 12, 12, 0.98), rgba(18, 18, 18, 0.98)) !important;
    border: 2px solid rgba(254, 38, 61, 0.3) !important;
    border-radius: 12px !important;
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.7),
        0 0 30px rgba(254, 38, 61, 0.15) !important;
    padding: 8px !important;
    margin-top: 8px !important;
}

[class*="dropDownItem"] {
    padding: 14px 18px !important;
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    font-style: normal !important;
    transition: all 0.2s !important;
    border-radius: 8px !important;
    margin-bottom: 4px !important;
}

[class*="dropDownItem"]:last-child {
    margin-bottom: 0 !important;
}

[class*="dropDownItem"]:hover {
    background: linear-gradient(135deg, rgba(254, 38, 61, 0.25), rgba(212, 31, 53, 0.25)) !important;
    color: #fff !important;
    transform: translateX(4px) !important;
}

[class*="ProductModal"] [class*="server"],
[class*="ProductModal"] select {
    background: linear-gradient(135deg, rgba(20, 20, 20, 0.8), rgba(15, 15, 15, 0.8)) !important;
    border: 2px solid rgba(254, 38, 61, 0.25) !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    font-style: normal !important;
    width: 100% !important;
    transition: all 0.3s !important;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.3),
        inset 0 0 20px rgba(254, 38, 61, 0.05) !important;
}

.ProductModal-module__footer,
[class*="ProductModal-module__footer"] {
    padding: 24px 28px !important;
    border-top: 1px solid rgba(254, 38, 61, 0.15) !important;
    background: linear-gradient(0deg, rgba(5, 5, 5, 0.8) 0%, transparent 100%) !important;
    position: relative !important;
}

.ProductModal-module__footer::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 1px !important;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(254, 38, 61, 0.4), 
        transparent) !important;
}

.ProductModal-module__footer button,
[class*="ProductModal-module__footer"] button,
[class*="ProductModal"] button[class*="buy"],
[class*="ProductModal"] button[class*="submit"] {
    width: 100% !important;
    padding: 20px 32px !important;
    background: linear-gradient(135deg, #FE263D 0%, #d41f35 100%) !important;
    border: none !important;
    border-radius: 14px !important;
    color: white !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
    box-shadow: 
        0 8px 30px rgba(254, 38, 61, 0.4),
        0 0 40px rgba(254, 38, 61, 0.2) !important;
    position: relative !important;
    overflow: hidden !important;
    font-style: normal !important;
}

.ProductModal-module__footer button::before,
[class*="ProductModal-module__footer"] button::before {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 0 !important;
    height: 0 !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.3) !important;
    transform: translate(-50%, -50%) !important;
    transition: width 0.6s, height 0.6s !important;
}

.ProductModal-module__footer button:hover::before,
[class*="ProductModal-module__footer"] button:hover::before {
    width: 300px !important;
    height: 300px !important;
}

.ProductModal-module__footer button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 
        0 12px 40px rgba(254, 38, 61, 0.5),
        0 0 60px rgba(254, 38, 61, 0.3) !important;
}

.ProductModal-module__footer button:active {
    transform: translateY(-1px) !important;
}

.productModalGiveText,
[class*="productModalGiveText"],
[class*="ProductModal"] [class*="helpText"] {
    font-size: 11px !important;
    color: rgba(254, 38, 61, 0.6) !important;
    font-style: normal !important;
    text-align: center !important;
    margin-top: 12px !important;
}

.ProductModal-module__set,
[class*="ProductModal-module__set"],
[class*="ProductModal"][class*="set"] {
    background: linear-gradient(145deg, rgba(18, 12, 15, 0.95), rgba(22, 15, 18, 0.95)) !important;
    border: 2px solid transparent !important;
    border-image: linear-gradient(135deg, 
        rgba(254, 38, 61, 0.4), 
        rgba(255, 70, 90, 0.3),
        rgba(254, 38, 61, 0.4)) 1 !important;
    border-radius: 20px !important;
    padding: 28px !important;
    margin: 18px 0 !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 
        0 0 40px rgba(254, 38, 61, 0.2),
        inset 0 0 60px rgba(254, 38, 61, 0.04) !important;
}

.ProductModal-module__set::before,
[class*="ProductModal-module__set"]::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(254, 38, 61, 0.9), 
        rgba(255, 100, 120, 0.7),
        rgba(254, 38, 61, 0.9),
        transparent) !important;
    box-shadow: 
        0 0 25px rgba(254, 38, 61, 0.7),
        0 0 50px rgba(254, 38, 61, 0.4) !important;
    animation: neonPulse 2.5s ease-in-out infinite !important;
}

@keyframes neonPulse {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}

.ProductModal-module__set > span:first-child,
[class*="ProductModal"][class*="set"] > span:first-child,
.ProductModal-module__setTitle,
[class*="setTitle"] {
    display: block !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    color: #FF4D5D !important;
    text-transform: uppercase !important;
    letter-spacing: 2.5px !important;
    margin-bottom: 22px !important;
    padding-bottom: 16px !important;
    border-bottom: 2px solid rgba(254, 38, 61, 0.2) !important;
    font-style: normal !important;
    text-shadow: 
        0 0 30px rgba(254, 38, 61, 0.6),
        0 0 15px rgba(255, 70, 90, 0.4) !important;
    text-align: center !important;
}

.KitContent-module__containsItems,
[class*="KitContent-module__containsItems"],
[class*="KitContent"][class*="containsItems"] {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 14px !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-height: 500px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    scrollbar-width: thin !important;
    scrollbar-color: rgba(254, 38, 61, 0.5) rgba(0, 0, 0, 0.3) !important;
}

.KitContent-module__containsItems::-webkit-scrollbar,
[class*="KitContent"][class*="containsItems"]::-webkit-scrollbar {
    width: 8px;
}

.KitContent-module__containsItems::-webkit-scrollbar-track,
[class*="KitContent"][class*="containsItems"]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

.KitContent-module__containsItems::-webkit-scrollbar-thumb,
[class*="KitContent"][class*="containsItems"]::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(254, 38, 61, 0.9), rgba(212, 31, 53, 0.7));
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.3);
}

.KitContent-module__containsItems::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #FE263D, #d41f35);
}

.KitContent-module__containsItem,
[class*="KitContent-module__containsItem"],
[class*="KitContent"][class*="containsItem"]:not([class*="containsItems"]) {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(145deg, rgba(65, 58, 62, 0.85), rgba(55, 48, 52, 0.85)) !important;
    border: 2px solid rgba(90, 80, 85, 0.7) !important;
    border-radius: 16px !important;
    padding: 20px 14px 32px !important;
    margin: 0 !important;
    gap: 0 !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    aspect-ratio: 1 / 1 !important;
    overflow: visible !important;
    cursor: default !important;
    box-shadow: 
        0 3px 12px rgba(0, 0, 0, 0.4),
        inset 0 2px 0 rgba(255, 255, 255, 0.06) !important;
}

.KitContent-module__containsItem:hover,
[class*="KitContent-module__containsItem"]:hover,
[class*="KitContent"][class*="containsItem"]:not([class*="containsItems"]):hover {
    border-color: rgba(254, 38, 61, 0.7) !important;
    background: linear-gradient(145deg, rgba(75, 60, 68, 0.95), rgba(65, 50, 58, 0.95)) !important;
    transform: translateY(-4px) scale(1.03) !important;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.6),
        0 0 25px rgba(254, 38, 61, 0.3),
        inset 0 0 20px rgba(254, 38, 61, 0.06) !important;
}

.KitContent-module__containsItem img,
[class*="KitContent"][class*="containsItem"]:not([class*="containsItems"]) img {
    width: 70% !important;
    height: auto !important;
    max-height: 75% !important;
    object-fit: contain !important;
    border-radius: 8px !important;
    margin: auto !important;
    display: block !important;
    flex-shrink: 0 !important;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.7)) !important;
    transition: all 0.35s !important;
}

.KitContent-module__containsItem:hover img,
[class*="KitContent"][class*="containsItem"]:not([class*="containsItems"]):hover img {
    filter: 
        drop-shadow(0 5px 15px rgba(254, 38, 61, 0.4))
        drop-shadow(0 0 20px rgba(254, 38, 61, 0.25)) !important;
    transform: scale(1.1) !important;
}

.KitContent-module__containsItem > span:first-of-type,
.KitContent-module__containsItem [class*="name"]:not([class*="count"]):not([class*="amount"]),
[class*="KitContent"][class*="containsItem"]:not([class*="containsItems"]) > span:first-of-type,
[class*="KitContent"][class*="containsItem"]:not([class*="containsItems"]) [class*="name"]:not([class*="count"]):not([class*="amount"]) {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.KitContent-module__containsItem span[class*="count"],
.KitContent-module__containsItem span[class*="amount"],
.KitContent-module__containsItem span[class*="Count"],
.KitContent-module__containsItem span[class*="Amount"],
[class*="KitContent"][class*="containsItem"]:not([class*="containsItems"]) span[class*="count"],
[class*="KitContent"][class*="containsItem"]:not([class*="containsItems"]) span[class*="amount"],
[class*="KitContent"][class*="containsItem"]:not([class*="containsItems"]) span[class*="Count"],
[class*="KitContent"][class*="containsItem"]:not([class*="containsItems"]) span[class*="Amount"],
.KitContent-module__itemCount,
[class*="KitContent"][class*="itemCount"],
[class*="itemCount"] {
    position: absolute !important;
    bottom: 10px !important;
    right: 10px !important;
    left: auto !important;
    top: auto !important;
    background: transparent !important;
    color: #FF3333 !important;
    font-size: 28px !important;
    font-weight: 900 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    line-height: 1 !important;
    z-index: 100 !important;
    font-style: italic !important;
    min-width: auto !important;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    text-align: right !important;
    text-shadow: 
        0 0 15px rgba(255, 51, 51, 0.8),
        0 0 30px rgba(255, 51, 51, 0.5),
        0 3px 8px rgba(0, 0, 0, 0.95) !important;
    letter-spacing: -1px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: none !important;
}

@media (min-width: 1201px) {
    .KitContent-module__containsItems,
    [class*="KitContent"][class*="containsItems"] {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

@media (max-width: 1200px) {
    .KitContent-module__containsItems,
    [class*="KitContent"][class*="containsItems"] {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .ProductModal-module__set,
    [class*="ProductModal"][class*="set"] {
        padding: 22px !important;
    }

    .KitContent-module__containsItems,
    [class*="KitContent"][class*="containsItems"] {
        max-height: 400px !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 10px !important;
    }

    .KitContent-module__containsItem [class*="count"],
    [class*="KitContent"][class*="containsItem"]:not([class*="containsItems"]) [class*="count"] {
        font-size: 24px !important;
    }
}

@media (max-width: 600px) {
    .KitContent-module__containsItems,
    [class*="KitContent"][class*="containsItems"] {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 8px !important;
        max-height: 350px !important;
    }

    .KitContent-module__containsItem,
    [class*="KitContent"][class*="containsItem"]:not([class*="containsItems"]) {
        padding: 12px 10px 24px !important;
        border-radius: 12px !important;
    }

    .KitContent-module__containsItem [class*="count"],
    [class*="KitContent"][class*="containsItem"]:not([class*="containsItems"]) [class*="count"] {
        font-size: 22px !important;
        bottom: 8px !important;
        right: 8px !important;
    }

    .ProductModal-module__set,
    [class*="ProductModal"][class*="set"] {
        padding: 18px !important;
        margin: 14px 0 !important;
    }

    .ProductModal-module__set > span:first-child,
    [class*="setTitle"] {
        font-size: 14px !important;
        margin-bottom: 18px !important;
    }

    .ProductModal-module__header::before,
    [class*="ProductModal-module__header"]::before {
        width: 150px !important;
        height: 150px !important;
        top: -50px !important;
    }

    .ProductModal-module__header {
        padding: 70px 20px 18px !important;
    }

    .ProductModal-module__name {
        font-size: 20px !important;
    }
}

@media (max-width: 480px) {
    .KitContent-module__containsItems,
    [class*="KitContent"][class*="containsItems"] {
        gap: 6px !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .KitContent-module__containsItem [class*="count"],
    [class*="KitContent"][class*="containsItem"]:not([class*="containsItems"]) [class*="count"] {
        font-size: 20px !important;
    }

    .ProductModal-module__header::before,
    [class*="ProductModal-module__header"]::before {
        width: 130px !important;
        height: 130px !important;
        top: -45px !important;
    }
}

@media (max-width: 900px) {
    .Header-module__wrapper > * {
        padding: 10px 20px;
    }

    .container, main, .Index-module__wrapper {
        padding: 0 20px;
    }

    .Shop-module__wrapper {
        padding: 30px 20px 40px;
    }

    .Profile-module__wrapper {
        grid-template-columns: 1fr;
        padding: 100px 20px 40px;
    }
}

@media (max-width: 768px) {
    .PlayerMenuMobile-module__mobileMenuBtn {
        display: flex;
    }

    .HeaderNav-module__wrapper {
        display: none;
    }

    .PlayerMenu-module__wrapper {
        display: flex !important;
    }

    .PlayerMenu-module__wrapper .LangSwitcher-module__wrapper {
        display: none;
    }

    .Shop-module__header {
        font-size: 24px;
    }
}

@media (max-width: 600px) {
    .Header-module__wrapper > * {
        justify-content: space-between;
    }

    .Header-module__logoWrapper {
        order: 1;
    }

    .PlayerMenu-module__wrapper {
        order: 2;
        flex: 0 1 auto;
    }

    .PlayerMenuMobile-module__mobileMenuBtn {
        order: 3;
    }
}

/* ========================================
   ✅ УЛУЧШЕННЫЙ БЛОК ИНФОРМАЦИИ
======================================== */

[data-widgetid="156817"] .boxHeader {
    background: linear-gradient(135deg, rgba(254, 38, 61, 0.2), rgba(212, 31, 53, 0.15)) !important;
    border: 2px solid rgba(254, 38, 61, 0.5) !important;
    border-radius: 14px 14px 0 0 !important;
    padding: 18px 22px !important;
    font-size: 19px !important;
    font-weight: 900 !important;
    color: #FFF !important;
    text-transform: uppercase !important;
    letter-spacing: 1.8px !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
    font-style: normal !important;
    box-shadow: 0 4px 20px rgba(254, 38, 61, 0.3) !important;
}

[data-widgetid="156817"] .boxHeader::before {
    content: '⚠️';
    position: absolute;
    left: 20px;
    font-size: 22px;
    animation: pulseIcon 2s ease-in-out infinite;
}

[data-widgetid="156817"] .boxHeader::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, 
        transparent,
        rgba(254, 38, 61, 1),
        rgba(255, 100, 120, 0.8),
        rgba(254, 38, 61, 1),
        transparent);
    box-shadow: 
        0 0 25px rgba(254, 38, 61, 0.8),
        0 0 50px rgba(254, 38, 61, 0.5);
    animation: neonGlow 2s ease-in-out infinite;
}

@keyframes pulseIcon {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.15); }
}

@keyframes neonGlow {
    0%, 100% { opacity: 0.9; }
    50% { opacity: 1; }
}

[data-widgetid="156817"] .boxBody {
    background: linear-gradient(145deg, rgba(28, 20, 22, 0.98), rgba(35, 25, 28, 0.98)) !important;
    border: 2px solid rgba(254, 38, 61, 0.4) !important;
    border-top: none !important;
    border-radius: 0 0 14px 14px !important;
    padding: 24px 22px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: rgba(255, 255, 255, 0.95) !important;
    line-height: 1.8 !important;
    text-align: center !important;
    font-style: normal !important;
    position: relative !important;
    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.5),
        inset 0 2px 0 rgba(255, 255, 255, 0.08),
        0 0 50px rgba(254, 38, 61, 0.2) !important;
}

[data-widgetid="156817"] .boxBody::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg,
        transparent,
        rgba(254, 38, 61, 0.7),
        transparent);
}

[data-widgetid="156817"].Widgets-module__widgetWrapper {
    margin-bottom: 22px !important;
    animation: slideInLeft 0.7s ease-out;
    transform-origin: left center;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-40px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}