/* ========== Ð˜Ð¡ÐŸÐ ÐÐ’Ð›Ð•ÐÐÐ«Ð™ CSS Ð”Ð›Ð¯ IMMERSIVE ZONE ========== */

/* Ð£Ð´Ð°Ð»ÑÐµÐ¼ ÐºÐ¾Ð½Ñ„Ð»Ð¸ÐºÑ‚ÑƒÑŽÑ‰Ð¸Ðµ Ð°Ð½Ð¸Ð¼Ð°Ñ†Ð¸Ð¸ Ð¸ Ð¸ÑÐ¿Ñ€Ð°Ð²Ð»ÑÐµÐ¼ ÐºÐ¾Ð´ */

/* 1. ÐžÐ¡ÐÐžÐ’ÐÐ«Ð• Ð¡Ð¢Ð˜Ð›Ð˜ Ð˜ Ð¤ÐžÐÐ¢Ð« */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Orbitron:wght@400;500;600;700&display=swap');

:root {
    --main-white-color: #fed6d6;
    --main-bg-color: #b76d6d;
    --main-white-gray-color: #000000;
    --main-text-color: #fdfdff;
    --main-dark-color: #373636;
    --warning-color: #FFC107;
    --info-color: #339cff;
    --error-color: #b85c5c;
    --success-color: #4CAF50;
    --pink-accent: #928b22;
    --pink-accent-light: #ffe10c;
    --pink-accent-dark: #ffffff;
}

