/* /Components/Account/ChangePassword.razor.rz.scp.css */
.password-panel[b-3ixubarm7l] {
    max-width: 24rem;
}
/* /Components/Account/Login.razor.rz.scp.css */
.login-screen[b-vzcb8csdne] {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 1.5rem;
    overflow-y: auto;
    /* Deep navy at the base, easing up to a soft blue. */
    background: linear-gradient(to top, #0e2439 0%, #1f4a78 55%, #5b83ad 100%);
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.login-wrap[b-vzcb8csdne] {
    width: 100%;
    max-width: 22rem;
    display: flex;
    flex-direction: column;
}

.login-head[b-vzcb8csdne] {
    text-align: center;
    margin-bottom: 1.35rem;
}

.login-brand[b-vzcb8csdne] {
    margin: 0;
    font-size: 1.9rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    color: #fff;
}

.login-tagline[b-vzcb8csdne] {
    margin: 0.3rem 0 0;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.75);
}

.login-card[b-vzcb8csdne] {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 14px;
    padding: 2rem;
    box-shadow: 0 22px 55px -18px rgba(6, 20, 36, 0.55);
}

.login-field[b-vzcb8csdne] { margin-bottom: 1rem; }

.login-field label[b-vzcb8csdne] {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #3a444e;
}

.login-card[b-vzcb8csdne]  .form-control {
    width: 100%;
    height: 2.75rem;
    padding: 0 0.85rem;
    border: 1px solid #d3d8dd;
    border-radius: 8px;
    font-size: 0.95rem;
    background: #fff;
    color: #1c2733;
}

.login-card[b-vzcb8csdne]  .form-control:focus {
    outline: none;
    border-color: #2f6db0;
    box-shadow: 0 0 0 3px rgba(47, 109, 176, 0.18);
}

.login-validation[b-vzcb8csdne] {
    display: block;
    margin-top: 0.3rem;
    font-size: 0.8rem;
    color: #c0392b;
}

.login-error[b-vzcb8csdne] {
    margin-bottom: 1.1rem;
    padding: 0.65rem 0.85rem;
    border-radius: 8px;
    background: #fdeceb;
    border: 1px solid #f2c4c0;
    color: #97423b;
    font-size: 0.88rem;
}

.login-submit[b-vzcb8csdne] {
    width: 100%;
    height: 2.85rem;
    margin-top: 0.5rem;
    border: none;
    border-radius: 8px;
    background: #1f4a78;
    color: #fff;
    font-size: 0.98rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.12s;
}

.login-submit:hover[b-vzcb8csdne] { background: #163a60; }
.login-submit:active[b-vzcb8csdne] { background: #122f4d; }

.login-note[b-vzcb8csdne] {
    margin: 1.15rem 0 0;
    text-align: center;
    font-size: 0.82rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
}

.login-note a[b-vzcb8csdne] {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.login-note a:hover[b-vzcb8csdne] { color: #fff; }
/* /Components/Admin/PrintStation.razor.rz.scp.css */
/* Sized off the shell's --px so the station reads as part of the tablet top bar. */
.print-station[b-eddii3gon6] {
    display: flex;
    align-items: center;
    gap: calc(12 * var(--px, 1px));
    font-size: calc(22 * var(--px, 1px));
    color: #6D757C;
    white-space: nowrap;
}

.print-station-dot[b-eddii3gon6] {
    width: calc(14 * var(--px, 1px));
    height: calc(14 * var(--px, 1px));
    border-radius: 50%;
    flex: 0 0 auto;
}

.print-station--ok .print-station-dot[b-eddii3gon6] { background: #6F9C7F; }
.print-station--down .print-station-dot[b-eddii3gon6] { background: #A97068; }

.print-station-queue[b-eddii3gon6] {
    background: #F5EDEC;
    color: #8A5F58;
    border-radius: calc(14 * var(--px, 1px));
    padding: 0 calc(12 * var(--px, 1px));
}

.print-station-error[b-eddii3gon6] {
    color: #A97068;
    /* One line: the top row is not the place to render a browser stack trace. */
    max-width: calc(340 * var(--px, 1px));
    overflow: hidden;
    text-overflow: ellipsis;
}


/* The station lives in the 76px top bar, so its controls are sized for that, not for a page. */
.print-station button[b-eddii3gon6] {
    height: calc(46 * var(--px, 1px));
    padding: 0 calc(16 * var(--px, 1px));
    font-size: calc(20 * var(--px, 1px));
    border-radius: calc(8 * var(--px, 1px));
}

/* Phone / tablet portrait: the top bar wraps (admin.css), and some states carry a full sentence
   ("browser can't reach USB..."), so the station has to be free to wrap and shrink here. */
@media (max-width: 1023px) {
    .print-station[b-eddii3gon6] {
        flex-wrap: wrap;
        white-space: normal;
        min-width: 0;
    }

    .print-station-error[b-eddii3gon6] { max-width: 100%; }
}

/* /Components/Layout/AdminLayout.razor.rz.scp.css */
#blazor-error-ui[b-ioj30iymy2] {
    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-ioj30iymy2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/EmptyLayout.razor.rz.scp.css */
/* Same hidden-until-error toast as the other layouts. Without this rule the plain div would just
   sit visible on top of every EmptyLayout page (login, 404). */
#blazor-error-ui[b-sh6xpgupye] {
    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-sh6xpgupye] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/FullScreenNotFound.razor.rz.scp.css */
.nf[b-kn5oka5a4q] {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 1.5rem;
    background: #f4f5f6;
    color: #2e3338;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    z-index: 2147483000;
}

.nf__box[b-kn5oka5a4q] {
    text-align: center;
    max-width: 26rem;
}

.nf__code[b-kn5oka5a4q] {
    margin: 0;
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #c9ced3;
}

.nf__title[b-kn5oka5a4q] {
    margin: 0.5rem 0 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.nf__text[b-kn5oka5a4q] {
    margin: 0.65rem 0 0;
    font-size: 1rem;
    color: #6d757c;
    line-height: 1.5;
}
/* /Components/Layout/MenuLayout.razor.rz.scp.css */
#blazor-error-ui[b-d8axmh26nu] {
    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-d8axmh26nu] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-tposfefsq4],
.components-reconnect-repeated-attempt-visible[b-tposfefsq4],
.components-reconnect-failed-visible[b-tposfefsq4],
.components-pause-visible[b-tposfefsq4],
.components-resume-failed-visible[b-tposfefsq4],
.components-rejoining-animation[b-tposfefsq4] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-tposfefsq4],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-tposfefsq4],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-tposfefsq4],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-tposfefsq4],
#components-reconnect-modal.components-reconnect-retrying[b-tposfefsq4],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-tposfefsq4],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-tposfefsq4],
#components-reconnect-modal.components-reconnect-failed[b-tposfefsq4],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-tposfefsq4] {
    display: block;
}


