
/* =========================================================
   PULSE VANILLA PVP — CLEANED CSS
   ========================================================= */

/* -------------------------
   BASE / BACKGROUND
------------------------- */
html, body {
    min-height: 100%;
}

body,
.app-wrapper {
    background: url(https://i.postimg.cc/fWmRZWsF/Background.png) center / cover no-repeat fixed !important;
}

.wrapper {
    max-width: 1440px !important;
    width: calc(100% - 48px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

main.wrapper {
    padding-bottom: 40px !important;
}

.grid-wrapper {
    display: block !important;
}

/* -------------------------
   SHOP LAYOUT ONLY
------------------------- */
body:has(.products-container) .right-column,
body:has(.product-cards) .right-column,
body:has(.products-types-buttons) .right-column {
    display: none !important;
}

body:has(.products-container) .left-column,
body:has(.product-cards) .left-column,
body:has(.products-types-buttons) .left-column {
    width: 100% !important;
    max-width: 100% !important;
}

/* -------------------------
   NAVBAR
------------------------- */
.navbar {
    background: rgba(12, 12, 14, 0.88) !important;
    border: 1px solid rgba(255,255,255,0.05) !important;
    border-radius: 20px !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0 12px 34px rgba(0,0,0,0.24) !important;
}

/* -------------------------
   HERO / BANNER
------------------------- */
.banner {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 28px !important;
    min-height: 460px !important;
    margin-bottom: 26px !important;
    border: 1px solid rgba(255,255,255,0.06) !important;
    box-shadow: 0 22px 50px rgba(0,0,0,0.28) !important;
}

.banner img {
    width: 100% !important;
    min-height: 460px !important;
    display: block !important;
    object-fit: cover !important;
}

.banner::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.42) 34%, rgba(0,0,0,0.08) 72%, rgba(0,0,0,0.15) 100%),
        linear-gradient(180deg, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0.24) 100%) !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

.pulse-hero {
    position: absolute !important;
    z-index: 2 !important;
    left: 34px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    max-width: 620px !important;
    color: #fff !important;
}

.pulse-hero__eyebrow {
    display: inline-flex !important;
    align-items: center !important;
    padding: 10px 16px !important;
    margin-bottom: 18px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,0.10) !important;
    border: 1px solid rgba(255,255,255,0.14) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    backdrop-filter: blur(8px) !important;
}

.pulse-hero__title {
    margin: 0 !important;
    line-height: 0.92 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: -0.05em !important;
    color: #ffffff !important;
    text-shadow:
        0 3px 12px rgba(0,0,0,0.95),
        0 0 24px rgba(255,255,255,0.05) !important;
}

.pulse-hero__title--xl {
    font-size: clamp(72px, 6.2vw, 104px) !important;
    margin-bottom: 2px !important;
}

.pulse-hero__title--lg {
    font-size: clamp(50px, 4.6vw, 74px) !important;
    margin-left: 10px !important;
    margin-bottom: 2px !important;
}

.pulse-hero__title--md {
    font-size: clamp(38px, 3.6vw, 56px) !important;
    margin-left: 20px !important;
    margin-bottom: 12px !important;
}

.pulse-hero__subtitle {
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    color: rgba(255,255,255,0.92) !important;
    max-width: 600px !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.88) !important;
}

/* -------------------------
   SECTION TITLE
------------------------- */
.pulse-section-title {
    position: relative !important;
    max-width: 1190px !important;
    margin: 0 auto 18px !important;
    padding: 22px 0 18px !important;
    text-align: center !important;
    z-index: 1 !important;
    color: #fff !important;
}

.pulse-section-title::before {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    top: 0 !important;
    transform: translateX(-50%) !important;
    width: 100vw !important;
    height: 100% !important;
    background:
        linear-gradient(90deg,
            rgba(0,0,0,0.00) 0%,
            rgba(0,0,0,0.45) 12%,
            rgba(0,0,0,0.72) 50%,
            rgba(0,0,0,0.45) 88%,
            rgba(0,0,0,0.00) 100%) !important;
    pointer-events: none !important;
    z-index: -1 !important;
}

