* {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-overflow-style: none;
    -webkit-user-drag: none;
}

::-webkit-scrollbar {
    width: 0;
}

body {
    background: linear-gradient(125.63deg, rgb(45, 128, 196) 6.687%, rgb(33, 103, 161) 22.067%, rgb(29, 95, 148) 34.574%, rgb(58, 115, 162) 68.468%, rgb(49, 118, 174) 98.255%);
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
    margin: 0;
    min-height: 100vh;
    padding: 0;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

header {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    height: 10vh;
    min-height: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.shop_icon_adaptive {
    display: none;
}

.logo {
    margin-top: 2vh;
    max-width: 120px;
}

.nav_button {
    display: flex;
    align-items: center;
}

.n_but {
    color: rgb(255, 255, 255);
    font-family: Tiny5;
    font-size: clamp(1.5rem, 2vw, 2rem);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin-right: 2rem;
}

.n_but:hover {
    color: rgb(109, 221, 154);
}

.n_but:after {  
    display: block;  
    content: "";  
    height: 2px;  
    width: 0%;  
    background-color: #225384;  
    transition: width 0.4s ease-in-out;  
}  

.n_but:hover:after {  
    width: 100%;
}  

.a_but {
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 2rem;
    background: linear-gradient(0.00deg, rgba(100, 200, 195, 0.6), rgba(110, 222, 153, 0.6) 98.81%);
    color: rgb(255, 255, 255);
    font-family: Tiny5;
    font-size: clamp(1.2rem, 1.8vw, 2rem);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    margin-right: 0.5rem;
}

.shop_icon {
    position: relative;
    border-radius: 2rem;
    background: linear-gradient(90.00deg, rgb(39, 207, 226), rgb(0, 157, 255) 100%);
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s_ic {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    max-width: 1.5rem;
}

.count {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    box-sizing: border-box;
    border: 0.4px solid rgb(255, 255, 255);
    border-radius: 0.5rem;
    background: linear-gradient(0.00deg, rgb(100, 200, 195), rgb(110, 222, 153) 98.81%);
    width: 1.2rem;
    height: 1.2rem;
    color: rgb(255, 255, 255);
    font-family: Tilt Warp;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    right: -0.5rem;
    top: -0.5rem;
}

.lang_wallet {
    display: flex;
    flex-direction: column;
    position: relative;
}

.l_but {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 2rem 1rem 1rem 2rem;
    background: linear-gradient(0.00deg, rgba(100, 200, 195, 0.6), rgba(110, 222, 153, 0.6) 98.81%);
    width: 8rem;
    height: 2.5rem;
    margin-top: 0.5rem;
    color: rgb(255, 255, 255);
    font-family: Tilt Warp;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}

.selector_wallet,
.selector_lang {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 2rem;
    height: 2.5rem;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 2rem;
    background: rgb(40, 35, 31);
}

.selector_wallet {
    top: 0.5rem;
    right: -2.5rem;
}

.selector_lang {
    top: 3.5rem;
    right: -2.5rem;
}

main {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.main_bg {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 2rem 0;
}

.main_information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}

.main_information img[src="assets/img/logo2.png"] {
    position: absolute;
    top: -6rem;
    left: 50%;
    transform: translateX(-50%);
    max-width: 20%;
    min-width: 100px;
    z-index: 1;
}


    .category-btn {
        background: transparent;
        color: white;
        border: none;
        padding: 15px;
        text-align: left;
        border-bottom: 1px solid white;
        cursor: pointer;
        font-family: Tilt Warp;
        font-size: 20px;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        transition: background 0.3s;
    }

.statistic {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 2rem;
    background: linear-gradient(0.00deg, rgba(100, 200, 195, 0.6) 0%, rgba(110, 222, 153, 0.6) 98.81%);
    width: 100%;
    max-width: 675px;
    height: 10vh;
    min-height: 100px;
    color: rgb(255, 255, 255);
    font-family: Tilt Warp;
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15vh;
}

.count_players,
.status,
.ip {
    flex: 1;
    padding: 0 1rem;
}

.count_players p:last-child {
    font-size: clamp(2rem, 4vw, 4rem);
    color: rgb(109, 221, 154);
    margin-top: 0.25rem;
}

.ip_server {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.main_bg img {
    position: absolute;
    max-width: 40%;
    z-index: -1;
}

.main_bg img:first-child {
    left: 0;
    transform: translateX(-20%);
    top: 5vh;
}

.main_bg img:last-child {
    right: 0;
    transform: translateX(20%);
    bottom: 5vh;
}

.main-text {
    position: absolute;
    color: rgb(255, 255, 255);
    font-family: Tilt Warp;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    width: 80%;
    max-width: 634px;
    top: 50vh;
    left: 50%;
    transform: translateX(-50%);
}

.main-middle {
    margin: -150px auto;
    height: 30vh;
    min-height: 300px;
    position: relative;
    width: 90%;
    max-width: 1200px;
}

.middle-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 100%;
}

.middle-info img {
    position: absolute;
    max-width: 50%;
    right: 0;
}

.text-middle {
    color: rgb(255, 255, 255);
    font-family: Tilt Warp;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    width: 80%;
    max-width: 585px;
    position: relative;
}

:root {
    --card-size: clamp(150px, 20vw, 240px);
    --gap: clamp(0.5rem, 2vw, 2rem);
    --radius: clamp(10px, 1.5vw, 18px);
    --primary: #00c2ff;
    --bg: #2b6aa3;
}

.store-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--card-size), 1fr));
    gap: var(--gap);
    justify-items: center;
    width: 90%;
    max-width: 1100px;
    margin: 2rem auto;
}