#components-reconnect-modal[b-tposfefsq4] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-tposfefsq4 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-tposfefsq4 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-tposfefsq4 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-tposfefsq4]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-tposfefsq4 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-tposfefsq4 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-tposfefsq4 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-tposfefsq4 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-tposfefsq4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-tposfefsq4] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-tposfefsq4] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-tposfefsq4] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-tposfefsq4] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-tposfefsq4] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-tposfefsq4] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-tposfefsq4 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-tposfefsq4] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-tposfefsq4 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Menu/Cart.razor.rz.scp.css */
.cart-bar[b-xg8090riqz] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 400;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    box-sizing: border-box;
    border: none;
    padding: 0.9rem 1.25rem;
    background: var(--primary);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

.cart-bar:disabled[b-xg8090riqz] {
    opacity: 0.6;
    cursor: not-allowed;
}

.cart-bar-count[b-xg8090riqz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.6rem;
    height: 1.6rem;
    padding: 0 0.4rem;
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.25);
    font-size: 0.9rem;
}

.cart-bar-label[b-xg8090riqz] {
    flex: 1;
    text-align: center;
}

.cart-bar-total[b-xg8090riqz] {
    white-space: nowrap;
}
/* /Components/Pages/Admin/Printers.razor.rz.scp.css */
.printer-summary[b-peq1vl3mgm] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.printer-tile[b-peq1vl3mgm] {
    flex: 1 1 10rem;
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    display: flex;
    flex-direction: column;
}

