/* /Components/Layout/MainLayout.razor.rz.scp.css */
[b-pmfo7pkh18] .app-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

[b-pmfo7pkh18] .brand-name {
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-pmfo7pkh18] .app-drawer {
    border-right: 0;
}

[b-pmfo7pkh18] .logout-form {
    margin: 0;
}

[b-pmfo7pkh18] .user-profile-button {
    max-width: 220px;
    min-width: 0;
    white-space: nowrap;
}

[b-pmfo7pkh18] .user-profile-button .mud-button-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-pmfo7pkh18] .logout-button {
    flex: 0 0 auto;
}

[b-pmfo7pkh18] .main-content {
    min-height: 100vh;
    background: #f5f7f4;
}

[b-pmfo7pkh18] .content-shell {
    padding-top: 32px;
    padding-bottom: 48px;
}

@media (max-width: 600px) {
    [b-pmfo7pkh18] .app-bar .mud-toolbar {
        gap: 4px;
        min-width: 0;
        padding-left: 4px;
        padding-right: 4px;
    }

    [b-pmfo7pkh18] .brand-name {
        flex: 0 1 auto;
        font-size: 0.82rem;
        max-width: 96px;
    }

    [b-pmfo7pkh18] .user-profile-button {
        font-size: 0.72rem;
        max-width: 128px;
        padding-left: 8px;
        padding-right: 8px;
    }

    [b-pmfo7pkh18] .user-profile-button .mud-button-icon-start {
        margin-right: 4px;
    }

    [b-pmfo7pkh18] .app-bar .mud-icon-button {
        padding: 6px;
    }
}

@media (max-width: 380px) {
    [b-pmfo7pkh18] .brand-name {
        font-size: 0.76rem;
        max-width: 82px;
    }

    [b-pmfo7pkh18] .user-profile-button {
        font-size: 0.68rem;
        max-width: 108px;
        padding-left: 6px;
        padding-right: 6px;
    }

    [b-pmfo7pkh18] .user-profile-button .mud-button-icon-start {
        display: none;
    }
}

.speed-dial[b-pmfo7pkh18] {
    align-items: flex-end;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: fixed;
    right: 24px;
    z-index: 1300;
}

.speed-dial-backdrop[b-pmfo7pkh18] {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.speed-dial-actions[b-pmfo7pkh18] {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.speed-dial-item[b-pmfo7pkh18] {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.speed-dial-label[b-pmfo7pkh18] {
    background: rgba(0, 0, 0, 0.65);
    border-radius: 4px;
    color: #fff !important;
    font-size: 0.75rem !important;
    padding: 3px 8px;
    white-space: nowrap;
}

#blazor-error-ui[b-pmfo7pkh18] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-pmfo7pkh18] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.drawer-header[b-irz4wuyyb8] {
    padding: 22px 20px 14px;
    color: #edf7f1;
}

.drawer-header .mud-typography-caption[b-irz4wuyyb8] {
    color: rgba(237, 247, 241, 0.72);
}

[b-irz4wuyyb8] .app-nav {
    padding: 6px 10px;
}

[b-irz4wuyyb8] .mud-nav-link {
    border-radius: 6px;
    margin-bottom: 4px;
}

[b-irz4wuyyb8] .mud-nav-link.active {
    background: rgba(185, 151, 91, 0.24);
    color: #fff;
}
/* /Components/Layout/PublicLayout.razor.rz.scp.css */
[b-amva5nixic] .app-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

[b-amva5nixic] .brand-name {
    font-weight: 700;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-amva5nixic] .logout-form {
    margin: 0;
}

[b-amva5nixic] .user-profile-button {
    max-width: 220px;
    min-width: 0;
    white-space: nowrap;
}

[b-amva5nixic] .user-profile-button .mud-button-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-amva5nixic] .logout-button {
    flex: 0 0 auto;
}

[b-amva5nixic] .main-content {
    min-height: 100vh;
    background: #f5f7f4;
}

[b-amva5nixic] .content-shell {
    padding-top: 32px;
    padding-bottom: 48px;
}

@media (max-width: 600px) {
    [b-amva5nixic] .app-bar .mud-toolbar {
        gap: 4px;
        min-width: 0;
        padding-left: 4px;
        padding-right: 4px;
    }

    [b-amva5nixic] .brand-name {
        flex: 0 1 auto;
        font-size: 0.82rem;
        max-width: 96px;
    }

    [b-amva5nixic] .user-profile-button {
        font-size: 0.72rem;
        max-width: 128px;
        padding-left: 8px;
        padding-right: 8px;
    }

    [b-amva5nixic] .user-profile-button .mud-button-icon-start {
        margin-right: 4px;
    }

    [b-amva5nixic] .app-bar .mud-icon-button {
        padding: 6px;
    }
}

@media (max-width: 380px) {
    [b-amva5nixic] .brand-name {
        font-size: 0.76rem;
        max-width: 82px;
    }

    [b-amva5nixic] .user-profile-button {
        font-size: 0.68rem;
        max-width: 108px;
        padding-left: 6px;
        padding-right: 6px;
    }

    [b-amva5nixic] .user-profile-button .mud-button-icon-start {
        display: none;
    }
}

#blazor-error-ui[b-amva5nixic] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-amva5nixic] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/NotFoundPage.razor.rz.scp.css */
.not-found-container[b-g4vbsf6f3w] {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 60vh;
    justify-content: center;
    padding: 2rem;
}

.not-found-sticker[b-g4vbsf6f3w] {
    align-items: center;
    background: #ffffff;
    border: 3px solid #007A5E;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 122, 94, 0.12), 4px 4px 0 #007A5E;
    display: flex;
    flex-direction: column;
    padding: 2rem 3rem;
    position: relative;
}

.sticker-label[b-g4vbsf6f3w] {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.not-found-number[b-g4vbsf6f3w] {
    color: #007A5E;
    font-size: 6rem;
    font-weight: 800;
    line-height: 1;
}

.not-found-icon[b-g4vbsf6f3w] {
    color: #B9975B;
    font-size: 3rem !important;
    height: 3rem !important;
    width: 3rem !important;
}
/* /Components/Pages/Profile.razor.rz.scp.css */
.public-toggle[b-aqpq1n0nrf] {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 10px;
}

.public-toggle input[type="checkbox"][b-aqpq1n0nrf] {
    accent-color: #007A5E;
    height: 18px;
    width: 18px;
}
/* /Components/Pages/PublicProfile.razor.rz.scp.css */
.public-unavailable[b-mhn6rplsdv] {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 50vh;
    padding: 2rem;
}

.public-unavailable-icon[b-mhn6rplsdv] {
    color: #B9975B;
    font-size: 4rem !important;
    height: 4rem !important;
    width: 4rem !important;
}