.product-card {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: var(--radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    cursor: pointer;
    user-select: none;
}

.product-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    z-index: 0;
}

.product-card:hover img {
    transform: scale(1.05);
}

.product-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.55) 90%);
    z-index: 1;
}

.product-name {
    position: relative;
    z-index: 2;
    font-family: "Press Start 2P", sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.25rem);
    text-transform: uppercase;
    text-align: center;
    color: var(--primary);
    margin-bottom: 0.75rem;
}

.badge,
.icon-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Press Start 2P", sans-serif;
    font-size: clamp(0.6rem, 1vw, 0.7rem);
    padding: 0.35rem 0.55rem;
    border-radius: 10px;
    background: var(--primary);
    color: #fff;
    z-index: 3;
    backdrop-filter: blur(4px);
}

.badge.price {
    top: 0.6rem;
    left: 0.6rem;
}

.icon-btn {
    width: clamp(20px, 2.5vw, 30px);
    height: clamp(20px, 2.5vw, 30px);
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid var(--primary);
    cursor: pointer;
    transition: background 0.25s;
}

.icon-btn:hover {
    background: var(--primary);
}

.icon-btn svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    pointer-events: none;
}

.icon-btn.info {
    top: 0.6rem;
    right: 0.6rem;
}

.icon-btn.cart {
    bottom: 0.6rem;
    right: 0.6rem;
}

.toast {
    position: fixed;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary);
    color: #fff;
    font-family: "Press Start 2P", sans-serif;
    font-size: 0.8rem;
    padding: 0.8rem 1.4rem;
    border-radius: 12px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.toast.show {
    opacity: 1;
}

.store {
    color: rgb(255, 255, 255);
    font-family: Tiny5;
    font-size: clamp(2.5rem, 6vw, 6rem);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin: 2rem 0;
}