html, body {
    min-height: 100vh;
    height: auto;
    background: linear-gradient(135deg, #6e4646, #111111);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', 'Segoe UI', sans-serif;
    color: #ffffff;
    line-height: 1.6;
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

/* 2. ÐžÐ‘ÐÐžÐ’Ð›Ð•ÐÐÐ«Ð• ÐšÐžÐœÐŸÐžÐÐ•ÐÐ¢Ð« APP WRAPPER */
.app-wrapper {
    scroll-behavior: smooth;
    color: var(--main-text-color);
    background-color: transparent;
    background-repeat: repeat;
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

/* 3. ÐÐÐ’Ð˜Ð“ÐÐ¦Ð˜Ð¯ Ð˜ Ð¥Ð•Ð”Ð•Ð  */
.navbar {
    background: linear-gradient(135deg, var(--main-dark-color), var(--main-white-gray-color)) !important;
    border: 2px solid #333 !important;
    border-radius: 15px !important;
    padding: 15px !important;
    margin: 20px 0 !important;
    text-align: center !important;
    backdrop-filter: blur(10px) !important;
    height: auto !important;
    min-height: 72px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 100%;
}

/* Ð¡Ð¾Ð²Ð¼ÐµÑÑ‚Ð¸Ð¼Ð¾ÑÑ‚ÑŒ Ñ Ð¾Ñ€Ð¸Ð³Ð¸Ð½Ð°Ð»ÑŒÐ½Ñ‹Ð¼ navbar */
.navbar-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    gap: 0;
    background-color: transparent !important;
    max-height: none !important;
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}

.nav-item {
    height: 100%;
    cursor: pointer;
    transition: all 0.4s ease-out;
    background: transparent !important;
}

.nav-item:hover {
    background-color: rgba(255, 51, 102, 0.1) !important;
    color: #fff;
    transform: translateY(-2px);
}

.nav-link {
    padding: 12px 16px;
    margin: auto 0;
    white-space: nowrap;
    text-decoration: none;
    color: inherit;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.auth-btns {
    display: flex;
    height: 100%;
}

.auth-btn, .balance-btn, .profile-btn {
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    background: transparent !important;
    border: none !important;
    color: var(--main-text-color) !important;
    border-radius: 8px;
}

.auth-btn:hover, .balance-btn:hover, .profile-btn:hover {
    background: linear-gradient(145deg, rgba(255, 51, 102, 0.1), rgba(255, 85, 136, 0.1)) !important;
    color: var(--pink-accent) !important;
    transform: translateY(-2px);
}

/* 4. Ð“Ð›ÐÐ’ÐÐ«Ð™ Ð—ÐÐ“ÐžÐ›ÐžÐ’ÐžÐš */
h1, .site-title, .main-title {
    font-size: 42px !important;
    font-weight: 900 !important;
    background: linear-gradient(90deg, var(--pink-accent), #ff9966, var(--pink-accent)) !important;
    background-size: 200% auto !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    margin-bottom: 10px !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    font-family: 'Orbitron', sans-serif !important;
    animation: gradientShift 3s ease infinite !important;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.subtitle, .discord-title {
    font-size: 18px !important;
    color: var(--pink-accent) !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    text-shadow: 0 2px 4px rgba(255, 51, 102, 0.3) !important;
    font-family: 'Montserrat', sans-serif;
}

/* 5. Ð‘ÐÐ›ÐÐÐ¡ Ð˜ ÐŸÐžÐ›Ð¬Ð—ÐžÐ’ÐÐ¢Ð•Ð›Ð¬Ð¡ÐšÐÐ¯ Ð˜ÐÐ¤ÐžÐ ÐœÐÐ¦Ð˜Ð¯ */
.balance-container, .user-info {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
    gap: 25px !important;
    margin: 25px 0 !important;
    padding: 30px !important;
    background: linear-gradient(135deg, rgba(34, 34, 34, 0.9), rgba(26, 26, 26, 0.9)) !important;
    border-radius: 20px !important;
    border: 2px solid rgb(250 255 51 / 20%) !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3) !important;
    backdrop-filter: blur(10px) !important;
}

.balance-item {
    background: linear-gradient(145deg, rgba(34, 34, 34, 0.8), rgba(42, 42, 42, 0.8)) !important;
    border: 2px solid var(--pink-accent) !important;
    border-radius: 15px !important;
    padding: 25px !important;
    text-align: center !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    position: relative !important;
    overflow: hidden !important;
}

.balance-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(251 255 51 / 10%), transparent);
    transition: left 0.7s ease;
}

.balance-item:hover::before {
    left: 100%;
}

.balance-item:hover {
    transform: translateY(-8px) scale(1.03) !important;
    box-shadow: 0 15px 30px rgb(255 247 51 / 25%) !important;
    border-color: var(--pink-accent-light) !important;
}

.rub-amount {
    font-size: 28px !important;
    font-weight: 900 !important;
    color: var(--pink-accent) !important;
    margin: 15px 0 !important;
    font-family: 'Orbitron', sans-serif !important;
    text-shadow: 0 2px 4px rgb(241 255 51 / 30%) !important;
}

/* 6. ÐœÐžÐÐ˜Ð¢ÐžÐ Ð˜ÐÐ“ Ð¡ Ð¡ÐžÐ’ÐœÐ•Ð¡Ð¢Ð˜ÐœÐžÐ¡Ð¢Ð¬Ð® */
.monitoring {
    border-radius: 12px;
    padding: 12px 16px;
    background: rgba(38, 38, 38, 0.7);
    border-left: 2px solid transparent;
    margin-bottom: 12px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    font-family: 'Montserrat', sans-serif;
}

.monitoring:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.monitoring--active {
    border-color: #00ff3b !important;
    box-shadow: 0 0 15px rgba(0, 255, 59, 0.3) !important;
}

.monitoring-title {
    font-size: 15px !important;
    color: #ffcc00 !important;
    font-weight: 600 !important;
    font-family: 'Orbitron', sans-serif !important;
    margin-bottom: 8px !important;
}

/* 7. Ð¡Ð•Ð Ð’Ð•Ð ÐÐÐ¯ Ð˜ÐÐ¤ÐžÐ ÐœÐÐ¦Ð˜Ð¯ */
.server-info {
    background: linear-gradient(135deg, rgba(34, 34, 34, 0.9), rgba(26, 26, 26, 0.9)) !important;
    border: 2px solid rgba(76, 175, 80, 0.3) !important;
    border-radius: 20px !important;
    padding: 30px !important;
    margin: 30px 0 !important;
    text-align: center !important;
    backdrop-filter: blur(10px) !important;
}

.server-title {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin-bottom: 20px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    font-family: 'Montserrat', sans-serif;
}

.online-counter {
    display: inline-block !important;
    background: linear-gradient(135deg, var(--success-color), #45a049) !important;
    color: white !important;
    padding: 15px 30px !important;
    border-radius: 30px !important;
    font-weight: 900 !important;
    font-size: 24px !important;
    margin-top: 15px !important;
    box-shadow: 0 5px 20px rgba(76, 175, 80, 0.4) !important;
    font-family: 'Orbitron', sans-serif !important;
    border: 2px solid rgba(255, 255, 255, 0.1) !important;
    transition: all 0.3s ease !important;
}

.online-counter:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(76, 175, 80, 0.5) !important;
}

/* 8. ÐšÐÐžÐŸÐšÐ˜ ÐÐÐ’Ð˜Ð“ÐÐ¦Ð˜Ð˜ */
.nav-buttons, .tabs-container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 15px !important;
    margin: 30px 0 !important;
    padding: 30px !important;
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.9), rgba(34, 34, 34, 0.9)) !important;
    border-radius: 20px !important;
    border: 2px solid rgb(228 254 29 / 20%) !important;
    backdrop-filter: blur(10px) !important;
}

/* ÐžÐ±Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ‹Ðµ ÑÑ‚Ð¸Ð»Ð¸ ÐºÐ½Ð¾Ð¿Ð¾Ðº Ð´Ð»Ñ ÑÐ¾Ð²Ð¼ÐµÑÑ‚Ð¸Ð¼Ð¾ÑÑ‚Ð¸ */
.nav-button, .tab-button, .category-button, 
button:not(.app-button, .modal-close-button, .modal-primary-button, 
    .amount-control-counter-button, .product-card-buy-button), 
