/* _content/DigitalMenu.Menu/Pages/AcompanharPage.razor.rz.scp.css */
body[b-jg0883svc5] {
}

.item-hover[b-jg0883svc5] {
    transition: all 0.2s ease-in-out;
}

    .item-hover:hover[b-jg0883svc5] {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        transform: scale(1.02);
        border-color: #198754; /* Cor verde do Bootstrap */
    }
/* _content/DigitalMenu.Menu/Pages/ErrorPage.razor.rz.scp.css */
body[b-ea632z45bi] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
    color: #495057;
}

.main[b-ea632z45bi] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.content[b-ea632z45bi] {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 40px;
    text-align: center;
    max-width: 600px;
    width: 100%;
}

h1[b-ea632z45bi] {
    color: #dc3545;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

h2[b-ea632z45bi] {
    color: #6c757d;
    font-size: 1.25rem;
    margin-bottom: 20px;
}

ul[b-ea632z45bi] {
    text-align: left;
    margin-top: 15px;
}

    ul li[b-ea632z45bi] {
        font-size: 1rem;
        margin-bottom: 10px;
    }

.btn[b-ea632z45bi] {
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.125rem;
    margin-top: 20px;
    display: inline-block;
}

    .btn:hover[b-ea632z45bi] {
        background-color: #218838;
    }

code[b-ea632z45bi] {
    background-color: #f1f1f1;
    padding: 0.25rem 0.5rem;
    border-radius: 5px;
    font-size: 1rem;
}
/* _content/DigitalMenu.Menu/Pages/Index.razor.rz.scp.css */
.landing-page[b-leux02v3cm] {
    position: relative;
    width: 100%;
    /* MUDANÇA CRÍTICA: dvh se adapta à barra do navegador mobile */
    min-height: 100vh;
    min-height: 100dvh;
    background-size: cover;
    background-position: center;
    background-color: #121212;
    display: flex;
    flex-direction: column; /* Garante fluxo vertical */
    align-items: center;
    justify-content: center;
    padding: 1rem; /* Padding seguro */
    overflow-y: auto;
    overflow-x: hidden;
}

.landing-overlay[b-leux02v3cm] {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.95) 100%);
    backdrop-filter: blur(3px);
    z-index: 1;
}

.landing-content[b-leux02v3cm] {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 400px; /* Mantém limite no desktop */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding: 1rem 0; /* Espaço vertical extra */
}

