/* _content/MoinLokal.Web/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-uj5xqi4saf] {
    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-uj5xqi4saf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/MoinLokal.Web/Features/TableOrdering/GuestOrdersPage.razor.rz.scp.css */
.card .badge[b-a56wsnnc2d] {
    white-space: nowrap;
}
/* _content/MoinLokal.Web/Features/TableOrdering/TableOrderPage.razor.rz.scp.css */
/* ── Order Page Header ─────────────────────────────── */
.order-page-header[b-8d5q18mol6] {
    background: var(--ml-surface, #fff);
    border: 1px solid var(--ml-border, #e8ddd0);
    border-radius: 1rem;
    padding: 1.25rem 1.25rem 1.1rem;
    box-shadow: 0 2px 8px rgba(140, 100, 60, 0.06);
}

.order-header-top[b-8d5q18mol6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.65rem;
}

.restaurant-label[b-8d5q18mol6] {
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--ml-text-muted, #8b7355);
}

.table-number-badge[b-8d5q18mol6] {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--ml-primary, #c2703e);
    background: var(--ml-primary-subtle, #fdf5ef);
    border: 1px solid var(--ml-primary-light, #f8ece3);
    border-radius: 999px;
    padding: 0.25rem 0.75rem;
    white-space: nowrap;
}

.order-header-title[b-8d5q18mol6] {
    font-family: Georgia, 'Palatino Linotype', Book Antiqua, Palatino, serif;
    font-size: 1.55rem;
    font-weight: 400;
    color: var(--ml-text, #2d2015);
    line-height: 1.2;
    margin-bottom: 0.25rem;
}

.order-header-subtitle[b-8d5q18mol6] {
    font-size: 0.9rem;
    color: var(--ml-text-muted, #8b7355);
    margin-bottom: 0;
}

/* ── Category Quick-Nav ────────────────────────────── */
.category-quick-nav[b-8d5q18mol6] {
    display: flex;
    gap: 0.45rem;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 0.65rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--ml-bg, #faf7f4);
    margin-bottom: 0.75rem;
}

.category-quick-nav[b-8d5q18mol6]::-webkit-scrollbar {
    display: none;
}

.category-pill[b-8d5q18mol6] {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    flex-shrink: 0;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 500;
    color: var(--ml-text, #2d2015);
    background: var(--ml-surface, #fff);
    border: 1px solid var(--ml-border, #e8ddd0);
    text-decoration: none;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.category-pill:hover[b-8d5q18mol6],
.category-pill:focus-visible[b-8d5q18mol6] {
    background: var(--ml-primary-subtle, #fdf5ef);
    border-color: var(--ml-primary-light, #f8ece3);
    color: var(--ml-primary, #c2703e);
    outline: none;
}

.category-pill.is-active[b-8d5q18mol6] {
    background: var(--ml-primary-subtle, #fdf5ef);
    border-color: var(--ml-primary-light, #f8ece3);
    color: var(--ml-primary, #c2703e);
    font-weight: 600;
}

/* ── Menu Item Card ─────────────────────────────────── */
.menu-item-card .card-body[b-8d5q18mol6] {
    padding: 1rem;
}

.menu-item-image[b-8d5q18mol6] {
    width: 76px;
    height: 76px;
    object-fit: cover;
}

.menu-item-price[b-8d5q18mol6] {
    min-width: 5.2rem;
    text-align: right;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.item-actions-row[b-8d5q18mol6] {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0.5rem;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
}

.item-actions-row > .btn[b-8d5q18mol6] {
    white-space: nowrap;
    height: 42px;
}

.item-note-btn[b-8d5q18mol6] {
    min-width: 110px;
}

.quantity-stepper[b-8d5q18mol6] {
    display: flex;
    align-items: center;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    overflow: hidden;
    background: #fff;
    width: 132px;
    flex: 0 0 132px;
}

.quantity-stepper .btn[b-8d5q18mol6] {
    border: 0;
    border-radius: 0;
    width: 42px;
    min-width: 42px;
    height: 42px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.quantity-stepper .stepper-symbol[b-8d5q18mol6] {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
}

.quantity-stepper .stepper-symbol[b-8d5q18mol6]::before,
.quantity-stepper .stepper-symbol[b-8d5q18mol6]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: currentColor;
    border-radius: 1px;
}

.quantity-stepper .stepper-symbol[b-8d5q18mol6]::before {
    width: 10px;
    height: 2px;
}

.quantity-stepper .stepper-symbol-minus[b-8d5q18mol6]::after {
    display: none;
}

.quantity-stepper .stepper-symbol-plus[b-8d5q18mol6]::after {
    width: 2px;
    height: 10px;
}

.quantity-value[b-8d5q18mol6] {
    min-width: 3rem;
    text-align: center;
    font-weight: 600;
    flex: 1;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.cart-icon-btn[b-8d5q18mol6] {
    width: 42px;
    min-width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.note-popup-backdrop[b-8d5q18mol6] {
    position: fixed;
    inset: 0;
    background: rgba(24, 24, 24, 0.45);
    z-index: 1040;
}

.note-popup[b-8d5q18mol6] {
    position: fixed;
    z-index: 1050;
    inset: auto 1rem 1rem;
    max-width: 520px;
    margin-inline: auto;
}

.mobile-quick-actions[b-8d5q18mol6] {
    position: fixed;
    left: 50%;
    bottom: calc(0.75rem + env(safe-area-inset-bottom));
    transform: translateX(-50%);
    z-index: 1035;
    display: inline-flex;
    gap: 0.6rem;
    padding: 0.4rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.mobile-quick-actions .btn[b-8d5q18mol6] {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

@media (max-width: 575.98px) {
    .content-container[b-8d5q18mol6] {
        padding-bottom: 7rem;
    }

    .menu-category[b-8d5q18mol6] {
        margin-bottom: 0.9rem !important;
    }

    .menu-item-card .card-body[b-8d5q18mol6] {
        padding: 0.8rem;
    }

    .menu-item-image[b-8d5q18mol6] {
        width: 58px;
        height: 58px;
    }

    .menu-item-header-row[b-8d5q18mol6] {
        gap: 0.55rem !important;
    }

    .menu-item-price[b-8d5q18mol6] {
        min-width: 5.8rem;
        font-size: 1.08rem;
    }

    .item-actions-row[b-8d5q18mol6] {
        gap: 0.4rem;
        width: 100%;
    }

    .item-note-btn[b-8d5q18mol6] {
        min-width: 104px;
    }

    .quantity-stepper[b-8d5q18mol6] {
        width: 120px;
        flex: 0 0 120px;
    }

    .quantity-stepper .btn[b-8d5q18mol6] {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }

    .quantity-value[b-8d5q18mol6] {
        height: 40px;
    }

    .desktop-only-section[b-8d5q18mol6] {
        display: none;
    }

    .note-popup[b-8d5q18mol6] {
        inset: auto 0.75rem 0.75rem;
        max-width: none;
    }
}

@media (min-width: 768px) {
    .mobile-quick-actions[b-8d5q18mol6] {
        display: none;
    }
}