/* Three numbers at the top: all green means nobody has to read further. */
.printer-tile--ok[b-peq1vl3mgm] {
    border-color: #198754;
    background: #f0f9f4;
}

.printer-tile--bad[b-peq1vl3mgm] {
    border-color: #dc3545;
    background: #fdf3f4;
}

.printer-tile-value[b-peq1vl3mgm] {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.1;
}

.printer-tile-label[b-peq1vl3mgm] {
    color: #6c757d;
    font-size: 0.875rem;
}

.printer-status[b-peq1vl3mgm] {
    display: inline-block;
    padding: 0.15rem 0.6rem;
    border-radius: 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #fff;
    background: #6c757d;
}

.printer-status--online[b-peq1vl3mgm] { background: #198754; }
.printer-status--warning[b-peq1vl3mgm] { background: #fd7e14; }
.printer-status--error[b-peq1vl3mgm] { background: #dc3545; }
.printer-status--offline[b-peq1vl3mgm] { background: #6c757d; }
.printer-status--disabled[b-peq1vl3mgm] { background: #adb5bd; }

.printer-add[b-peq1vl3mgm] {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    flex-wrap: wrap;
    max-width: 48rem;
}

.printer-add label[b-peq1vl3mgm] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.875rem;
    color: #6c757d;
}

.printer-config dt[b-peq1vl3mgm] {
    color: #6c757d;
    font-weight: 400;
}

.printer-config dd[b-peq1vl3mgm] {
    margin-bottom: 0.5rem;
}
/* /Components/Pages/Menu/OrderStatus.razor.rz.scp.css */
.order-status-page[b-vhfpimouqj] {
    max-width: 700px;
    margin: 0 auto;
    padding: 1.5rem 1rem 4rem;
}

.order-status-header[b-vhfpimouqj] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 0.75rem;
}

.order-number[b-vhfpimouqj] {
    font-size: 1.6rem;
    font-weight: 700;
}

.order-placed-time[b-vhfpimouqj] {
    color: #6c757d;
    font-size: 0.9rem;
}

.status-card[b-vhfpimouqj] {
    border-radius: 10px;
    padding: 1.5rem 1.25rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

.status-icon[b-vhfpimouqj] {
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.status-label[b-vhfpimouqj] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.time-estimate[b-vhfpimouqj] {
    font-size: 1rem;
    margin-top: 0.25rem;
    font-weight: 500;
}

.decline-reason[b-vhfpimouqj] {
    font-size: 0.9rem;
    margin-top: 0.25rem;
    opacity: 0.85;
}

.status-pending[b-vhfpimouqj] {
    background: #fff8e1;
    border: 1px solid #ffe082;
    color: #795548;
}

.status-confirmed[b-vhfpimouqj] {
    background: #e8f5e9;
    border: 1px solid #a5d6a7;
    color: #2e7d32;
}

.status-completed[b-vhfpimouqj] {
    background: #e8f5e9;
    border: 1px solid #a5d6a7;
    color: #2e7d32;
}

.status-cancelled[b-vhfpimouqj] {
    background: #ffebee;
    border: 1px solid #ef9a9a;
    color: #c62828;
}

.order-items[b-vhfpimouqj] {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    background: #fff;
    margin-bottom: 1.5rem;
}

.order-item-line[b-vhfpimouqj] {
    padding: 0.3rem 0;
    border-bottom: 1px solid #f1f3f5;
}

.order-item-line:last-of-type[b-vhfpimouqj] {
    border-bottom: none;
}

.order-item-row[b-vhfpimouqj] {
    display: flex;
    justify-content: space-between;
}

.order-item-name[b-vhfpimouqj] {
    font-weight: 500;
}

.order-item-price[b-vhfpimouqj] {
    color: #495057;
    white-space: nowrap;
    margin-left: 1rem;
}

.order-item-note[b-vhfpimouqj] {
    font-size: 0.82rem;
    color: #6c757d;
    padding-bottom: 0.2rem;
}

.order-total[b-vhfpimouqj] {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    padding: 0.6rem 0 0;
    border-top: 2px solid #dee2e6;
    margin-top: 0.5rem;
}

.btn-order-again[b-vhfpimouqj] {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border: 1px solid var(--primary);
    border-radius: 8px;
    background: transparent;
    color: var(--primary);
    font-size: 0.95rem;
    text-decoration: none;
}

.btn-order-again:hover[b-vhfpimouqj] {
    background: var(--primary);
    color: #fff;
}
/* /Components/Pages/Menu/Restaurant.razor.rz.scp.css */
.restaurant-page[b-o494u9txlz] {
    max-width: 700px;
    margin: 0 auto;
    padding: 1.5rem 1rem 6rem;
    font-family: inherit;
}

.category-tabs[b-o494u9txlz] {
    position: sticky;
    top: 0;
    z-index: 100;
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding: 0.75rem 0;
    margin-bottom: 1rem;
    background: #fff;
    scrollbar-width: none;
}

.category-tabs[b-o494u9txlz]::-webkit-scrollbar {
    display: none;
}

.category-tab[b-o494u9txlz] {
    flex: 0 0 auto;
    padding: 0.4rem 0.9rem;
    border: 1px solid #dee2e6;
    border-radius: 999px;
    background: #fff;
    color: #495057;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
}

.category-tab.active[b-o494u9txlz] {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.closed-banner[b-o494u9txlz] {
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    margin-bottom: 1.25rem;
    color: #856404;
    font-weight: 500;
}

.menu-list[b-o494u9txlz] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.menu-item[b-o494u9txlz] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
    padding: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background: #fff;
    font: inherit;
    color: inherit;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.12s, box-shadow 0.12s;
}

.menu-item:hover[b-o494u9txlz] {
    border-color: var(--primary);
    box-shadow: 0 2px 8px var(--primary-ring);
}

.menu-item:active[b-o494u9txlz] {
    transform: translateY(1px);
}

.menu-item-body[b-o494u9txlz] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
}

.menu-item-name[b-o494u9txlz] {
    font-weight: 600;
    font-size: 1.05rem;
}

.menu-item-price[b-o494u9txlz] {
    font-weight: 600;
    color: #495057;
    white-space: nowrap;
}

.menu-item-description[b-o494u9txlz] {
    margin: 0;
    color: #6c757d;
    font-size: 0.9rem;
}

.menu-item-add[b-o494u9txlz] {
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    border: 1px solid var(--accent);
    color: var(--accent);
    font-size: 1.1rem;
    line-height: 1.65rem;
    text-align: center;
    font-weight: 700;
}

.cart[b-o494u9txlz] {
    margin-top: 2rem;
    border: 2px solid var(--primary);
    border-radius: 10px;
    padding: 1.25rem;
    background: #f8f9fa;
}

.cart-heading[b-o494u9txlz] {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 1rem;
}

.cart-entry[b-o494u9txlz] {
    margin-bottom: 0.75rem;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 0.6rem 0.75rem;
}

.cart-entry-header[b-o494u9txlz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.4rem;
}

.cart-entry-name[b-o494u9txlz] {
    flex: 1;
    font-weight: 600;
}

.cart-entry-price[b-o494u9txlz] {
    white-space: nowrap;
    color: #495057;
}

.cart-entry-note[b-o494u9txlz] {
    width: 100%;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 0.3rem 0.5rem;
    font-size: 0.85rem;
    box-sizing: border-box;
}

.cart-total[b-o494u9txlz] {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    padding: 0.75rem 0;
    border-top: 1px solid #dee2e6;
    margin-top: 0.5rem;
}

.order-error[b-o494u9txlz] {
    color: #dc3545;
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

.btn-checkout[b-o494u9txlz] {
    width: 100%;
    margin-top: 0.75rem;
    padding: 0.65rem;
    background: var(--primary);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.01em;
}

.btn-checkout:hover:not(:disabled)[b-o494u9txlz] { background: var(--primary-strong); }
.btn-checkout:disabled[b-o494u9txlz] { opacity: 0.65; cursor: not-allowed; }

.checkout-summary[b-o494u9txlz] {
    margin-bottom: 1.25rem;
    border: 1px solid #e3e6e8;
    border-radius: 12px;
    padding: 0.25rem 1.1rem 0.9rem;
    background: #fff;
    box-shadow: 0 1px 3px rgba(16, 24, 40, 0.04);
}

.checkout-summary-head[b-o494u9txlz] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 0.9rem 0 0.75rem;
    border-bottom: 1px solid #eceef0;
}

.checkout-summary-title[b-o494u9txlz] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #212529;
}

.checkout-summary-count[b-o494u9txlz] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #6c757d;
}

.checkout-line[b-o494u9txlz] {
    padding: 0.8rem 0;
    border-bottom: 1px solid #f0f1f2;
}

.checkout-line-top[b-o494u9txlz] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-weight: 600;
    color: #212529;
}

.checkout-line-price[b-o494u9txlz] {
    white-space: nowrap;
}

.checkout-line-additions[b-o494u9txlz] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem 0.75rem;
    margin-top: 0.3rem;
    font-size: 0.85rem;
    color: #6c757d;
}

