/* _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;
    height: 150px !important;
    max-height: 110px !important;
    overflow: hidden;
    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;
}

/* === IMAGEM FIXA === */
.img-container-fixo[b-8x7mljh9x9] {
    width: 110px;
    min-width: 110px;
    /* Altura fixa acompanhando o pai */
    height: 100%;
    background-color: #f0f0f0;
    flex-shrink: 0;
    border-left: 1px solid #f0f0f0;
    position: relative;
}

/* === TEXTOS === */
.text-truncate-2[b-8x7mljh9x9] {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limita a exatas 2 linhas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.1rem; /* Ajuste fino do espaçamento */
    max-height: 2.2rem; /* Impede que o texto empurre o resto */
}

/* === DESCRIÇÃO (Máximo 2 linhas) === */
.descricao-limitada[b-8x7mljh9x9] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1rem;
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 4px;
}

/* === SCROLL CATEGORIAS (RESPONSIVO) === */
.categorias-scroll[b-8x7mljh9x9] {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 5px;
    white-space: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; /* Rolagem suave no iOS */
}

/* REGRAS PARA DESKTOP (Mostra barra fina) */
@media (min-width: 960px) {
    .categorias-scroll[b-8x7mljh9x9]::-webkit-scrollbar {
        height: 6px; /* Altura da barra */
    }

    .categorias-scroll[b-8x7mljh9x9]::-webkit-scrollbar-track {
        background: transparent;
    }

    .categorias-scroll[b-8x7mljh9x9]::-webkit-scrollbar-thumb {
        background-color: #e0e0e0; /* Cinza claro */
        border-radius: 4px;
    }

        .categorias-scroll[b-8x7mljh9x9]::-webkit-scrollbar-thumb:hover {
            background-color: #bdbdbd; /* Cinza mais escuro ao passar o mouse */
        }
}

/* REGRAS PARA MOBILE (Esconde barra) */
@media (max-width: 959px) {
    .categorias-scroll[b-8x7mljh9x9] {
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE/Edge */
    }

        .categorias-scroll[b-8x7mljh9x9]::-webkit-scrollbar {
            display: none; /* Chrome/Safari/Webkit */
        }
}

[b-8x7mljh9x9] .mud-chip {
    font-weight: 600;
}

.card-destaque[b-8x7mljh9x9] {
    border: 2px solid var(--mud-palette-warning) !important;
    box-shadow: 0 4px 12px rgba(255, 160, 0, 0.15) !important;
}
/* _content/DigitalMenu.Menu/Pages/ModalDetails.razor.rz.scp.css */
/* --- ESTRUTURA PRINCIPAL (LAYOUT FLEX) --- */