.btn {
    background: linear-gradient(145deg, rgba(42, 42, 42, 0.9), rgba(34, 34, 34, 0.9)) !important;
    color: #ffffff !important;
    border: 2px solid rgb(229 255 29 / 40%) !important;
    border-radius: 12px !important;
    padding: 16px 28px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    cursor: pointer !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    text-align: center !important;
    min-width: 160px !important;
    box-shadow: 0 6px 12px rgba(0,0,0,0.2) !important;
    font-family: 'Montserrat', sans-serif !important;
    position: relative !important;
    overflow: hidden !important;
}

.nav-button::before, .tab-button::before, .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.nav-button:hover, .tab-button:hover, button:hover, .btn:hover {
    background: linear-gradient(145deg, rgba(51, 51, 51, 0.9), rgba(42, 42, 42, 0.9)) !important;
    color: #ffffff !important;
    border-color: var(--pink-accent) !important;
    transform: translateY(-5px) scale(1.05) !important;
    box-shadow: 0 12px 25px rgb(255 247 51 / 30%) !important;
}

.nav-button:hover::before, .tab-button:hover::before, .btn:hover::before {
    left: 100%;
}

.nav-button.active, .tab-button.active, button.active {
    background: linear-gradient(135deg, var(--pink-accent), var(--pink-accent-light)) !important;
    color: white !important;
    border-color: var(--pink-accent) !important;
    box-shadow: 0 8px 20px rgb(255 251 51 / 40%) !important;
    transform: translateY(-2px) !important;
}

/* Ð¡Ð¾Ð²Ð¼ÐµÑÑ‚Ð¸Ð¼Ð¾ÑÑ‚ÑŒ Ñ app-button */
.app-button {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    border: 2px solid rgb(120 125 41) !important;
    background: linear-gradient(145deg, rgba(42, 42, 42, 0.9), rgba(34, 34, 34, 0.9)) !important;
    color: #ffffff !important;
    min-height: 54px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.app-button:hover {
    background: linear-gradient(145deg, rgba(51, 51, 51, 0.9), rgba(42, 42, 42, 0.9)) !important;
    border-color: var(--pink-accent) !important;
    transform: translateY(-5px) scale(1.05) !important;
    box-shadow: 0 12px 25px rgb(235 255 51 / 30%) !important;
}

.app-button--active {
    background: linear-gradient(135deg, var(--pink-accent), var(--pink-accent-light)) !important;
    border-color: var(--pink-accent) !important;
}

/* 9. ÐŸÐžÐ˜Ð¡Ðš Ð˜ Ð¤ÐžÐ ÐœÐ« */
.search-container {
    max-width: 650px !important;
    margin: 30px auto !important;
    padding: 25px !important;
    background: linear-gradient(135deg, rgba(34, 34, 34, 0.9), rgba(26, 26, 26, 0.9)) !important;
    border-radius: 20px !important;
    border: 2px solid rgb(255 251 51 / 20%) !important;
    backdrop-filter: blur(10px) !important;
}

.search-input, .text-input {
    width: 100% !important;
    padding: 18px 30px !important;
    background: rgba(26, 26, 26, 0.7) !important;
    color: #ffffff !important;
    border: 2px solid rgb(241 255 51 / 40%) !important;
    border-radius: 15px !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
    font-family: 'Montserrat', sans-serif !important;
}

.search-input:focus, .text-input:focus {
    border-color: var(--pink-accent) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgb(218 255 51 / 20%), inset 0 0 20px rgb(255 225 51 / 10%) !important;
    background: rgba(26, 26, 26, 0.9) !important;
}

.search-input::placeholder, .text-input::placeholder {
    color: #888888 !important;
    font-style: italic;
}

/* 10. ÐšÐÐ¢Ð•Ð“ÐžÐ Ð˜Ð˜ */
.sidebar-categories {
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.9), rgba(34, 34, 34, 0.9)) !important;
    border: 2px solid rgb(241 255 51 / 20%) !important;
    border-radius: 20px !important;
    padding: 25px !important;
    margin: 30px 0 !important;
    width: 100% !important;
    backdrop-filter: blur(10px) !important;
}

.category-list {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
    gap: 15px !important;
}

.category-item {
    background: linear-gradient(145deg, rgba(34, 34, 34, 0.8), rgba(42, 42, 42, 0.8)) !important;
    color: #ffffff !important;
    padding: 18px 15px !important;
    border-radius: 12px !important;
    border: 2px solid rgb(238 254 32 / 30%) !important;
    text-align: center !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    cursor: pointer !important;
    font-family: 'Montserrat', sans-serif !important;
    position: relative !important;
    overflow: hidden !important;
}

.category-item:hover {
    background: linear-gradient(145deg, rgb(215 255 51 / 90%), rgb(255 248 85 / 90%)) !important;
    transform: translateY(-5px) scale(1.05) !important;
    box-shadow: 0 10px 25px rgb(244 255 36 / 30%) !important;
    border-color: var(--pink-accent) !important;
    color: white !important;
}

.category-item.active {
    background: linear-gradient(135deg, var(--pink-accent), var(--pink-accent-light)) !important;
    color: white !important;
    border-color: var(--pink-accent) !important;
    box-shadow: 0 8px 20px rgb(250 255 51 / 40%) !important;
    transform: translateY(-2px) !important;
}

