.common-button .common-button-slot {
    vertical-align: unset !important;
}

/* Logo stilleri */
img.dark-theme-logo[alt="dark-logo"],
img.light-theme-logo[alt="light-logo"] {
    background-color: transparent !important;
}

.common-header .common-header-optionList .header-guide .header-reg-button {
    height: 36px !important;
    padding-inline-start: 25px !important;
    padding-inline-end: 25px !important;
    border-radius: 30px !important;
    background: #1A1A1A !important;
    box-shadow: 20.759px 20.759px 3.46px -312px rgb(199 0 0 / 0%) inset,
        13.839px 13.839px 3.8px -13.839px rgb(255 255 255) inset,
        -13.839px -13.839px 2.8px -13.839px rgb(255 255 255) inset,
        0px 0px 126.5px 0px rgb(232 232 232) inset,
        0 0 10px rgba(255, 255, 255, 0.2),
        0 0 20px rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(33.20000076293945px) !important;
    align-items: center !important;
    position: relative !important;
    animation: glowPulse 2s infinite !important;
}

body.light-theme .common-header .common-header-optionList .header-guide .header-reg-button {
    background: #1A1A1A !important;
    box-shadow: 20.759px 20.759px 3.46px -312px rgba(255, 255, 255, 0.50) inset, 13.839px 13.839px 3.8px -13.839px rgba(179, 179, 179, 0.60) inset, -13.839px -13.839px 2.8px -13.839px rgba(179, 179, 179, 0.40) inset, 0px 0px 126.5px 0px rgb(83 83 83 / 50%) inset !important;
    backdrop-filter: blur(33.20000076293945px) !important;
}

@keyframes glowPulse {
    0% {
        box-shadow: 20.759px 20.759px 3.46px -312px rgb(199 0 0 / 0%) inset,
            13.839px 13.839px 3.8px -13.839px rgb(255 255 255) inset,
            -13.839px -13.839px 2.8px -13.839px rgb(255 255 255) inset,
            0px 0px 126.5px 0px rgb(232 232 232) inset,
            0 0 10px rgba(255, 255, 255, 0.2),
            0 0 20px rgba(255, 255, 255, 0.1) !important;
    }
    50% {
        box-shadow: 20.759px 20.759px 3.46px -312px rgb(199 0 0 / 0%) inset,
            13.839px 13.839px 3.8px -13.839px rgb(255 255 255) inset,
            -13.839px -13.839px 2.8px -13.839px rgb(255 255 255) inset,
            0px 0px 126.5px 0px rgb(232 232 232) inset,
            0 0 15px rgba(255, 255, 255, 0.3),
            0 0 30px rgba(255, 255, 255, 0.2) !important;
    }
    100% {
        box-shadow: 20.759px 20.759px 3.46px -312px rgb(199 0 0 / 0%) inset,
            13.839px 13.839px 3.8px -13.839px rgb(255 255 255) inset,
            -13.839px -13.839px 2.8px -13.839px rgb(255 255 255) inset,
            0px 0px 126.5px 0px rgb(232 232 232) inset,
            0 0 10px rgba(255, 255, 255, 0.2),
            0 0 20px rgba(255, 255, 255, 0.1) !important;
    }
}

.common-button-slot {
    color: black !important;
}

body.dark-theme .common-header.common-header-fixed {
    background-color: rgb(18 18 18 / 50%) !important;
    height: 70px !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #2a2a2a;
}

.common-header .common-header-linkList .header-navEven .nav-subscript {
        border-radius: 30px;
        background: #1A1A1A;
        box-shadow: 20.759px 20.759px 3.46px -312px rgba(255, 255, 255, 0.50) inset, 13.839px 13.839px 3.8px -13.839px rgba(179, 179, 179, 0.60) inset, -13.839px -13.839px 2.8px -13.839px rgba(179, 179, 179, 0.40) inset, 0px 0px 126.5px 0px rgb(83 83 83 / 50%) inset;
        backdrop-filter: blur(33.20000076293945px);
        padding: 5px;
        padding-right: 10px;
        padding-left: 11px !important;
        font-size: 9px !important;
}

.v501-swiper-base .banner .button {
    background-color: rgba(136, 136, 136, 0.32) !important;
    box-shadow: 20.759px 20.759px 3.46px -312px rgba(255, 255, 255, 0.50) inset, 13.839px 13.839px 3.8px -13.839px rgba(179, 179, 179, 0.60) inset, -13.839px -13.839px 2.8px -13.839px rgba(179, 179, 179, 0.60) inset, 0px 0px 126.5px 0px rgb(83 83 83 / 50%) inset !important;
    backdrop-filter: blur(33.20000076293945px);
    width: auto !important;
    padding-inline-start: 25px !important;
    padding-inline-end: 25px !important;
    border-radius: 30px !important;
}

