/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-7hmrnjen1t] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-7hmrnjen1t] {
    flex: 1;
}

article[b-7hmrnjen1t] {
    max-width: 1200px;
    margin: 0 auto;
}

#blazor-error-ui[b-7hmrnjen1t] {
    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-7hmrnjen1t] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.top-navbar[b-712xd583e7] {
    background: rgba(17, 17, 17, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-container[b-712xd583e7] {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    min-height: 3.5rem;
    position: relative;
}

.navbar-brand[b-712xd583e7] {
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    text-decoration: none;
    margin: 0 auto;
    letter-spacing: -0.02em;
}

.navbar-brand:hover[b-712xd583e7] {
    color: #6c9bff;
}


/* Mobile responsive styles */
@media (max-width: 768px) {
    .nav-container[b-712xd583e7] {
        padding: 0 1rem;
    }

}

@media (max-width: 480px) {
    .navbar-brand[b-712xd583e7] {
        font-size: 1rem;
    }

    .nav-container[b-712xd583e7] {
        padding: 0 0.75rem;
        min-height: 3rem;
    }


}