/* 1. Container da Imagem */
.modal-img-wrapper[b-5wfa5tdpxc] {
    width: 100%;
    /* Altura fixa no mobile: garante que a imagem aparece sempre igual */
    height: 220px;
    flex-shrink: 0; /* Impede que a imagem encolha */
    background-color: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.modal-img-full[b-5wfa5tdpxc] {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Preenche todo o espaço sem distorcer */
    display: block;
}

/* 2. Container do Conteúdo (Lado Direito/Baixo) */
.modal-content-wrapper[b-5wfa5tdpxc] {
    width: 100%;
    flex-grow: 1; /* Ocupa todo o espaço vertical que sobrar */
    display: flex;
    flex-direction: column; /* Organiza verticalmente: Header -> Scroll Area */
    overflow: hidden; /* O scroll acontece só no filho, não aqui */
    background-color: white;
    position: relative;
}

/* 3. Barra de Cabeçalho (Onde fica o botão Fechar) */
/* Esta barra tem altura física, empurrando o texto para baixo */
.modal-header-bar[b-5wfa5tdpxc] {
    width: 100%;
    display: flex;
    justify-content: flex-end; /* Alinha o botão à direita */
    padding: 8px 12px;
    background-color: #fff;
    flex-shrink: 0; /* Garante que a barra nunca suma */
    border-bottom: 1px solid rgba(0,0,0,0.05);
    z-index: 10;
}

/* 4. Área de Scroll (Texto, Ingredientes, Rodapé) */
.modal-scroll-area[b-5wfa5tdpxc] {
    flex-grow: 1; /* Ocupa o resto do espaço abaixo da barra */
    overflow-y: auto; /* Habilita o scroll */
    -webkit-overflow-scrolling: touch; /* Scroll suave no iOS */
    padding: 0 20px 20px 20px; /* Padding nas laterais e fundo */
}

/* --- RESPONSIVIDADE DESKTOP (Telas >= 600px) --- */
@media (min-width: 600px) {
    /* No Desktop, imagem e conteúdo ficam lado a lado */

    .modal-img-wrapper[b-5wfa5tdpxc] {
        width: 45%; /* Largura da coluna da imagem */
        height: 100%; /* Altura total do modal */
    }

    .modal-content-wrapper[b-5wfa5tdpxc] {
        width: 55%; /* Largura da coluna de conteúdo */
        height: 100%;
    }

    /* No desktop, podemos esconder a borda da barra se preferir, ou manter */
    .modal-header-bar[b-5wfa5tdpxc] {
        padding-top: 12px;
    }
}

/* --- ESTILOS GERAIS (Mantidos do teu projeto) --- */
.border-bottom[b-5wfa5tdpxc] {
    border-bottom: 1px solid rgba(0,0,0,0.1) !important;
}

.list-group-item[b-5wfa5tdpxc] {
    background-color: #fff;
    border-radius: 10px;
}

.btn-group .btn[b-5wfa5tdpxc] {
    font-weight: bold;
    min-width: 34px;
    padding: 0.3rem 0.6rem;
}
/* _content/DigitalMenu.Menu/Pages/ModalDetailsCombo.razor.rz.scp.css */
/* --- ESTRUTURA PRINCIPAL (LAYOUT FLEX - PADRÃO) --- */

/* 1. Container da Imagem */
.modal-img-wrapper[b-huryt7ksb5] {
    width: 100%;
    height: 220px; /* Altura fixa no Mobile */
    flex-shrink: 0;
    background-color: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.modal-img-full[b-huryt7ksb5] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 2. Container do Conteúdo (Lado Direito/Baixo) */
.modal-content-wrapper[b-huryt7ksb5] {
    width: 100%;
    flex-grow: 1; /* Ocupa o resto do espaço */
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: white;
    position: relative;
}

/* 3. Barra de Cabeçalho (Botão Fechar) */
.modal-header-bar[b-huryt7ksb5] {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 8px 12px;
    background-color: #fff;
    flex-shrink: 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    z-index: 10;
}

/* 4. Área de Scroll */
.modal-scroll-area[b-huryt7ksb5] {
    flex-grow: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 20px 20px 20px;
}

/* --- RESPONSIVIDADE DESKTOP (Telas >= 600px) --- */
@media (min-width: 600px) {
    .modal-img-wrapper[b-huryt7ksb5] {
        width: 45%;
        height: 100%;
    }

    .modal-content-wrapper[b-huryt7ksb5] {
        width: 55%;
        height: 100%;
    }

    .modal-header-bar[b-huryt7ksb5] {
        padding-top: 12px;
    }
}

/* --- ESTILOS ESPECÍFICOS DO COMBO (MANTIDOS) --- */

/* Linha do item do combo */
.combo-item-row[b-huryt7ksb5] {
    transition: background-color 0.2s;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

    .combo-item-row:hover[b-huryt7ksb5] {
        background-color: var(--mud-palette-action-hover);
    }

/* Imagem pequena do sub-item */
.subitem-img[b-huryt7ksb5] {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

/* Estilos Gerais */
.border-bottom[b-huryt7ksb5] {
    border-bottom: 1px solid rgba(0,0,0,0.1) !important;
}

.list-group-item[b-huryt7ksb5] {
    background-color: #fff;
    border-radius: 10px;
}
/* _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 */
/* --- ESTILOS GERAIS (Recuperados do teu código) --- */
html[b-a72zyi0xrg], body[b-a72zyi0xrg] {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5; /* Fundo claro */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
}

/* --- APPBAR CUSTOMIZADA --- */
.custom-appbar[b-a72zyi0xrg] {
    background-color: #1e1e1e !important;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    z-index: 1300; /* Z-Index alto para ficar sobre o modal se necessário */
}

/* --- LOGO BLINDADA (Mescla da estética antiga com a correção de bug) --- */
.logo-container[b-a72zyi0xrg] {
    width: 40px;
    height: 40px;
    /* Estes 'min-' são essenciais para evitar que o flexbox esmague a logo */
    min-width: 40px;
    min-height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 2px solid #ffc107; /* Borda amarela original */
    overflow: hidden;
    background-color: #1e1e1e; /* Fundo escuro para combinar com a barra */

    display: flex;
    align-items: center;
    justify-content: center;
}

    /* Garante que a imagem preencha o container perfeitamente */
    .logo-container img[b-a72zyi0xrg] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

/* --- LINK DA MARCA (Estilo de cursor e hover) --- */
.brand-link[b-a72zyi0xrg] {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    transition: opacity 0.2s;
    cursor: pointer;
}

    .brand-link:hover[b-a72zyi0xrg] {
        opacity: 0.8;
    }
