/* _content/DegustAqui.Menu/Components/Layout/MainLayout.razor.rz.scp.css */
.app-main[b-cdu23l8mqm] {
    min-height: 100vh;
    background: #f9fafb;
}

#blazor-error-ui[b-cdu23l8mqm] {
    color-scheme: light only;
    background: #fee2e2;
    color: #991b1b;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-cdu23l8mqm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/DegustAqui.Menu/Components/Pages/CartPage.razor.rz.scp.css */
.cart-page[b-ue0bzdr3n6] {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 1rem 3rem;
}

.cart-head[b-ue0bzdr3n6] {
    margin: 0 -1rem 1rem;
    padding: 1.25rem;
    background: var(--brand);
    color: #fff;
}

.cart-back[b-ue0bzdr3n6] {
    color: #fff;
    text-decoration: none;
    font-size: .9rem;
    opacity: .9;
}

.cart-head h1[b-ue0bzdr3n6] { margin: .35rem 0 0; font-size: 1.4rem; }

.cart-empty[b-ue0bzdr3n6], .confirm-box[b-ue0bzdr3n6] {
    text-align: center;
    padding: 2.5rem 1rem;
}

.btn-primary[b-ue0bzdr3n6] {
    display: inline-block;
    margin-top: 1rem;
    background: var(--brand);
    color: #fff;
    text-decoration: none;
    padding: .75rem 1.5rem;
    border-radius: 10px;
    font-weight: 600;
}