.container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.footer {
    background-color: #333;
    color: white;
    padding: 1rem;
    font-family: sans-serif;
    font-size: clamp(0.7rem, 1vw, 0.75rem);
    border-top: 4px solid #005792;
    margin-top: auto;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-left {
    flex: 1;
    min-width: 200px;
    color: rgb(255, 255, 255);
    font-family: Tilt Warp;
    font-size: clamp(0.8rem, 1.2vw, 1rem);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
}

.footer-social a {
    margin: 0 0.5rem;
    color: white;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    transition: 0.3s;
}

.footer-social a:hover {
    color: #00aced;
}

.footer-links {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

.footer-links a {
    color: rgb(255, 255, 255);
    font-family: Tilt Warp;
    font-size: clamp(0.9rem, 1.5vw, 1.25rem);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
}

.footer-links a:hover {
    text-decoration: underline;
}

.auth-container {
    width: 90%;
    max-width: 500px;
    height: auto;
    padding: 1.5rem;
    background: linear-gradient(0.00deg, rgba(100, 200, 195, 0.6), rgba(110, 222, 153, 0.6) 98.81%);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 2rem;
    text-align: center;
    color: white;
    position: relative;
    margin: 2rem auto;
    box-sizing: border-box;
}

.auth-container h2 {
    color: rgb(255, 255, 255);
    font-family: Tilt Warp;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 400;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}

.auth-container input {
    width: 90%;
    padding: 0.75rem;
    margin: 0.5rem 0;
    border-radius: 0.75rem;
    border: none;
    background: linear-gradient(0.00deg, rgba(100, 200, 195, 0.6), rgba(110, 222, 153, 0.6) 98.81%);
    text-align: center;
    color: rgba(255, 255, 255);
    font-family: Tilt Warp;
    font-size: clamp(0.9rem, 1.5vw, 1.25rem);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0%;
    text-transform: uppercase;
    box-shadow: inset 0px 0px 4px 0px rgb(0, 0, 0);
}

.auth-container button {
    margin-top: 0.75rem;
    padding: 0.625rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 2rem;
    background: linear-gradient(0.00deg, rgb(100, 200, 195), rgb(110, 222, 153) 98.81%);
    color: rgb(255, 255, 255);
    font-family: Tiny5;
    font-size: clamp(1.2rem, 2vw, 2rem);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.auth-container .switch-link {
    margin-top: 1rem;
    font-size: clamp(0.7rem, 1vw, 0.8rem);
    font-family: Tilt Warp;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}

.auth-container .switch-link span {
    color: #00e1ff;
    cursor: pointer;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(125.63deg, rgb(45, 128, 196) 6.687%, rgb(33, 103, 161) 22.067%, rgb(29, 95, 148) 34.574%, rgb(58, 115, 162) 68.468%, rgb(49, 118, 174) 98.255%);
    z-index: 2;
    transition: 1s all;
    opacity: 1;
    visibility: visible;
}

.preloader .loader {
    width: clamp(150px, 25vw, 360px);
    height: clamp(150px, 25vw, 360px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: 2s pulse infinite ease-in-out;
}

.preloader.done {
    opacity: 0;
    visibility: hidden;
}

@keyframes pulse {
    from {
        width: clamp(100px, 15vw, 240px);
        height: clamp(100px, 15vw, 240px);
        color: black;
    }
    50% {
        width: clamp(150px, 25vw, 360px);
        height: clamp(150px, 25vw, 360px);
        color: white;
    }
    to {
        width: clamp(100px, 15vw, 240px);
        height: clamp(100px, 15vw, 240px);
        color: black;
    }
}

.burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 2rem;
    height: 1.5rem;
    cursor: pointer;
    z-index: 1001;
}

.burger span {
    background: white;
    height: 0.2rem;
    border-radius: 2px;
    width: 100%;
}

input[type=range] {
    width: 100%;
    margin: 0.5rem 0;
}

.coin-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.coin-modal {
    background: #1f1f1f;
    padding: 1.25rem;
    border-radius: 0.625rem;
    color: white;
    text-align: center;
    font-family: 'Press Start 2P', sans-serif;
    width: clamp(200px, 25vw, 300px);
}

.coin-qty-control {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    margin: 1.25rem 0;
}

.coin-qty-control input {
    width: 3.75rem;
    padding: 0.3125rem;
    font-size: 0.875rem;
    text-align: center;
    border-radius: 0.25rem;
    border: none;
    background: #fff;
    color: #000;
}

.coin-qty-control button {
    background: #00e1ff;
    border: none;
    padding: 0.375rem 0.75rem;
    font-size: 1.125rem;
    border-radius: 0.3125rem;
    cursor: pointer;
}

.coin-modal button {
    margin-top: 0.625rem;
    background: #00e1ff;
    border: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-radius: 0.375rem;
    font-size: 0.75rem;
}

.nav-mobile {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    background: rgba(0, 0, 0, 0.95);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
}

.nav-mobile a {
    color: white;
    font-size: clamp(1.5rem, 3vw, 1.75rem);
    margin: 0.9375rem 0;
    text-transform: uppercase;
    font-family: Tiny5;
}

.nav-mobile.active {
    display: flex;
}

.hidden {
    display: none !important;
}



/* Стили для планшетов (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    header {
        height: 12vh;
        padding: 10px 15px;
    }

    .logo {
        max-width: 140px;
    }

    .nav_button {
        gap: 20px;
    }

    .n_but {
        font-size: clamp(1.2rem, 2vw, 1.8rem);
        margin-right: 1.5rem;
    }

    .a_but {
        font-size: clamp(1rem, 1.5vw, 1.6rem);
        padding: 0.4rem 0.8rem;
    }

    .shop_icon {
        width: 2.8rem;
        height: 2.8rem;
    }

    .s_ic {
        max-width: 1.3rem;
    }

    .count {
        width: 1.1rem;
        height: 1.1rem;
        font-size: 0.7rem;
    }

    .lang_wallet {
        flex-direction: row;
        gap: 6px;
    }

    .l_but {
        width: 7rem;
        height: 2.2rem;
        font-size: 1rem;
    }

    .selector_wallet,
    .selector_lang {
        width: 1.8rem;
        height: 2.2rem;
    }

    .selector_wallet {
        top: 0;
        right: -2rem;
    }

    .selector_lang {
        top: 0;
        right: -2rem;
    }

    .main_information img[src="assets/img/logo2.png"] {
        top: -5rem;
        max-width: 25%;
    }

    .statistic {
        max-width: 600px;
        height: 12vh;
        min-height: 90px;
        font-size: clamp(0.8rem, 1.2vw, 0.9rem);
    }

    .count_players p:last-child {
        font-size: clamp(1.8rem, 3vw, 3.5rem);
    }

    .main_bg img {
        max-width: 35%;
    }

    .main_bg img:first-child {
        transform: translateX(-15%);
    }

    .main_bg img:last-child {
        transform: translateX(15%);
    }

    .main-text {
        font-size: clamp(1.2rem, 2vw, 1.8rem);
        top: 45vh;
    }

    .main-middle {
        height: 25vh;
        min-height: 250px;
    }

    .middle-info img {
        max-width: 45%;
    }

    .text-middle {
        font-size: clamp(1.2rem, 2vw, 1.8rem);
    }

    .store-grid {
        grid-template-columns: repeat(3, minmax(var(--card-size), 1fr));
        gap: clamp(0.4rem, 1.5vw, 1.5rem);
    }

    .product-card {
        width: 100%;
    }

    .product-name {
        font-size: clamp(0.8rem, 1.2vw, 1rem);
    }

    .badge,
    .icon-btn {
        font-size: clamp(0.5rem, 0.8vw, 0.6rem);
    }

    .icon-btn {
        width: clamp(18px, 2vw, 25px);
        height: clamp(18px, 2vw, 25px);
    }

    .store {
        font-size: clamp(2rem, 4vw, 4.5rem);
    }

    .footer {
        padding: 0.8rem;
    }

    .footer-left {
        font-size: clamp(0.7rem, 1vw, 0.9rem);
    }

    .footer-social a {
        font-size: clamp(0.9rem, 1.2vw, 1rem);
    }

    .footer-links a {
        font-size: clamp(0.8rem, 1.2vw, 1rem);
    }

    .auth-container {
        max-width: 450px;
        padding: 1.2rem;
    }

    .auth-container h2 {
        font-size: clamp(1.3rem, 2.5vw, 2rem);
    }

    .auth-container input {
        font-size: clamp(0.8rem, 1.2vw, 1rem);
    }

    .auth-container button {
        font-size: clamp(1rem, 1.8vw, 1.6rem);
    }

    .auth-container .switch-link {
        font-size: clamp(0.6rem, 0.9vw, 0.7rem);
    }

    .preloader .loader {
        width: clamp(120px, 20vw, 300px);
        height: clamp(120px, 20vw, 300px);
    }

    @keyframes pulse {
        from {
            width: clamp(80px, 12vw, 200px);
            height: clamp(80px, 12vw, 200px);
        }
        50% {
            width: clamp(120px, 20vw, 300px);
            height: clamp(120px, 20vw, 300px);
        }
        to {
            width: clamp(80px, 12vw, 200px);
            height: clamp(80px, 12vw, 200px);
        }
    }

    .burger {
        display: none; /* Бургер скрыт на планшетах, так как меню видно */
    }

    .nav-mobile {
        display: none !important; /* Мобильное меню скрыто на планшетах */
    }
}


@media (max-width: 768px) {
  .shop_icon_adaptive {
    position: fixed;
    bottom: 30px;
    right: 20px;
    background: #3aaedc;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 999;
    cursor: pointer;
  }

  .shop_icon_adaptive:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  }
}

