/* Mobile-first — alvos de toque e áreas seguras */
:root {
    --tap-min: 3rem;
    --page-pad: 1rem;
}

body.app-body {
    padding-bottom: max(1.5rem, env(safe-area-inset-bottom, 0));
}

.btn-tap {
    min-height: var(--tap-min);
    font-size: 1.25rem;
    font-weight: 600;
}

.btn-tap-sm {
    min-height: 2.75rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.comanda-hero-total {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.comanda-identificador {
    font-size: clamp(1.5rem, 6vw, 2rem);
    font-weight: 700;
    line-height: 1.2;
}

.item-card .item-subtotal {
    font-size: 1.35rem;
    font-weight: 700;
}

.app-nav a {
    text-decoration: none;
    padding: 0.35rem 0.5rem;
    border-radius: 0.375rem;
}

.app-nav a:hover {
    background: rgba(0, 0, 0, 0.05);
}

.produto-rapido-btn {
    min-height: 4.75rem;
    -webkit-tap-highlight-color: transparent;
}

.produto-rapido-btn:active {
    transform: scale(0.98);
}

.item-card-highlight {
    background-color: #d1e7dd !important;
    box-shadow: 0 0 0 2px #19875440 !important;
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
}