.checkout-line-tools[b-o494u9txlz] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 0.55rem;
}

.checkout-line-tools .cart-entry-note[b-o494u9txlz] {
    flex: 1;
    margin: 0;
}

.btn-remove-line[b-o494u9txlz] {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.4rem 0.7rem;
    border: 1px solid #e3b7b2;
    border-radius: 6px;
    background: #fbf1f0;
    color: #b23c30;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.btn-remove-line:hover[b-o494u9txlz] {
    background: #f6e2e0;
    border-color: #d99b93;
}

.checkout-totals[b-o494u9txlz] {
    margin-top: 0.9rem;
}

.checkout-total-row[b-o494u9txlz] {
    display: flex;
    justify-content: space-between;
    padding: 0.28rem 0;
    font-size: 0.92rem;
    color: #495057;
}

.checkout-total-row--grand[b-o494u9txlz] {
    margin-top: 0.35rem;
    padding-top: 0.6rem;
    border-top: 1px solid #e3e6e8;
    font-size: 1.05rem;
    font-weight: 700;
    color: #212529;
}

/* Pickup / Delivery segmented control */
.order-type-selector[b-o494u9txlz] {
    display: flex;
    border: 1.5px solid var(--primary);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1.25rem;
}

.order-type-btn[b-o494u9txlz] {
    flex: 1;
    padding: 0.55rem 0;
    border: none;
    background: transparent;
    color: var(--primary);
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.order-type-btn + .order-type-btn[b-o494u9txlz] {
    border-left: 1.5px solid var(--primary);
}

.order-type-btn.active[b-o494u9txlz] {
    background: var(--primary);
    color: #fff;
}

.order-type-btn:hover:not(.active)[b-o494u9txlz] { background: #eef4fb; }

/* Delivery address */
.delivery-section[b-o494u9txlz] {
    margin-bottom: 1.25rem;
}

.delivery-label[b-o494u9txlz] {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
    color: #212529;
}

.delivery-address-confirmed[b-o494u9txlz] {
    font-size: 0.85rem;
    color: #28a745;
    margin: 0.4rem 0 0;
}

.checkout-email[b-o494u9txlz] {
    margin-bottom: 1rem;
}

.checkout-email-label[b-o494u9txlz] {
    display: block;
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 0.3rem;
}

.checkout-email-input[b-o494u9txlz] {
    width: 100%;
    padding: 0.45rem 0.65rem;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-size: 0.95rem;
    box-sizing: border-box;
}

.checkout-email-input:focus[b-o494u9txlz] {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 2px var(--primary-ring);
}

.btn-place-order[b-o494u9txlz] {
    width: 100%;
    padding: 0.65rem;
    background: var(--primary);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

.btn-place-order:hover:not(:disabled)[b-o494u9txlz] { background: var(--primary-strong); }
.btn-place-order:disabled[b-o494u9txlz] { opacity: 0.65; cursor: not-allowed; }

.order-confirmation[b-o494u9txlz] {
    text-align: center;
    padding: 2rem 1rem;
}

.order-confirmation-icon[b-o494u9txlz] {
    font-size: 3rem;
    color: #28a745;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.order-number[b-o494u9txlz] {
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.order-summary-lines[b-o494u9txlz] {
    text-align: left;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    margin-bottom: 0.75rem;
    background: #fff;
}

.order-summary-line[b-o494u9txlz] {
    display: flex;
    justify-content: space-between;
    padding: 0.2rem 0;
}

.order-summary-note[b-o494u9txlz] {
    font-size: 0.82rem;
    color: #6c757d;
    padding-bottom: 0.3rem;
}

.order-confirmation-total[b-o494u9txlz] {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    padding: 0.5rem 1rem;
    background: #f8f9fa;
    border-radius: 6px;
    margin-bottom: 1.5rem;
}

.btn-order-again[b-o494u9txlz] {
    padding: 0.5rem 1.5rem;
    border: 1px solid var(--primary);
    border-radius: 8px;
    background: transparent;
    color: var(--primary);
    font-size: 0.95rem;
    cursor: pointer;
}

.btn-order-again:hover[b-o494u9txlz] {
    background: var(--primary);
    color: #fff;
}

/* Category headings in menu list */
.category-heading[b-o494u9txlz] {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 1.5rem 0 0.6rem;
    color: #212529;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 0.3rem;
}

/* Options shown in cart entry */
.cart-option-row[b-o494u9txlz] {
    display: flex;
    justify-content: space-between;
    font-size: 0.82rem;
    color: #6c757d;
    padding: 0.05rem 0 0.05rem 0.25rem;
}

/* Options picker — full screen sub-page */
.options-screen[b-o494u9txlz],
.checkout-screen[b-o494u9txlz] {
    position: fixed;
    inset: 0;
    z-index: 600;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.options-topbar[b-o494u9txlz] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #dee2e6;
}

.options-topbar-title[b-o494u9txlz] {
    font-size: 1.1rem;
    font-weight: 700;
}

/* Shared "go back" pill for the full-screen options and checkout sub-pages. Kept neutral
   rather than themed so it reads as chrome and stays legible against any restaurant colour. */
.back-btn[b-o494u9txlz] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    flex-shrink: 0;
    padding: 0.45rem 0.95rem 0.45rem 0.75rem;
    border: 1px solid #d7dce0;
    border-radius: 999px;
    background: #fff;
    color: #2e3338;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: background 0.12s, border-color 0.12s, box-shadow 0.12s, transform 0.05s;
}

.back-btn[b-o494u9txlz]::before {
    content: "\2190";
    font-size: 1.05rem;
    line-height: 1;
}

.back-btn:hover[b-o494u9txlz] {
    background: #f5f6f7;
    border-color: #c3c9ce;
    box-shadow: 0 1px 3px rgba(16, 24, 40, 0.06);
}

.back-btn:active[b-o494u9txlz] {
    transform: translateY(1px);
}

.options-body[b-o494u9txlz] {
    flex: 1;
    overflow-y: auto;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 1rem 1.25rem;
    box-sizing: border-box;
}

.options-base-price[b-o494u9txlz] {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 0.75rem;
}

.options-footer[b-o494u9txlz] {
    flex-shrink: 0;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0.9rem 1.25rem;
    border-top: 1px solid #dee2e6;
    box-sizing: border-box;
}

.options-footer .options-subtotal[b-o494u9txlz] {
    border-top: none;
    padding: 0;
    margin: 0;
}

.options-footer-actions[b-o494u9txlz] {
    display: flex;
    gap: 0.75rem;
    margin-top: 0.6rem;
}

.options-footer-actions .btn-place-order[b-o494u9txlz] {
    flex: 1;
    margin: 0;
}

.btn-cancel[b-o494u9txlz] {
    flex: 0 0 auto;
    padding: 0.65rem 1.25rem;
    border: 1px solid #ced4da;
    border-radius: 8px;
    background: #fff;
    color: #495057;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

.options-list[b-o494u9txlz] {
    margin-bottom: 0.5rem;
}

.option-row[b-o494u9txlz] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.55rem 0;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    width: 100%;
}

.option-row:last-child[b-o494u9txlz] { border-bottom: none; }

.option-row-disabled[b-o494u9txlz] {
    opacity: 0.45;
    cursor: not-allowed;
}

.options-group-heading[b-o494u9txlz] {
    margin: 0.9rem 0 0.2rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: #212529;
}

.options-group-heading:first-of-type[b-o494u9txlz] { margin-top: 0.25rem; }

.options-group-hint[b-o494u9txlz] {
    font-weight: 400;
    font-size: 0.8rem;
    color: #6c757d;
}

.option-name[b-o494u9txlz] {
    flex: 1;
    font-size: 0.95rem;
}

.option-price[b-o494u9txlz] {
    font-size: 0.9rem;
    color: var(--accent);
    font-weight: 500;
    white-space: nowrap;
}

.options-subtotal[b-o494u9txlz] {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    padding: 0.75rem 0 0.5rem;
    border-top: 1px solid #dee2e6;
    margin-top: 0.25rem;
}

/* Payment method selection */
.payment-section[b-o494u9txlz] {
    margin-bottom: 1.25rem;
}

.payment-option[b-o494u9txlz] {
    border: 1.5px solid #dee2e6;
    border-radius: 10px;
    padding: 0.875rem 1.1rem;
    background: #fff;
    cursor: pointer;
    margin-bottom: 0.5rem;
    transition: border-color 0.15s, box-shadow 0.15s;
    user-select: none;
}

.payment-option:hover[b-o494u9txlz] {
    border-color: #adb5bd;
}

.payment-option--selected[b-o494u9txlz] {
    border-color: var(--primary);
    border-width: 2px;
    box-shadow: 0 0 0 3px var(--primary-ring);
}

.payment-option-header[b-o494u9txlz] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.payment-option-radio[b-o494u9txlz] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #adb5bd;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: border-color 0.15s;
}

.payment-option--selected .payment-option-radio[b-o494u9txlz] {
    border-color: var(--primary);
}

.payment-option-radio-inner[b-o494u9txlz] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: background 0.15s;
}

.payment-option-radio-inner--checked[b-o494u9txlz] {
    background: var(--primary);
}

.payment-option-name[b-o494u9txlz] {
    font-weight: 600;
    font-size: 0.975rem;
    color: #212529;
}

.payment-option-content[b-o494u9txlz] {
    margin-top: 0.875rem;
    padding-top: 0.875rem;
    border-top: 1px solid #dee2e6;
}

/* Styles for checkout components rendered inside DynamicComponent */
[b-o494u9txlz] .checkout-dev-info {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 1rem;
    padding: 0.5rem 0.75rem;
    background: #fff8e1;
    border: 1px solid #ffe082;
    border-radius: 6px;
}

[b-o494u9txlz] .checkout-amount {
    font-size: 1.75rem;
    font-weight: 700;
    text-align: center;
    color: #212529;
    margin: 0.25rem 0 1.1rem;
}

[b-o494u9txlz] .btn-place-order {
    width: 100%;
    padding: 0.65rem;
    background: var(--primary);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

[b-o494u9txlz] .btn-place-order:hover:not(:disabled) { background: var(--primary-strong); }
[b-o494u9txlz] .btn-place-order:disabled { opacity: 0.65; cursor: not-allowed; }
