/* /Layout/MainLayout.razor.rz.scp.css */
/* All layout handled by Tailwind utility classes in MainLayout.razor */

#blazor-error-ui[b-09rszfu9x1] {
    color-scheme: light only;
    background: #fef9c3;
    border-top: 2px solid #fbbf24;
    bottom: 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 9999;
    font-size: 0.875rem;
    color: #92400e;
}

#blazor-error-ui .dismiss[b-09rszfu9x1] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
    font-weight: bold;
}

#blazor-error-ui .reload[b-09rszfu9x1] {
    font-weight: 600;
    color: #b45309;
    margin-left: 0.5rem;
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* Nav link base style — applied to Blazor NavLink components */
[b-l5nu4u790l] .nav-link-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    color: #94a3b8;
    text-decoration: none;
    transition: background-color 180ms ease, color 180ms ease,
                transform 180ms ease, box-shadow 180ms ease;
    width: 100%;
    transform: translateX(0);
}

[b-l5nu4u790l] .nav-link-item:hover {
    background-color: rgba(255, 255, 255, 0.09);
    color: #ffffff;
    transform: translateX(3px);
}

/* Active state set by Blazor NavLink via ActiveClass */
[b-l5nu4u790l] .nav-link-active {
    background-color: #5D87FF !important;
    color: #ffffff !important;
    box-shadow: 0 4px 16px rgba(93, 135, 255, 0.40);
    transform: translateX(0) !important;
}

[b-l5nu4u790l] .nav-link-active:hover {
    background-color: #4570EA !important;
    transform: translateX(0) !important;
}
