﻿

:root{
    --font-family: "Manrope", "Inter", "Segoe UI", Arial, sans-serif;
    --colorRange: #F0F0F0;
    --ScrollFirstColor: #fef7de;
    --ScrollSecondColor: #FE902F;
    --colorAutofill: #f8f9fb;
    --colorAutofillFocus: #f8f9fb;
    --colorAutofillText: #323539;
    --colorAutofillFocusText: #323539;
}

* {
    font-family: var(--font-family);
    font-weight: 400;
    font-style: normal;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.bgOrbs{
  position:fixed; inset:-80px;
  pointer-events:none;
  opacity:.92;
  filter: blur(30px);
  background:
    radial-gradient(420px 300px at 15% 0%, rgba(255,138,31,.18), transparent 62%),
    radial-gradient(520px 360px at 85% 10%, rgba(255,209,102,.14), transparent 62%),
    radial-gradient(560px 420px at 55% 85%, rgba(255,106,0,.10), transparent 68%);
}
.night_theme .bgOrbs{
  opacity:.86;
  background:
    radial-gradient(420px 300px at 15% 0%, rgba(255,178,74,.22), transparent 62%),
    radial-gradient(520px 360px at 85% 10%, rgba(255,224,138,.16), transparent 62%),
    radial-gradient(560px 420px at 55% 85%, rgba(255,138,31,.12), transparent 68%);
}

.custom-input-1.active.night_theme {
    background: #fe902f30;
    border: 1px solid #fe902f;
    color: var(--FirstColorText);
}

img.loading-big {
    margin-left: 37px;
    width: 65px!important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px var(--colorAutofill) inset;
    -webkit-text-fill-color: var(--colorAutofillText);
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px var(--colorAutofillFocus) inset;
    -webkit-text-fill-color: var(--colorAutofillFocusText);
}

.discount-vault, .discount-vault-two {
    position: absolute;
    right: 19px;
    top: -16px;
    font-size: 12px;
    font-weight: 500;
    background: #1ACF66;
    padding: 8px 12px;
    color: white;
    border-radius: 4px;
    transform: translateY(16px);
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;

    &.active{
        opacity: 1;
        transform: translateY(0px);
    }
}


.discount-vault-two {
    right: auto;
}

.discount-product.discount-main{
    display: flex!important;
}

p.edit-range {
    font-weight: 400;
    color: #898989;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

.link-header-a .ico-help,
.links-header-ul .link-header-a[href="/banlist"],
.text-right-info-a {
    display: none !important;
}

a, button, .slider-object, li, .checkbox-main, .edit-range, .change-theme, li, input {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: url('../../../img/cursor-active.png'), auto!important;
}

a.links-menu-li-a {
    display: flex;
}

li.absolute-menu-li {
    display: flex;
}

ul.ul-absolute-menu {
    display: flex;
    flex-direction: column;
    background: #2E2E2E;
    padding: 8px;
    border-radius: 8px;
    width: 216.988px;
    gap: 8px;
}

a.links-menu-li-a {
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 153.523%;
    text-decoration: none;
    width: 100%;
    transition: 0.3s;
    border-radius: 8px;
    background: rgba(161, 161, 161, 0);
    padding: 9px 11px;
}

.message-info-donate {
    width: 435px;
    font-size: 15px;
    font-weight: 400;
    padding: 15px;
}

a.link-auth-b {
    margin-right: 56px;
    display: none;
    text-decoration: none;
    position: absolute;
    right: 28px;
    top: 22px;
}

.absolute-menu {
    position: absolute;
    top: 57px;
    z-index: 1;
    transform: translateY(-12px);
    pointer-events: none;
    opacity: 0;
    transition: 0.4s;
}

a.links-menu-li-a:hover {
    background: rgba(161, 161, 161, 0.12);
    padding-left: 15px;
}

body {
    position: relative;
    overflow-x: hidden;
    background-color: #F6F5FA;
    color: #323539;
    cursor: url('../../../img/cursor.png'), auto;
}

img.logotype-img {
    width: 175px;
}

a.link-header-a {
    color: #858C95;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: relative;
    cursor: pointer;

    &:hover{
        color: #000;
    }

    &:active{
        color: #686868;
    }

    &::after {
        width: 0%;
        content: "";
        background-color: #FE902F;
        pointer-events: none;
        position: absolute;
        height: 2px;
        bottom: -38px;
        transition: 0.3s;
    }

    &:hover:after{
        width: 100%;
    }
    &.mob-el::after{
        bottom: -5px; 
    }
}

.custom-button-1 {
    background: #FE902F;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    text-decoration: none;
    color: #FFF;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    border: none;
    border-radius: 6px;
    gap: 3px;
    transition: 0.3s;
    outline: 5px solid rgba(255, 165, 0, 0);

    &:hover {
        outline: 5px solid rgba(255, 165, 0, 0.26);
    }

    &:active{
        background: #ffa353;
        transform: scale(1.02);
    }

    &.shop-button {
        padding: 9px 20px;
        font-size: 14px;
    }
    
    &.shop-button > img {
        width: 27px;
    }

    &.logout {
        border-radius: 6px;
        background: #FFF;
        border: 1px solid #E5E5E7;
        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
        color: #3A3A3A;
    }

    &.logout:hover {
        outline: 5px solid rgb(189 189 189 / 26%);
    }

    &.load:after {
        background: #FE902F;
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 34px;
        background-image: url(../../../img/loading.svg);
    }
}

a.logotype {
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;

    &:hover {
       transform: scale(1.05);
    }

    &:active {
        transform: scale(1.1);
    }
}

img.loading-avatar {
    position: absolute;
    left: 8px;
    top: 9px;
    transition: 0.3s;
    opacity: 0;

    &.active{
        opacity: 1;
    }
}

.learn-more-slider {
    background: #3A3A3A;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: white;
    height: 47px;
    gap: 5px;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
    border:none;

    outline: 5px solid rgb(58 58 58 / 0%);

    &:hover {
        outline: 5px solid rgb(58 58 58 / 30%);
    }

    & > img {
        transition: 0.3s;
    }

    &:hover > img {
        transform: translateX(3px);
    }

    &:active {
        background: #4d4d4d;
        transform: scale(1.02);
    }
}

.custom-button-2 {
    display: flex;
    border-radius: 6px;
    background: #313335;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
    height: 36px;
    width: 100%;
    cursor: pointer;
    border: none;
    transition: 0.3s;

    outline: 5px solid rgb(58 58 58 / 0%);

    &:hover {
        outline: 5px solid rgb(58 58 58 / 30%);
    }

    & > img {
        transition: 0.3s;
    }

    &:hover > img {
        transform: translateX(3px);
    }

    &:active {
        background: #4d4d4d;
        transform: scale(1.02);
    }

    &.leader-board {
        height: 54px;
    }

    &.leader-board:hover, &.leader-board.active {
        outline: 5px solid rgba(50, 197, 96, 0.22);
        background: #32C560;
    }

    &.slider-2{
        border-radius: 12px;
        background: #0E77AD;
        height: 58px;
    }

    &.support-button {
        background: #0091FF;
        padding: 21px 18px;
        gap: 6px;
    }

    &.support-button:hover {
        outline: 5px solid #0091ff56;
    }

    &.support-button:active {
        background: #00b7ff;
        transform: unset;
    }
}


.circle-slider-object {
    --opacity: 0.3; 
    --width: 16px; 

    border-radius: 1px;
    opacity: var(--opacity);
    background: #FFF;
    height: 3px;
    width: var(--width);
    cursor: pointer;
    transition: 0.3s;
    border-radius: 1px;

    box-shadow: 0 0 10px black, 0 0 5px black;

    &:hover{ 
        --opacity: 0.6;
    }

    &.active{
        --width: 24px; 
        --opacity: 1;
    }

}

.object-user-a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 17px;
    margin-bottom: 15px;
    position: relative;

    &:after {
        width: 100%;
        height: 1px;
        background: #E5E5E7;
        position: absolute;
        content: "";
        bottom: -1px;
    }

    &:last-child:after {
        width: calc(100% + 42px);
        left: -21px;
        height: 1px;
        background: #E5E5E7;
        position: absolute;
        content: "";
        bottom: -1px;
    }
}

a.social-header-a {

    --background: red;
    
    display: flex;
    background: var(--background);
    width: 100%;
    text-decoration: none;
    align-items: center;
    padding: 15px;
    justify-content: space-between;
    gap: 10px;
    border-radius: 8px;
    transition: 0.3s;
    outline: 5px solid rgb(57 150 255 / 0%);

    &:active {
        transform: scale(1.02);
    }

    &.online-a {
        --background: #7e4bcf;
        
        &:hover {
            outline: 5px solid rgba(166, 98, 255, 0.4);
        }
    }

    &.discord-a {
        --background: #626EFF;
        
        &:hover {
            outline: 5px solid rgb(98 110 255 / 40%);
        }
    }

    &.vk-a{
        --background: #3996FF;

        &:hover {
            outline: 5px solid rgb(57 150 255 / 40%);
        }
    }

    &.tg-a{
        --background: #2AABEE;

        &:hover {
            outline: 5px solid rgb(42 171 238 / 40%);
        }
    }
}

.link {
    color: #313335;
    cursor: pointer;
    transition: 0.3s;

    &:hover {
        color: #4b4d50;
    }

    &:active {
        transform: scale(1.02);
    }
}

.link-a-footer {
    color: #2979C9;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;

    &:hover {
        color: rgb(94, 157, 250);
    }

    &:active {
        transform: scale(1.02);
    }
}

a.link-footer-a {
    color: #858C95;
    font-size: 12px;
    font-weight: 500;
    line-height: 18.2px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;

    &:hover {
        color: #4b4d50;
    }

    &:active {
        transform: scale(1.02);
    }
}

.object-shop {
    height: 394px;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s;
    position: relative;

    &:hover{
        transform: translateY(-10px);
    }
}

.left-top-block-bottom {
    display: flex;
    align-items: center;
}

h4.h4-info {
    color: #3A3A3A;
    font-size: 16px;
    font-weight: 600;
}

svg.ico-info {
    position: absolute;
    color: #FCFCFC;
    left: 7%;
    top: 15px;
    cursor: pointer;
    height: auto;
    transition: 0.3s;
    width: 21px;
    filter: drop-shadow(2px 4px 10px #323232);
    
    &:hover{
        transform: scale(1.1);
    }
}

a.link:hover {
    color: #fe902f;
}

.right-content-block-bottom {
    border-radius: 9px;
    border: 1px solid #E5E5E7;
    background: #FFF;
}

.discount-product {
    position: absolute;
    right: 19px;
    top: 12px;
    background: #F44336;
    color: white;
    padding: 6px 14px;
    border-radius: 9px;
    filter: drop-shadow(2px 4px 6px #626262);
    font-weight: 600;
    font-size: 16px;
    display: none;
}

img.ico-moon {
    position: absolute;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-15px);
}

img.ico-sun {
    position: absolute;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-15px);
}

.change-theme.night > .ico-sun {
    opacity: 1;
    transform: translateX(0px);
}

.change-theme.light > .ico-moon {
    opacity: 1;
    transform: translateX(0px);
}

.change-theme {
    position: fixed;
    top: 14%;
    left: 0;
    background: #313335;
    padding: 12px 17px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    width: 68px;
    cursor: pointer;
    height: 60px;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
}

.change-theme {
    display: none !important;
}

img.payment-ico:hover {
    filter: grayscale(0);
}

.title-category {
    color: #323539;
    font-size: 16px;
    font-weight: 600;
    padding: 0px 28px;
    line-height: 20px;
    letter-spacing: 0.2px;
}

li.category-object {
    color: #858C95;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    height: 46px;
    padding-left: 28px;
    border-left: 3px solid #ffffff00;
    display: flex;
    cursor: pointer;
    width: 100%;
    align-items: center;
    transition: 0.2s;
    gap: 9px;
    position: relative;
    &:hover, &.active  {
        padding-left: 32px;
        border-color: #FE902F;
        background: #FFF5ED;
        color: #FE902F;
    }
}

li.category-object > img {
    height: 60%;
}



li.server-object {
    color: #858C95;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    height: 46px;
    padding-left: 28px;
    border-left: 3px solid #ffffff00;
    display: flex;
    cursor: pointer;
    width: 100%;
    align-items: center;
    transition: 0.2s;
    gap: 9px;
    position: relative;
    &:hover, &.active  {
        padding-left: 32px;
        border-color: #FE902F;
        background: #FFF5ED;
        color: #FE902F;
    }
}

li.server-object > img {
    height: 60%;
}

::-webkit-scrollbar {
    height: 4px;
    width: 4px
}

::-webkit-scrollbar-track,::-webkit-scrollbar-track-piece {
    background: var(--ScrollFirstColor);
    border-radius: 12px
}

::-webkit-scrollbar-corner,::-webkit-scrollbar-thumb {
    background: var(--ScrollSecondColor);
    border-radius: 4px
}

::-webkit-resizer {
    background: var(--ScrollSecondColor);
    border-radius: 4px
}

.avatar-user-wrapper {
    max-width: 48px;
    max-height: 47px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20%;
    padding: 4px;
    cursor: pointer;
    --gradient-angle: 0deg;
    --gradient-color-1: lime;
    --gradient-color-2: green;
    background-image: linear-gradient(var(--gradient-angle), var(--gradient-color-1), var(--gradient-color-2));

    &.banned {
        --gradient-color-1: red;
        --gradient-color-2: darkred;
    }
}

.avatar-user-img-wrapper {
    border-radius: 20%;
    aspect-ratio: 1 / 1;
    padding: 4px;
    background: #FE902F;
}

img.avatar-user-img {
    width: 100%;
    height: 100%;
}

.right-profile-r {
    cursor: pointer;
}

.profile-right {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.profile-right.active > .absolute-menu {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: all;
}

a.link-footer-social-footer {
    cursor: pointer;
    transition: 0.3s;

    &:hover{
        transform: scale(1.1);
    }
}

.buttons-content-hum > .auth-top-li {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.buttons-content-hum > .auth-top-li > .profile-right {
    order: -1;
}

p.nickname {
    color: #4B5162;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

p.balance {
    color: #858C95;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.object-input.prefix {
    display: none;
}

.category-shop {
    padding: 24px 0px;
    border: 1px solid #E5E5E7;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    border-radius: 12px;
}

.legacy-mode-list {
    display: none;
    width: 100%;
    gap: 10px;
}

.legacy-mode-button {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #ECECEF;
    background: #FAFAFB;
    border-radius: 12px;
    padding: 12px 14px;
    cursor: pointer;
    transition: 0.2s;
    text-align: left;
}

.legacy-mode-button:hover,
.legacy-mode-button.active {
    border-color: #FE902F;
    background: #FFF7EF;
}

.legacy-mode-button img {
    width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
}

.legacy-mode-button-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.legacy-mode-button-title {
    color: #313335;
    font-size: 14px;
    font-weight: 700;
}

.legacy-mode-button-subtitle {
    color: #858C95;
    font-size: 11px;
    font-weight: 600;
}

/*Slider open*/

.absolute-image-background-sub {
    position: absolute;
    background-image: url(/img/sub/background-slider.png);
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center;
    pointer-events: none;
}

.sub-slider {
    height: 574px;
    border-radius: 10px;
    margin-top: 35px;
    background: linear-gradient(rgb(42, 171, 238) 0%, rgb(40, 159, 220) 100%);
    display: flex;
    position: sticky !important;
    justify-content: flex-start;
    overflow: hidden;
    display: flex;
    align-items: center;
    transition: background .2s;
}

.slider-circles-absolute {
    position: absolute;
    display: flex;
    bottom: 49px;
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 2;
}
.header-top-slider-absolute {
    background-repeat: repeat-x;
    background-image: url(../../../img/header-top-slider.svg);
    width: 100%;
    height: 198px;
    position: absolute;
    top: 0;
    z-index: 0;
    pointer-events: none;
}
.sub-slider.absolute {
    position: absolute!important;
}

.slide-sub {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 271px;
    padding: 27px;
    gap: 17px;
}

img.sub-slide-image-top {width: 43px;height: 43px;margin-top: 25px;}

h3.sub-text-slide-h3 {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    word-break: break-word;
    font-weight: 700;
}

p.sub-text-slide-p {
    color: rgba(255, 255, 255, 0.78);
    text-align: center;
    font-size: 14px;
    max-width: 222px;
    font-weight: 600;
    line-height: 23.5px;
    word-break: break-word;
    margin-bottom: 11px;
}

.circle {
    background-image: url(../../../img/slide.svg);
    width: 24px;
    height: 25px;
    margin-left: 14px;
    background-position: center;
    margin-right: 14px;
    transition: 0.3s;
    cursor: pointer;
    background-repeat: no-repeat;
}

.circle.active {
    background-image: url(../../../img/slide-active.svg);
}

img.vk.footer-obj {
    width: 39px;
}

img.telegram.footer-obj {
    width: 42px;
    margin-top: 2px;
}

.header-slide {
    width: 100%;
    height: 413px;
    flex-shrink: 0;
    border-radius: 10px;
    background: var(--main_color);
    margin-top: 34px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    justify-content: space-around;
}

h1.text-header-slide-1 {
    color: #FFF;
    text-align: center;
    
    font-size: 48px;
    
    margin-bottom: 16px;
    font-weight: 700;
}

p.text-header-slide-2 {
    color: #FFF;
    text-align: center;
    
    font-size: 18px;
    
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 19px;
}

img.absolute-sub.slide_1 {
    width: 123px;
    margin-bottom: 27px;
    animation: animation1 3s linear infinite;
}

img.arrow-right-slide {
    width: 25px!important;
    height: 18px;
}

/*Slider close*/

img.donate-image {
    width: 100%;
    aspect-ratio: 250 / 233;
    pointer-events: none;
}

.shop-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.legacy-catalog-panel {
    border-radius: 12px;
    border: 1px solid #E5E5E7;
    background: linear-gradient(180deg, #ffffff 0%, #fff8ef 100%);
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.04);
    padding: 24px;
    margin-bottom: 26px;
}

.legacy-catalog-panel--hidden {
    display: none;
}

.legacy-catalog-panel__head {
    margin-bottom: 18px;
}

.legacy-catalog-panel__eyebrow {
    color: #FE902F;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 8px;
}

.legacy-catalog-panel__title {
    color: #313335;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 10px;
}

.legacy-catalog-panel__text {
    color: #667085;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    max-width: 760px;
}

.legacy-catalog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.legacy-product-card {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #ECECEF;
    background: #FFF;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.legacy-product-card__media {
    width: 100%;
    aspect-ratio: 250 / 180;
    object-fit: cover;
    background: linear-gradient(135deg, #F7F7F8 0%, #ECECEF 100%);
}

.legacy-product-card__body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.legacy-product-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
}

.legacy-product-card__badge {
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 700;
    background: #FFF2E2;
    color: #C96E1D;
}

.legacy-product-card__badge.warning {
    background: #FFF5E6;
    color: #E88411;
}

.legacy-product-card__title {
    color: #313335;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

.legacy-product-card__description {
    color: #667085;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
    flex: 1;
}

.legacy-product-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.legacy-product-card__price {
    color: #313335;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.legacy-shop-button {
    min-width: 140px;
}

.legacy-catalog-empty {
    grid-column: 1 / -1;
    border-radius: 14px;
    background: #FFF;
    border: 1px dashed #E5E5E7;
    padding: 24px;
    color: #667085;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 1180px) {
    .legacy-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .legacy-catalog-grid {
        grid-template-columns: 1fr;
    }

    .legacy-catalog-panel {
        padding: 18px;
    }
}

.object-stats-a {
    display: flex;
    gap: 18px;
}

p.text-allert {
    color: #66778F;
    font-size: 12px;
}

svg.ico-allert {
    color: #66778F;
}

a.link-allert {
    color: #66778F;
    transition: 0.3s;
    cursor: pointer;
}

a.link-allert:hover {
    color: #3f4957;
}

.info-allert {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #2979c924;
    padding: 10px 12px;
    width: 100%;
    border-radius: 9px;
    margin-top: 20px;
}

.object-stats-a-left {
    border-radius: 6px;
    background: #FFF;
    width: 80%;
    display: flex;
    height: 57px;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    padding-left: 30px;
}

.object-stats-a-right {
    display: flex;
    border-radius: 6px;
    background: #32C560;
    align-items: center;
    justify-content: center;
    height: 57px;
    gap: 6px;
    width: 20%;
}

.modal-form-cubes > .content-block-1 > .group-content-block-1 {
    display: flex;
    flex-direction: column;
    gap: 31px;
}

.modal-form-cubes > .content-block-1 > .group-content-block-1 > .right-group-block-2 {
    width: 100%;
}

.modal-form-cubes {
    position: relative;
    margin: auto;
}

img.cube-ico {
    width: 30.313px;
    height: 27.375px;
}

.checkbox-main.error > .left-checkbox > .checkbox {border: 2px solid #fa9189;background: #f443362b;}
.checkbox-main.error > p {
    color: #ff645a!important;
}

p.stats-p {
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    line-height: 87.3%;
}

p.num-user {
    color: #858C95;
    font-size: 14px;
    font-weight: 700;
    line-height: 87.3%;
    letter-spacing: 0.42px;
    min-width: 21px;
}

p.nickname-user {
    color: #3A3A3A;
    font-size: 14px;
    font-weight: 500;
    line-height: 87.3%;
}

.group-info-stats-objects {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 49px;
}

.footer-block {
    border-radius: 17px;
    background: #FFF;
}

footer.footer-main {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 50px;
}

p.title-donate {
    color: #313335;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    opacity: 0.7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.group-don-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

p.cost-p-discount {
    position: absolute;
    top: -15px;
    font-size: 13px;
    font-weight: 700;
    opacity: 0.4;
    left: 0;
    text-decoration: line-through;
    color: #6F7172;
    z-index: 1;
    border-radius: 9px;
}

.cost {
    position: relative;
}

p.cost {
    color: #313335;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.25px;
}

.shop-main {
    display: flex;
    gap: 25px;
    margin-top: 35px;
}

.left-shop {
    width: 19%;
}

.donate-block-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding: 7%;
}

img.background-absolute-slide-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    object-fit: cover;
}

.sliders-objects {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.category-list {
    width: 100%;
}

h2.h2-stats-info {
    color: #323539;
    font-size: 22px;
    font-weight: 500;
    line-height: 23px;
}

p.p-stats-info {
    color: #858C95;
    font-size: 14px;
    font-weight: 500;
    line-height: 176.7%;
}

ul.leader-board-ul {
    display: flex;
    gap: 28px;
}

.right-stats-info {
    width: 100%;
}

.top-stats-info {
    display: grid;
    gap: 24px;
    max-width: 647px;
}

.stats-info-block {
    margin-top: 92px;
    display: flex;
    gap: 98px;
}

.guild-background-wrapper {
    position: relative;
    margin-top: 119px;
    pointer-events: none;
}

li.leader-board-li {
    display: flex;
}

.right-shop {
    width: 81%;
}

ul.servers-list {
    width: 100%;
}



.list-last-buy {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 14px;
    align-items: stretch;
    width: 100%;
    padding: 0 50px 30px;
}

.list-last-buy__empty {
    color: #858C95;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    grid-column: 1 / -1;
}

.list-object-buy {
    min-width: 0;
    border-radius: 16px;
    background: #FAFAFB;
    padding: 14px 12px 16px;
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 8px;
    min-height: 138px;
}

.list-object-buy__time {
    color: #858C95;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

.list-object-buy__avatar {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    image-rendering: pixelated;
}

.list-object-buy__player,
.list-object-buy__item {
    color: #3A3A3A;
    font-size: 14px;
    line-height: 1.25;
    margin: 0;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.list-object-buy__player {
    font-weight: 600;
    -webkit-line-clamp: 1;
}

.list-object-buy__item {
    font-weight: 700;
    -webkit-line-clamp: 2;
}

body.night_theme .list-object-buy,
.list-object-buy.night_theme {
    background: #282828;
    border: 1px solid #3f3f3f;
}

body.night_theme .list-object-buy__time,
.list-object-buy__time.night_theme {
    color: #b1b1b1;
}

body.night_theme .list-object-buy__player,
body.night_theme .list-object-buy__item,
.list-object-buy__player.night_theme,
.list-object-buy__item.night_theme {
    color: #fff;
}

body.night_theme .list-last-buy__empty,
.list-last-buy__empty.night_theme {
    color: #b1b1b1;
}

img.universal-studio {
    width: 106px;
}

a.universal-studio-link {
    text-decoration: none;
    display: flex;
    cursor: pointer;
    transition: 0.3s;

    &:hover{
        transform: scale(1.05);
    }
}

.top-block-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 50px;
    flex-wrap: wrap;
    gap: 10px;
}

p.text-right-info-a {
    color: #858C95;
    font-size: 12px;
    font-weight: 500;
    line-height: 39px;
}

newcost.old-cost-main {
    text-decoration: line-through;
    font-size: 17px;
    opacity: 0.7;
}

.group-right-inputs {
    display: grid;
    gap: 10px;
}

cb {
    color: #3A3A3A;
    font-weight: 500;
}

ul.socials-list-header {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

li.social-header-li {
    display: flex;
    width: 100%;
    height: 76px;
}

.left-socials-header-a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

img.social-ico {
    width: 24px;
    pointer-events: none;
}

p.text-social {
    color: #FFF;

    font-size: 14px;

    font-weight: 700;
    line-height: 28px;
}

.right-socials-header-a {
    color: #FFF;
    font-size: 14px;

    font-weight: 600;
    line-height: 28px;
    gap: 5px;
    border-radius: 25px;
    /* min-width: 90px; */
    padding: 3px 12px;
    display: flex;
    justify-content: center;
    background: rgba(255, 255, 255, 0.11);
}

img.ico-users {
    pointer-events: none;
}

li.auth-top-li {
    display: flex;
    gap: 13px;
}

img.slider-absolute-background-1 {
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.slider-object-main {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 45%, #f97316 100%);

    position: relative;
    border-radius: 16px;
    height: 429.234px;
    overflow: hidden;
}

.content {
    display: flex;
    justify-content: center;
}

.text-h5 {
    color: #FFF;
    font-size: 40px;
    font-weight: 600;
    line-height: 55.8px;
    max-width: 570px;
}

.text-h5-description {
    color: #FFF;
    font-size: 14px;

    font-weight: 500;
    line-height: 151.9%;
    max-width: 462.038px;
}

section.slider-object {
    display: flex;
    position: relative;
    align-items: center;
    height: 100%;
    transition: 0.2s;
    width: 100%;
    min-width: 100%;
    justify-content: flex-start;
    opacity: 0;
}

section.slider-object.active {
    opacity: 1;
}

img.news-image-slider {
    position: absolute;
    right: 0px;
    bottom: -1px;
    height: 100%;
    pointer-events: none;
}

h4.h4-block {
    color: #323539;

    font-size: 14px;

    font-weight: 600;
    line-height: 24px;
    margin-bottom: 32px;
}

p.login-user-a {
    color: #323539;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
}

p.top-info-a {
    color: #858C95;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    letter-spacing: -0.1px;
}

.right-data-user {
    color: #313335;
    font-size: 12px;

    font-weight: 500;
    line-height: 22px;
    border-radius: 25px;
    padding: 2px 11px;
    background: #F5F5F5;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-block-top {
    border-radius: 16px;
    padding: 17px 21px;
    display: grid;
    border: 1px solid #E5E5E7;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
}

img.ico-rub, img.ico-bonus {
    width: 40px;
}

.vault-top-a {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

p.text-vault {
    color: #323539;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.1px;
}

p.text-vault-sum {
    color: #313335;
    font-size: 26px;
    font-weight: 500;
    line-height: 36px; /* 138.462% */
    letter-spacing: -0.39px;
}

.vault-block {
    border-radius: 10px;
    border: 1px solid #E5E5E7;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    justify-content: space-between;
    padding: 16px;
    min-width: 212px;
    position: relative;
}

.range-info-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.vault-bottom-a {
    display: flex;
    gap: 7px;
    flex-direction: column;
    align-items: flex-start;
}

.group-content-block-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 84px;
}

.group-block {
    display: flex;
    align-items: center;
    gap: 22px;
}

p.text-licence-1 {
    color: #858C95;

    font-size: 12px;

    font-weight: 400;
    line-height: 140.74%;
    max-width: 440px;
}

.range-object {
    display: grid;
    gap: 26px;
}

p.range-text-right {
    display: none;
}

.left-group-block-1 {
    display: grid;
    gap: 25px;
}

.left-data-user {
    display: flex;
    gap: 22px;
    align-items: center;
    justify-content: center;
}

.content-block-group {
    display: flex;
    gap: 20px;
    margin-top: 26px;
}

.left-content-block {
    width: 24%;
}

.right-content-block {
    display: flex;
    gap: 20px;
    flex-direction: column;
    width: 75%;
}

.object-input.custom-input > img {
    display: none!important;
}

.object-input.custom-input > input {
    padding-left: 15px!important;
}

.object-input.custom-input.custom-input-image > input {
    padding-left: 51px!important;
}

.object-input > .custom_input_image {
    display: none;
    position: absolute;
    left: 16px;
    top: 16px;
    width: 26.056px;
    height: 27.14px;
    transition: 0.3s;
}

.object-input.custom-input.custom-input-image > .custom_input_image {
    display: flex!important;
}

.right-content-block-bottom {
    position: relative;
    overflow: hidden;
    padding-bottom: 34px;
    min-height: 253px;
}

.users-list-a {
    display: grid;
}

p.text-down-info {
    color: #858C95;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}

img.arrow-down {
    animation: arrow 1.2s linear infinite;
}


.content-block-1 {
    border-radius: 9px;
    border: 1px solid #E5E5E7;
    background: #FFF;
    padding: 39px 50px;
}

h3.text-block-h3 {
    color: #313335;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
}

p.text-block-p {
    color: #858C95;
    font-size: 12px;

    font-weight: 400;
    line-height: 140.74%;
    max-width: 714px;
}

section.content-block-section {
    display: grid;
    gap: 25px;
}

/*Range style open*/
.range-slide {
    background-image: url(../../../img/slider-scale.svg);
    width: 100%;
    height: 10px;
    margin-top: 5px;
}

input[type="range"] {
    -webkit-appearance: none;
    margin-right: 15px;
    width: 200px;
    height: 7px;
    background: var(--colorRange);
    border-radius: 5px;
    background-image: linear-gradient(#FE902F, #FE902F);
    background-size: 70% 100%;
    background-repeat: no-repeat;
}

img.image-info {
    width: 70px;
    border-radius: 8px;
    height: 70px;
}

.info-panel {
    width: 470px;
    background: white;
    border-radius: 8px;
    padding: 31px;
    position: relative;
}

.render-products-hide {
    display: none;
}

.scroll-new::-webkit-scrollbar {
    width: 2px;
}
.scroll-new::-webkit-scrollbar-thumb {
    background-color: #FE902F;
}
.scroll-new::-webkit-scrollbar-track {
    background: #D9D9D9;
}

.message-info {
    margin-top: 25px;
    color: #6d6d6d;
    font-weight: 400;
    font-size: 14px;
}

.top-info-donate {
    display: flex;
    align-items: center;
    gap: 21px;
}

p.text-donate {
    align-items: center;
    font-weight: 600;
    font-size: 16px;
}

li.info-donate-li {color: #858C95;margin-left: 19px;font-size: 12px;}

ul.info-donate-ul {display: grid;gap: 15px;}

.info-donate {margin-top: 22px;}

.swal2-modal > .swal2-title {
    font-size: 19px!important;
}

.swal2-modal > .swal2-html-container {
    font-size: 16px;
    font-weight: 300;
}

input#range {
    width: 100%;
}

input#rangevalue {
    width: 100%;
    margin-top: 12px;
    height: 60px;
}

.custom-button-2.select_payment {
    display: none;
}
  
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 4px solid #FE902F;
    background: #C2600A;
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 white;
    transition: background .3s ease-in-out;
}

input[type=range]::-webkit-slider-runnable-track  {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}
/*Range style close*/

.down-info {
    display: flex;
    gap: 13px;
    align-items: center;
    margin-bottom: 35px;
    margin-top: 35px;
}

/*Slider-Own-1 open*/
.object-last-buy {
    height: 138px;
    border-radius: 8px;
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

img.avatar-img {
    width: 37px!important;
}

p.time-buy {
    color: #858C95;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

p.user-login {
    color: #858B98;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

p.donate-name {
    color: #3A3A3A;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    max-width: 81%;
    text-overflow: ellipsis;
}
button.owl-dot {
    border-radius: 1px;
    opacity: 0.3;
    background: #FFF;
    width: 16px;
    height: 3px;
    border: none;
    outline: none;
    transition: 0.3s;
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 269px;
    gap: 7px;
    position: absolute;
    bottom: 66px;
}

button.owl-dot.active {
    opacity: 1;
    width: 24px;
}
/*Slider-Owl-1 close*/

.slider-circles {
    position: absolute;
    right: 80px;
    bottom: 34px;
    display: flex;
    gap: 6px;
}

.slider-main {
    width: 100%;
    height: 100%;
    display: flex;
    transition: 0.5s;
}

.slider-top {
    width: 100%;
    height: 100%;
}

.slider-left {
    display: grid;
    justify-items: start;
    gap: 20px;
    position: relative;
    padding-left: 80px;
    z-index: 1;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: white;
    height: 92.188px;
    margin-top: 50px;
    border-radius: 16px;
    padding: 0px 82px;
    margin-bottom: 35px;
    position: relative;
}

.left-info-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

svg.ico-help {
    position: absolute;
    right: -25px;
}

.border {
    width: 1422px;
}

.header {
    display: flex;
    justify-content: center;
}

li.links-header-li {
    display: flex;
    align-items: center;
}

ul.links-header-ul {
    display: flex;
    align-items: center;
    gap: 33px;
}

/*Footer*/
p.text-info-footer {
    color: #858C95;
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
}

.top-text-footer-a {
    color: #313335;
    font-size: 16.827px;
    font-weight: 600;
    line-height: 17.78px;
}

.text-info-b {
    color: #858C95;
    font-size: 12px;
    font-weight: 500;
    line-height: 18.2px;
    text-decoration: none;
    transition: 0.3s;
}

a.custom-link-1 {
    color: #656565;
    cursor: pointer;
    transition: 0.3s;

    &:hover{
        color: #8a8a8a;
    }
}

li.payment-list-li {
    display: flex;
}

ul.payment-list-footer {
    display: flex;
    align-items: center;
    gap: 25px;
}

img.social-ico-footer {
    display: flex;
}

li.link-footer {
    display: flex;
}

ul.group-ul-links {
    display: flex;
    gap: 10px;
}

img.avatar-user {
    width: 37px;
    height: 40px;
}

li.footer-li {
    display: flex;
}

a.link-footer-social {
    display: flex;
}

.object-footer-a {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
}

ul.link-footer-ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.footer-group-a {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 60px 50px;
    justify-items: center;
}
/*Footer close*/

img.background-absolute-main {
    position: absolute;
    /* top: 64%; */
    top: 615px;
    z-index: -1;
    pointer-events: none;
    width: 100%;
}

/*Humburger Style Open*/
.humburger-menu {
    width: 65%;
    height: 100%;
    position: fixed;
    background: #ffffff;
    z-index: 2;
    pointer-events: none;
    backdrop-filter: blur(9px);
    transition: 0.3s;
    transform: translateX(-100%);
    opacity: 0;
}
body.hidden {
    overflow: hidden;
}
.humburger-menu.active {
    opacity: 1;
    transform: translateX(0px);
    pointer-events: all;
}
ul.hum-links {
    display: flex;
    gap: 30px;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.humburger-content {
    height: 100%;
    width: 100%;
    align-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
/*Payment open*/
.right-info-payment-b.custom-scroll {
    max-height: 302px;
    overflow: auto;
}
.method-payment {
    display: grid;
    gap: 20px;
    margin-bottom: 25px;
}
.payment-object-a.active:after {
    transform: scale(1);
    opacity: 1!important;
}
img.payment-image{
    position: absolute;
    transform: scale(0);
    transition: 0.3s;
    /* width: 63px; */
    max-width: 50%;
}
img.payment-ico.ico-2-payment {
    width: 113px;
}
.payment-image.active{
    transition: 0.6s;
    transform: scale(1);
}
.payment-panel {
    background: white;
    padding: 40px;
    position: relative;
    border-radius: 17px;
    width: 869px;
    display: grid;
    gap: 23px;
    margin: auto;
}
h4.payment-h4 {
    color: #313335;
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
}

.buttons-content-hum > li > div > .absolute-menu {
    bottom: 64px;
    top: auto;
}

.right-payment-panel {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
}

p.text-left.checkbox-payment {
    color: #858C95;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    transition: 0.3s;
}

p.text-title {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    opacity: 0.8;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

p.text-cost {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
     /* 0% */
    letter-spacing: 0.25px;
    z-index: 1;
}

img.logotype-img {
    width: 110px;
    transform: translateY(-3px);
}

.left-payment-panel {
    background-image: url(/img/donates/bound.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 304px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 15px 18px;
    gap: 3px;
    position: relative;
}

.top-payment-panel {
    grid-template-columns: 0.8fr 1fr;
    gap: 32px;
    display: grid;
    width: 100%;
    height: inherit;
}

.left-payment-panel:after {
    content: "";
    position: absolute;
    width: 100%;
    border-radius: 18px;
    height: 100%;
    opacity: 0.2;
    background: linear-gradient(to top, black -15%, transparent 90%);
    opacity: 0.8;
    left: 0;
    top: 0;
}

input#payment_login {
    padding-left: 51px;
}

img.payment-ico.footer-payment {
    filter: grayscale(0);
}

.tilte-payment {
    color: #313335;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
}
.group-payment {
    display: grid;
    gap: 25px;
}
.payemnt-group-object {
    display: grid;
    gap: 19px;
}
.title-payment-group {
    color: #858C95;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}
.list-payment-group {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    display: grid;
}
.title-payment-group {
    color: #858C95;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}
.tilte-payment {
    color: #313335;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
}
.payment-object-a {
    border-radius: 12px;
    background: #F8F9FB;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 111px;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    filter: grayscale(1);
    letter-spacing: 0;
}

.payment-object-a:hover, .payment-object-a.active {
    filter: grayscale(0);
}

.payment-object-name {
    transition: inherit;
}

.payment-object-subtext {
    font-size: 9pt;
}

.payment-object-a:hover > .payment-object-name, .payment-object-a.active > .payment-object-name {
    letter-spacing: 1px;
    font-size: 14pt;
}

.payment-confirm > .custom-button-1 {
    width: 100%;
    height: 52px;
}

.object-input.count {
    display: none;
}

p.text-helper {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 6px;
    color: #919192;
}

.payment-object-a:after {
    background-image: url(../../../img/payment/payments/active.svg);
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    top: 12px;
    right: 12px;
    transition: 0.3s;
    transform: scale(0);
}

.payment-object-a.active:after {
    transform: scale(1);
    opacity: 1 !important;
}

/*Payment close*/
.buttons-content-hum {
    width: 100%;
    padding: 30px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.right-humburger {
    display: none;
}
#menu__toggle {
    opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
    left: 0 !important;
}
.menu__btn {
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1;
    right: 25px;
    top: 44px;
}
.menu__btn > span, .menu__btn > span::before, .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #313335;
    transition-duration: .25s;
}
.menu__btn > span::before {
    content: '';
    top: -13px;
}
.menu__btn > span::after {
    content: '';
    top: 13px;
}
.links-header-ul.mob-el {
    display: grid;
    gap: 42px;
    justify-items: center;
    align-items: center;
}
/*Humburger Style CLOSE*/

/*Payment Period*/

input#payment_login_period {
    padding-left: 51px;
}

.group-right-inputs.periods-grpup {
    margin-top: 30px;
    margin-bottom: 16px;
}

.period-object {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #E5E5E7;
    background: #F8F9FB;
    height: 191px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 46px;
    gap: 33px;
    transition: 0.3s;
    user-select: none;
}

.group-periods {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.absolute-discount-period {position: absolute;border-radius: 8px;background: #FF5F00;color: #FFF;font-size: 12px;font-weight: 600;text-transform: uppercase;padding: 6px;top: -14px;right: 16px;}

p.period-object-title {
    color: #323539;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

p.text-cost-a {
    color: #858C95;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

p.period-object-cost {
    color: #323539;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

.group-info-cost {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.button-select {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-radius: 0px 0px 8px 8px;
    background: #323539;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    transition: 0.3s;
}

span.ico-cross {
    position: absolute;
    transition: 0.3s;
}

span.ico-success {
    position: absolute;
    transition: 0.3s;
    opacity: 0;
    transform: translateY(10px) scale(0);
}

.period-object:hover {transform: translateY(-10px);}

.group-info-payment-b {
    grid-template-columns: 0.8fr 1fr;
    gap: 32px;
    display: grid;
    width: 100%;
    height: inherit;
}

.period-object.active > .button-select {
    background: #FE902F;
}

.period-object.active > .button-select > .ico-cross {
    opacity: 0;
    transform: translateY(-10px) scale(0);
}

.period-object.active > .button-select > .ico-success {
    opacity: 1;
    transform: translateY(0px) scale(1);
}

.period-object.active {
    transform: translateY(-10px);
}

.cost-block-period {
    display: flex;
    align-items: center;
    gap: 5px;
}

p.period-object-cost-old {
    color: #858C95;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    text-decoration-line: line-through;
}

.top-info-form-step {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    gap: 9px;
    margin-top: 27px;
}

svg.block-line {
    width: 100%;
    height: 4px;
}

.block-num {
    border-radius: 20px;
    border: 1px solid #E5E5E7;
    min-width: 32px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #858C95;
    font-weight: 500;
    transition: 0.3s;
}

.block-num.active {
    background: #FE902F;
    color: white;
    border: 1px solid #FE902F!important;
}

p.text-info-step {
    color: #858C95;
    font-size: 12px;
    font-weight: 500;
    transition: 0.3s;
}

.top-info-form-step-string {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: -8px;
    margin-bottom: 18px;
}

p.text-info-step.active {
    color: #323539;
}



/*Payment Period*/


@media (min-width: 1210px) and (max-width: 1499px) {
    body {
        zoom: 0.85;
    }
}

@media (min-width: 1175px) and (max-width: 1210px) {
    body {
        zoom: 0.8;
    }
}

@media (max-height: 900px) {
    .absolute-form.payment {
        display: flex;
        align-items: flex-start;
        padding-top: 10%;
    }
    
    .payment-panel {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}

@media (max-width: 1175px) {
    a.link-header-a {
        font-size: 12px;
    }
    .border {
        width: calc(100% - 40px);
    }
    .content-block-group {
        flex-direction: column;
    }
    .left-content-block {
        width: 100%;
    }
    .right-content-block {
        width: 100%;
    }
    img.news-image-slider {
        display: none;
    }
    
    .slider-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 40px;
        padding-right: 40px;
        width: 100%;
    }
    .rating {
        min-height: 907px;
    }
    .content-block-1 {
        padding: 24px 28px;
    }
    .header-top {
        padding: 0px 25px;
    }
    h5.text-h5 {
        text-align: center;
    }
    p.text-h5-description {
        text-align: center;
    }
    h5.text-h5 {
        font-size: 34px;
        line-height: 44px;
    }
    .group-content-block-1 {
        gap: 20px;
    }
    .sub-slider {
        display: none;
    }
    .shop-main {
        display: flex;
        flex-direction: column;
    }
    .left-shop {
        width: 100%;
    }
    .right-shop {
        width: 100%;
    }
    .stats-info-block {
        flex-direction: column;
    }
    .guild-background-wrapper {
        display: none;
    }
    .stats-info-block {
        gap: 33px;
        margin-top: 33px;
    }
    .header-top {
        margin-top: 32px;
    }
    .object-shop {
        height: auto;
    }
    .footer-group-a {
        grid-template-columns: repeat(2, 1fr);
        justify-items: unset;
        padding: 25px;
    }
    .object-footer-a:nth-child(2n) {
        display: flex;
        align-content: flex-end;
        align-items: flex-end;
        text-align: right;
    }
    .object-footer-a:nth-child(2n) >  {
        display: flex;
        align-content: flex-end;
        align-items: flex-end;
        text-align: right;
    }
    .object-footer-a:nth-child(2n) > ul {
        display: flex;
        align-items: flex-end;
    }
    .text-h5 {
        text-align: center;
    }
}
@media (min-width: 1151px) {
    .humburger-menu.active {
        display: none;
    }
}
@media (max-width: 1150px) {
    a.link-auth-b {
        display: flex;
    }
    ul.links-header-ul.head-pc {
        display: none;
    }
    .right-humburger {
        display: flex;
    }
    ul.auth-top-ul.head-pc {
        display: none;
    }
    .group-content-block-1 {
        display: flex;
        flex-direction: column;
    }
    .left-group-block-1 {
        width: 100%;
    }
    .right-group-block-2 {
        width: 100%;
    }
    .shop-content {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 950px) {
    ul.socials-list-header {
        grid-template-columns: repeat(1, 1fr);
    }
    .top-block-bottom {
        padding: 20px 25px;
    }
    .payment-panel {
        width: 100%;
        height: auto;
        border-radius: 0px;
        padding: 20px;
    }
    .top-payment-panel {
        display: grid;
        grid-template-columns: 1fr;
        padding-top: 54px;
    }
    .absolute-form.payment {
        background: white;
        display: flex;
        align-items: flex-start;
    }
    h4.payment-h4 {
        font-size: 17px;
    }
    .tilte-payment {
        font-size: 17px;
    }
    .absolute-form.payment {
        padding-top: 0%;
    }
    /*Payment Period*/
    .group-info-payment-b {
        display: flex;
        flex-direction: column;
    }
    .top-info-form-step {
        margin-top: 48px;
    }
    .group-periods {
        grid-template-columns: repeat(2, 1fr);
    }
    .group-periods > :nth-child(3) {
        grid-column: 1 / -1;
    }
    /*Payment Period*/
}

@media (max-width: 850px) {
    .shop-content {
        grid-template-columns: repeat(2, 1fr);
    }
    h3.text-block-h3, p.title-donate, h4.h4-info, .title-category, h2.h2-stats-info {
        font-size: 14px;
    }
    p.p-stats-info {
        font-size: 12px;
    }
    section.content-block-section {
        gap: 20px;
    }
    .group-block {
        display: flex;
        align-items: flex-start;
        gap: 22px;
        flex-direction: column;
    }
    button#buy_monets {
        width: 100%;
    }
    p.text-vault-sum {
        font-size: 20px;
    }
}
@media (max-width: 700px) {
    .list-payment-group {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-group-a {
        grid-template-columns: repeat(1, 1fr);
    }
    .object-footer-a {
        display: flex;
        align-items: center!important;
        text-align: center!important;
        justify-content: center!important;
    }
    .object-footer-a:nth-child(2n) > ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    li.footer-li {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    h5.text-h5 {
        font-size: 21px;
        line-height: 31px;
    }
    p.text-h5-description {
        font-size: 12px;
    }
    .slider-left {
        padding-left: 25px;
        padding-right: 25px;
    }
    .text-h5 {
        font-size: 27px;
        line-height: 40px;
    }
    .object-stats-a-left {
        width: 70%;
    }
    .object-stats-a-right {
        width: 30%;
    }
}
@media (max-width: 650px) {
    button.custom-button-1.shop-button {
        width: 100%;
    }
    .group-don-block {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        gap: 20px;
    }
    .vault-block {
        min-width: 100%;
    }
    ul.leader-board-ul {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }
    .group-info-stats-objects {
        margin-top: 40px;
    }

    div#content_vault {
        border: none;
        width: 100%;
    }
    
    .modal-form-cubes {
        width: 100%;
        /* height: 100%; */
    }
}

.gradient {
    /* display: inline-block; */
    background-clip: text;
    color: transparent !important;
}

.lk-bonus-warning {
    font-size: 0;
    font-style: normal;
    font-weight: 400;
    margin: auto;
    transition: ease-in-out .2s;
}

.pa-payment-method:has(.payment-object-a[method="lk-bonus"].active) .lk-bonus-warning {
    font-size: 12px;
}

.absolute-form.donate-info, .absolute-form.referral {
    align-items: center;
}

.absolute-form.bonus-combustion-queue > div {
    margin: auto;
}

.the-world-payment-warning {
    font-size: 0;
    font-style: normal;
    font-weight: 400;
    margin: auto;
    transition: ease-in-out .2s;
    text-align: center;
}

.payemnt-group-object:has(.payment-object-a[method="the-world"].active) .the-world-payment-warning {
    font-size: 12px;
}

img.news-image-slider {
    animation: news-image-slider-move-animation 10s ease-in-out alternate infinite, news-image-slider-scale-animation 16s ease-in-out alternate infinite;
}

@keyframes news-image-slider-move-animation {
    0% {
        translate: -5% 0;
    }
    100% {
        translate: 5% 0;
    }
}

@keyframes news-image-slider-scale-animation {
    0% {
        scale: 1;
    }
    100% {
        scale: 1.1;
    }
}

/* =========================
   PAYMENT SUCCESS (FINAL)
========================= */

.absolute-form.payment-success {
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-success-wrapper {
    position: relative;
    background: #FFF;
    border-radius: 18px;
    padding: 36px 32px 32px;
    width: 100%;
    max-width: 480px;
    text-align: center;
    animation: successScale .35s ease;
}

@keyframes successScale {
    from {
        opacity: 0;
        transform: scale(.96);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.payment-success-close {
    position: absolute;
    top: 14px;
    right: 16px;
    background: none;
    border: none;
    font-size: 22px;
    color: #858C95;
    cursor: pointer;
    line-height: 1;
    transition: 0.2s ease;
}

.payment-success-close:hover {
    color: #323539;
    transform: scale(1.1);
}

.payment-success-close:active {
    transform: scale(0.95);
}

/* Иконка успеха */
.payment-success-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1ACF66, #32C560);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    box-shadow: 0 12px 30px rgba(26, 207, 102, 0.35);
    animation: success-pop 0.45s ease;
}

@keyframes success-pop {
    0% {
        transform: scale(0.6);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* ===== Заголовки ===== */
.payment-success-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
    text-align: center;
}

.payment-success-subtitle {
    font-size: 14px;
    color: #858C95;
    margin-bottom: 18px; /* было сломано */
    text-align: center;
}

/* ===== Блок информации ===== */
.payment-success-info {
    background: #F8F9FB;
    border-radius: 12px;
    padding: 18px;
    display: grid;
    gap: 12px;
    margin-bottom: 26px;
}

.payment-success-info .row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

/* Лейблы */
.payment-success-info .row span {
    color: #858C95;
}

/* Значения (по умолчанию ЧЁРНЫЕ) */
.payment-success-info .row b {
    font-weight: 500;
    color: #1F2937;
}

/* ===== ID платежа ===== */
.payment-success-info .row.order-id b {
    color: #858C95;
    font-weight: 500;
}

/* УБИРАЕМ старые # если были */
.payment-success-info .row.order-id b::before {
    content: "#";
}

/* ===== Количество ===== */
.payment-success-info .product-count-row b {
    color: #858C95;
    font-weight: 500;
}

/* добавляем "x" ТОЛЬКО через CSS */
.payment-success-info .product-count-row b::before {
    content: "x";
    margin-right: 2px;
}

/* ===== Сумма ===== */
.payment-success-info .row.total b {
    color: #32C560;
    font-size: 16px;
    font-weight: 600;
}

/* ===== Кнопка ===== */
.payment-success-actions {
    display: flex;
    justify-content: center;
}

/* ========== Night theme ========== */

.night_theme .payment-success-wrapper {
    background: #2E2E2E;
}

.night_theme .payment-success-title {
    color: #FFF;
}

.night_theme .payment-success-subtitle {
    color: #A0A0A0;
}

/* Лейблы */
.night_theme .payment-success-info span {
    color: #A0A0A0;
}

/* Значения */
.night_theme .payment-success-info b {
    color: #FFF;
}

/* ID — ВСЕГДА серый */
.night_theme .payment-success-info .row.order-id b {
    color: #A0A0A0;
}

.night_theme .payment-success-info {
    background: #232323;
}

.night_theme .payment-success-close {
    color: #A0A0A0;
}

.night_theme .payment-success-close:hover {
    color: #FFF;
}

.night_theme .payment-success-info .product-count-row b {
    color: #A0A0A0;
}
/* Account page */
.account-page {
  min-height: 100vh;
  padding: 40px 24px 72px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(245, 246, 251, 0.9)),
    radial-gradient(circle at top right, rgba(254, 144, 47, 0.16), transparent 34%),
    radial-gradient(circle at bottom left, rgba(91, 106, 255, 0.08), transparent 28%),
    #f7f7fb;
  color: #2f3440;
  font-family: "Manrope", "Inter", "Segoe UI", Arial, sans-serif;
}

.account-topbar,
.account-hero,
.account-panel {
  width: min(1420px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(118, 128, 150, 0.16);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(33, 38, 54, 0.06);
}

.account-topbar {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 56px;
  border-radius: 8px;
}

.account-brand img {
  width: 108px;
  height: auto;
  display: block;
}

.account-nav {
  display: flex;
  gap: 32px;
  align-items: center;
  flex: 1;
}

.account-nav a {
  color: #7a8291;
  text-decoration: none;
  font-size: 13px;
}

.account-nav a:hover {
  color: #fe902f;
}

.account-topbar .custom-button-1 {
  width: auto;
  min-width: 124px;
  height: 46px;
  padding: 0 28px;
}

.account-hero {
  margin-top: 34px;
  min-height: 216px;
  padding: 46px 58px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 38px;
  background:
    linear-gradient(96deg, rgba(255, 181, 49, 0.98) 0%, rgba(254, 135, 47, 0.98) 55%, rgba(255, 111, 52, 0.98) 100%),
    url("../../../img/slider/header-slider-background.webp") center/cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.account-hero::after {
  content: "";
  position: absolute;
  inset: auto -80px -120px auto;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
  pointer-events: none;
}

.account-eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.78;
}

.account-hero h1 {
  margin: 0 0 14px;
  font-size: 36px;
  line-height: 1.15;
  color: #fff;
  max-width: 720px;
  word-break: break-word;
}

.account-hero p {
  margin: 0;
  max-width: 680px;
  font-size: 14px;
  line-height: 1.7;
}

.account-hero > div,
.account-hero > a {
  position: relative;
  z-index: 1;
}

.account-hero .custom-button-2 {
  width: auto;
  min-width: 190px;
  height: 46px;
  padding: 0 28px;
  flex: 0 0 auto;
  background: #2f3338;
  color: #fff;
}

.account-hero .custom-button-2:hover {
  background: #24282d;
}

.account-grid {
  width: min(1420px, 100%);
  margin: 26px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 22px;
}

.account-panel {
  width: 100%;
  margin: 0;
  padding: 30px;
  border-radius: 8px;
  align-self: start;
}

.account-orders-panel {
  grid-column: 1 / -1;
}

.account-panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.account-panel-title h2 {
  margin: 0;
  font-size: 21px;
  font-weight: 500;
  color: #2f3440;
}

.account-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f2f3f7;
  color: #7a8291;
  font-size: 12px;
  font-weight: 700;
}

.account-badge.active {
  background: rgba(46, 204, 113, 0.13);
  color: #18a95f;
}

.account-form {
  display: grid;
  gap: 16px;
}

.account-form label,
.account-2fa-box label {
  display: grid;
  gap: 8px;
  color: #7a8291;
  font-size: 12px;
  font-weight: 600;
}

.account-form .custom-input-1,
.account-2fa-box .custom-input-1 {
  width: 100%;
  height: 58px;
  border-radius: 8px;
  border: 1px solid #e3e6ee;
  background: #f8f9fc;
  color: #262b35;
  font-size: 13px;
  padding: 0 18px;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.account-form .custom-input-1:focus,
.account-2fa-box .custom-input-1:focus {
  border-color: rgba(254, 144, 47, 0.72);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(254, 144, 47, 0.1);
}

.account-form .custom-input-1:disabled {
  color: #616979;
  background: #f4f5f8;
}

.account-form .custom-button-1 {
  width: 100%;
  height: 48px;
  margin-top: 2px;
}

.account-divider {
  height: 1px;
  margin: 26px 0 22px;
  background: #eceef4;
}

.account-actions-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.account-actions-row .custom-button-2 {
  width: 100%;
  height: 46px;
  background: #303337;
  color: #fff;
}

.account-actions-row .custom-button-2:first-child {
  background: #fe902f;
}

.account-actions-row button:disabled {
  background: #a9aaad;
  opacity: 1;
  cursor: not-allowed;
}

.account-2fa-box {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
  padding: 18px;
  border-radius: 8px;
  background: #faf7f3;
  border: 1px solid rgba(254, 144, 47, 0.22);
}

.account-2fa-box p {
  margin: 0;
  color: #6f7583;
  font-size: 13px;
  line-height: 1.6;
}

.account-2fa-box code {
  display: block;
  padding: 14px;
  border-radius: 8px;
  background: #2f3440;
  color: #fff;
  font-size: 15px;
  word-break: break-all;
}

.account-orders-list {
  display: grid;
  gap: 10px;
  min-height: 80px;
}

.account-order {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 8px;
  background: #f8f9fc;
  border: 1px solid #eef0f5;
}

.account-order div {
  display: grid;
  gap: 6px;
}

.account-order strong,
.account-order b {
  color: #2f3440;
  font-size: 14px;
}

.account-order span,
.account-muted {
  color: #89909f;
  font-size: 12px;
}

.account-order-status {
  text-align: right;
}

.account-muted {
  display: block;
  margin: 0;
  padding: 20px 0;
}

.account-hidden {
  display: none !important;
}

body.night_theme .account-page {
  background:
    radial-gradient(circle at top right, rgba(254, 144, 47, 0.12), transparent 34%),
    radial-gradient(circle at bottom left, rgba(91, 106, 255, 0.09), transparent 30%),
    #101011;
  color: #f1f3f7;
}

body.night_theme .account-topbar,
body.night_theme .account-panel {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(28, 29, 32, 0.94);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

body.night_theme .account-nav a,
body.night_theme .account-form label,
body.night_theme .account-2fa-box label,
body.night_theme .account-2fa-box p,
body.night_theme .account-order span,
body.night_theme .account-muted {
  color: #b1b1b1;
}

body.night_theme .account-panel-title h2,
body.night_theme .account-order strong,
body.night_theme .account-order b {
  color: #fff;
}

body.night_theme .account-badge {
  background: rgba(255, 255, 255, 0.07);
  color: #d7d9df;
}

body.night_theme .account-badge.active {
  background: rgba(46, 204, 113, 0.16);
  color: #5ff0a1;
}

body.night_theme .account-form .custom-input-1,
body.night_theme .account-2fa-box .custom-input-1 {
  border-color: rgba(255, 255, 255, 0.09);
  background: #222;
  color: #fff;
}

body.night_theme .account-form .custom-input-1:focus,
body.night_theme .account-2fa-box .custom-input-1:focus {
  border-color: rgba(254, 144, 47, 0.78);
  background: #252525;
  box-shadow: 0 0 0 4px rgba(254, 144, 47, 0.12);
}

body.night_theme .account-form .custom-input-1:disabled {
  color: #c9ccd4;
  background: #202124;
}

body.night_theme .account-divider {
  background: rgba(255, 255, 255, 0.08);
}

body.night_theme .account-2fa-box {
  border-color: rgba(254, 144, 47, 0.22);
  background: rgba(254, 144, 47, 0.08);
}

body.night_theme .account-2fa-box code {
  background: #101011;
  color: #fff;
}

body.night_theme .account-order {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

@media (max-width: 860px) {
  .account-page {
    padding: 18px 12px 44px;
  }

  .account-topbar,
  .account-hero {
    padding: 22px;
    flex-direction: column;
    align-items: stretch;
  }

  .account-topbar .custom-button-1,
  .account-hero .custom-button-2 {
    width: 100%;
  }

  .account-nav {
    gap: 16px;
    flex-wrap: wrap;
  }

  .account-hero h1 {
    font-size: 28px;
  }

  .account-grid {
    grid-template-columns: 1fr;
  }

  .account-actions-row {
    grid-template-columns: 1fr;
  }

  .account-order {
    grid-template-columns: 1fr;
  }

  .account-order-status {
    text-align: left;
  }
}

/* Dark-only fallback: prevents light theme flashes before JS decorates blocks. */
body.night_theme .header-top,
body.night_theme .humburger-content,
body.night_theme .info-block-top,
body.night_theme .right-content-block-bottom,
body.night_theme .content-block-1,
body.night_theme .object-shop,
body.night_theme .category-shop,
body.night_theme .vault-block,
body.night_theme .payment-panel,
body.night_theme .footer-block {
  background: #202020 !important;
  border-color: #3f3f3f !important;
}

body.night_theme .object-last-buy,
body.night_theme .list-object-buy {
  background: #282828 !important;
  border-color: #3f3f3f !important;
}

body.night_theme .header-top {
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
}

body.night_theme a.link-header-a,
body.night_theme p.top-info-a,
body.night_theme p.time-buy,
body.night_theme p.text-info,
body.night_theme p.text-right-info-a,
body.night_theme p.p-stats-info,
body.night_theme p.num-user,
body.night_theme p.text-info-footer,
body.night_theme a.link-footer-a {
  color: #b1b1b1 !important;
}

body.night_theme h4.h4-block,
body.night_theme h4.h4-info,
body.night_theme h3.text-block-h3,
body.night_theme h2.h2-stats-info,
body.night_theme p.login-user-a,
body.night_theme p.donate-name,
body.night_theme p.title-donate,
body.night_theme p.cost,
body.night_theme p.nickname-user,
body.night_theme .list-object-buy__player,
body.night_theme .list-object-buy__item {
  color: #fff !important;
}

body.night_theme .object-user-a:after {
  background: #3f3f3f !important;
}

body.night_theme input:-webkit-autofill,
body.night_theme input:-webkit-autofill:hover,
body.night_theme input:-webkit-autofill:focus,
body.night_theme input:-webkit-autofill:active {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px #222 inset;
  box-shadow: 0 0 0 1000px #222 inset;
}

body.settings-loading .header-top,
body.settings-loading .slider-main,
body.settings-loading .sliders-objects,
body.settings-loading .auth-h3,
body.settings-loading .auth-link,
body.settings-loading .auth-link-b,
body.settings-loading .sub-text-slide-h3,
body.settings-loading .sub-text-slide-p,
body.settings-loading .slider-2,
body.settings-loading .learn-more-slider.copy,
body.settings-loading .social-header-a,
body.settings-loading .h4-info,
body.settings-loading .text-right-info-a,
body.settings-loading .text-down-info,
body.settings-loading .top-text-footer-a,
body.settings-loading .link-footer-a,
body.settings-loading .text-info-b,
body.settings-loading .text-info-footer,
body.settings-loading .group-ul-links {
  opacity: 0;
  visibility: hidden;
}

body.settings-loading .header-top,
body.settings-loading .slider-main,
body.settings-loading .sliders-objects,
body.settings-loading .learn-more-slider.copy,
body.settings-loading .social-header-a {
  transition: none !important;
}

body:not(.settings-loading) .header-top,
body:not(.settings-loading) .slider-main,
body:not(.settings-loading) .sliders-objects,
body:not(.settings-loading) .auth-h3,
body:not(.settings-loading) .auth-link,
body:not(.settings-loading) .auth-link-b,
body:not(.settings-loading) .sub-text-slide-h3,
body:not(.settings-loading) .sub-text-slide-p,
body:not(.settings-loading) .slider-2,
body:not(.settings-loading) .learn-more-slider.copy,
body:not(.settings-loading) .social-header-a,
body:not(.settings-loading) .h4-info,
body:not(.settings-loading) .text-right-info-a,
body:not(.settings-loading) .text-down-info,
body:not(.settings-loading) .top-text-footer-a,
body:not(.settings-loading) .link-footer-a,
body:not(.settings-loading) .text-info-b,
body:not(.settings-loading) .text-info-footer,
body:not(.settings-loading) .group-ul-links {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.16s ease;
}

.right-content-block-top {
  margin-bottom: 16px;
}

ul.socials-list-header {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
    rgba(22, 22, 22, 0.72);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

li.social-header-li {
  min-width: 0;
  height: 72px;
}

a.social-header-a {
  position: relative;
  isolation: isolate;
  min-height: 72px;
  overflow: hidden;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  outline: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

a.social-header-a::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.15), transparent 42%),
    var(--background);
  transition: transform 0.25s ease, filter 0.25s ease;
}

a.social-header-a::after {
  position: absolute;
  inset: 1px;
  z-index: -1;
  content: "";
  border-radius: 7px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.11), transparent);
  opacity: 0;
  transform: translateX(-30%);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

a.social-header-a:hover {
  outline: 0;
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 13px 26px rgba(0, 0, 0, 0.25);
}

a.social-header-a:hover::before {
  filter: brightness(1.08) saturate(1.08);
  transform: scale(1.03);
}

a.social-header-a:hover::after {
  opacity: 1;
  transform: translateX(30%);
}

a.social-header-a:active {
  transform: translateY(0);
}

.left-socials-header-a {
  min-width: 0;
  justify-content: flex-start;
}

img.social-ico {
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.22));
}

p.text-social {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.right-socials-header-a {
  min-width: 54px;
  padding: 5px 12px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

body.night_theme ul.socials-list-header {
  border-color: rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(21, 21, 21, 0.84);
}

@media (max-width: 1200px) {
  ul.socials-list-header {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  ul.socials-list-header {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 6px;
  }

  li.social-header-li,
  a.social-header-a {
    min-height: 64px;
    height: 64px;
  }
}

.header-top {
  gap: 28px;
}

.left-info-header {
  flex: 1;
  min-width: 0;
  gap: 34px;
}

.header-top a.logotype {
  flex: 0 0 auto;
}

.links-header-ul.head-pc {
  flex: 1;
  max-width: 620px;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  background: rgba(246, 245, 250, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.links-header-ul.head-pc .links-header-li {
  min-width: 0;
}

.links-header-ul.head-pc .link-header-a {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 7px;
  color: #6f7681;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.links-header-ul.head-pc .link-header-a::after {
  display: none;
}

.links-header-ul.head-pc .link-header-a:hover,
.links-header-ul.head-pc .link-header-a:focus-visible {
  color: #1f2227;
  background: #ffffff;
  box-shadow:
    0 8px 18px rgba(31, 34, 39, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.links-header-ul.head-pc .link-header-a[href="/"],
.links-header-ul.head-pc .link-header-a[href="/tops"] {
  color: #323539;
}

.right-info {
  flex: 0 0 auto;
}

body.night_theme .links-header-ul.head-pc {
  border-color: rgba(255, 255, 255, 0.07);
  background: rgba(14, 14, 14, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.night_theme .links-header-ul.head-pc .link-header-a {
  color: #b8bcc3;
}

body.night_theme .links-header-ul.head-pc .link-header-a:hover,
body.night_theme .links-header-ul.head-pc .link-header-a:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.night_theme .links-header-ul.head-pc .link-header-a[href="/"],
body.night_theme .links-header-ul.head-pc .link-header-a[href="/tops"] {
  color: #ffffff;
}

@media (max-width: 1499px) {
  .links-header-ul.head-pc {
    max-width: 570px;
  }

  .links-header-ul.head-pc .link-header-a {
    font-size: 12px;
    padding: 0 10px;
  }
}

@media (max-width: 1175px) {
  .links-header-ul.head-pc {
    display: none;
  }
}

.links-header-ul.head-pc {
  max-width: 790px;
  gap: 8px;
  padding: 8px;
  border-color: rgba(254, 144, 47, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 245, 250, 0.82)),
    rgba(255, 255, 255, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 12px 30px rgba(30, 32, 36, 0.07);
}

.links-header-ul.head-pc .link-header-a {
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(31, 34, 39, 0.07);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.4));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 1px 0 rgba(255, 255, 255, 0.5);
  transition:
    color 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.links-header-ul.head-pc .link-header-a:hover,
.links-header-ul.head-pc .link-header-a:focus-visible {
  color: #1f2227;
  border-color: rgba(254, 144, 47, 0.42);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 246, 237, 0.9));
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    0 10px 22px rgba(254, 144, 47, 0.14);
}

.links-header-ul.head-pc .link-header-a.is-active {
  color: #ffffff;
  border-color: rgba(254, 144, 47, 0.88);
  background:
    linear-gradient(180deg, #ff9b3d, #fe8726);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 12px 28px rgba(254, 144, 47, 0.28);
}

.links-header-ul.head-pc .link-header-a[href="/"],
.links-header-ul.head-pc .link-header-a[href="/tops"] {
  color: #6f7681;
}

.links-header-ul.head-pc .link-header-a[href="/"].is-active,
.links-header-ul.head-pc .link-header-a[href="/tops"].is-active {
  color: #ffffff;
}

body.night_theme .links-header-ul.head-pc {
  border-color: rgba(254, 144, 47, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(19, 19, 19, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 16px 36px rgba(0, 0, 0, 0.28);
}

body.night_theme .links-header-ul.head-pc .link-header-a {
  color: #c5c8ce;
  border-color: rgba(255, 255, 255, 0.075);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

body.night_theme .links-header-ul.head-pc .link-header-a:hover,
body.night_theme .links-header-ul.head-pc .link-header-a:focus-visible {
  color: #ffffff;
  border-color: rgba(254, 144, 47, 0.5);
  background:
    linear-gradient(180deg, rgba(254, 144, 47, 0.2), rgba(255, 255, 255, 0.055));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 28px rgba(0, 0, 0, 0.28);
}

body.night_theme .links-header-ul.head-pc .link-header-a.is-active {
  color: #ffffff;
  border-color: rgba(254, 144, 47, 0.95);
  background:
    linear-gradient(180deg, #ff9b3d, #fe8726);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 14px 30px rgba(254, 144, 47, 0.24);
}

body.night_theme .links-header-ul.head-pc .link-header-a[href="/"],
body.night_theme .links-header-ul.head-pc .link-header-a[href="/tops"] {
  color: #c5c8ce;
}

body.night_theme .links-header-ul.head-pc .link-header-a[href="/"].is-active,
body.night_theme .links-header-ul.head-pc .link-header-a[href="/tops"].is-active {
  color: #ffffff;
}

@media (max-width: 1499px) {
  .links-header-ul.head-pc {
    max-width: 700px;
  }
}

.links-header-ul.head-pc {
  max-width: 820px;
  display: grid;
  grid-template-columns: repeat(5, minmax(112px, 1fr));
  gap: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.links-header-ul.head-pc .link-header-a {
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: #a8abb7;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  box-shadow: none;
  transform: none;
}

.links-header-ul.head-pc .link-header-a::before {
  width: 0;
  height: 32px;
  margin-right: 0;
  border-radius: 7px;
  background:
    linear-gradient(#fff 0 0) 50% 9px / 10px 2px no-repeat,
    linear-gradient(#fff 0 0) 50% 15px / 10px 2px no-repeat,
    linear-gradient(#fff 0 0) 50% 21px / 10px 2px no-repeat,
    linear-gradient(180deg, #ff9c34, #ff861f);
  content: "";
  opacity: 0;
  transform: translateX(-8px) scale(0.82);
  transition:
    width 0.18s ease,
    margin-right 0.18s ease,
    opacity 0.18s ease,
    transform 0.18s ease;
}

.links-header-ul.head-pc .link-header-a:hover,
.links-header-ul.head-pc .link-header-a:focus-visible,
.links-header-ul.head-pc .link-header-a.is-active {
  color: #111318;
  border-color: rgba(255, 255, 255, 0.72);
  background: #ffffff;
  box-shadow:
    0 10px 0 rgba(255, 255, 255, 0.38),
    0 14px 28px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}

.links-header-ul.head-pc .link-header-a:hover::before,
.links-header-ul.head-pc .link-header-a:focus-visible::before,
.links-header-ul.head-pc .link-header-a.is-active::before {
  width: 32px;
  margin-right: 12px;
  opacity: 1;
  transform: translateX(0) scale(1);
}

.links-header-ul.head-pc .link-header-a[href="/"],
.links-header-ul.head-pc .link-header-a[href="/tops"] {
  color: #a8abb7;
}

.links-header-ul.head-pc .link-header-a[href="/"]:hover,
.links-header-ul.head-pc .link-header-a[href="/tops"]:hover,
.links-header-ul.head-pc .link-header-a[href="/"].is-active,
.links-header-ul.head-pc .link-header-a[href="/tops"].is-active {
  color: #111318;
}

body.night_theme .links-header-ul.head-pc {
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.night_theme .links-header-ul.head-pc .link-header-a {
  color: #c9cbd4;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

body.night_theme .links-header-ul.head-pc .link-header-a:hover,
body.night_theme .links-header-ul.head-pc .link-header-a:focus-visible,
body.night_theme .links-header-ul.head-pc .link-header-a.is-active {
  color: #121318;
  border-color: rgba(255, 255, 255, 0.78);
  background: #ffffff;
  box-shadow:
    0 10px 0 rgba(255, 255, 255, 0.16),
    0 16px 34px rgba(0, 0, 0, 0.36);
}

body.night_theme .links-header-ul.head-pc .link-header-a[href="/"],
body.night_theme .links-header-ul.head-pc .link-header-a[href="/tops"] {
  color: #c9cbd4;
}

body.night_theme .links-header-ul.head-pc .link-header-a[href="/"]:hover,
body.night_theme .links-header-ul.head-pc .link-header-a[href="/tops"]:hover,
body.night_theme .links-header-ul.head-pc .link-header-a[href="/"].is-active,
body.night_theme .links-header-ul.head-pc .link-header-a[href="/tops"].is-active {
  color: #121318;
}

@media (max-width: 1499px) {
  .links-header-ul.head-pc {
    max-width: 760px;
    gap: 12px;
  }

  .links-header-ul.head-pc .link-header-a {
    min-height: 50px;
    padding: 0 14px;
    font-size: 12px;
  }
}

body .header-top .links-header-ul.head-pc {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(118px, 1fr)) !important;
  gap: 16px !important;
  max-width: 820px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body .header-top .links-header-ul.head-pc .link-header-a {
  width: 100% !important;
  min-height: 54px !important;
  padding: 0 18px !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: #c6c8d2 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

body .header-top .links-header-ul.head-pc .link-header-a::after {
  display: none !important;
}

body .header-top .links-header-ul.head-pc .link-header-a::before {
  width: 0 !important;
  height: 32px !important;
  margin-right: 0 !important;
  border-radius: 7px !important;
  background:
    linear-gradient(#fff 0 0) 50% 9px / 10px 2px no-repeat,
    linear-gradient(#fff 0 0) 50% 15px / 10px 2px no-repeat,
    linear-gradient(#fff 0 0) 50% 21px / 10px 2px no-repeat,
    linear-gradient(180deg, #ff9c34, #ff861f) !important;
  content: "" !important;
  opacity: 0 !important;
  transform: translateX(-8px) scale(0.82) !important;
}

body .header-top .links-header-ul.head-pc .link-header-a:hover,
body .header-top .links-header-ul.head-pc .link-header-a:focus-visible,
body .header-top .links-header-ul.head-pc .link-header-a.is-active {
  color: #111318 !important;
  border-color: rgba(255, 255, 255, 0.82) !important;
  background: #ffffff !important;
  box-shadow:
    0 9px 0 rgba(255, 255, 255, 0.22),
    0 16px 34px rgba(0, 0, 0, 0.34) !important;
  transform: translateY(-2px) !important;
}

body .header-top .links-header-ul.head-pc .link-header-a:hover::before,
body .header-top .links-header-ul.head-pc .link-header-a:focus-visible::before,
body .header-top .links-header-ul.head-pc .link-header-a.is-active::before {
  width: 32px !important;
  margin-right: 12px !important;
  opacity: 1 !important;
  transform: translateX(0) scale(1) !important;
}

@media (max-width: 1175px) {
  body .header-top .links-header-ul.head-pc {
    display: none !important;
  }
}

body .header-top .links-header-ul.head-pc {
  grid-template-columns: repeat(5, minmax(96px, 1fr)) !important;
  gap: 10px !important;
  max-width: 660px !important;
}

body .header-top .links-header-ul.head-pc .link-header-a {
  min-height: 42px !important;
  padding: 0 13px !important;
  border-radius: 7px !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

body .header-top .links-header-ul.head-pc .link-header-a::before {
  width: 0 !important;
  height: 26px !important;
  border-radius: 6px !important;
  background:
    linear-gradient(#fff 0 0) 50% 8px / 8px 2px no-repeat,
    linear-gradient(#fff 0 0) 50% 13px / 8px 2px no-repeat,
    linear-gradient(#fff 0 0) 50% 18px / 8px 2px no-repeat,
    linear-gradient(180deg, #ff9c34, #ff861f) !important;
}

body .header-top .links-header-ul.head-pc .link-header-a:hover,
body .header-top .links-header-ul.head-pc .link-header-a:focus-visible,
body .header-top .links-header-ul.head-pc .link-header-a.is-active {
  box-shadow:
    0 5px 0 rgba(255, 255, 255, 0.16),
    0 10px 22px rgba(0, 0, 0, 0.26) !important;
  transform: translateY(-1px) !important;
}

body .header-top .links-header-ul.head-pc .link-header-a:hover::before,
body .header-top .links-header-ul.head-pc .link-header-a:focus-visible::before,
body .header-top .links-header-ul.head-pc .link-header-a.is-active::before {
  width: 26px !important;
  margin-right: 10px !important;
}

@media (max-width: 1499px) {
  body .header-top .links-header-ul.head-pc {
    max-width: 620px !important;
    gap: 8px !important;
  }
}

/* CubeEmpire brand polish */
:root {
  --ce-gold: #f7c84b;
  --ce-gold-deep: #d8871e;
  --ce-amber: #ff9a2b;
  --ce-teal: #18d6d2;
  --ce-teal-deep: #057f78;
  --ce-ice: #68ecff;
  --ce-stone: #1c1e1f;
  --ce-panel: #20211f;
  --ce-panel-soft: #272720;
  --ce-border: rgba(247, 200, 75, 0.2);
  --ScrollSecondColor: var(--ce-gold);
}

body.night_theme {
  background:
    radial-gradient(circle at 18% 0%, rgba(24, 214, 210, 0.12), transparent 28%),
    radial-gradient(circle at 78% 4%, rgba(247, 200, 75, 0.13), transparent 30%),
    linear-gradient(180deg, #101313 0%, #111111 46%, #0e0f0f 100%) !important;
}

body.night_theme .bgOrbs {
  opacity: 0.72;
  filter: blur(34px);
  background:
    radial-gradient(460px 280px at 18% 0%, rgba(24, 214, 210, 0.16), transparent 64%),
    radial-gradient(520px 320px at 82% 6%, rgba(247, 200, 75, 0.16), transparent 66%),
    radial-gradient(560px 420px at 50% 90%, rgba(5, 127, 120, 0.10), transparent 68%);
}

body.night_theme .header-top {
  height: 92px;
  border: 1px solid rgba(247, 200, 75, 0.12) !important;
  background:
    linear-gradient(90deg, rgba(24, 214, 210, 0.055), transparent 26%, rgba(247, 200, 75, 0.055)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(31, 32, 30, 0.94) !important;
  box-shadow:
    0 18px 56px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

body .header-top .links-header-ul.head-pc {
  grid-template-columns: repeat(5, minmax(88px, 1fr)) !important;
  max-width: 580px !important;
  gap: 8px !important;
}

body .header-top .links-header-ul.head-pc .link-header-a {
  min-height: 38px !important;
  padding: 0 11px !important;
  border-radius: 7px !important;
  color: #c9c7be !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

body .header-top .links-header-ul.head-pc .link-header-a::before {
  height: 23px !important;
  border-radius: 6px !important;
  background:
    linear-gradient(#fff 0 0) 50% 7px / 7px 2px no-repeat,
    linear-gradient(#fff 0 0) 50% 11px / 7px 2px no-repeat,
    linear-gradient(#fff 0 0) 50% 15px / 7px 2px no-repeat,
    linear-gradient(180deg, var(--ce-gold), var(--ce-amber)) !important;
}

body .header-top .links-header-ul.head-pc .link-header-a:hover,
body .header-top .links-header-ul.head-pc .link-header-a:focus-visible,
body .header-top .links-header-ul.head-pc .link-header-a.is-active {
  color: #171711 !important;
  border-color: rgba(255, 255, 255, 0.78) !important;
  background:
    linear-gradient(180deg, #ffffff, #fff9e7) !important;
  box-shadow:
    0 4px 0 rgba(247, 200, 75, 0.42),
    0 10px 20px rgba(0, 0, 0, 0.24) !important;
  transform: translateY(-1px) !important;
}

body .header-top .links-header-ul.head-pc .link-header-a:hover::before,
body .header-top .links-header-ul.head-pc .link-header-a:focus-visible::before,
body .header-top .links-header-ul.head-pc .link-header-a.is-active::before {
  width: 23px !important;
  margin-right: 9px !important;
}

.custom-button-1,
.account-form .custom-button-1,
.account-topbar .custom-button-1,
.payment-confirm > .custom-button-1,
button.custom-button-1.shop-button {
  border: 1px solid rgba(255, 220, 104, 0.35);
  background:
    linear-gradient(180deg, var(--ce-gold), var(--ce-amber)) !important;
  color: #211a09 !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 12px 28px rgba(216, 135, 30, 0.22);
}

.custom-button-1:hover,
.account-form .custom-button-1:hover,
.account-topbar .custom-button-1:hover {
  filter: brightness(1.04) saturate(1.08);
  transform: translateY(-1px);
}

body.night_theme .right-content-block-bottom,
body.night_theme .content-block-1,
body.night_theme .object-shop,
body.night_theme .category-shop,
body.night_theme .vault-block,
body.night_theme .payment-panel,
body.night_theme .footer-block,
body.night_theme .account-panel,
body.night_theme .account-topbar {
  border-color: rgba(247, 200, 75, 0.13) !important;
  background:
    linear-gradient(135deg, rgba(24, 214, 210, 0.035), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.014)),
    var(--ce-panel) !important;
}

body.night_theme .right-content-block-bottom,
body.night_theme .content-block-1,
body.night_theme .object-shop {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 44px rgba(0, 0, 0, 0.18);
}

body.night_theme .object-shop:hover {
  border-color: rgba(24, 214, 210, 0.28) !important;
  box-shadow:
    0 0 0 1px rgba(24, 214, 210, 0.08),
    0 18px 42px rgba(0, 0, 0, 0.28);
}

a.social-header-a.online-a {
  --background: linear-gradient(135deg, #0b8f83, #18d6d2);
}

a.social-header-a.discord-a {
  --background: linear-gradient(135deg, #3557d4, #5ee9ff);
}

a.social-header-a.vk-a {
  --background: linear-gradient(135deg, #087e9b, #20d7c9);
}

a.social-header-a.tg-a {
  --background: linear-gradient(135deg, #10a7c9, #68ecff);
}

ul.socials-list-header {
  border-color: rgba(247, 200, 75, 0.12);
}

.right-socials-header-a {
  color: #fdf7da;
  background: rgba(17, 19, 17, 0.24);
}

.online_monitoring-ico {
  box-shadow: 0 0 0 7px rgba(24, 214, 210, 0.12);
  background: var(--ce-teal) !important;
}

a.link:hover,
.custom-link-1:hover {
  color: var(--ce-gold) !important;
}

.discount-vault,
.discount-vault-two,
.discount-product {
  background:
    linear-gradient(180deg, var(--ce-teal), var(--ce-teal-deep)) !important;
  color: #ffffff;
}

input[type="range"]::-webkit-slider-thumb {
  background: var(--ce-gold) !important;
  box-shadow: 0 0 0 6px rgba(247, 200, 75, 0.16);
}

input[type=range]::-webkit-slider-runnable-track {
  background:
    linear-gradient(90deg, var(--ce-teal), var(--ce-gold)) !important;
}

.custom-input-1:focus,
body.night_theme .account-form .custom-input-1:focus,
body.night_theme .account-2fa-box .custom-input-1:focus {
  border-color: rgba(24, 214, 210, 0.72) !important;
  box-shadow: 0 0 0 4px rgba(24, 214, 210, 0.12);
}

/* CubeEmpire compact header and crown frames */
body .header-top {
  display: grid !important;
  grid-template-columns: 170px minmax(480px, 1fr) 170px !important;
  align-items: center !important;
  gap: 18px !important;
  height: 76px !important;
  min-height: 76px !important;
  padding: 0 46px !important;
  margin-top: 24px !important;
  margin-bottom: 28px !important;
  border-radius: 12px !important;
}

body .header-top .left-info-header {
  display: contents !important;
}

body .header-top a.logotype {
  grid-column: 1 !important;
  justify-self: center !important;
  align-self: center !important;
}

body .header-top img.logotype-img {
  width: 78px !important;
  max-height: 66px !important;
  object-fit: contain !important;
  display: block !important;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.34));
}

body .header-top .links-header-ul.head-pc {
  grid-column: 2 !important;
  justify-self: center !important;
  align-self: center !important;
  grid-template-columns: repeat(5, minmax(84px, 1fr)) !important;
  max-width: 540px !important;
  gap: 7px !important;
}

body .header-top .links-header-ul.head-pc .link-header-a {
  min-height: 34px !important;
  padding: 0 9px !important;
  border-radius: 7px !important;
  font-size: 10px !important;
  letter-spacing: 0 !important;
}

body .header-top .links-header-ul.head-pc .link-header-a::before {
  height: 20px !important;
  border-radius: 5px !important;
  background:
    linear-gradient(#fff 0 0) 50% 6px / 6px 2px no-repeat,
    linear-gradient(#fff 0 0) 50% 10px / 6px 2px no-repeat,
    linear-gradient(#fff 0 0) 50% 14px / 6px 2px no-repeat,
    linear-gradient(180deg, var(--ce-gold), var(--ce-amber)) !important;
}

body .header-top .links-header-ul.head-pc .link-header-a:hover,
body .header-top .links-header-ul.head-pc .link-header-a:focus-visible,
body .header-top .links-header-ul.head-pc .link-header-a.is-active {
  box-shadow:
    0 3px 0 rgba(247, 200, 75, 0.36),
    0 8px 16px rgba(0, 0, 0, 0.22) !important;
}

body .header-top .links-header-ul.head-pc .link-header-a:hover::before,
body .header-top .links-header-ul.head-pc .link-header-a:focus-visible::before,
body .header-top .links-header-ul.head-pc .link-header-a.is-active::before {
  width: 20px !important;
  margin-right: 7px !important;
}

body .header-top .right-info {
  grid-column: 3 !important;
  justify-self: center !important;
  align-self: center !important;
}

body .header-top .auth-top-ul.head-pc {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body .header-top .custom-button-1 {
  min-width: 126px !important;
  min-height: 46px !important;
  padding: 0 22px !important;
  border-radius: 8px !important;
  font-size: 12px !important;
}

body.night_theme .header-top {
  border-color: rgba(247, 200, 75, 0.18) !important;
  box-shadow:
    0 14px 42px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.header-top,
.slider-object-main,
.right-content-block-bottom,
.content-block-1,
.object-shop,
.category-shop,
.vault-block,
.footer-block,
.account-panel,
.payment-panel {
  position: relative;
}

.header-top::before,
.slider-object-main::before,
.right-content-block-bottom::before,
.content-block-1::before,
.object-shop::before,
.category-shop::before,
.vault-block::before,
.footer-block::before,
.account-panel::before,
.payment-panel::before {
  position: absolute;
  top: -1px;
  left: 18px;
  right: 18px;
  height: 1px;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(24, 214, 210, 0.34), rgba(247, 200, 75, 0.66), rgba(24, 214, 210, 0.34), transparent);
}

.header-top::after,
.slider-object-main::after,
.right-content-block-bottom::after,
.content-block-1::after,
.category-shop::after,
.vault-block::after,
.footer-block::after,
.account-panel::after,
.payment-panel::after {
  position: absolute;
  top: -7px;
  left: 50%;
  width: 78px;
  height: 12px;
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, var(--ce-gold), var(--ce-gold-deep)) 50% 0 / 18px 8px no-repeat,
    linear-gradient(180deg, var(--ce-teal), var(--ce-teal-deep)) 24px 5px / 14px 5px no-repeat,
    linear-gradient(180deg, var(--ce-teal), var(--ce-teal-deep)) 40px 5px / 14px 5px no-repeat,
    linear-gradient(90deg, transparent, rgba(247, 200, 75, 0.74), transparent) 0 10px / 100% 1px no-repeat;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.24));
  opacity: 0.95;
}

.object-shop::after {
  position: absolute;
  top: -5px;
  left: 50%;
  width: 54px;
  height: 8px;
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, var(--ce-gold), var(--ce-gold-deep)) 50% 0 / 13px 6px no-repeat,
    linear-gradient(90deg, transparent, rgba(247, 200, 75, 0.58), transparent) 0 7px / 100% 1px no-repeat;
  opacity: 0.78;
}

body.night_theme .slider-object-main,
body.night_theme .right-content-block-bottom,
body.night_theme .content-block-1,
body.night_theme .object-shop,
body.night_theme .category-shop,
body.night_theme .vault-block,
body.night_theme .footer-block,
body.night_theme .account-panel,
body.night_theme .payment-panel {
  border-top-color: rgba(247, 200, 75, 0.24) !important;
}

@media (max-width: 1499px) {
  body .header-top {
    grid-template-columns: 145px minmax(440px, 1fr) 150px !important;
    padding: 0 34px !important;
  }

  body .header-top img.logotype-img {
    width: 70px !important;
  }

  body .header-top .links-header-ul.head-pc {
    max-width: 500px !important;
    grid-template-columns: repeat(5, minmax(76px, 1fr)) !important;
  }
}

/* CE compact centered header v2 */
body .header-top {
  grid-template-columns: 142px minmax(430px, 1fr) 142px !important;
  gap: 14px !important;
  height: 68px !important;
  min-height: 68px !important;
  padding: 0 34px !important;
  margin-top: 18px !important;
  margin-bottom: 24px !important;
  border-radius: 12px !important;
}

body .header-top img.logotype-img {
  width: 68px !important;
  max-height: 58px !important;
}

body .header-top .links-header-ul.head-pc {
  width: min(100%, 500px) !important;
  max-width: 500px !important;
  grid-template-columns: repeat(5, minmax(68px, 1fr)) !important;
  gap: 5px !important;
  justify-content: center !important;
  align-items: center !important;
}

body .header-top .links-header-ul.head-pc li {
  min-width: 0 !important;
}

body .header-top .links-header-ul.head-pc .link-header-a {
  justify-content: center !important;
  min-height: 31px !important;
  padding: 0 8px !important;
  border-radius: 6px !important;
  font-size: 9px !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

body .header-top .links-header-ul.head-pc .link-header-a::before {
  width: 18px !important;
  height: 18px !important;
  margin-right: 6px !important;
  border-radius: 5px !important;
}

body .header-top .links-header-ul.head-pc .link-header-a:not(.is-active):not(:hover):not(:focus-visible)::before {
  width: 0 !important;
  margin-right: 0 !important;
  opacity: 0 !important;
}

body .header-top .links-header-ul.head-pc .link-header-a:hover,
body .header-top .links-header-ul.head-pc .link-header-a:focus-visible,
body .header-top .links-header-ul.head-pc .link-header-a.is-active {
  min-width: 106px !important;
  background: #f8f8f4 !important;
  color: #111514 !important;
  box-shadow:
    0 3px 0 rgba(247, 200, 75, 0.36),
    0 8px 15px rgba(0, 0, 0, 0.2) !important;
}

body .header-top .custom-button-1 {
  min-width: 116px !important;
  min-height: 40px !important;
  padding: 0 18px !important;
  border-radius: 7px !important;
  font-size: 11px !important;
}

body.night_theme .header-top {
  background:
    radial-gradient(circle at 8% 50%, rgba(24, 214, 210, 0.12), transparent 25%),
    radial-gradient(circle at 88% 45%, rgba(247, 200, 75, 0.13), transparent 28%),
    linear-gradient(90deg, rgba(28, 39, 35, 0.96), rgba(35, 34, 30, 0.96)) !important;
  border: 1px solid rgba(247, 200, 75, 0.22) !important;
}

body.night_theme .header-top::before,
body.night_theme .slider-object-main::before,
body.night_theme .right-content-block-bottom::before,
body.night_theme .content-block-1::before,
body.night_theme .object-shop::before,
body.night_theme .category-shop::before,
body.night_theme .vault-block::before,
body.night_theme .footer-block::before,
body.night_theme .account-panel::before,
body.night_theme .payment-panel::before {
  left: 22px;
  right: 22px;
  height: 2px;
  border-radius: 99px;
  background:
    linear-gradient(90deg, transparent, rgba(24, 214, 210, 0.46), rgba(247, 200, 75, 0.78), rgba(24, 214, 210, 0.46), transparent);
}

body.night_theme .header-top::after,
body.night_theme .slider-object-main::after,
body.night_theme .right-content-block-bottom::after,
body.night_theme .content-block-1::after,
body.night_theme .category-shop::after,
body.night_theme .vault-block::after,
body.night_theme .footer-block::after,
body.night_theme .account-panel::after,
body.night_theme .payment-panel::after {
  top: -6px;
  width: 64px;
  height: 10px;
  background:
    linear-gradient(180deg, #ffe16a, var(--ce-gold-deep)) 50% 0 / 16px 7px no-repeat,
    linear-gradient(180deg, var(--ce-ice), var(--ce-teal-deep)) 21px 4px / 12px 5px no-repeat,
    linear-gradient(180deg, var(--ce-ice), var(--ce-teal-deep)) 31px 4px / 12px 5px no-repeat,
    linear-gradient(90deg, transparent, rgba(247, 200, 75, 0.76), transparent) 0 9px / 100% 1px no-repeat;
}

body.night_theme .object-shop::after {
  top: -4px;
  width: 42px;
  height: 7px;
  background:
    linear-gradient(180deg, #ffe16a, var(--ce-gold-deep)) 50% 0 / 11px 5px no-repeat,
    linear-gradient(90deg, transparent, rgba(247, 200, 75, 0.56), transparent) 0 6px / 100% 1px no-repeat;
}

@media (max-width: 1499px) {
  body .header-top {
    grid-template-columns: 116px minmax(390px, 1fr) 128px !important;
    padding: 0 24px !important;
  }

  body .header-top img.logotype-img {
    width: 62px !important;
  }

  body .header-top .links-header-ul.head-pc {
    max-width: 456px !important;
    grid-template-columns: repeat(5, minmax(62px, 1fr)) !important;
  }

  body .header-top .links-header-ul.head-pc .link-header-a:hover,
  body .header-top .links-header-ul.head-pc .link-header-a:focus-visible,
  body .header-top .links-header-ul.head-pc .link-header-a.is-active {
    min-width: 96px !important;
  }
}

/* CE nav spacing and stronger royal frames */
body .header-top {
  grid-template-columns: 130px minmax(620px, 1fr) 130px !important;
  padding: 0 38px !important;
}

body .header-top .links-header-ul.head-pc {
  width: 100% !important;
  max-width: 660px !important;
  grid-template-columns: repeat(5, 104px) !important;
  gap: 22px !important;
  justify-content: center !important;
}

body .header-top .links-header-ul.head-pc .link-header-a {
  width: 104px !important;
  min-width: 104px !important;
  max-width: 104px !important;
  min-height: 30px !important;
  padding: 0 !important;
  font-size: 9px !important;
  overflow: hidden !important;
  text-align: center !important;
  white-space: nowrap !important;
}

body .header-top .links-header-ul.head-pc .link-header-a::before,
body .header-top .links-header-ul.head-pc .link-header-a:hover::before,
body .header-top .links-header-ul.head-pc .link-header-a:focus-visible::before,
body .header-top .links-header-ul.head-pc .link-header-a.is-active::before {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  content: none !important;
}

body .header-top .links-header-ul.head-pc .link-header-a:hover,
body .header-top .links-header-ul.head-pc .link-header-a:focus-visible,
body .header-top .links-header-ul.head-pc .link-header-a.is-active {
  min-width: 104px !important;
  background:
    linear-gradient(180deg, #fffdf4, #ece7d6) !important;
  border: 1px solid rgba(247, 200, 75, 0.72) !important;
  box-shadow:
    0 3px 0 rgba(247, 200, 75, 0.52),
    0 9px 18px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
}

body.night_theme .slider-object-main,
body.night_theme .right-content-block-bottom,
body.night_theme .content-block-1,
body.night_theme .object-shop,
body.night_theme .category-shop,
body.night_theme .vault-block,
body.night_theme .footer-block,
body.night_theme .account-panel,
body.night_theme .payment-panel {
  border: 1px solid rgba(247, 200, 75, 0.3) !important;
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(24, 214, 210, 0.08),
    inset 0 1px 0 rgba(255, 225, 106, 0.12) !important;
}

body.night_theme .header-top::before,
body.night_theme .slider-object-main::before,
body.night_theme .right-content-block-bottom::before,
body.night_theme .content-block-1::before,
body.night_theme .object-shop::before,
body.night_theme .category-shop::before,
body.night_theme .vault-block::before,
body.night_theme .footer-block::before,
body.night_theme .account-panel::before,
body.night_theme .payment-panel::before {
  top: -2px;
  left: 16px;
  right: 16px;
  height: 3px;
  background:
    linear-gradient(90deg, transparent 0%, rgba(24, 214, 210, 0.55) 18%, rgba(255, 225, 106, 0.95) 50%, rgba(24, 214, 210, 0.55) 82%, transparent 100%);
  box-shadow:
    0 0 14px rgba(247, 200, 75, 0.28),
    0 0 18px rgba(24, 214, 210, 0.14);
}

body.night_theme .header-top::after,
body.night_theme .slider-object-main::after,
body.night_theme .right-content-block-bottom::after,
body.night_theme .content-block-1::after,
body.night_theme .category-shop::after,
body.night_theme .vault-block::after,
body.night_theme .footer-block::after,
body.night_theme .account-panel::after,
body.night_theme .payment-panel::after {
  top: -9px;
  width: 92px;
  height: 16px;
  background:
    linear-gradient(180deg, #fff08f, #e0a42b) 50% 0 / 18px 11px no-repeat,
    linear-gradient(180deg, #7df7ff, #05948c) 26px 7px / 14px 7px no-repeat,
    linear-gradient(180deg, #7df7ff, #05948c) 52px 7px / 14px 7px no-repeat,
    linear-gradient(90deg, transparent, rgba(255, 225, 106, 0.92), transparent) 0 13px / 100% 2px no-repeat;
  filter:
    drop-shadow(0 4px 8px rgba(0, 0, 0, 0.36))
    drop-shadow(0 0 8px rgba(247, 200, 75, 0.26));
}

body.night_theme .object-shop::after {
  top: -7px;
  width: 64px;
  height: 12px;
  background:
    linear-gradient(180deg, #fff08f, #e0a42b) 50% 0 / 14px 8px no-repeat,
    linear-gradient(90deg, transparent, rgba(255, 225, 106, 0.72), transparent) 0 10px / 100% 2px no-repeat;
}

@media (max-width: 1499px) {
  body .header-top {
    grid-template-columns: 108px minmax(530px, 1fr) 118px !important;
    padding: 0 22px !important;
  }

  body .header-top .links-header-ul.head-pc {
    max-width: 570px !important;
    grid-template-columns: repeat(5, 88px) !important;
    gap: 14px !important;
  }

  body .header-top .links-header-ul.head-pc .link-header-a,
  body .header-top .links-header-ul.head-pc .link-header-a:hover,
  body .header-top .links-header-ul.head-pc .link-header-a:focus-visible,
  body .header-top .links-header-ul.head-pc .link-header-a.is-active {
    width: 88px !important;
    min-width: 88px !important;
    max-width: 88px !important;
  }
}

/* CE logo visual size */
body .header-top img.logotype-img {
  width: 84px !important;
  max-height: 64px !important;
}

@media (max-width: 1499px) {
  body .header-top img.logotype-img {
    width: 76px !important;
    max-height: 62px !important;
  }
}

/* CE minecraft polish: cursor, logo and header jewel */
html,
body,
body * {
  cursor: auto !important;
}

a,
button,
[role="button"],
input[type="button"],
input[type="submit"],
input[type="checkbox"],
input[type="radio"],
.slider-object,
.checkbox-main,
.edit-range,
.change-theme,
.link-header-a,
.custom-button-1 {
  cursor: pointer !important;
}

input,
textarea,
[contenteditable="true"] {
  cursor: text !important;
}

body .header-top {
  grid-template-columns: 156px minmax(620px, 1fr) 130px !important;
}

body .header-top a.logotype {
  width: 124px !important;
  height: 66px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body .header-top img.logotype-img {
  width: 112px !important;
  max-width: none !important;
  max-height: 76px !important;
  transform: scale(1.06) !important;
  transform-origin: center !important;
}

body.night_theme .header-top::after {
  top: -10px;
  width: 34px;
  height: 34px;
  background:
    linear-gradient(135deg, transparent 0 22%, rgba(255, 255, 255, 0.22) 22% 28%, transparent 28% 100%),
    linear-gradient(135deg, #7ff9ff 0 50%, #08a79c 50% 100%);
  border: 2px solid rgba(255, 225, 106, 0.92);
  border-radius: 4px;
  box-shadow:
    0 0 0 2px rgba(18, 24, 22, 0.95),
    0 0 0 3px rgba(247, 200, 75, 0.5),
    0 8px 18px rgba(0, 0, 0, 0.34),
    0 0 18px rgba(24, 214, 210, 0.35);
  image-rendering: pixelated;
  transform: translateX(-50%) rotate(45deg);
}

body.night_theme .header-top::before {
  top: 0;
  left: 18px;
  right: 18px;
  height: 2px;
  background:
    linear-gradient(90deg, transparent, rgba(24, 214, 210, 0.64), rgba(255, 225, 106, 0.95), rgba(24, 214, 210, 0.64), transparent);
}

body.night_theme .slider-object-main::before,
body.night_theme .right-content-block-bottom::before,
body.night_theme .content-block-1::before,
body.night_theme .object-shop::before,
body.night_theme .category-shop::before,
body.night_theme .vault-block::before,
body.night_theme .footer-block::before,
body.night_theme .account-panel::before,
body.night_theme .payment-panel::before {
  height: 4px;
  background:
    linear-gradient(90deg, transparent 0%, rgba(24, 214, 210, 0.72) 12%, rgba(255, 225, 106, 1) 50%, rgba(24, 214, 210, 0.72) 88%, transparent 100%),
    repeating-linear-gradient(90deg, transparent 0 16px, rgba(255, 255, 255, 0.18) 16px 20px);
  box-shadow:
    0 0 18px rgba(247, 200, 75, 0.34),
    0 0 22px rgba(24, 214, 210, 0.2);
}

body.night_theme .slider-object-main::after,
body.night_theme .right-content-block-bottom::after,
body.night_theme .content-block-1::after,
body.night_theme .category-shop::after,
body.night_theme .vault-block::after,
body.night_theme .footer-block::after,
body.night_theme .account-panel::after,
body.night_theme .payment-panel::after {
  top: -10px;
  width: 112px;
  height: 18px;
  background:
    linear-gradient(180deg, #fff5a8, #d68a18) 50% 0 / 20px 13px no-repeat,
    linear-gradient(180deg, #7df7ff, #057f78) 25px 8px / 16px 8px no-repeat,
    linear-gradient(180deg, #7df7ff, #057f78) 67px 8px / 16px 8px no-repeat,
    repeating-linear-gradient(90deg, transparent 0 10px, rgba(255, 225, 106, 0.85) 10px 16px, transparent 16px 26px) 0 14px / 100% 3px no-repeat;
}

@media (max-width: 1499px) {
  body .header-top {
    grid-template-columns: 132px minmax(530px, 1fr) 118px !important;
  }

  body .header-top a.logotype {
    width: 104px !important;
  }

  body .header-top img.logotype-img {
    width: 98px !important;
    max-height: 72px !important;
  }
}

/* CE integrated logo crest */
body .header-top {
  overflow: visible !important;
}

body .header-top a.logotype {
  position: relative !important;
  z-index: 2 !important;
  border-radius: 16px !important;
  background:
    radial-gradient(circle at 50% 44%, rgba(24, 214, 210, 0.18), transparent 54%),
    linear-gradient(135deg, rgba(18, 36, 32, 0.92), rgba(43, 38, 25, 0.92)) !important;
  border: 1px solid rgba(255, 225, 106, 0.42) !important;
  box-shadow:
    0 0 0 1px rgba(24, 214, 210, 0.18),
    0 10px 24px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

body .header-top a.logotype::before {
  position: absolute;
  inset: 5px;
  z-index: 0;
  content: "";
  pointer-events: none;
  border-radius: 12px;
  border: 1px solid rgba(24, 214, 210, 0.36);
  background:
    linear-gradient(90deg, transparent, rgba(255, 225, 106, 0.16), transparent),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent);
}

body .header-top a.logotype::after {
  position: absolute;
  top: 50%;
  left: calc(100% - 8px);
  z-index: -1;
  width: 82px;
  height: 38px;
  content: "";
  pointer-events: none;
  transform: translateY(-50%);
  border-top: 1px solid rgba(255, 225, 106, 0.36);
  border-bottom: 1px solid rgba(24, 214, 210, 0.28);
  background:
    linear-gradient(90deg, rgba(24, 214, 210, 0.22), rgba(247, 200, 75, 0.12), transparent);
  clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%);
}

body .header-top img.logotype-img {
  position: relative !important;
  z-index: 2 !important;
  filter:
    drop-shadow(0 7px 14px rgba(0, 0, 0, 0.4))
    drop-shadow(0 0 8px rgba(24, 214, 210, 0.22));
}

body .header-top .links-header-ul.head-pc,
body .header-top .right-info {
  position: relative !important;
  z-index: 3 !important;
}

@media (max-width: 1499px) {
  body .header-top a.logotype::after {
    width: 58px;
  }
}

/* CE logo lockup like a compact server brand */
body .header-top {
  grid-template-columns: 220px minmax(620px, 1fr) 130px !important;
}

body .header-top a.logotype {
  width: 190px !important;
  height: 60px !important;
  justify-content: flex-start !important;
  padding-left: 13px !important;
  padding-right: 16px !important;
  overflow: visible !important;
}

body .header-top img.logotype-img {
  width: 72px !important;
  max-height: 62px !important;
  transform: scale(1.18) !important;
}

body .header-top a.logotype::before {
  inset: 4px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 21% 50%, rgba(24, 214, 210, 0.2), transparent 36%),
    linear-gradient(90deg, rgba(255, 225, 106, 0.1), transparent 58%);
}

body .header-top a.logotype::after {
  top: 50%;
  left: 92px;
  z-index: 2;
  width: auto;
  height: auto;
  content: "CUBE\A EMPIRE";
  transform: translateY(-50%);
  clip-path: none;
  border: 0;
  background: none;
  color: #fff8d7;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
  text-align: left;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.3),
    0 0 12px rgba(247, 200, 75, 0.2);
  white-space: pre;
}

body.night_theme .header-top a.logotype {
  background:
    linear-gradient(90deg, rgba(20, 43, 37, 0.94), rgba(38, 36, 27, 0.9)) !important;
  border-color: rgba(255, 225, 106, 0.46) !important;
}

@media (max-width: 1499px) {
  body .header-top {
    grid-template-columns: 190px minmax(530px, 1fr) 118px !important;
  }

  body .header-top a.logotype {
    width: 166px !important;
    height: 56px !important;
    padding-left: 10px !important;
  }

  body .header-top img.logotype-img {
    width: 64px !important;
  }

  body .header-top a.logotype::after {
    left: 80px;
    font-size: 13px;
  }
}

/* CE royal kingdom redesign v6 */
:root {
  --ce-royal-bg: #071512;
  --ce-royal-panel: #111a17;
  --ce-royal-panel-2: #1a211b;
  --ce-royal-gold: #f1c45a;
  --ce-royal-gold-2: #b87a24;
  --ce-royal-emerald: #16c5ad;
  --ce-royal-text: #f8efd5;
  --ce-royal-muted: #b8b29c;
}

body.night_theme {
  background-color: var(--ce-royal-bg) !important;
  background-image:
    linear-gradient(180deg, rgba(13, 39, 33, 0.92), rgba(7, 15, 13, 0.98) 420px, rgba(9, 11, 10, 1)),
    linear-gradient(90deg, rgba(20, 154, 135, 0.12), transparent 28%, transparent 72%, rgba(241, 196, 90, 0.1)) !important;
  color: var(--ce-royal-text) !important;
}

body.night_theme .bgOrbs {
  display: none !important;
}

body.night_theme .header-top,
body .header-top {
  grid-template-columns: 260px minmax(620px, 1fr) 170px !important;
  height: 84px !important;
  min-height: 84px !important;
  padding: 0 36px !important;
  gap: 22px !important;
  border-radius: 14px !important;
  overflow: visible !important;
}

body.night_theme .header-top {
  background:
    linear-gradient(90deg, rgba(12, 35, 30, 0.98), rgba(23, 27, 23, 0.98) 42%, rgba(36, 31, 20, 0.98)) !important;
  border: 1px solid rgba(241, 196, 90, 0.32) !important;
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(22, 197, 173, 0.1),
    inset 0 1px 0 rgba(255, 244, 190, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.5) !important;
}

body.night_theme .header-top::after,
body.night_theme .slider-object-main::after,
body.night_theme .right-content-block-bottom::after,
body.night_theme .content-block-1::after,
body.night_theme .category-shop::after,
body.night_theme .vault-block::after,
body.night_theme .footer-block::after,
body.night_theme .account-panel::after,
body.night_theme .payment-panel::after,
body.night_theme .object-shop::after,
.header-top::after,
.slider-object-main::after,
.right-content-block-bottom::after,
.content-block-1::after,
.category-shop::after,
.vault-block::after,
.footer-block::after,
.account-panel::after,
.payment-panel::after,
.object-shop::after {
  display: none !important;
  content: none !important;
}

body.night_theme .header-top::before {
  top: 0 !important;
  left: 18px !important;
  right: 18px !important;
  height: 1px !important;
  background:
    linear-gradient(90deg, transparent, rgba(22, 197, 173, 0.58), rgba(241, 196, 90, 0.9), rgba(22, 197, 173, 0.58), transparent) !important;
  box-shadow: 0 0 18px rgba(241, 196, 90, 0.22) !important;
}

body .header-top .left-info-header {
  display: contents !important;
}

body .header-top a.logotype {
  grid-column: 1 !important;
  width: 236px !important;
  height: 74px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  position: relative !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

body .header-top a.logotype::before {
  position: absolute !important;
  left: 4px !important;
  top: 50% !important;
  width: 74px !important;
  height: 58px !important;
  inset: auto !important;
  content: "" !important;
  transform: translateY(-50%) !important;
  border-radius: 12px !important;
  border: 1px solid rgba(241, 196, 90, 0.34) !important;
  background:
    linear-gradient(135deg, rgba(22, 197, 173, 0.18), rgba(241, 196, 90, 0.08)),
    rgba(8, 18, 16, 0.42) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 20px rgba(0, 0, 0, 0.2) !important;
}

body .header-top a.logotype::after {
  position: absolute !important;
  left: 92px !important;
  top: 50% !important;
  z-index: 2 !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
  content: "CUBE\AEMPIRE" !important;
  transform: translateY(-50%) !important;
  clip-path: none !important;
  border: 0 !important;
  background: none !important;
  color: var(--ce-royal-text) !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
  white-space: pre !important;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.35),
    0 0 14px rgba(241, 196, 90, 0.18) !important;
}

body .header-top img.logotype-img {
  width: 82px !important;
  max-width: none !important;
  max-height: 70px !important;
  transform: none !important;
  position: relative !important;
  z-index: 3 !important;
  object-fit: contain !important;
  filter:
    drop-shadow(0 8px 16px rgba(0, 0, 0, 0.36))
    drop-shadow(0 0 8px rgba(22, 197, 173, 0.2)) !important;
}

body .header-top .links-header-ul.head-pc {
  grid-column: 2 !important;
  width: min(100%, 650px) !important;
  max-width: 650px !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(96px, 1fr)) !important;
  gap: 14px !important;
  justify-self: center !important;
  align-items: center !important;
}

body .header-top .links-header-ul.head-pc .link-header-a {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 40px !important;
  padding: 0 16px !important;
  border-radius: 9px !important;
  border: 1px solid rgba(241, 196, 90, 0.12) !important;
  background: rgba(255, 244, 190, 0.035) !important;
  color: #d8d1bc !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  transition: transform 0.18s ease, color 0.18s ease, background 0.18s ease, border-color 0.18s ease !important;
  box-shadow: none !important;
}

body .header-top .links-header-ul.head-pc .link-header-a::before,
body .header-top .links-header-ul.head-pc .link-header-a::after {
  display: none !important;
  content: none !important;
}

body .header-top .links-header-ul.head-pc .link-header-a:hover,
body .header-top .links-header-ul.head-pc .link-header-a:focus-visible {
  transform: translateY(-1px) !important;
  border-color: rgba(241, 196, 90, 0.42) !important;
  background: rgba(241, 196, 90, 0.1) !important;
  color: #fff2c8 !important;
}

body .header-top .links-header-ul.head-pc .link-header-a.is-active {
  background:
    linear-gradient(180deg, #fff1b5, var(--ce-royal-gold) 46%, #c4872c) !important;
  color: #15120c !important;
  border-color: rgba(255, 239, 170, 0.72) !important;
  box-shadow:
    0 4px 0 rgba(104, 68, 22, 0.8),
    0 12px 24px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
}

body .header-top .right-info {
  grid-column: 3 !important;
  justify-self: end !important;
}

body .header-top .custom-button-1 {
  min-width: 136px !important;
  min-height: 46px !important;
  padding: 0 22px !important;
  border-radius: 9px !important;
  background:
    linear-gradient(180deg, #ffd96d, #f2a234 58%, #d98325) !important;
  color: #17120a !important;
  border: 1px solid rgba(255, 239, 170, 0.62) !important;
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.54) !important;
}

body.night_theme .slider-object-main,
body.night_theme .right-content-block-bottom,
body.night_theme .content-block-1,
body.night_theme .info-block-top,
body.night_theme .category-shop,
body.night_theme .object-shop,
body.night_theme .vault-block,
body.night_theme .account-panel,
body.night_theme .payment-panel {
  position: relative !important;
  border: 1px solid transparent !important;
  background:
    linear-gradient(180deg, rgba(26, 32, 28, 0.96), rgba(17, 20, 18, 0.98)) padding-box,
    linear-gradient(135deg, rgba(241, 196, 90, 0.52), rgba(22, 197, 173, 0.32), rgba(241, 196, 90, 0.24)) border-box !important;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 244, 190, 0.07) !important;
}

body.night_theme .slider-object-main {
  background:
    linear-gradient(180deg, rgba(255, 214, 98, 0.18), rgba(255, 139, 29, 0.12)) padding-box,
    linear-gradient(135deg, rgba(255, 232, 134, 0.72), rgba(22, 197, 173, 0.45), rgba(255, 159, 45, 0.52)) border-box !important;
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(22, 197, 173, 0.08) !important;
}

body.night_theme .slider-object-main::before,
body.night_theme .right-content-block-bottom::before,
body.night_theme .content-block-1::before,
body.night_theme .info-block-top::before,
body.night_theme .category-shop::before,
body.night_theme .object-shop::before,
body.night_theme .vault-block::before,
body.night_theme .account-panel::before,
body.night_theme .payment-panel::before {
  top: 0 !important;
  left: 18px !important;
  right: 18px !important;
  height: 2px !important;
  border-radius: 99px !important;
  background:
    linear-gradient(90deg, transparent, rgba(22, 197, 173, 0.5), rgba(255, 231, 126, 0.95), rgba(22, 197, 173, 0.5), transparent) !important;
  box-shadow: 0 0 18px rgba(241, 196, 90, 0.22) !important;
}

body.night_theme a.social-header-a {
  border: 1px solid rgba(241, 196, 90, 0.18) !important;
  background:
    linear-gradient(135deg, rgba(22, 197, 173, 0.82), rgba(34, 137, 127, 0.78)) !important;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
}

body.night_theme a.social-header-a.discord-a {
  background:
    linear-gradient(135deg, rgba(78, 113, 224, 0.9), rgba(53, 90, 184, 0.86)) !important;
}

body.night_theme a.social-header-a.vk-a {
  background:
    linear-gradient(135deg, rgba(37, 126, 219, 0.9), rgba(24, 101, 176, 0.86)) !important;
}

body.night_theme a.social-header-a.tg-a {
  background:
    linear-gradient(135deg, rgba(42, 171, 238, 0.92), rgba(22, 132, 190, 0.86)) !important;
}

body.night_theme .right-socials-header-a {
  background: rgba(0, 0, 0, 0.18) !important;
}

body.night_theme .object-last-buy,
body.night_theme .object-user-a,
body.night_theme .vault-block {
  border-color: rgba(241, 196, 90, 0.16) !important;
  background: rgba(255, 255, 255, 0.035) !important;
}

@media (max-width: 1499px) {
  body.night_theme .header-top,
  body .header-top {
    grid-template-columns: 220px minmax(520px, 1fr) 145px !important;
    padding: 0 26px !important;
  }

  body .header-top a.logotype {
    width: 210px !important;
  }

  body .header-top img.logotype-img {
    width: 74px !important;
  }

  body .header-top a.logotype::after {
    left: 84px !important;
    font-size: 16px !important;
  }

  body .header-top .links-header-ul.head-pc {
    max-width: 560px !important;
    grid-template-columns: repeat(5, minmax(82px, 1fr)) !important;
    gap: 10px !important;
  }
}

/* CE ReallyWorld-inspired clean redesign v7 */
:root {
  --ce-clean-page: #f3f1ec;
  --ce-clean-surface: #ffffff;
  --ce-clean-surface-2: #f7f5ee;
  --ce-clean-text: #171717;
  --ce-clean-muted: #8d91a4;
  --ce-clean-gold: #ff9f26;
  --ce-clean-gold-2: #f1c24f;
  --ce-clean-ink: #202326;
  --ce-clean-line: rgba(32, 35, 38, 0.08);
}

html,
body,
body.night_theme {
  background:
    linear-gradient(180deg, #f7f5ef 0%, #f0eee8 420px, #f7f6f2 100%) !important;
  color: var(--ce-clean-text) !important;
  cursor: auto !important;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 159, 38, 0.08), transparent 22%, transparent 78%, rgba(26, 197, 173, 0.07)),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.88), transparent 34%) !important;
}

body.night_theme .bgOrbs,
.bgOrbs {
  display: none !important;
}

body.night_theme .header-top,
body .header-top {
  grid-template-columns: 250px minmax(620px, 1fr) 170px !important;
  height: 96px !important;
  min-height: 96px !important;
  padding: 0 54px !important;
  margin-top: 26px !important;
  margin-bottom: 34px !important;
  gap: 22px !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 0 !important;
  box-shadow: 0 18px 44px rgba(36, 33, 27, 0.08) !important;
  overflow: visible !important;
}

body.night_theme .header-top::before,
body.night_theme .header-top::after,
.header-top::before,
.header-top::after {
  display: none !important;
  content: none !important;
}

body .header-top .left-info-header {
  display: contents !important;
}

body .header-top a.logotype {
  grid-column: 1 !important;
  width: 230px !important;
  height: 76px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  position: relative !important;
}

body .header-top a.logotype::before {
  display: none !important;
  content: none !important;
}

body .header-top a.logotype::after {
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  content: "CUBE\AEMPIRE" !important;
  transform: none !important;
  clip-path: none !important;
  background: none !important;
  border: 0 !important;
  color: #151515 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  white-space: pre !important;
  text-align: left !important;
  text-shadow: none !important;
}

body .header-top img.logotype-img {
  width: 74px !important;
  height: 74px !important;
  max-width: 74px !important;
  max-height: 74px !important;
  object-fit: contain !important;
  transform: none !important;
  filter: none !important;
}

body .header-top .links-header-ul.head-pc {
  grid-column: 2 !important;
  justify-self: center !important;
  width: min(100%, 690px) !important;
  max-width: 690px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 34px !important;
}

body .header-top .links-header-ul.head-pc li {
  display: flex !important;
  min-width: 0 !important;
}

body .header-top .links-header-ul.head-pc .link-header-a {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 54px !important;
  padding: 0 4px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #999bad !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  transition: color 0.2s ease, transform 0.2s ease !important;
}

body .header-top .links-header-ul.head-pc .link-header-a::before,
body .header-top .links-header-ul.head-pc .link-header-a::after {
  display: none !important;
  content: none !important;
}

body .header-top .links-header-ul.head-pc .link-header-a:hover,
body .header-top .links-header-ul.head-pc .link-header-a:focus-visible {
  color: #202326 !important;
  transform: translateY(-1px) !important;
}

body .header-top .links-header-ul.head-pc .link-header-a.is-active {
  min-height: 54px !important;
  padding: 0 22px !important;
  border-radius: 12px !important;
  background: var(--ce-clean-surface) !important;
  color: #171717 !important;
  box-shadow:
    0 8px 0 rgba(32, 35, 38, 0.08),
    0 16px 28px rgba(32, 35, 38, 0.08) !important;
  position: relative !important;
}

body .header-top .links-header-ul.head-pc .link-header-a.is-active::before {
  display: flex !important;
  width: 28px !important;
  height: 28px !important;
  margin-right: 14px !important;
  content: "" !important;
  border-radius: 7px !important;
  background:
    linear-gradient(#fff 0 0) 50% 8px / 8px 2px no-repeat,
    linear-gradient(#fff 0 0) 50% 13px / 8px 2px no-repeat,
    linear-gradient(#fff 0 0) 50% 18px / 8px 2px no-repeat,
    linear-gradient(180deg, #ffb238, #ff8d1f) !important;
}

body .header-top .right-info {
  grid-column: 3 !important;
  justify-self: end !important;
}

body .header-top .custom-button-1 {
  min-width: 128px !important;
  min-height: 54px !important;
  padding: 0 24px !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #ffb23a, #ff8529) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: none !important;
}

body.night_theme .slider-object-main,
body .slider-object-main {
  border: 0 !important;
  border-radius: 14px !important;
  background: #ff9b20 !important;
  box-shadow: 0 18px 40px rgba(32, 35, 38, 0.08) !important;
  overflow: hidden !important;
}

body.night_theme .slider-object-main::before,
body.night_theme .slider-object-main::after,
.slider-object-main::before,
.slider-object-main::after {
  display: none !important;
  content: none !important;
}

body .slider-left {
  padding-left: 80px !important;
}

body .text-h5,
body .slider-left .text-h5 {
  color: #fff !important;
  font-size: 40px !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

body .text-h5-description {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

body .learn-more-slider {
  min-height: 46px !important;
  border-radius: 8px !important;
  background: #303337 !important;
  color: #fff !important;
  box-shadow: none !important;
}

body.night_theme .content-block,
body .content-block {
  margin-top: 20px !important;
}

body.night_theme .info-block-top,
body.night_theme .right-content-block-bottom,
body.night_theme .content-block-1,
body.night_theme .category-shop,
body.night_theme .object-shop,
body.night_theme .vault-block,
body.night_theme .account-panel,
body.night_theme .payment-panel,
body .info-block-top,
body .right-content-block-bottom,
body .content-block-1,
body .category-shop,
body .object-shop,
body .vault-block,
body .account-panel,
body .payment-panel {
  border: 1px solid var(--ce-clean-line) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 16px 34px rgba(32, 35, 38, 0.06) !important;
  color: var(--ce-clean-text) !important;
}

body.night_theme .info-block-top::before,
body.night_theme .right-content-block-bottom::before,
body.night_theme .content-block-1::before,
body.night_theme .category-shop::before,
body.night_theme .object-shop::before,
body.night_theme .vault-block::before,
body.night_theme .account-panel::before,
body.night_theme .payment-panel::before,
.info-block-top::before,
.right-content-block-bottom::before,
.content-block-1::before,
.category-shop::before,
.object-shop::before,
.vault-block::before,
.account-panel::before,
.payment-panel::before,
body.night_theme .info-block-top::after,
body.night_theme .right-content-block-bottom::after,
body.night_theme .content-block-1::after,
body.night_theme .category-shop::after,
body.night_theme .object-shop::after,
body.night_theme .vault-block::after,
body.night_theme .account-panel::after,
body.night_theme .payment-panel::after,
.info-block-top::after,
.right-content-block-bottom::after,
.content-block-1::after,
.category-shop::after,
.object-shop::after,
.vault-block::after,
.account-panel::after,
.payment-panel::after {
  display: none !important;
  content: none !important;
}

body .h4-block,
body .h4-info,
body .text-block-h3,
body .title-category,
body .login-user-a,
body .text-vault,
body .text-vault-sum {
  color: var(--ce-clean-text) !important;
}

body .top-info-a,
body .text-block-p,
body .text-down-info,
body .right-data-user {
  color: #777d8d !important;
}

body .object-user-a,
body .object-last-buy,
body.night_theme .object-user-a,
body.night_theme .object-last-buy {
  background: transparent !important;
  border-color: rgba(32, 35, 38, 0.08) !important;
  color: var(--ce-clean-text) !important;
}

body .custom-button-2 {
  border-radius: 8px !important;
  background: #303337 !important;
  color: #fff !important;
}

body a.social-header-a,
body.night_theme a.social-header-a {
  height: 76px !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

body a.social-header-a.online-a {
  background: linear-gradient(135deg, #8b4ae2, #7543d6) !important;
}

body a.social-header-a.discord-a {
  background: linear-gradient(135deg, #6675ff, #5d66f3) !important;
}

body a.social-header-a.vk-a {
  background: linear-gradient(135deg, #449bf3, #2f83e8) !important;
}

body a.social-header-a.tg-a {
  background: linear-gradient(135deg, #35bde8, #27a8dd) !important;
}

body .right-socials-header-a {
  background: rgba(255, 255, 255, 0.16) !important;
}

@media (max-width: 1499px) {
  body.night_theme .header-top,
  body .header-top {
    grid-template-columns: 220px minmax(520px, 1fr) 140px !important;
    padding: 0 34px !important;
  }

  body .header-top a.logotype {
    width: 210px !important;
  }

  body .header-top .links-header-ul.head-pc {
    gap: 22px !important;
  }

  body .header-top .links-header-ul.head-pc .link-header-a {
    font-size: 11px !important;
  }
}

/* CE ReallyWorld-style structure, dark kingdom theme v8 */
:root {
  --ce8-bg: #080f0d;
  --ce8-bg-2: #101711;
  --ce8-panel: #151b17;
  --ce8-panel-2: #1d241d;
  --ce8-text: #f7f2df;
  --ce8-muted: #a6aa9c;
  --ce8-gold: #ffb238;
  --ce8-gold-2: #d88622;
  --ce8-emerald: #19cab0;
  --ce8-border: rgba(255, 178, 56, 0.18);
}

html,
body,
body.night_theme {
  background:
    radial-gradient(circle at 16% 0%, rgba(25, 202, 176, 0.18), transparent 34%),
    radial-gradient(circle at 84% 0%, rgba(255, 178, 56, 0.16), transparent 34%),
    linear-gradient(180deg, #101711 0%, #080f0d 520px, #070908 100%) !important;
  color: var(--ce8-text) !important;
}

body::before {
  display: none !important;
}

.bgOrbs,
body.night_theme .bgOrbs {
  display: none !important;
}

body .border {
  max-width: 1420px !important;
}

body.night_theme .header-top,
body .header-top {
  grid-template-columns: 260px minmax(620px, 1fr) 170px !important;
  height: 88px !important;
  min-height: 88px !important;
  padding: 0 42px !important;
  margin-top: 24px !important;
  margin-bottom: 26px !important;
  border-radius: 18px !important;
  background:
    linear-gradient(90deg, rgba(17, 32, 27, 0.96), rgba(25, 27, 22, 0.96), rgba(38, 31, 20, 0.96)) !important;
  border: 1px solid var(--ce8-border) !important;
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

body.night_theme .header-top::before,
body.night_theme .header-top::after,
.header-top::before,
.header-top::after {
  display: none !important;
  content: none !important;
}

body .header-top .left-info-header {
  display: contents !important;
}

body .header-top a.logotype {
  grid-column: 1 !important;
  width: 238px !important;
  height: 72px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

body .header-top a.logotype::before {
  display: none !important;
  content: none !important;
}

body .header-top a.logotype::after {
  position: static !important;
  display: block !important;
  content: "CUBE\AEMPIRE" !important;
  transform: none !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  background: none !important;
  clip-path: none !important;
  color: #fff3cf !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
  white-space: pre !important;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.22) !important;
}

body .header-top img.logotype-img {
  width: 72px !important;
  height: 72px !important;
  max-width: 72px !important;
  max-height: 72px !important;
  object-fit: contain !important;
  transform: none !important;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.32)) !important;
}

body .header-top .links-header-ul.head-pc {
  grid-column: 2 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 28px !important;
  width: auto !important;
  max-width: none !important;
}

body .header-top .links-header-ul.head-pc .link-header-a {
  min-height: 50px !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  padding: 0 8px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(247, 242, 223, 0.72) !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

body .header-top .links-header-ul.head-pc .link-header-a::before,
body .header-top .links-header-ul.head-pc .link-header-a::after {
  display: none !important;
  content: none !important;
}

body .header-top .links-header-ul.head-pc .link-header-a:hover,
body .header-top .links-header-ul.head-pc .link-header-a:focus-visible {
  color: #fff6d7 !important;
}

body .header-top .links-header-ul.head-pc .link-header-a.is-active {
  min-height: 52px !important;
  padding: 0 24px !important;
  border-radius: 12px !important;
  background: #fffaf0 !important;
  color: #16140f !important;
  box-shadow:
    0 7px 0 rgba(0, 0, 0, 0.24),
    0 16px 28px rgba(0, 0, 0, 0.24) !important;
}

body .header-top .links-header-ul.head-pc .link-header-a.is-active::before {
  display: flex !important;
  content: "" !important;
  width: 28px !important;
  height: 28px !important;
  margin-right: 12px !important;
  border-radius: 8px !important;
  background:
    linear-gradient(#fff 0 0) 50% 8px / 8px 2px no-repeat,
    linear-gradient(#fff 0 0) 50% 13px / 8px 2px no-repeat,
    linear-gradient(#fff 0 0) 50% 18px / 8px 2px no-repeat,
    linear-gradient(180deg, var(--ce8-gold), #ff8c25) !important;
}

body .header-top .right-info {
  grid-column: 3 !important;
  justify-self: end !important;
}

body .header-top .custom-button-1 {
  min-width: 132px !important;
  min-height: 50px !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, #ffc451, #ff8f2a) !important;
  color: #16140f !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  border: 1px solid rgba(255, 238, 170, 0.44) !important;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24) !important;
}

.ce-home {
  display: grid;
  gap: 32px;
  margin-bottom: 46px;
}

.ce-hero-rw {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(460px, 1.05fr);
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 178, 56, 0.22);
  background:
    linear-gradient(135deg, rgba(14, 36, 31, 0.98), rgba(19, 24, 19, 0.98) 44%, rgba(62, 42, 18, 0.96)),
    radial-gradient(circle at 78% 40%, rgba(255, 178, 56, 0.24), transparent 32%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
}

.ce-hero-rw::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.18;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 96px 96px;
}

.ce-hero-copy {
  position: relative;
  z-index: 2;
  padding: 72px 0 72px 74px;
}

.ce-eyebrow {
  margin-bottom: 18px;
  color: var(--ce8-gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ce-hero-copy h1 {
  color: #fff4cf;
  font-size: 78px;
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
}

.ce-hero-copy h2 {
  margin-top: 14px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.1;
}

.ce-lead {
  max-width: 520px;
  margin-top: 26px;
  color: rgba(247, 242, 223, 0.78);
  font-size: 17px;
  line-height: 1.7;
}

.ce-server-card {
  width: min(100%, 470px);
  margin-top: 34px;
  padding: 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 178, 56, 0.22);
  background: rgba(5, 10, 9, 0.46);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.ce-server-card span,
.ce-version-row span {
  display: block;
  color: rgba(247, 242, 223, 0.58);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.ce-server-card strong,
.ce-version-row strong {
  display: block;
  margin-top: 5px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
}

.ce-ip-copy,
.ce-version-row button {
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 12px;
  background: #fffaf0;
  color: #16140f;
  font-size: 13px;
  font-weight: 900;
}

.ce-ip-copy img {
  width: 14px;
  height: 14px;
  filter: invert(1);
  opacity: 0.55;
}

.ce-hero-art {
  position: relative;
  z-index: 1;
  min-height: 560px;
}

.ce-hero-art::before {
  position: absolute;
  right: 7%;
  bottom: 10%;
  width: 420px;
  height: 420px;
  content: "";
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 178, 56, 0.36), transparent 65%);
  filter: blur(4px);
}

.ce-hero-art img {
  position: absolute;
  right: 3%;
  bottom: -16px;
  width: min(720px, 110%);
  max-height: 620px;
  object-fit: contain;
  filter: drop-shadow(0 34px 46px rgba(0, 0, 0, 0.48));
}

.ce-join-rw {
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(440px, 1.05fr);
  gap: 28px;
  align-items: stretch;
}

.ce-join-copy,
.ce-social-grid {
  border-radius: 24px;
  border: 1px solid rgba(255, 178, 56, 0.16);
  background: rgba(20, 27, 23, 0.84);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.28);
}

.ce-join-copy {
  padding: 42px;
}

.ce-join-copy h2 {
  color: #fff4cf;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.12;
}

.ce-join-copy p:not(.ce-eyebrow) {
  max-width: 620px;
  margin-top: 18px;
  color: rgba(247, 242, 223, 0.72);
  font-size: 15px;
  line-height: 1.7;
}

.ce-version-row {
  margin-top: 26px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.ce-version-row button {
  background: rgba(255, 250, 240, 0.08);
  color: #fff4cf;
  border: 1px solid rgba(255, 178, 56, 0.18);
}

.ce-social-grid {
  padding: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 16px;
}

.ce-social-card {
  min-height: 92px;
  padding: 24px;
  display: flex;
  align-items: flex-end;
  border-radius: 18px;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.ce-social-vk {
  background: linear-gradient(135deg, #2f86e8, #2767c7);
}

.ce-social-forum {
  background: linear-gradient(135deg, #2b302b, #1a1f1b);
}

.ce-social-tg {
  background: linear-gradient(135deg, #2cb9e4, #168bc3);
}

.ce-social-discord {
  background: linear-gradient(135deg, #6673ff, #4d5edb);
}

.ce-home + .slider-object-main,
.ce-home ~ .content-block,
.ce-home ~ .down-info {
  display: none !important;
}

body.night_theme .vault_content,
body .vault_content {
  margin-top: 0 !important;
}

body.night_theme .content-block-1,
body.night_theme .category-shop,
body.night_theme .object-shop,
body.night_theme .vault-block,
body.night_theme .account-panel,
body.night_theme .payment-panel,
body .content-block-1,
body .category-shop,
body .object-shop,
body .vault-block,
body .account-panel,
body .payment-panel {
  border: 1px solid rgba(255, 178, 56, 0.14) !important;
  border-radius: 22px !important;
  background: rgba(20, 27, 23, 0.86) !important;
  color: var(--ce8-text) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24) !important;
}

body .text-block-h3,
body .title-category,
body .text-vault,
body .text-vault-sum,
body .login-user-a {
  color: #fff4cf !important;
}

body .text-block-p,
body .top-info-a,
body .right-data-user {
  color: rgba(247, 242, 223, 0.64) !important;
}

body .custom-button-2,
body .custom-button-1 {
  border-radius: 12px !important;
}

body a.social-header-a,
body.night_theme a.social-header-a {
  display: none !important;
}

@media (max-width: 1499px) {
  body .border {
    max-width: 1220px !important;
  }

  body.night_theme .header-top,
  body .header-top {
    grid-template-columns: 230px minmax(500px, 1fr) 150px !important;
    padding: 0 30px !important;
  }

  body .header-top .links-header-ul.head-pc {
    gap: 18px !important;
  }

  .ce-hero-rw {
    min-height: 500px;
  }

  .ce-hero-copy {
    padding-left: 58px;
  }

  .ce-hero-copy h1 {
    font-size: 64px;
  }

  .ce-hero-copy h2 {
    font-size: 30px;
  }
}

@media (max-width: 980px) {
  body.night_theme .header-top,
  body .header-top {
    grid-template-columns: 1fr auto !important;
    height: auto !important;
    padding: 18px 20px !important;
  }

  body .header-top .links-header-ul.head-pc {
    display: none !important;
  }

  .ce-hero-rw,
  .ce-join-rw {
    grid-template-columns: 1fr;
  }

  .ce-hero-rw {
    min-height: auto;
  }

  .ce-hero-copy {
    padding: 42px 28px;
  }

  .ce-hero-copy h1 {
    font-size: 44px;
  }

  .ce-hero-copy h2 {
    font-size: 25px;
  }

  .ce-hero-art {
    min-height: 320px;
  }

  .ce-server-card {
    grid-template-columns: 1fr;
  }
}

/* CE header cleanup v9 */
body .header-top a.logotype::after {
  content: "CubeEmpire" !important;
  color: #fff3cf !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

body .header-top .links-header-ul.head-pc {
  gap: 34px !important;
}

body .header-top .links-header-ul.head-pc .link-header-a,
body .header-top .links-header-ul.head-pc .link-header-a:hover,
body .header-top .links-header-ul.head-pc .link-header-a:focus-visible,
body .header-top .links-header-ul.head-pc .link-header-a.is-active {
  min-height: 42px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
  color: rgba(247, 242, 223, 0.76) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

body .header-top .links-header-ul.head-pc .link-header-a::before,
body .header-top .links-header-ul.head-pc .link-header-a::after,
body .header-top .links-header-ul.head-pc .link-header-a:hover::before,
body .header-top .links-header-ul.head-pc .link-header-a:hover::after,
body .header-top .links-header-ul.head-pc .link-header-a:focus-visible::before,
body .header-top .links-header-ul.head-pc .link-header-a:focus-visible::after,
body .header-top .links-header-ul.head-pc .link-header-a.is-active::before,
body .header-top .links-header-ul.head-pc .link-header-a.is-active::after {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  content: none !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

body .header-top .links-header-ul.head-pc .link-header-a:hover,
body .header-top .links-header-ul.head-pc .link-header-a:focus-visible,
body .header-top .links-header-ul.head-pc .link-header-a.is-active {
  color: #fff3cf !important;
}

body .header-top .links-header-ul.head-pc .link-header-a.is-active {
  position: relative !important;
}

body .header-top .links-header-ul.head-pc .link-header-a.is-active::after {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 4px !important;
  width: auto !important;
  height: 2px !important;
  content: "" !important;
  border-radius: 99px !important;
  background: linear-gradient(90deg, transparent, rgba(255, 178, 56, 0.92), transparent) !important;
}

@media (max-width: 1499px) {
  body .header-top a.logotype::after {
    font-size: 18px !important;
  }

  body .header-top .links-header-ul.head-pc {
    gap: 26px !important;
  }
}

/* CE near-ReallyWorld dark layout v10 */
:root {
  --rw10-bg: #080d0c;
  --rw10-text: #ffffff;
  --rw10-muted: #9da1b5;
  --rw10-gold: #ff9f26;
  --rw10-gold-soft: #ffc35a;
  --rw10-panel: rgba(255, 255, 255, 0.055);
  --rw10-line: rgba(255, 255, 255, 0.09);
}

html,
body,
body.night_theme {
  background:
    radial-gradient(circle at 22% 0%, rgba(20, 180, 154, 0.18), transparent 30%),
    radial-gradient(circle at 82% 5%, rgba(255, 159, 38, 0.14), transparent 32%),
    linear-gradient(180deg, #101514 0%, #080d0c 36%, #070908 100%) !important;
  color: var(--rw10-text) !important;
}

body .border {
  max-width: 1340px !important;
}

body.night_theme .header-top,
body .header-top {
  grid-template-columns: 230px minmax(660px, 1fr) 150px !important;
  height: 92px !important;
  min-height: 92px !important;
  padding: 0 !important;
  margin-top: 30px !important;
  margin-bottom: 18px !important;
  gap: 30px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body .header-top a.logotype {
  width: 230px !important;
  height: 78px !important;
  gap: 14px !important;
}

body .header-top img.logotype-img {
  width: 70px !important;
  height: 70px !important;
  max-width: 70px !important;
  max-height: 70px !important;
}

body .header-top a.logotype::after {
  content: "CUBE\AEMPIRE" !important;
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  text-transform: uppercase !important;
  white-space: pre !important;
}

body .header-top .links-header-ul.head-pc {
  gap: 38px !important;
  justify-content: center !important;
  white-space: nowrap !important;
}

body .header-top .links-header-ul.head-pc .link-header-a,
body .header-top .links-header-ul.head-pc .link-header-a:hover,
body .header-top .links-header-ul.head-pc .link-header-a:focus-visible,
body .header-top .links-header-ul.head-pc .link-header-a.is-active {
  min-height: 56px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--rw10-muted) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

body .header-top .links-header-ul.head-pc .link-header-a::before,
body .header-top .links-header-ul.head-pc .link-header-a::after,
body .header-top .links-header-ul.head-pc .link-header-a.is-active::before,
body .header-top .links-header-ul.head-pc .link-header-a.is-active::after {
  display: none !important;
  content: none !important;
}

body .header-top .links-header-ul.head-pc .link-header-a:hover,
body .header-top .links-header-ul.head-pc .link-header-a:focus-visible {
  color: #ffffff !important;
}

body .header-top .links-header-ul.head-pc .link-header-a.is-active {
  padding: 0 28px !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  color: #101010 !important;
  box-shadow:
    0 8px 0 rgba(255, 255, 255, 0.16),
    0 18px 34px rgba(0, 0, 0, 0.28) !important;
}

body .header-top .custom-button-1 {
  min-width: 132px !important;
  min-height: 54px !important;
  border-radius: 7px !important;
  background: linear-gradient(180deg, #ffb341, #ff8c26) !important;
  color: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
}

.ce-home {
  gap: 54px !important;
  margin-top: 8px !important;
  margin-bottom: 66px !important;
}

.ce-hero-rw {
  min-height: 640px !important;
  grid-template-columns: minmax(430px, 0.9fr) minmax(560px, 1.1fr) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.ce-hero-rw::before {
  display: none !important;
}

.ce-hero-copy {
  padding: 64px 0 70px 0 !important;
}

.ce-eyebrow {
  color: var(--rw10-gold) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  margin-bottom: 20px !important;
}

.ce-hero-copy h1 {
  color: #ffffff !important;
  font-size: 86px !important;
  line-height: 0.94 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.ce-hero-copy h2 {
  margin-top: 18px !important;
  color: #ffffff !important;
  font-size: 42px !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
}

.ce-lead {
  max-width: 560px !important;
  margin-top: 26px !important;
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: 18px !important;
  line-height: 1.72 !important;
}

.ce-server-card {
  width: min(100%, 520px) !important;
  margin-top: 42px !important;
  padding: 0 !important;
  grid-template-columns: 190px 1fr !important;
  gap: 18px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ce-server-card > div {
  min-height: 90px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 18px;
  background: var(--rw10-panel);
  border: 1px solid var(--rw10-line);
}

.ce-server-card span,
.ce-version-row span {
  color: rgba(255, 255, 255, 0.54) !important;
}

.ce-server-card strong,
.ce-version-row strong {
  color: #ffffff !important;
}

.ce-ip-copy {
  min-height: 90px !important;
  padding: 0 26px !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  color: #111111 !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24) !important;
}

.ce-hero-art {
  min-height: 640px !important;
}

.ce-hero-art::before {
  right: 11% !important;
  bottom: 14% !important;
  width: 520px !important;
  height: 520px !important;
  background: radial-gradient(circle, rgba(255, 159, 38, 0.28), rgba(25, 202, 176, 0.12) 45%, transparent 68%) !important;
}

.ce-hero-art img {
  right: -4% !important;
  bottom: -22px !important;
  width: min(820px, 112%) !important;
  max-height: 690px !important;
}

.ce-join-rw {
  grid-template-columns: minmax(520px, 1fr) minmax(520px, 1fr) !important;
  gap: 28px !important;
}

.ce-join-copy,
.ce-social-grid {
  border: 1px solid var(--rw10-line) !important;
  border-radius: 28px !important;
  background: rgba(255, 255, 255, 0.045) !important;
  box-shadow: none !important;
}

.ce-join-copy {
  padding: 48px !important;
}

.ce-join-copy h2 {
  color: #ffffff !important;
  font-size: 42px !important;
}

.ce-join-copy p:not(.ce-eyebrow) {
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 16px !important;
}

.ce-version-row button {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  border: 1px solid var(--rw10-line) !important;
}

.ce-social-grid {
  padding: 26px !important;
  grid-template-columns: repeat(2, minmax(200px, 1fr)) !important;
}

.ce-social-card {
  min-height: 118px !important;
  border-radius: 22px !important;
  font-size: 16px !important;
  box-shadow: none !important;
}

body.night_theme .content-block-1,
body.night_theme .category-shop,
body.night_theme .object-shop,
body.night_theme .vault-block,
body.night_theme .account-panel,
body.night_theme .payment-panel,
body .content-block-1,
body .category-shop,
body .object-shop,
body .vault-block,
body .account-panel,
body .payment-panel {
  border: 1px solid var(--rw10-line) !important;
  background: rgba(255, 255, 255, 0.045) !important;
  box-shadow: none !important;
}

@media (max-width: 1499px) {
  body .border {
    max-width: 1180px !important;
  }

  body.night_theme .header-top,
  body .header-top {
    grid-template-columns: 210px minmax(560px, 1fr) 140px !important;
    gap: 18px !important;
  }

  body .header-top .links-header-ul.head-pc {
    gap: 24px !important;
  }

  body .header-top .links-header-ul.head-pc .link-header-a {
    font-size: 10px !important;
  }

  .ce-hero-copy h1 {
    font-size: 70px !important;
  }

  .ce-hero-copy h2 {
    font-size: 34px !important;
  }
}

/* CE alignment and stable nav states v11 */
body.night_theme .header-top,
body .header-top {
  grid-template-columns: 240px minmax(760px, 1fr) 140px !important;
  align-items: center !important;
  height: 82px !important;
  min-height: 82px !important;
  gap: 28px !important;
}

body.night_theme .header-top a.logotype,
body .header-top a.logotype {
  width: 230px !important;
  height: 72px !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

body.night_theme .header-top a.logotype::before,
body .header-top a.logotype::before {
  display: none !important;
  content: none !important;
}

body.night_theme .header-top a.logotype::after,
body .header-top a.logotype::after {
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  content: "CubeEmpire" !important;
  transform: none !important;
  color: #ffffff !important;
  font-size: 21px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: none !important;
  white-space: nowrap !important;
  letter-spacing: 0 !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

body.night_theme .header-top img.logotype-img,
body .header-top img.logotype-img {
  width: 68px !important;
  height: 68px !important;
  max-width: 68px !important;
  max-height: 68px !important;
}

body .header-top .links-header-ul.head-pc {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 34px !important;
  width: 100% !important;
  max-width: none !important;
}

body .header-top .links-header-ul.head-pc .link-header-a,
body .header-top .links-header-ul.head-pc .link-header-a:hover,
body .header-top .links-header-ul.head-pc .link-header-a:focus-visible,
body .header-top .links-header-ul.head-pc .link-header-a.is-active {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  outline: 0 !important;
  color: rgba(255, 255, 255, 0.64) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

body .header-top .links-header-ul.head-pc .link-header-a::before,
body .header-top .links-header-ul.head-pc .link-header-a::after,
body .header-top .links-header-ul.head-pc .link-header-a:hover::before,
body .header-top .links-header-ul.head-pc .link-header-a:hover::after,
body .header-top .links-header-ul.head-pc .link-header-a:focus-visible::before,
body .header-top .links-header-ul.head-pc .link-header-a:focus-visible::after,
body .header-top .links-header-ul.head-pc .link-header-a.is-active::before,
body .header-top .links-header-ul.head-pc .link-header-a.is-active::after {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  content: none !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

body .header-top .links-header-ul.head-pc .link-header-a:hover,
body .header-top .links-header-ul.head-pc .link-header-a:focus-visible {
  color: #ffffff !important;
  text-shadow: 0 0 16px rgba(255, 159, 38, 0.34) !important;
}

body .header-top .links-header-ul.head-pc .link-header-a:hover::after,
body .header-top .links-header-ul.head-pc .link-header-a:focus-visible::after {
  display: none !important;
  content: none !important;
}

body .header-top .links-header-ul.head-pc .link-header-a.is-active {
  color: #ffffff !important;
  text-shadow: 0 0 16px rgba(255, 159, 38, 0.34) !important;
  background: transparent !important;
  box-shadow: none !important;
}

body .header-top .links-header-ul.head-pc .link-header-a.is-active::after {
  display: block !important;
  position: absolute !important;
  left: 50% !important;
  bottom: 4px !important;
  width: 32px !important;
  height: 2px !important;
  content: "" !important;
  transform: translateX(-50%) !important;
  border-radius: 99px !important;
  background: rgba(255, 159, 38, 0.9) !important;
}

body .header-top .right-info {
  justify-self: end !important;
}

body .header-top .custom-button-1 {
  min-width: 128px !important;
  min-height: 50px !important;
}

@media (max-width: 1499px) {
  body.night_theme .header-top,
  body .header-top {
    grid-template-columns: 220px minmax(620px, 1fr) 128px !important;
    gap: 20px !important;
  }

  body .header-top .links-header-ul.head-pc {
    gap: 24px !important;
  }

  body.night_theme .header-top a.logotype::after,
  body .header-top a.logotype::after {
    font-size: 19px !important;
  }

  body .header-top .links-header-ul.head-pc .link-header-a {
    font-size: 10px !important;
  }
}

/* CE centered five-item nav and larger logo v13 */
body.night_theme .header-top,
body .header-top {
  grid-template-columns: 270px minmax(680px, 1fr) 150px !important;
  gap: 24px !important;
}

body.night_theme .header-top a.logotype,
body .header-top a.logotype {
  width: 260px !important;
  height: 82px !important;
  gap: 16px !important;
}

body.night_theme .header-top img.logotype-img,
body .header-top img.logotype-img {
  width: 82px !important;
  height: 82px !important;
  max-width: 82px !important;
  max-height: 82px !important;
}

body.night_theme .header-top a.logotype::after,
body .header-top a.logotype::after {
  font-size: 22px !important;
}

body .header-top .links-header-ul.head-pc {
  width: min(100%, 720px) !important;
  max-width: 720px !important;
  margin: 0 auto !important;
  justify-content: space-between !important;
  gap: 0 !important;
}

body .header-top .links-header-ul.head-pc .links-header-li {
  display: flex !important;
  justify-content: center !important;
}

body .header-top .links-header-ul.head-pc .link-header-a {
  position: relative !important;
}

@media (max-width: 1499px) {
  body.night_theme .header-top,
  body .header-top {
    grid-template-columns: 235px minmax(580px, 1fr) 130px !important;
    gap: 18px !important;
  }

  body.night_theme .header-top a.logotype,
  body .header-top a.logotype {
    width: 228px !important;
    height: 76px !important;
    gap: 13px !important;
  }

  body.night_theme .header-top img.logotype-img,
  body .header-top img.logotype-img {
    width: 74px !important;
    height: 74px !important;
    max-width: 74px !important;
    max-height: 74px !important;
  }

  body.night_theme .header-top a.logotype::after,
  body .header-top a.logotype::after {
    font-size: 20px !important;
  }

  body .header-top .links-header-ul.head-pc {
    width: min(100%, 610px) !important;
    max-width: 610px !important;
  }
}

/* CE modal layering and hero eyebrow cleanup v14 */
.ce-hero-copy > .ce-eyebrow {
  display: none !important;
}

.absolute-form.auth,
.absolute-form.tfa,
.absolute-form {
  z-index: 9999 !important;
}

.absolute-form.auth {
  align-items: center !important;
  justify-content: center !important;
  padding: 24px !important;
  background: rgba(0, 0, 0, 0.68) !important;
  backdrop-filter: blur(14px) !important;
}

.absolute-form.auth:not([style*="display: none"]),
.absolute-form.tfa:not([style*="display: none"]) {
  display: flex !important;
}

.absolute-form.auth .modal-form-auth {
  position: relative !important;
  z-index: 10000 !important;
  margin: 0 auto !important;
}

.ce-home {
  margin-top: -12px !important;
}

.ce-hero-copy {
  padding-top: 42px !important;
}

/* CE typography refresh v15 */
:root {
  --font-family: "Manrope", "Inter", "Segoe UI", Arial, sans-serif !important;
}

html,
body,
button,
input,
select,
textarea,
.fancybox-container {
  font-family: var(--font-family) !important;
}

body *,
body *::before,
body *::after {
  font-family: inherit;
}

body.night_theme .header-top .links-header-ul.head-pc .link-header-a,
body .header-top .links-header-ul.head-pc .link-header-a {
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body.night_theme .header-top a.logotype::after,
body .header-top a.logotype::after,
.ce-hero-copy h1,
.ce-hero-copy h2,
.ce-home-title,
.modal-form-auth h2,
.account-hero h1,
.account-card h2 {
  font-family: var(--font-family) !important;
  letter-spacing: 0 !important;
}

.ce-hero-copy h1 {
  font-weight: 800 !important;
}

.ce-hero-copy h2 {
  font-weight: 800 !important;
}

.header-top .btn-orange,
.header-top .button,
.link-header-a,
.button,
button {
  font-family: var(--font-family) !important;
  letter-spacing: 0 !important;
}

/* CE reference-style hero and server card v17 */
.ce-home {
  margin-top: 18px !important;
}

.ce-hero-rw {
  min-height: 560px !important;
  overflow: visible !important;
  isolation: isolate !important;
  border-radius: 28px !important;
  border: 1px solid rgba(255, 190, 73, 0.42) !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(229, 94, 24, 0.9), rgba(255, 154, 41, 0.92)),
    url("../../../img/slider/header-slider-background.webp") center / cover no-repeat !important;
  background-size: 120px 100%, 100% 120px, cover, cover !important;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset,
    0 0 34px rgba(255, 178, 56, 0.14) !important;
}

.ce-hero-rw::before {
  display: block !important;
  inset: 0 !important;
  z-index: 0 !important;
  opacity: 1 !important;
  border-radius: inherit !important;
  background:
    radial-gradient(circle at 80% 24%, rgba(255, 255, 255, 0.22), transparent 26%),
    linear-gradient(90deg, rgba(234, 84, 22, 0.24), rgba(255, 157, 41, 0.1) 45%, rgba(255, 106, 18, 0.2)),
    linear-gradient(180deg, rgba(255, 123, 31, 0.2), rgba(234, 84, 22, 0.52)) !important;
}

.ce-hero-rw::after {
  position: absolute !important;
  left: 84px !important;
  top: 148px !important;
  z-index: 0 !important;
  content: "CUBEEMPIRE" !important;
  color: rgba(255, 255, 255, 0.09) !important;
  font-size: clamp(76px, 9vw, 150px) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  pointer-events: none !important;
  white-space: nowrap !important;
}

.ce-hero-copy {
  z-index: 2 !important;
  padding: 112px 0 150px 86px !important;
}

.ce-hero-copy h1 {
  max-width: 680px !important;
  color: #ffffff !important;
  font-size: clamp(54px, 5.6vw, 86px) !important;
  font-weight: 800 !important;
  line-height: 0.96 !important;
  text-transform: none !important;
  text-shadow: 0 18px 42px rgba(104, 39, 7, 0.32) !important;
}

.ce-hero-copy h2 {
  max-width: 760px !important;
  margin-top: 12px !important;
  color: #ffffff !important;
  font-size: clamp(36px, 4.2vw, 62px) !important;
  font-weight: 800 !important;
  line-height: 1.03 !important;
  text-shadow: 0 16px 38px rgba(104, 39, 7, 0.28) !important;
}

.ce-lead {
  max-width: 500px !important;
  margin-top: 22px !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  line-height: 1.48 !important;
  text-shadow: 0 10px 24px rgba(104, 39, 7, 0.22) !important;
}

.ce-hero-art {
  z-index: 1 !important;
  min-height: 560px !important;
}

.ce-hero-art::before {
  right: 8% !important;
  bottom: 4% !important;
  width: 520px !important;
  height: 520px !important;
  background: radial-gradient(circle, rgba(255, 226, 125, 0.34), transparent 62%) !important;
  filter: blur(10px) !important;
}

.ce-hero-art img {
  right: 0 !important;
  bottom: -34px !important;
  width: min(760px, 112%) !important;
  max-height: 650px !important;
  filter: drop-shadow(0 40px 52px rgba(96, 35, 6, 0.46)) !important;
}

.ce-server-card {
  position: absolute !important;
  right: 34px !important;
  bottom: -34px !important;
  z-index: 4 !important;
  width: min(520px, calc(100% - 68px)) !important;
  min-height: 128px !important;
  margin: 0 !important;
  padding: 24px 26px !important;
  display: grid !important;
  grid-template-columns: 92px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 24px !important;
  border-radius: 28px !important;
  border: 1px solid rgba(255, 214, 132, 0.72) !important;
  background: rgba(255, 250, 240, 0.97) !important;
  color: #141414 !important;
  box-shadow:
    0 28px 70px rgba(35, 19, 7, 0.28),
    0 0 0 18px rgba(255, 255, 255, 0.18) !important;
}

.ce-server-card::before {
  width: 92px !important;
  height: 92px !important;
  display: grid !important;
  place-items: center !important;
  content: "✦" !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #ffbf3f, #ff891d) !important;
  color: #ffffff !important;
  font-size: 43px !important;
  font-weight: 800 !important;
  box-shadow: 0 16px 28px rgba(255, 137, 29, 0.28) !important;
}

.ce-server-card > div {
  min-width: 0 !important;
}

.ce-server-card span {
  color: #111111 !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
}

.ce-server-card strong {
  margin-top: 7px !important;
  color: #141414 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

.ce-server-card strong::before {
  content: "" !important;
}

.ce-server-card strong::after {
  display: block !important;
  width: min(240px, 100%) !important;
  height: 5px !important;
  margin-top: 15px !important;
  content: "" !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #ff9b23 76%, #ece8df 76%) !important;
}

.ce-ip-copy {
  min-width: 150px !important;
  min-height: 44px !important;
  padding: 0 16px !important;
  border: 1px solid rgba(22, 20, 15, 0.08) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #111111 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  box-shadow: none !important;
  white-space: nowrap !important;
}

.ce-ip-copy img {
  filter: none !important;
  opacity: 0.6 !important;
}

.ce-join-rw {
  margin-top: 78px !important;
}

@media (max-width: 1180px) {
  .ce-hero-rw {
    min-height: 620px !important;
    grid-template-columns: 1fr !important;
  }

  .ce-hero-copy {
    padding: 72px 42px 180px !important;
  }

  .ce-hero-art {
    position: absolute !important;
    inset: auto 0 0 auto !important;
    width: min(620px, 72vw) !important;
    min-height: 430px !important;
    opacity: 0.78 !important;
  }
}

@media (max-width: 720px) {
  .ce-home {
    margin-top: 12px !important;
  }

  .ce-hero-rw {
    min-height: 660px !important;
    border-radius: 22px !important;
  }

  .ce-hero-copy {
    padding: 46px 24px 230px !important;
  }

  .ce-lead {
    font-size: 16px !important;
  }

  .ce-server-card {
    left: 16px !important;
    right: 16px !important;
    bottom: -44px !important;
    width: auto !important;
    grid-template-columns: 62px 1fr !important;
    gap: 14px !important;
    padding: 16px !important;
  }

  .ce-server-card::before {
    width: 62px !important;
    height: 62px !important;
    font-size: 30px !important;
  }

  .ce-ip-copy {
    grid-column: 1 / -1 !important;
    width: 100% !important;
  }

  .ce-join-rw {
    margin-top: 92px !important;
  }
}

/* CE own palette correction v18 */
.ce-hero-rw {
  border-color: rgba(255, 191, 67, 0.44) !important;
  background:
    linear-gradient(90deg, rgba(255, 213, 115, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 213, 115, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 80% 28%, rgba(255, 176, 55, 0.2), transparent 30%),
    radial-gradient(circle at 18% 10%, rgba(26, 207, 159, 0.18), transparent 34%),
    linear-gradient(112deg, rgba(4, 45, 38, 0.98) 0%, rgba(10, 28, 23, 0.98) 48%, rgba(42, 33, 16, 0.98) 100%) !important;
  background-size: 118px 100%, 100% 118px, cover, cover, cover !important;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(255, 222, 126, 0.08) inset,
    0 0 46px rgba(24, 184, 145, 0.12),
    0 0 34px rgba(255, 178, 56, 0.12) !important;
}

.ce-hero-rw::before {
  background:
    radial-gradient(circle at 74% 24%, rgba(255, 211, 95, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(0, 26, 21, 0.08), rgba(255, 176, 55, 0.08) 55%, rgba(254, 144, 47, 0.11)),
    linear-gradient(180deg, rgba(8, 69, 56, 0.14), rgba(7, 19, 16, 0.48)) !important;
}

.ce-hero-rw::after {
  color: rgba(255, 211, 95, 0.075) !important;
  text-shadow: 0 0 42px rgba(24, 184, 145, 0.18) !important;
}

.ce-hero-copy h1,
.ce-hero-copy h2 {
  color: #fff7db !important;
  text-shadow:
    0 18px 42px rgba(0, 0, 0, 0.36),
    0 0 26px rgba(255, 176, 55, 0.08) !important;
}

.ce-lead {
  color: rgba(247, 242, 223, 0.82) !important;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.28) !important;
}

.ce-hero-art::before {
  background: radial-gradient(circle, rgba(31, 214, 177, 0.22), rgba(255, 178, 56, 0.1) 38%, transparent 66%) !important;
}

.ce-hero-art img {
  filter:
    drop-shadow(0 40px 52px rgba(0, 0, 0, 0.52))
    drop-shadow(0 0 26px rgba(255, 178, 56, 0.08)) !important;
}

.ce-server-card {
  border-color: rgba(255, 198, 76, 0.5) !important;
  background:
    linear-gradient(135deg, rgba(20, 34, 28, 0.98), rgba(12, 18, 15, 0.98)) !important;
  color: #fff7db !important;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.42),
    0 0 0 16px rgba(255, 198, 76, 0.06),
    0 0 38px rgba(24, 184, 145, 0.12) !important;
}

.ce-server-card::before {
  background: linear-gradient(135deg, #ffd36a 0%, #fe902f 52%, #22d4bd 100%) !important;
  color: #071714 !important;
  box-shadow:
    0 16px 30px rgba(255, 144, 47, 0.22),
    0 0 22px rgba(34, 212, 189, 0.18) !important;
}

.ce-server-card span {
  color: #fff7db !important;
}

.ce-server-card strong {
  color: rgba(247, 242, 223, 0.9) !important;
}

.ce-server-card strong::after {
  background: linear-gradient(90deg, #ffc64c 0 58%, #22d4bd 58% 76%, rgba(255, 247, 219, 0.12) 76%) !important;
}

.ce-ip-copy {
  border-color: rgba(255, 198, 76, 0.24) !important;
  background: rgba(255, 247, 219, 0.08) !important;
  color: #fff7db !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

.ce-ip-copy:hover {
  border-color: rgba(255, 198, 76, 0.42) !important;
  background: rgba(255, 198, 76, 0.14) !important;
}

.ce-ip-copy img {
  filter: invert(1) sepia(0.36) saturate(2.2) hue-rotate(354deg) !important;
  opacity: 0.72 !important;
}

/* CE hero composition polish v19 */
.ce-home {
  margin-top: 22px !important;
  margin-bottom: 96px !important;
}

.ce-hero-rw {
  min-height: 540px !important;
  grid-template-columns: minmax(520px, 0.98fr) minmax(420px, 1.02fr) !important;
  overflow: visible !important;
}

.ce-hero-copy {
  position: static !important;
  width: min(720px, 56%) !important;
  max-width: 720px !important;
  padding: 94px 0 118px 86px !important;
}

.ce-hero-copy > :not(.ce-server-card) {
  position: relative !important;
  z-index: 3 !important;
}

.ce-hero-copy h1 {
  max-width: 660px !important;
  font-size: clamp(54px, 4.7vw, 76px) !important;
  line-height: 0.98 !important;
}

.ce-hero-copy h2 {
  max-width: 720px !important;
  font-size: clamp(34px, 3.25vw, 52px) !important;
  line-height: 1.08 !important;
  white-space: nowrap !important;
}

.ce-lead {
  max-width: 570px !important;
  margin-top: 24px !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
}

.ce-hero-art {
  position: absolute !important;
  inset: auto 0 0 auto !important;
  width: min(690px, 50vw) !important;
  min-height: 500px !important;
  pointer-events: none !important;
}

.ce-hero-art::before {
  right: 7% !important;
  bottom: 4% !important;
  width: 430px !important;
  height: 430px !important;
}

.ce-hero-art img {
  right: 38px !important;
  bottom: -8px !important;
  width: min(650px, 100%) !important;
  max-height: 570px !important;
}

.ce-server-card {
  right: 46px !important;
  bottom: -50px !important;
  width: min(500px, calc(100% - 92px)) !important;
  min-height: 118px !important;
  padding: 20px 22px !important;
  grid-template-columns: 78px minmax(0, 1fr) auto !important;
  gap: 18px !important;
  border-radius: 24px !important;
}

.ce-server-card::before {
  width: 78px !important;
  height: 78px !important;
  border-radius: 16px !important;
  font-size: 36px !important;
}

.ce-server-card span {
  font-size: 17px !important;
}

.ce-server-card strong {
  font-size: 14px !important;
}

.ce-server-card strong::after {
  width: min(210px, 100%) !important;
  margin-top: 12px !important;
}

.ce-ip-copy {
  min-width: 148px !important;
  min-height: 42px !important;
}

@media (max-width: 1180px) {
  .ce-home {
    margin-bottom: 110px !important;
  }

  .ce-hero-rw {
    min-height: 620px !important;
    grid-template-columns: 1fr !important;
  }

  .ce-hero-copy {
    width: auto !important;
    max-width: 720px !important;
    padding: 66px 38px 190px !important;
  }

  .ce-hero-copy h2 {
    white-space: normal !important;
  }

  .ce-hero-art {
    width: min(620px, 72vw) !important;
    min-height: 390px !important;
    opacity: 0.64 !important;
  }

  .ce-hero-art img {
    right: 10px !important;
    bottom: -8px !important;
  }
}

@media (max-width: 720px) {
  .ce-home {
    margin-bottom: 126px !important;
  }

  .ce-hero-rw {
    min-height: 640px !important;
  }

  .ce-hero-copy {
    padding: 42px 22px 220px !important;
  }

  .ce-hero-copy h1 {
    font-size: clamp(42px, 12vw, 58px) !important;
  }

  .ce-hero-copy h2 {
    font-size: clamp(28px, 8vw, 40px) !important;
  }

  .ce-server-card {
    left: 16px !important;
    right: 16px !important;
    bottom: -68px !important;
    width: auto !important;
    grid-template-columns: 58px 1fr !important;
    gap: 12px !important;
    padding: 14px !important;
  }

  .ce-server-card::before {
    width: 58px !important;
    height: 58px !important;
    font-size: 28px !important;
  }
}

/* CE hero/background cleanup and larger brand v20 */
.ce-hero-rw::after {
  display: none !important;
  content: none !important;
}

.ce-hero-art {
  min-height: 540px !important;
}

.ce-hero-art::before {
  bottom: 13% !important;
}

.ce-hero-art img {
  right: 34px !important;
  bottom: 22px !important;
  width: min(660px, 100%) !important;
  max-height: 590px !important;
}

body.night_theme .header-top,
body .header-top {
  grid-template-columns: 320px minmax(640px, 1fr) 150px !important;
}

body.night_theme .header-top a.logotype,
body .header-top a.logotype {
  width: 312px !important;
  min-width: 312px !important;
  height: 86px !important;
  gap: 18px !important;
}

body.night_theme .header-top img.logotype-img,
body .header-top img.logotype-img {
  width: 88px !important;
  height: 88px !important;
  max-width: 88px !important;
  max-height: 88px !important;
}

body.night_theme .header-top a.logotype::after,
body .header-top a.logotype::after {
  font-size: 26px !important;
  line-height: 1.02 !important;
}

@media (max-width: 1499px) {
  body.night_theme .header-top,
  body .header-top {
    grid-template-columns: 285px minmax(570px, 1fr) 130px !important;
  }

  body.night_theme .header-top a.logotype,
  body .header-top a.logotype {
    width: 278px !important;
    min-width: 278px !important;
    height: 80px !important;
  }

  body.night_theme .header-top img.logotype-img,
  body .header-top img.logotype-img {
    width: 80px !important;
    height: 80px !important;
    max-width: 80px !important;
    max-height: 80px !important;
  }

  body.night_theme .header-top a.logotype::after,
  body .header-top a.logotype::after {
    font-size: 22px !important;
  }
}

/* CE hero art centering v21 */
.ce-hero-art {
  top: 44px !important;
  right: -36px !important;
  bottom: auto !important;
  width: min(710px, 51vw) !important;
  min-height: 500px !important;
}

.ce-hero-art::before {
  right: 10% !important;
  bottom: 24% !important;
  width: 440px !important;
  height: 440px !important;
}

.ce-hero-art img {
  right: 10px !important;
  bottom: auto !important;
  top: -18px !important;
  width: min(675px, 100%) !important;
  max-height: 580px !important;
}

@media (max-width: 1180px) {
  .ce-hero-art {
    top: auto !important;
    right: -18px !important;
    bottom: 18px !important;
    width: min(620px, 72vw) !important;
  }

  .ce-hero-art img {
    top: auto !important;
    right: 0 !important;
    bottom: 16px !important;
  }
}

/* CE bottom join section and premium range v22 */
.ce-join-bottom-shell {
  width: 1422px;
  max-width: calc(100% - 32px);
  margin: 96px auto 54px;
  position: relative;
  z-index: 1;
}

.ce-join-bottom-shell .ce-join-rw {
  margin-top: 0 !important;
}

.ce-join-bottom-shell .ce-join-copy,
.ce-join-bottom-shell .ce-social-grid {
  border-color: rgba(255, 198, 76, 0.2) !important;
  background:
    radial-gradient(circle at 20% 0%, rgba(34, 212, 189, 0.08), transparent 36%),
    linear-gradient(135deg, rgba(19, 32, 27, 0.92), rgba(13, 18, 15, 0.92)) !important;
  box-shadow:
    0 24px 68px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

.range-input {
  position: relative;
  padding-top: 8px;
}

.range-input .range-text-right {
  display: none !important;
}

input#range {
  --range-progress: 0%;
  width: 100% !important;
  height: 28px !important;
  margin: 8px 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  outline: 0 !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  background:
    linear-gradient(90deg, #ffd36a 0%, #fe902f 46%, #22d4bd 100%) 0 / var(--range-progress) 100% no-repeat,
    linear-gradient(90deg, rgba(255, 247, 219, 0.08), rgba(255, 247, 219, 0.12)) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 198, 76, 0.16),
    0 12px 30px rgba(0, 0, 0, 0.18) !important;
}

input#range::-webkit-slider-runnable-track {
  height: 28px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: none !important;
}

input#range::-webkit-slider-thumb {
  width: 30px !important;
  height: 30px !important;
  margin-top: -1px !important;
  border: 5px solid #10201a !important;
  border-radius: 10px !important;
  background:
    radial-gradient(circle at 50% 50%, #fff7db 0 18%, transparent 20%),
    linear-gradient(135deg, #ffd36a 0%, #fe902f 52%, #22d4bd 100%) !important;
  cursor: grab !important;
  box-shadow:
    0 0 0 1px rgba(255, 198, 76, 0.64),
    0 10px 24px rgba(0, 0, 0, 0.35),
    0 0 24px rgba(34, 212, 189, 0.18) !important;
  transition: transform 0.16s ease, box-shadow 0.16s ease !important;
}

input#range::-webkit-slider-thumb:hover {
  transform: scale(1.08) rotate(3deg) !important;
}

input#range:active::-webkit-slider-thumb {
  cursor: grabbing !important;
  transform: scale(1.02) rotate(3deg) !important;
}

input#range::-moz-range-track {
  height: 28px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 247, 219, 0.1) !important;
}

input#range::-moz-range-progress {
  height: 28px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #ffd36a 0%, #fe902f 46%, #22d4bd 100%) !important;
}

input#range::-moz-range-thumb {
  width: 22px !important;
  height: 22px !important;
  border: 5px solid #10201a !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, #ffd36a 0%, #fe902f 52%, #22d4bd 100%) !important;
  box-shadow:
    0 0 0 1px rgba(255, 198, 76, 0.64),
    0 10px 24px rgba(0, 0, 0, 0.35) !important;
}

.range-slide {
  height: 14px !important;
  margin-top: 4px !important;
  opacity: 0.42 !important;
  pointer-events: none !important;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 247, 219, 0.4) 0 1px,
      transparent 1px 6px
    ) !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
}

input#rangevalue.custom-input-1 {
  margin-top: 8px !important;
  border-color: rgba(255, 198, 76, 0.18) !important;
  background: rgba(255, 247, 219, 0.06) !important;
  color: #fff7db !important;
}

input#rangevalue.custom-input-1:focus {
  border-color: rgba(255, 198, 76, 0.5) !important;
  box-shadow: 0 0 0 4px rgba(255, 198, 76, 0.08) !important;
}

@media (max-width: 920px) {
  .ce-join-bottom-shell {
    margin-top: 72px;
  }
}
