/* _content/Online_Orders/Components/Layout/MainLayout.razor.rz.scp.css */
.page-shell[b-s94lm2v88b] {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem;
}

.sidebar-panel[b-s94lm2v88b] {
    position: relative;
}

.workspace-shell[b-s94lm2v88b] {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.page-shell--landing[b-s94lm2v88b] {
    max-width: 1520px;
    margin: 0 auto;
}

.workspace-shell--landing[b-s94lm2v88b] {
    width: 100%;
    gap: 0;
}

.workspace-header[b-s94lm2v88b] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.6rem;
    border: 1px solid rgba(111, 79, 45, 0.1);
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(215, 178, 122, 0.18), transparent 24%),
        linear-gradient(135deg, rgba(255, 250, 245, 0.96), rgba(246, 238, 228, 0.92));
    box-shadow: 0 22px 50px rgba(54, 37, 23, 0.1);
}

.workspace-header--public[b-s94lm2v88b] {
    position: relative;
    overflow: hidden;
    border-color: rgba(16, 91, 58, 0.16);
    background:
        radial-gradient(circle at top right, rgba(228, 184, 73, 0.18), transparent 24%),
        radial-gradient(circle at bottom left, rgba(62, 176, 108, 0.18), transparent 22%),
        linear-gradient(135deg, rgba(12, 61, 38, 0.96), rgba(19, 84, 52, 0.94));
    box-shadow: 0 28px 60px rgba(8, 34, 21, 0.22);
}

.workspace-header--public[b-s94lm2v88b]::after {
    content: "";
    position: absolute;
    left: -72px;
    bottom: -88px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 70%);
    pointer-events: none;
}

.workspace-header--public .workspace-title[b-s94lm2v88b],
.workspace-header--public .workspace-subtitle[b-s94lm2v88b] {
    position: relative;
    z-index: 1;
}

.workspace-header--public .workspace-title[b-s94lm2v88b] {
    color: #fff;
}

.workspace-header--public .workspace-subtitle[b-s94lm2v88b] {
    color: rgba(228, 241, 235, 0.86);
}

.workspace-header--public .section-eyebrow[b-s94lm2v88b] {
    background: rgba(255, 255, 255, 0.12);
    color: #eef7f1;
}

.workspace-header--public .btn-outline-success[b-s94lm2v88b] {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.workspace-header--public .btn-outline-success:hover[b-s94lm2v88b],
.workspace-header--public .btn-outline-success:focus[b-s94lm2v88b] {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.24);
    color: #fff;
}

.workspace-header--access[b-s94lm2v88b] {
    background:
        radial-gradient(circle at top right, rgba(215, 178, 122, 0.14), transparent 24%),
        linear-gradient(135deg, rgba(255, 250, 245, 0.96), rgba(246, 238, 228, 0.92));
}

.workspace-title[b-s94lm2v88b] {
    margin: 0.25rem 0 0.5rem;
    font-size: clamp(1.4rem, 2vw, 2rem);
    color: #241913;
}

.workspace-subtitle[b-s94lm2v88b] {
    margin: 0;
    max-width: 70ch;
    color: #6d5a4a;
    line-height: 1.8;
}

.workspace-actions[b-s94lm2v88b] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.workspace-content[b-s94lm2v88b] {
    flex: 1;
    padding: 0;
}

#blazor-error-ui[b-s94lm2v88b] {
    color-scheme: light only;
    background: rgba(110, 26, 26, 0.96);
    color: #fff;
    border-radius: 18px 18px 0 0;
    bottom: 0;
    box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.18);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 1rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .reload[b-s94lm2v88b] {
    color: #fff;
    font-weight: 600;
    margin-inline: 1rem;
}

#blazor-error-ui .dismiss[b-s94lm2v88b] {
    cursor: pointer;
    position: absolute;
    left: 1rem;
    top: 0.8rem;
}

