body { 
    background-color: #0f0f12; 
    color: white; 
}

.bg-gradient-premium {
    background: linear-gradient(135deg, #0f0f12 0%, #1a1a1f 100%);
}

.bg-premium-gradient {
    background: radial-gradient(circle at top right, #3b0764 0%, #0f0f12 40%);
}

.sidebar-link-active {
    background: linear-gradient(90deg, rgba(139, 92, 246, 0.1) 0%, rgba(139, 92, 246, 0) 100%);
    border-left: 4px solid #8b5cf6;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.overflow-y-auto::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.overflow-y-auto {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