/* 11. Ð¡Ð•Ð¢ÐšÐ ÐŸÐ ÐžÐ”Ð£ÐšÐ¢ÐžÐ’ - Ð˜Ð¡ÐŸÐ ÐÐ’Ð›Ð•ÐÐÐÐ¯ Ð’Ð•Ð Ð¡Ð˜Ð¯ */
.products-grid, 
.product-cards {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 25px !important;
    margin: 35px 0 !important;
    width: 100% !important;
}

/* 12. ÐšÐÐ Ð¢ÐžÐ§ÐšÐ˜ Ð¢ÐžÐ’ÐÐ ÐžÐ’ - Ð˜Ð¡ÐŸÐ ÐÐ’Ð›Ð•ÐÐÐÐ¯ Ð’Ð•Ð Ð¡Ð˜Ð¯ Ð‘Ð•Ð— ÐÐÐ˜ÐœÐÐ¦Ð˜Ð™ */
.product-card {
    aspect-ratio: 3 / 4 !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    border-radius: 1px !important;
    background: linear-gradient(145deg, #1a1a1a, #222222) !important;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(255 210 0 / 15%),
        inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
    overflow: visible !important;
    font-family: 'Montserrat', sans-serif !important;
    width: 100% !important;
    min-height: 400px !important;
    max-height: 450px !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    cursor: pointer !important;
    border: 2px solid rgb(255 226 0 / 20%) !important;
    opacity: 1 !important; /* Ð£Ð¡Ð¢ÐÐÐÐ’Ð›Ð˜Ð’ÐÐ•Ðœ ÐžÐŸÐÐ¡Ð˜Ð¢Ð˜ 1 */
    visibility: visible !important; /* Ð£Ð¡Ð¢ÐÐÐÐ’Ð›Ð˜Ð’ÐÐ•Ðœ Ð’Ð˜Ð”Ð˜ÐœÐžÐ¡Ð¢Ð¬ */
}

.product-card:hover {
    transform: translateY(-12px) scale(1.03) !important;
    box-shadow: 
        0 25px 50px rgb(255 247 0 / 30%),
        0 0 0 2px rgb(253 255 0 / 40%),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    border-color: var(--pink-accent) !important;
    z-index: 10 !important;
}

/* 13. ÐšÐžÐÐ¢Ð•Ð™ÐÐ•Ð  Ð˜Ð—ÐžÐ‘Ð ÐÐ–Ð•ÐÐ˜Ð¯ */
.product-card-image-container {
    display: flex !important;
    height: 55% !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
    overflow: hidden !important;
    background: linear-gradient(145deg, #0a0a0a, #151515) !important;
    position: relative !important;
    padding: 20px !important;
}

.product-card-image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgb(255 252 51 / 10%) 1px, transparent 1px),
        linear-gradient(90deg, rgb(247 255 51 / 18%) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.4;
    pointer-events: none;
}

.product-card-image-container img {
    width: 80% !important;
    max-width: 80% !important;
    height: auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.7)) !important;
    transition: transform 0.5s ease !important;
    z-index: 1 !important;
    position: relative !important;
}

.product-card:hover .product-card-image-container img {
    transform: scale(1.1) rotate(1deg) !important;
}

/* 14. Ð¤Ð£Ð¢Ð•Ð  ÐšÐÐ Ð¢ÐžÐ§ÐšÐ˜ */
.product-card-footer {
    height: 45% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    padding: 20px !important;
    font-size: 14px !important;
    color: #ffffff !important;
    box-sizing: border-box !important;
    background: linear-gradient(to top, rgba(26, 26, 26, 0.95), transparent) !important;
    position: relative !important;
    overflow: visible !important;
}

.product-card-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        #ebff3600, 
        var(--pink-accent), 
        var(--pink-accent-light), 
        var(--pink-accent), 
        transparent);
    opacity: 0.8;
}

/* 15. ÐÐÐ—Ð’ÐÐÐ˜Ð• Ð¢ÐžÐ’ÐÐ Ð */
.product-card-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin-bottom: 15px !important;
    flex-grow: 1 !important;
}