@media (min-width: 992px) {
    .page-shell[b-s94lm2v88b] {
        flex-direction: row;
        align-items: flex-start;
        padding: 1.5rem;
    }

    .page-shell--landing[b-s94lm2v88b] {
        flex-direction: column;
    }

    .sidebar-panel[b-s94lm2v88b] {
        width: auto;
        position: sticky;
        top: 1.5rem;
    }

    .sidebar-panel:has(.navbar-toggler:checked)[b-s94lm2v88b] {
        width: min(320px, 28vw);
    }

    .workspace-header[b-s94lm2v88b] {
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    }
}
/* _content/Online_Orders/Components/Layout/NavMenu.razor.rz.scp.css */
.brand-panel[b-f2j8bw6ier] {
    display: none;
    position: relative;
    padding: 1.4rem 1.3rem 1rem;
    border-radius: 28px 28px 0 0;
    background:
        radial-gradient(circle at top right, rgba(215, 178, 122, 0.24), transparent 42%),
        linear-gradient(180deg, #56402d 0%, #241913 100%);
    color: #fff8ef;
    box-shadow: 0 20px 45px rgba(54, 37, 23, 0.26);
}

.brand-link[b-f2j8bw6ier] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    color: inherit;
    text-decoration: none;
}

.brand-link strong[b-f2j8bw6ier] {
    font-size: 1.25rem;
    line-height: 1.4;
}

.brand-link small[b-f2j8bw6ier] {
    color: rgba(255, 239, 218, 0.9);
    line-height: 1.8;
}

.brand-overline[b-f2j8bw6ier] {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 248, 240, 0.12);
    font-size: 0.78rem;
    letter-spacing: 0.02em;
}

.navbar-toggler[b-f2j8bw6ier] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 1100;
    border-radius: 16px;
    border: 1px solid rgba(255, 248, 240, 0.18);
    background:
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.92%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.25' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
        no-repeat center/1.55rem rgba(36, 25, 19, 0.92);
    box-shadow: 0 14px 30px rgba(54, 37, 23, 0.22);
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.navbar-toggler:checked[b-f2j8bw6ier] {
    transform: scale(0.97);
    background-color: rgba(86, 64, 45, 0.96);
    box-shadow: 0 18px 36px rgba(54, 37, 23, 0.28);
}

.nav-scrollable[b-f2j8bw6ier] {
    display: none;
    padding: 1rem;
    border-radius: 0 0 28px 28px;
    background: rgba(36, 25, 19, 0.94);
    box-shadow: 0 22px 45px rgba(54, 37, 23, 0.18);
}

.navbar-toggler:checked ~ .nav-scrollable[b-f2j8bw6ier] {
    display: block;
}

.navbar-toggler:checked ~ .brand-panel[b-f2j8bw6ier] {
    display: block;
}

.nav-item[b-f2j8bw6ier] {
    font-size: 0.97rem;
}

.nav-item[b-f2j8bw6ier]  .nav-link {
    border: 1px solid transparent;
    border-radius: 22px;
    min-height: 4.1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.2rem;
    padding: 0.9rem 1rem;
    color: rgba(255, 248, 240, 0.88);
    background: rgba(255, 248, 240, 0.05);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.nav-item[b-f2j8bw6ier]  .nav-link:hover {
    transform: translateY(-1px);
    border-color: rgba(215, 178, 122, 0.24);
    background: rgba(255, 248, 240, 0.08);
    color: #fff8ef;
}

.nav-item[b-f2j8bw6ier]  a.active {
    background: linear-gradient(135deg, #fff8ef, #ead7bd);
    color: #241913;
    border-color: rgba(215, 178, 122, 0.35);
    box-shadow: 0 12px 30px rgba(54, 37, 23, 0.18);
}

.nav-item[b-f2j8bw6ier]  a.active small {
    color: #7b5d3d;
}

.nav-item[b-f2j8bw6ier]  .nav-link small {
    font-size: 0.76rem;
    color: rgba(255, 233, 204, 0.72);
}

.nav-label[b-f2j8bw6ier] {
    font-weight: 700;
}

.nav-link-button[b-f2j8bw6ier] {
    width: 100%;
    text-align: right;
    cursor: pointer;
}

.sidebar-footer[b-f2j8bw6ier] {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 22px;
    background: rgba(255, 248, 240, 0.06);
    color: #f2dfc7;
    line-height: 1.8;
}

.sidebar-footnote[b-f2j8bw6ier] {
    display: inline-flex;
    margin-bottom: 0.45rem;
    font-size: 0.78rem;
    color: #d7b27a;
}

@media (min-width: 992px) {
    .nav-scrollable[b-f2j8bw6ier] {
        min-height: calc(100vh - 10.5rem);
    }
}