.v501-swiper-base .banner .button .text-4-cl {
    color: #fff !important;
}

.v501-swiper-base .banner .title {
    min-height: 104px !important;
    max-width: 600px !important;
    line-height: 52px !important;
    font-size: 44px;
    font-family: HarmonyOS-Bold;
    color: #fff;
    white-space: normal !important;
    display: block !important;
    margin: 0 0 10px 0 !important;
    word-break: break-word !important;
}

/* Mobil için responsive tasarım */
@media screen and (max-width: 768px) {
    .v501-swiper-base .banner .title {
        font-size: 32px !important;
        min-height: 80px !important;
        max-width: 400px !important;
        line-height: 40px !important;
    }
}

.v501-swiper-base .banner .banner-info {
    padding-top: 0px !important;
    display: flex !important;
    align-items: center !important;
}

.v5-market-wrap .market-wrap {
    padding: 20px;
    border-radius: 30px !important;
    opacity: 0.83;
    background: linear-gradient(294deg, rgba(28, 28, 28, 0.04) 3.08%, rgba(18, 18, 18, 0.66) 101.34%);
    box-shadow: 20.759px 20.759px 3.46px -312px rgba(255, 255, 255, 0.50) inset, -13.839px -13.839px 2.8px -13.839px rgba(179, 179, 179, 0.40) inset, 0px 0px 0.5px 0px rgba(242, 242, 242, 0.50) inset;
    backdrop-filter: blur(33.20000076293945px);
}

.v5-market-wrap .market-item.title-th .td-item {
    font-weight: 600 !important;
}

.v5-market-wrap .market-item .td-item-btn button {
    width: auto !important;
    padding-inline-start: 25px !important;
    padding-inline-end: 25px !important;
    border-radius: 30px !important;
    background: #1A1A1A !important;
    box-shadow: 20.759px 20.759px 3.46px -312px rgb(199 0 0 / 0%) inset,
        13.839px 13.839px 3.8px -13.839px rgb(255 255 255) inset,
        -13.839px -13.839px 2.8px -13.839px rgb(255 255 255) inset,
        0px 0px 126.5px 0px rgb(232 232 232) inset,
        0 0 10px rgba(255, 255, 255, 0.2),
        0 0 20px rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(33.20000076293945px) !important;
    align-items: center !important;
    font-size: 13px !important;
}

.market-title-container {
    padding: 0 20px;
    margin-bottom: 30px !important;
}

.market-title-container h2 {
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.7) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: HarmonyOS-Bold;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
}

body.light-theme .market-title-container h2 {
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.7) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.v5-custom-info .v5-register-guide .register-guide-content {
    background-size: contain !important;
}

.v5-custom-info .v5-register-guide .link-href {
    padding-inline-start: 25px !important;
    padding-inline-end: 25px !important;
    border-radius: 30px !important;
    background: #1A1A1A !important;
    box-shadow: 20.759px 20.759px 3.46px -312px rgb(199 0 0 / 0%) inset, 13.839px 13.839px 3.8px -13.839px rgb(255 255 255) inset, -13.839px -13.839px 2.8px -13.839px rgb(255 255 255) inset, 0px 0px 126.5px 0px rgb(232 232 232) inset, 0 0 10px rgba(255, 255, 255, 0.2), 0 0 20px rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(33.20000076293945px) !important;
}

.v5-custom-info .v5-guide {
    padding: 0px 0 !important;
}

body.light-theme [data-feature-boxes="initialized"]>div {
    background: black !important;
}

body.light-theme .market-ul.market-wrap {
    background: transparent !important;
}

body.light-theme .nav-subscript {
    color: white !important;
}

body.light-theme .common-button-slot {
    color: white !important;
}

body.light-theme .v5-custom-info .v5-register-guide .link-href {
    box-shadow: 20.759px 20.759px 3.46px -312px rgba(255, 255, 255, 0.50) inset,
        13.839px 13.839px 3.8px -13.839px rgba(179, 179, 179, 0.60) inset,
        -13.839px -13.839px 2.8px -13.839px rgba(179, 179, 179, 0.40) inset,
        0px 0px 126.5px 0px rgb(83 83 83 / 50%) inset !important;
    color: white !important;
}

.v5-custom-info .v5-guide .guide-item dt {
    height: auto !important;
}

.v501-swiper-base .slide-item:hover img {
    transform: none !important;
}