.confirm-check[b-ue0bzdr3n6] {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    background: #16a34a;
    color: #fff;
    border-radius: 50%;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Selo de status do pedido AO VIVO na confirmação */
.order-live-label[b-ue0bzdr3n6] { margin: 1rem 0 .35rem; font-size: .8rem; font-weight: 600; color: #6b7280; }
.order-live[b-ue0bzdr3n6] {
    display: inline-flex; align-items: center; gap: .5rem;
    padding: .45rem 1.1rem; border-radius: 999px;
    font-weight: 700; font-size: .95rem;
}
.order-live-dot[b-ue0bzdr3n6] { width: 9px; height: 9px; border-radius: 50%; background: currentColor; }
.order-live.st-Pending[b-ue0bzdr3n6]          { background: #fef9c3; color: #854d0e; }
.order-live.st-InPreparation[b-ue0bzdr3n6]     { background: #dbeafe; color: #1e40af; }
.order-live.st-ReadyForDelivery[b-ue0bzdr3n6]  { background: #e0e7ff; color: #3730a3; }
.order-live.st-OutForDelivery[b-ue0bzdr3n6]    { background: #ccfbf1; color: #115e59; }
.order-live.st-Delivered[b-ue0bzdr3n6]         { background: #dcfce7; color: #166534; }
.order-live.st-Finished[b-ue0bzdr3n6]          { background: #dcfce7; color: #166534; }
.order-live.st-Cancelled[b-ue0bzdr3n6]         { background: #fee2e2; color: #991b1b; }
@keyframes liveStatusPulse-b-ue0bzdr3n6 { 0% { transform: scale(1); } 50% { transform: scale(1.07); } 100% { transform: scale(1); } }
.order-live.pulse[b-ue0bzdr3n6] { animation: liveStatusPulse-b-ue0bzdr3n6 .5s ease 2; }

/* Recibo do pedido (telas de confirmação) — estilo limpo, tipo comprovante. */
.receipt[b-ue0bzdr3n6] {
    text-align: left;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 1rem 1.1rem;
    margin: 1.25rem auto 0;
    max-width: 420px;
    box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
.receipt-code[b-ue0bzdr3n6] {
    font-size: .85rem; color: #6b7280; text-align: center;
    padding-bottom: .75rem; border-bottom: 1px dashed #e5e7eb;
}
.receipt-code strong[b-ue0bzdr3n6] { color: #111827; letter-spacing: .5px; }
.receipt-items[b-ue0bzdr3n6] { list-style: none; margin: 0; padding: .5rem 0; }
.receipt-item[b-ue0bzdr3n6] { padding: .55rem 0; border-bottom: 1px dashed #f0f0f0; }
.receipt-item:last-child[b-ue0bzdr3n6] { border-bottom: none; }
.ri-main[b-ue0bzdr3n6] { display: flex; align-items: baseline; gap: .5rem; font-weight: 600; color: #111827; }
.ri-qty[b-ue0bzdr3n6] { color: var(--brand); font-weight: 700; }
.ri-name[b-ue0bzdr3n6] { flex: 1; }
.ri-price[b-ue0bzdr3n6] { font-weight: 700; white-space: nowrap; }
.ri-extra[b-ue0bzdr3n6] { font-size: .82rem; color: #6b7280; margin: .15rem 0 0 1.7rem; }
.ri-obs[b-ue0bzdr3n6] { font-size: .82rem; color: #b45309; margin: .15rem 0 0 1.7rem; }

/* Selo de preparo por item (só na mesa, item de cozinha). */
.ri-prep[b-ue0bzdr3n6] {
    display: inline-block;
    margin: .25rem 0 0 1.7rem;
    padding: .12rem .5rem;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 700;
}
.ri-prep-cooking[b-ue0bzdr3n6] { background: #dbeafe; color: #1e40af; }
.ri-prep-ready[b-ue0bzdr3n6] { background: #dcfce7; color: #166534; }

/* Acompanhamentos = accordion nativo (sem Syncfusion no cardápio). */
.ri-sides[b-ue0bzdr3n6] { margin: .2rem 0 0 1.7rem; }
.ri-sides summary[b-ue0bzdr3n6] {
    font-size: .82rem; color: #6b7280; cursor: pointer; list-style: none;
    display: inline-flex; align-items: center; gap: .3rem; user-select: none;
}
.ri-sides summary[b-ue0bzdr3n6]::-webkit-details-marker { display: none; }
.ri-sides summary[b-ue0bzdr3n6]::before { content: "▸"; font-size: .7rem; transition: transform .15s; }
.ri-sides[open] summary[b-ue0bzdr3n6]::before { transform: rotate(90deg); }
.ri-sides ul[b-ue0bzdr3n6] { list-style: none; margin: .25rem 0 0; padding: 0 0 0 1rem; }
.ri-sides li[b-ue0bzdr3n6] { display: flex; justify-content: space-between; gap: 10px; font-size: .82rem; color: #6b7280; padding-left: .8rem; position: relative; }
.ri-sides li[b-ue0bzdr3n6]::before { content: "–"; position: absolute; left: 0; opacity: .5; }
.ri-side-price[b-ue0bzdr3n6] { flex: 0 0 auto; opacity: .85; }
.receipt-totals[b-ue0bzdr3n6] { border-top: 1px solid #e5e7eb; margin-top: .25rem; padding-top: .6rem; }
.rt-row[b-ue0bzdr3n6] { display: flex; justify-content: space-between; font-size: .9rem; color: #374151; padding: .15rem 0; }
.rt-total[b-ue0bzdr3n6] { font-size: 1.15rem; font-weight: 800; color: #111827; margin-top: .35rem; padding-top: .5rem; border-top: 1px dashed #e5e7eb; }
.rt-total span:last-child[b-ue0bzdr3n6] { color: var(--brand); }

/* Items */
.cart-items[b-ue0bzdr3n6] { display: flex; flex-direction: column; gap: .5rem; margin-bottom: 1.5rem; }

.cart-item[b-ue0bzdr3n6] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .6rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: .7rem .85rem;
}

.cart-item-info[b-ue0bzdr3n6] { flex: 1 1 55%; display: flex; flex-direction: column; gap: .15rem; min-width: 0; }
.cart-item-name[b-ue0bzdr3n6] { font-weight: 600; color: #111827; }
.cart-item-extra[b-ue0bzdr3n6] { font-size: .78rem; color: #6b7280; }

/* Acompanhamentos em accordion (clicar mostra) — separa do "Ponto:" e não empilha texto puro. */
.cart-item-sides[b-ue0bzdr3n6] { font-size: .78rem; color: #6b7280; }
.cart-item-sides > summary[b-ue0bzdr3n6] { cursor: pointer; list-style: none; color: var(--brand); font-weight: 600; }
.cart-item-sides > summary[b-ue0bzdr3n6]::-webkit-details-marker { display: none; }
.cart-item-sides > span[b-ue0bzdr3n6] { display: block; margin-top: .15rem; }

.cart-item-qty[b-ue0bzdr3n6] { display: flex; align-items: center; gap: .6rem; }

.cart-item-qty button[b-ue0bzdr3n6] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #d1d5db;
    background: #fff;
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 1;
    flex: 0 0 auto;
    touch-action: manipulation;
}

.cart-item-total[b-ue0bzdr3n6] { font-weight: 700; color: #111827; min-width: 70px; text-align: right; }

/* Tela estreita (ex.: S21 FE): nome/extras ocupam a linha toda; quantidade + total + remover
   descem pra uma 2ª linha com alvos de toque confortáveis (antes espremia e o toque não pegava). */
@media (max-width: 430px) {
    .cart-item-info[b-ue0bzdr3n6] { flex: 1 1 100%; }
    .cart-item-qty[b-ue0bzdr3n6] { flex: 1 1 auto; }
    .cart-item-total[b-ue0bzdr3n6] { margin-left: auto; }
}

.cart-item-remove[b-ue0bzdr3n6] {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 1rem;
    opacity: .6;
}

/* Checkout */
.checkout h2[b-ue0bzdr3n6] { font-size: 1.15rem; margin: 0 0 .75rem; }

.pix-box[b-ue0bzdr3n6] {
    text-align: center;
    padding: 1.5rem 1rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .75rem;
}
.pix-box h2[b-ue0bzdr3n6] { margin: 0; }
.pix-qr[b-ue0bzdr3n6] {
    width: 240px;
    height: 240px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 8px;
    background: #fff;
}
.pix-copy-label[b-ue0bzdr3n6] { margin: .25rem 0 -.25rem; font-size: .82rem; font-weight: 600; color: #6b7280; }
.pix-code[b-ue0bzdr3n6] {
    width: 100%;
    max-width: 360px;
    height: 70px;
    font-size: .72rem;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    padding: .5rem;
    resize: none;
    word-break: break-all;
}
.pix-status[b-ue0bzdr3n6] {
    font-weight: 600;
    color: #b45309;
    background: #fef3c7;
    border-radius: 999px;
    padding: .4rem 1rem;
    font-size: .9rem;
}

.pay-section[b-ue0bzdr3n6] { margin-top: 1rem; }
.pay-section h2[b-ue0bzdr3n6] { font-size: 1.15rem; margin: 0 0 .5rem; }
.pay-group[b-ue0bzdr3n6] { font-size: .8rem; font-weight: 700; color: #6b7280; margin: .5rem 0 .35rem; text-transform: uppercase; }
.pay-options[b-ue0bzdr3n6] { display: flex; flex-wrap: wrap; gap: .5rem; }
.pay-opt[b-ue0bzdr3n6] {
    border: 1px solid #d1d5db;
    background: #fff;
    color: #374151;
    padding: .55rem .9rem;
    border-radius: 999px;
    font-size: .9rem;
    font-weight: 600;
    cursor: pointer;
}
.pay-opt.sel[b-ue0bzdr3n6] { background: var(--brand); border-color: var(--brand); color: #fff; }
.pay-opt.disabled[b-ue0bzdr3n6] { opacity: .5; cursor: not-allowed; }

.table-banner[b-ue0bzdr3n6] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: var(--brand);
    padding: .75rem 1rem;
    border-radius: 12px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
}

.toggle[b-ue0bzdr3n6] { display: flex; gap: .5rem; margin-bottom: 1rem; }

.toggle-opt[b-ue0bzdr3n6] {
    flex: 1;
    padding: .65rem;
    border: 1px solid #d1d5db;
    background: #fff;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    color: #374151;
}

.toggle-opt.sel[b-ue0bzdr3n6] { background: var(--brand); border-color: var(--brand); color: #fff; }
.toggle-opt:disabled[b-ue0bzdr3n6] { opacity: .45; cursor: not-allowed; }

.field[b-ue0bzdr3n6] { margin-bottom: .85rem; }
.field label[b-ue0bzdr3n6] { display: block; font-size: .85rem; font-weight: 600; margin-bottom: .3rem; color: #374151; }

.field input[b-ue0bzdr3n6], .field select[b-ue0bzdr3n6], .field textarea[b-ue0bzdr3n6] {
    width: 100%;
    padding: .7rem .8rem;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    font-size: .95rem;
    box-sizing: border-box;
    font-family: inherit;
    background: #fff;
    transition: border-color .15s, box-shadow .15s;
}

.field input:focus[b-ue0bzdr3n6], .field select:focus[b-ue0bzdr3n6], .field textarea:focus[b-ue0bzdr3n6] {
    outline: none;
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(185, 28, 28, .12);
}

.field input[b-ue0bzdr3n6]::placeholder, .field textarea[b-ue0bzdr3n6]::placeholder { color: #9ca3af; }

/* Validação discreta: sem borda/fundo vermelho (poluia o form). Só a mensagem embaixo do campo. */
.field-err[b-ue0bzdr3n6] { display: block; color: #dc2626; font-size: .8rem; margin-top: .3rem; }
.pay-section.invalid .field-err[b-ue0bzdr3n6] { margin: 0 0 .5rem; }

.field-hint[b-ue0bzdr3n6] { font-size: .8rem; color: #6b7280; margin: .25rem 0 0; }

/* Loja fechada: bloqueia o checkout */
.cart-closed[b-ue0bzdr3n6] {
    text-align: center;
    padding: 2.5rem 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
}
.cart-closed-icon[b-ue0bzdr3n6] {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fef3c7;
    border-radius: 50%;
    font-size: 1.9rem;
    margin-bottom: .25rem;
}
.cart-closed h2[b-ue0bzdr3n6] { margin: 0; color: #111827; }
.cart-closed p[b-ue0bzdr3n6] { margin: 0; color: #6b7280; max-width: 360px; }

/* Ações das telas de confirmação/PIX pago: botões empilhados e centralizados */
.confirm-actions[b-ue0bzdr3n6] {
    display: flex;
    flex-direction: column;
    gap: .6rem;
    align-items: stretch;
    max-width: 320px;
    margin: 1.25rem auto 0;
}
.confirm-actions .btn-primary[b-ue0bzdr3n6],
.confirm-actions .btn-waiter[b-ue0bzdr3n6] {
    margin-top: 0;
    padding: .65rem 1rem;
    font-size: .95rem;
}

/* Botão secundário "Voltar ao cardápio" — contornado, discreto mas clicável de verdade */
.btn-secondary[b-ue0bzdr3n6] {
    display: inline-block;
    text-align: center;
    padding: .7rem 1.4rem;
    border-radius: 10px;
    border: 1px solid #d1d5db;
    background: #fff;
    color: #374151;
    text-decoration: none;
    font-weight: 600;
    transition: background .15s, border-color .15s;
}
.btn-secondary:hover[b-ue0bzdr3n6] { background: #f9fafb; border-color: #9ca3af; }

.btn-waiter[b-ue0bzdr3n6] {
    display: inline-block;
    text-align: center;
    padding: .7rem 1.4rem;
    border-radius: 10px;
    border: 1px solid #f59e0b;
    background: #fffbeb;
    color: #92400e;
    font-weight: 700;
    cursor: pointer;
    transition: background .15s, border-color .15s;
}
.btn-waiter:hover:not(:disabled)[b-ue0bzdr3n6] { background: #fef3c7; border-color: #d97706; }
.btn-waiter:disabled[b-ue0bzdr3n6] { opacity: .65; cursor: default; }

.waiter-called[b-ue0bzdr3n6] {
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #6ee7b7;
    border-radius: 10px;
    padding: .7rem 1rem;
    font-weight: 600;
    text-align: center;
}

.summary[b-ue0bzdr3n6] {
    margin: 1rem 0;
    padding: 1rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}

.summary-row[b-ue0bzdr3n6] {
    display: flex;
    justify-content: space-between;
    padding: .25rem 0;
    color: #374151;
}

.summary-row.total[b-ue0bzdr3n6] {
    border-top: 1px solid #e5e7eb;
    margin-top: .35rem;
    padding-top: .6rem;
    font-weight: 700;
    font-size: 1.1rem;
    color: #111827;
}

.checkout-error[b-ue0bzdr3n6] { color: var(--brand); font-size: .9rem; text-align: center; margin: 0 0 .75rem; }

/* ───────── Pagamento da comanda de mesa ───────── */
.table-pay[b-ue0bzdr3n6] { margin-top: 1rem; border-top: 1px dashed #e5e7eb; padding-top: 1rem; }
.table-pay-status[b-ue0bzdr3n6] {
    display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin-bottom: .75rem;
    font-size: .9rem; font-weight: 700;
}
.tp-paid[b-ue0bzdr3n6] { color: #16a34a; }
.tp-remaining[b-ue0bzdr3n6] { color: #b45309; }
.tp-done[b-ue0bzdr3n6] { color: #16a34a; }
.table-pay-btn[b-ue0bzdr3n6] {
    width: 100%; max-width: 320px; display: block; margin: 0 auto;
    padding: .65rem 1rem; font-size: .95rem;
}

.pay-panel[b-ue0bzdr3n6] {
    background: #fff; border: 1px solid #eef0f2; border-radius: 16px;
    padding: 1.15rem; text-align: left; box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.pay-panel-title[b-ue0bzdr3n6] { margin: 0 0 1rem; font-size: 1.05rem; font-weight: 800; color: #111827; }
.pay-step[b-ue0bzdr3n6] { margin-top: 1.1rem; }
.pay-step:first-of-type[b-ue0bzdr3n6] { margin-top: 0; }
.pay-panel-label[b-ue0bzdr3n6] {
    display: block; font-size: .72rem; font-weight: 700; letter-spacing: .04em;
    text-transform: uppercase; color: #9ca3af; margin-bottom: .5rem;
}
.pay-amount-row[b-ue0bzdr3n6] { display: flex; gap: .5rem; align-items: stretch; }
.pay-amount-input[b-ue0bzdr3n6] {
    flex: 1; min-width: 0; padding: .8rem .9rem; border: 1px solid #d1d5db;
    border-radius: 12px; font-size: 1.15rem; font-weight: 800; color: #111827; outline: none;
}
.pay-amount-input:focus[b-ue0bzdr3n6] { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(var(--brand-rgb),.18); }
.pay-all-btn[b-ue0bzdr3n6] { white-space: nowrap; margin-top: 0; flex: 0 0 auto; }
.pay-methods[b-ue0bzdr3n6] { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.pay-methods .pay-opt[b-ue0bzdr3n6] { margin: 0; width: 100%; text-align: center; }

/* 1º passo do pagamento da mesa: pagar tudo × rachar a conta. */
.pay-mode-choices[b-ue0bzdr3n6] { display: grid; gap: .6rem; }
.pay-mode-btn[b-ue0bzdr3n6] {
    display: flex; flex-direction: column; align-items: center; gap: .15rem;
    padding: 1rem; border-radius: 14px; border: 1.5px solid #e5e7eb; cursor: pointer;
    background: #fff; transition: border-color .15s, box-shadow .15s, transform .05s;
}
.pay-mode-btn:active[b-ue0bzdr3n6] { transform: scale(.99); }
.pay-mode-title[b-ue0bzdr3n6] { font-size: 1.05rem; font-weight: 800; color: #111827; }
.pay-mode-sub[b-ue0bzdr3n6] { font-size: .85rem; color: #6b7280; }
.pay-mode-full[b-ue0bzdr3n6] { border-color: var(--brand); background: rgba(var(--brand-rgb), .07); }
.pay-mode-full .pay-mode-sub[b-ue0bzdr3n6] { color: #b45309; font-weight: 700; }
.pay-mode-full:hover[b-ue0bzdr3n6] { box-shadow: 0 0 0 3px rgba(var(--brand-rgb),.16); }
.pay-mode-split:hover[b-ue0bzdr3n6] { border-color: #cbd1d8; box-shadow: 0 2px 10px rgba(0,0,0,.06); }

.pay-total-line[b-ue0bzdr3n6] {
    padding: .8rem .9rem; border: 1px solid #d1d5db; border-radius: 12px;
    font-size: 1.3rem; font-weight: 800; color: #111827; text-align: center; background: #f9fafb;
}
.pay-amount-note[b-ue0bzdr3n6] { display: block; color: #6b7280; font-size: .85rem; margin-top: .4rem; }

/* Container do formulário de cartão do MP (Brick) — dá respiro pro iframe. */
.pay-card-brick[b-ue0bzdr3n6] { margin-top: .25rem; min-height: 120px; }

.pay-panel-actions[b-ue0bzdr3n6] { display: flex; gap: .5rem; margin-top: 1.1rem; }
.pay-panel-actions > *[b-ue0bzdr3n6] { flex: 1; margin-top: 0; }

.pix-amount-note[b-ue0bzdr3n6] { color: #6b7280; font-size: .9rem; margin: .25rem 0 .5rem; }

.btn-confirm[b-ue0bzdr3n6] {
    width: 100%;
    border: none;
    background: #16a34a;
    color: #fff;
    padding: 1rem;
    border-radius: 12px;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    margin-top: 1.25rem;
}

.btn-confirm:disabled[b-ue0bzdr3n6] { opacity: .6; cursor: not-allowed; }

.unavailable-notice[b-ue0bzdr3n6] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .5rem;
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fca5a5;
    border-radius: 10px;
    padding: .7rem .9rem;
    margin: .75rem 0;
    font-weight: 600;
    font-size: .9rem;
    text-align: left;
}
.unavailable-notice .un-dismiss[b-ue0bzdr3n6] {
    background: none;
    border: none;
    color: #991b1b;
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
    padding: 0 .2rem;
    flex-shrink: 0;
}

.cart-closed-note[b-ue0bzdr3n6] {
    background: #fef3c7;
    color: #92400e;
    border: 1px solid #fde68a;
    border-radius: 10px;
    padding: .6rem .8rem;
    margin: .75rem 0 0;
    font-size: .9rem;
    font-weight: 600;
    text-align: center;
}
/* _content/DegustAqui.Menu/Components/Pages/Home.razor.rz.scp.css */
.menu-page[b-ey5ia7d0gn] {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Aviso de ciência da comanda (mesa já aberta): overlay que cobre a tela até o cliente decidir. */
.comanda-gate[b-ey5ia7d0gn] {
    position: fixed; inset: 0; z-index: 9999;
    display: flex; align-items: center; justify-content: center;
    padding: 1.25rem; background: rgba(17, 24, 39, .55); backdrop-filter: blur(2px);
}
.comanda-gate-card[b-ey5ia7d0gn] {
    width: 100%; max-width: 380px; background: #fff; border-radius: 18px;
    padding: 1.75rem 1.4rem; text-align: center; box-shadow: 0 12px 40px rgba(0,0,0,.25);
}
.cg-gate-icon[b-ey5ia7d0gn] { font-size: 2.4rem; margin-bottom: .5rem; }
.comanda-gate-card h2[b-ey5ia7d0gn] { margin: 0 0 .5rem; font-size: 1.3rem; font-weight: 800; color: #111827; }
.comanda-gate-card p[b-ey5ia7d0gn] { margin: 0 0 1.25rem; color: #4b5563; line-height: 1.5; }
.cg-gate-actions[b-ey5ia7d0gn] { display: flex; flex-direction: column; gap: .6rem; }
.cg-gate-yes[b-ey5ia7d0gn], .cg-gate-no[b-ey5ia7d0gn], .cg-gate-waiter[b-ey5ia7d0gn] {
    width: 100%; padding: .8rem 1rem; border-radius: 12px; font-weight: 700;
    font-size: 1rem; cursor: pointer; border: 1.5px solid transparent;
}
.cg-gate-yes[b-ey5ia7d0gn] { background: var(--brand); color: #fff; }
.cg-gate-yes:hover[b-ey5ia7d0gn] { background: var(--brand-dark); }
.cg-gate-no[b-ey5ia7d0gn] { background: #fff; color: #374151; border-color: #d1d5db; }
.cg-gate-no:hover[b-ey5ia7d0gn] { background: #f9fafb; border-color: #9ca3af; }
.cg-gate-waiter[b-ey5ia7d0gn] { background: #fffbeb; color: #92400e; border-color: #f59e0b; }
.cg-gate-waiter:hover:not(:disabled)[b-ey5ia7d0gn] { background: #fef3c7; border-color: #d97706; }
.cg-gate-waiter:disabled[b-ey5ia7d0gn] { opacity: .7; cursor: default; }

.menu-header[b-ey5ia7d0gn] {
    margin: -1rem -1rem 1.25rem;
    padding: 1.75rem 1.25rem;
    background: linear-gradient(135deg, var(--brand), var(--brand-dark));
    color: #fff;
}

.menu-header-inner[b-ey5ia7d0gn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.menu-header-inner h1[b-ey5ia7d0gn] {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
}

.menu-logo[b-ey5ia7d0gn] {
    width: 84px;
    height: 84px;
    object-fit: cover;
    border-radius: 50%;
    background: #fff;
    border: 3px solid rgba(255, 255, 255, .85);
    margin-bottom: .75rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}

.menu-status[b-ey5ia7d0gn] {
    margin: .4rem 0 0;
    font-size: .9rem;
    opacity: .95;
}

.menu-status[b-ey5ia7d0gn] {
    display: inline-block;
    background: rgba(255, 255, 255, .15);
    padding: .25rem .75rem;
    border-radius: 999px;
}

.menu-status.open[b-ey5ia7d0gn]::before { content: "● "; color: #4ade80; }
.menu-status.closed[b-ey5ia7d0gn]::before { content: "● "; color: #fca5a5; }

.menu-table-badge[b-ey5ia7d0gn] {
    display: inline-block;
    margin-top: .5rem;
    background: #fff;
    color: var(--brand);
    padding: .3rem .9rem;
    border-radius: 999px;
    font-weight: 800;
    font-size: .95rem;
}

.menu-loading[b-ey5ia7d0gn], .menu-empty[b-ey5ia7d0gn] {
    text-align: center;
    padding: 3rem 1rem;
    color: #6b7280;
}

.menu-closed-banner[b-ey5ia7d0gn] {
    margin: .25rem 0 1rem;
    padding: .85rem 1rem;
    background: #fef3c7;
    border: 1px solid #fde68a;
    color: #92400e;
    border-radius: 12px;
    font-size: .9rem;
    font-weight: 600;
    text-align: center;
}

.menu-search[b-ey5ia7d0gn] {
    position: relative;
    display: flex;
    align-items: center;
    margin: .75rem 0 .25rem;
}

.menu-search-icon[b-ey5ia7d0gn] {
    position: absolute;
    left: .85rem;
    font-size: .95rem;
    opacity: .6;
    pointer-events: none;
}

.menu-search-input[b-ey5ia7d0gn] {
    width: 100%;
    padding: .7rem 2.4rem .7rem 2.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    background: #fff;
    color: #111827;
    font-size: .95rem;
    outline: none;
    transition: border-color .12s, box-shadow .12s;
}

.menu-search-input:focus[b-ey5ia7d0gn] {
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(var(--brand-rgb), .18);
}

.menu-search-clear[b-ey5ia7d0gn] {
    position: absolute;
    right: .6rem;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background: #f3f4f6;
    color: #6b7280;
    font-size: .8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-no-results[b-ey5ia7d0gn] {
    text-align: center;
    color: #6b7280;
    padding: 1.5rem 1rem;
    font-size: .95rem;
}

.menu-cats[b-ey5ia7d0gn] {
    display: flex;
    gap: .5rem;
    overflow-x: auto;
    padding: .6rem 0;
    position: sticky;
    top: 0;
    background: #f9fafb;
    z-index: 5;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.menu-cats[b-ey5ia7d0gn]::-webkit-scrollbar { display: none; }

.menu-cat-chip[b-ey5ia7d0gn] {
    flex: 0 0 auto;
    padding: .5rem 1rem;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #374151;
    font-size: .85rem;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    transition: background .12s, color .12s, border-color .12s;
}

.menu-cat-chip:hover[b-ey5ia7d0gn] { border-color: var(--brand); color: var(--brand); }

.menu-cat-chip.active[b-ey5ia7d0gn] {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
}

.menu-section[b-ey5ia7d0gn] { margin-bottom: 1.75rem; }

.menu-section h2[b-ey5ia7d0gn] {
    font-size: 1.2rem;
    margin: 0 0 .85rem;
    color: #111827;
    padding-left: .6rem;
    border-left: 4px solid var(--brand);
}

.menu-grid[b-ey5ia7d0gn] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
    gap: .9rem;
}

.prod-card[b-ey5ia7d0gn] {
    display: flex;
    background: #fff;
    border: 1px solid #eceef1;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
    transition: box-shadow .15s, transform .15s;
}

.prod-card:hover[b-ey5ia7d0gn] { box-shadow: 0 8px 22px rgba(0,0,0,.10); transform: translateY(-2px); }

.prod-img[b-ey5ia7d0gn] {
    width: 110px;
    height: auto;
    min-height: 110px;
    object-fit: cover;
    flex: 0 0 110px;
    background: #f3f4f6;
}

.prod-img-placeholder[b-ey5ia7d0gn] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.prod-body[b-ey5ia7d0gn] {
    flex: 1;
    padding: .75rem .85rem;
    display: flex;
    flex-direction: column;
    gap: .35rem;
    min-width: 0;
}

.prod-body h3[b-ey5ia7d0gn] { margin: 0; font-size: 1rem; color: #111827; }

.prod-desc[b-ey5ia7d0gn] {
    margin: 0;
    font-size: .82rem;
    color: #6b7280;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.prod-foot[b-ey5ia7d0gn] {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
}

.prod-price[b-ey5ia7d0gn] { font-weight: 800; color: #111827; font-size: 1.02rem; }

.prod-add[b-ey5ia7d0gn] {
    background: #fef2f2;
    color: var(--brand);
    padding: .4rem .8rem;
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 700;
    white-space: nowrap;
}

.prod-card:hover .prod-add[b-ey5ia7d0gn] { background: var(--brand); color: #fff; }

/* Cart bar */
.cart-bar[b-ey5ia7d0gn] {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1rem;
    width: min(92vw, 600px);
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .85rem 1.1rem;
    background: #16a34a;
    color: #fff;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0,0,0,.2);
    z-index: 20;
}

.cart-bar-count[b-ey5ia7d0gn] {
    background: rgba(255,255,255,.25);
    border-radius: 8px;
    padding: .15rem .55rem;
    font-weight: 700;
}

.cart-bar-label[b-ey5ia7d0gn] { flex: 1; font-weight: 600; }
.cart-bar-total[b-ey5ia7d0gn] { font-weight: 700; }

/* Modal */
.modal-backdrop[b-ey5ia7d0gn] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 50;
    padding: 0;
}

.modal[b-ey5ia7d0gn] {
    background: #fff;
    width: min(100%, 520px);
    max-height: 88vh;
    overflow-y: auto;
    border-radius: 18px 18px 0 0;
    padding: 1.5rem 1.25rem 1.25rem;
    position: relative;
}

.modal-close[b-ey5ia7d0gn] {
    position: absolute;
    top: .75rem;
    right: .9rem;
    border: none;
    background: #f3f4f6;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 1.3rem;
    line-height: 1;
    cursor: pointer;
    color: #374151;
}

.modal-img[b-ey5ia7d0gn] {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: .85rem;
}

.modal h2[b-ey5ia7d0gn] { margin: 0 2rem .25rem 0; font-size: 1.3rem; }
.modal-desc[b-ey5ia7d0gn] { color: #6b7280; font-size: .9rem; margin: 0 0 1rem; }

.modal-group[b-ey5ia7d0gn] { margin-bottom: 1.1rem; }
.modal-label[b-ey5ia7d0gn] { display: block; font-weight: 600; margin-bottom: .5rem; color: #111827; }

.modal-options[b-ey5ia7d0gn] { display: flex; flex-wrap: wrap; gap: .5rem; }

.modal-obs[b-ey5ia7d0gn] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    padding: .6rem .7rem;
    font-size: .95rem;
    font-family: inherit;
    resize: vertical;
}
.modal-obs:focus[b-ey5ia7d0gn] { outline: none; border-color: var(--brand); }

.opt[b-ey5ia7d0gn] {
    border: 1px solid #d1d5db;
    background: #fff;
    color: #374151;
    padding: .45rem .85rem;
    border-radius: 999px;
    font-size: .85rem;
    cursor: pointer;
    white-space: nowrap;
}

.opt.sel[b-ey5ia7d0gn] { background: var(--brand); border-color: var(--brand); color: #fff; }

.modal-qty[b-ey5ia7d0gn] {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    margin: 1.25rem 0;
}

.modal-qty button[b-ey5ia7d0gn] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #d1d5db;
    background: #fff;
    font-size: 1.3rem;
    cursor: pointer;
}

.modal-qty span[b-ey5ia7d0gn] { font-size: 1.2rem; font-weight: 700; min-width: 2rem; text-align: center; }
.modal-qty-input[b-ey5ia7d0gn] {
    width: 5rem;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    padding: .4rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
}
.modal-rule[b-ey5ia7d0gn] { font-weight: 400; font-size: .82rem; color: #6b7280; }

.modal-error[b-ey5ia7d0gn] { color: var(--brand); font-size: .85rem; margin: 0 0 .75rem; text-align: center; }

.modal-confirm[b-ey5ia7d0gn] {
    width: 100%;
    border: none;
    background: #16a34a;
    color: #fff;
    padding: .95rem;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
}

.modal-confirm.closed[b-ey5ia7d0gn] {
    background: #9ca3af;
    cursor: not-allowed;
}

@media (min-width: 600px) {
    .modal-backdrop[b-ey5ia7d0gn] { align-items: center; }
    .modal[b-ey5ia7d0gn] { border-radius: 18px; }
}

/* Footer */
.menu-footer[b-ey5ia7d0gn] {
    margin: 2.5rem -1rem 0;
    /* padding-bottom maior dá folga pra barra do carrinho flutuar sobre a área escura (sem branco) */
    padding: 2.25rem 1.25rem 4.5rem;
    background: linear-gradient(180deg, #1f2937, #111827);
    color: #cbd5e1;
    text-align: center;
}

.menu-footer-logo[b-ey5ia7d0gn] {
    width: 76px;
    height: 76px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .2);
    box-shadow: 0 4px 14px rgba(0, 0, 0, .35);
    margin-bottom: .85rem;
}

.menu-footer h3[b-ey5ia7d0gn] {
    margin: 0 0 1.1rem;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
}

.menu-footer-info[b-ey5ia7d0gn] {
    display: flex;
    flex-direction: column;
    gap: .45rem;
    margin-bottom: 1.4rem;
}

.menu-footer-info p[b-ey5ia7d0gn] {
    margin: 0;
    font-size: .9rem;
    color: #cbd5e1;
    line-height: 1.45;
}

.menu-footer-info .fi[b-ey5ia7d0gn] { margin-right: .4rem; opacity: .85; }

/* Botões de redes sociais / contato */
.menu-footer-social[b-ey5ia7d0gn] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .7rem;
    margin-bottom: 1.4rem;
}

.menu-footer-social .social[b-ey5ia7d0gn] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    color: #fff;
    transition: transform .15s ease, background .2s ease, border-color .2s ease;
}

.menu-footer-social .social svg[b-ey5ia7d0gn] { width: 21px; height: 21px; fill: currentColor; }
.menu-footer-social .social:hover[b-ey5ia7d0gn] { transform: translateY(-3px); border-color: transparent; }

.menu-footer-social .wa:hover[b-ey5ia7d0gn]   { background: #25d366; }
.menu-footer-social .ig:hover[b-ey5ia7d0gn]   { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.menu-footer-social .fb:hover[b-ey5ia7d0gn]   { background: #1877f2; }
.menu-footer-social .mail:hover[b-ey5ia7d0gn] { background: var(--brand); }

.menu-footer-credit[b-ey5ia7d0gn] {
    margin: 0;
    font-size: .75rem;
    color: #64748b;
}
/* _content/DegustAqui.Menu/Components/Pages/Mesa.razor.rz.scp.css */
.mesa-gate[b-f9sv2n6ibr] {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #6b7280;
    padding: 2rem 1rem;
}

.mesa-error h2[b-f9sv2n6ibr] { color: #111827; margin: 0 0 .5rem; }

.btn-primary[b-f9sv2n6ibr] {
    display: inline-block;
    margin-top: 1rem;
    background: var(--brand);
    color: #fff;
    text-decoration: none;
    padding: .75rem 1.5rem;
    border-radius: 10px;
    font-weight: 600;
}
/* _content/DegustAqui.Menu/Components/Pages/MeusPedidos.razor.rz.scp.css */
.orders-page[b-iwq0tepxkf] { max-width: 640px; margin: 0 auto; padding: 1rem 1rem 3rem; }

.orders-head[b-iwq0tepxkf] { margin-bottom: 1.1rem; }
.orders-back[b-iwq0tepxkf] {
    display: inline-block; color: var(--brand); text-decoration: none;
    font-weight: 600; font-size: .9rem; margin-bottom: .5rem;
}
.orders-head h1[b-iwq0tepxkf] { margin: 0; font-size: 1.7rem; color: #111827; }
.orders-sub[b-iwq0tepxkf] { margin: .2rem 0 0; color: #6b7280; font-size: .9rem; }

/* ───────── Busca por telefone ───────── */
.orders-search[b-iwq0tepxkf] {
    position: relative; display: flex; align-items: center; gap: .5rem; margin-bottom: 1.25rem;
}
.orders-search-icon[b-iwq0tepxkf] {
    position: absolute; left: .8rem; font-size: 1rem; opacity: .7; pointer-events: none;
}
.orders-search input[b-iwq0tepxkf] {
    flex: 1; padding: .8rem .9rem .8rem 2.4rem; border: 1px solid #d1d5db;
    border-radius: 999px; font-size: 1rem; outline: none; background: #fff;
    transition: border-color .12s, box-shadow .12s;
}
.orders-search input:focus[b-iwq0tepxkf] { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(var(--brand-rgb),.18); }
.orders-search-btn[b-iwq0tepxkf] {
    white-space: nowrap; border: 0; border-radius: 999px; cursor: pointer;
    padding: .8rem 1.3rem; font-size: .95rem; font-weight: 700; color: #fff;
    background: linear-gradient(180deg, var(--brand), var(--brand-dark));
    box-shadow: 0 2px 6px rgba(224,84,28,.35); transition: filter .12s, transform .05s;
}
.orders-search-btn:hover[b-iwq0tepxkf] { filter: brightness(1.05); }
.orders-search-btn:active[b-iwq0tepxkf] { transform: translateY(1px); }
.orders-search-btn:disabled[b-iwq0tepxkf] { opacity: .65; cursor: default; }

/* ───────── Loading / vazio / contagem ───────── */
.orders-loading[b-iwq0tepxkf] {
    display: flex; align-items: center; justify-content: center; gap: .6rem;
    color: #6b7280; padding: 2rem 1rem; font-size: .95rem;
}
.orders-spinner[b-iwq0tepxkf] {
    width: 22px; height: 22px; border: 3px solid #e5e7eb; border-top-color: var(--brand);
    border-radius: 50%; animation: ordersSpin-b-iwq0tepxkf 1s linear infinite;
}
@keyframes ordersSpin-b-iwq0tepxkf { to { transform: rotate(360deg); } }

.orders-empty[b-iwq0tepxkf] {
    text-align: center; padding: 2.5rem 1rem; color: #6b7280;
    background: #fff; border: 1px dashed #e5e7eb; border-radius: 16px;
}
.orders-empty-emoji[b-iwq0tepxkf] { font-size: 2.6rem; margin-bottom: .4rem; }
.orders-empty-title[b-iwq0tepxkf] { margin: 0; font-weight: 700; color: #374151; font-size: 1.05rem; }
.orders-empty-sub[b-iwq0tepxkf] { margin: .25rem 0 0; font-size: .9rem; }

.orders-count[b-iwq0tepxkf] { color: #6b7280; font-size: .85rem; font-weight: 600; margin-bottom: .6rem; }

/* ───────── Cards de pedido ───────── */
.orders-list[b-iwq0tepxkf] { display: flex; flex-direction: column; gap: .9rem; }

.order-card[b-iwq0tepxkf] {
    position: relative; overflow: hidden;
    border: 1px solid #eef0f2; border-radius: 16px; padding: 1rem 1.1rem;
    background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.05);
    border-left: 5px solid var(--st, #9ca3af);
}

.order-card-top[b-iwq0tepxkf] {
    display: flex; align-items: center; justify-content: space-between;
    gap: .5rem; flex-wrap: wrap;
}
.order-code[b-iwq0tepxkf] { font-weight: 800; color: #111827; font-size: 1rem; }

.order-status[b-iwq0tepxkf] {
    display: inline-flex; align-items: center; gap: .4rem;
    padding: .3rem .75rem; border-radius: 999px; font-size: .78rem; font-weight: 700;
    white-space: nowrap; color: var(--st, #374151);
    background: #f3f4f6;
    background: color-mix(in srgb, var(--st, #9ca3af) 14%, #fff);
}
.order-status-dot[b-iwq0tepxkf] { width: 8px; height: 8px; border-radius: 50%; background: var(--st, #9ca3af); }

.order-meta[b-iwq0tepxkf] {
    display: flex; align-items: center; flex-wrap: wrap; gap: .35rem;
    font-size: .82rem; color: #6b7280; margin-top: .5rem;
}
.order-meta-sep[b-iwq0tepxkf] { opacity: .5; }

.order-items[b-iwq0tepxkf] {
    list-style: none; margin: .75rem 0 0; padding: .65rem .8rem;
    background: #f9fafb; border-radius: 12px; color: #374151; font-size: .92rem;
}
.order-items li[b-iwq0tepxkf] { margin: .3rem 0; }
.order-items li:first-child[b-iwq0tepxkf] { margin-top: 0; }
.order-item-line[b-iwq0tepxkf] { display: flex; gap: .5rem; }
.order-item-qty[b-iwq0tepxkf] { color: var(--brand-dark); font-weight: 800; flex: 0 0 auto; }
.order-item-name[b-iwq0tepxkf] { color: #374151; }
.order-item-sides[b-iwq0tepxkf] { margin: .1rem 0 0 1.4rem; font-size: .82rem; color: #6b7280; }
.order-item-obs[b-iwq0tepxkf] { margin: .1rem 0 0 1.4rem; font-size: .82rem; color: #6b7280; }

.order-obs[b-iwq0tepxkf] {
    margin-top: .7rem; padding: .55rem .7rem; font-size: .85rem;
    color: #92400e; background: #fffbeb; border: 1px solid #fde68a; border-radius: 10px;
}

.order-foot[b-iwq0tepxkf] {
    display: flex; align-items: baseline; justify-content: space-between;
    margin-top: .85rem; padding-top: .7rem; border-top: 1px dashed #eef0f2;
}
.order-total-label[b-iwq0tepxkf] { color: #6b7280; font-size: .85rem; font-weight: 600; }
.order-total[b-iwq0tepxkf] { font-weight: 800; color: #111827; font-size: 1.15rem; }

/* Cor por status (faixa + dot + badge) */
.order-card.st-Pending[b-iwq0tepxkf]          { --st: #d97706; }
.order-card.st-InPreparation[b-iwq0tepxkf]    { --st: #2563eb; }
.order-card.st-ReadyForDelivery[b-iwq0tepxkf] { --st: #7c3aed; }
.order-card.st-OutForDelivery[b-iwq0tepxkf]   { --st: #0d9488; }
.order-card.st-Delivered[b-iwq0tepxkf]        { --st: #16a34a; }
.order-card.st-Finished[b-iwq0tepxkf]         { --st: #16a34a; }
.order-card.st-Cancelled[b-iwq0tepxkf]        { --st: #dc2626; }

/* ───────── Pagar novamente ───────── */
.order-pay-btn[b-iwq0tepxkf] { margin-left: auto; padding: .5rem 1rem; }

.pay-overlay[b-iwq0tepxkf] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    z-index: 1000;
}

.pay-overlay .pix-box[b-iwq0tepxkf] {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 420px;
    max-height: 90vh;
    overflow-y: auto;
    text-align: center;
    padding: 1.5rem 1rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .75rem;
}

.pay-overlay h2[b-iwq0tepxkf] { margin: 0; }

.pix-qr[b-iwq0tepxkf] {
    width: 240px; height: 240px; border: 1px solid #e5e7eb;
    border-radius: 12px; padding: 8px; background: #fff;
}

.pix-code[b-iwq0tepxkf] {
    width: 100%; max-width: 360px; height: 70px; font-size: .72rem;
    border: 1px solid #d1d5db; border-radius: 10px; padding: .5rem;
    resize: none; word-break: break-all;
}

.pix-copy-label[b-iwq0tepxkf] { margin: .25rem 0 -.25rem; font-size: .82rem; font-weight: 600; color: #6b7280; }

.pix-status[b-iwq0tepxkf] {
    font-weight: 600; color: #b45309; background: #fef3c7;
    border-radius: 999px; padding: .4rem 1rem; font-size: .9rem;
}

.confirm-check[b-iwq0tepxkf] {
    width: 64px; height: 64px; background: #16a34a; color: #fff;
    border-radius: 50%; font-size: 2rem; display: flex;
    align-items: center; justify-content: center;
}

.checkout-error[b-iwq0tepxkf] { color: var(--brand); font-size: .9rem; text-align: center; margin: 0; }

.pay-card-brick[b-iwq0tepxkf] { width: 100%; min-height: 120px; }

.pay-overlay .btn-primary[b-iwq0tepxkf] {
    background: var(--brand); color: #fff; border: none; text-decoration: none;
    padding: .75rem 1.5rem; border-radius: 10px; font-weight: 600; cursor: pointer;
}

.pay-overlay .btn-secondary[b-iwq0tepxkf] {
    padding: .7rem 1.4rem; border-radius: 10px; border: 1px solid #d1d5db;
    background: #fff; color: #374151; cursor: pointer;
}