/* Стили для мобильных устройств (до 768px) */
@media screen and (max-width: 768px) {
    header {
        flex-wrap: nowrap;
        width: 100%;
        height: auto;
        padding: 10px;
        gap: 10px;
    }

    .logo {
        width: 120px;
        height: auto;
        margin: 0;
    }

    .nav_button,
    .nav_auth,
    .lang_wallet,
    .shop_icon {
        display: none;
    }

    .burger {
        display: flex;
        margin-left: auto;
    }

    .main_information img[src="assets/img/logo2.png"] {
        top: 0.5rem;
        max-width: 60%;
        min-width: 80px;
    }

    .statistic {
        width: 90%;
        height: auto;
        flex-direction: column;
        gap: 10px;
        padding: 20px 10px;
    }

    .count_players p:first-child,
    .status p:first-child,
    .ip p:first-child {
        font-size: 14px;
    }

    .count_players p:last-child {
        font-size: 40px;
        margin-top: 10px;
    }

    .main_bg img {
        display: block;
        max-width: 80%;
        z-index: 1000;
        left: -990px;
        bottom: -330px;
    }

    .main_bg img:first-child {
        left: -100px;
        transform: translateX(-10%);
        top: -430px;
        z-index: 1;
    }

    .main_bg img:last-child {
        right: 0;
        transform: translateX(10%);
        bottom: 2vh;
    }

    .middle-info img {
        display: block;
        max-width: 100%;
        left: -10px;
        top: -200px;
    }

    .main-text {
        display: block;
        position: relative;
        top: 0;
        width: 100%;
        font-size: clamp(2rem, 2vw, 1.5rem);
    }

    .text-middle {
        display: block;
        position: relative;
        top: -450px;
        width: 100%;
        font-size: clamp(2rem, 2vw, 1.5rem);
    }

    .store {
        font-size: 36px;
        line-height: 1.2;
        margin-top: 40px;
    }

    .store-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        padding: 0 10px;
        gap: 1rem;
    }

    .footer {
        font-size: 10px;
        padding: 10px;
        margin-top: 200px;
    }

    .footer-links {
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }

    .footer-left {
        font-size: 12px;
        text-align: center;
    }

    .footer-social {
        justify-content: center;
        width: 100%;
    }

    .container {
        display: flex;
        flex-direction: column;
        min-height: 10vh;
    }

    main {
        flex: 1;
        width: 100%;
        padding-bottom: 40px;
    }

    .statistic {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .category-btn {
                background: transparent;
        color: white;
        border: none;
        padding: 15px;
        text-align: left;
        border-bottom: 1px solid white;
        cursor: pointer;
        font-family: Tilt Warp;
        font-size:  10px;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        transition: background 0.3s;

    }

    .status,
    .ip {
        margin-top: 15px;
    }
}