.pulse-section-title h2 {
    margin: 0 !important;
    font-size: 34px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    letter-spacing: -0.04em !important;
    text-shadow:
        0 2px 8px rgba(0,0,0,0.95),
        0 0 18px rgba(255,255,255,0.08) !important;
}

.pulse-section-title p {
    margin: 8px 0 0 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: rgba(255,255,255,0.76) !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.90) !important;
}

/* -------------------------
   CATEGORIES
------------------------- */
.products-types-buttons {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin: 0 auto 18px !important;
    width: 100% !important;
    max-width: 1190px !important;
}

.products-types-buttons .app-button {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    min-height: 58px !important;
    padding: 0 16px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)),
        rgba(10, 12, 16, 0.56) !important;
    backdrop-filter: blur(8px) !important;
    color: rgba(255,255,255,0.92) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,0.03),
        0 10px 24px rgba(0,0,0,0.18) !important;
    transition: 0.18s ease !important;
}

.products-types-buttons .app-button:hover {
    border-color: rgba(255,255,255,0.18) !important;
    transform: translateY(-2px) !important;
}

.products-types-buttons .app-button--active {
    background: rgba(255,255,255,0.88) !important;
    color: #111 !important;
    border-color: rgba(255,255,255,0.30) !important;
}

.products-types-buttons .pulse-cat-icon,
.products-types-buttons .pulse-cat-icon svg {
    width: 18px !important;
    height: 18px !important;
    fill: currentColor !important;
}

/* -------------------------
   SEARCH
------------------------- */
.search-input {
    display: block !important;
    width: 100% !important;
    max-width: 1190px !important;
    margin: 0 auto 20px !important;
    min-height: 58px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    background: rgba(8, 10, 14, 0.88) !important;
    color: rgba(255,255,255,0.94) !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    text-align: center !important;
    padding: 0 18px !important;
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,0.02),
        0 12px 28px rgba(0,0,0,0.20) !important;
}

.search-input::placeholder {
    color: rgba(255,255,255,0.44) !important;
}

.search-input:focus {
    outline: none !important;
    border-color: rgba(255,255,255,0.18) !important;
}

/* -------------------------
   PRODUCT GRID / CARDS
------------------------- */
.product-cards {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: flex-start !important;
    width: 100% !important;
    max-width: 1188px !important;
    margin: 0 auto !important;
    gap: 3px !important;
}

.product-cards > div[data-pid] {
    position: relative !important;
    flex: 0 0 234px !important;
    width: 234px !important;
    height: 234px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.product-cards > div[data-pid] > .product-card,
.product-card {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    transition: transform 0.18s ease !important;
}

.product-card:hover {
    transform: translateY(-2px) !important;
}

.product-card-footer,
.product-card-labels {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.product-card-image-container {
    position: relative !important;
    display: block !important;
    width: 234px !important;
    height: 234px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 14px !important;
    background-image:
        radial-gradient(circle at 50% 35%, rgba(255,255,255,0.05), transparent 48%),
        linear-gradient(180deg, rgba(255,255,255,0.03), rgba(0,0,0,0.06)),
        url("https://i.postimg.cc/T3yjYW3t/Backpdukt.png") !important;
    background-repeat: no-repeat, no-repeat, no-repeat !important;
    background-position: center, center, center !important;
    background-size: cover, cover, 100% 100% !important;
    box-shadow:
        0 12px 28px rgba(0,0,0,0.42),
        0 3px 8px rgba(0,0,0,0.30),
        inset 0 1px 0 rgba(255,255,255,0.06),
        inset 0 0 0 1px rgba(255,255,255,0.03) !important;
}

.product-card-image-container::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    pointer-events: none !important;
    background: linear-gradient(180deg,
        rgba(255,255,255,0.08) 0%,
        rgba(255,255,255,0.02) 16%,
        rgba(255,255,255,0.00) 34%) !important;
}

.product-card-image-container::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    pointer-events: none !important;
    background:
        radial-gradient(circle at center, rgba(255,255,255,0.03), transparent 58%),
        linear-gradient(180deg,
            rgba(0,0,0,0.00) 52%,
            rgba(0,0,0,0.14) 74%,
            rgba(0,0,0,0.28) 100%) !important;
}