.product-card-name {
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    word-break: break-word !important;
    line-height: 1.4 !important;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    background: linear-gradient(90deg, #ffffff, #d4d4d8) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
    display: block !important;
    overflow: visible !important;
    text-overflow: clip !important;
    height: auto !important;
    min-height: 50px !important;
    max-height: 70px !important;
    margin-bottom: 10px !important;
}

/* 16. Ð¦Ð•ÐÐ« */
.product-card-pricing {
    display: flex !important;
    align-items: baseline !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
    margin-top: auto !important;
}

.product-card-price {
    font-size: 20px !important;
    font-weight: 900 !important;
    color: var(--pink-accent) !important;
    white-space: nowrap !important;
    font-family: 'Orbitron', sans-serif !important;
    text-shadow: 0 3px 6px rgb(241 255 51 / 40%) !important;
    letter-spacing: 1.2px !important;
}

.product-card-old-price {
    font-size: 20px !important;
    font-weight: 900 !important;
    color: rgb(254 27 27 / 40%) !important;
    white-space: nowrap !important;
    font-family: 'Orbitron', sans-serif !important;
    text-shadow: 0 3px 6px rgb(254 27 27 / 40%) !important;
    letter-spacing: 1.2px !important;
}

.product-card-old-price {
    font-size: 14px !important;
    color: #ff0000 !important;
    text-decoration: line-through !important;
    font-weight: 500 !important;
    opacity: 0.7 !important;
}

/* 17. ÐšÐÐžÐŸÐšÐ ÐŸÐžÐšÐ£ÐŸÐšÐ˜ */
.product-card-action {
    margin-top: 15px !important;
}

.product-card-buy-button {
    width: 100% !important;
    padding: 14px !important;
    background: linear-gradient(135deg, var(--pink-accent), var(--pink-accent-light)) !important;
    color: white !important;
    border: none !important;
    border-radius: 12px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    cursor: pointer !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    box-shadow: 0 6px 20px rgb(250 255 51 / 40%) !important;
    position: relative !important;
    overflow: hidden !important;
}

.product-card-buy-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(255 209 0 / 30%), 
        transparent);
    transition: left 0.7s ease;
}

.product-card-buy-button:hover {
    background: linear-gradient(135deg, var(--pink-accent-light), var(--pink-accent)) !important;
    transform: translateY(-3px) scale(1.05) !important;
    box-shadow: 0 10px 30px rgb(195 255 0 / 60%) !important;
}

.product-card-buy-button:hover::before {
    left: 100%;
}

/* 18. Ð‘Ð•Ð™Ð”Ð–Ð˜ Ð˜ ÐœÐ•Ð¢ÐšÐ˜ */
.product-card-badge-days {
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
    background: linear-gradient(135deg, rgba(51, 156, 255, 0.95), rgba(42, 125, 216, 0.95)) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    padding: 8px 16px !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 15px rgba(51, 156, 255, 0.4) !important;
    font-family: 'Montserrat', sans-serif !important;
    z-index: 10 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border: 2px solid rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(5px) !important;
}

.product-card-badge-percentage {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.95), rgba(69, 160, 73, 0.95)) !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    padding: 10px 18px !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 20px rgba(76, 175, 80, 0.4) !important;
    font-family: 'Orbitron', sans-serif !important;
    z-index: 10 !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(5px) !important;
}

.discount-badge {
    position: absolute !important;
    top: -12px !important;
    right: 15px !important;
    background: linear-gradient(135deg, var(--pink-accent), var(--pink-accent-light)) !important;
    color: white !important;
    padding: 10px 18px !important;
    border-radius: 25px !important;
    font-weight: 900 !important;
    font-size: 18px !important;
    box-shadow: 0 8px 25px rgb(222 255 51 / 50%) !important;
    font-family: 'Orbitron', sans-serif !important;
    z-index: 20 !important;
    border: 3px solid rgba(255, 255, 255, 0.2) !important;
    transform: rotate(5deg) !important;
    animation: pulseBadge 2s infinite !important;
}

@keyframes pulseBadge {
    0%, 100% { transform: rotate(5deg) scale(1); }
    50% { transform: rotate(5deg) scale(1.05); }
}

/* 19. Ð›Ð•Ð™Ð‘Ð›Ð« ÐŸÐ ÐžÐ”Ð£ÐšÐ¢ÐžÐ’ */
.product-card-labels {
    position: absolute !important;
    bottom: 90px !important;
    left: 25px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    pointer-events: none !important;
    z-index: 5 !important;
}

.product-card-label {
    background: linear-gradient(135deg, rgba(51, 156, 255, 0.9), rgba(42, 125, 216, 0.9)) !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 5px 10px !important;
    border-radius: 6px !important;
    white-space: nowrap !important;
    backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    font-family: 'Montserrat', sans-serif !important;
    box-shadow: 0 3px 10px rgb(86 127 165 / 30%) !important;
}

/* 20. ÐšÐžÐÐ¢Ð•Ð™ÐÐ•Ð  Ð˜ ÐžÐ‘Ð•Ð Ð¢ÐšÐ˜ */
.wrapper {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 20px 30px !important;
    display: flex !important;
    gap: 30px !important;
    flex-direction: column !important;
}

.products-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
    width: 100% !important;
}

/* 21. ÐÐ”ÐÐŸÐ¢Ð˜Ð’ÐÐžÐ¡Ð¢Ð¬ Ð”Ð›Ð¯ 4 Ð¢ÐžÐ’ÐÐ ÐžÐ’ Ð’ Ð Ð¯Ð”Ð£ */

/* Ð‘Ð¾Ð»ÑŒÑˆÐ¸Ðµ ÑÐºÑ€Ð°Ð½Ñ‹ (1440px+) */
@media (min-width: 1440px) {
    .products-grid, 
    .product-cards {
        grid-template-columns: repeat(4, 1fr) !important;
        gap:10px !important;
    }
    
    .product-card {
        min-height: 436px !important;
        max-height: 500px !important;
    }
    
    .product-card-name {
        font-size: 16px !important;
        min-height: 60px !important;
    }
    
    .product-card-price {
        font-size: 22px !important;
    }
}

