/* _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: #F47C20;
    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: #F47C20;
    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-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; }

.confirm-code[b-ue0bzdr3n6] { font-weight: 700; letter-spacing: 1px; }
.confirm-total[b-ue0bzdr3n6] { color: #F47C20; font-weight: 700; font-size: 1.1rem; }

/* 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;
    gap: .6rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: .7rem .85rem;
}

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

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

.cart-item-qty button[b-ue0bzdr3n6] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #d1d5db;
    background: #fff;
    cursor: pointer;
    font-size: 1.1rem;
    line-height: 1;
}

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

.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: #F47C20; border-color: #F47C20; color: #fff; }
.pay-opt.disabled[b-ue0bzdr3n6] { opacity: .5; cursor: not-allowed; }

.table-banner[b-ue0bzdr3n6] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #F47C20;
    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: #F47C20; border-color: #F47C20; 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: #F47C20;
    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: campo inválido em vermelho + mensagem embaixo */
.field.invalid input[b-ue0bzdr3n6], .field.invalid select[b-ue0bzdr3n6] { border-color: #dc2626; background: #fef2f2; }
.field.invalid input:focus[b-ue0bzdr3n6], .field.invalid select:focus[b-ue0bzdr3n6] { box-shadow: 0 0 0 3px rgba(220, 38, 38, .15); }
.field-err[b-ue0bzdr3n6] { display: block; color: #dc2626; font-size: .8rem; font-weight: 600; 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] { margin-top: 0; }

/* 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; }

.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: #F47C20; font-size: .9rem; text-align: center; margin: 0 0 .75rem; }

.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;
}

.btn-confirm:disabled[b-ue0bzdr3n6] { opacity: .6; cursor: not-allowed; }
/* _content/DegustAqui.Menu/Components/Pages/Home.razor.rz.scp.css */
.menu-page[b-ey5ia7d0gn] {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 1rem;
}

.menu-header[b-ey5ia7d0gn] {
    margin: -1rem -1rem 1.25rem;
    padding: 1.75rem 1.25rem;
    background: linear-gradient(135deg, #F47C20, #E0541C);
    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: #F47C20;
    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-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: #F47C20; color: #F47C20; }

.menu-cat-chip.active[b-ey5ia7d0gn] {
    background: #F47C20;
    border-color: #F47C20;
    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 #F47C20;
}

.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: #F47C20;
    padding: .4rem .8rem;
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 700;
    white-space: nowrap;
}

.prod-card:hover .prod-add[b-ey5ia7d0gn] { background: #F47C20; 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; }

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

.opt.sel[b-ey5ia7d0gn] { background: #F47C20; border-color: #F47C20; 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-error[b-ey5ia7d0gn] { color: #F47C20; 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: #F47C20; }

.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: #F47C20;
    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] { display: flex; flex-direction: column; gap: .25rem; margin-bottom: 1rem; }
.orders-back[b-iwq0tepxkf] { color: #F47C20; text-decoration: none; font-weight: 600; }
.orders-head h1[b-iwq0tepxkf] { margin: 0; font-size: 1.6rem; }

/* Aviso ao chegar do checkout: "fique nesta tela para acompanhar" */
.orders-new-banner[b-iwq0tepxkf] {
    display: flex; align-items: flex-start; gap: .7rem;
    background: #ecfdf5; border: 1px solid #a7f3d0; border-radius: 14px;
    padding: .9rem 1rem; margin-bottom: 1rem;
}
.orders-new-check[b-iwq0tepxkf] {
    flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%;
    background: #16a34a; color: #fff; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
}
.orders-new-banner strong[b-iwq0tepxkf] { color: #065f46; display: block; }
.orders-new-banner p[b-iwq0tepxkf] { margin: .15rem 0 0; color: #047857; font-size: .88rem; }

.orders-search[b-iwq0tepxkf] { display: flex; gap: .5rem; margin-bottom: 1rem; }
.orders-search input[b-iwq0tepxkf] {
    flex: 1; padding: .8rem .9rem; border: 1px solid #d1d5db; border-radius: 10px; font-size: 1rem;
}
.orders-search .btn-primary[b-iwq0tepxkf] { white-space: nowrap; }

.orders-live[b-iwq0tepxkf] {
    background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0;
    border-radius: 10px; padding: .55rem .8rem; font-size: .9rem; margin: 0 0 1rem;
}
.orders-empty[b-iwq0tepxkf] { text-align: center; color: #6b7280; padding: 2rem 1rem; }

.orders-list[b-iwq0tepxkf] { display: flex; flex-direction: column; gap: .8rem; }

.order-card[b-iwq0tepxkf] {
    border: 1px solid #e5e7eb; border-radius: 14px; padding: .9rem 1rem;
    background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.05);
}
.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; letter-spacing: .03em; color: #111827; word-break: break-all; font-size: .8rem; }
.order-meta[b-iwq0tepxkf] { font-size: .82rem; color: #6b7280; margin-top: .15rem; }
.order-items[b-iwq0tepxkf] { margin: .55rem 0; padding-left: 1.1rem; color: #374151; font-size: .92rem; }
.order-items li[b-iwq0tepxkf] { margin: .1rem 0; }
.order-total[b-iwq0tepxkf] { font-weight: 700; color: #111827; }

.order-status[b-iwq0tepxkf] {
    padding: .25rem .7rem; border-radius: 999px; font-size: .78rem; font-weight: 700; white-space: nowrap;
}
/* cores por status */
.order-status.st-Pending[b-iwq0tepxkf]          { background: #fef9c3; color: #854d0e; }
.order-status.st-InPreparation[b-iwq0tepxkf]     { background: #dbeafe; color: #1e40af; }
.order-status.st-ReadyForDelivery[b-iwq0tepxkf]  { background: #e0e7ff; color: #3730a3; }
.order-status.st-Delivered[b-iwq0tepxkf]         { background: #dcfce7; color: #166534; }
.order-status.st-Finished[b-iwq0tepxkf]          { background: #dcfce7; color: #166534; }
.order-status.st-Cancelled[b-iwq0tepxkf]         { background: #fee2e2; color: #991b1b; }

/* destaque quando o status acabou de mudar */
@keyframes orderPulse-b-iwq0tepxkf {
    0%   { box-shadow: 0 0 0 0 rgba(185,28,28,.45); }
    70%  { box-shadow: 0 0 0 12px rgba(185,28,28,0); }
    100% { box-shadow: 0 0 0 0 rgba(185,28,28,0); }
}
.order-card.pulse[b-iwq0tepxkf] { animation: orderPulse-b-iwq0tepxkf 1.2s ease-out 2; border-color: #F47C20; }

/* pedido recém-criado (veio do checkout) */
.order-card.new[b-iwq0tepxkf] { border-color: #16a34a; box-shadow: 0 0 0 2px rgba(22,163,74,.18); }