.product-card-image-container img {
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    width: 86% !important;
    height: 86% !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 8px 14px rgba(0,0,0,0.34)) !important;
    transition: transform 0.18s ease, filter 0.18s ease !important;
}

.product-card:hover .product-card-image-container img {
    transform: scale(1.045) !important;
    filter: drop-shadow(0 10px 16px rgba(0,0,0,0.38)) !important;
}

.pulse-card-overlay {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 5 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    gap: 6px !important;
    padding: 0 6px 6px !important;
    pointer-events: none !important;
}

.pulse-card-overlay__bg {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 50px !important;
    background: linear-gradient(180deg,
        rgba(0,0,0,0.00) 0%,
        rgba(0,0,0,0.12) 24%,
        rgba(0,0,0,0.56) 100%) !important;
    z-index: -1 !important;
}

.pulse-card-overlay__name,
.pulse-card-overlay__price {
    display: inline-flex !important;
    align-items: center !important;
    height: 28px !important;
    padding: 0 10px !important;
    border-radius: 8px !important;
    background: rgba(0,0,0,0.70) !important;
    border: 1px solid rgba(201,168,78,0.22) !important;
    backdrop-filter: blur(4px) !important;
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,0.02),
        0 2px 8px rgba(0,0,0,0.38) !important;
}

.pulse-card-overlay__name {
    max-width: 66% !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
}

.pulse-card-overlay__price {
    flex-shrink: 0 !important;
    white-space: nowrap !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    color: #ffd76f !important;
}

/* -------------------------
   PROFILE / CABINET
------------------------- */
.profile,
.profile-page,
.profile-content,
.profile-card,
.profile-sidebar,
.profile-main,
.profile .card,
.ProfileBlock,
.ProfileMainBlock,
.ProfileInfoBlock,
.xbox_profile,
.xbox_profile .xbox_body,
.xbox_menu,
.xbox_nav,
.ProfileMenu,
.ProfileNav,
[class*="profile"] .card,
[class*="profile"] .sidebar,
[class*="profile"] .menu,
[class*="cabinet"] .card,
[class*="cabinet"] .sidebar,
[class*="cabinet"] .menu {
    background: rgba(8, 8, 8, 0.60) !important;
    backdrop-filter: blur(4px) !important;
    border: 1px solid rgba(201,168,78,0.22) !important;
    border-radius: 18px !important;
    box-shadow: 0 10px 28px rgba(0,0,0,0.55), inset 0 0 0 1px rgba(255,220,150,0.06) !important;
    color: rgba(255,255,255,0.88) !important;
    overflow: hidden !important;
}

.profile table,
.profile .table,
.profile .table td,
.profile .table th,
.profile-page table,
.profile-page .table,
.table-wrapper,
.table-body,
.table.table-striped,
.table.table-striped td,
.table.table-striped th {
    background: transparent !important;
    border-color: rgba(201,168,78,0.14) !important;
    color: rgba(255,255,255,0.88) !important;
}

.profile a,
.profile-page a,
.xbox_profile a,
.xbox_menu a,
.ProfileMenu a,
.ProfileNav a,
[class*="profile"] a,
[class*="cabinet"] a {
    color: #ffd36a !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

.xbox_menu a,
.ProfileMenu a,
.ProfileNav a,
[class*="profile"] .menu a,
[class*="cabinet"] .menu a {
    display: block !important;
    padding: 12px 18px !important;
    color: rgba(255,255,255,0.90) !important;
    border-bottom: 1px solid rgba(255,255,255,0.06) !important;
}

.xbox_menu a:hover,
.ProfileMenu a:hover,
.ProfileNav a:hover,
[class*="profile"] .menu a:hover,
[class*="cabinet"] .menu a:hover {
    background: rgba(201,168,78,0.10) !important;
    color: #ffd36a !important;
}

/* -------------------------
   PROMOCODE BAR
------------------------- */
.input-group {
    max-width: 980px !important;
    margin: 18px auto 0 !important;
    display: flex !important;
    align-items: stretch !important;
    background: rgba(8,8,8,0.65) !important;
    backdrop-filter: blur(4px) !important;
    border-radius: 18px !important;
    border: 1px solid rgba(201,168,78,0.25) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.55), inset 0 0 0 1px rgba(255,220,150,0.06) !important;
    overflow: hidden !important;
}

