﻿

/* ========================================
   CONSOLIDATED STYLES - LAYOUT & SECTIONS
======================================== */



/* ===== nav_v2026_v9.css ===== */
.navbar-brand {
    display: flex;
    align-items: center;
    gap: 8px;
}

.navbar-brand .store-logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.navbar-brand .store-name-img {
    width: auto;
    height: 46px;
    max-width: 300px;
    transform: translateX(-3px);
    object-position: left center;
    object-fit: contain;
}

.item-a {
    position: relative;
}

.item-a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 4px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

.item-a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.item-a-selected::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 4px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    transition: transform .3s ease-in-out;
    transform-origin: left;
    transform: scaleX(1);
}

nav {
    display: flex;
    justify-content: space-around;
    padding: 20px 50px;
    width: 100%;
}

.navbar-wrapper {
    display: flex;
    justify-content: space-around;
    height: 60px;
    gap: 50px;
}

.navbar-sub-wrapper {
    display: flex;
    align-items: flex-start;
}

.navbar-items-wrapper {
    display: flex;
    align-items: center;
    padding: 0 12px;
    gap: 20px;
}

.item-default {
    width: max-content;
    height: 100%;
    display: flex;
    align-items: center;
}

.item {
    font-size: 16px;
    padding: 8px 0;
    color: #fff;
}

.item-selected {
    cursor: pointer;
}

.lang-bar-wrapper {
    position: relative;
}

.item-lang {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 3px;
    transition: .2s;
}

.item-lang:hover {
    color: #ffd528;
}

.lang-items-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.lang-items-wrapper {
    background-color: #0d1117;
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 50%;
    transform: translate(55%, 30%);
    display: none;
    box-shadow: #8b949e 0px 0px 2px 0px;
    border-radius: 15px;
    width: 130px;
    padding: 20px 0;
}

.burger-btn {
    display: none;
    width: 30px;
    height: 30px;
}

.getUp__wrapper {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 80px;
    right: 100px;
    z-index: 20;
}

.getUp__arrowUp {
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #191b20;
    box-shadow: #ffd528 0px 0px 5px 0px;
}

.mobile-menu-container {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(4px);
    display: none;
}

.mobile-menu-wrapper {
    width: 95%;
    margin: 50px auto 0;
    background-color: #0d1117;
    border-radius: 50px;
    padding: 20px 30px;
    box-shadow: #8b949e 0 0 5px 0px;
}

.mobile-menu-header {
    display: flex;
    justify-content: flex-end;
}

.mobile-menu-cross {
    width: 30px;
    height: 30px;
}

.mobile-menu-body {
    width: 100%;
    height: 100%;
}

.mobile-menu-title {
    color: #d4c9c9;
}

.mobile-menu-ul {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
}

.mobile-menu-li {
    padding: 20px 0 5px;
}

.mobile-menu-body ul hr {
    width: 100%;
}

.mobile-menu-a {
    text-decoration: none;
    color: #fff;
}

.mobile-menu-profile-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.mobile-menu-a-profile {
    text-decoration: none;
    color: #fff;
    border: solid #fff 1px;
    border-radius: 20px;
    padding: 10px 20px;
    transition: .2s;
}

.mobile-menu-a-profile:hover {
    background-color: #fff;
    color: #000;
}

.navbar-profiler {
    gap: 10px;
}

.separator {
    width: 1px;
    height: 50%;
    border: solid #fff 1px;
}

@media screen and (max-width: 1024px) {
    nav {
        padding: 20px 30px;
        justify-content: space-between;
    }

    .navbar-wrapper {
        display: none;
    }

    .burger-btn {
        display: block;
    }

    .getUp__wrapper {
        right: 30px;
    }

    .navbar-items-wrapper {
        padding: 0;
    }

    .navbar-sub-wrapper {
        justify-content: center;
    }
}

/* ===== footer_v2026_v9.css ===== */
hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 213, 40, 0), rgba(255, 213, 40, 0.10), rgba(255, 213, 40, 0));
}

.footer-wrapper {
    min-height: 220px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-sub-text {
    font-size: 14px;
}

.footer-third-party {
    max-height: 50px;
    display: flex;
}

.footer-items-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-items-wrapper .item-default {
    margin-bottom: 10px;
}

.footer-wrapper .item,
.footer-wrapper p,
.footer-wrapper .footer-sub-text {
    color: #eaeaea;
}

.footer-wrapper .logo-wrapper .navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 0;
}

.footer-wrapper .logo-wrapper .navbar-brand .store-logo {
    display: none !important;
}

