/* Aesthetic Glow & Modern Enhancements */

/* Smooth transitions for everything */
* {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Sidebar Glow Effects */
.Menu_container__ba_5p {
    background: rgba(255, 248, 240, 0.98) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(255, 69, 0, 0.15);
    border-right: 1px solid rgba(255, 69, 0, 0.15);
}

[data-theme="dark"] .Menu_container__ba_5p {
    background: rgba(13, 13, 13, 0.98) !important;
    box-shadow: 0 8px 32px rgba(255, 69, 0, 0.3);
    border-right: 1px solid rgba(255, 69, 0, 0.2);
}

/* Menu Items with Glow */
.MenuItem_container__29P70 {
    position: relative;
    border-radius: 12px;
    padding: 12px 16px;
    margin: 4px 8px;
    overflow: hidden;
}

.MenuItem_itemName__h_AF5 {
    font-weight: 500;
    color: #1a0a00;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
}

[data-theme="dark"] .MenuItem_itemName__h_AF5 {
    color: #ffe4e1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.MenuItem_container__29P70::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 69, 0, 0) 0%, rgba(255, 69, 0, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 12px;
}

.MenuItem_container__29P70:hover::before {
    opacity: 1;
}

.MenuItem_container__29P70:hover {
    background: rgba(255, 69, 0, 0.15) !important;
    box-shadow: 0 4px 20px rgba(255, 69, 0, 0.3);
    transform: translateX(4px);
}

.MenuItem_container__29P70:hover .MenuItem_itemName__h_AF5 {
    color: #ff4500;
    font-weight: 600;
}

[data-theme="dark"] .MenuItem_container__29P70:hover {
    background: rgba(255, 69, 0, 0.2) !important;
    box-shadow: 0 4px 20px rgba(255, 69, 0, 0.5);
}

/* Active Menu Item Glow */
.MenuItem_active__69OKb,
.activeMenuItem {
    background: linear-gradient(135deg, rgba(255, 69, 0, 0.15) 0%, rgba(255, 140, 66, 0.15) 100%) !important;
    box-shadow: 0 4px 20px rgba(255, 69, 0, 0.4), inset 0 0 20px rgba(255, 69, 0, 0.1);
    border-left: 3px solid #ff4500;
}

[data-theme="dark"] .MenuItem_active__69OKb,
[data-theme="dark"] .activeMenuItem {
    box-shadow: 0 4px 30px rgba(255, 69, 0, 0.6), inset 0 0 30px rgba(255, 69, 0, 0.2);
}

/* Menu Icons Glow */
.MenuItem_svgIcon__YUTQh {
    filter: drop-shadow(0 2px 4px rgba(255, 69, 0, 0.3));
}

.MenuItem_container__29P70:hover .MenuItem_svgIcon__YUTQh {
    filter: drop-shadow(0 4px 8px rgba(255, 69, 0, 0.5));
    transform: scale(1.1);
}

/* Header Glow */
.Header_container__B7_rr {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(255, 69, 0, 0.1);
    border-bottom: 1px solid rgba(255, 69, 0, 0.1);
}

[data-theme="dark"] .Header_container__B7_rr {
    background: rgba(0, 0, 0, 0.95);
    box-shadow: 0 4px 20px rgba(255, 69, 0, 0.3);
    border-bottom: 1px solid rgba(255, 69, 0, 0.2);
}

/* Logo Glow */
.Logo_logo__H5Fps img {
    filter: drop-shadow(0 4px 12px rgba(255, 69, 0, 0.3));
    transition: all 0.3s ease;
}

.Logo_logo__H5Fps:hover img {
    filter: drop-shadow(0 6px 20px rgba(255, 69, 0, 0.6));
    transform: scale(1.05);
}

/* Search Bar Glow */
.HeaderSearchField_search__UTzvi {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(255, 69, 0, 0.1);
    border: 1px solid rgba(255, 69, 0, 0.1);
}

[data-theme="dark"] .HeaderSearchField_search__UTzvi {
    background: rgba(13, 13, 13, 0.9);
    box-shadow: 0 4px 20px rgba(255, 69, 0, 0.3);
    border: 1px solid rgba(255, 69, 0, 0.2);
}

.search-form__input:focus {
    box-shadow: 0 0 20px rgba(255, 69, 0, 0.4);
    border-color: #ff4500;
}

/* Game Cards Glow */
.GameCard_container__UNh_d {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.GameCard_container__UNh_d:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(255, 69, 0, 0.3);
}

[data-theme="dark"] .GameCard_container__UNh_d:hover {
    box-shadow: 0 12px 40px rgba(255, 69, 0, 0.5);
}

/* Game Card Image Glow */
.GameCard_link__t5f9a--image {
    position: relative;
    overflow: hidden;
}

.GameCard_link__t5f9a--image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 69, 0, 0) 0%, rgba(255, 69, 0, 0.2) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.GameCard_container__UNh_d:hover .GameCard_link__t5f9a--image::after {
    opacity: 1;
}

