/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-9vfbgnwgm0] {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1rem;
}

.top-bar[b-9vfbgnwgm0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 2rem;
}

.app-title[b-9vfbgnwgm0] {
    font-weight: 600;
    font-size: 1.25rem;
}

.user-name[b-9vfbgnwgm0] {
    margin-right: 1rem;
    color: #555;
}

.logout-form[b-9vfbgnwgm0] {
    display: inline;
}

.link-button[b-9vfbgnwgm0] {
    background: none;
    border: none;
    color: #0b5ed7;
    cursor: pointer;
    padding: 0;
    font: inherit;
    text-decoration: underline;
}
