/* /Shared/MainLayout.razor.rz.scp.css */
/* Minimal clean layout styles */
.page[b-3d5jhb42x4] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Active nav link styling */
.nav-link.active[b-3d5jhb42x4] {
    background: linear-gradient(135deg, #6366f1, #8b5cf6) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4);
}

/* Animation keyframes */
@keyframes fade-in-b-3d5jhb42x4 {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.animate-fade-in[b-3d5jhb42x4] {
    animation: fade-in-b-3d5jhb42x4 0.5s ease-out;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .ml-80[b-3d5jhb42x4] {
        margin-left: 0 !important;
    }
    .w-80[b-3d5jhb42x4] {
        width: 100% !important;
        position: relative !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
/* Clean navigation styles using Tailwind classes mainly in HTML */
.navbar-toggler[b-4gx5b83gt5] {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-4gx5b83gt5] {
        display: none;
    }

    .collapse[b-4gx5b83gt5] {
        display: block;
    }
    
    .nav-scrollable[b-4gx5b83gt5] {
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