.footer-wrapper .logo-wrapper .navbar-brand .store-name-img {
    height: 40px;
    max-width: 240px;
    transform: none;
    object-fit: contain;
    object-position: left center;
}

@media screen and (max-width: 767px) {
    .footer-wrapper {
        padding: 14px 10px;
        gap: 8px;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .footer-wrapper > div {
        flex: 0 0 auto;
        width: calc(50% - 4px);
    }
}

/* ===== buy_section_v2026_v9.css ===== */
.buy-section {
    align-items: center;
    padding: 20px;
    position: relative;
}

.buy-section h1 {
    text-align: center;
    margin-bottom: 30px;
}

.sub-text {
    width: 100%;
}

#form_wrapper {
    display: flex;
    justify-content: center;
}

.payment-form {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-direction: column;
    z-index: 10;
}

.recipient-toolbar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: -4px;
}

.recipient-toolbar-title {
    color: #f6f4eb;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}

.buy-for-myself-btn {
    border: 1px solid #ecb117;
    background: rgba(236, 177, 23, 0.12);
    color: #ecb117;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.buy-for-myself-btn:hover {
    background: rgba(236, 177, 23, 0.22);
    border-color: #f0c419;
    color: #f0c419;
}

.buy-for-myself-btn:active {
    transform: translateY(1px);
}

.wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

.btn-buy {
     background-color: #f0c419;
     border: none;
     color: #0d1117;
     font-weight: bold;
     padding: 12px;
     border-radius: 8px;
     width: 100%;
     margin-top: 10px;
     cursor: pointer;
     transition: background-color 0.3s;
 }

.btn-buy:hover {
    background-color: #e5b014;
}

.btn-buy[disabled] {
    color: #2c2f37;
    background-color: #ffd436;
    opacity: 1;
    cursor: auto;
}

.btn-buy.disabled, .btn-buy[disabled], fieldset[disabled] .btn-buy {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity = 65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.terms-section {
    font-size: 0.9rem;
    color: #8b949e;
    margin-top: 15px;
}

.terms-section a {
    color: #f0c419;
    text-decoration: none;
}

.terms-section a:hover {
    text-decoration: underline;
}





.tm-field {
    position: relative;
    margin: auto;
    width: 100%;
}

.icon-search:before {
    width: 19px;
    height: 23px;
    background-image: url('/img/search.svg');
    margin: 13px 15px 13px 19px;
    position: absolute;
    pointer-events: none;
    content: '';
    display: inline-block;
    vertical-align: top;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #d2d2d2;
}

.icon-stars:before {
    position: absolute;
    margin: 11px 12px 12px;
    pointer-events: none;
    width: 24px;
    height: 26px;
    background-image: url('/img/star.svg');
    content: '';
    display: inline-block;
    vertical-align: top;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: contain;
}

.tm-search-loading, .tm-search-clear {
    position: absolute;
    top: 0;
    right: 0;
    padding: 14px;
    cursor: pointer;
    transition: visibility 0.2s ease, opacity 0.2s ease;
}

.tm-search-loading {
    visibility: hidden;
    opacity: 0;
}

.tm-input:placeholder-shown ~ .tm-search-clear, .tm-search-input:placeholder-shown ~ .tm-search-clear {
    visibility: hidden;
    opacity: 0;
}

.tm-search-field.found .tm-search-input {
    opacity: 1;
    font-weight: bold;
    cursor: auto;
    pointer-events: none;
}

.tm-stars-price .tm-value.icon-ton:before,
.tm-form-radio-label .tm-value.icon-ton:before {
    width: 15px;
    height: 19px;
    margin-left: -1px;
    margin-right: 4px;
}

.tm-stars-price {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    font-size: 15px;
    line-height: 20px;
    padding: 15px 7px;
    margin-right: 42px;
    font-weight: bold;
    transition: visibility 0.2s ease, opacity 0.2s ease;
    color: #fff;
}

.tm-form-radio-label .tm-quantity {
    width: 60px;
    font-weight: normal;
    color: #8c9aa9;
}
.tm-form-radio-label .tm-quantity ~ .tm-value {
    width: 80px;
}

.options-expanded .tm-form-radio-item-wrap.tm-more-options,
.options-collapsed .tm-form-radio-item-wrap.tm-second-option {
    visibility: hidden;
    height: 0;
}

.loading .tm-search-loading {
    visibility: visible;
    opacity: 1;
}
.loading .tm-search-clear,
.loading .tm-search-rlabel {
    visibility: hidden;
    opacity: 0;
}

.tm-search-clear {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px;
    transition: visibility 0.2s ease, opacity 0.2s ease;
}

.tm-search-error-icon {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    margin: 11px 12px 11px 13px;
    width: 27px;
    height: 26px;
}

.icon-search-clear:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 25px;
    background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20width%3D%2222%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m5%2017%2012-12m-12%200%2012%2012%22%20stroke%3D%22%238494a3%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20x1%3D%225%22%20x2%3D%2217%22%20y1%3D%225%22%20y2%3D%2217%22%2F%3E%3C%2Fsvg%3E);
}

