/* LUXE DRIVE - Custom Stylesheet */

[x-cloak] {
    display: none !important;
}

.premium-blur {
    background: rgba(11, 11, 12, 0.75);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

/* Custom premium scrollbar */
.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #0B0B0C;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #27272A;
    border-radius: 3px;
}

/* Smooth transitions */
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

/* Sidebar panel solid background color */
.sidebar-menu-panel {
    background-color: #0B0B0C !important;
}

/* Guarantee z-index stacking when mobile menu is open */
.z-\[9999\] {
    z-index: 9999 !important;
}
.z-40 {
    z-index: 40 !important;
}