/* Buttons Glow */
button, .favorite__button {
    position: relative;
    overflow: hidden;
}

button:hover, .favorite__button:hover {
    box-shadow: 0 4px 20px rgba(255, 69, 0, 0.4);
    transform: scale(1.05);
}

/* Theme Switcher Glow */
.ThemeSwitcher_buttons__zP0mj {
    border-radius: 50%;
    padding: 8px;
    transition: all 0.3s ease;
}

.ThemeSwitcher_buttons__zP0mj:hover {
    background: rgba(255, 69, 0, 0.1);
    box-shadow: 0 4px 12px rgba(255, 69, 0, 0.3);
    transform: scale(1.1);
}

.ThemeSwitcher_active__XGREH {
    background: rgba(255, 69, 0, 0.15);
    box-shadow: 0 4px 16px rgba(255, 69, 0, 0.4);
}

[data-theme="dark"] .ThemeSwitcher_active__XGREH {
    box-shadow: 0 4px 20px rgba(255, 69, 0, 0.6);
}

/* Divider Glow */
.Divider_divider__wn2K3 {
    background: linear-gradient(90deg, transparent 0%, rgba(255, 69, 0, 0.3) 50%, transparent 100%);
    height: 2px;
    margin: 12px 0;
    box-shadow: 0 0 10px rgba(255, 69, 0, 0.3);
}

/* Modal Glow */
.modal__favorite {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(255, 69, 0, 0.3);
    border: 1px solid rgba(255, 69, 0, 0.2);
}

[data-theme="dark"] .modal__favorite {
    background: rgba(13, 13, 13, 0.95);
    box-shadow: 0 20px 60px rgba(255, 69, 0, 0.5);
}

/* Tab Items Glow */
.tab_item {
    border-radius: 8px;
    padding: 8px 16px;
    transition: all 0.3s ease;
}

.tab_item:hover {
    background: rgba(255, 69, 0, 0.1);
    box-shadow: 0 2px 10px rgba(255, 69, 0, 0.2);
}

.tab_item.selected {
    background: linear-gradient(135deg, rgba(255, 69, 0, 0.2) 0%, rgba(255, 140, 66, 0.2) 100%);
    box-shadow: 0 4px 15px rgba(255, 69, 0, 0.4);
    color: #ff4500;
}

/* Scrollbar Glow */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: rgba(255, 69, 0, 0.05);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #ff4500 0%, #ff8c42 100%);
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(255, 69, 0, 0.5);
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #ff6347 0%, #ff8c00 100%);
    box-shadow: 0 0 15px rgba(255, 69, 0, 0.7);
}

/* Pulse Animation for Active Elements */
@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 0 0 20px rgba(255, 69, 0, 0.4);
    }
    50% {
        box-shadow: 0 0 30px rgba(255, 69, 0, 0.6);
    }
}

.MenuItem_active__69OKb,
.activeMenuItem {
    animation: pulse-glow 2s ease-in-out infinite;
}

/* Shimmer Effect on Hover */
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

.GameCard_container__UNh_d:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shimmer 2s infinite;
    z-index: 1;
    pointer-events: none;
}

/* Floating Animation */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
}

.Logo_logo__H5Fps {
    animation: float 3s ease-in-out infinite;
}

/* Background Gradient Animation */
@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

body {
    background: linear-gradient(135deg, #fff8f0 0%, #ffe4e1 50%, #fff8f0 100%);
    background-size: 200% 200%;
    animation: gradient-shift 15s ease infinite;
}

[data-theme="dark"] body {
    background: linear-gradient(135deg, #000000 0%, #0d0d0d 50%, #000000 100%);
    background-size: 200% 200%;
    animation: gradient-shift 15s ease infinite;
}

/* Glass Morphism Effect */
.glass-effect {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(255, 69, 0, 0.1);
}

[data-theme="dark"] .glass-effect {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 69, 0, 0.2);
    box-shadow: 0 8px 32px rgba(255, 69, 0, 0.3);
}