.error .tm-search-error-icon {
    display: inline-block;
}

.js-stars-search-field.error .tm-search-input,
.js-stars-search-field.error input[name="query"] {
    border: 1px solid #ff5863 !important;
    box-shadow: 0 0 0 1px rgba(255, 88, 99, 0.28);
}

.found .tm-search-field-photo {
    display: inline-block;
}

.tm-search-field-photo {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    margin: 7px 7px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
}

.tm-search-field-photo img {
    width: 100%;
    vertical-align: middle;
    border: 0;
}

.play .circle-progress {
    animation: rotate-circle linear 1.5s infinite,
    resize-circle linear 360s infinite;
}

.circle-progress-wrap {
    transform-origin: 50%;
    vertical-align: top;
}

.circle-progress {
    stroke: #8494a3;
    stroke-width: 2px;
    stroke-linecap: round;
    fill: transparent;
    transform: rotateZ(-90deg);
    transform-origin: 50%;
    stroke-dasharray: 62px;
    r: 10px;
}

.tm-search-field-error {
    font-size: 12px;
    line-height: 15px;
    height: 15px;
    margin-top: -13px;
    margin-left: 20px;
    color: #ff5863;
}

@-webkit-keyframes rotate-circle {
    from { transform: rotateZ(-90deg); }
    to   { transform: rotateZ(270deg); }
}
@keyframes rotate-circle {
    from { transform: rotateZ(-90deg); }
    to   { transform: rotateZ(270deg); }
}
@-webkit-keyframes resize-circle {
    from { stroke-dashoffset: 62px; }
    to   { stroke-dashoffset: 6262px; }
}
@keyframes resize-circle {
    from { stroke-dashoffset: 62px; }
    to   { stroke-dashoffset: 6262px; }
}

.icon-search-error:before {
    content: '';
    width: 27px;
    height: 27px;
    display: inline-block;
    vertical-align: top;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('data:image/svg+xml,%3Csvg%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20fill%3D%22%23fff%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22m10%200c5.52%200%2010%204.48%2010%2010s-4.48%2010-10%2010-10-4.48-10-10%204.48-10%2010-10zm0%2012.75c-.69%200-1.25.56-1.25%201.25s.56%201.25%201.25%201.25%201.25-.56%201.25-1.25-.56-1.25-1.25-1.25zm0-7.75c-.55%200-1%20.45-1%201v5c0%20.55.45%201%201%201s1-.45%201-1v-5c0-.55-.45-1-1-1z%22%20fill%3D%22%23ff5863%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');
}




.tm-form-radio-item-wrap {
    padding: 0 3px;
    margin: 0 -3px;
    height: 62px;
    transition: all 0.2s ease;
    overflow: hidden;
}

.options-expanded .tm-form-radio-item-wrap.tm-more-options, .options-collapsed .tm-form-radio-item-wrap.tm-second-option {
    visibility: hidden;
    height: 0;
}

.tm-form-radio-item, .tm-form-radio-item-more {
    display: block;
    position: relative;
    padding: 4px 0;
    margin-bottom: 0;
    cursor: pointer;
}

.tm-form-radio-item input.radio {
    position: absolute;
    left: -5000px;
}

.tm-field input {
    font-family: "Inter", sans-serif;
    background-color: #20272c;
    color: #d2d2d2;
    border: none;
    border-radius: 0.5em;
    text-align: left;
    outline: none;
    height: 50px;
    padding: 12px 42px 12px 48px;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
}

input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

.tm-form-radio-item input.radio:checked ~ .tm-form-radio-label {
    box-shadow: 0 0 0 2px #f0c419;
}

.tm-form-radio-label {
    font-size: 15px;
    padding: 14px 19px;
    border-radius: 8px;
    background: #242e38;
    box-shadow: 0 0 0 0px #f0c419;
    transition: box-shadow 0.2s ease;
    color: #fff;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.tm-form-radio-item input.radio:checked ~ .tm-form-radio-label:before {
    box-shadow: inset 0 0 0 2px #242e38;
    border-color: #f0c419;
}