#InputPromocode.form-control,
.promocode-input,
[class*="promo"] input {
    height: 56px !important;
    padding: 0 18px !important;
    background: transparent !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
}

.input-group-btn,
.promocode-actions,
[class*="promo"] .actions {
    display: flex !important;
    align-items: stretch !important;
    margin: 0 !important;
}

.input-group-btn .ladda-button.btn-success,
.promocode-actions .btn,
[class*="promo"] .btn-success {
    height: 56px !important;
    padding: 0 22px !important;
    border: none !important;
    border-left: 1px solid rgba(201,168,78,0.25) !important;
    background: linear-gradient(180deg, rgba(201,168,78,0.35), rgba(201,168,78,0.10)) !important;
    color: #000000 !important;
    font-weight: 900 !important;
}

/* -------------------------
   GENERIC MODAL
------------------------- */
.modal .modal-content,
[role="dialog"] .modal-content,
[role="dialog"] .dialog-content,
.vue-final-modal__content,
[class*="modal"] .app-modal,
[class*="dialog"] .app-modal,
[class*="popup"] .app-modal {
    background-color: #000000b2 !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 28px !important;
    border: 1px solid rgba(201,168,78,0.24) !important;
    box-shadow: 0 22px 70px rgba(0,0,0,0.65), inset 0 0 0 1px rgba(255,220,150,0.06) !important;
    color: #ffffff !important;
    overflow: hidden !important;
}