/* Ð¡Ñ€ÐµÐ´Ð½Ð¸Ðµ ÑÐºÑ€Ð°Ð½Ñ‹ (1024px - 1439px) */
@media (min-width: 1024px) and (max-width: 1439px) {
    .products-grid, 
    .product-cards {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 10px !important;
    }
    
    .product-card {
        min-height: 436px !important;
        max-height: 460px !important;
    }
    
    .product-card-image-container {
        padding: 15px !important;
    }
    
    .product-card-footer {
        padding: 15px !important;
    }
    
    .product-card-name {
        font-size: 15px !important;
        min-height: 55px !important;
    }
    
    .product-card-price {
        font-size: 18px !important;
    }
}

/* ÐŸÐ»Ð°Ð½ÑˆÐµÑ‚Ñ‹ (768px - 1023px) - 3 Ñ‚Ð¾Ð²Ð°Ñ€Ð° Ð² Ñ€ÑÐ´ */
@media (min-width: 768px) and (max-width: 1023px) {
    .products-grid, 
    .product-cards {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 20px !important;
    }
    
    .product-card {
        min-height: 400px !important;
        max-height: 440px !important;
        border-radius: 18px !important;
    }
    
    .product-card-name {
        font-size: 14px !important;
        min-height: 50px !important;
        display: block !important;
        overflow: visible !important;
    }
    
    .product-card-price {
        font-size: 16px !important;
    }
    
    .product-card-buy-button {
        padding: 12px !important;
        font-size: 13px !important;
    }
}

/* ÐœÐ¾Ð±Ð¸Ð»ÑŒÐ½Ñ‹Ðµ (480px - 767px) - 2 Ñ‚Ð¾Ð²Ð°Ñ€Ð° Ð² Ñ€ÑÐ´ */
@media (min-width: 480px) and (max-width: 767px) {
    .products-grid, 
    .product-cards {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
        margin: 25px 0 !important;
    }
    
    .product-card {
        aspect-ratio: 1 / 4 !important;
        min-height: 200px !important;
        max-height: 420px !important;
        border-radius: 16px !important;
    }
    
    .product-card-image-container {
        height: 52% !important;
        padding: 12px !important;
    }
    
    .product-card-image-container img {
        width: 75% !important;
        max-width: 75% !important;
    }
    
    .product-card-footer {
        padding: 15px !important;
        font-size: 13px !important;
        height: 48% !important;
    }
    
    .product-card-name {
        font-size: 13px !important;
        min-height: 45px !important;
        display: block !important;
        overflow: visible !important;
        line-height: 1.3 !important;
    }
    
    .product-card-price {
        font-size: 15px !important;
    }
    
    .product-card-badge-days,
    .product-card-badge-percentage {
        font-size: 10px !important;
        padding: 6px 12px !important;
    }
}

/* ÐœÐ°Ð»ÐµÐ½ÑŒÐºÐ¸Ðµ Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ñ‹Ðµ (Ð´Ð¾ 479px) - 1 Ñ‚Ð¾Ð²Ð°Ñ€ Ð² Ñ€ÑÐ´ */
@media (max-width: 479px) {
    .products-grid, 
    .product-cards {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        margin: 20px 0 !important;
    }
    
    .product-card {
        aspect-ratio:1 / 4 !important;
        min-height: 500px !important;
        max-height: 550px !important;
        border-radius: 20px !important;
    }
    
    .product-card-image-container {
        height: 55% !important;
        padding: 25px !important;
    }
    
    .product-card-image-container img {
        width: 80% !important;
        max-width: 80% !important;
    }
    
    .product-card-footer {
        padding: 25px !important;
        font-size: 14px !important;
        height: 45% !important;
    }
    
    .product-card-name {
        font-size: 16px !important;
        min-height: 60px !important;
        display: block !important;
        overflow: visible !important;
        line-height: 1.4 !important;
        margin-bottom: 15px !important;
    }
    
    .product-card-price {
        font-size: 20px !important;
    }
    
    .product-card-old-price {
        font-size: 14px !important;
    }
    
    .product-card-buy-button {
        padding: 15px !important;
        font-size: 14px !important;
        border-radius: 12px !important;
    }
}

/* 22. Ð”ÐžÐŸÐžÐ›ÐÐ˜Ð¢Ð•Ð›Ð¬ÐÐ«Ð• Ð¤Ð˜ÐšÐ¡Ð« Ð”Ð›Ð¯ Ð¡Ð¢ÐÐ‘Ð˜Ð›Ð¬ÐÐžÐ¡Ð¢Ð˜ */
.product-card {
    /* Ð£Ð±Ð¸Ñ€Ð°ÐµÐ¼ Ð²ÑÐµ Ð°Ð½Ð¸Ð¼Ð°Ñ†Ð¸Ð¸, ÐºÐ¾Ñ‚Ð¾Ñ€Ñ‹Ðµ Ð¼Ð¾Ð³ÑƒÑ‚ Ð²Ñ‹Ð·Ñ‹Ð²Ð°Ñ‚ÑŒ Ð¿Ñ€Ð¾Ð±Ð»ÐµÐ¼Ñ‹ */
    animation: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
}

