/* _content/AeronetBlazor/Components/Layout/MainLayout.razor.rz.scp.css */
.aeronet-appbar[b-33wiufnl00] {
    background: linear-gradient(90deg, #1F2937 0%, #1E3A8A 100%);
    color: #F9FAFB;
}

.aeronet-appbar[b-33wiufnl00]  .mud-icon-button {
    color: #F9FAFB;
}

.aeronet-drawer[b-33wiufnl00] {
    background: linear-gradient(180deg, #111827 0%, #0B1120 100%);
    color: #E5E7EB;
    border-right: 1px solid rgba(148, 163, 184, 0.2);
}

.aeronet-drawer[b-33wiufnl00]  .mud-nav-link {
    border-radius: 0.75rem;
    margin: 0.25rem 0.5rem;
    color: rgba(226, 232, 240, 0.9);
}

.aeronet-drawer[b-33wiufnl00]  .mud-nav-link:hover {
    background-color: rgba(148, 163, 184, 0.25);
    color: #F8FAFC;
}

.aeronet-drawer[b-33wiufnl00]  .mud-nav-link.active {
    background: linear-gradient(90deg, rgba(37, 99, 235, 0.25), rgba(20, 184, 166, 0.25));
    color: #F8FAFC;
}

.content-container[b-33wiufnl00] {
    padding-left: clamp(1rem, 2vw, 2rem) !important;
    padding-right: clamp(1rem, 2vw, 2rem) !important;
}

#blazor-error-ui[b-33wiufnl00] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-33wiufnl00] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/AeronetBlazor/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-menu[b-rk8tu6h5kn] {
    padding: 1rem 0.5rem;
}

.nav-menu[b-rk8tu6h5kn]  .mud-nav-link {
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.nav-menu[b-rk8tu6h5kn]  .mud-nav-link:hover {
    transform: translateX(3px);
}

.nav-menu[b-rk8tu6h5kn]  .mud-icon-root {
    color: #93C5FD;
}