.modal .btn,
.modal button {
    min-height: 48px !important;
    border-radius: 16px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

/* -------------------------
   RECHARGE MODAL
------------------------- */
.pulse-recharge-modal {
    background: rgba(0,0,0,0.82) !important;
    backdrop-filter: blur(4px) !important;
}

.pulse-recharge-modal .modal-content,
.pulse-recharge-content {
    width: min(100%, 760px) !important;
    max-width: 760px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    overflow: visible !important;
}

.pulse-recharge-modal .modal-content::before,
.pulse-recharge-modal .modal-content::after {
    display: none !important;
    content: none !important;
}

.pulse-recharge-panel {
    position: relative !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 26px 28px 18px !important;
    background:
        linear-gradient(180deg, rgba(7,7,7,0.97), rgba(4,4,4,0.98)) !important;
    background-image:
        radial-gradient(circle at 50% 0%, rgba(255,196,64,0.04), transparent 38%),
        url("https://i.postimg.cc/jj4TMLfD/Produkt-Modalback.png") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border: 1px solid rgba(201,168,78,0.28) !important;
    border-radius: 30px !important;
    box-shadow:
        0 24px 70px rgba(0,0,0,0.72),
        0 0 24px rgba(255,196,64,0.14),
        inset 0 0 0 1px rgba(255,220,150,0.05) !important;
    overflow: hidden !important;
}

.pulse-recharge-panel::before {
    content: "" !important;
    position: absolute !important;
    inset: 14px !important;
    border-radius: 22px !important;
    border: 1px solid rgba(201,168,78,0.18) !important;
    pointer-events: none !important;
}

.pulse-recharge-title,
.pulse-recharge-panel .recharge-panel-title {
    margin: 0 0 20px !important;
    text-align: center !important;
    font-size: 26px !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    color: #f3f0e7 !important;
}

.pulse-recharge-panel input,
.pulse-recharge-panel textarea,
.pulse-recharge-panel select,
.pulse-recharge-panel .form-control {
    height: 50px !important;
    background: rgba(0,0,0,0.42) !important;
    border: 1px solid rgba(201,168,78,0.20) !important;
    border-radius: 14px !important;
    color: rgba(255,255,255,0.95) !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    padding: 0 16px !important;
    box-shadow: inset 0 0 12px rgba(0,0,0,0.35) !important;
}

.pulse-recharge-panel input[readonly] {
    color: #ffd36a !important;
    border-style: dashed !important;
    background: rgba(0,0,0,0.22) !important;
}

.pulse-recharge-footer-host {
    width: 100% !important;
}

.pulse-recharge-footer {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 24px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 16px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.pulse-recharge-btn {
    min-width: 170px !important;
    height: 46px !important;
    padding: 0 28px !important;
    border-radius: 16px !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

.pulse-recharge-btn--ghost {
    background: rgba(0,0,0,0.45) !important;
    border: 1px solid rgba(201,168,78,0.18) !important;
    color: rgba(228, 149, 3, 0.82) !important;
}

.pulse-recharge-btn--gold,
.modal-primary-button.pulse-recharge-btn--gold,
button.modal-primary-button.pulse-recharge-btn--gold {
    background: linear-gradient(180deg, rgba(255,211,106,0.22), rgba(0,0,0,0.18)) !important;
    border: 1px solid rgba(255,211,106,0.55) !important;
    color: #af7207 !important;
    box-shadow: 0 0 18px rgba(255,211,106,0.18), inset 0 0 0 1px rgba(255,220,160,0.08) !important;
}

/* -------------------------
   RESPONSIVE
------------------------- */
@media (max-width: 900px) {
    .wrapper {
        width: calc(100% - 24px) !important;
    }

    .products-types-buttons {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .pulse-hero {
        left: 22px !important;
        right: 22px !important;
        max-width: none !important;
    }

    .banner,
    .banner img {
        min-height: 360px !important;
    }
}

@media (max-width: 768px) {
    .pulse-recharge-panel {
        padding: 20px 18px 16px !important;
        border-radius: 22px !important;
    }

    .pulse-recharge-panel::before {
        inset: 10px !important;
        border-radius: 16px !important;
    }

    .pulse-recharge-footer {
        padding: 0 !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .pulse-recharge-btn {
        width: 100% !important;
        min-width: 0 !important;
    }
}

@media (max-width: 640px) {
    .products-types-buttons {
        grid-template-columns: 1fr !important;
    }

    .pulse-card-overlay__name,
    .pulse-card-overlay__price {
        font-size: 12px !important;
        height: 24px !important;
        padding: 0 8px !important;
    }
}


/* =========================================================
   PROFILE MENU — MOVE RIGHT / KEEP CABINET MENU VISIBLE
========================================================= */
body.pulse-profile-page .grid-wrapper,
body.pulse-profile-page main.wrapper {
  display: flow-root !important;
}

.pulse-profile-menu-detected,
body.pulse-profile-page .xbox_menu,
body.pulse-profile-page .ProfileMenu,
body.pulse-profile-page .ProfileNav,
body.pulse-profile-page .profile-sidebar,
body.pulse-profile-page [class*="profile-menu"],
body.pulse-profile-page [class*="cabinet-menu"] {
  float: right !important;
  width: 340px !important;
  max-width: 340px !important;
  margin: 0 0 24px 24px !important;
  position: sticky !important;
  top: 18px !important;
  z-index: 3 !important;
}

.pulse-profile-content-detected {
  overflow: hidden !important;
  min-width: 0 !important;
}

body.pulse-profile-page .right-column {
  display: block !important;
}

@media (max-width: 980px) {
  .pulse-profile-menu-detected,
  body.pulse-profile-page .xbox_menu,
  body.pulse-profile-page .ProfileMenu,
  body.pulse-profile-page .ProfileNav,
  body.pulse-profile-page .profile-sidebar,
  body.pulse-profile-page [class*="profile-menu"],
  body.pulse-profile-page [class*="cabinet-menu"] {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 18px 0 0 !important;
    position: static !important;
  }
}

/* =========================================================
   RECHARGE MODAL — OVERRIDES / POLISH
========================================================= */
.pulse-recharge-modal {
  background: rgba(0,0,0,0.84) !important;
  backdrop-filter: blur(5px) !important;
}

.pulse-recharge-content {
  width: min(100%, 760px) !important;
  max-width: 760px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.pulse-recharge-panel {
  padding: 24px 26px 18px !important;
  border-radius: 28px !important;
}

.pulse-recharge-panel::before {
  inset: 12px !important;
  border-radius: 20px !important;
}

.pulse-recharge-title,
.pulse-recharge-panel .recharge-panel-title {
  margin: 0 0 16px !important;
  font-size: 22px !important;
  line-height: 1.1 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.pulse-recharge-method-label,
.pulse-recharge-panel h2:not(.pulse-recharge-title):not(.recharge-panel-title),
.pulse-recharge-panel h3:not(.pulse-recharge-title):not(.recharge-panel-title),
.pulse-recharge-panel h4:not(.pulse-recharge-title):not(.recharge-panel-title),
.pulse-recharge-panel h5:not(.pulse-recharge-title):not(.recharge-panel-title) {
  margin: 0 0 12px !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  text-shadow: 0 2px 6px rgba(0,0,0,0.9) !important;
}

.pulse-recharge-panel p,
.pulse-recharge-panel label,
.pulse-recharge-panel span {
  font-size: 14px !important;
  font-weight: 700 !important;
}

.pulse-recharge-panel input,
.pulse-recharge-panel textarea,
.pulse-recharge-panel select,
.pulse-recharge-panel .form-control,
.pulse-recharge-panel input[type="text"],
.pulse-recharge-panel input[type="email"],
.pulse-recharge-panel input[type="number"] {
  height: 48px !important;
  border-radius: 12px !important;
}

.pulse-recharge-footer-host {
  width: 100% !important;
  margin-top: -2px !important;
}

.pulse-recharge-footer {
  padding: 0 18px !important;
  gap: 14px !important;
}

.pulse-recharge-btn {
  min-width: 170px !important;
  height: 44px !important;
  border-radius: 15px !important;
}

.pulse-recharge-btn--gold,
.modal-primary-button.pulse-recharge-btn--gold,
button.modal-primary-button.pulse-recharge-btn--gold {
  color: #f0d07a !important;
  opacity: 1 !important;
}

.pulse-recharge-btn--gold *,
.modal-primary-button.pulse-recharge-btn--gold *,
.pulse-recharge-btn--ghost *,
.modal-close-button.pulse-recharge-btn--ghost * {
  opacity: 1 !important;
}

@media (max-width: 768px) {
  .pulse-recharge-content {
    width: 100% !important;
    max-width: 100% !important;
  }

  .pulse-recharge-panel {
    padding: 18px 18px 14px !important;
    border-radius: 22px !important;
  }

  .pulse-recharge-panel::before {
    inset: 10px !important;
    border-radius: 16px !important;
  }

  .pulse-recharge-footer {
    padding: 0 !important;
  }
}


/* =========================================================
   PROFILE + RECHARGE FINAL OVERRIDES
========================================================= */
/* Profile: menu left, content smaller/cleaner */
body.pulse-profile-page .grid-wrapper,
body.pulse-profile-page main.wrapper {
  display: flow-root !important;
}

.pulse-profile-menu-detected,
body.pulse-profile-page .xbox_menu,
body.pulse-profile-page .ProfileMenu,
body.pulse-profile-page .ProfileNav,
body.pulse-profile-page .profile-sidebar,
body.pulse-profile-page [class*="profile-menu"],
body.pulse-profile-page [class*="cabinet-menu"] {
  float: left !important;
  width: 300px !important;
  max-width: 300px !important;
  margin: 0 24px 18px 0 !important;
  position: sticky !important;
  top: 18px !important;
}

.pulse-profile-content-detected,
body.pulse-profile-page .xbox_profile,
body.pulse-profile-page .profile-content,
body.pulse-profile-page .ProfileMainBlock,
body.pulse-profile-page .ProfileInfoBlock,
body.pulse-profile-page [class*="profile-content"],
body.pulse-profile-page [class*="cabinet-content"] {
  overflow: hidden !important;
  min-width: 0 !important;
}

body.pulse-profile-page .xbox_profile .table td,
body.pulse-profile-page .xbox_profile .table th,
body.pulse-profile-page .profile .table td,
body.pulse-profile-page .profile .table th,
body.pulse-profile-page .table.table-striped td,
body.pulse-profile-page .table.table-striped th {
  padding: 12px 14px !important;
}

body.pulse-profile-page .xbox_menu a,
body.pulse-profile-page .ProfileMenu a,
body.pulse-profile-page .ProfileNav a,
body.pulse-profile-page .xbox_menu .item {
  padding: 10px 14px !important;
  font-size: 13px !important;
}

body.pulse-profile-page .xbox_menu .title,
body.pulse-profile-page .ProfileMenuTitle,
body.pulse-profile-page .ProfileNavTitle,
body.pulse-profile-page .xbox_menu h1,
body.pulse-profile-page .xbox_menu h2 {
  padding: 14px 16px !important;
  font-size: 14px !important;
}

@media (max-width: 980px) {
  .pulse-profile-menu-detected,
  body.pulse-profile-page .xbox_menu,
  body.pulse-profile-page .ProfileMenu,
  body.pulse-profile-page .ProfileNav,
  body.pulse-profile-page .profile-sidebar,
  body.pulse-profile-page [class*="profile-menu"],
  body.pulse-profile-page [class*="cabinet-menu"] {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 18px 0 0 !important;
    position: static !important;
  }
}

/* Recharge: remove texture/background image, buttons white text on translucent black */
.pulse-recharge-panel,
.pulse-recharge-modal .recharge-panel {
  background: rgba(0,0,0,0.82) !important;
  background-image: none !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  box-shadow: 0 18px 44px rgba(0,0,0,0.52) !important;
}

.pulse-recharge-panel::before,
.pulse-recharge-modal .recharge-panel::before {
  border-color: rgba(255,255,255,0.06) !important;
}

.pulse-recharge-method-label,
.pulse-recharge-panel h2:not(.pulse-recharge-title):not(.recharge-panel-title),
.pulse-recharge-panel h3:not(.pulse-recharge-title):not(.recharge-panel-title),
.pulse-recharge-panel h4:not(.pulse-recharge-title):not(.recharge-panel-title),
.pulse-recharge-panel h5:not(.pulse-recharge-title):not(.recharge-panel-title) {
  color: rgba(255,255,255,0.92) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  margin-bottom: 10px !important;
  text-transform: none !important;
}

.pulse-recharge-footer,
.pulse-recharge-footer-host {
  background: transparent !important;
}

.pulse-recharge-btn,
.pulse-recharge-btn--ghost,
.pulse-recharge-btn--gold,
.modal-close-button.pulse-recharge-btn--ghost,
.modal-primary-button.pulse-recharge-btn--gold,
button.modal-close-button.pulse-recharge-btn--ghost,
button.modal-primary-button.pulse-recharge-btn--gold {
  background: rgba(0,0,0,0.55) !important;
  background-image: none !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  color: #af7207 !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02), 0 4px 14px rgba(0,0,0,0.22) !important;
  opacity: 1 !important;
}

.pulse-recharge-btn *,
.pulse-recharge-btn--ghost *,
.pulse-recharge-btn--gold *,
.modal-primary-button.pulse-recharge-btn--gold *,
.modal-close-button.pulse-recharge-btn--ghost *,
.modal-primary-button-text,
.modal-close-button-text {
  color: #af7207 !important;
  opacity: 1 !important;
  text-shadow: 0 2px 6px rgba(0,0,0,0.9) !important;
}

.pulse-recharge-btn:hover,
.pulse-recharge-btn--ghost:hover,
.pulse-recharge-btn--gold:hover,
button.modal-close-button.pulse-recharge-btn--ghost:hover,
button.modal-primary-button.pulse-recharge-btn--gold:hover {
  background: rgba(18,18,18,0.72) !important;
  border-color: rgba(255,255,255,0.20) !important;
  color: #af7207 !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03), 0 6px 18px rgba(0,0,0,0.28) !important;
  filter: none !important;
}
button.modal-primary-button,
.modal-primary-button {
  background: rgba(0, 0, 0, 0.72) !important;
  border: 1px solid rgba(255, 211, 106, 0.55) !important;
  color: #ffd36a !important;
  box-shadow:
    0 0 18px rgba(255, 211, 106, 0.16),
    inset 0 0 0 1px rgba(255, 220, 160, 0.06) !important;
}

/* если текст внутри отдельным узлом */
button.modal-primary-button *,
.modal-primary-button * {
  color: #ffd36a !important;
}

/* чтобы bootstrap не возвращал белый фон */
button.modal-primary-button:hover,
button.modal-primary-button:focus,
button.modal-primary-button:active,
.modal-primary-button:hover,
.modal-primary-button:focus,
.modal-primary-button:active {
  background: rgba(0, 0, 0, 0.82) !important;
  border: 1px solid rgba(255, 211, 106, 0.72) !important;
  color: #ffe18d !important;
  box-shadow:
    0 0 22px rgba(255, 211, 106, 0.24),
    inset 0 0 0 1px rgba(255, 220, 160, 0.10) !important;
  outline: none !important;
}
.modal {
  background: transparent !important;
}

.product-modal {
  background: rgba(0, 0, 0, 0.88) !important;
  border: 1px solid rgba(255, 211, 106, 0.18) !important;
  border-radius: 28px !important;
}
/* профильный sidebar — по центру и на всю ширину */
aside.profile-sidebar.pulse-profile-menu-detected,
.profile-sidebar.pulse-profile-menu-detected,
aside.profile-sidebar,
.profile-sidebar {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;

  margin: 24px auto 0 !important;
  padding: 0 !important;

  background: transparent !important;
  box-sizing: border-box !important;
}

/* если родитель flex/grid мешает */
aside.profile-sidebar.pulse-profile-menu-detected {
  justify-self: stretch !important;
  align-self: stretch !important;
}

/* внутреннее меню растягиваем */
aside.profile-sidebar.pulse-profile-menu-detected > *,
.profile-sidebar > * {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* сам блок меню */
aside.profile-sidebar.pulse-profile-menu-detected .xbox_menu,
aside.profile-sidebar.pulse-profile-menu-detected .ProfileMenu,
aside.profile-sidebar.pulse-profile-menu-detected .ProfileNav,
aside.profile-sidebar.pulse-profile-menu-detected nav,
aside.profile-sidebar.pulse-profile-menu-detected ul,
.profile-sidebar .xbox_menu,
.profile-sidebar .ProfileMenu,
.profile-sidebar .ProfileNav,
.profile-sidebar nav,
.profile-sidebar ul {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}

/* кнопки меню на всю ширину */
aside.profile-sidebar.pulse-profile-menu-detected a,
aside.profile-sidebar.pulse-profile-menu-detected button,
aside.profile-sidebar.pulse-profile-menu-detected .item,
.profile-sidebar a,
.profile-sidebar button,
.profile-sidebar .item {
  width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
  text-align: center !important;
}

/* если контейнер страницы позволяет — ставим блоки один под другим */
@media (min-width: 768px) {
  .profile-page,
  .profile-content,
  .profile-wrapper,
  .profile-layout,
  [class*="profile-page"],
  [class*="profile-layout"] {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }
}
/* HEADER NAV — force initial text colors */
header.wrapper a,
header.wrapper .nav-link,
header.wrapper .menu-link,
header.wrapper .header-link,
header.wrapper .navbar a,
header.wrapper .navbar button,
header.wrapper .navbar span,
header.wrapper .navbar .link,
header.wrapper .navbar .item,
header.wrapper .navbar .menu-item,
header.wrapper .navbar .menu-link,
header.wrapper .navbar .router-link-active,
header.wrapper .navbar .router-link-exact-active {
  color: #f0c75a !important;
  text-decoration: none !important;
}

/* отдельный белый/светлый для неактивных если нужен */
header.wrapper .brand,
header.wrapper .site-title,
header.wrapper .logo-text {
  color: #ffffff !important;
}

/* hover */
header.wrapper a:hover,
header.wrapper .nav-link:hover,
header.wrapper .menu-link:hover,
header.wrapper .header-link:hover,
header.wrapper .navbar a:hover,
header.wrapper .navbar button:hover {
  color: #ffd978 !important;
}

/* если какие-то span внутри ссылок наследуют не тот цвет */
header.wrapper a *,
header.wrapper .nav-link *,
header.wrapper .menu-link *,
header.wrapper .header-link *,
header.wrapper .navbar a *,
header.wrapper .navbar button * {
  color: inherit !important;
}