.tm-form-radio-item input.radio ~ .tm-form-radio-label:before {
    display: inline-block;
    flex-shrink: 0;
    flex-grow: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #8494a3;
    background-color: #f0c419;
    box-shadow: inset 0 0 0 20px #242e38;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    margin-right: 14px;
}

.tm-form-radio-label .tm-radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tm-form-radio-label svg {
    color: #242e38;
}

.tm-form-radio-label .tm-radio-desc {
    font-weight: normal;
    text-align: right;
    color: #8c9aa9;
    width: 70px;
    margin-left: auto;
}

.tm-form-radio-item-more .tm-form-radio-label {
    display: block;
    text-align: center;
    color: #f0c419;
}

.tm-form-radio-label {
    font-size: 15px;
    padding: 14px 19px;
    border-radius: 8px;
    background: #242e38;
    box-shadow: 0 0 0 0px #f0c419;
    transition: box-shadow 0.2s ease;
    color: #fff;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.rocket-duck-sticker {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    animation: none;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    background: linear-gradient(45deg, #000000, #0f0f0f);
    border-radius: 30px;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    color: #ecae12;
}

.paygates {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.paygate {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 136px; /*172px;*/
    background: #181818;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #3e3e3e;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}

.paygate:hover {
    border-color: #868686;
    background: #272727;
}

.paygate-not-allowed {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 136px;
    background: #181818;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #3e3e3e;
    cursor: not-allowed;
    text-decoration: none;
    color: #fff;
    position: relative;
}

.paygate-not-allowed span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.method_logo {
    height: 60px;
}

.method_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.method_logo-not-allowed {
    height: 60px;
    filter: blur(5px);
}

.method_name-not-allowed {
    filter: blur(5px);
}

.payment-methods-wrapper {
    position: relative;
}

.payment-methods {
    position: absolute;
    bottom: -20px;
    right: 0;
}

.payment-method {
    background: #fff;
    border-radius: 50%;
    padding: 2px;
}

@keyframes moveArc {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(calc(50vw - 25px), calc(-50vh + 25px));
    }
    100% {
        transform: translate(calc(100vw - 0px), calc(-100vh + 50px));
    }
}

.myself {
    display: none;
    bottom: -15px;
    color: #f0c419;
    cursor: pointer;
    font-size: 13px;
    position: absolute;
    right: 10px;
}

.old-price {
    text-decoration: line-through;
    color: #8c9aa9;
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    .recipient-toolbar {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
    }

    .recipient-toolbar-title {
        font-size: 14px;
    }

    .buy-for-myself-btn {
        width: auto;
        text-align: center;
        padding: 5px 10px;
        font-size: 12px;
    }
}

/* ===== buy_btn_section_v2026_v9.css ===== */
.buy-btn-section {
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.btn {
    text-decoration: none;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    overflow: hidden;
    height: 60px;
    background-size: 300% 300%;
    backdrop-filter: blur(1rem);
    border-radius: 5rem;
    transition: 0.5s;
    animation: gradient_301 5s ease infinite;
    border: double 2px transparent;
    background-image: linear-gradient(#161a25, #161a25),
    linear-gradient(
            137.48deg,
            #f0c419 10%,
            #e5b014 45%,
            #7d6111 67%,
            #c79915 87%
    );
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.container-stars {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.5s;
    backdrop-filter: blur(1rem);
    border-radius: 5rem;
}

strong {
    z-index: 2;
    font-size: 18px;
    letter-spacing: 5px;
    color: #ffffff;
    text-shadow: 0 0 4px white;
}

.glow {
    position: absolute;
    display: flex;
    width: 12rem;
}

.circle-container {
    position: relative;
    width: 100%;
    height: 100%;
    animation: orbit 5s linear infinite;
}

.circle {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    filter: blur(2rem);
}

.circle:nth-of-type(1) {
    background: rgba(245, 67, 79, 0.636);
    animation: orbit 8s linear infinite;
}

.circle:nth-of-type(2) {
    background: rgba(99, 30, 41, 0.704);
    animation: orbit 10s linear infinite;
}

.btn:hover .container-stars {
    z-index: 1;
    background-color: #161a25;
}

.btn:hover {
    transform: scale(1.1);
}

.btn:active {
    border: double 4px #631e29;
    background-origin: border-box;
    background-clip: content-box, border-box;
    animation: none;
}

.btn:active .circle {
    background: #631e29;
}

@keyframes orbit {
    from {
        transform: rotate(0deg) translateX(100px) rotate(0deg);
    }
    to {
        transform: rotate(360deg) translateX(100px) rotate(-360deg);
    }
}

.stars {
    position: relative;
    background: transparent;
    width: 200rem;
    height: 200rem;
}

.stars::after {
    content: "";
    position: absolute;
    top: -10rem;
    left: -100rem;
    width: 100%;
    height: 100%;
    animation: animStarRotate 90s linear infinite;
}

.stars::after {
    background-image: radial-gradient(#ffffff 1px, transparent 1%);
    background-size: 50px 50px;
}

.stars::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 170%;
    height: 500%;
    animation: animStar 60s linear infinite;
}

.stars::before {
    background-image: radial-gradient(#ffffff 1px, transparent 1%);
    background-size: 50px 50px;
    opacity: 0.5;
}

@keyframes animStar {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-135rem);
    }
}

@keyframes animStarRotate {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0);
    }
}

@keyframes gradient_301 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes pulse_3011 {
    0% {
        transform: scale(0.75);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.75);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

/* ===== info_section_v2026_v9.css ===== */
.info-section {
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 20px;
}

.info-section h1 {
    margin-bottom: 0;
}

.info-content {
    display: flex;
    justify-content: space-between;
}

.info-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 60%;
    color: #8b949e;
    font-size: 0.9rem;
    line-height: 1.5;
}

.info-section p {
    color: #8b949e;
    font-size: 0.9rem;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .info-section h1 {
        margin-bottom: 20px;
    }
}

/* ===== stats_section_v2026_v9.css ===== */
.stats-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin-bottom: 20px;
    color: #ffffff;
    gap: 15px;
    flex-wrap: wrap;
    text-align: center;
}

