body {
    background: #f5f7fa;
}

.hero-bite {
    background: linear-gradient(135deg, #212529, #343a40);
    color: white;
    border-radius: 0 0 28px 28px;
}

.card-plato {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
}

.card-plato:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .10);
}

.plato-agotado {
    opacity: .62;
}

.badge-servicio {
    font-size: .95rem;
}

.admin-card {
    border: 0;
    border-radius: 16px;
}

.table td,
.table th {
    vertical-align: middle;
}

.estado-punto {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 6px;
}

.logo-bite {
    font-weight: 800;
    letter-spacing: .5px;
}
.info-bite {
    border: 0;
    border-radius: 18px;
}

.mensaje-semana {
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, #fff8dc, #ffffff);
    border-left: 5px solid #ffc107;
}

.comillas-mensaje {
    font-size: 55px;
    line-height: 35px;
    opacity: 0.25;
}

.card-plato {
    border: 0;
    border-radius: 18px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-plato:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.10);
}

.plato-agotado {
    opacity: 0.60;
}