/* Ð•ÑÐ»Ð¸ Ð½ÑƒÐ¶Ð½Ð° Ð¿Ð»Ð°Ð²Ð½Ð°Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ°, Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÐµÐ¼ ÑÑ‚Ð¾Ñ‚ Ð²Ð°Ñ€Ð¸Ð°Ð½Ñ‚ */
.products-grid.loading .product-card {
    opacity: 0 !important;
    transform: translateY(20px) !important;
    transition: opacity 0.3s ease, transform 0.3s ease !important;
}

.products-grid.loaded .product-card {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* ÐÐ»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð°: Ð¿Ñ€Ð¾ÑÑ‚Ð°Ñ Ð°Ð½Ð¸Ð¼Ð°Ñ†Ð¸Ñ Ð¿Ð¾ÑÐ²Ð»ÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¸ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐµ */
@keyframes simpleFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.products-grid .product-card {
    animation: simpleFadeIn 0.5s ease forwards !important;
}
/* 13. ÐœÐžÐ”ÐÐ›Ð¬ÐÐ«Ð• ÐžÐšÐÐ */
.modal-overlay {
    background-color: rgba(0, 0, 0, 0.85) !important;
    backdrop-filter: blur(10px) !important;
}

.modal {
    background: linear-gradient(145deg, #1a1a1a, #222222) !important;
    border: 2px solid rgb(237 255 0 / 30%) !important;
    border-radius: 20px !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5) !important;
    color: #ffffff !important;
}

.modal-content {
    color: #d4d4d8 !important;
    font-family: 'Montserrat', sans-serif !important;
}

.modal-primary-button {
    background: linear-gradient(135deg, var(--pink-accent), var(--pink-accent-light)) !important;
    color: white !important;
    border: none !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
}

.modal-primary-button:hover {
    background: linear-gradient(135deg, var(--pink-accent-light), var(--pink-accent)) !important;
    opacity: 0.9 !important;
}

/* 14. Ð¤Ð£Ð¢Ð•Ð  */
.footer {
    background: linear-gradient(135deg, rgba(21, 21, 21, 0.95), rgba(26, 26, 26, 0.95)) !important;
    border-top: 3px solid rgba(255, 51, 102, 0.3) !important;
    padding: 50px 30px !important;
    margin-top: 60px !important;
    text-align: center !important;
    border-radius: 20px !important;
    backdrop-filter: blur(15px) !important;
    color: #d4d4d8 !important;
}

/* 25. Ð£Ð‘Ð•Ð”Ð˜Ð¢Ð•Ð¡Ð¬, Ð§Ð¢Ðž ÐÐ•Ð¢ Ð”Ð£Ð‘Ð›Ð˜Ð ÐžÐ’ÐÐÐ˜Ð™ */
/* Ð£Ð´Ð°Ð»Ð¸Ñ‚Ðµ Ð²ÑÐµ Ð´Ñ€ÑƒÐ³Ð¸Ðµ Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ .product-card, ÐºÐ¾Ñ‚Ð¾Ñ€Ñ‹Ðµ Ð¼Ð¾Ð³ÑƒÑ‚ Ð±Ñ‹Ñ‚ÑŒ Ð½Ð¸Ð¶Ðµ Ð² ÐºÐ¾Ð´Ðµ */
/* 15. ÐŸÐ ÐžÐœÐž ÐšÐžÐÐ¢Ð•Ð™ÐÐ•Ð  Ð˜ Ð¤ÐžÐ ÐœÐ« */
.promo-wrapper .promo-button {
    background: linear-gradient(135deg, var(--pink-accent), var(--pink-accent-light)) !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
}

.promo-wrapper .promo-button:hover {
    background: linear-gradient(135deg, var(--pink-accent-light), var(--pink-accent)) !important;
}

/* 16. ÐÐ”ÐÐŸÐ¢Ð˜Ð’ÐÐžÐ¡Ð¢Ð¬ */
@media (max-width: 992px) {
    .navbar {
        flex-direction: column !important;
        height: auto !important;
        padding: 15px !important;
    }
    
    .navbar-links {
        flex-direction: column !important;
        gap: 10px !important;
        padding: 0 !important;
        max-height: 500px !important;
        overflow: hidden !important;
        transition: max-height 0.3s ease !important;
    }
    
    .navbar-nav {
        flex-direction: column !important;
        width: 100% !important;
    }
    
    .nav-item {
        width: 100% !important;
        height: 4rem !important;
        min-height: 44px !important;
    }
    
    .auth-btns {
        flex-direction: column !important;
        width: 100% !important;
    }
    
    .auth-btn, .balance-btn, .profile-btn {
        width: 100% !important;
        height: 4rem !important;
        justify-content: center !important;
    }
}

@media (max-width: 767px) {
    body {
        padding: 20px !important;
    }
    
    .products-grid, .product-cards {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
    }
    
    .nav-buttons {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .nav-button, .tab-button, .app-button {
        width: 100% !important;
        max-width: 320px !important;
    }
    
    .category-list {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)) !important;
    }
}