.stat-item {
    flex: 1 1 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    min-width: 150px;
    min-height: 95px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
}

.stat-item:hover {
    transform: translateY(-5px);
}

.stat-number {
    font-size: 2rem;
    font-weight: bold;
    background: linear-gradient(90deg, #f0c419, #e58f0d);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.stat-item p {
    font-size: 0.9rem;
    color: #a5b1c2;
    margin: 0;
}

/* ===== stars_banner_v2026_v9.css ===== */
.star-banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: linear-gradient(145deg, #1e242c, #161b22);*/
    padding: 100px 0;
    /*border-radius: 16px;*/
    /*box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);*/
    overflow: hidden;
    /*margin-bottom: 10px;*/
}

.main-star img {
    position: relative;
    width: 170px;
    animation: pulse 3s infinite ease-in-out;
    z-index: 2;
    /*filter: drop-shadow(0 0 5px #f0c419);*/
    pointer-events: none;
    user-select: none;
}

.lottie-on-top {
    position: relative; /* Или absolute, если нужно точно позиционировать */
    z-index: 10; /* Убедитесь, что значение выше, чем у других элементов */
    pointer-events: none; /* Чтобы элемент не блокировал взаимодействие с другими элементами */
}

.star-min-sticker {
    position: relative;
    animation: pulse 3s infinite ease-in-out;
    z-index: 2;
    /*filter: drop-shadow(0 0 5px #f0c419);*/
    pointer-events: none;
    user-select: none;
}

.animated-stars {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.small-star {
    position: absolute;
    width: var(--star-size, 10px);
    height: var(--star-size, 10px);
    /*background: url("http://127.0.0.1/img/star.svg") no-repeat center center;*/
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="%23FFD700" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="12" y1="5" x2="12" y2="19"/><line x1="5" y1="12" x2="19" y2="12"/></svg>') no-repeat center center;
    /*filter: hue-rotate(-30deg) saturate(10) brightness(1.5) contrast(2) sepia(0.6);*/
    background-size: contain;
    opacity: 0;
    /*animation: move-stars 5s infinite ease-in-out;*/
    /*top: 50%;*/
    /*left: 50%;*/
    transform-origin: center;
}

@keyframes move-stars {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.5);
    }
    10% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 1;
        transform: translate(calc(-50% + var(--x-shift)), calc(-50% + var(--y-shift)));
    }
    70% {
        opacity: 0;
        transform: translate(calc(-50% + var(--x-shift)), calc(-50% + var(--y-shift))) scale(0.8);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.5);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgba(240, 196, 25, 0.55));
    }
    50% {
        transform: scale(1.2);
        filter: drop-shadow(0 0 20px rgba(240, 196, 25, 0.55));
    }
}