/* Animação de Entrada */
.animate-up[b-leux02v3cm] {
    animation: fadeInUp-b-leux02v3cm 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* CARD PRINCIPAL */
.glass-card[b-leux02v3cm] {
    background: rgba(30, 30, 30, 0.65); /* Mais transparente */
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 28px;
    padding: 2.5rem 1.5rem;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Área do Logo e Texto */
.brand-header[b-leux02v3cm] {
    margin-bottom: 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-wrapper[b-leux02v3cm] {
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block; /* Garante que o container envolva o logo */
}

.main-logo[b-leux02v3cm] {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,0.15);
    object-fit: cover;
    background-color: #000;
}

/* Status Pill */
.status-indicator[b-leux02v3cm] {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.4);
    white-space: nowrap;
    border: 3px solid rgba(40, 40, 40, 1); /* Ajuste para combinar com o card */
}

    .status-indicator.open[b-leux02v3cm] {
        background-color: #00E676;
        color: #003319;
    }

    .status-indicator.closed[b-leux02v3cm] {
        background-color: #FF5252;
        color: #4a0000;
    }

.company-name[b-leux02v3cm] {
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
    margin: 0;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.company-slogan[b-leux02v3cm] {
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
    margin-top: 0.5rem;
    line-height: 1.4;
    max-width: 90%;
}

/* BOTÃO DE AÇÃO (CTA) */
.cta-button[b-leux02v3cm] {
    width: 100%;
    background: linear-gradient(135deg, #FFC107 0%, #FF9800 100%);
    border: none;
    border-radius: 18px;
    padding: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    color: #2e1c02;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 25px rgba(255, 152, 0, 0.25);
    position: relative;
    overflow: hidden;
}

    .cta-button:active[b-leux02v3cm] {
        transform: scale(0.97);
        box-shadow: 0 5px 15px rgba(255, 152, 0, 0.2);
    }

.icon-box[b-leux02v3cm] {
    background: rgba(255,255,255,0.25);
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3e2703;
}

.status-indicator[b-leux02v3cm] {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 0 4px 8px rgba(0,0,0,0.4);
    white-space: nowrap;
    border: 3px solid rgba(40, 40, 40, 1);
}

    .status-indicator.open[b-leux02v3cm] {
        background-color: #00E676;
        color: #003319;
    }

    .status-indicator.closed[b-leux02v3cm] {
        background-color: #FF5252;
        color: #4a0000;
    }

.cta-button[b-leux02v3cm] {
    width: 100%;
    background: linear-gradient(135deg, #FFC107 0%, #FF9800 100%);
    border: none;
    border-radius: 16px;
    padding: 0.8rem; /* Leve ajuste */
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-decoration: none;
    color: #2e1c02;
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
}

.icon-box[b-leux02v3cm] {
    background: rgba(255,255,255,0.25);
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3e2703;
    flex-shrink: 0; /* Importante para não amassar */
}

.text-box[b-leux02v3cm] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1rem;
    overflow: hidden; /* Evita quebra de texto */
}

.text-box[b-leux02v3cm] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1rem;
}

    .text-box .label[b-leux02v3cm] {
        font-size: 0.65rem;
        font-weight: 800;
        opacity: 0.7;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .text-box .action[b-leux02v3cm] {
        font-size: 1.1rem;
        font-weight: 900;
        letter-spacing: -0.3px;
    }

.arrow-box[b-leux02v3cm] {
    opacity: 0.7;
    color: #3e2703;
}

/* Botões Secundários (Pills) */
.info-actions[b-leux02v3cm] {
    display: flex;
    gap: 12px;
    width: 100%;
    margin-bottom: 1.8rem;
}

.action-pill[b-leux02v3cm] {
    flex: 1;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 12px;
    color: #eee;
    text-decoration: none;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.2s;
    cursor: pointer;
    font-family: inherit;
}

    .action-pill:hover[b-leux02v3cm] {
        background: rgba(255,255,255,0.12);
        color: white;
    }

/* Redes Sociais */
.social-divider[b-leux02v3cm] {
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
    margin-bottom: 1.5rem;
}

.social-row[b-leux02v3cm] {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.social-btn[b-leux02v3cm] {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
    color: #ccc;
    border: 1px solid rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    text-decoration: none;
}

    .social-btn:hover[b-leux02v3cm] {
        transform: translateY(-4px);
        color: white;
        border-color: rgba(255,255,255,0.3);
    }

    .social-btn.instagram:hover[b-leux02v3cm] {
        background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
        border: none;
    }

    .social-btn.whatsapp:hover[b-leux02v3cm] {
        background-color: #25D366;
        border-color: #25D366;
    }

    .social-btn.facebook:hover[b-leux02v3cm] {
        background-color: #1877F2;
        border-color: #1877F2;
    }

/* Footer */
.landing-footer[b-leux02v3cm] {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.3);
    letter-spacing: 0.5px;
}

/* Modal Estilo Glass */
.glass-modal[b-leux02v3cm] {
    background: rgba(30,30,30, 0.95);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 24px;
    backdrop-filter: blur(10px);
}

.glass-card[b-leux02v3cm] {
    background: rgba(30, 30, 30, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 24px;
    padding: 2rem 1.5rem;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 380px) {
    .main-logo[b-leux02v3cm] {
        width: 100px;
        height: 100px;
    }

    .company-name[b-leux02v3cm] {
        font-size: 1.5rem;
    }
}

/* Loading */
.loading-container[b-leux02v3cm] {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgba(255,255,255,0.7);
    background: #121212;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

@keyframes fadeInUp-b-leux02v3cm {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* _content/DigitalMenu.Menu/Pages/MenuPage.razor.rz.scp.css */
/* === CARD CLARO (BRANCO) === */
.card-claro[b-8x7mljh9x9] {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    min-height: 110px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: transform 0.1s, box-shadow 0.2s;
}

    .card-claro:active[b-8x7mljh9x9] {
        transform: scale(0.98);
        background-color: #f8f9fa;
    }

/* === SOLUÇÃO DO BUG VISUAL === 
   width: 110px -> Largura exata
   min-width: 110px -> Garante que nunca diminua
   flex-shrink: 0 -> Garante que o texto nunca empurre a imagem
*/
.img-container-fixo[b-8x7mljh9x9] {
    width: 110px;
    min-width: 110px;
    height: auto;
    background-color: #f0f0f0;
    flex-shrink: 0;
    border-left: 1px solid #f0f0f0;
}

/* === TEXTOS === */
.descricao-limitada[b-8x7mljh9x9] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    font-size: 0.85rem;
    color: #6c757d;
}

.text-truncate-2[b-8x7mljh9x9] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* === SCROLL CATEGORIAS === */
.categorias-scroll[b-8x7mljh9x9] {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 5px;
    scrollbar-width: none;
}

    .categorias-scroll[b-8x7mljh9x9]::-webkit-scrollbar {
        display: none;
    }

/* === AJUSTES EXTRAS PARA O MUD COMPONENTS === */
/* Isso força o estilo em componentes internos do MudBlazor caso o isolamento falhe */
[b-8x7mljh9x9] .mud-chip {
    font-weight: 600;
}
/* _content/DigitalMenu.Menu/Pages/ModalDetails.razor.rz.scp.css */
/* Itens de lista */
.list-group-item[b-5wfa5tdpxc] {
    background-color: #fff;
    border-radius: 10px;
}

/* Botões e grupos */
.btn-group .btn[b-5wfa5tdpxc] {
    font-weight: bold;
    min-width: 34px;
    padding: 0.3rem 0.6rem;
}

.btn-diminuir[b-5wfa5tdpxc] {
    background-color: #D84315;
    color: white;
    border: none;
}

.btn-aumentar[b-5wfa5tdpxc],
.btn-adicionar[b-5wfa5tdpxc] {
    background-color: #2E7D32;
    color: white;
    border: none;
}

/* Overlay do modal */
.modal-overlay[b-5wfa5tdpxc] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

/* Cartão do modal (altura fixa p/ controlar imagem e conteúdo) */
.modal-card[b-5wfa5tdpxc] {
    width: 70vw;
    max-width: 1000px;
    height: 80vh; /* altura fixa baseada na viewport */
    background: white;
    border-radius: 10px;
    overflow: hidden; /* evita estouro visual */
    display: flex;
    flex-direction: row;
}

/* Coluna da imagem: nunca maior que o modal */
.modal-image[b-5wfa5tdpxc] {
    flex: 1 1 40%;
    min-width: 40%;
    max-width: 40%;
    height: 100%; /* ocupa 100% da altura do modal */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    padding: 10px;
    overflow: hidden; /* corta qualquer excesso */
}

    /* Imagem sempre contida (vertical não estoura) */
    .modal-image img[b-5wfa5tdpxc] {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

/* Coluna de conteúdo (rolagem interna) */
.modal-content[b-5wfa5tdpxc] {
    flex: 1 1 60%;
    width: 60%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

/* Botão fechar genérico (caso use) */
.modal-close[b-5wfa5tdpxc] {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(200, 200, 200, 0.8);
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

    .modal-close i[b-5wfa5tdpxc] {
        font-size: 1.2rem;
    }

/* Área rolável do conteúdo */
.modal-scrollable[b-5wfa5tdpxc] {
    flex: 1;
    overflow-y: auto;
    padding-right: 10px;
}

/* Rodapé fixo dentro da coluna da direita */
.modal-footer[b-5wfa5tdpxc] {
    margin-top: auto;
    padding: 15px;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
}

/* Ajustes visuais */
.item-description[b-5wfa5tdpxc] {
    font-size: 0.8rem;
}

.close-btn[b-5wfa5tdpxc] {
    width: 44px;
    height: 44px;
}

/* Botão fechar estilo bootstrap caso use .btn-close */
.btn-close[b-5wfa5tdpxc] {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 1.8rem;
    color: #555;
    cursor: pointer;
}

.modal-img-container[b-5wfa5tdpxc] {
    width: 100%;
    height: 200px; /* Altura da imagem no celular */
    overflow: hidden;
    border-top-left-radius: var(--mud-default-borderradius);
    border-top-right-radius: var(--mud-default-borderradius);
}

/* Ajuste para Desktop (telas maiores que 600px - 'sm' do MudBlazor) */
@media (min-width: 600px) {
    .modal-img-container[b-5wfa5tdpxc] {
        height: 100%; /* Ocupa a altura total na lateral */
        border-top-right-radius: 0; /* Remove curva do canto direito */
        border-bottom-left-radius: var(--mud-default-borderradius);
    }
}

.modal-img-full[b-5wfa5tdpxc] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* --- CONFIGURAÇÃO DA ROLAGEM --- */
/* O container principal do conteúdo deve ter um tamanho máximo e permitir rolagem */
.modal-scroll-container[b-5wfa5tdpxc] {
    max-height: 70vh; /* No mobile, deixa espaço para a imagem em cima */
    overflow-y: auto;
    padding-bottom: 20px; /* Espaço extra no final para não cortar o botão */
}

/* No desktop, a altura pode ser maior pois a imagem está do lado */
@media (min-width: 600px) {
    .modal-scroll-container[b-5wfa5tdpxc] {
        max-height: 85vh;
    }
    /* ====== RESPONSIVO ====== */
    @media (max-width: 950px) {
        .modal-card[b-5wfa5tdpxc] {
            flex-direction: column;
            width: 90vw;
            max-width: 100%;
            height: 90vh; /* mantém altura fixa no mobile/tablet */
            border-radius: 10px;
        }

        .modal-image[b-5wfa5tdpxc] {
            width: 100%;
            max-width: 100%;
            height: 30vh; /* faixa limitada para a imagem no topo */
            padding: 10px;
        }

        .modal-content[b-5wfa5tdpxc] {
            width: 100%;
            height: calc(90vh - 30vh); /* restante do espaço para conteúdo */
            padding: 20px;
            display: flex;
            flex-direction: column;
        }

        .modal-scrollable[b-5wfa5tdpxc] {
            flex: 1;
            overflow-y: auto;
        }
    }

    @media (max-width: 768px) {
        .modal-card[b-5wfa5tdpxc] {
            width: 100vw;
            height: 90vh;
            border-radius: 0;
        }

        .modal-scrollable[b-5wfa5tdpxc] {
            max-height: none; /* já controlado por flex + altura do modal */
        }
    }
/* _content/DigitalMenu.Menu/Pages/ModalDetailsCombo.razor.rz.scp.css */
/* ====== LISTA / CONTROLES ====== */
.list-group-item[b-huryt7ksb5] {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 10px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-group[b-huryt7ksb5] {
    display: flex;
    align-items: center;
    gap: 0;
}

    .input-group .btn[b-huryt7ksb5] {
        width: 34px;
        height: 34px;
        padding: 0;
        font-weight: bold;
        font-size: 1rem;
        border-radius: 4px;
    }

    .input-group .form-control[b-huryt7ksb5] {
        width: 40px;
        height: 34px;
        padding: 0;
        font-size: 1rem;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        background-color: #f8f9fa;
        border: 1px solid #ccc;
    }

.btn-diminuir[b-huryt7ksb5] {
    background-color: #D84315;
    color: #fff;
    border: none;
}

.btn-aumentar[b-huryt7ksb5],
.btn-adicionar[b-huryt7ksb5] {
    background-color: #2E7D32;
    color: #fff;
    border: none;
}

/* ====== OVERLAY DO MODAL ====== */
.modal-overlay[b-huryt7ksb5] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

/* ====== CARTÃO DO MODAL ====== */
.modal-card[b-huryt7ksb5] {
    width: 70vw;
    max-width: 1000px;
    height: 80vh; /* fixa a altura total do modal */
    background: #fff;
    border-radius: 10px;
    overflow: hidden; /* evita overflow visual */
    display: flex;
    flex-direction: row;
}

/* ====== COLUNA DA IMAGEM ====== */
.modal-image[b-huryt7ksb5] {
    flex: 1 1 40%;
    min-width: 40%;
    max-width: 40%;
    height: 100%; /* ocupa 100% da altura do modal */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    padding: 10px;
    overflow: hidden; /* corta excesso se necessário */
}

    .modal-image img[b-huryt7ksb5] {
        width: 100%;
        height: 100%;
        object-fit: contain; /* imagem sempre contida, sem distorcer */
    }

/* ====== COLUNA DO CONTEÚDO ====== */
.modal-content[b-huryt7ksb5] {
    flex: 1 1 60%;
    width: 60%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden; /* o scroll fica na área .modal-scrollable */
}

/* Botão fechar genérico (se usar) */
.modal-close[b-huryt7ksb5] {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(200, 200, 200, 0.8);
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

    .modal-close i[b-huryt7ksb5] {
        font-size: 1.2rem;
    }

/* Área rolável do conteúdo */
.modal-scrollable[b-huryt7ksb5] {
    flex: 1; /* ocupa o espaço disponível */
    overflow-y: auto; /* rolagem vertical quando necessário */
    padding-right: 10px;
}

/* Rodapé fixo dentro da coluna da direita */
.modal-footer[b-huryt7ksb5] {
    margin-top: auto;
    padding: 15px;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
}

/* Extras visuais */
.item-description[b-huryt7ksb5] {
    font-size: 0.8rem;
}

.close-btn[b-huryt7ksb5] {
    width: 44px;
    height: 44px;
}

/* Botão estilo bootstrap caso use .btn-close */
.btn-close[b-huryt7ksb5] {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 1.8rem;
    color: #555;
    cursor: pointer;
}

/* ====== RESPONSIVO ====== */
@media (max-width: 950px) {
    .modal-card[b-huryt7ksb5] {
        flex-direction: column;
        width: 90vw;
        max-width: 100%;
        height: 90vh; /* mantém altura fixa no mobile/tablet */
        border-radius: 10px;
    }

    .modal-image[b-huryt7ksb5] {
        width: 100%;
        max-width: 100%;
        height: 30vh; /* faixa limitada para a imagem no topo */
        padding: 10px;
    }

    .modal-content[b-huryt7ksb5] {
        width: 100%;
        height: calc(90vh - 30vh); /* restante do espaço para conteúdo */
        padding: 20px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .modal-scrollable[b-huryt7ksb5] {
        flex: 1;
        overflow-y: auto;
        padding-right: 10px;
    }
}

@media (max-width: 768px) {
    .modal-card[b-huryt7ksb5] {
        width: 100vw;
        height: 90vh;
        border-radius: 0;
    }
}
/* _content/DigitalMenu.Menu/Pages/ModalSubstitution.razor.rz.scp.css */
/* Overlay com desfoque de fundo */
.substituicao-overlay[b-5hur58trf1] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    padding: 20px;
}

/* Card central */
.substituicao-card[b-5hur58trf1] {
    background: white;
    width: 100%;
    max-width: 450px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    overflow: hidden;
    animation: slideUp-b-5hur58trf1 0.3s ease-out;
}

@keyframes slideUp-b-5hur58trf1 {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Header */
.substituicao-header[b-5hur58trf1] {
    padding: 24px 24px 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .substituicao-header h3[b-5hur58trf1] {
        margin: 0;
        font-size: 1.25rem;
        font-weight: 700;
        color: #1a1a1a;
    }

    .substituicao-header p[b-5hur58trf1] {
        margin: 4px 0 0;
        font-size: 0.9rem;
        color: #666;
    }

.btn-close-modal[b-5hur58trf1] {
    background: #f0f0f0;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
}

    .btn-close-modal:hover[b-5hur58trf1] {
        background: #e0e0e0;
    }

/* Lista de Itens */
.substituicao-body[b-5hur58trf1] {
    padding: 0 16px 24px;
    max-height: 60vh;
    overflow-y: auto;
}

.substituicao-item[b-5hur58trf1] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    margin-bottom: 8px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: white;
    transition: all 0.2s ease;
    cursor: pointer;
    text-align: left;
}

    .substituicao-item:hover:not(.disabled):not(.active)[b-5hur58trf1] {
        border-color: #007bff;
        background: #f8fbff;
    }

    .substituicao-item.active[b-5hur58trf1] {
        border-color: #007bff;
        background: #f0f7ff;
    }

    .substituicao-item.disabled[b-5hur58trf1] {
        opacity: 0.6;
        cursor: not-allowed;
        background: #fafafa;
    }

/* Tags de Status */
.status-tag[b-5hur58trf1] {
    font-size: 0.7rem;
    padding: 2px 8px;
    border-radius: 6px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 8px;
}

.atual[b-5hur58trf1] {
    background: #e7f3ff;
    color: #007bff;
}

.esgotado[b-5hur58trf1] {
    background: #fff1f0;
    color: #ff4d4f;
}

.original[b-5hur58trf1] {
    background: #f0f0f0;
    color: #666;
}

/* Preços */
.item-nome[b-5hur58trf1] {
    font-weight: 500;
    color: #333;
}

.preco-adicional[b-5hur58trf1] {
    font-size: 0.85rem;
    color: #28a745;
    font-weight: 600;
    margin-right: 12px;
}

.preco-gratis[b-5hur58trf1] {
    font-size: 0.85rem;
    color: #666;
    margin-right: 12px;
}

/* Indicador Circular (Radio customizado) */
.custom-radio[b-5hur58trf1] {
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.substituicao-item.active .custom-radio[b-5hur58trf1] {
    border-color: #007bff;
}

    .substituicao-item.active .custom-radio[b-5hur58trf1]::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background: #007bff;
        border-radius: 50%;
        top: 3px;
        left: 3px;
    }
/* _content/DigitalMenu.Menu/Pages/NotFoundPage.razor.rz.scp.css */
.not-found-container[b-ea93qq6pa4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80vh;
    text-align: center;
}

.lottie-animation[b-ea93qq6pa4] {
    width: 350px;
    height: 350px;
}

.not-found-text[b-ea93qq6pa4] {
    margin-top: 1rem;
    font-size: 1.2rem;
    color: #555;
}
/* _content/DigitalMenu.Menu/Pages/OrderConfirmedPage.razor.rz.scp.css */
.btn[b-kxrml42g1x] {
    width: 100%;
    font-weight: bold;
    padding: 10px;
}

.btn-whatsapp[b-kxrml42g1x] {
    background-color: #2E7D32;
    color: white;
    border: none;
}

.btn-menu[b-kxrml42g1x] {
    background-color: #F57C00;
    color: white;
    border: none;
}
/* _content/DigitalMenu.Menu/Pages/OrderPage.razor.rz.scp.css */
/* Fundo cinza claro para destacar blocos */
.bg-gray-50[b-mmq4cqhdsq] {
    background-color: #f9fafb;
}

/* Espaçamento de linhas apertado para mobile */
.line-height-tight[b-mmq4cqhdsq] {
    line-height: 1.3;
}

/* Imagem de carrinho vazio responsiva */
.cart-empty-img[b-mmq4cqhdsq] {
    width: 250px;
    height: 250px;
}

@media (max-width: 600px) {
    .cart-empty-img[b-mmq4cqhdsq] {
        width: 180px;
        height: 180px;
    }
}

/* === STEPPER RESPONSIVO === */
.step-item[b-mmq4cqhdsq] {
    display: flex;
    align-items: center;
    gap: 6px;
    opacity: 0.6; /* Inativo por padrão */
    transition: all 0.3s;
}

    .step-item.active[b-mmq4cqhdsq] {
        opacity: 1;
    }

.step-circle[b-mmq4cqhdsq] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.85rem;
    background-color: #eee;
    color: #666;
    border: 1px solid #ddd;
}

.step-item.active .step-circle[b-mmq4cqhdsq] {
    background-color: var(--mud-palette-primary);
    color: white;
    border-color: var(--mud-palette-primary);
}

.step-label[b-mmq4cqhdsq] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #444;
}

.step-item.active .step-label[b-mmq4cqhdsq] {
    color: #000;
    font-weight: bold;
}

/* Linha conectora */
.step-line[b-mmq4cqhdsq] {
    flex-grow: 1;
    height: 2px;
    background-color: #e0e0e0;
    margin: 0 8px;
    border-radius: 2px;
}

.cursor-pointer[b-mmq4cqhdsq] {
    cursor: pointer;
    transition: background-color 0.2s;
}

    .cursor-pointer:hover[b-mmq4cqhdsq] {
        background-color: #f8f9fa; /* Efeito visual leve ao passar o mouse */
    }

.item-card[b-mmq4cqhdsq] {
    transition: background-color 0.2s, transform 0.1s;
}

    .item-card:active[b-mmq4cqhdsq] {
        background-color: #f0f0f0;
        transform: scale(0.99); /* Leve efeito de "pressionar" */
    }

/* Ajustes finos para telas MUITO PEQUENAS (ex: iPhone SE) */
@media (max-width: 380px) {
    .step-label[b-mmq4cqhdsq] {
        display: none;
    }
    /* Esconde texto se a tela for minúscula */
    .step-line[b-mmq4cqhdsq] {
        margin: 0 4px;
    }
}

/* === CARD DE ITEM === */
.badge-qtd[b-mmq4cqhdsq] {
    background-color: #eee;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: bold;
    color: #333;
}
/* _content/DigitalMenu.Menu/Shared/MainLayout.razor.rz.scp.css */
html[b-a72zyi0xrg], body[b-a72zyi0xrg] {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    /* FUNDO CLARO DEFINIDO AQUI */
    background-color: #f5f5f5;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
}

/* Ajuste da AppBar */
.custom-appbar[b-a72zyi0xrg] {
    background-color: #1e1e1e !important;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    z-index: 1200;
}

/* Container da Logo */
.logo-container[b-a72zyi0xrg] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ffc107;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    flex-shrink: 0;
}

.appbar-logo[b-a72zyi0xrg] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Link da Marca */
.brand-link[b-a72zyi0xrg] {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    transition: opacity 0.2s;
}

    .brand-link:hover[b-a72zyi0xrg] {
        opacity: 0.8;
    }
    