@media (min-width: 768px) {
    .container {
        display: grid !important;
        grid-template-columns: 280px 1fr !important;
        gap: 35px !important;
        align-items: start !important;
    }
    
    .sidebar-categories {
        position: sticky !important;
        top: 40px !important;
        margin-top: 0 !important;
    }
}

/* 17. ÐÐÐ˜ÐœÐÐ¦Ð˜Ð˜ Ð˜ Ð­Ð¤Ð¤Ð•ÐšÐ¢Ð« */
.product-card {
    animation: fadeIn 0.6s ease-out !important;
}

/* 18. ÐžÐ‘Ð©Ð˜Ð• Ð£Ð›Ð£Ð§Ð¨Ð•ÐÐ˜Ð¯ */
.wrapper {
    max-width: 1270px;
    margin: 0 auto;
    display: flex;
    gap: 15px;
    flex-direction: column;
    padding: 20px;
}

@media (max-width: 1290px) {
    .wrapper {
        margin: 0 30px;
    }
}

/* 19. Ð¢Ð•ÐœÐÐ«Ð• Ð¦Ð’Ð•Ð¢Ð Ð”Ð›Ð¯ Ð¢ÐÐ‘Ð›Ð˜Ð¦ */
.table {
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.9), rgba(34, 34, 34, 0.9)) !important;
    border: 2px solid rgb(255 226 0 / 20%) !important;
    border-radius: 20px !important;
    overflow: hidden !important;
}

.table thead {
    background: linear-gradient(145deg, #222222, #1a1a1a) !important;
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif !important;
}

.table tbody {
    background-color: rgba(26, 26, 26, 0.8) !important;
}

.table th, .table td {
    color: #d4d4d8 !important;
    border-color: rgb(242 255 0 / 10%) !important;
    padding: 12px 16px !important;
}

/* 20. Ð¡ÐšÐ ÐžÐ›Ð›Ð‘ÐÐ  */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #1a1a1a;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, var(--pink-accent), var(--pink-accent-light));
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, var(--pink-accent-light), var(--pink-accent));
}

/* 21. ÐÐšÐ¦Ð•ÐÐ¢ÐÐ«Ð• Ð­Ð›Ð•ÐœÐ•ÐÐ¢Ð« */
.accent-pink {
    color: var(--pink-accent) !important;
}

.border-pink {
    border-color: var(--pink-accent) !important;
}

.bg-pink {
    background: linear-gradient(135deg, var(--pink-accent), var(--pink-accent-light)) !important;
}

/* 22. Ð£Ð›Ð£Ð§Ð¨Ð•ÐÐÐ«Ð™ Ð¢Ð•ÐšÐ¡Ð¢ */
strong, b {
    color: #ffffff !important;
    font-weight: 700 !important;
}

em, i {
    color: #d4d4d8 !important;
    font-style: italic !important;
}

/* 23. Ð”ÐžÐŸÐžÐ›ÐÐ˜Ð¢Ð•Ð›Ð¬ÐÐ«Ð• Ð¡Ð¢Ð˜Ð›Ð˜ Ð”Ð›Ð¯ Ð£Ð›Ð£Ð§Ð¨Ð•ÐÐ˜Ð¯ Ð’Ð˜Ð”Ð˜ÐœÐžÐ¡Ð¢Ð˜ ÐÐÐ—Ð’ÐÐÐ˜Ð™ */
.product-card-name-wrapper {
    position: relative !important;
    margin-bottom: 12px !important;
    padding: 8px 0 !important;
    background: rgba(26, 26, 26, 0.3) !important;
    border-radius: 8px !important;
    border: 1px solid rgb(237 255 0 / 10%) !important;
}

.product-card-name-line {
    display: block !important;
    line-height: 1.3 !important;
    margin-bottom: 4px !important;
    padding: 0 5px !important;
}

.product-card-name-line:last-child {
    margin-bottom: 0 !important;
}

/* Ð£Ð»ÑƒÑ‡ÑˆÐµÐ½Ð¸Ðµ Ð²Ð¸Ð´Ð¸Ð¼Ð¾ÑÑ‚Ð¸ Ð½Ð° ÑÐ²ÐµÑ‚Ð»Ð¾Ð¼ Ñ„Ð¾Ð½Ðµ */
.product-card:hover .product-card-name {
    background: linear-gradient(90deg, #efff33, #dbff66, #e8ff33) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

/* ÐŸÐ»Ð°Ð²Ð½Ð¾Ðµ Ð¿Ð¾ÑÐ²Ð»ÐµÐ½Ð¸Ðµ Ð½Ð°Ð·Ð²Ð°Ð½Ð¸Ñ */
@keyframes textReveal {
    from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-card:hover .product-card-name {
    animation: textReveal 0.3s ease-out;
}