/* ===== payment_result_v2026_v9.css ===== */
.payment_result-banner-wrapper {
    margin: 0 10px;
}

.payment_banner {
    height: 70px;
    border-radius: 10px;
    padding-left: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    line-height: 16px;
}

.payment_banner-success::before,
.payment_banner-failure::before {
    content: '';
    display: block;
    min-width: 32px;
    min-height: 32px;
    background-size: 32px 32px;
    background-repeat: no-repeat;
}

.payment_banner-success {
    border: solid 3px #31922d;
    background-color: #0aff001a;
}
.payment_banner-success::before {
    background-image: url('/img/payment-success.svg');
}

.payment_banner-failure {
    border: solid 3px #c43b3b;
    background-color: #ff00001a;
}
.payment_banner-failure::before {
    background-image: url('/img/payment-failure.svg');
}

@media screen and (max-width: 767px) {
    .payment_banner {
        font-size: 14px;
        padding-right: 5px;
    }
}

/* ===== profile_introducing_section_v2026_v9.css ===== */
.profile_introducing-section {
    display: flex;
    padding: 20px 20px 0;
    gap: 10px;
}

.profile_introducing-section h1 {
    text-align: end;
    margin-bottom: 20px;
}

.profile_introducing-section b {
    font-weight: 900;
    color: #ecb117;
}

.profile_introducing-section p {
    color: #eaeaea;
    font-size: 0.9rem;
    line-height: 1.5;
    text-align-last: end;
    hyphens: auto;
}

.profile_introducing-section .star-img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    min-width: 20px;
    flex: 0 0 20px;
}

.profile-img {
    width: 300px;
    max-width: 430px;
}

.profile_introducing-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.profile_introducing-content div {
    flex: 1;
}

body.ar .profile_introducing-content div {
    flex: 0;
}

.profile_introducing-content-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.profile_introducing-section .box {
    --clr-shadow__border: #956700;
    --clr-text: #F6F4EB;
    --clr-space: #120e1e;
    --clr-space-gr: #271950;
    --clr-star: #E9F8F9;
    position: relative;
    outline: 1px solid var(--clr-shadow__border);
    border-radius: 30px;
    margin-top: 20px;
}

.profile_introducing-section .button {
    display: block;
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    background: transparent;
    padding: 15px;
    border: none;
    cursor: pointer;
    color: var(--clr-text);
}

.profile_introducing-section .personal-account-row {
    width: auto;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.profile_introducing-section .button-personal-account {
    display: inline-block;
    width: auto;
    min-width: 0;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    text-transform: none;
    line-height: normal;
    text-align: center;
    padding: 15px 22px;
    border: none;
    outline: none;
    border-radius: 0;
    background: transparent;
    color: var(--clr-text);
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    transition: transform 0.2s ease;
}

.profile_introducing-section .personal-account-row .box {
    margin-top: 0;
    width: fit-content;
    max-width: 100%;
}

.profile_introducing-section .button-personal-account:hover {
    transform: translateY(-1px);
}

.profile_introducing-section .button-personal-account:active {
    transform: translateY(0);
}

.profile_introducing-section .space {
    border-radius: 30px;
    width: 100%;
    height: 100%;
    bottom: 0%;
    gap: 1.5rem;
    transition: 0.5s ease-in-out;
    z-index: -1;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    display: flex;
    background: linear-gradient( 160deg, var(--clr-space), var(--clr-space-gr));
}

.profile_introducing-section .box:hover .space {
    opacity: 1;
}

.profile_introducing-section .star {
    height: 4rem;
    width: 0.3rem;
    transition: 0.5s;
    border-radius: 50px;
    clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
    position: relative;
    background-color: var(--clr-star);
    animation: space-animation calc(0.1s * var(--i)) linear infinite;
}

@keyframes space-animation {
    0% {
        transform: rotate(-30deg) translateY(calc(-52% * var(--i)));
    }

    100% {
        transform: rotate(-30deg) translateY(calc(52% * var(--i)));
    }
}

@media screen and (max-width: 768px) {
    .profile_introducing-section {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .profile-img {
        width: 100%;
        max-width: unset;
    }

    .profile_introducing-section .personal-account-row {
        justify-content: flex-end;
        margin-top: 20px;
    }

    .profile_introducing-section .button-personal-account {
        width: auto;
        min-width: 0;
        text-align: center;
    }

    .profile_introducing-section .personal-account-row .box {
        width: fit-content;
        max-width: 100%;
    }
}

